* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}
html {
    scroll-behavior: smooth
}
body,html {
    overflow-x: hidden
}
ul {
    list-style: none
}
a {
    text-decoration: none
}
a,button,input,textarea {
    background: 0 0;
    color: inherit;
    font-family: inherit;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
textarea {
    resize: none
}
img {
    width: 100%;
    /* margin-left: 103px; */

    -o-object-fit: cover;
    object-fit: cover;
    display: block
}
a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"] {
    display: none!important
}
.gm-style-cc,.gmnoprint a,.gmnoprint span {
    display: none
}
.gmnoprint div {
    background: 0 0!important
}
.sticky-spacer {
    display: none!important
}
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes pulse {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes pulse {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
:not(.header_nav-list) {
    scrollbar-width: auto;
    scrollbar-color: #a9a9a9 #e9e6e6
}
:not(.header_nav-list)::-webkit-scrollbar {
    width: 8px
}
:not(.header_nav-list)::-webkit-scrollbar-track {
    background: #e9e6e6
}
:not(.header_nav-list)::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    border-radius: 0;
    border: none
}
html.fixed {
    position: fixed;
    width: 100%
}
body {
    font-family: Roboto,sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #000810;
    position: relative
}
body.swal2-shown {
    padding: 0!important
}
.page {
    padding: 100px 0 40px;
    position: relative;
    overflow: hidden
}
.page .section_header {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    
}
.page .media {
    position: absolute;
    width: 50%;
    -webkit-transform: rotate(153deg);
    -ms-transform: rotate(153deg);
    transform: rotate(153deg);
    bottom: -15%;
    right: 10%;
    opacity: .8;
    z-index: 1;
    max-width: 700px
}
.page .media img {
    height: 100%;
}
.page .breadcrumbs {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 84px
}
.page .breadcrumbs_item {
    position: relative
}
.page .breadcrumbs_item a {
    font-weight: 500
}
.page .breadcrumbs_item a:focus,.page .breadcrumbs_item a:hover {
    color: #b30f12
}
.page .breadcrumbs_item:hover:before {
    width: 100%
}
.page .breadcrumbs_item:after,.page .breadcrumbs_item:before {
    content: '';
    position: absolute
}
.page .breadcrumbs_item:after {
    width: 30px;
    height: 2px;
    background: #b30f12;
    top: 50%;
    right: -58px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.page .breadcrumbs_item:before {
    width: 0;
    height: 2px;
    background-color: #b30f12;
    bottom: -6px;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}
.page .breadcrumbs_item--current {
    font-weight: 400;
    padding: 0;
    margin: 0
}
.page .breadcrumbs_item--current:after,.page .breadcrumbs_item--current:before {
    display: none
}
.container {
    max-width: 1290px;
    padding: 0 20px
}
.section {
    padding: 180px 0
}
.section-nopb {
    
    padding: 80px 0 0;
    margin: 22px;
    margin-bottom: 200px;

}
.section_header {
    margin-bottom: -30px
}
.section_header .subtitle {
    padding-left: 80px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
    font-family: Archivo,sans-serif;
    font-weight: 600
}
.section_header .subtitle--extended1{
    display: block;
    bottom: 40px;
    padding-left: 12px
}
.section_header .subtitle--extended {
    color: #b30f12;
    display: block;
    margin-left: -81px;
}
.section_header .text {
    margin: 20px 0 30px
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: Archivo,sans-serif;
    font-weight: 700;
    line-height: 1.2
}
.h1,h1 {
    font-size: 40px
}
.h2,h2 {
    font-size: 36px;
    line-height: 1.1
}
.h3,.h4,h3,h4 {
    font-size: 26px
}
.h5,h5 {
    font-size: 18px
}
.h6,h6 {
    font-size: 14px;
    line-height: 1.5
}
.btn,.field {
    height: 54px
}
.field {
    background: #fff;
    border: 1px solid transparent;
    padding: 17px 19px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #000810;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 20px
}
.field::-webkit-input-placeholder {
    color: #a9a9a9;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}
.field::-moz-placeholder {
    color: #a9a9a9;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}
.field:-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}
.field::-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}
.field::placeholder {
    color: #a9a9a9;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}
.field:focus::-webkit-input-placeholder {
    opacity: 0
}
.field:focus::-moz-placeholder {
    opacity: 0
}
.field:focus:-ms-input-placeholder {
    opacity: 0
}
.field:focus::-ms-input-placeholder {
    opacity: 0
}
.field:focus::placeholder {
    opacity: 0
}
.field.error {
    border-color: red!important
}
.btn {
    font-family: Archivo,sans-serif;
    font-weight: 700;
    padding: 0 30px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #ababab;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}
.btn:hover{
    background-color: #b30f12;
}
.btn:not(.btn--static):focus,.btn:not(.btn--static):hover {
    bottom: 5px
}
.metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #202c38;
    font-size: 14px
}
.metadata .icon {
    font-size: 5px;
    color: #b30f12
}
.metadata .category {
    color: #001f3f;
    font-family: Archivo,sans-serif;
    font-weight: 600
}
.metadata .author .link:hover,.metadata .category:hover {
    color: #0da574
}
.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}
.socials_item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #001f3f;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    line-height: 30px;
    will-change: transform
}
.socials_item-link:focus,.socials_item-link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #b30f12
}
input[type=checkbox] {
    display: none
}
input[type=checkbox]:checked+label .icon {
    color: #0da574
}
input[type=checkbox]+label {
    cursor: pointer
}
input[type=checkbox]+label .icon {
    color: transparent;
    width: 18px;
    height: 18px;
    border: 1px solid #c8c8c8;
    font-size: 12px;
    margin-right: 20px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}
#scrollTrigger {
    position: fixed;
    right: 12px;
    bottom: -100px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    opacity: .5;
    background: #b30f12;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
#scrollTrigger.active {
    bottom: 12px
}
#scrollTrigger:hover {
    opacity: 1
}
#scrollTrigger .icon {
    display: inline-block;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    color: #001f3f;
    font-size: 24px;
    line-height: 24px
}
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    color: #b30f12;
    font-size: 18px
}
.avatar {
    border-radius: 50%;
    width: 40px;
    aspect-ratio: 1/1;
    overflow: hidden
}
.avatar img {
    height: 100%;   
}
.lazy {
margin-right: 150px;
width: 143%;

}
.link-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    color: #0da574;
    letter-spacing: 1px;
    font-family: Archivo,sans-serif;
    font-weight: 600
}
.link-arrow--alt {
    color: #b30f12
}
.link-arrow .icon {
    margin: -2px 0 0 10px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 16px
}
.link-arrow:focus .icon,.link-arrow:hover .icon {
    margin-left: 15px
}
.brand {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: Archivo,sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-right: auto;
    line-height: 1
}
.brand_logo {
    width: 59px;
    height: 59px;
    margin-left: 6px;
    border-radius: 10px;
}
.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    text-transform: uppercase
}
.tags_item {
    border: 1px solid #e9e6e6;
    padding: 10px 20px;
    will-change: transform
}
.tags_item:focus,.tags_item:hover {
    border-color: #001f3f;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}
.swiper-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}
.swiper-controls .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #001f3f;
    color: #001f3f;
    font-size: 16px;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out
}
.swiper-controls .swiper-button:focus,.swiper-controls .swiper-button:hover {
    background-color: #001f3f;
    color: #fff
}
.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    height: 24px
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #e9e6e6;
    display: block;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.swiper-pagination-bullet-active {
    background: #001f3f
}
[class="services section"] {
    padding-bottom: -333px !important;
}
[class="quote primary-bg section"] {
    background: #ffffff !important;
    padding-bottom: 255px;
}

.swiper-pagination-bullet-active:after {
    border-color: #071522
}

.highlight {
    color: #ffffff;
}

.primary-bg {
    background: #b30f12;
    color: black
}
.primary-bg1 {
   
    background: none;
    background-image: url("Banner\ for\ Web\ 1920x640.png");
    background-position: center;
    background-repeat: no-repeat;
    color: black;

  background-size: cover;
    color: black
}

.primary-bg .checklist_item .icon {
    color: #b30f12
}

.wrapper {
    padding: 0;
}

.slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 800px;
}

.slider__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    transform: translateX(var(--slider-offset));    
    transition-property: transform;
    transition-duration: var(--slider-time);
    transition-timing-function: ease;
    will-change: transform;
}
.slider__item {
    flex: 1 0 100%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
}

.slider__image {
   
    background-size: cover;
    transform: translateX(0);
    animation-delay: var(--slide-distortion-delay), var(--slide-reset-delay);
    animation-duration: var(--slide-distortion-time), var(--slide-reset-time);
    animation-fill-mode: forwards, forwards;
    animation-direction: normal, reverse;
}

.slider__image:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

.slider__image:nth-child(1) {
    clip-path: inset(0 0 calc(var(--rate) * 4) 0);
}

.slider__image:nth-child(2) {
    clip-path: inset(calc(var(--rate) * 1) 0 calc(var(--rate) * 3) 0);
}

.slider__image:nth-child(3) {
    clip-path: inset(calc(var(--rate) * 2) 0 calc(var(--rate) * 2) 0);
}

.slider__image:nth-child(4) {
    clip-path: inset(calc(var(--rate) * 3) 0 calc(var(--rate) * 1) 0);
}

.slider__image:nth-child(5) {
    clip-path: inset(calc(var(--rate) * 4) 0 0 0);
}

.slider__item--animating .slider__image:nth-child(1) {
    animation-name: animation-1, animation-1;
}

.slider__item--animating .slider__image:nth-child(2) {
    animation-name: animation-2, animation-2;
}

.slider__item--animating .slider__image:nth-child(3) {
    animation-name: animation-3, animation-3;
}

.slider__item--animating .slider__image:nth-child(4) {
    animation-name: animation-4, animation-4;
}

.slider__item--animating .slider__image:nth-child(5) {
    animation-name: animation-5, animation-5;
}

@keyframes animation-1 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-5vw);
    }
}

@keyframes animation-2 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-3vw);
    }
}

@keyframes animation-3 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(1vw);
    }
}

@keyframes animation-4 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(3vw);
    }
}

@keyframes animation-5 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-1vw);
    }
}

.slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.slider__arrow--left {
    left: 10px;
}

.slider__arrow--right {
    right: 10px;
}
.presentation {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: 10px
}

.presentation .gallery_item .media {
    margin-left: -28%;
    display: block
}

.projects_list {
    display: grid;
    gap: 40px
}

.projects_list-item .media {
    aspect-ratio: 625/500;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}

.projects_list-item .media img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out
}

.projects_list-item .media:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.projects_list-item .main_title {
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 15px;
    position: relative
}

.projects_list-item .main_title .divider--line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #a9a9a9;
    bottom: 0;
    left: 0
}

.projects_list-item .main_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.projects_list-item .main_info .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

.projects_list-item .main_info .location .icon {
    color: #b30f12;
    font-size: 24px
}

.blog_feed {
    display: grid;
    grid-gap: 40px
}

.blog_feed-item .media {
    aspect-ratio: 410/320;
    overflow: hidden
}

.blog_feed-item .media img {
    height: 100%;

}

.blog_feed-item .metadata {
    margin: 10px 0 5px
}

.blog_feed-item .main_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}
.blog_feed-item .main_text {
    margin: 10px 0 20px;
    padding-bottom: 15px;
    color: #162739;
    border-bottom: 1px solid #c8c8c8
}

.gallery_item {
    height: 260px;
    overflow: hidden
} 

.gallery_item .media {
    position: relative;
    height: 100%;
}

.gallery_item .media img {
    height: 100%;
}

.gallery_item .media .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    color: #ffffff;
    background: rgba(0,31,63,.5);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;

}

.gallery_item .media .overlay_header {
    margin-bottom: 0;

} 
.gallery_item .media:hover .overlay {
    opacity: 1
}

.checklist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.checklist_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.checklist_item .icon {
    font-size: 18px;
    margin-top: -3px;
    color: #0da574
}

.achievements {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    gap: 20px
}

.achievements_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.achievements_item .label {
    width: calc(100% - 60px)
}

.numbers_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
}

.numbers_list-item .number {
    margin-bottom: 10px;
    font-family: Archivo,sans-serif;
    font-weight: 800
}

.numbers_list-item .label {
    font-weight: 500
}

@media screen and (min-width:567.98px) {
    .btn {
        width: -webkit-fit-content!important;
        width: -moz-fit-content!important;
        width: fit-content!important
    }

    .numbers_list {
        display: grid;
        grid-template-columns: repeat(2,auto);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        grid-gap: 30px
    }

    .gallery_item .media .overlay {
        padding: 30px
    }

    .projects_list-item .main_info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px
    }

    .projects_list-item .main_info .location {
        margin: 0
    }
}

@media screen and (min-width:767.98px) {
    body {
        font-size: 21px
    }

    h1 {
        font-size: 46px;
        line-height: 1.1
    }

    h2 {
        font-size: 40px;
        line-height: 1.3
    }

    h3,h4 {
        font-size: 26px;
        line-height: 1.2
    }

    #scrollTrigger {
        right: 20px
    }

    #scrollTrigger.active {
        bottom: 20px
    }
    .page {
        padding: 100px 0 60px
    }

    .page .media {
        bottom: -45%
    }

    .section_header {
        margin-bottom: 40px
    }

    .rating {
        font-size: 24px
    }

    .avatar {
        width: 60px
    }

    .gallery_item .media .overlay {
        padding: 40px
    }

    .blog_feed {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 40px 30px
    }

    .blog_feed-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog_feed-item .main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .blog_feed-item .main_text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .projects_list {
        grid-template-columns: repeat(2,1fr)
    }

    .projects_list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .projects_list-item .main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .projects_list-item .main_title {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .projects_list-item .main_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .presentation {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .gallery_item {
        height: 340px
    }
}

@media screen and (min-width:1023.98px) {
    h1 {
        font-size: 58px;
        line-height: 1
    }

    h2 {
        font-size: 34px;
        line-height: 1.1
    }

    h3 {
        font-size: 30px;
        line-height: 1.2
    }

    h4 {
        Line-height: 1.1
    }
    .section-nopb {
        padding: 180px 0 0
    }

    .page {
        padding: 350px 0 80px
    }

    .page .media {
        bottom: -80%;
        right: -18%;
        width: 100%
    }

    .avatar {
        width: 80px
    }

    .blog .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px
    }

    .projects_list {
        grid-gap: 60px 40px
    }

    .projects_list-item .main_info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .projects_list-item .main_title .text {
        display: block;
        max-width: 450px
    }
}

@media screen and (min-width:1279.98px) {
    .page .media {
        right: 200px
    }

    .blog .container {
        gap: 60px
    }

    .blog_feed-item .metadata {
        margin: 20px 0
    }

    .blog_feed-item .main_text {
        margin: 20px 0 25px
    }

    .achievements {
        gap: 30px;
        max-width: 320px
    }

    .achievements_item {
        gap: 30px
    }

    .achievements_item .label {
        width: calc(100% - 70px)
    }

    #scrollTrigger {
        right: 40px
    }

    #scrollTrigger.active {
        bottom: 40px
    }

    .presentation {
        grid-template-columns: repeat(4,minmax(0,1fr));
        gap: 0
    }

    .gallery_item {
        height: 440px
    }
}

@media screen and (min-width:1330px) {
    .projects_list-item .main_title .text {
        max-width: unset
    }

    .container {
        padding: 0
    }
}

@media screen and (min-width:1365.98px) {
    #scrollTrigger {
        width: 58px;
        height: 58px;
        right: 30px
    }

    #scrollTrigger.active {
        bottom: 30px
    }

    .gallery_item {
        height: 600px
    }
}

.alert_popup {
    border-radius: 0;
    padding-bottom: 30px!important
}

.alert_popup-close {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.alert_popup-title {
    font-family: Archivo,sans-serif;
    color: #001f3f!important;
    padding: 30px 30px 0
}

.alert_popup-content .main {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.fade {
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 0
}

.tab-content {
    position: relative;
    overflow: hidden
}

.tab-content>.tab-pane {
    position: relative;
    width: 100%;
    top: 0;
    opacity: 1;
    z-index: 1
}

.tab-content>.tab-pane:not(.active) {
    display: block;
    height: 0;
    opacity: 0;
    z-index: -1
}

html[dir=rtl] .page .breadcrumbs_item:after {
    left: -58px;
    right: unset
}

html[dir=rtl] .page .media {
    right: unset!important;
    left: -10%
}

html[dir=rtl] .section_header .subtitle {
    padding-left: 0;
    padding-right: 60px
}

html[dir=rtl] .section_header .subtitle:before {
    left: unset;
    right: 0
}

html[dir=rtl] .section_header .subtitle--extended:before {
    right: unset;
    left: calc(100% - 40px)
}

html[dir=rtl] .link-arrow .icon {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 0!important;
    margin-right: 10px
}

html[dir=rtl] .link-arrow:focus .icon,html[dir=rtl] .link-arrow:hover .icon {
    margin-right: 15px
}

html[dir=rtl] input[type=checkbox]+label .icon {
    margin-right: 0;
    margin-left: 20px
}

html[dir=rtl] .swiper-controls .swiper-button .icon {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

html[dir=rtl] #scrollTrigger {
    right: unset;
    left: 12px
}

@media screen and (min-width:1023.98px) {
    html[dir=rtl] .page .media {
        left: -18%
    }
}

@media screen and (min-width:1279.98px) {
    html[dir=rtl] .page .media {
        left: 200px
    }

    html[dir=rtl] #scrollTrigger {
        right: auto;
        left: 40px
    }
}

.header {
    will-change: transform;
    position: fixed;
    width: 100%;
    z-index: 1000000;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: black;
    
}

.header.opened {
    height: 100vh
}

.header.opened,.header.sticky {
    background-color: transparent;
    color: #000810;
}

.header--pinned {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header--unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px
}

.header_trigger {
    width: 30px;
    height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header_trigger .line {
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    border-radius: 3px
}

.header_trigger .line--short {
    width: 50%
}

.header_trigger.active .line--short {
    width: 100%
}

.header_nav {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.header_nav-list {
    max-height: calc(100vh - 100px);
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 29px;
    overflow-y: auto
}

.header_nav-list_item {
    /* text-transform: uppercase; */
    font-size: 14px;
    /* font-family: robot,sans-serif; */
    font-weight: 600;
    color: rgb(0, 0, 0)
}
.header_nav-list_item a {
    color: rgb(255, 255, 255);
}
.header_nav-list_item .nav-item.current,.header_nav-list_item .nav-link.current {
    color: #b30f12
}

.header_nav-list_item .dropdown-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin: 20px 15px 0 0
}

.header_nav-list_item .dropdown-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.header_nav-list_item .dropdown-toggle .icon {
    will-change: transform;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 12px;
    margin-bottom: 2px;
    color: #b30f12
}

.header_nav-list_item .dropdown-toggle:hover .icon,.header_nav-list_item .dropdown-toggle[aria-expanded=true] .icon {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

@media screen and (min-width:1023.98px) {
    .header {
        padding: 30px 0
    }

    .header.sticky {
        padding: 20px 0
    }

    .header .container {
        padding: 0 20px
    }

    .header .brand_name,.header_trigger {
        display: none
    }

    .header_nav {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        width: unset
    }

    .header_nav .nav-link {
        position: relative;
        top: 10px;
    }

    .header_nav .nav-link:after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;

        bottom: -6px;
        left: 0;
        -webkit-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out
    }

    .header_nav .nav-link:focus,.header_nav .nav-link:hover {
        color: #b30f12
    }

    .header_nav .nav-link.current {
        color: black
    }

    .header_nav .nav-link.current:after {
        width: 100%
    }

    .header_nav-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: unset;
        margin-top: 0;
        overflow-y: unset
    }

    .header_nav-list .dropdown {
        position: relative
    }

    .header_nav-list .dropdown:last-of-type .dropdown-menu {
        right: 0
    }

    .header_nav-list .dropdown-menu {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        position: absolute;
        z-index: 100;
        opacity: 0;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        text-align: left;
        visibility: hidden;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        padding: 20px 0 0
    }

    .header_nav-list .dropdown-menu.active {
        opacity: 1;
        visibility: visible
    }

    .header_nav-list .dropdown-list {
        margin: 0;
        background-color: black;
        padding: 20px;
    }

    .header_nav-list .dropdown-item.current,.header_nav-list .dropdown-item:hover {
        color: #b30f12
    }

    html[dir=rtl] .header .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    html[dir=rtl] .header_nav-list .nav-link:after {
        left: auto;
        right: 0
    }

    html[dir=rtl] .header_nav-list .dropdown:last-of-type .dropdown-menu {
        right: unset;
        left: 0
    }
}

@media screen and (min-width:1169.98px) {
    

    .header .brand_name {
        display: block
    }
}

@media screen and (min-width:1330px) {
    .header .container {
        padding: 0
    }
}
.about {
background-color: #b30f12;

}
.text1{
color: white;

}
.about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.about .media {
    aspect-ratio: 66/69;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.about .media img {
    height: 100%
}

.about .main .checklist {
    font-weight: 500;
    margin-bottom: 30px
}

.about .main .checklist .icon {
    margin: 0
}

.about .main .skills {
    text-transform: uppercase
}

.about .main .skills_item {
    gap: 10px!important
}

.about .main .skills_item .label {
    font-size: 18px;
    line-height: 23px
}

.about .main .skills_item .progressLine svg {
    max-height: 15px
}

.about .main .skills_item .progressLine .progress-text {
    top: -35px;
    font-weight: 400
}

.about .main .skills,.about .main .skills_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    gap: 20px
}

@media screen and (min-width:567.98px) {
    .about .media {
        display: none
    }

    .about .main .skills_item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px
    }

    .about .main .skills_item .label {
        width: 150px
    }

    .about .main .skills_item .progressLine {
        padding-right: 70px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .about .main .skills_item .progressLine .progress-text {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    html[dir=rtl] .about .main .skills_item .progressLine {
        padding-right: 0;
        padding-left: 70px
    }
}

@media screen and (min-width:767.98px) {
    .header.opened {
        height: 50vh
    }

    .header_nav-list {
        max-height: calc(50vh - 100px)
    }

    .about .main {
        max-width: 520px
    }
}

@media screen and (min-width:1023.98px) {
    .about .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 60px
    }

    .about.revert .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .about .media {
        display: block;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        height: auto
    }

    .about .main .skills {
        gap: 30px
    }
}

.quote_header {
    margin-bottom: 0;
    position: relative
}

.quote_header .author,.quote_header .subtitle,.quote_header .title {
    padding-top: 29px;
    position: relative;
    z-index: 2
}

.quote_header .author {
    text-transform: uppercase;
    color: #b30f12;
    display: inline-block;
    margin-top: 40px
}

.quote_header-icon {
    -webkit-animation: 2s ease-in-out infinite both rotate-center;
    animation: 2s ease-in-out infinite both rotate-center;
    position: absolute;
    z-index: 1;
    top: -10%;
    left: 0
}

html[dir=rtl] .quote_header-icon {
    left: auto;
    right: 0
}
@media screen and (min-width:1365.98px) {
    html[dir=rtl] #scrollTrigger {
        right: auto;
        left: 30px
    }

    .quote_header-icon {
        top: -66px;
        left: -80px
    }

    html[dir=rtl] .quote_header-icon {
        left: auto;
        right: -80px
    }
}

.services_slider-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: auto
}

.services_slider-slide .media {
    height: 220px;
    overflow: hidden
}

.services_slider-slide .media img {
    width: 88%;
    margin: 0px;
    height: 100%;
}

.services_slider-slide .main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.services_slider-slide .main .title {
    margin-bottom: 20px
}

.services_slider-slide .main .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    gap: 14px;
    margin: 30px 0 40px
}

.services_slider-slide .main .btn {
    width: 100%
}

.services_slider-pagination {
    margin-top: 30px
}

@media screen and (min-width:567.98px) {
    .services_slider-slide .media {
        aspect-ratio: unset;
        height: 240px
    }

    .services_slider-slide .main .btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .services_slider-pagination {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 8px
    }

    html[dir=rtl] .services_slider-pagination {
        margin-right: 8px
    }

    .features_card-title {
        max-width: 330px
    }

    .features_card-description {
        max-width: 380px
    }
}

@media screen and (min-width:443px) {
    .services_header {
        margin-bottom: 40px
    }

    .services_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px;
    }

    .services_slider-slide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background-color: #fff
    }

    .services_slider-slide .media {
        display: none
    }

    .services_slider-pagination {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        height: 100%
    }
}

@media screen and (min-width:1023.98px) {
    .quote_header-icon {
        top: -66px
    }

    .quote_header .title {
        font-size: 26px;
        line-height: 1.1
    }

    .services_slider-slide {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px
    }

    .services_slider-slide .media {
        display: block;
        height: 530px;
        min-width: 400px
    }

    .services_slider-slide .main {
        width: calc(100% - 440px)
    }
}
.features_content {
    display: grid;
    grid-gap: 30px
}

.features_content+.video {
    margin-top: 60px;
    max-height: 580px
}

.features_header .title {
    margin-bottom: 30px
}

.features_header .checklist {
    margin-bottom: 10px
}

.features_header .checklist_item .icon {
    color: #b30f12
}

.features_card {
    cursor: pointer
}

.features_card .wrapper {
    height: 100%;
    border: 1px solid #fff;
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    padding: 30px
}

.features_card .wrapper:hover {
    border-color: #b30f12;

}

.features_card-title {
    margin: 30px 0 20px
}

.features_card-icon * {
    fill: #b30f12
}

.features_card--alt .wrapper {
    border-color: #a9a9a9;

}

.features_card--alt .wrapper:hover {
    border-color: #001f3f

}

.features_card--alt .features_card-icon * {
    fill: #b30f12
}

.features_card--alt .features_card-description {
    color: #001f3f
}

@media screen and (min-width:767.98px) {
    .features_content {
        grid-template-columns: repeat(2,1fr)
    }

    .features_header-list {
        margin-bottom: 0
    }
}

@media screen and (min-width:1023.98px) {
    .features_card-description,.features_card-title {
        max-width: 350px
    }

    .features_card .wrapper {
        padding: 50px
    }
}

@media screen and (min-width:1279.98px) {
    .about .container {
        gap: 120px
    }

    .services_slider-slide {
        gap: 60px
    }

    .services_slider-slide .media {
        width: 600px
    }

    .services_slider-slide .main {
        width: calc(100% - 660px)
    }

    .features_content {
        grid-template-columns: repeat(3,1fr)
    }

    .features_card-description,.features_card-title {
        max-width: unset
    }
}

.reviews_header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.reviews_slider {
    margin-top: 30px
}

.reviews_slider-slide {
    background: #f8f8f8;
    padding: 30px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.reviews_slider-slide .main {
    margin: 30px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.reviews_slider-slide .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-family: Archivo,sans-serif
}

.reviews_slider-slide .media_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    line-height: 1
}

.reviews_slider-slide .media_info .name {
    font-weight: 600;
    font-size: 18px
}

.reviews_slider-slide .media_info .details {
    font-weight: 500;
    text-transform: uppercase;
    color: #202c38;
    font-size: 14px
}

@media screen and (min-width:567.98px) {
    .reviews_slider-slide {
        padding: 30px
    }
}

@media screen and (min-width:767.98px) {
    .reviews_header {
        margin-bottom: 0
    }

    .reviews_header-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .reviews_slider {
        margin-top: 40px
    }

    .reviews_slider-slide {
        padding: 40px
    }

    .reviews_slider-slide .media_info {
        gap: 10px
    }
}

@media screen and (min-width:1023.98px) {
    .reviews_slider-slide {
        padding: 60px 40px 60px 60px
    }

    html[dir=rtl] .reviews_slider-slide {
        padding: 60px 60px 60px 40px
    }
}

.footer {
    width: 100%;
    background-color: #969699;
    color: white;
    padding: 50px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    flex: 1 1 calc(25% - 40px);
    min-width: 200px;
    margin: 20px;
}

.footer-section h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-section p,
.footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.subscribe-form {
    border-radius: 7px;
    background: white;
    color: #000000;
    display: flex;
    margin-top: 10px;
}

.subscribe-form input {
    flex: 1;
    font-size: 15px;
    padding: 4px;
    border: none;
    border-radius: 4px 0 0 4px;
}

.subscribe-form button {
    margin-left: 24px;
    padding: 10px;
    border: none;
    background-color: #bbb;
    color: white;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-form button:hover {
    background-color: #ddd;
}

.subscribe-form button i {
    font-size: 16px;
    /* Adjust the size of the icon */
}

.footer-bottom {
    text-align: center;
    padding: 20px;
    border-top: 0.5px solid rgb(255, 255, 255);
}

.social-icons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 24px;
}

.social-icons a:hover {
    color: #b30f12;
}

.social-icons img {
    width: 30px;
    height: 30px;
}

@media (max-width: 992px) {
    .footer-section {
        flex: 1 1 calc(50% - 40px);
    }
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        flex: 1 1 100%;
        margin: 10px 0;
    }

    .footer-section h3 {
        font-size: 18px;
    }

    .footer-section p,
    .footer-section ul {
        font-size: 14px;
    }
}

/* End Footer */
[class="about section"]{
    background-color: #b30f12;
}
.highlightt{
    color: #b30f12;
}
ol{
    color: black;
}
.header_nav {
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
}
.header_nav a {
    color: rgb(255, 254, 254);
    transition: color 0.3s;
    font-family: sans-serif !important;
    font-size: 16px;
    font-weight: 600;
}
.header_nav.scrolled {
    color: rgb(0, 0, 0) !important;
}

.header_nav.scrolled a {
    color: black !important;
}
.header_nav .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.1); 
}

.header_nav .dropdown-item {
    color: rgb(0, 0, 0);
}

/* navbar of About page */
.container.d-flex{
    display: flex;
    background-color: #fff;
    height: 66px;
    width: 972px;
    position: relative;
    bottom: 63px;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 15px 30px !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(160, 13, 15);
    border-image: initial;
    border-radius: 50px;
    padding: 0px;
    height: 54px;
    opacity: .8;

}

@media (max-width: 1025px) {
    .container.d-flex {
        visibility: hidden;
    }
}
@media (max-width: 1366px) {
    .section_header .subtitle {
        padding-left: 175px;
    }
}
@media (max-width: 325px) {
    h3 {
        font-size: 20px;
    }
    .quote_header-icon {
        width: 138px;
    }
    .lazy {
        width: 94%;
    }
}
@media (max-width: 1024px) {
    .lazy {
     width: 94%;
}
}

@media (max-width: 768px) {
    .section_header {
        margin-bottom: 0;
    }
}

@media (max-width: 361px) {
    .features_card .wrapper {
    margin-left: -17px;
}
}
@media (max-width: 344px) {
    .features_card .wrapper {
        width: 291px;
    }
}



:root{
  --background-dark: #2d3548;
  --text-light: rgba(255,255,255,0.6);
  --text-lighter: rgba(255,255,255,0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200:root{
  --background-dark: #2d3548;
  --text-light: rgba(255,255,255,0.6);
  --text-lighter: rgba(255,255,255,0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}


.hero-section{
  align-items: flex-start;
  background-image: linear-gradient(15deg, #0f4667 0%, #2a6973 150%);
  display: flex;
  min-height: 100%;
  justify-content: center;
  padding: var(--spacing-xxl) var(--spacing-l);
}

.card-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 100%;
}

@media(min-width: 540px){
  .card-grid{
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media(min-width: 960px){
  .card-grid{
    grid-template-columns: repeat(4, 1fr); 
  }
}

.card{
  list-style: none;
  position: relative;
}

.card:before{
  content: '';
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.card__background{
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-l);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  trsnsform: scale(1) translateZ(0);
  transition: 
    filter 200ms linear,
    transform 200ms linear;
}

.card:hover .card__background{
  transform: scale(1.05) translateZ(0);
}

.card-grid:hover > .card:not(:hover) .card__background{
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}



.card__heading{
  color: var(--text-lighter);
  font-size: 1.9rem;
  text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
  line-height: 1.4;
  word-spacing: 100vw;
  }px;
}

.hero-section{
  align-items: flex-start;
  background-color: #b30f12;
  display: flex;
  min-height: 100%;
  justify-content: center;
  padding: var(--spacing-xxl) var(--spacing-l);
}

.card-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 100%;
}

@media(min-width: 540px){
  .card-grid{
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media(min-width: 960px){
  .card-grid{
    grid-template-columns: repeat(4, 1fr); 
  }
}

.card{
  list-style: none;
  position: relative;
}

.card:before{
  content: '';
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.card__background{
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-l);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  trsnsform: scale(1) translateZ(0);
  transition: 
    filter 200ms linear,
    transform 200ms linear;
}

.card:hover .card__background{
  transform: scale(1.05) translateZ(0);
}

.card-grid:hover > .card:not(:hover) .card__background{
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.features_card--alt .wrapper {
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 60px;
    border-color: rgb(179, 15, 18);
    border-image: initial;
    transition: border-color 0.3s ease-in-out;
 }
 .features_card {
    position: relative !important;
    z-index: 1 !important;
    border-radius: 60px;
    will-change: transform !important;
    transition: transform 0.3s, box-shadow 0.3s, z-index 0.3s !important;
} 
.features_card:hover {
    transform: translateY(-15px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3) !important;
    z-index: 10 !important;
    border-radius: 60px;

}
.features_card--alt .wrapper:hover {
    border-color: #969696;
    border-radius: 60px;
}
#scrollTrigger {
    border-radius: 50px !important;
}
.header_nav-list .login-button i {
    position: relative;
    left: 3px;
}
.footer_img {
    width: 105px;
    margin-left: 176px;
    margin-bottom: -49px;
}
 .header_nav-list a {
  text-decoration: none;
  color: #696969 !important;
  position: relative;
  top: 11px;
  font-weight: bold;
  transition: color 0.3s;
}

/* underline element */
.header_nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px; /* space between text and underline */
  width: 0;
  height: 2px;
  background-color: currentColor; /* same as text color */
  transition: width 0.3s ease;
}

.header_nav-list a:hover {
  color: black !important;
}

.header_nav-list a:hover::after {
  width: 100%;
}
.navbar.scrolled .nav-links li a {
    color: black !important; /* Change text color on scroll */
}
.tra{
    position: relative;
    left: 58px !important;
    bottom: 4px;
    display: inline-block;
    padding: 13px;
    background-color: #ffffffb3;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 2px;
    overflow: hidden;
    font-weight: 600;
    font-size: 15px;
    font-family: sans-serif;
    border-radius: 14px;
}
.tra:hover{
    background: #969696;
    color: #050801;
    box-shadow: 0 0 5px #969696,
                0 0 25px #969696,
                0 0 50px #969696,
                0 0 200px #969696;
     -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
}
.tra:nth-child(1){
    filter: hue-rotate(270deg);
}
.tra:nth-child(2){
    filter: hue-rotate(110deg);
}
.tra span{
    position: absolute;
    display: block;
}
.tra span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#969696);
    animation: animate1 1s linear infinite;
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
.tra span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#969696);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
.tra span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#969696);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}


.tra span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#969696);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}
@media (max-width: 366px) {
  .tra {
    font-size: 12px;
  }
}