*,
p,
span,
small {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
a,
button {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.letter-space-1 {
    letter-spacing: 1px;
}

body {
    overflow-x: hidden;
}

.vert-middle {
    vertical-align: middle;
}

.small-container {
    /* width: 440px; */
    padding: 15px;
    margin: 3% auto;
}

.large-container {
    max-width: 900px;
    margin: 3% auto;
}

.large-container-home {
    max-width: 900px;
    margin: 0 auto;
}

.large-container-desktop {
    max-width: 1100px;
    margin: 1% auto;
}

.bg-dots {
    /*background-image: url(../images/ff-dots.png);*/
    background-image: url(../images/doodle6.png);
    background-repeat: repeat;
    background-size: 15%;
}

.half-bg-left {
    background-image: linear-gradient(to right, #e3f2fd, #f5f5f5);
}

.half-bg-right {
    background-image: linear-gradient(to right, #f5f5f5, #e3f2fd);
}

.static-icons {
    height: 64px;
    width: 64px;
}

@media screen and (min-width:1366px) {
    .large-container-desktop {
        max-width: 1300px;
        margin: 1% auto;
    }

    .cat-image-sec {
        padding: 40px;
    }
}

@media screen and (min-width:1600px) {
    .large-container-desktop {
        max-width: 1500px;
        margin: 1% auto;
    }

    .cat-image-sec {
        padding: 40px;
    }
}

@media screen and (min-width:1920px) {
    .large-container-desktop {
        max-width: 1800px;
        margin: 1% auto;
    }

    .cat-image-sec {
        padding: 40px;
    }
}

a {
    text-decoration: none !important;
}

.head-menu {
    padding: 20px 0;
    cursor: pointer;
}

.head-menu a {
    font-weight: 600 !important;
    letter-spacing: 1px;
    font-size: 12px;
}

.text-white:hover {
    color: #fff;
}

.m-t-70 {
    margin-top: 70px;
}

.card-head-gap {
    margin: 200px 0 250px 50px;
}

.head-card-block {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
}

.head-card-block:hover {
    background-color: #fff;
    color: #212121;
}

.head-card-block h3 {
    text-transform: uppercase;
}

.head-card-block label {
    font-weight: 500;
}

.bg-white {
    background-color: #fff;
}

.bg-smokewhite {
    background-color: #f5f5f5;
}

.bg-black {
    background-color: rgba(0, 0, 0, 0.8)
}

.bg-dark {
    background-color: rgba(0, 0, 0, 0.75)
}

.bg-muted {
    background-color: rgba(89, 50, 158, 0.05);
}

.font-bold {
    font-weight: 700;
}

.font-13 {
    font-size: 13px !important;
}

.font-15 {
    font-size: 15px !important;
}

.log-bg {
    background: url(../images/bg2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.log-bg:before {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.text-white {
    color: #fff;
}

.text-dark {
    color: #222 !important;
}

.upper {
    text-transform: uppercase;
}

.badge-warning {
    background-color: #ffa500;
}

.btn-outline {
    background-color: transparent;
}

.btn-outline:hover {
    background-color: #e5e5e5;
}

.btn-outline-border {
    background-color: transparent;
    border: 1px solid #59329e;
    color: #59329e;
}

.btn-outline-border:hover {
    background-color: #e5e5e5;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

textarea {
    resize: vertical;
}

.vr {
    border-left: 1px solid black;
    position: absolute;
    left: 50%;
    height: 150px;
}

input[readonly] {
    cursor: not-allowed;
}

.no-effect {
    text-align: left;
}

.no-effect label {
    font-size: 13px;
    color: #888;
    letter-spacing: 1px;
    font-family: 'Varela Round', sans-serif;
}

.no-effect input[type=text].form-control,
.no-effect input[type=password].form-control,
.no-effect select.form-control,
.no-effect textarea.form-control {
    border: none;
    border-bottom: 1px solid #222;
    border-radius: 0;
    padding: 10px 0 15px 0;
    outline: none;
    color: #222;
    box-shadow: none;
    background: transparent;
}

.no-effect select.form-control option {
    color: #212121 !important;
}

.no-effect select.form-control {
    padding: 0;
    height: 26px;
}

.black-effect input[type=text].form-control,
.black-effect input[type=password].form-control,
.black-effect select.form-control,
.black-effect textarea.form-control {
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    border-radius: 0;
    padding: 10px 0 15px 0;
    height: 0px;
    outline: none;
    box-shadow: none;
    background: transparent;
}

input[type="checkbox"] {
    /*Creating browser design issue
     * position: relative;
    top: 1rem;
    margin: 0 1rem 0 0;*/
    margin-left: -13px !important;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.form-horizontal .checkbox {
    padding-top: 5px !important;
}

input[type="checkbox"]:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #59329e;
}

input[type="checkbox"]:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: #59329e;
    border-top-style: none;
    border-right-style: none;
}

input[type="checkbox"]:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-color: transparent;
    cursor: pointer;
}

input[type="radio"] {
    margin-left: 0 !important;
    position: relative;
    top: 1rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

input[type="radio"]:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1.5rem;
    border-radius: 10px;
    height: 1.5rem;
    border: 2px solid #59329e;
}

input[type="radio"]:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: #59329e;
    border-top-style: none;
    border-right-style: none;
}

input[type="radio"]:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-color: transparent;
    cursor: pointer;
}

.card-box {
    padding: 15px;
    /*box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);*/
    -webkit-box-shadow: 0 0px 9px 0 rgba(0, 0, 0, 0.23), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 0px 9px 0 rgba(0, 0, 0, 0.23), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0px 9px 0 rgba(0, 0, 0, 0.23), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
    color: #333;
}

.card-box-transparent {
    padding: 15px;
    /*box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);*/
    -webkit-box-shadow: 0 0px 17px 0 rgba(0, 0, 0, 0.9), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 0px 17px 0 rgba(0, 0, 0, 0.9), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0px 17px 0 rgba(0, 0, 0, 0.9), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.59);
    border: 1px solid rgba(255, 255, 255, 0.84);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.44);
}

.border-card {
    border-bottom: 3px solid #59329e;
}

.pointer {
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed !important;
}

.btn-secondary {
    background-color: #efefef;
}

.bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #fff;
    font-size: 13px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 23px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #fbe8aa;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

/*END Form Wizard*/
.col-2-check {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.col-3-check {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.col-3-check-cnvrt-2 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

@media screen and (max-width: 480px) {
    .col-3-check-cnvrt-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .col-3-check {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .cat-image-sec {
        padding: 0px;
    }

    .flex-item.flex-item-basis-0 {
        flex-basis: 1;
    }
    .col-6-check {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

.col-6-check {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}

.col-7-check {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
}

.col-7-check>div,
.col-6-check>div,
.col-2-check>div.checkbox,
.col-3-check>div.checkbox,
.col-2-check>div.radio,
.col-3-check>div.radio {
    display: block;
}

/* =============
   Helper clasess
============= */
.p-0 {
    padding: 0px !important;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.m-0 {
    margin: 0px !important;
}

.m-30 {
    margin: 10px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.relative {
    position: relative;
}

.icon-right {
    position: absolute;
    right: 0;
    top: 0;
}

.vert-slider {
    height: 500px;
    overflow-y: scroll;
}

.nav-pills>li:hover {
    background-color: #e5e5e5;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #59329e !important;
}

.cat-block {
    display: inline-block;
    width: 24%;
    vertical-align: top;
}

.cat-block:hover {
    background-color: #fbfbfb;
    border-radius: 5px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.items-collection .item-detail {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    display: block;
}

.items-collection .item-detail:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

@media (max-width: 768px) {

    .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
    .fileuploader-theme-thumbnails .fileuploader-items-list li.fileuploader-item {
        width: 35%;
    }

}

.spinner input {
    text-align: left;
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 2%;
    vertical-align: middle;
    display: table-cell;
}

.input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}

.input-group-btn-vertical>.btn:first-child {
    border-top-right-radius: 4px;
}

.input-group-btn-vertical>.btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
}

.help-block {
    font-size: 12px;
}

.spinner>input[type="text"] {
    font-size: 12px;
    padding: 5px 8px;
}

.list-group-horizontal .list-group-item {
    display: inline-block;
    font-size: 12px;
    padding: 6px 14px;
}

.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
}

.list-group-horizontal .list-group-item:not(.active) {
    /*color: #212121;*/
    color: #59329e;
}

.list-group-horizontal .list-group-item:hover:not(.active) {
    background-color: #e5e5e5;
    color: #212121;
}

.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
}

.ss-block {
    background: linear-gradient(rgba(89, 50, 158, 0), rgba(89, 50, 158, 0)), url(../images/business.jpg);
    background-size: cover;
    min-height: 450px;
}

.b1 {
    background: linear-gradient(rgba(89, 50, 158, 0), rgba(89, 50, 158, 0)), url(../images/business.jpg);
    background-size: cover;
    min-height: 450px;
}

.b1:hover {
    background: linear-gradient(rgba(50, 158, 140, 0.25), rgba(50, 158, 140, 0.25)), url(../images/business.jpg);
    background-size: cover;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#b1-content {
    display: none;
}

.b1:hover #b1-content {
    display: block;
}

.b1:hover #b1-head {
    display: none;
}

.b2 {
    background: linear-gradient(rgba(89, 50, 158, 0), rgba(89, 50, 158, 0)), url(../images/personal.jpg);
    background-size: cover;
}

.b2:hover {
    background: linear-gradient(rgba(50, 158, 140, 0.25), rgba(50, 158, 140, 0.25)), url(../images/personal.jpg);
    background-size: cover;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#b2-content {
    display: none;
}

.b2:hover #b2-content {
    display: block;
}

.b2:hover #b2-head {
    display: none;
}

.b3 {
    background: linear-gradient(rgba(89, 50, 158, 0), rgba(89, 50, 158, 0)), url(../images/transport.jpg);
    background-size: cover;
}

.b3:hover {
    background: linear-gradient(rgba(50, 158, 140, 0.25), rgba(50, 158, 140, 0.25)), url(../images/transport.jpg);
    /* background: linear-gradient( rgba(89, 50, 158, 1), rgba(89, 50, 158, 0.25)), url(../images/transport.jpg); */
    background-size: cover;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#b3-content {
    display: none;
}

.b3:hover #b3-content {
    display: block;
}

.b3:hover #b3-head {
    display: none;
}

.shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.box {
    padding-top: 50px !important;
}

.box h3 {
    margin-bottom: 100px;
}

.block {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
}

.block:hover {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.block:hover i,
.block:hover h3,
.block:hover label,
.block:hover small {
    color: #212121;
}

.block:hover a {
    color: #59329e;
}

.land-base-bg {
    background: url('http://placehold.it/1000x300') center center no-repeat;
    background-size: cover;
}

.land-base-bg .base-content {
    padding: 150px 50px 50px;
}

.category-block {
    color: #212121;
}

.category-block:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    color: #212121;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #59329e;
    border: 2px solid #59329e;
}

.badge-labeled {
    background-color: #ff5722;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.b1-2 {
    background: url(../images/transport22.jpg);
    background-size: cover;
    background-position: center center;
    /* height: 600px; */
}

.aboutus_bnr {
	background: url(../images/about_us.jpg);
	background-size: cover;
    background-position: center center;
    position: relative;
    height: 450px;
}

.business_bnr {
	background: url(../images/business_bnr.jpg);
	background-size: cover;
    background-position: center center;
    position: relative;
    height: 469px;
}

.text-back-layover{
	/*position: absolute;*/
    bottom: 20px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.58);
    margin-top: 100px;
}

.b1-2-2 {
    padding: 20px 50px;
    color: #212121 !important;
    background-color: #fff;
    border-right: 2px solid #d5d5d5;
}

/****bounce*****/
@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }

    40% {
        -moz-transform: translateY(-5px) !important;
        transform: translateY(-5px) !important;
    }

    60% {
        -moz-transform: translateY(-2px) !important;
        transform: translateY(-2px) !important;
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }

    40% {
        -webkit-transform: translateY(-5px) !important;
        transform: translateY(-5px) !important;
    }

    60% {
        -webkit-transform: translateY(-2px) !important;
        transform: translateY(-2px) !important;
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }

    40% {
        -moz-transform: translateY(-5px) !important;
        -ms-transform: translateY(-5px) !important;
        -webkit-transform: translateY(-5px) !important;
        transform: translateY(-5px) !important;
    }

    60% {
        -moz-transform: translateY(-2px) !important;
        -ms-transform: translateY(-2px) !important;
        -webkit-transform: translateY(-2px) !important;
        transform: translateY(-2px) !important;
    }
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.table-fixed th {
    text-transform: uppercase;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #fff !important;
}

.table-fixed th,
.table-fixed td {
    white-space: nowrap;
}

.table-fixed {
    overflow-x: scroll;
}

.table-fixed thead>tr>th:first-child,
.table-fixed tbody>tr>td:first-child {
    position: absolute;
    background-color: inherit;
    width: 250px;
    border-right: 1px solid #d5d5d5;
}

.table-fixed tbody>tr>td:first-child div {
    display: -webkit-inline-box;
    min-height: 60px;
}

.table-fixed tbody>tr>td:first-child div.col-xs-9 {
    white-space: normal;
}

.table-fixed.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fff;
}

.table-fixed th:nth-child(2),
.table-fixed td:nth-child(2) {
    padding-left: 260px !important;
}

/* .table tr:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
} */
.table tr.highlight-row {
    background-color: #59329e !important;
    color: #fff !important;
}

.comment-response {
    margin-left: 50px;
}

.well-transparent {
    background-color: transparent !important;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
}

.flex-item.flex-item-basis-0 {
    flex-basis: 0;
}

.flex-grow-0 {
    flex-grow: 0;
}

.edit-box {
    position: absolute;
    text-align: right;
    top: 0px;
    cursor: pointer;
    right: 15px;
    border-top-right-radius: 5px;
    padding: 10px 10px 15px 20px;
    background-color: #ee3900;
    border-bottom-left-radius: 100%;
}

h4.title {
    font-size: 18px;
}

.fab-main {
    z-index: 9999;
    width: 100px;
    right: 50px;
    bottom: 100px;
    height: 100px;
    position: fixed;
    padding: 30px 35px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #5c469e;
}

.fab-mini {
    z-index: 999;
    width: 40px;
    right: 0;
    height: 40px;
    position: absolute;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
}

.fab-mini-danger {
    background-color: #ee3900;
}

hr.gray {
    border-top-color: #e5e5e5;
}

/* ------------------------------------------ */
.tile-progress {
    background-color: #303641;
    color: #fff;
}

.tile-progress {
    background: #00a65b;
    color: #fff;
    margin-bottom: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tile-progress .tile-header {
    padding: 15px 20px;
    padding-bottom: 40px;
    text-align: center;
}

.ref-code-sec {
    border-radius: 50px;
    background: #ffffff;
    display: block;
    color: #000;
    padding: 5px;
}

.tile-progress .tile-progressbar {
    height: 2px;
    background: rgba(0, 0, 0, 0.18);
    margin: 0;
}

.tile-progress .tile-progressbar span {
    background: #fff;
}

.tile-progress .tile-progressbar span {
    display: block;
    background: #fff;
    width: 0;
    height: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.tile-progress .tile-footer {
    padding: 20px;
    text-align: right;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.tile-progress.tile-red {
    background-color: #f56954;
    color: #fff;
}

.tile-progress {
    background-color: #303641;
    color: #fff;
}

.tile-progress.tile-blue {
    background-color: #0073b7;
    color: #fff;
}

.tile-progress.tile-aqua {
    background-color: #00c0ef;
    color: #fff;
}

.tile-progress.tile-green {
    background-color: #00a65a;
    color: #fff;
}

.tile-progress.tile-cyan {
    /*background-color: #00b29e;*/
    background-color: #5c469e;
    color: #fff;
}

.tile-progress.tile-purple {
    background-color: #ba79cb;
    color: #fff;
}

.tile-progress.tile-pink {
    background-color: #ec3b83;
    color: #fff;
}

.sticky {
    position: fixed;
}

.wrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.msg:hover {
    background-color: #f5f5f5;
}

.msg-link {
    display: block;
    margin: 10px 0;
    color: #212121;
    padding: 10px;
    cursor: pointer;
    border-radius: 3px;
}

.msg-link.active {
    background-color: #59329e;
    color: #fff;
}

.msg-link:hover {
    background-color: #f5f5f5;
    color: #59329e;
}

.font-4x {
    font-size: 4em !important;
}

.left-border-gray {
    border-left: 1px solid #e9e9e9;
}

.block-div {
    display: block;
}

.inline-block {
    display: inline-block;
}

.dash-menu {
    color: #888;
    border-bottom: 2px solid #f5f5f5;
}

.dash-menu.active {
    border-bottom: 2px solid #59329e;
}

.dash-menu.active h5 {
    color: #59329e;
}

.side-menu {
    position: fixed;
    background-color: #fff;
    width: 100px;
    padding-top: 10px;
    height: 100%;
    overflow-y: auto;
}

.side-menu a {
    display: block;
    padding: 20px;
    color: #888;
    margin-left: 3px;
    border-left: 3px solid #fff;
    text-transform: uppercase;
}

.side-menu a:hover {
    text-decoration: none !important;
    background-color: #f5f5f5;
    color: #59329e;
}

.side-menu a.active {
    text-decoration: none !important;
    color: #59329e;
    border-left: 3px solid #59329e;
}

.side-menu small {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    color: #59329e;
    cursor: default;
    font-weight: 900;
    border-bottom: 1px solid #eee;
}

.top-dash-menu {
    background-color: #fff;
}

.top-dash-menu a {
    display: block;
    padding: 22px;
    text-decoration: none;
    color: #999;
    border-bottom: 2px solid rgba(89, 50, 158, 0.15);
    /* text-transform: uppercase; */
    font-size: 11px;
}

.top-dash-menu a:hover {
    text-decoration: none !important;
    background-color: rgba(89, 50, 158, 0.25);
    border-bottom: 2px solid rgba(89, 50, 158, 0.5);
    color: #59329e;
}

.top-dash-menu a.active {
    text-decoration: none !important;
    color: #59329e;
    background-color: rgba(89, 50, 158, 0.15);
    border-bottom: 2px solid #59329e;
}

.top-dash-menu .customPrevBtn {
    /*background-color: rgba(89, 50, 158, 0.05);*/
    background: linear-gradient(to bottom, #cfc5f9 0%, #5c469e 100%);
}

.top-dash-menu .customPrevBtn:hover {
    /*background-color: rgba(89, 50, 158, 0.10);*/
    background: linear-gradient(to bottom, #5c469e 0%, #cfc5f9 100%);
}

.top-dash-menu .customNextBtn {
    /*background-color: rgba(89, 50, 158, 0.05);*/
    background: linear-gradient(to bottom, #cfc5f9 0%, #5c469e 100%);
}

.top-dash-menu .customNextBtn:hover {
    /*background-color: rgba(89, 50, 158, 0.10);*/
    background: linear-gradient(to bottom, #5c469e 0%, #cfc5f9 100%);
}

/*.badge {
    padding: 3px 5px !important;
    font-size: 8px !important;
}*/

.special-card-box {
    background-color: #6F8FE0;
}

.dash-list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 0px;
    margin-bottom: 0px;
}

.dash-list .expand {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dash-list:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    /* z-index: 9999;*/
    z-index: 99;
    position: relative;
}

.dash-highlight-bar {
    position: absolute;
    margin-left: -20px;
    padding-left: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 20px;
}

.dash-list-popup:nth-child(odd) {
    background-color: #f5f5f5;
}

.Boot-Switch>input[type="checkbox"] {
    display: none;
}

.Boot-Switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.Boot-Switch>label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.Boot-Switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.Boot-Switch>input[type="checkbox"]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}

.Boot-Switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 20px;
}

.bg {
    background: -moz-linear-gradient(45deg, rgba(236, 64, 122, 1) 0%, rgba(255, 23, 68, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(236, 64, 122, 1)), color-stop(100%, rgba(255, 23, 68, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(236, 64, 122, 1) 0%, rgba(255, 23, 68, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(236, 64, 122, 1) 0%, rgba(255, 23, 68, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(236, 64, 122, 1) 0%, rgba(255, 23, 68, 1) 100%);
    /* ie10+ */
    background: linear-gradient(45deg, rgba(236, 64, 122, 1) 0%, rgba(255, 23, 68, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1744', endColorstr='#ec407a', GradientType=1);
    /* ie6-9 */
    color: #fff;
    margin: 0 -30px;
    padding: 10px 30px;
    border-radius: 10px;
}

.dash-filter-men i {
    margin-left: 15px;
    cursor: pointer;
    font-size: 18px;
}

.dash-search {
    background: transparent;
    border: transparent;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.search-result {
    list-style: none;
    text-align: left;
    background-color: #fff;
    padding: 10px 20px;
    position: absolute;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    width: 93%;
    z-index: 9999;
    height: 217px;
    overflow-x: auto;
}

.search-result li {
    padding: 10px;
}

.search-result li:hover {
    background-color: #f5f5f5;
    cursor: pointer;
    border-radius: 5px;
    color: #59329e;
    font-weight: 900;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1100px;
    }

    .time-frame {
        text-align: left;
        margin-top: 20px;
    }

    .cat-image-sec {
        padding: 40px;
    }
}

.payment-card-box {
    padding: 15px;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #ffffff;
    color: #333;
    margin-left: 20px;
    text-transform: uppercase;
    margin-right: 20px;
}

.payment-card-box.active,
.payment-card-box:hover.active {
    background-color: #59329e;
    color: #f5f5f5;
}

.payment-card-box:hover {
    background-color: rgba(89, 50, 158, 0.15);
    color: #222;
}

.saved-card>.saved-card-list {
    padding: 10px;
    border-radius: 5px;
    position: relative;
    margin: 10px;
}

.saved-card>.saved-card-list:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    cursor: pointer;
}

.saved-card>.saved-card-list.active {
    border: 2px solid rgba(0, 178, 158, 0.25);
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    background-color: #f9f9f9;
}

.saved-card>.saved-card-list .saved-card-cvv .input-control input[type="text"] {
    box-shadow: none;
    background-color: transparent;
}

.saved-card-list .check-box {
    position: absolute;
    top: -10px;
    left: -10px;
    color: #00b29e;
    background-color: #fff;
}

.b-l-2 {
    border-left: 2px solid#f5f5f5;
}

.b-b-2 {
    border-bottom: 2px solid#f5f5f5;
}

.b-t-2 {
    border-top: 2px solid#f5f5f5;
}

.b-r-2 {
    border-right: 2px solid#f5f5f5;
}

.b-radius {
    border-radius: 3px !important;
}

.b-2 {
    border: 2px solid#f5f5f5;
}

.top-ib img {
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    margin: 15px;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.pay-options {
    border: 1px solid #d0d0d0;
    padding: 10px 20px 15px 30px;
    border-radius: 5px;
}

.pay-options.active,
.pay-options:hover.active {
    background-color: #59329e;
    color: #f5f5f5;
}

.pay-options:hover {
    background-color: #fbfbfb;
    color: #222;
}

.help-search {
    border: none;
    border-bottom: 2px solid #59329e;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 700;
    background: transparent;
    padding-left: 20px;
}

.help-bg {
    background: url('../images/it-service.jpg') center center;
    background-size: cover;
}
.blog-bg {
    background: url('../images/blog_banner.jpg') center center;
    background-size: cover;
}
.career-bg {
    background: url('../images/career.jpg') center center;
    background-size: cover;
}

.btn.list-group-item label {
    color: #222 !important;
    font-weight: 400;
    margin-bottom: 0;
    padding: 1px 0px;
}

.btn.list-group-item:hover {
    border-color: transparent;
}

.btn.active label {
    color: #fff !important;
}

small.legend-x-axis {
    margin: 0 10px !important;
}

.category-box {
    min-height: 250px;
    border-bottom: 1px solid #d5d5d5;
}

.category-box:hover {
    background-color: #fbfbfb;
    border-radius: 5px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.category-box:nth-child(odd) {
    border-right: 1px solid #d5d5d5;
}

.category-box:last-child {
    border-bottom: none;
}

@media only screen and (min-width:1100px) {

    .category-box:nth-child(4n+2) {
        border-right: 1px solid #d5d5d5;
    }

    .cat-image-sec {
        padding: 40px;
    }

}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #59329e;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.sidenav a,
.sidenav .logout {
    padding: 10px 5px 10px 25px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav hr.gray {
    border-top-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 75%;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 30px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 13px;
    }

    .sidenav a {
        font-size: 16px;
    }

}

/**********************************Alert Box Start**************************************/

.alrt-scs-msg-cont {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.11);
    z-index: 99999;
}

.alrt-scs-msg-sb-cnt {
    margin: 27vh auto 0;
    max-width: 424px;
    height: 236px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 3px rgba(0, 0, 0, .2);
    border-bottom: 4px solid #413172;
}

.alrt-scs-msg-hdr {
    width: 100%;
    float: left;
    background-color: #ccc;
    height: 44px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 100px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 3px rgba(0, 0, 0, .2);
}

.alrt-scs-msg-txt-cnt {
    float: left;
    width: 100%;
}

.alrt-scs-msg-hdr:before {
    position: absolute;
    content: '';
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #ccc;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
}

.cls-alrt-scs-msg {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 2px;
    right: 6px;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    z-index: 9;
}

.cls-alrt-scs-msg:before,
.cls-alrt-scs-msg:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 12px;
    background-color: #ccc;
    left: 9px;
    top: 4px;
}

.alrt-scs-msg-sb-cnt.error .alrt-scs-msg-hdng {
    color: red;
}

.alrt-scs-msg-hdng {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    clear: both;
    font-size: 25px;
    margin-top: 1px;
}

.alrt-scs-msg {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 20px;
    color: #151414;
    padding: 0 25px;
}

.alrt-scs-msg-btns {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 13px;
}

.alrt-scs-msg-btns li {
    display: inline-block;
}

.alrt-scs-msg-btns li:hover a {
    box-shadow: inherit;
}

.alrt-scs-msg-btns li a {
    min-width: 130px;
    height: 42px;
    line-height: 45px;
    text-align: center;
    background-color: #513d8d;
    margin-right: 10px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    /*letter-spacing: 2px;*/
    box-shadow: 0 0 0 3px #fff inset;
    border: 1px solid #ccc;
    transition: all 0.5s ease-in-out;
    padding: 0 15px;
}

.cls-alrt-scs-msg:hover {
    background-color: #28BAB4;
}

.cls-alrt-scs-msg:before {
    transform: rotate(45deg);
}

.cls-alrt-scs-msg:after {
    transform: rotate(-45deg);
}

.alrt-scs-msg-sb-cnt.error .alrt-scs-msg-hdr,
.alrt-scs-msg-sb-cnt.error .cls-alrt-scs-msg:before,
.alrt-scs-msg-sb-cnt.error .cls-alrt-scs-msg:after {
    background-color: #f11e1e;
}

.alrt-scs-msg-btns li:hover a {
    box-shadow: inherit;
}

.alrt-scs-msg-sb-cnt.success .alrt-scs-msg-hdr,
.alrt-scs-msg-sb-cnt.success .cls-alrt-scs-msg:before,
.alrt-scs-msg-sb-cnt.success .cls-alrt-scs-msg:after {
    background-color: green;
}

.alrt-scs-msg-sb-cnt.success .alrt-scs-msg-hdr:before {
    border-top-color: green;
}

.alrt-scs-msg-sb-cnt.success .alrt-scs-msg-hdng {
    color: green;
}

.alrt-scs-msg-sb-cnt.error .alrt-scs-msg-hdr:before {
    border-top-color: red;
}

.pop-logo::after {
    position: absolute;
    content: '';
    height: 105px;
    width: 105px;
    background: white;
    border-radius: 100%;
    top: -63px;
    left: 38%;
    z-index: 2;
    background-image: url(../images/icon-purple.png);
    background-size: 125%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 0 1px rgba(64, 49, 114, 0.14), 0 2px 3px rgba(81, 61, 141, 0.35);
}

.pop-logo::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 24px;
    background: #413172;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px 10px 0px 0px;
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
.fileuploader-theme-thumbnails .fileuploader-items-list li.fileuploader-item {
    width: 115px !important;
}

/*************************************Alert Box end***********************************/


/***************************** single line alert noti **************************/

.one-line-popup {
    width: 100%;
    top: 0;
    position: fixed;
    height: 792px;
    overflow: hidden;
    display: none;
}

.one-line p {
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
}

.one-line .fa {
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 10px;
    border-radius: 50px;
    color: #f57f1b;
}

.one-line {
    position: absolute;
    padding: 12px 20px 3px 20px;
    background: #00b29e;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 5px rgba(0, 0, 0, .2);
    transition-duration: 0.5s;
    left: 50%;
    margin-left: -161px;
    bottom: -100px;
}

.appear {
    bottom: 50%;
}

.save-address-con:hover .add-new-address .fa {
    color: #f5560c;
}

/* **************************** alert noti *************************   */
/* **************************** alert noti *************************   */
/****************nevigate to top*************************/
#backtop {
    position: fixed;
    left: auto;
    right: 35px;
    top: auto;
    bottom: 35px;
    outline: none;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    background-color: #513d8d;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    z-index: 999999;
    opacity: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: none;
}

#backtop:hover {
    background-color: #27CFC3;
    color: #000;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

#backtop.mcOut {
    opacity: 0;
}

/******************************************************/
.bid-count-resp:hover i {
    color: red;
    text-shadow: 1px 0px #555;
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
}

/* status active */
.status-active-text {
    color: #6a1b9a;
    /* 800 */
}

.status-active-bg {
    background-color: #e1bee7;
    /* 100 */
}

.status-active-border {
    border-color: #ab47bc !important;
    /* 400 */
}

.status-declined-border {
    border-color: #da2700 !important;
}

.status-paused-border {
    border-color: #ff8f2e !important;
}

.status-deleted-border {
    border-color: #fd3a82 !important;
}

/* status expired */
.status-expired-text {
    color: #c62828;
    /* 800 */
}

.status-expired-bg {
    background-color: #ffcdd2;
    /* 100 */
}

.status-expired-border {
    border-color: #ef5350 !important;
    /* 400 */
}

/* status saved */
.status-saved-text {
    color: #4e342e;
    /* 800 */
}

.status-saved-bg {
    background-color: #d7ccc8;
    /* 100 */
}

.status-saved-border {
    border-color: #8d6e63 !important;
    /* 400 */
}

/* status booked */
.status-booked-text {
    color: #2e7d32;
    /* 800 */
}

.status-booked-bg {
    background-color: #c8e6c9;
    /* 100 */
}

.status-booked-border {
    border-color: #66bb6a !important;
    /* 400 */
}

/* status waiting */
.status-waiting-text {
    color: #f9a825;
    /* 800 */
}

.status-waiting-bg {
    background-color: #fff9c4;
    /* 100 */
}

.status-waiting-border {
    border-color: #ffee58 !important;
    /* 400 */
}

/* status dispatched */
.status-dispatched-text {
    color: #00695c;
    /* 800 */
}

.status-dispatched-bg {
    background-color: #b2dfdb;
    /* 100 */
}

.status-dispatched-border {
    border-color: #26a69a !important;
    /* 400 */
}

/* status booking awaited */
.status-bookingawaited-text {
    color: #ff8f00;
    /* 800 */
}

.status-bookingawaited-bg {
    background-color: #ffecb3;
    /* 100 */
}

.status-bookingawaited-border {
    border-color: #ffca28 !important;
    /* 400 */
}

/* status cancelled */
.status-cancelled-text {
    color: #ad1457;
    /* 800 */
}

.status-cancelled-bg {
    background-color: #f8bbd0;
    /* 100 */
}

.status-cancelled-border {
    border-color: #ec407a !important;
    /* 400 */
}

/* status blocked */
.status-blocked-text {
    color: #37474f;
    /* 800 */
}

.status-blocked-bg {
    background-color: #cfd8dc;
    /* 100 */
}

.status-blocked-border {
    border-color: #78909c !important;
    /* 400 */
}

.status-border {
    border: none;
    border-left: 10px;
    border-style: solid;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

/* header menu */
.headmenu:hover .dropdown-menu {
    display: block !important;
}

.scroll-box-250 {
    max-height: 250px;
    line-height: 1.75;
    overflow-y: hidden;
    display: block;
}

.scroll-box-250:hover {
    overflow-y: auto;
}

.logout {
    width: 100%;
    text-align: left;
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 600 !important;
}

.logout:hover {
    text-decoration: none;
}

#ribbon {
    background: #fa6f57;
    height: 30px;
    width: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0px;
    color: #FFF;
    line-height: 30px;
    padding: 0px 20px;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}

#ribbon:after {
    content: "";
    height: 0;
    width: 0;
    top: 0px;
    left: -30px;
    position: absolute;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fa6f57;
}

#ribbon:before {
    content: "";
    height: 0;
    width: 0;
    top: 0px;
    left: -30px;
    position: absolute;
    border-style: solid;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fa6f57;
}

.ribbon-active {
    background: #ab47bc !important;
}

.ribbon-active:after {
    border-bottom: 30px solid #ab47bc !important;
}

.ribbon-active:before {
    border-top: 30px solid #ab47bc !important;
}

.ribbon-accepted {
    background: #66bb6a !important;
}

.ribbon-accepted:after {
    border-bottom: 30px solid #66bb6a !important;
}

.ribbon-accepted:before {
    border-top: 30px solid #66bb6a !important;
}

.ribbon-declined {
    background: #da2700 !important;
}

.ribbon-declined:after {
    border-bottom: 30px solid #da2700 !important;
}

.ribbon-declined:before {
    border-top: 30px solid #da2700 !important;
}

.ribbon-deleted {
    background: #fd3a82 !important;
}

.ribbon-deleted:after {
    border-bottom: 30px solid #fd3a82 !important;
}

.ribbon-deleted:before {
    border-top: 30px solid #fd3a82 !important;
}

.ribbon-blocked {
    background: #78909c !important;
}

.ribbon-blocked:after {
    border-bottom: 30px solid #78909c !important;
}

.ribbon-blocked:before {
    border-top: 30px solid #78909c !important;
}

.ribbon-paused {
    background: #ff8f2e !important;
}

.ribbon-paused:after {
    border-bottom: 30px solid #ff8f2e !important;
}

.ribbon-paused:before {
    border-top: 30px solid #ff8f2e !important;
}

.ribbon-expired {
    background: #ef5350 !important;
}

.ribbon-expired:after {
    border-bottom: 30px solid #ef5350 !important;
}

.ribbon-expired:before {
    border-top: 30px solid #ef5350 !important;
}

.your-bid {
    font-size: 10px;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    background-color: #ee5af8;
    color: #212121;
    width: 65%;
    text-align: center;
    margin-top: 5px;
}
.bid-uuid {
	font-size: 11px;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    color: #b0b1b0;
    width: 65%;
    text-align: center;
    margin-top: 5px;
    display: inline;
    border: 1px solid #b0b1b0;
}

.body-container-main {
    margin-top: 70px;
}

.unique-label-color {
    color: #1b1b1b !important;
}

.img-preview {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    border: 2px dashed #684eb3;
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer;
    line-height: 95px;
}

.fileuploader-new {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    color: #684eb3;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.field-drivers-licence_copy_front,
.field-drivers-aadhar_copy_front,
.field-trucks-insurance_copy_front,
.field-trucks-rc_copy_front {
    display: inline-block;
}


.dropdown-menu-vs {
    margin-top: 19px;
    list-style: none;
    padding-left: 0;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
}

.dropdown-menu-vs li {
    display: block;
    border-bottom: 1px solid #dedede;
}

.dropdown-menu-vs li a {
    padding: 10px 30px;
    display: block;
}

.dropdown-menu-vs li:last-child {
    border-bottom: none;
}

.dropdown-menu-vs:before {
    content: "";
    position: absolute;
    left: 34px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 9999;
}

.dropdown-menu-vs li:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #fff !important;
    cursor: pointer;
    border-left: 4px solid #ee4531;
    transition: 0.5s;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #59329e;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.sidenav a,
.sidenav .logout {
    padding: 10px 5px 10px 25px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 600 !important;
    letter-spacing: 1px;
    font-size: 13px;
}

.sidenav hr.gray {
    border-top-color: #999;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 80%;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 30px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 13px;
    }

    .sidenav a {
        font-size: 16px;
    }
}

.btn:hover,
.btn:focus,
.btn.focus {
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.dashboard-menu {
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.dashboard-menu label {
    display: block;
    font-size: 0.9em;
    margin-top: 5px;
}
.dashboard-menu img {
    background-color: #fff;
    border-radius: 10%;
    padding: 8px;
}

.dashboard-menu:hover img {
    background-color: #5c469e1e;
}
.abouthead{
     min-height: 150px !important;
}
@media (max-width: 767px) {
      .nav-tabs {
          min-width: 100%;
          display: inline-grid;
      }
}
.navbar-fixed-top{
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}
