@import url("https://fonts.googleapis.com/css?family=Anton|Fjalla+One|Poppins:300,300i,400,700");

html, body {
    margin: 0px;
    height: 100%;
}

a, a:hover, a:visited{
    color: #ffffff;
}

ul{
    list-style: none;
}

section{ padding:80px 0;}

.gray-bg{
    background-color: #F4F4F4;
}

/* colors */
.red{ color:#e21e25}
.purple{ color:#7251a2}
.green{ color:#bed431}
.blue{ color:#5ecae6}
.yellow{ color:#f6c715}
.pink{ color:#f11aa8}
.orange{ color:#fe4419}


.navbar {
    font-size: 1.3rem;
}

.nav-link {
    color: #ffc107 !important;
}



.navbar-brand {
    margin-right: 5rem;
}

.nav-item {
    margin-right: 2rem;
    text-align: right;
}

.infobar {
    position: absolute;
    top:100px;
}

#notFound {
    padding-top: 3em;
    color: #4e555b;
}

#notFound h1{
    font-size: 15em;
    font-weight: bold;
    color: #cbced0;
}

.not-found-content {
    width: 100%;
    text-align: center;
}

.not-found-header {
    margin-top: 8em;
}

footer {
    padding: 5em;
    color: #686868;
}

.container-fluid {
    padding: 0;
}

.main-banner {
    height: auto;
    position: relative;
}

.boxes {
    width: 100%;
    position: absolute;
    top: 85%;
}

.boxes a {
    text-decoration: none;
}

.box1 {
    background: #F6C815;
}

.box2 {
    background: #E21E25
}

.box3 {
    background: #60CAE8;
}

.main-banner .row {
    --bs-gutter-x: 0;
}

.boxes .box{
    float: left;
    line-height: 16em;
    width: 13em;
    height: 13em;
    position:relative;
    margin: auto;
    text-align: center;
}

.boxes .box a{
    width: 13em;
    height: 13em;
    display: block;
}

.boxes .box a i{
    font-size: 6em;
}

.boxes .box:hover{
    line-height:20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.boxes .box:hover a i{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    font-size:1.5em;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 10px;
    margin-top: 20px;
}

.boxes .box p{
    line-height: 17px;
    display:none;
    color:#fff;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.boxes .box p span{
    display: block;
    font-size: 1.5em;
    padding-bottom: 1em;
    line-height: 1.1em;
    font-weight: bold;
}

.boxes .box:hover p{
    display:block;
    font-size:1em;
}


.tabs-btn{bottom: 0; color: #FFFFFF;  left: 0;  min-height: 139px; background:url("../images/white.png"); position: absolute;   text-align: center;  width: 100%;}
.tabs-btn ul li{ float: left; line-height: 180px; width: 20%;height: 139px; position:relative;}
.tabs-btn ul li a.active:after{position: absolute;bottom: -28px;left: 50%;margin-left: -17px;content: ' ';height: 0px;width: 0px;border: 14px solid transparent;}
.tabs-btn ul li a{ display:block;height: 139px; overflow:hidden;}
.tabs-btn ul li a i{color: #FFFFFF;font-size: 72px;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.tabs-btn ul li:hover{ line-height:20px;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.tabs-btn ul li:hover a i{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg); font-size:30px;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease; margin-bottom: 10px;margin-top: 20px;}
.tabs-btn ul li p{line-height: 17px; display:none; color:#fff;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-webkit-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.tabs-btn ul li p span{ display:block; font-size:15px; font-weight:bold; padding-bottom: 6px;font-family: 'BebasRegular'; font-weight:400;}
.tabs-btn ul li:hover p{ display:block; font-size:13px;}
.tabs-btn.green ul li:nth-child(1){ background:#BED431}
.tabs-btn.green ul li:nth-child(1) a.active:after{border-top-color:#BED431;}
.tabs-btn.green ul li:nth-child(2){ background:#F6C815}
.tabs-btn.green ul li:nth-child(2) a.active:after{border-top-color:#F6C815;}
.tabs-btn.green ul li:nth-child(3){ background:#E21E25}
.tabs-btn.green ul li:nth-child(3) a.active:after{border-top-color:#E21E25;}
.tabs-btn.green ul li:nth-child(4){ background:#60CAE8}
.tabs-btn.green ul li:nth-child(4) a.active:after{border-top-color:#60CAE8;}
.tabs-btn.green ul li:nth-child(5){ background:#7251A2}
.tabs-btn.green ul li:nth-child(5) a.active:after{border-top-color:#7251A2;}


.services-sec{
    text-align:center;
    min-height: 410px;
    margin-top: 9em;
}

.services-sec .container{
    position:relative;
}

.img-circle {
    border-radius: 50%;
}

.services-sec .tab1, .services-sec .tab2, .services-sec .tab3{
    position:absolute;
    left:0;
    top:0;
    width:100%;
}



.services-sec span.yellow i{ background:#f6c815; box-shadow:0 0 0px 2px #f6c815; -moz-box-shadow:0 0 0px 2px #f6c815; -webkit-box-shadow:0 0 0px 2px #f6c815;}
.services-sec span.green i{ background:#BED431; box-shadow:0 0 0px 2px #BED431; -moz-box-shadow:0 0 0px 2px #BED431; -webkit-box-shadow:0 0 0px 2px #BED431;}
.services-sec span.red i{ background:#e21e25; box-shadow:0 0 0px 2px #e21e25; -moz-box-shadow:0 0 0px 2px #e21e25; -webkit-box-shadow:0 0 0px 2px #e21e25;}
.services-sec span.blue i{ background:#60cae8; box-shadow:0 0 0px 2px #60cae8; -moz-box-shadow:0 0 0px 2px #60cae8; -webkit-box-shadow:0 0 0px 2px #60cae8;}
.services-sec span.purple i{ background:#7251A2; box-shadow:0 0 0px 2px #7251A2; -moz-box-shadow:0 0 0px 2px #7251A2; -webkit-box-shadow:0 0 0px 2px #7251A2;}


.service-sec span{ border-left: none;display: block;color: #60cae8;min-height: 129px;}
.service-sec i{ width:0; height:0; display:inline-block; overflow:hidden; border:2px solid #fff; color:#fff;line-height: 97px; font-size:40px; margin:70px 0 0;-moz-transition: all 2000ms ease;-ms-transition: all 2000ms ease;-webkit-transition: all 2000ms ease;-o-transition: all 2000ms ease;transition: all 2000ms ease;}

.service-sec:hover i, .service-sec:hover i.open{margin:20px 0 10px;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.service-sec i.open{width:99px; height:99px;margin:30px 0 0;-moz-transition: all 1000ms ease;-webkit-transition: all 1000ms ease;-ms-transition: all 1000ms ease;-o-transition: all 1000ms ease;transition: all 1000ms ease;}
.service-sec h3{ background:url(../img/service-sec-shadow.png) no-repeat center 0; padding-top:30px; font-weight:400; border:0; text-transform:uppercase; margin: 10px 0 15px; color:#393939;font-family: 'Open Sans',sans-serif;}

.service-sec p{
    margin-bottom:0;
    line-height:24px;
}

#tab2, #tab3 {
    display:none;
}

.services-sec .tab1 .row .col-md-4, .tri-secs .col-md-6, .piecharts .row .col-md-6, contact-us .form {
    opacity:0;
}

.services-sec .row .col-md-4.animated, .tri-secs .col-md-6.animated, .piecharts .row .col-md-3.animated, .contact-us .form.animated {
    opacity:1;
}

/* services tri sec */
.tri-secs {
    margin-top: 5em;
}

.tri-sec {
    padding:0 0 30px 0
}

.tri-sec i{
    font-size:50px;
}

.tri-sec p {
    padding: 0 20px;
}

.tri-sec.last{ padding:0}
.tri-sec.last p{ margin:0}

/* piecharts */
.piecharts {
    text-align:center;
    padding:65px 0;
    background: #eeeeee;
    position: relative;
}
.piecharts h2{ border:0;line-height: 40px;margin-bottom: 20px;}
.piecharts p{ margin:0}
.piecharts .container {position: relative;z-index: 5;}

/*button colors*/
.btn {
    display: inline-block;
    padding:12px 30px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    text-transform:uppercase;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-bottom:4px solid transparent;
    border-radius: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #fff;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-red{ background:#e21e25; border-color: #c6131a; color:#fff;}
.btn-red:hover{ background:#c6131a; border-color: #b00c13;}
.btn-blue{ background:#5ecae6; border-color: #29a1ab; color:#fff;}
.btn-blue:hover{ background:#08828c; border-color: #056d76;}
.btn-green{ background:#bed431; border-color: #9cb211; color:#fff;}
.btn-green:hover{ background:#9cb211; border-color: #889c0b;}
.btn-yellow{ background:#f6c815; border-color: #d8ad07; color:#fff;}
.btn-yellow:hover{ background:#d8ad07; border-color: #c19a04;}
.btn-orange{ background:#FE4419; border-bottom:4px solid #de3008 !important; color:#fff !important;}
.btn-orange:hover{ background:#de3008; color:#fff;}

.piecharts button.btn {
    display: block;
    margin: 17px auto;
    max-width: 200px;
}

.piecharts i {
    font-size: 4em;
}

.buttons {
    margin-top:3em;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 3em;
}

#proofAttachment input[type="text"],
#proofAttachment select.form-select,
#proofAttachment textarea.form-control {
    /*background-color: #f9f9f9;*/
    border: none;
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

#proofAttachment input[type="text"]:focus,
#proofAttachment select.form-select:focus,
#proofAttachment textarea.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#proofAttachment input[type="text"]:hover,
#proofAttachment select.form-select:hover,
#proofAttachment textarea.form-control:hover {
    border-bottom: 2px solid #ff0000;
}

#proofAttachment select:invalid,
#proofAttachment textarea:invalid,
#proofAttachment input:invalid {
    border-bottom: 2px solid #ff0000;
}

#newMessage input[type="text"],
#newMessage select.form-select,
#newMessage textarea.form-control {
    border-radius: 0;
}


form label {
    font-size: 1.1em;
}

.form-label-text {
    color: #4e555b;
    font-size: 0.8em;
    margin: 1em auto auto;
}

.modal-content {

}

.modal-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    background-image: url('../img/fancybox_sprite.png');
    opacity: 1;
    z-index: 100;
    cursor: pointer;
}


#preview-template {
    display: none;
}

.dz-remove {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    background-image: url('../img/error.svg');
    opacity: 1;
    z-index: 1000;
}

#newMessage .dz-error-message,
#proofAttachment .dz-error-message {
    opacity: 1;
    color: #FFFFFF;
    background: #ff0000;
}

#newMessage .dz-progress,
#proofAttachment .dz-progress {
    display: none;
}

#newMessage .dz-error-mark,
#proofAttachment .dz-error-mark {
    width: 36px;
    height: 36px;
    background-image: url('../img/exclamation.svg');
    position: absolute;
    top: calc(55%);
    left: calc(55%);
}

#newMessage .dz-error-mark svg,
#proofAttachment .dz-error-mark svg {
    display: none;
}


.btn-submit {
    background: #000000;
    color: #FFFFFF;
    float: right;
    margin: 3em auto auto;
}

#proofAttachment {

}

#proofAttachment i{
    font-size: 4em;
}

#previewsContainer i {
    display: block;
}

#previewsContainer .ds-message-txt {
    display: block;
    margin: 1em 0;
}

#previewsContainer.btn-info {
    display: block;
}

.alert-icon,
.info-icon {
    font-size: 3em;
    text-align: center;
    margin-bottom: 1rem;
}

.info-icon-anime {
    -webkit-animation:spin 2s linear;
    -moz-animation:spin 2s linear;
    animation:spin 2s linear;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#status-modal .card-body,
#alert-modal .card-body{
    background: #D3E6FF;
    text-align: center;
}

.card-body-info {
    margin: 2em auto;
    font-size: 0.9em;
}
#status-modal .right,
#alert-modal .right {
    text-align: right;
    padding-right: 0.2em;
}

#status-modal .left,
#alert-modal .left {
    font-weight: bold;
    text-align: left;
    padding-left: 0.2em;
}

#status-modal .btn ,
#alert-modal .btn {
    margin: 2em auto;
}

.report-details {
    height: 85%;
    background: #eeeeee;
}

.report-details-header {
    text-align: center;
}

.report-details-header p{
    font-weight: bold;
}

.report-details-header i{
    font-size: 1.5em;
    color: #a4a4a4;
    text-align: center;
    margin: 0 0.5em 0.5em 0;
}

.rdt-history-title,
.rdt-details-title,
.rdt-write-title {
    margin: 3em auto 2em;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #4e555b;
}

.rdt-id-title {
    margin: 0 auto 2em;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #4e555b;
}

.rdt-history-title i{
    margin-right: 0.4em;
    color: #4bbcff;
}

.rdt-id-title i{
    margin-right: 0.4em;
    color: #f7bf56;
}

.rdt-details-title i{
    margin-right: 0.4em;
    color: #9cb211;
}

.rdt-write-title i{
    margin-right: 0.4em;
    color: #E21E25FF;
}

.rdb-text-muted {
    color: #f7bf56;
}

.blue-bg {
    background-color: #4bbcff;
    border-color: #4bbcff;
}

.timeline {
    position: relative;
    padding: 21px 0px 10px;
    margin-top: 4px;
    margin-bottom: 30px;
}

.timeline .line {
    position: absolute;
    width: 2px;
    display: block;
    background: currentColor;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
}

.timeline .separator {
    border-top: 1px solid #f7bf56;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px;
}

.timeline .line::before { top: -4px; }
.timeline .line::after { bottom: -4px; }
.timeline .line::before,
.timeline .line::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #4bbcff;
}

.timeline .card {
    position: relative;
    margin: 10px 0px 21px 70px;
    clear: both;
    border-radius: 0;
    border: 1px solid #4bbcff;
}

.timeline .card::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: '';
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #4bbcff;
}

.timeline .card .card-header.icon * { font-size: 20px; vertical-align: middle; line-height: 40px; }
.timeline .card .card-header.icon {
    position: absolute;
    left: -59px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
    background: #fff;
    border: 1px solid #f7bf56;
}

.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.timeline .panel-outline .panel-body {
    padding: 10px 0px;
}

.timeline .panel-outline .card-header:not(.icon),
.timeline .panel-outline .card-footer {
    display: none;
}

.timeline .card-header {
    color: #ffffff;
}

.timeline i{
    color: #807d7d;
}

.accordion-button {
    background: #4bbcff;
    color: #FFFFFF;
}

.accordion-button:not(.collapsed){
    background: #4bbcff;
    color: #FFFFFF;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.rdt-details-body .card {
    border-radius: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button {
    font-size: 1.5rem;
}

#newMessageSection {
    margin-bottom: 4em;
}

#newMessage i{
    font-size: 4em;
}

.rdt-action {
    padding: 1em 2em;
}

.rdt-action i{
    font-size: 2em;
    margin-right: 0.5em;
}

.rdt-action-left .refresh{
    max-width: 120px;
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
}

.rdt-action-right {
    text-align: right;
}

.rtd-dso-details {
    text-align: center;
}

.logout{
    max-width: 120px;
    display: inline-flex;
    justify-content: right;
    align-items: center;
    cursor: pointer;
}

.rtd-dso-details i{
    font-size: 2em;
}

.rtd-dso-details span{
    margin-bottom: 1em;
}

.rtd-dso-details .card{
    min-height: 5em;
}

.answer-item .card {
    margin: 2em auto;
}

.msg-new-ctrl {
    margin-left: 1em;
    border-radius: 0.75em;
    padding: 0.5em;
}

@media (min-width: 300px) and (max-width: 575px) {

    section {
        padding: 20px 0;
    }

    .boxes .box{
        float: left;
        line-height: 7em;
        width: 6em;
        height: 6em;
        position:relative;
        margin: auto;
        text-align: center;
    }

    .boxes .box a{
        width: 6em;
        height: 6em;
        display: block;
    }

    .boxes .box a i{
        font-size: 2.5em;
    }
    .boxes .box p span{
        font-size: 0.8em;
        line-height: 1em;
        font-weight: bold;
    }
    .services-sec {
        margin-top:4em;
        height: 51em;
    }

    .services-sec ul{
        padding: 1rem;
    }


    .service-sec i.open {
        width: 70px;
        height: 70px;
    }

    .service-sec i {
        line-height: 70px;
        font-size: 25px;
    }


    .service-sec h3 {
        font-size: 1.2em;
        margin: 0 0 10px;
    }

    .service-sec p {
        font-size: 0.8em;
    }

    .tri-sec.last {
        padding: 0 0 30px 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .boxes .box{
        float: left;
        line-height: 10em;
        width: 8em;
        height: 8em;
        position:relative;
        margin: auto;
        text-align: center;
    }

    .boxes .box a{
        width: 8em;
        height: 8em;
        display: block;
    }

    .boxes .box a i{
        font-size: 3em;
    }
    .boxes .box p span{
        font-size: 1em;
        line-height: 1.1em;
        font-weight: bold;
    }

    .services-sec {
        margin-top: 3em;
        height: 30em;
    }


    .service-sec i.open {
        width: 70px;
        height: 70px;
    }

    .service-sec i {
        line-height: 70px;
        font-size: 25px;
    }


    .service-sec h3 {
        font-size: 1.2em;
        margin: 0 0 10px;
    }

    .service-sec p {
        font-size: 0.8em;
    }

    .tri-sec.last {
        padding: 0 0 30px 0;
    }

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1024px) {


}

@media (min-width: 1200px) {


}