/* :::CORE VARIABLES::: */
body, html {
    font-family: DMSans-Regular, serif;
    scroll-behavior: smooth;
    height: auto;
    min-height: 100%;
    /*position: relative;*/
    /*display: flex;*/
    /*width: 100%;*/
}

a {
    color: black;
    text-decoration: none;
}

.mr-15 {
    margin-right: 15px;
}

.cmtb-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.loading-wrapper > img {
    display: none;
    width: 100px;
    margin: 50px auto 50px auto;
}

.loading-wrapper {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.width-auto {
    width: auto !important;
}

.the-separator {
    margin-top: 96px;
    display: block;
}

.dropdown-menu {
    margin-top: -5px !important;
}

/* :::EXTRA MARGINS::: */

.mb--1 {
    margin-bottom: 1em;
}

.mb--2 {
    margin-bottom: 2em;
}

/* :::STYLE VARIABLES::: */
:root {
    --blue: #1e90ff;
    --btn-hover-color: #08A2A2;
    --border-color: #09A4A4;
    --btn-background-color: #FCCA46;
    --btn-text-color: #004E65;
    --footer-background: #232323;
    --yellow: #FFFF00;
    --line-color: #354256;
    --field-color: #ffffff42;
    --border-slim-color: #00000029;
    --gray: #696969;
    --asgra-light-blue: #6886D4;
    --asgra-dark-blue: #074d76;
    --container-transparent-white: #f4f4f442;
    --under-footer-element: #4b4b4b;
}

/* :::SCROLLBAR STYLE::: */
::-webkit-scrollbar {
    width: 9px;
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: var(--blue);
    border-radius: 3000px;
}

.white {
    color: #fff !important;
}

.black {
    color: #000 !important;
}

/*Todo: find a custom style for scroll for firefox*/
/*.scroller::-webkit-scrollbar-track  {*/
/*    background-color: #C2D2E4;*/
/*}*/

/*.scroller::-webkit-scrollbar-thumb {*/
/*    height: 30px;*/
/*    background-color: #0A4C95;*/
/*}*/



/* :::BRANDS::: */

.slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.slider:before, .slider:after {
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider:after {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    right: 0;
    top: 0;
}

.slider:after {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    left: 0;
    top: 0;
}

.slide-track {
    animation: scroll 40s linear infinite;
    display: inline-block;
    /*width: calc(250px * 14);*/
    width: 100%;
    /*overflow: hidden;*/
}

.slide {
    display: inline;
    height: 100px;
    width: 250px;
}

/* :::POSTS GALLERY::: */
.gallery-post-item {
    height: 25em;
}

.gallery-post-item-img-container {
    padding: 1em 0;
}

.reverse-elem {
    flex-direction: row-reverse;
}

.posts-gallery-btns {
    margin-bottom: 50px;
}

.post-item-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.post-item-img.cover {
    object-fit: cover !important;
}

.gallery-post-item-text-container {
    padding: 1em 0;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* GLOW MAGIC */

.glow-on-hover {
    position: relative;
    border: none;
    outline: none;
    color: #111;
    background: #fff;
    cursor: pointer;
    z-index: 0;
    border-radius: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 15px 0 15px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000;
}

.glow-on-hover.active, .glow-on-hover:hover {
    color: #fff;
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:hover:after, .glow-on-hover.active:after  {
    background: #000 !important;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    /*background: #111;*/
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

/* :::TESTIMONIALS::: */

.testimonials-container {
    background-image: url("../img/testimonials-bg.jpg");
    background-size: cover;
    height: 100%;
}

.testimonials-title1 {
    color: var(--btn-hover-color);
}

.testimonials-title2, .testimonials-title3{
    color: var(--footer-background);
}

.testimonials-title3 {
    width: 50%;
    margin: 0 auto;
}

.testimonials-inner {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
}

.person-name {
    font-size: 30px;
    color: var(--asgra-dark-blue);
}

.testimonials-slider .slick-arrow::before {
    color: var(--asgra-dark-blue);
}

.testimonials-slider-element {
    /*width: 33%;*/
    width: 300px;
    height: 26em;
    /*height: 100%;*/
    /*border: 1px solid black;*/
    /*border-radius: 10px;*/
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.07);
    padding: 25px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 2em;
    margin-bottom: 2em;
}

.testimonials-slider {
    width: 100%;
    height: auto;
}

.modal.fade.show {
    z-index: 99999999999999;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.slider-stars-container {
    display: flex;
    justify-content: flex-start;
}

.star-size {
    font-size: 20px;
}

.slider-message-container {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 15px;
}

.slider-message {
    text-align: left;
}

.see-more {
    text-decoration: none;
}

.slider-person-img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slider-person-picture {
    border: 5px solid #0000;
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.slider-person-container {
    display: flex;
    flex-direction: row;
}

.slider-person-details {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 20px;
}

.opacity-panel-left, .opacity-panel-right {
    position: absolute;
    height: 100%;
    width: 200px;
    z-index: 999;
}

.opacity-panel-left{
    background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(245,245,245,0) 100%);
    top: 0;
    left: 0;
}

.opacity-panel-right {
    background: linear-gradient(270deg, rgba(245,245,245,1) 0%, rgba(245,245,245,0) 100%);
    top: 0;
    right: 0;
}

.testimonials-slider-container {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: block;
    /*flex-direction: row;*/
    position: relative;
}

.fa-star {
    color: #fec42d;
}

/* :::OUR METHODS::: */

.methods-container {
    padding-top: 4em;
    padding-bottom: 4em;
}

.methods-picture-container {
    padding-right: 3em;
    width: auto;
    height: 35em;
}

.methods-picture {
    width: 100%;
    height: 100%;
}

.methods-inner {
    display: flex;
    flex-direction: row;
}

.methods-title1, .methods-title2, .methods-title3 {
    text-align: left;
}

.methods-text-container {
    padding-top: 5em;
}

.js-count-up {
    font-size: 30px;
}

.methods-stats {
    display: flex;
    flex-direction: row;
    margin-top: 3em;
}

.level-item {
    margin-left: 15px;
    margin-right: 15px;
}

.methods-icon-space {
    margin-right: 15px;
}

.btn-methods {
    margin-top: 3em;
    width: auto;
    padding: 20px;
    font-weight: bold;

}

.btn-methods-container {
    width: 100%;
}

/* :::WHY CHOOSE::: */

.choose-container {
    min-height: 40em;
    height: 100%;
    padding: 0;
}

.choose-picture-container {
    background-size: cover;
    height: inherit;
    background-repeat: no-repeat;
}

.choose-inner {
    width: 100%;
    /*height: 100%;*/
    height: auto;
    display: flex;
    flex-direction: row;
}

.choose-data-container {
    background-color: var(--footer-background);
    height: inherit;
    display: flex;
    flex-direction: column;
}

.choose-title1, .choose-title2, .choose-title3 {
    color: white;
}

.choose-data-container {
    padding: 3em;
}

.choose-items-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.choose-items {
    height: 50%;
    display: inline-block;
    padding: 25px;
}

.choice-border-right {
    border-right: 1px solid var(--line-color);
}

.choice-border-left {
    border-left: 1px solid var(--line-color);
}

.choice-border-bottom {
    border-bottom: 1px solid var(--line-color);
}

.choice-border-top {
    border-top: 1px solid var(--line-color);
}

.choose-icon-container {
    display: block;
    width: 100px;
    height: auto;
    /*filter: invert(100%);*/
}

.choose-icon {
    display: block;
    width: 100%;
    height: 100%;
}

.choose-title {
    font-size: 24px;
    font-family: inherit;
    margin-bottom: 5px;
    display: block;
}

.choose-desc {
    font-size: 18px;
    font-family: inherit;
    display: block;
}

/* :::CUSTOMER SUPPORT::: */

.support-container {
    /*background-image: url("../img/tech_texture.png");*/
    background-size: cover;
    height: 100%;
    background-blend-mode: soft-light;
    background-color: #F7F7F7;
}

.support-inner {
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: center;
}

.support-box-container {
    display: flex;
    /*border: 1px solid black;*/
    box-shadow: 5px 5px 10px 2px rgba(0,0,0,.2);
    width: 100%;
    height: 40em;
}

.support-text-container, .support-pic-container {
    height: 100%;
}

.support-title-container {
    border-left: 5px solid var(--border-color);
    height: 6em;
    margin: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.support-title {
    font-size: 30px;
    font-weight: 800;
    font-family: inherit;
    padding-left: 15px;
}

.support-pic-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.support-form-container {
    padding-left: 25px;
    padding-right: 25px;
}

.input-field {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.input-field input, .input-field textarea {
    width: 100%;
    height: 100%;
    background-color: var(--field-color);
    border: 1px solid var(--border-slim-color);
}

.input-field input {
    height: 4em;
}

.input-field textarea {
    height: 10em;
}

.btn-form {
    display: flex;
    margin-left: 0;
    width: 8em;
    height: 3em;
    justify-content: center;
    align-items: center;
}

/* :::ABOUT US::: */

.aboutus-container {
    width: 100%;
    height: 100%;
    background-blend-mode: soft-light;
    background-color: #F7F7F7;
    display: flex;
}

.aboutus-inner {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
    width: 100%;
}

.aboutus-title1 {
    color: var(--btn-hover-color);
}

.aboutus-title2, .aboutus-title3 {
    color: var(--footer-background);
}

.aboutus-title3 {
    width: 56em;
}

.aboutus-data-container {
    padding: 3em;
}

.aboutus-items-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.aboutus-item {
    height: 24em;
    padding: 30px;
    position: relative;
}

.aboutus-item-pic {
    width: 100%;
    height: 100%;
}

.aboutus-box {
    border: 1px solid #000;
    width: 13em;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 70%;
    left: -10px;
    background-color: #fff;
    border-radius: 5px;
}

.arrow-padding {
    padding-left: 15px;
}

/* :::OFFERED SERVICES::: */

.offeredservices-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-top: 5em;
    padding-bottom: 5em;
}

.offeredservices-title {
    font-size: 40px;
    width: 18em;
    text-align: center;
    font-family: inherit;
    font-weight: 800;
    color: var(--asgra-dark-blue);
}

.offeredservices-desc {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: inherit;
    padding-left: 30px;
    padding-right: 30px;
}

.offeredservices-items-container {
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.offeredservices-item {
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    padding: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.offeredservices-item-title {
    height: 35px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    font-family: inherit;
    align-items: center;
    color: var(--asgra-dark-blue);
    display: block;
}

.offeredservices-item-img-container {
    display: flex;
    justify-content: center;
    height: auto;
    width: 100%;
    margin-top: 5px;
}

.offeredservices-item-img {
    width: 8em;
    height: 100%;
}

.offeredservices-item-desc {
    font-size: 16px;
    color: var(--gray);
    margin-top: 5px;
    margin-bottom: 1em;
}

.offeredservices-btn {
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    margin-top: 4em;
}

/* ASIAN WORKERS */

.asianworkers-container {
    margin-top: 5em;
    height: auto;
}

.asianworkers-container-inner, .asianworkers-container-inner-part2{
    display: flex;
    height: 33em;
}

.asianworkers-container-inner-part2 {
    flex-direction: row-reverse;
    margin-top: 5em;
}

.asianworkers-text-container {
    padding: 4em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.asianworkers-title {
    font-size: 30px;
    line-height: 35px;
    font-family: inherit;
    font-weight: 800;
    margin-bottom: 20px;
}

.asianworkers-desc {
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    margin-bottom: 20px;
}

.asianworkers-loading-title {
    font-family: inherit;
    font-size: 19px;
}

.asianworkers-loading-bar {
    height: 8px;
    overflow: visible;
    border: 1px solid #0000;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.asianworkers-loading-bar-container {
    position: relative;
    overflow: visible;
    border: 1px solid #0000;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.asianworkers-loading {
    margin-top: 1em;
    margin-bottom: 1em;
}

.progress-bar-proc {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
}

.bar-color1 {
    background-color: var(--asgra-dark-blue);
}

.bar-color2 {
    background-color: var(--asgra-light-blue);
}

.bar-color3 {
    background-color: var(--border-color);
}

.asianworkers-info {
    font-size: 22px;
    font-family: inherit;
    font-weight: bold;
    color: var(--asgra-dark-blue);
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
}

.asianworkers-check {
    margin-right: 1em;
    color: var(--asgra-dark-blue);
}

/* FAQ */

.faq-container {
    margin-top: 4em;
    margin-bottom: 4em;
}

.faq-inner-container {
    display: flex;
}

.faq-items-container {
    padding-top: 5em;
    padding-bottom: 5em;
    padding-left: 1em;
    padding-right: 5em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.faq-title {
    font-size: 38px;
    font-weight: 800;
    font-family: inherit;
    color: var(--asgra-dark-blue);
}

.faq-img {
    height: auto;
    width: 100%;
}

.faq-img-container {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-desc {
    font-size: 16px;
    color: var(--gray);
    font-family: inherit;
    font-weight: 500;
}

/* Accordion styles */

.faq-col {
    flex: 1;
}

.faq-tabs {
    overflow: hidden;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.07);
}

.faq-tab {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 3px solid var(--asgra-dark-blue);
}

.faq-input {
    display: none;
}

.faq-tab-label {
    justify-content: space-between;
    padding: 1em;
    background: #fff;
    color: var(--asgra-dark-blue);
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-content: flex-start;
    align-items: center;
}

.faq-tab-label:hover {
    background: var(--asgra-dark-blue);
    color: #fff;
}

.faq-tab-label::after {
    content: "\2b";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
    font-weight: 10;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-tab-content {
    max-height: 0;
    padding: 0 1em;
    color: var(--asgra-dark-blue);
    background: #fff;
    transition: all 0.35s;
}

.faq-tab-label:focus + .faq-tab-label {
    background: var(--asgra-dark-blue);
}

.faq-tab-label:focus:after {
    transform: rotate(45deg);
}

.faq-tab-label:focus ~ .faq-tab-content {
    max-height: 100vh;
    padding: 1em;
}

/* SERVICES */

.services-container {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 3em;
}

.services-video-container{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    width: 100%;
}
.services-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 3em;
    margin-right: 3em;
}

.services-main-container {
    margin-top: 6em;
}

.services-title {
    font-family: inherit;
    font-size: 36px;
    text-align: center;
    width: 100%;
    font-weight: 800;
    color: var(--asgra-dark-blue);
}

.services-desc {
    font-size: 20px;
    font-family: inherit;
    text-align: center;
    width: 100%;
    font-weight: 200;
    color: var(--gray);
    margin-bottom: 2em;
}

.services-items-container {
    display: flex;
    flex-direction: column;
}

.service-container {
    display: flex;
    padding: 2em;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.07);
    flex: auto !important;
    margin-left: 1em;
    margin-right: 1em;
}

.service-icon-container {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-icon {
    width: 64px;
    height: auto;
}

.service-text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
}

.service-title {
    font-family: inherit;
    font-size: 20px;
    width: 100%;
    font-weight: 800;
    color: var(--asgra-dark-blue);
}

.service-desc {
    font-size: 20px;
    font-family: inherit;
    width: 100%;
    font-weight: 200;
    color: var(--gray);
}

.service-btn-container {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.service-btn {
    border: 2px solid var(--asgra-light-blue);
    color: var(--asgra-light-blue);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.services-row {
    display: flex;
    flex-direction: row;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* NEWSLETTER */

.newsletter-container {
    height: 270px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.newsletter-inner-container {
    height: 100%;
    display: flex;
    padding: 20px;
}

.newsletter-text-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsletter-title {
    font-size: 30px;
    font-family: inherit;
    font-weight: 800;
    margin-bottom: 10px;
}

.newsletter-desc {
    color: white;
    font-size: 15px;
    font-family: inherit;
    font-weight: 200;
    margin-bottom: 10px;
}

.newsletter-subscribe-container {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-field-container {
    width: auto;
    height: auto;
    margin-right: 2em;
}

.newsletter-input {
    height: 45px;
    width: 250px;
    border-radius: 10px;
}

.btn-newsletter {
    height: 45px;
}

/* KNOWLEDGEABLE */

.knowledgeable-container {
    padding: 0;
}

.knowledgeable-first-container {
    display: flex;
    height: 540px;
}

.knowledgeable-items-container {
    background-color: var(--asgra-dark-blue);
    padding-top: 5em;
    padding-right: 10em;
    padding-bottom: 5em;
    padding-left: 10em;
}

.knowledgeable-img-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top;
}

.knowledgeable-title {
    font-size: 40px;
    font-weight: 800;
    font-family: inherit;
    display: block;
}

.knowledgeable-desc {
    font-size: 20px;
    font-weight: 200;
    font-family: inherit;
    margin-top: 1em;
}

.knowledgeable-loading {
    margin-top: 1em;
    margin-bottom: 1em;
}

.knowledgeable-loading-title {
    font-family: inherit;
    font-size: 19px;
}

.knowledgeable-loading-bar {
    height: 8px;
    overflow: visible;
    border: 1px solid #0000;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.knowledgeable-loading-bar-container {
    position: relative;
    overflow: visible;
    border: 1px solid #0000;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.knowledgeable-second-container {
    width: 100%;
    height: 180px;
    background-color: var(--asgra-light-blue);
}

.knowledgeable-second-container-innter {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.knowledgeable-stats-img-container {
    width: 75px;
    height: 75px;
}

.knowledgeable-stats-img {
    width: 100%;
    height: 100%;
}

.knowledgeable-stats-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.knowledgeable-stats-num {
    font-size: 35px;
    font-family: inherit;
    font-weight: 800;
}

.knowledgeable-stats-desc {
    font-size: 20px;
    font-family: inherit;
    font-weight: 200;
}

/* CONSULT SERVICES */

.consult-container {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5em;
    padding-bottom: 5em;
}

.consult-container-inner {
    text-align: center;
    margin-bottom: 5em;
}

.consult-title {
    color: var(--asgra-dark-blue);
    font-size: 40px;
    font-weight: 800;
    font-family: inherit;
    text-align: center;
}

.consult-desc {
    color: var(--gray);
    font-size: 20px;
    font-weight: 200;
    font-family: inherit;
    margin-bottom: 3em;
}

.consult-banner-container {
    height: 458px;
    display: flex;
    margin-bottom: 5em;
}

.consult-banner-pic-container {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    text-align: left;
    flex-direction: column;
    padding: 30px 60px 30px 60px;
}

.consult-banner-text-container {
    background-color: var(--asgra-dark-blue);
    padding: 30px 60px 30px 60px;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
}

.consult-banner-title {
    font-size: 35px;
    font-weight: 800;
    font-family: inherit;
}

.consult-banner-desc {
    font-size: 15px;
    font-weight: 200;
    font-family: inherit;
}

.consult-banner-help {
    font-size: 35px;
    font-weight: 200;
    font-family: inherit;
    margin-bottom: 18px;
}

.btn-consult {
    margin: 0;
    width: 14em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.consult-constrain-title {
    padding-left: 30%;
    padding-right: 30%;
    margin-bottom: 2em;
}

.consult-item-container {
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.1);
    height: 20em;
    padding: 30px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.consult-item-title {
    height: 35px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    font-family: inherit;
    color: var(--asgra-dark-blue);
}

.consult-item-img-container {
    height: 70px;
    width: 100%;
    margin-bottom: 15px;
}

.consult-item-img {
    width: auto;
    height: 100%;
}

.consult-item-desc {
    font-size: 16px;
    color: var(--gray);
    margin-top: 5px;
    margin-bottom: 1em;
}

.consult-btn {
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}

.consult-item-row {
    display: flex;
    margin-bottom: 3em;
}

/* CONTACT FORM */

.contact-container {
    /*background-image: url("../img/tech_texture.png");*/
    background-size: cover;
    height: 100%;
    background-blend-mode: soft-light;
    background-color: #F7F7F7;
}

.contact-inner {
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: center;
}

.contact-box-container {
    display: flex;
    /*border: 1px solid black;*/
    box-shadow: 5px 5px 10px 2px rgba(0,0,0,.2);
    width: 100%;
    height: 40em;
    padding: 50px;
}

.contact-title-container {
    border-left: 5px solid var(--border-color);
    height: 6em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact-title {
    font-size: 30px;
    font-weight: 800;
    font-family: inherit;
    padding-left: 15px;
}

.contact-left-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-desc {
    width: 80%;
    font-size: 16px;
    font-family: inherit;
    font-weight: 200;
    text-align: left;
    color: var(--gray);
}

.contact-items {
    display: flex;
    margin-top: 3em;
    margin-bottom: 3em;
}

.contact-img-container, .contact-img {
    height: auto;
    width: auto;
}

.contact-text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 21px;
}

.contact-item-title {
    font-size: 25px;
    font-family: inherit;
    color: var(--asgra-dark-blue);
    font-weight: 800;
}

.contact-item-desc {
    font-size: 20px;
    font-family: inherit;
    color: var(--gray);
    font-weight: 200;
    text-align: left;
}

.input-field input, .input-field textarea {
    padding-left: 25px;
}

.input-field textarea {
    padding-top: 10px;
}

.contact-margin-right {
    margin-right: 10px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.contact-margin-left {
    margin-left: 15px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.input-field-container {
    display: flex;
    margin-bottom: 15px;
}

.contact-right-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn-contact {
    width: 100% !important;
}

/* OUR OFFICES */

.ouroffices-container {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5em;
    padding-bottom: 5em;
}

.ouroffices-title {
    color: var(--asgra-dark-blue);
    font-size: 40px;
    font-weight: 800;
    font-family: inherit;
    text-align: center;
}

.ouroffices-desc {
    color: var(--gray);
    font-size: 20px;
    font-weight: 200;
    font-family: inherit;
    margin-bottom: 3em;
    text-align: center;
}

.ouroffices-item-row {
    display: flex;
    margin-bottom: 3em;
}

.ouroffices-item-container {
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex:initial !important;
}

.ouroffices-item-img-container {
    width: 100%;
    height: 240px;
}

.ouroffices-item-img {
    width: 100%;
    height: 100%;
}

.ouroffices-item-title {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 2em;
    height: 35px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    font-family: inherit;
    color: var(--asgra-dark-blue);
}

.ouroffices-item-desc {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    color: var(--gray);
    margin-top: 15px;
    margin-bottom: 2em;
    text-align: center;
}

.ouroffices-items-container {
    display: flex;
}

/* SERVICES BANNER */

.servicesbanner-container {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    background-position-y: top;
}

.servicesbanner-container-inner {
    text-align: center;
}

.servicesbanner-title {
    color: var(--asgra-dark-blue);
    font-size: 40px;
    font-weight: 800;
    font-family: inherit;
    text-align: center;
}

.servicesbanner-desc {
    color: var(--gray);
    font-size: 20px;
    font-weight: 200;
    font-family: inherit;
    margin-bottom: 3em;
}

.servicesbanner-banner-title {
    font-size: 40px;
    font-weight: 800;
    font-family: inherit;
    text-align: center;
}

.servicesbanner-banner-desc {
    font-size: 20px;
    font-weight: 200;
    font-family: inherit;
    margin-bottom: 3em;
}

.servicesbanner-banner-container {
    height: 441px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 50px;
    align-items: center;
}

/* STRATEGIC */

.strategic-container {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
}

.strategic-container-inner {
    display: flex;
}

.strategic-item-container {
    height: auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
}

.strategic-img-container {
    width: 100%;
    height: 100%;
}

.strategic-title {
    color: var(--asgra-dark-blue);
    font-size: 40px;
    font-weight: 800;
    font-family: inherit;
    text-align: left;
}

.strategic-desc {
    color: var(--gray);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    font-family: inherit;
}

/* BEST REASONS */

.bestreasons-container {
    height: 100%;
    padding: 0;
    margin-bottom: 3em;
}

.bestreasons-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.bestreasons-data-container {
    background-color: var(--footer-background);
    height: inherit;
    display: flex;
    flex-direction: column;
    padding: 50px;
}

.bestreasons-main-title {
    font-size: 40px;
    font-weight: 800;
    font-family: inherit;
    text-align: left;
}

.bestreasons-main-desc {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    font-family: inherit;
}

.bestreasons-items-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.bestreasons-picture-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bestreasons-items {
    height: 50%;
    display: flex;
    padding: 25px;
    flex-direction: row;
}

.bestreasons-img-container {
    width: 100px;
    height: auto;
}

.bestreasons-img {
    width: auto;
    height: auto;
}

.bestreasons-title {
    font-size: 24px;
    font-family: inherit;
    margin-bottom: 5px;
    margin-top: 15px;
    display: block;
}

.bestreasons-desc {
    font-size: 18px;
    font-family: inherit;
    display: block;
    font-weight: 200;
}

.bestreasons-text-container {
    display: flex;
    flex-direction: column;
}

/* HALF WORKERS */

.halfworkers-container {
    margin-top: 5em;
    margin-bottom: 5em;
    height: auto;
}

/* CONSULT HELP */

.consulthelp-container {
    padding-top: 1em;
    padding-bottom: 1em;
    height: auto;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
    margin-bottom: 5em;
}

/* FAQ CONTACT */

.faqcontact-desc {
    margin-top: 15px;
    font-size: 16px;
    color: var(--gray);
    font-family: inherit;
    font-weight: 500;
}

.faqcontact-items-container {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 5em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.faqcontact-items-main-container {
    padding-top: 0em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 5em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.faqcontact-text-container {
    height: 100%;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.07);
    padding-bottom: 3em;
}

/* ABOUT US BANNER */

.aboutus-logo-container {
    margin-bottom: 4em;
}

.aboutus-title1, .aboutus-title2 {
    margin-bottom: 1em;
}

.aboutus-constrain-text {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.aboutus-description-elem {
    display: block;
    border: 3px dashed;
    padding: 15px;
    border-radius: 20px;
}

.about-us-banner-container {
    display: flex;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 0;
    flex-direction: column;
}

.about-us-banner-inner {
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    background-size: cover;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 600px;
}

.about-us-banner-title {
    font-size: 40px;
    font-weight: 800;
    font-family: inherit;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 2em;
}

.about-us-banner-btn-container {
    width: 60%;
    height: 10em;
    display: flex;
}

.about-us-banner-desc {
    font-size: 20px;
    font-weight: 200;
    font-family: inherit;
    margin-top: 1em;
    width: 100%;
    text-align: center;
    margin-bottom: 3em;
}

.about-us-second-container {
    width: 100%;
    height: 350px;
}

.about-us-banner-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.about-us-banner-left-part {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    background-color: var(--asgra-dark-blue);
    padding: 30px;
}

.about-us-banner-right-part {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    background-color: var(--asgra-light-blue);
    padding: 30px;
}

.about-us-banner-left-text {
    font-size: 30px;
    font-weight: 800;
    font-family: inherit;
}

.about-us-banner-right-part i {
    font-size: 50px;
    font-weight: 800;
}

.about-us-stats {
    text-align: center;
}

.about-us-stats-img-container {
    width: 75px;
    height: 75px;
    margin-bottom: 2em;
}

.about-us-stats-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* CEO */

.asianworkers-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ceo-container {
    margin-top: 5em;
    margin-bottom: 5em;
    height: auto;
}

.separator-line {
    height: 1px;
    width: 100%;
    border-top: 1px solid var(--gray);
}

.ceo-name-container {
    margin-top: 1em;
}

.ceo-name-text {
    font-size: 20px;
    font-weight: 800;
    font-family: inherit;
    color: var(--asgra-dark-blue);
}

.ceo-desc-text {
    font-size: 15px;
    font-family: inherit;
}

.ceo-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* best reasons */

.businessadv-container {
    height: 100%;
    padding: 0;
    margin-bottom: 3em;
}

.businessadv-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.businessadv-data-container {
    height: inherit;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
}

.businessadv-items-container {
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 3em;
}

.businessadv-items {
    height: 50%;
    display: flex;
    flex-direction: column;
}

.businessadv-title-container {
    width: 70%;
}

.businessadv-btn-container {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.businessadv-upper-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Work Together */

.worktogether-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-bottom: 3em;
}

.worktogether-inner {
    display: flex;
}

.worktogether-title {
    width: 100%;
    font-size: 40px;
    font-weight: 800;
    font-family: inherit;
    color: var(--footer-background);
    margin-bottom: 15px;
}

.worktogether-pretitle {
    font-size: 18px;
    font-weight: 500;
    font-family: inherit;
    color: var(--btn-hover-color);
    margin-bottom: 15px;
}

.worktogether-option-title {
    font-size: 22px;
    width: 100%;
    font-family: inherit;
}

.worktogether-option-desc {
    width: 100%;
    font-size: 16px;
    font-family: inherit;
}

.worktogether-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.worktogether-right-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.worktogether-text-container {
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Achievements */

.achievements-container.container-fluid {
    margin-top: 5em;
    margin-bottom: 5em;
}

.achievements-inner {
    display: flex;
    flex-direction: column;
}

.achievements-title {
    text-align: center;
    font-family: inherit;
    font-size: 40px;
    font-weight: 800;
    color: var(--asgra-dark-blue);
}

.achievements-desc {
    text-align: center;
    font-family: inherit;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 2em;
}

.achievements-awards {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 22em;
    margin-left: 15px;
    margin-right: 15px;
    flex: initial;
}

.achievements-awards-img-container {
    width: auto;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.achievements-awards-img {
    width: auto;
    height: auto;
}

.achievements-awards-title {
    color: var(--gray);
    font-weight: bold;
    font-family: inherit;
    font-size: 40px;
}

.achievements-awards-desc {
    text-align: center;
    font-size: 20px;
    line-height: 11px;
    font-weight: 800;
    font-family: inherit;
}

.achievements-awards-container {
    display: flex;
}

/* Our Team Members */

.ourteammembers-container {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    background-position-y: top;
}

.ourteammembers-banner-title {
    font-size: 40px;
    font-weight: 800;
    font-family: inherit;
    text-align: left;
    line-height: 30px;
    padding-bottom: 20px;
}

.ourteammembers-banner-desc {
    font-size: 20px;
    font-weight: 200;
    font-family: inherit;
    text-align: left;
}

.ourteammembers-text-container {
    padding-right: 15px;
    padding-bottom: 2em;
    width: 50%;
}

.ourteammembers-banner-container {
    height: 441px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 0px 0px 50px;
    align-items: flex-end;
    width: 100%;
}

.ourteammembers-stats-container {
    display: flex;
}

.status-1 {
    background-color: var(--asgra-light-blue);
}

.status-2 {
    background-color: var(--btn-background-color);
}

.ourteammembers-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.stat-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ourteammembers-stat-title {
    padding-left: 10px;
    font-size: 29px;
    font-weight: 800;
    font-family: inherit;
}

.ourteammembers-stat-title {
    font-size: 29px;
    font-weight: 800;
    font-family: inherit;
}

.ourteammembers-stat-desc {
    font-size: 18px;
    font-family: inherit;
}

.resize-icon-ourteammembers {
    font-size: 22px;
}

/* Professionals */

.professionals-inner {
    display: flex;
    flex-direction: column;
}

.professionals-title {
    text-align: center;
    font-family: inherit;
    font-size: 40px;
    font-weight: 800;
    color: var(--asgra-dark-blue);
    padding-bottom: 10px;
}

.professionals-desc {
    text-align: center;
    font-family: inherit;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 2em;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
}

.professionals-item {
    margin-top: 2em;
}

.professionals-item-title {
    padding-top: 15px;
    text-align: center;
    font-size: 20px;
    color: var(--asgra-dark-blue);
    font-family: inherit;
    font-weight: 800;
}

.professionals-item-desc {
    text-align: center;
    font-size: 15px;
    font-family: inherit;
}

.professionals-row {
    margin-bottom: 15px;
    justify-content: space-evenly;
}

.professionals-container {
    margin-bottom: 5em;
    margin-top: 5em;
}


/* :::BANNER::: */

.carousel-inner {
    height: 50em;
}

.main-banner-slider{
    height: 100%;
    width: 100%;
}

.main-banner-container{
    height: 52em;
    padding: 0;
    width: 100%;
}

.blur-effect {
    height: 52em;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    position: relative;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    -webkit-filter: blur(3px) brightness(0.8);
    -moz-filter: blur(3px) brightness(0.8);
    -o-filter: blur(3px) brightness(0.8);
    -ms-filter: blur(3px) brightness(0.8);
    filter: blur(3px) brightness(0.8);
}

.main-banner-slider .slick-dots {
    bottom: 2em;
}

.main-banner-slider .slick-list {
    padding: 0 !important;
}

.main-banner-img-container {
    height: 52em;
    padding: 0;
    position: relative;
}

.main-banner-text-container:active {
    cursor: grabbing;
}

.main-banner-text-container {
    cursor: grab;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-left: 20px;
    margin-right: 20px;
    top: 0;
}

.main-banner-title {
    text-align: center;
    color: #fff;
    font-size: 64px;
    /*width: 25%;*/
    font-weight: 800;
    text-shadow:
            0 -2px 1px #747474,
            1px -3px 1px #767676,
            2px -5px 1px #787878,
            3px -7px 1px #7a7a7a,
            4px -9px 1px #7f7f7f,
            5px -11px 1px #838383;
            /*6px -13px 1px #878787,*/
            /*7px -15px 1px #8a8a8a,*/
            /*8px -17px 1px #8e8e8e,*/
            /*9px -19px 1px #949494,*/
            /*10px -21px 1px #989898,*/
            /*11px -23px 1px #9f9f9f,*/
            /*12px -25px 1px #a2a2a2;*/
    /*13px -27px 1px #a7a7a7,*/
    /*14px -29px 1px #adadad,*/
    /*15px -31px 1px #b3b3b3,*/
    /*16px -33px 1px #b6b6b6,*/
    /*17px -35px 1px #bcbcbc,*/
    /*18px -37px 1px #c2c2c2,*/
    /*19px -39px 1px #c8c8c8,*/
    /*20px -41px 1px #cbcbcb,*/
    /*21px -43px 1px #d2d2d2,*/
    /*22px -45px 1px #d5d5d5,*/
    /*23px -47px 1px #e2e2e2,*/
    /*24px -49px 1px #e6e6e6,*/
    /*25px -51px 1px #eaeaea,*/
    /*26px -53px 1px #efefef;*/
    line-height: 130px;
}

.main-banner-desc {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 37px;
    flex-direction: column;
}

.main-banner-desc-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}

.main-banner-desc-content {
    text-shadow: 4px 2px 14px #000000;
}

.little-line {
    width: 15px;
    height: 5px;
    background-color: var(--asgra-dark-blue);
    /*border: 1px solid var(--asgra-dark-blue);*/
    border-radius: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid white;
}

.bigger-line {
    width: 30px;
    height: 5px;
    background-color: var(--asgra-dark-blue);
    /*border: 1px solid var(--asgra-dark-blue);*/
    border-radius: 15px;
    border: 1px solid white;
}

/* ::: NEWS SLIDER ::: */

.slick-list.draggable {
    cursor: grab;
}

.slick-list.draggable:active {
    cursor: grabbing;
}

.news-slider-desc {
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.news-slider-desc .see-more-btn {
    text-decoration: none;
    width: 100%;
    color: var(--asgra-light-blue);
    border: 1px solid var(--asgra-light-blue);
}

.news-slider-desc  .see-more-btn:hover {
    background-color: var(--asgra-dark-blue);
    color: white;
}

/*.see-more-btn {*/
/*    width: 100%;*/
/*    margin-top: 1em;*/
/*}*/

/*.see-more-btn:hover {*/
/*    color: #055e5e;*/
/*}*/

.news-slider .slick-list {
    margin: 0;
    padding: 0 !important;
}

.news-slider-elem {
    padding: 0 15px 0 15px;
    display: flex;
    /*height: 650px;*/
    height: auto;
}

.news-slider-img-container {
    height: 70%;
    /*height: 29em;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.news-slider-text-container {
    height: 30%;
    background-color: #eee;
    display: flex;
    flex-direction: column;
}

.news-slider-title {
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

.news-next, .news-prev {
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    left: -25px;
}

.news-next {
    position: absolute;
    right: -25px;
    left: auto;
}

.news-next i {
    font-size: 40px;
    width: auto;
    height: auto;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.news-prev i {
    font-size: 40px;
    width: auto;
    height: auto;
    color: black;
    -webkit-font-smoothing: antialiased;
}

/* :::NAVBAR::: */

#collapse-to-me {
    width: 100%;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-main-container {
    margin-bottom: 0 !important;
}

.navbar-items-container {
    justify-content: flex-end;
}

.navbar-nav {
    margin-right: 0 !important;
}

.phone-navbar {
    width: auto;
    padding-right: 15px;
}

.phone-navbar:hover {
    color: var(--btn-hover-color);
}

.navbar-container{
    background-color: #fff;
    height: 96px;
    width: 100%;
    position: fixed;
    z-index: 999;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: -96px;
}

.navbar-logo {
    width: 100%;
    height: 100%;
    display: block;
}

.navbar-logo-container {
    width: auto;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
}

.navbar-links {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.navbar-phone-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-left: 1px solid #e1e1e1;
    padding-left: 15px;
}

.icon-size {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.nav-link {
    color: #000;
}

.nav-link:hover {
    color: var(--btn-hover-color);
}

.strip-button-styles {
    color: #000;
    text-decoration: none;
}

.btn-phone {
    background-color: var(--asgra-light-blue);
    color: #fff;
    margin-left: 15px;
    border: none;
    border-radius: 5px;
    /*width: 100%;*/
    width: auto;
}

.btn-phone:hover {
    background-color: var(--asgra-dark-blue);
    animation-name: btn-phone;
    animation-duration: 0.5s;
}

/* :::PARTNERS::: */

.partners-slider-elem {
    display: flex !important;

    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.partners-slider-img-container:hover {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    box-shadow: 0 0 5px var(--asgra-light-blue);
}

.partners-slider-img-container {
    width: 130px;
    height: 130px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100px;
    border: 1px solid black;
    margin: 5px;
}

/* :::FOOTER::: */
.footer-container {
    /*padding-bottom: 5em;*/
    /*background-color: var(--footer-background);*/
    height: 35em;
    display: block;
    padding-left: 0;
    padding-right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-container-inner {
    height: 100%;
    align-items: center;
}

.footer-logo-container {
    /*width: 50%;*/
    width: 7em;
    height: auto;
    margin: 0 auto;
}

.news-slider-border {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border: 2px inset var(--asgra-light-blue);
    border-radius: 20px;
}

.upgraded-text-container {
    height: auto;
    background: #000000cc;
    border: 2px inset var(--asgra-light-blue);
    border-radius: 20px;
    padding: 15px;
}

.footer-logo {
    height: 100%;
    width: 100%;
    border-radius: 100px;
}

.footer-category-elements {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: white;
    font-family: inherit;

}

.footer-social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border: none;
}

.footer-contact-data-elem {
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.footer-mail {
    color: var(--yellow);
    text-decoration: none;
}

.footer-contact-data-elem a {
    box-shadow: inset 0 0 0 0 #54b3d6;
    color: #54b3d6;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    border-radius: 0px 20px 20px 0;
}

.footer-contact-data-elem a:hover {
    box-shadow: inset 500px 0 0 0 #54b3d6;
    color: white;
    border-radius: 0px 20px 20px 0;
}

.copyright-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-footer {
    margin-left: 0;
    width: auto;
}

.footer-phone {
    font-size: 25px;
    text-decoration: none;
}

.social-container {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    content: '';
    width: 35px;
    height: 35px;
    border: 1px dashed black;
    background-color: white;
    border-radius: 100px;
}

.social-container:hover {
    background-color: #fff;
    animation-name: btn-social;
    animation-duration: 0.5s;
    filter: invert(100%);
}

.social-logo {
    height: 100%;
    width: 100%;
}

.footer-element {
    padding-left: 15px;
    padding-right: 15px;
}

.copyright-container {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.shadowficator {
    text-shadow: 2px 2px black;
}

/* :::MODALS ::: */
#contactModal .modal-dialog {
    width: 100%;
}

.wpforms-submit-container .submit-btn {
    width: 100%;
}

.wpforms-field-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.wpforms-field-container .modal-field-msg{
    width: 100%;
}

/* INDEX PAGE */
.index-container {
    padding-top: 2em;
}
.entry-title {
    padding-top: 1em;
}
.page-post-title {
    color: black;
    text-decoration: none;
}
.page-post-img {
    width: 100%;
    height: auto;
    display: none;
}

.page-post-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.entry-meta, .entry-footer {
    margin-bottom: 15px;
}

.professionals-img-container {
    width: auto;
    height: 16em;
    border-radius: 15px;
    overflow: hidden;
}

.professionals-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.professionals-item-contact {
    text-align: center;
    width: 100%;
    display: block;
}

.doc-container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.doc-inner {
    display: flex;
    flex-direction: column;
}

.doc-imgs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.doc-img-container {
    margin-left: 15px;
    margin-right: 15px;
}

.doc-img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 2px solid black;
    border-radius: 25px;
    padding: 15px;
}

.text-content {
    overflow: hidden;
    display: inline;
    font-style: italic;
}
.show-more {
    cursor: pointer;
    color: var(--asgra-light-blue);
    font-style: italic;
}




/* I HAVE GONE INSANE HELP ME */
/* Glow animation */
@keyframes logo-glow {
    0% {
        background-position: 0 100%;
    }
    100% {
        background-position: 0 300%;
    }
}

.aboutus-logo-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.logo-inner {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    z-index: 2; /* Ensures the image is in front of the glow */
}

.aboutus-logo {
    position: relative;
    z-index: 3; /* Ensures the image appears in front of all effects */
    border-radius: inherit;
}

.logo-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Puts the glow behind the image */
    border-radius: inherit;
    animation: logo-glow 5s infinite linear;
    background: linear-gradient(
            90deg,
            #00f8f1,
            #ffbd1e20 16.5%,
            #3ec1f3 33%,
            #fe848f20 49.5%,
            #00f8f1 66%,
            #00f8f160 85.5%,
            #0028ff 100%
    )
    0 100% / 100% 200%;
    filter: blur(5px);
    opacity: 0.5; /* Set to desired visibility level */
}

.accordion-button:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.post-categories, .entry-category, .cat-links, .comments-link, .entry-footer .meta-sep {
    display: none;
}

/* Le donate form*/

.wer-pop-head,
.tt-ctw.mb4.f230-ong-info div,
.tt-ctw.mb4.f230-ong-info h2,
.f230-descriere,
.f230-instructiuni,
.f230-subtitle
{
    font-family: DMSans-Regular, serif !important;
}