@font-face {
    font-family: "STC";
    src: url("../fonts/STC Forward Regular.woff") format("woff");
}
.dir-ltr {
    direction: ltr !important;
}

.dir-rtl {
    direction: rtl !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
}

.navbar-toggler {
    border: 1px solid #FFFFFF;
}
.navbar-toggler:focus {
    box-shadow: unset !important;
}

.bt-none {
    border-top: none !important;
}

.bb-none {
    border-bottom: none !important;
}

input[type=radio] {
    accent-color: #1E1E1E;
}

input[type=checkbox] {
    accent-color: #1E1E1E;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    filter: invert(1);
}

video[poster] {
    cursor: pointer;
}

.btn-primary {
    background-color: #1E1E1E !important;
    border-color: #1E1E1E;
}

[lang=ar] * {
    direction: rtl;
}
[lang=ar] input[type=email] {
    direction: rtl;
}

a {
    text-decoration: none;
}

.text-primary {
    color: #1E1E1E !important;
}

.text-light-primary {
    color: #424242 !important;
}

.text-secondary {
    color: #F6F6F6 !important;
}

.text-acent {
    color: #5E46A9 !important;
}

.text-default {
    color: #FFFFFF !important;
}

.bg-primary {
    background-color: #1E1E1E !important;
}

.bg-light-primary {
    background-color: #424242 !important;
}

.bg-secondary {
    background-color: #F6F6F6 !important;
}

.bg-acent {
    background-color: #5E46A9 !important;
}

.bg-default {
    background-color: #FFFFFF !important;
}

.font-xxs {
    font-size: 10px;
}

.font-xs {
    font-size: 12px;
}

.font-sm {
    font-size: 14px;
}

.font-normal {
    font-size: 16px;
}

.font-regular {
    font-size: 18px;
}

.font-lg {
    font-size: 20px;
}

.font-xl {
    font-size: 22px;
}

.font-xxl {
    font-size: 24px;
}

.font-3xl {
    font-size: 28px;
}

.font-4xl {
    font-size: 32px;
}

.font-extra {
    font-size: 36px;
}

.fw-xxs {
    font-weight: 100;
}

.fw-xs {
    font-weight: 200;
}

.fw-sm {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-regular {
    font-weight: 500;
}

.fw-lg {
    font-weight: 600;
}

.fw-xl {
    font-weight: 700;
}

.fw-xxl {
    font-weight: 800;
}

.fw-extra {
    font-weight: 900;
}

.of-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.of-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-15 {
    border-radius: 15px !important;
}

.border-radius-50 {
    border-radius: 50px !important;
}

.modal-dialog-md {
    max-width: 580px;
}

.nice-select {
    display: flex;
    align-items: center;
    padding-right: 18px;
    padding-left: 30px;
}
.nice-select:after {
    left: 12px;
    right: unset;
}
.nice-select ul.list {
    min-width: 100%;
}
.nice-select ul.list li {
    text-align: right;
    padding-right: 10px;
    padding-left: 18px;
    font-size: 14px;
}
.nice-select ul.list li:hover {
    background-color: #D0D0D0 !important;
    color: #1E1E1E;
}
.nice-select ul.list .selected {
    background-color: #D0D0D0 !important;
    color: #1E1E1E;
}
.nice-select span.current {
    color: #adadad;
}

[lang=en] ul.list li {
    text-align: left;
    padding-left: 10px;
    padding-right: 18px;
}

.border-none {
    border: none !important;
}

.nice-w-100 {
    width: 100%;
    display: flex;
    align-items: center;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.padding-10 {
    padding: 10px 0px;
}

.padding-20 {
    padding: 20px 0px;
}

.padding-30 {
    padding: 30px 0px;
}

.padding-40 {
    padding: 40px 0px;
}

.padding-50 {
    padding: 50px 0px;
}

.padding-60 {
    padding: 60px 0px;
}

.padding-70 {
    padding: 70px 0px;
}

.padding-80 {
    padding: 80px 0px;
}

.padding-90 {
    padding: 90px 0px;
}

.padding-100 {
    padding: 100px 0px;
}

.max-w-100 {
    max-width: 100%;
}

input {
    height: 50px;
    border-radius: 12px !important;
    overflow: visible;
}
input::-moz-placeholder {
    color: #adadad !important;
    font-size: 14px;
}
input::placeholder {
    color: #adadad !important;
    font-size: 14px;
}

select {
    height: 50px;
    border-radius: 12px !important;
    color: #adadad !important;
    font-size: 14px;
}

textarea {
    border-radius: 12px !important;
}
textarea::-moz-placeholder {
    color: #adadad !important;
    font-size: 14px;
}
textarea::placeholder {
    color: #adadad !important;
    font-size: 14px;
}
textarea option {
    color: #F6F6F6;
}

p {
    line-height: 1.7;
}

.form-control:focus {
    box-shadow: unset !important;
    border-color: #1E1E1E;
}

.form-group {
    margin-bottom: 10px;
}

section {
    padding: 70px 0px;
}

@media (max-width: 550px) {
    .font-xxs {
        font-size: 6px;
    }
    .font-xs {
        font-size: 8px;
    }
    .font-sm {
        font-size: 12px;
    }
    .font-regular {
        font-size: 14px;
    }
    .font-lg {
        font-size: 16px;
    }
    .font-xl {
        font-size: 18px;
    }
    .font-xxl {
        font-size: 20px;
    }
    .font-3xl {
        font-size: 22px;
    }
    .font-4xl {
        font-size: 24px;
    }
    .font-extra {
        font-size: 26px;
    }
    .mt-3-sm {
        margin-top: 1rem;
    }
    .mb-3-sm {
        margin-bottom: 1rem;
    }
    .mb-4-sm {
        margin-bottom: 1.5rem;
    }
    .mb-0-sm {
        margin-bottom: 0 !important;
    }
    .mb-1-sm {
        margin-bottom: 0.5rem !important;
    }
    .mb-2-sm {
        margin-bottom: 0.75rem !important;
    }
    .mb-3-sm {
        margin-bottom: 1rem !important;
    }
    .mb-4-sm {
        margin-bottom: 1.5rem !important;
    }
    .mb-5-sm {
        margin-bottom: 3rem !important;
    }
    .justify-content-between-sm {
        justify-content: space-between !important;
    }
    .justify-content-around-sm {
        justify-content: space-around !important;
    }
    .align-items-center-sm {
        align-items: center;
    }
    .py-4-sm {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .text-center-sm {
        text-align: center;
    }
    .order-0-sm {
        order: 0;
    }
    .order-1-sm {
        order: 1;
    }
    .order-2-sm {
        order: 2;
    }
    .order-3-sm {
        order: 3;
    }
    .order-4-sm {
        order: 4;
    }
    .order-5-sm {
        order: 5;
    }
    .order-6-sm {
        order: 6;
    }
    .order-7-sm {
        order: 7;
    }
    .order-8-sm {
        order: 8;
    }
    .order-9-sm {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
}
.border-top-none {
    border-top: none !important;
}

::-webkit-scrollbar {
    height: 8px;
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #E6E6E6;
    border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #d2d2d2;
}

.home-header {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 100vh;
    animation: slider-animate 10s infinite alternate;
}
.home-header .linear-backgroud {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(270deg, #051a38 -10.73%, rgba(5, 26, 56, 0) 116.96%);
}
.home-header .fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
}
.home-header .herobox h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}
.home-header .herobox h4 .bordered-div {
    border-bottom: 2px solid #D6D6D6;
    width: 100px;
}
.home-header .herobox h2 {
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.home-header .herobox .width-700 {
    width: 700px;
    max-width: 100%;
}
.home-header .herobox .width-700 p {
    font-size: 18px;
}

@keyframes slider-animate {
    0% {
        background-image: url(../images/herobox-1.jfif);
    }
    33% {
        background-image: url(../images/slider-2.jpg);
    }
    66% {
        background-image: url(../images/slider-3.jpg);
    }
    100% {
        background-image: url(../images/herobox-1.jfif);
    }
}
.internal-header {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
}
.internal-header nav {
    position: fixed;
    top: 0;
    width: 100%;
}
.internal-header .breadcrumb-div a {
    color: #8C8C8C;
}

.text-dark {
    color: #000000;
}

.main-btn {
    padding: 15px 45px;
    border-radius: 35px;
}

.secondary-btn {
    padding: 15px 45px;
    border-radius: 35px;
    border-radius: 36px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(14.5px);
    backdrop-filter: blur(14.5px);
}

.portfolio-card {
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio-card img {
    height: 20px;
}

.service-logo {
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0px 12px 30px 0px rgba(42, 47, 56, 0.16);
    width: -moz-fit-content;
    width: fit-content;
}
.service-logo img {
    height: 80px;
}

.service-description {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.service-bio {
    color: #D6D6D6;
    font-style: normal;
    font-weight: 400;
}

.about-rekaz h3 {
    font-size: 38px;
}
.about-rekaz p {
    font-size: 20px;
    color: #1E1E1E;
}
.about-rekaz .statistic-div {
    background-color: #F2F7FF;
    border-radius: 10px;
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.about-rekaz .statistic-div h1 {
    font-size: 42px;
    direction: ltr;
}
.about-rekaz .statistic-div h5 {
    font-size: 20px;
}
.about-rekaz .background-div {
    position: absolute;
}
.about-rekaz .background-div-1 {
    top: 0;
    right: 0;
    border-radius: 0px 10px;
    height: 130px;
    width: 250px;
}
.about-rekaz .background-div-2 {
    bottom: 0;
    left: 0;
    border-radius: 10px 0px 0px 10px;
    height: 150px;
    width: 330px;
}
.about-rekaz .img-div {
    padding: 15px;
}
.about-rekaz .image-div, .about-rekaz .manager-image {
    background-image: url(../images/about-img.jfif), linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    border-radius: 10px;
    padding: 42px;
    min-height: 385px;
}
.about-rekaz .image-div img, .about-rekaz .manager-image img {
    height: 200px;
    position: absolute;
    bottom: 42px;
    right: 42px;
}
.about-rekaz .image-div span, .about-rekaz .manager-image span {
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    bottom: 42px;
    left: 60px;
}
.about-rekaz .manager-speech {
    line-height: 1.6;
    font-size: 18px !important;
}

.custom-container {
    margin-left: auto;
    margin-right: auto;
}

.section-header h4 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}
.section-header p {
    color: #051A38;
    font-size: 22px;
    font-weight: 400;
}

.team .team-members {
    padding: 40px 0px;
}
.team .team-members .card {
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: 0px 4px 51px 0px rgba(172, 172, 172, 0.25);
    padding: 24px;
}
.team .team-members .card .card-header {
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
}
.team .team-members .card .card-body h3 {
    color: #1E1E1E;
}
.team .team-members .card .card-body h5 {
    color: #3C3A3A;
}

.manager-image {
    background-image: url(../images/manager.jfif), linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(0, 0, 0)) !important;
}

.services {
    background-image: url(../images/services.jpg);
    background-position: center center;
    background-size: cover;
    padding: 40px 0px;
    overflow: hidden;
}
.services .card {
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: all 0.3s;
}
.services .card:hover {
    border: 1px solid #FFF;
    transition: all 0.3s;
}
.services .rekaz-logo {
    position: absolute;
    left: 140px;
    bottom: -10px;
}
.services .rekaz-logo img {
    height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
}

.rate-us .features .card {
    background-color: #FFF;
    border-radius: 12px;
    box-shadow: 0px 4px 51px 0px rgba(172, 172, 172, 0.25);
    padding: 28px 24px;
}

.portfolio .slideshow {
    margin-top: 35px;
}
.portfolio .slide {
    height: 380px;
    width: 430px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    color: #fff;
    border-radius: 10px;
}
.portfolio .slide a {
    width: 100%;
}
.portfolio .card {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: multiply;
    height: 350px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio .card h4 {
    font-size: 24px;
    margin-top: 15px;
    color: #FFFFFF;
}
.portfolio .card img {
    height: 20px;
}

.clients .card {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 24px 30px;
}

.mainDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainSwitch {
    height: 50px;
    width: 160px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: rgba(211, 211, 211, 0.12);
    border-radius: 8px;
}

.mainSwitch button {
    background-color: transparent;
    border: none;
    z-index: 10;
    font-size: 16px;
}

.backgroundPill, .backgroundPillMobile {
    position: absolute;
    background-color: #FFFFFF;
    width: 70px;
    height: 40px;
    border-radius: 10px;
    right: 5px;
    transition: 0.3s;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
}

.nice-select {
    padding-left: 25px;
    padding-right: 30px;
}

.social-links li {
    transition: all 0.3s;
}
.social-links li:hover {
    border: 1px solid #051A38;
    border-radius: 5px;
    transition: all 0.3s;
}
.social-links li:hover a {
    color: #051A38;
    transition: all 0.3s;
}
.social-links li a {
    transition: all 0.3s;
}

.employees-counter {
    background-color: #F3F3F3;
    height: 550px;
}
.employees-counter .text-div img {
    height: 120px;
}
.employees-counter .text-div h2 {
    line-height: 1.4;
}
.employees-counter .img-div {
    background-image: url(../images/e12e9ef70e.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
}
.employees-counter .img-div img {
    height: 275px;
    position: absolute;
    top: 43px;
    left: 36px;
}

.inner-section {
    padding: 130px 0px;
}

.contact-us .nice-select {
    position: absolute;
    bottom: 4px;
    left: 8px;
    border: none;
}
.contact-us .nice-select ul li {
    width: 100%;
}
.contact-us .contact-form {
    border-radius: 22px;
    background: #F6F6F6;
    box-shadow: 0px 4px 51px 0px rgba(172, 172, 172, 0.25);
    padding: 48px;
}
.contact-us .contact-form input {
    border-radius: 12px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    height: 50px;
    width: 100%;
    margin-top: 10px;
}
.contact-us .contact-form textarea {
    border-radius: 12px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    width: 100%;
    margin-top: 10px;
}
.contact-us .contact-form button {
    height: 50px;
    width: 150px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us li {
    height: 30px;
    width: 30px;
}

.inner-left-side {
    display: none;
}

header ul li {
    margin-top: auto;
    margin-bottom: auto;
}
header ul li a {
    color: #FFF;
}
header ul li a.active {
    color: #1161d1;
}

.we-help-you {
    background-image: url(../images/we_are_here.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 350px;
    margin-bottom: 100px;
}
.we-help-you img {
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer {
    background-color: #051A38;
    overflow: hidden;
}
footer .footer-1 {
    position: absolute;
    top: -155px;
    right: 0;
}
footer .footer-2 {
    position: absolute;
    right: 33%;
    bottom: 0;
}
footer .footer-3 {
    position: absolute;
    top: 0;
    left: 0;
}
footer .footer-content {
    padding: 80px 0px 40px;
}
footer .footer-content img {
    height: 50px;
}
footer .contact-details img {
    height: 20px;
}

section.copyrights {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-self: end;
    gap: 8px;
    margin-top: 24px;
    padding: 0;
}

.business-copyright-content {
    text-decoration: none !important;
}

.business-copyright-content span {
    color: #B1B1B1;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.256px;
    letter-spacing: -0.132px;
}

.business-copyright-content .icon__ {
    width: 35px;
    height: auto;
}

.copyright-content-wrapper {
    padding: 2.8rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

section.copyrights .badge {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 8px 10px;
    border-radius: 4px;
    background: #FFFFFF;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
}

section.copyrights:hover .badge,
section.copyrights:focus-within .badge {
    opacity: 1;
    visibility: visible;
}

section.copyrights .badge::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFFFFF;
}

@media (max-width: 993px) {
    section.copyrights {
        justify-self: center;
        margin-inline: auto;
    }
}

@media (max-width: 550px) {
    .mainSwitch {
        width: 140px !important;
    }
    .backgroundPillMobile {
        width: 60px !important;
    }
    .about-rekaz .statistic-div {
        padding: 15px 10px;
    }
    .about-rekaz .statistic-div h1 {
        font-size: 24px !important;
    }
    .about-rekaz .statistic-div h5 {
        font-size: 18px !important;
    }
    .clients .card {
        padding: 12px 10px;
    }
    section {
        padding: 40px 0px;
    }
    header .herobox h2 {
        font-size: 28px;
    }
    header .herobox .width-700 p {
        font-size: 16px;
    }
    .we-help-you {
        height: unset !important;
    }
    .inner-section {
        padding: 70px 0px;
    }
    .section-header h4 {
        font-size: 32px;
    }
    .section-header p {
        font-size: 20px;
    }
    .custom-container {
        padding: 0px 20px;
    }
    .main-btn {
        padding: 10px 20px;
        font-size: 16px;
    }
    .secondary-btn {
        padding: 10px 20px;
        font-size: 16px;
    }
    .about-rekaz h3 {
        font-size: 28px;
    }
    .about-rekaz p {
        font-size: 18px;
    }
    .about-rekaz .image-div, .about-rekaz .manager-image {
        height: 260px;
    }
    .about-rekaz .background-div {
        display: none;
    }
    .about-rekaz .image-div img, .about-rekaz .manager-image img {
        height: 130px !important;
        right: 75px !important;
    }
    .about-rekaz .image-div span, .about-rekaz .manager-image span {
        font-size: 20px !important;
        bottom: 10px !important;
        left: 65px !important;
    }
    .about-rekaz .statistic-div h1 {
        font-size: 28px;
    }
    .portfolio .card h4 {
        font-size: 20px;
    }
}
@media (max-width: 990px) {
    nav a.active {
        color: #F6F6F6 !important;
    }
    .portfolio-card {
        height: 250px;
    }
    .nice-select {
        padding-left: 10px;
        padding-right: 20px;
    }
    .contact-us .contact-form {
        padding: 25px 0px !important;
    }
    header nav .nav-div {
        display: block !important;
    }
    .outer-left-side {
        display: none !important;
    }
    .inner-left-side {
        display: flex !important;
    }
    .employees-counter {
        padding: 20px 15px;
        height: -moz-fit-content;
        height: fit-content;
    }
    .employees-counter .img-div {
        height: 230px;
        margin-top: 20px;
    }
    .employees-counter .img-div img {
        display: none;
    }
    .rate-us .features .card {
        padding: 15px;
    }
}
@media (max-width: 1199px) {
    .employees-counter .text-div img {
        height: 80px;
    }
    .footer-content {
        padding: 50px 0px 20px !important;
    }
}
@media (min-width: 551px) and (max-width: 767px) {
    .custom-container {
        padding: 0px 30px;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .custom-container {
        padding: 0px 30px;
    }
    header ul li {
        margin: 10px 0px;
    }
    .about-rekaz .statistic-div {
        padding: 15px 10px;
    }
    .about-rekaz .statistic-div h1 {
        font-size: 24px;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .custom-container {
        padding: 0px 40px;
    }
    .contact-us .contact-form {
        padding: 20px !important;
    }
    .backgroundPill {
        width: 50px !important;
    }
    .mainSwitch {
        width: 120px !important;
    }
}
@media (min-width: 1200px) {
    .custom-container {
        padding: 0px 80px;
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .employees-counter {
        height: 480px;
    }
}
@media (min-width: 1300px) and (max-width: 1399) {
    .employees-counter {
        height: 480px;
    }
}
@media (min-width: 1400px) {
    .employees-counter {
        height: 450px;
    }
}
@media (min-width: 1600px) {
    .custom-container {
        padding: 0px 140px !important;
    }
    .employees-counter {
        height: 550px;
    }
}/*# sourceMappingURL=style.css.map */
