@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
    --theme:#0DA7A7;
    --text:#252728;
    --lighttext: #828282;
    --red: #bd2a2a;
    --darker:#002D2D;
}

body {
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}
a, a:hover {
    color: var(--theme);
    text-decoration: none;
}
.ekko-lightbox a:hover {
    color: #ffffff;
}
a {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

h1, h2 {
    font-size: 2rem;
    font-weight: 600;
}
h3{
   font-size: 24px;
}
h4 {
    font-weight: 600;
}
h3, h5, h6 {
    font-weight: 400;
}
h5 {
    text-transform: uppercase;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: var(--theme);
}
hr {
    border-top: 1px solid rgba(62,44,44,.25);
}
.btn {
    text-transform: uppercase;
    padding: .45rem .75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
}
.btn-sm {
    padding: .2rem .75rem;
    font-size: 16px!important;
    text-transform: none;
    font-weight: 400;
}

.btn-primary {
    background-color: var(--theme)!important;
    color: white!important;
    border: 2px solid var(--theme)!important;
    font-weight: 600!important;
}
.btn-primary:hover, .btn-primary.active  {
    background-color: white!important;
    color: var(--theme) !important;
    border: 2px solid var(--theme) !important;
}
.btn-secondary {
    font-weight: 600!important;
}
.bg-theme {
    background-image: url("../img/theme-bg.png");
    color: white;
}
.bg-theme-2 {
    background-color: var(--theme);
    color: white;
}
.bg-theme-2 .close {
    font-size: 1.85rem;
    color: white;
}
.bg-theme-2 .close:hover{
    color: white;
}

.section-ptb {
    padding-top: 70px;
    padding-bottom: 70px;
}
.section-title {
    margin-bottom: 40px;
}
.opacity-0 {
    opacity: 0;
}
.theme-color {
    color: var(--theme);
}

label.error {
    color: var(--red);
}


.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

@media (max-width: 767px) {
    [class^="col-md-"] + [class^="col-md-"] {
        margin-top: 15px;
    }
}

/*loader*/
#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999999;
}
#loader > div {
    margin-left: auto;
    margin-right: auto;
}

/*navbar*/
.navbar {
    background-color: white;
    flex-wrap: wrap;
    padding: 0;
}
.navbar .minor-nav {
    height: 40px;
    color: var(--lighttext);
}
.navbar .main-nav {
    height: 60px;
}
.navbar .navbar-brand img {
    height: 60px;
}
.nav-item.languages {
    display: flex;
}
.navbar-light .navbar-nav .nav-link {
    color: inherit;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,  .navbar-light .navbar-nav .featured .nav-link {
    color: var(--theme);
}
.navbar-nav {
    align-items: center;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .nav-item.languages {
        margin-left: 25px;
    }
    .nav-item.languages .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .nav-item.languages {
        margin-left: 50px;
    }
    .nav-item.languages {
             margin-left: 25px;
    }
    .nav-item.languages .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
    }

}

@media (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-brand img {
        height: 40px;
    }
}
@media (max-width: 991px) {
    .navbar {
        position: fixed;
        top:0;
        left:0;
        width:100%;
        z-index: 999;
        padding: 8px;
    }
    .navbar .navbar-brand{
        padding: 0;
    }
    .navbar .navbar-brand img{
        height: 40px;
    }
    .navbar-collapse {
        background-color: #ffffff;
        position: fixed;
        width: 100%;
        top: 56px;
        z-index: 999;
        left: 0;
    }
    .navbar-nav {
        padding: 1rem .5rem;
        max-height: calc(100vh - 56px);
        overflow-y: scroll;
    }
    .navbar-nav .nav-item {
        width:100%;
    }
    .navbar-nav .nav-link {
        text-align: center;
        padding: 1rem 0;
        border-bottom: 1px solid #00000030;
    }
    .nav-item.languages {
        margin-top:10px;
        width: 100%;
        justify-content: space-evenly;
    }
    .navbar-nav .languages .nav-link {
        border-bottom: none;
    }
    .navbar .minor-nav {
        display: none;
    }
    .navbar .main-nav {
        height: 40px;
    }
}


/* Header */
.header {
    height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
}
.header .header-bg {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
    top:0;
    left:0;
}
.header .header-bg-cover {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    z-index: -1;
    background: #333333;
    opacity: .75;
}
.header-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
}
.header-content h1 {
    font-weight: 700;
    margin-bottom: 3rem;
}
.header-content h3 {
    margin-bottom: 1rem;
}
.header-content .scroll-to-first-section {
    position: absolute;
    bottom: 20px;
    left: 0;
    width:100%;
    text-align: center;
    display:none;
}
.header-content .scroll-to-first-section a {
    color: #ffffff;
    font-size: 38px;
    opacity:.5;
}
.header-content .scroll-to-first-section a:hover {
    opacity: 1;
}

.header .logo {
    width: 450px;
    max-width: 100%;
    display: flex;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    height: 100%;
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
    color: var(--text);
}
.header .logo img{
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.header .logo p{
    margin-bottom: 0;
}


@media (max-width: 1600px) {
    .header {
        height: calc(100vh);
    }
    .header .logo img{
        width: 250px;
    }
}
@media (max-width: 1199px) {
    .header .logo img{
        width: 200px;
    }
}
@media (max-width: 991px) {
    .header {
        height: fit-content;
        padding-top: 56px;
    }
    .header-content {
        height: 100%;
    }
    .header .logo{
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .header-content h1 {
        font-size: 2.2rem;
    }
    .header-content h3 {
        font-size: 1.5rem;
    }
}

.header .please-note {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: rgba(189,42,42,.75);
    color: white;
    border-radius: 4px;
}
.header .please-note p {
    margin-bottom: 0;
}

.header .please-note h4 {
    text-align: center;
}

.main-actions {
    padding-top: 25px;
    padding-bottom: 25px;
}
.main-action-item {
    border: 3px solid white;
    border-radius: 6px;
    text-align: center;
    padding: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.main-action-item .fa {
    font-size: 50px;
    margin-bottom: 10px;
}
.main-action-item .icon svg {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}
.main-action-item .before-sending-case {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
}
.main-action-item .before-sending-case:hover {
    color: var(--red);
}
.main-action-item .before-sending-case i{
    font-size: 35px;
}

@media (max-width: 1199px) {
    .main-action-item p {
        display: none;
    }
    .main-action-item .fa {
        font-size: 35px;
    }
    .main-action-item .icon svg {
        height: 35px;
        width: 35px;

    }
}
@media (max-width: 991px) {
    .main-action-item h4 {
        font-size: 1.3rem;
    }
}
@media (max-width: 767px) {
    .main-action-item {
        flex-direction: row;
        align-items: center;
    }
    .main-action-item .icon {
        flex: 1 0 25%;
    }
    .main-action-item .content {
        flex: 1 0 75%;
        padding-right: 15px;
    }
    .main-action-item .fa {
        font-size: 40px;
        margin-bottom: 0;
    }
    .main-action-item .icon svg {
        height: 40px;
        width: 40px;
        margin-bottom: 0;
    }
    .main-action-item .icon {
        width: 50px;
        height: 100%;
        margin-right: 15px;
    }
    .main-action-item h4 {
        text-align: left;
    }
    .main-action-item .content .btn{
        width:100%;
    }
}


/*main-menu*/
.main-menu {
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 40px;
}
.main-menu li {
    margin-bottom: 10px;
}
.main-menu li .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    max-width: 100%;
}
@media (max-width: 991px) {
    .main-menu li .btn {
        width: 100%;
    }
}


/* Index */
.counters {
    text-align: center;
    /*margin-bottom: 40px;*/
}
.counter-box {
    /*background-color: var(--l);*/
    padding: 25px 4px;
}
.counters h5{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.13rem;
}
.counters i {
    font-size: 40px;
    color: var(--theme);
}
@media (max-width: 767px) {
    .counters h5 {
        font-size: 1.05rem;
    }
    .counters .row > div {
        margin-bottom: 40px;
    }
    .counters {
        margin-bottom: 0;
    }
}
.card {
    padding: 15px;
    border-radius: 0;
    margin-bottom: 15px;
    border-bottom: 3px solid var(--d);
    border-right: 3px solid var(--theme);
    border-top: none;
    border-left: none;
}

/*Team*/
.card.team-member{
    padding: 0;
    z-index: 0;
}
.card.team-member > .row{
    margin-left: 0;
    margin-right: 0;
}
.card.team-member > .row > [class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.team-member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.team-member .infos {
    text-align: center;
    min-height: 167px;
    padding: 15px 15px;
}
.team-member .infos h4 {
    font-size: 1.2rem;
    font-weight: 700;
    min-height: 46px;
}
.team-member .infos h5 {
    font-size: 1rem;
    color: var(--theme);
}
.team-member .infos hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.team-member .infos p {
    margin-bottom: 0;
    line-height: 1.4;
}
.team-member .infos p a {
    color: inherit;
}

/*Footer*/
.footer {
    background-color: var(--d);
    color: white;
}
.footer .logo img {
    max-width: 100%;
}
.footer .main {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer .sub {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 10px;
    background-color: #002D2D;
}
.footer ul.angle-list {
    padding-inline-start: 15px;
}
.footer ul.angle-list li {
    list-style: none;
    position: relative;
    line-height: 1.6;
}
.footer ul.angle-list li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -15px;
    bottom: 0;
}
.footer a.linkedin {
    color: #0073b1!important;
    font-size: 18px;
}
.footer a.linkedin i{
    font-size: 22px;
    vertical-align: -1px;
}
.footer a {
    color: inherit;
}
.footer a:hover {
    color: rgba(255,255,255,.7);
}

/*owl-carousel*/
.partners .owl-carousel .owl-dots {
    height: 0;
}

.owl-carousel {
    position:relative;
    padding-left:40px;
    padding-right:40px;
}
.owl-nav button span {
    display: none;
}
.owl-nav button {
    position:absolute;
    height:100%;
    width:40px;
    top:0;
    outline: none;
}
.owl-nav button.owl-prev {
    left:0;
}
.owl-nav button.owl-next {
    right:0;
}
.owl-nav button.owl-prev:after {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 36px;
}
.owl-nav button.owl-next:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 36px;
}
.owl-carousel .owl-dots {
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--theme);
}

.cta {
    text-align: center;
}
.theme-border-tb {
    border: 2px solid var(--d);
}

.fa-file-pdf {
    font-size: 22px;
}


/*Project*/
.project {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.project img {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    object-fit: cover;
}
.project h4 {
    position: absolute;
    line-height: 1.2rem;
    width: calc(100% - 40px);
    top: 50%;
    left: 20px;
    margin-top: -0.6rem;
    text-align: center;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    color: #212529;
    opacity: 0;

}
.project:hover h4 {
    opacity: 1;
    z-index: 9;
}
.project:before {
    content:'';
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    z-index: 8;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    opacity: 0;
    border: 3px solid #212529;
}
.project:hover:before {
    opacity: 1;
}
.project:after {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    z-index: 5;
}
.project:hover:after {
    background-color: rgba(255, 255, 255, 0.7);
}
.project .tag {
    position: absolute;
    top:25%;
    right:0;
    padding: 5px 10px;
    background-color: var(--theme);
    color: #ffffff;
    z-index: 99;
}

/*Gallery*/
.gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.gallery-item:hover img {
    transform: scale(1.1);
}

/*News*/
.news {
    display: flex;
    flex-direction: column;
}
.news-item {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 75%;
    margin-top: 15px;
}
.news-item img {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.news-item:hover img {
    transform: scale(1.2);
}
.news-content {
    background-color: #ffffff;
    padding: 15px 10px;
    margin-bottom: 15px;
    height:100%;
    border: 1px solid #dee2e6;
    border-top: none;
}
.news-content h4 {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dee2e6;
}
.news-content a {
    text-align: center;
    color: #212529;
}
.news-content a:hover {
    color: var(--theme);
}
.news-content p {
    margin-bottom: 0;
}
.news-content .date {
    float: right;
    font-size: 14px;
    color: #707070;
}
.news-content .tags {
    float: left;
    font-size: 12px;
    color: #707070;

}

/*News*/
.news-page .news-image {
    width: 400px;
    max-width: 100%;
    height: auto;
    float:left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.news-page .tags-n-date {
    color: #707070;

}

.footer-information p{
    margin:0;
}

.nct-list-icons {
    list-style: none;
    padding-inline-start: 0;
}
.nct-list-icons li + li {
    margin-top: 15px;
}
.nct-list-icons .fa {
    font-size: 32px;
    vertical-align: middle;
    margin-right: 8px;
}


/*Find Case Table*/
.case-table-wrapper {
    overflow-x: auto;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
    border-radius: 4px;
}

.case-table {
    width:100%;
    font-size: 14px;
}
.case-table > thead > tr > th,
.case-table > tbody > tr > td{
    padding: 10px;
}
.case-table > thead {
    background-color: var(--theme);
    color: white;
}
.case-table > thead > tr > th {
    white-space: nowrap;
}
.case-table > thead > tr > th:nth-of-type(7) {
    width: 80px;
}
.case-table > thead > tr > th:nth-of-type(8) {
    width: 140px;
}
.case-table > tbody > tr:nth-child(2n){
    background-color: #F3F3F3;
}
.case-table > tbody > tr > td.green {
    background-color: rgba(27,220,46,.25);
}
.case-table > tbody > tr > td.red {
    background-color: rgba(255,0,0,.10);
}
.case-table .fa {
    color: var(--theme);
    font-size: 18px;
}
.case-table > tbody > tr > td:last-child {
    text-align: center;
}
.case-table-summary {
    text-align: right;
    padding-top: 20px;
    padding-right: 10px;
    font-size: 18px;
}
.case-table-summary .fa-check{
    color: var(--theme);
    font-size: 20px;
    vertical-align: middle;
}
.case-month {
    padding-top:20px;
    padding-bottom:20px;
}

.new-case-table > thead > tr > th:not(:first-child),
.new-case-table > tbody > tr > td:not(:first-child){
    padding-left: 2px;
}
.new-case-table > thead > tr > th:not(:last-child),
.new-case-table > tbody > tr > td:not(:last-child){
    padding-right: 2px;
}
.new-case-table > tbody > tr > td {
    position: relative;
}
.new-case-table-wrapper {
    overflow: visible;
}
.new-case-table-wrapper .fa-file {
    vertical-align: bottom;
}


.bootstrap-datetimepicker-widget * {
    font-size: 14px!important;
}
form * + h4 {
    margin-top: 25px;
}

/*Swal2*/
.swal2-styled.swal2-confirm {
    background-color: var(--theme) !important;
}

.simplepay-container {
    display: block;
    /*background-color: #002D2D;*/
    background-color: #fff;
    padding: 8px;
    border-radius: 6px;
    width: fit-content;
}

.simplepay-container img {
    max-width: 100%;
}

.admin-logged-in-header {
    background: #1b1e21;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.modal-dialog.full-width {
    max-width: 100vw;
    margin-left: 17px;
}
.ptb-275 {
    padding-top: 275px;
    padding-bottom: 275px;
}

.uploadStatementForm {
    display: inline;
}

@media (min-width: 1200px) {
    #cases-wrapper .container {
        max-width: 1150px;
    }
}

@media (min-width: 1300px) {
    #cases-wrapper .container {
        max-width: 1250px;
    }
}

@media (min-width: 1400px) {
    #cases-wrapper .container {
        max-width: 1350px;
    }
}

@media (min-width: 1500px) {
    #cases-wrapper .container {
        max-width: 1450px;
    }
}
@media (min-width: 1920px) {
    #cases-wrapper .container {
        max-width: 1400px;
    }
}