* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:600&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}
.form-group{
    margin-bottom:10px !important;
}
.loading {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    z-index: 99;
}

    .loading img {
        width: 150px;
    }

    .loading img {
        width: 95px;
        position: absolute;
        background-color: #FFCC66;
        -webkit-box-shadow: 0px 0px 17px 0px rgba(255,204,102,1);
        -moz-box-shadow: 0px 0px 17px 0px rgba(255,204,102,1);
        box-shadow: 0px 0px 17px 0px rgba(255,204,102,1);
        border-radius: 50%;
        top: 45%;
        left: 50%;
        transform: translate(-50%,-50%);
        /*animation: spin 3s linear infinite;*/
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

label span {
    color: red;
}

.c-img {
    width: 100%;
    height: auto;
}

.error {
    color: red;
    font-size: 12px;
}

.text-success {
    color: green;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.p-60 {
    padding: 60px 0px;
}

.p-20 {
    padding: 20px 0px;
}

.c-tabdisable {
    pointer-events: none;
    color: #ccc !important;
}

.inside-border {
    outline: 1px solid white;
    outline-offset: -5px;
}

.pb-20 {
    padding-bottom: 20px;
}

.font-30-white-b {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.font-30 {
    font-size: 30px;
    color: #000;
}

.font-60-white-b {
    font-size: 60px;
    /* font-weight: bold; */
    color: #fff;
    text-align: center;
}

.font-60-black-b {
    font-size: 60px;
    /* font-weight: bold; */
    color: #000;
    text-align: center;
}

.font-60-orange-b {
    font-size: 55px;
    /* font-weight: bold; */
    color: #FC7501;
    border-bottom: 1px solid;
    margin-bottom: 30px;
}

.font-40-black {
    font-size: 40px;
    color: #000;
}

.font-15 {
    font-size: 15px;
    color: #000;
}

.font-40-black {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.font-40-white {
    font-size: 50px;
    color: #fff;
}

.font-14-white {
    font-size: 14px;
    color: #fff;
}

.font-20-italic {
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
}

.font-22-black {
    color: #373737;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 22px;
}

.c-btn2 {
    font-size: 18px;
    padding: 13px 49px;
    color: #fff;
    border: 1px solid;
}

p {
    margin: 0;
    padding: 0;
}

header {
    position: relative;
    background-color: #fff;
    height: 600px;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}


    header .container {
        position: relative;
        z-index: 2;
    }

    header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000;
        opacity: 0.5;
        z-index: 1;
    }

.header {
    width: 100%;
    height: auto;
    z-index: 999999;
    position: fixed;
    height: 70px;
    background-color: #000;
    color:white;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
}

.logo img {
    width: 80px;
    margin-top: 5px;
}

.fixed-header {
    background-color: #fff;
}

header .menu {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999999;
    justify-content: space-evenly;
}

.logo {
    text-align: center;
    position: relative;
    width: 100%;
}

.aboutus {
    padding: 50px 10px;
}

    .aboutus p {
        padding-bottom: 10px;
    }

.btn-primary {
    color: #fff;
    background-color: #222 !important;
    border-color: #222 !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #060606 !important;
        border-color: #060606 !important;
    }

.title {
    font-weight: 200;
    text-align: center;
    font-size: 2em;
    margin: .5em 0;
}

.first-part {
    width: 100%;
    background-color: #f1f1f1;
    height: auto;
}

.footer-menu {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}




.career {
    padding: 50px 0px;
    background-color: #fff;
}



.bg-gray {
    background-color: #373737;
}

.bg-gray {
    background-color: #808080;
}

.bg-silver {
    background-color: #f1f1f1;
}

footer {
    width: 100%;
    height: auto;
    padding: 60px 0px;
    background-color: #000;
    text-align: center;
}

.footer-menu nav ul {
    list-style-type: none;
}

    .footer-menu nav ul li {
        float: left;
    }

        .footer-menu nav ul li a {
            /* float: left; */
            font-size: 14px;
            color: rgba(255,255,255,.4);
            padding: 10px 35px;
            /* margin-right: 70px; */
        }

.clearfix {
    clear: both;
}

.icon {
    color: #fff;
    font-size: 25px;
}

.highcharts-background {
    fill: transparent;
}

.highcharts-title {
    display: block;
}

.about {
    height: 300px;
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
}

@media only screen and (max-width: 800px) {
    .c-logo {
        display: block;
    }
}

.login-c {
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(#a30b11), color-stop(70%, #ff7900));
    background: linear-gradient(180deg, #a30b11, #ff7900 70%);
}

.overlay {
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.login-c .login-width {
    max-width: 800px;
    height: auto;
    background-color: #fff;
    z-index: 999999;
    position: relative;
    top: 50%;
    left: 50%;
    padding: 10px;
    transform: translate(-50%, -50%);
}

.sign-up {
    margin-top: 10px;
}

.c-padding {
    padding: 30px;
   
    position: relative;
    
}

.bg-black {
    background-color: #ddd;
}

label {
    display: inline-block;
    margin-bottom: 0px;
}

button,
button::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

button {
    float: left;
    background: none;
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding: 8px 18px;
    position: relative;
    text-transform: uppercase;
}

    button::before,
    button::after {
        background: #ff7900;
        content: '';
        position: absolute;
        z-index: -1;
    }

    button:hover {
        color: orange;
        background-color: #fff;
    }


.btn-3::after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.btn-3:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}



.btn-4,
.btn-4::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.c-box {
    padding: 10px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

#profile-details {
    /*display: none;*/
}

#arrow {
    /*display: none;*/
}

.btn-4 {
    float: left;
    background: none;
    border: 2px solid #ff7900;
    border-radius: 0px;
    color: #ff7900;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding: 8px 18px;
    position: relative;
    text-transform: uppercase;
}

    .btn-4::before,
    .btn-4::after {
        background: #ff7900;
        content: '';
        position: absolute;
        z-index: -1;
    }

    .btn-4:hover {
        color: orange;
        background-color: #fff;
    }


    .btn-4::after {
        height: 0;
        left: 50%;
        top: 50%;
        width: 0;
    }

    .btn-4:hover:after {
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

.bg-gray:hover {
    background-color: #605d5d;
}

.bg-silver:hover {
    background-color: #d8d6d6;
}

.footer-menu nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.sticky-container {
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -157px;
    top: 30%;
    width: 200px;
    z-index: 9;
}

.sticky li {
    list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);*/
    overflow: hidden;
}

    .sticky li:hover {
        margin-left: -115px;
        /*-webkit-transform: translateX(-115px);
    -moz-transform: translateX(-115px);
    -o-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform:translateX(-115px);*/
        /*background-color: #8e44ad;*/
        /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);*/
    }

    .sticky li img {
        float: left;
        margin: 5px 5px;
        margin-right: 10px;
    }

    .sticky li p {
        padding: 0px;
        margin: 0px;
        text-transform: uppercase;
        line-height: 43px;
    }
/** content **/
.content {
    margin-top: 150px;
    margin-left: 100px;
    width: 700px;
}

p.credit {
    padding-top: 20px;
    font-size: 12px;
}

/** fork icon**/
.fork {
    position: absolute;
    top: 0px;
    left: 0px;
}

.services {
    background-color: #ddd;
    width: 100%;
    height: auto;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1600px) {
}

@media screen and (max-width:1280px) {
}

@media only screen and (max-width:1170px) {
    .wsmenu-list > li {
        padding-right: 45px;
    }

    .main .left-part {
        width: 250px !important;
        padding: 3rem 0rem !important;
    }

    .main .right-part {
        width: calc(100% - 220px) !important;
        overflow-y: scroll;
    }

    .font-40-white {
        font-size: 38px;
    }

    .footer-menu nav ul li a {
        padding: 10px 30px;
    }

    .middle {
        width: 100%;
        text-align: center;
        margin-top: 40px !important;
    }
}

@media only screen and (max-width:1024px) {
    .wsmenu-list > li {
        padding-right: 20px;
    }
}

@media only screen and (max-width:960px) {
    .bg-gray {
        background-color: #808080;
        border-bottom: 1px solid #f1f1f1;
    }
}

@media only screen and (max-width:840px) {
    .wsmenu-list > li {
        padding-right: 5px;
    }
}

@media only screen and (max-width:780px) {
    .left-part {
        display: none !important;
    }

    .main .right-part {
        width: 100% !important;
    }

    .header {
        display: block !important;
    }

    .main-slider {
        padding-bottom: 50px;
        /* padding: 8px; */
        padding-top: 50px !important;
    }
}

@media only screen and (max-width:768px) {
    header .menu {
        justify-content: space-around;
    }
}

@media only screen and (max-width:640px) {
    .w-100.text-white img {
        max-width: 100%;
    }
}

@media only screen and (max-width:480px) {
}

@media only screen and (max-width: 320px) {
}


/*admin css start*/
.admin-header {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
}

    .admin-header .admin-logo {
        padding: 5px 0px;
    }

        .admin-header .admin-logo img {
            width: 225px;
        }

.c-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin-first-part {
    padding: 100px 0px 30px 0px;
    width: 100%;
    height: auto;
    background-color: #fff;
}

.orange-box {
    background: -webkit-gradient(linear, left top, left bottom, from(#a30b11), color-stop(70%, #ff7900));
    background: linear-gradient(180deg, #a30b11, #ff7900 70%);
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    margin-top: 100px;
}

.white-box {
    background-color: #000;
    padding: 20px;
    border-radius: 10px;
}

.main-white-box {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
}

.middle {
    width: 100%;
    text-align: center;
    margin-top: 80px;
    /* Made by */
}

    .middle input[type="radio"] {
        display: none;
    }

        .middle input[type="radio"]:checked + .box {
            background-color: #FF5050;
        }

            .middle input[type="radio"]:checked + .box span {
                color: white;
            }

                .middle input[type="radio"]:checked + .box span:before {
                    opacity: 1;
                }

.font-20-black-b {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.left-address .fa.fa-phone {
    margin-left: 27px;
}

.middle .box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #FFCC66;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Dax", sans-serif;
    font-weight: 900;
}

    .middle .box:hover {
        background-color: #FC7501
    }

    .middle .box:active {
        transform: translateY(10px);
    }

    .middle .box span {
        font-size: 15px !important;
        font-weight: normal;
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        transition: all 300ms ease;
        font-size: 1.5em;
        user-select: none;
        color: #fff;
    }

.middle p {
    color: #fff;
    font-family: "Dax", sans-serif;
    font-weight: 400;
}

    .middle p a {
        text-decoration: underline;
        font-weight: bold;
        color: #FFF;
    }

    .middle p span:after {
        content: '\f0e7';
        font-family: FontAwesome;
        color: yellow;
    }










.step-wrapper {
    padding: 20px 20px;
    display: none;
    position: relative;
    top: -35px;
}

    .step-wrapper.active {
        display: block;
    }

.step-indicator {
    border-collapse: separate;
    display: table;
    margin-left: 0px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
    padding-top: 20px;
}

    .step-indicator li {
        display: table-cell;
        position: relative;
        float: none;
        padding: 0;
        width: 1%;
    }

        .step-indicator li:after {
            background-color: #FFCC66;
            content: "";
            display: block;
            height: 2px;
            position: absolute;
            width: 100%;
            top: 32px;
        }

        .step-indicator li:after {
            left: 50%;
        }

        .step-indicator li:last-child:after {
            display: none;
        }

        .step-indicator li.active .step {
            border-color: #FC7501;
            color: #fff;
            background-color: #FC7501;
        }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #FC7501 !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    /* font-weight: bold; */
    border-bottom: 2px solid #FC7501;
}

#myTab li a {
    /*color: #000;*/
    color: #ffffff
}

.step-indicator li.active .caption {
    color: #000;
}

.step-indicator li.complete:after {
    background-color: #87D37C;
}

.step-indicator li.complete .step {
    border-color: #87D37C;
    color: #fff;
    background-color: #87D37C;
}

.step-indicator li.complete .caption {
    color: #87D37C;
}

.step-indicator .step {
    background-color: #FFCC66;
    border-radius: 50%;
    border: 1px solid #FFCC66;
    color: #fff;
    font-size: 30px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    position: relative;
    width: 64px;
    z-index: 1;
}

    .step-indicator .step:hover {
        cursor: pointer;
    }

.step-indicator .caption {
    color: #ccc;
    padding: 11px 16px;
}

.cc-head {
    background-color: #FFCC66;
    font-size: 22px;
    padding: 5px 10px;
    /*color: #fff;*/
    color: #000;
}

.go-back {
    position: absolute;
    bottom: 10px;
    left: 270px;
    display: flex;
    z-index: 9;
}

.back-txt {
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    position: relative;
    top: 9px;
    left: 5px;
    color: #000;
}

.main {
    width: 100%;
    height: 100vh;
    background: #000;
	color:white;
    display: flex;
    overflow: hidden;
}

    .main .left-part {
        width: 300px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 1rem 2rem;
        background: -webkit-gradient(linear, left top, left bottom, from(#a30b11), color-stop(70%, #ff7900));
        background: linear-gradient(180deg, #a30b11, #ff7900 70%);
    }

    .main .right-part {
        width: 400px;
        width: calc(100% - 300px);
        overflow-y: scroll;
    }

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.main-slider {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cc-logo {
    width: 100%;
}

.left-address {
    margin-top: 100px;
    text-align: left;
    border: 1px solid #fff;
    padding: 0px;
    width: 220px;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
}

.slide-logo {
    padding-top: 50px;
    text-align: right;
}

    .slide-logo ul {
        list-style-type: none;
    }

        .slide-logo ul li {
            padding-bottom: 10px;
        }

            .slide-logo ul li a {
                color: #fff;
                font-size: 17px;
                text-transform: uppercase;
            }

.c-toggle {
    text-align: right;
    margin-right: 15px;
    position: fixed;
    right: 0;
    display: none;
}

.menu {
    display: flex;
    justify-content: space-between;
}

.header {
    display: none;
}

.header-btn {
    display: flex;
    justify-content: center;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.comman-box {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
    width: 400px;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.comman-box2 {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
    width: 430px;
    overflow: hidden;
    height: auto;
    max-height: 95vh;
    overflow-y: scroll;
    padding-bottom: 10px;
}

.avatar {
    width: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 12px 0px;
}














/* bootstrap-tagsinput.css file - add in local */

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
    line-height: 22px;
    cursor: text;
    height: auto;
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        margin: 0;
        width: auto;
        max-width: inherit;
    }

    .bootstrap-tagsinput.form-control input::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput input:focus {
        border: none;
        box-shadow: none;
    }

    .bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: white;
        background: #FFCC66;
        padding: 0px 3px;
        border-radius: 3px;
    }

        .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "x";
                padding: 0px 2px;
            }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            }

                .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                }

.avatar-wrapper {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 10px auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 15px -5px black;
    transition: all .3s ease;
}

    .avatar-wrapper:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

        .avatar-wrapper:hover .profile-pic {
            opacity: .5;
        }

    .avatar-wrapper .profile-pic {
        height: 100%;
        width: 100%;
        transition: all .3s ease;
    }

        .avatar-wrapper .profile-pic:after {
            font-family: FontAwesome;
            content: "\f007";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            font-size: 70px;
            background: #ecf0f1;
            color: #FC7501;
            text-align: center;
        }

    .avatar-wrapper .upload-button {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

        .avatar-wrapper .upload-button .fa-arrow-circle-up {
            position: absolute;
            font-size: 120px;
            top: -10px;
            left: 0;
            text-align: center;
            opacity: 0;
            transition: all .3s ease;
            color: #FC7501;
            background: #fff;
        }

        .avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
            opacity: 1;
        }

.table td, .table th {
    padding: 0.50rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.cc-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-icon {
    position: relative;
}

    .input-icon > i {
        position: absolute;
        display: block;
        transform: translate(0, -50%);
        top: 50%;
        pointer-events: none;
        width: 25px;
        text-align: center;
        font-style: normal;
    }

    .input-icon > input {
        padding-left: 25px;
        padding-right: 0;
    }

.input-icon-right > i {
    right: 0;
}

.input-icon-right > input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #ccc;
}

legend {
    width: auto;
    padding: 0px 5px;
    font-size: 18px;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1600px) {
}

@media screen and (max-width:1280px) {
}

@media only screen and (max-width:1170px) {
    .wsmenu-list > li {
        padding-right: 45px;
    }

    .main .left-part {
        width: 250px !important;
        padding: 3rem 0rem !important;
    }

    .main .right-part {
        width: calc(100% - 220px) !important;
        overflow-y: scroll;
    }

    .font-40-white {
        font-size: 38px;
    }

    .footer-menu nav ul li a {
        padding: 10px 30px;
    }

    .middle {
        width: 100%;
        text-align: center;
        margin-top: 40px !important;
    }
}

@media only screen and (max-width:1024px) {
    .wsmenu-list > li {
        padding-right: 20px;
    }
}

@media only screen and (max-width:960px) {
    .bg-gray {
        background-color: #808080;
        border-bottom: 1px solid #f1f1f1;
    }

    .comman-box {
        left: 65% !important;
    }
}

@media only screen and (max-width:840px) {
    .wsmenu-list > li {
        padding-right: 5px;
    }
}

@media only screen and (max-width:780px) {
    .login {
        margin: 0px !important;
    }

    .left-part {
        display: none !important;
    }

    .main .right-part {
        width: 100% !important;
    }

    .header {
        display: block !important;
    }

    .main .right-part {
        padding: 80px 0px;
    }

    .modal {
        position: fixed;
        top: 85px;
    }

    .orange-box {
        margin: 0px;
    }

    .main-slider {
        height: 100vh;
        display: block;
    }

    .right-part div {
        overflow-x: initial !important;
    }

    .comman-box2 {
        margin-left: auto;
        margin-right: auto;
    }
}

.r-flex {
    display: flex;
}

@media only screen and (max-width:768px) {
    .table {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        background-color: transparent;
        overflow: auto;
    }

    .comman-box {
        left: 50% !important;
    }

    header .menu {
        justify-content: space-around;
    }

    .r-flex {
        display: block;
    }

    .login {
        margin: 0px !important;
    }
}

@media only screen and (max-width:640px) {
    h3 {
        font-size: 1.5rem;
    }

    .comman-box {
        left: 50% !important;
        margin: 115px 0px !important;
    }

    .font-60-orange-b {
        font-size: 40px;
    }

    .w-100.text-white img {
        max-width: 100%;
    }

    .comman-box {
        width: 300px !important;
    }

    .comman-box2 {
        width: 300px !important;
    }

    .login {
        margin: 0px !important;
    }
}

@media only screen and (max-width:480px) {
    .comman-box {
        left: 50% !important;
        margin: 140px 0px !important;
    }

    .login {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 320px) {
    .comman-box2 {
        width: 280px !important;
    }

    .comman-box {
        left: 50% !important;
        margin: 140px 0px !important;
    }

    .login {
        margin: 0px !important;
    }
}
