.app-panel-box .panel-heading{
background: linear-gradient(90deg, rgba(32,90,168,1) 25%, rgba(11,142,194,1) 49%);
}
.panel-default>.panel-heading{
color: #FFF;
font-size: 18px;
}
.panel-default {
border-color: #FFF;
}
.kn-list > li {
border-radius: 10px;
border-bottom: 1px dashed #FFF;
list-style: outside none none;
padding: 10px 10px;
margin: 20px 8px;
position: relative;
overflow: hidden;
-webkit-box-shadow: 0px 1px 12px -1px rgba(107,107,107,0.62);
-moz-box-shadow: 0px 1px 12px -1px rgba(107,107,107,0.62);
box-shadow: 0px 1px 12px -1px rgba(107,107,107,0.62);
}
.ticket-item .row>label {
font-size: 14px;
padding: 5px 0 0 0;
position: relative;
font-weight: bold;
line-height: 10px;
}
.ticket-item .row>label+div {
font-size: 14px;
padding: 5px 0 0 5px;
}
.kn-title {
margin-bottom: 15px;
}
.btn-group-xs>.btn, .btn-xs {
padding: 1px 5px;
font-size: 14px;
line-height: 1.5;
border-radius: 3px;
border-radius: 20px;
}
.btn-group-xs>.btn, .btn-xs {
padding: 2px 8px;
font-size: 15px;
line-height: 1.5;
border-radius: 3px;
border-radius: 20px;
}



/*-------------------login page-----------------------*/
.slideshow-container {
position: relative;
background: #FFF;
}
.mySlides {
display: none;
padding: 2%;
text-align: center;
}
.mySlides h3{
font-family: 'Nunito Sans';
font-weight: 900;
font-size: 22px;
color: #000;
}
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -20px;
padding: 8px;
color: #000;
font-weight: bold;
font-size: 20px;
border-radius: 0 3px 3px 0;
user-select: none;
}
.next {
position: absolute;
right: 0;
border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
color: white;
}
.dot-container {
text-align: center;
padding: 0px;
background: #FFF;
}
.dot {
cursor: pointer;
height: 8px;
width: 8px;
margin: 0 2px;
background-color: #bdc9cd;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.b-active, .dot:hover {
background-color: #000;
}
@media only screen and (max-width: 991px){
.prev{
display: none;
}
.next{
display: none;
}
}

#fw-login{
margin-top: 4%;
margin-bottom: 4%;
background-color: #fff;
border: 1px solid #ede9e8;
border-radius: 5px;
padding: 8%;
text-align: left;
}
#fw-login h3{
font-family: 'Nunito Sans';
margin-bottom: 5px;
margin-top: 5px;
color: #000;
font-weight: 900;
font-size: 22px;
}
#fw-login span{
font-family: 'Quicksand';
color: #000;
font-size: 17px;
}
#fw-login-a{
font-family: 'Quicksand';
color: #000;
font-weight: 900;
margin-top: 3px;
font-size: 14px;
text-decoration: none;
}
#fw-reg-txt{
font-family: 'Quicksand';
color: #000;
margin-top: 3px;
}
#fw-login-btn{
font-family: 'Quicksand';
background-color: #f84a01;
width: 100%;
color: #fff;
font-weight: 900;
font-size: 15px;
padding: 3%;
}
#fw-top-img-one{
transform: translateY(0%);
}
#fw-top-img-two{
transform: translateY(18%);
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
#fw-top-img-one{
transform: translateY(6%);
}
#fw-top-img-two{
transform: translateY(28%);
}
}
@media only screen and (max-width: 991px){
#fw-top-img-one{
display: none;
}
#fw-top-img-two{
display: none;
} 
}
#fw-clients-1 h3{
font-family: 'Nunito Sans';
font-weight: 900;
font-size: 22px;
color: #000;
}
#fw-clients h3{
font-family: 'Nunito Sans';
font-weight: 900;
font-size: 22px;
color: #000;
}
.img-gradient-1{
padding: 5px;
background: linear-gradient(white, white) padding-box,
linear-gradient(to right, #c1d1f5, #deeaf8) border-box;
border-radius: 0.5em;
border: 20px solid transparent;
margin-bottom: 12%;
box-shadow: 0px 0px 26px -19px rgba(0,0,0,0.75);
}
.img-gradient-2{
padding: 5px;
background: linear-gradient(white, white) padding-box,
linear-gradient(to right, #daecec, #cef5dd) border-box;
border-radius: 0.5em;
border: 20px solid transparent;
margin-bottom: 12%;
box-shadow: 0px 0px 26px -19px rgba(0,0,0,0.75);
}
.img-gradient-3{
padding: 5px;
background: linear-gradient(white, white) padding-box,
linear-gradient(to right, #fee3e0, #f5fae4) border-box;
border-radius: 0.5em;
border: 20px solid transparent;
margin-bottom: 12%;
box-shadow: 0px 0px 26px -19px rgba(0,0,0,0.75);
}
.img-gradient-4{
padding: 5px;
background: linear-gradient(white, white) padding-box,
linear-gradient(to right, #fadaf2, #fceef7) border-box;
border-radius: 0.5em;
border: 20px solid transparent;
margin-bottom: 12%;
box-shadow: 0px 0px 26px -19px rgba(0,0,0,0.75);
}

#fw-clients-1{
padding-top: 4%;
padding-bottom: 4%;
}
#fw-clients{
padding-top: 2%;
padding-bottom: 4%;
background-color: #f1f4f9;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-left: -15px;
margin-right: -15px;
}
#fw-client-btn{
font-family: 'Quicksand';
padding: 10px;
border: 1px solid #000;
color: #000;
font-size: 14px;
font-weight: 900;
text-decoration: none;
}
#fw-vb{
font-family: 'Quicksand';
min-height: 270px;
border: 1px solid #e5e5e5;
margin-bottom: 5%;
padding: 5%;
border-radius: 3%;
background-color: #fff;
-webkit-box-shadow: 0px 0px 56px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 56px -19px rgba(0,0,0,0.75);
box-shadow: 0px 0px 56px -19px rgba(0,0,0,0.75);
}
@media only screen and (max-width: 900px){
#fw-reviews{
padding-top: 2%;
padding-bottom: 2%;
background-color: #f1f4f9;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
}   
}
#fw-reviews{
padding-top: 2%;
padding-bottom: 4%;
background-color: #f1f4f9;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-left: -15px;
margin-right: -15px;
}
#fw-reviews h3{
font-family: 'Nunito Sans';
font-weight: 900;
font-size: 22px;
color: #000;
}
#align-center{
text-align: center;
}



#fw-tasks{
padding-top: 3%;
padding-bottom: 5%;
}
#fw-tasks h3{
font-family: 'Nunito Sans';
font-weight: 900;
font-size: 22px;
color: #000;
}
.flex-container {
display: flex;
flex-wrap: wrap;
}

.flex-container > .vb-color1 {
background-color: #5a57fe;
}
.flex-container > .vb-color2 {
background-color: #47b3ed;
}
.flex-container > .vb-color3 {
background-color: #96a6fe;
}
.flex-container > .vb-color4 {
background-color: #e1af2a;
}
.flex-container > .vb-color5 {
background-color: #fb668e;
}

.flex-container > #vb-flex {
font-family: 'Quicksand';
color: #fff;
margin: 9px;
padding: 10px;
border-radius: 0px;
text-align: center;
font-size: 14px;
font-weight: 600;
flex: 1 0 auto;
border-radius: 30px;
/*-webkit-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);*/
}

@media screen and (max-width: 768px) {
.flex-container > #vb-flex {
font-family: 'Quicksand';
color: #fff;
margin: 6px;
padding: 6px;
border-radius: 0px;
text-align: center;
font-size: 11px;
font-weight: 500;
flex: 1 0 auto;
border-radius: 30px;
/*-webkit-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);*/
}
}



#fw-footer h3{
font-family: 'Quicksand';
font-size: 17px;
color: #FFF;    
}
#fw-footer a{
font-family: 'Nunito Sans';
font-size: 15px;
color: #FFF;    
}
#fw-footer p{
margin: 0 0 2px;
font-family: 'Nunito Sans';
font-size: 15px;
}
.app-copywrite p{
font-family: 'Nunito Sans';
color: #000;
}



#fw-steps .steps-flex-container {
display: flex;
flex-wrap: wrap;
}
#fw-steps .steps-flex-container > .steps-div {
position: relative;
border: 1px solid #e5e5e5;
font-family: 'Quicksand';
color: #000;
margin: 1%;
padding: 5px;
border-radius: 8px;
text-align: center;
font-size: 14px;
font-weight: 600;
flex: 1 0 auto;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 52px -30px rgb(0 0 0 / 75%);
-moz-box-shadow: 0px 0px 52px -30px rgb(0 0 0 / 75%);
box-shadow: 0px 0px 52px -30px rgb(0 0 0 / 75%);
}
#fw-steps h3{
font-family: 'Nunito Sans';
font-weight: 900;
font-size: 22px;
color: #000;
}
#fw-steps p {
margin: 10px 0px 10px;
font-family: 'Quicksand';
font-size: 15px;
color: #000;
}
#fw-steps .steps-div span {
position: absolute;
top: -13%;
left: 50%;
transform: translateX(-50%);
height: 40px;
width: 40px;
display: inline-block;
padding: 9px;
border-radius: 50px;
background-color: #e1af2a;
color: #fff;
font-family: 'Quicksand';
font-size: 17px;
font-weight: bold;
}
@media screen and (max-width: 768px) {
#fw-steps .steps-flex-container > .steps-div {
margin: 3%;
}
#fw-steps .steps-div span {
position: absolute;
top: -10%;
left: 50%;
transform: translateX(-50%);
}
}


#fw-services{
padding-top: 4%;
padding-bottom: 7%;
}
#fw-services h3{
font-family: 'Nunito Sans';
font-weight: 900;
font-size: 22px;
color: #000;
}
#fw-services p {
margin: 25px 0px 10px;
font-family: 'Quicksand';
font-size: 18px;
color: #000;
}



.app-title {
display: none !important;
}
#profile-img{
width: 100px;
height: 100px;
border-radius: 100%;
}