@font-face {
    font-family: lazi;
    src: url("../fonts/lazi-font.otf");
}

:root {
    --text-color: #5d6063;
    --red-color: #df2b2a;
    --white-color: #fff;
    --about-count-bg: #e9f0fb;
    --blue-color: #444391;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul:not(.fullstory-text *) {
    list-style: none;
}

li:not(.fullstory-text *) {
    list-style-type: none;
}

a:not(.fullstory-text *) {
    text-decoration: none;
}

::-moz-selection {
    background-color: var(--blue-color);
    color: var(--white-color);
}

::selection {
    background-color: var(--blue-color);
    color: var(--white-color);
}

::-webkit-scrollbar-track {
    background: var(--white-color);
}

::-webkit-scrollbar-thumb {
    background: var(--blue-color);
}

::-webkit-scrollbar {
    width: 6px;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font-family: lazi;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-feature-settings: "case" on;
    overflow: hidden;
}

/* Basic Css */
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.container .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}

.container .wrappper {
    gap: 30px;
}

.container .wrapper .sec-title {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 3% 0 0;
    color: #555e70;
    font-size: 24px;
    font-feature-settings: "case" on;
    text-align: center;
}

.container .wrapper .sec-hr {
    width: 100%;
    position: relative;
    margin: 10px 0 3%;
}

.container .wrapper .sec-hr .sec-hr-1 {
    width: 50px;
    height: 6px;
    background: var(--red-color);
    margin: auto;
    position: relative;
}

section {
    padding: 6% 0 0;
}

/* Header */
header {
    padding: 20px 15px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--white-color);
    width: 100%;
    position: relative;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

header.sticky-active {
    position: sticky;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDownHeader;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDownHeader;
}

header .logo {
    width: 147px;
}

header nav {
    font-size: 15px;
    display: flex;
    width: 80%;
}

header nav > ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav > ul > li {
    position: relative;
}

header nav > ul > li > a {
    display: block;
    padding: 8px 12px !important;
    color: var(--text-color);
    position: relative;
    transition: 0.3s ease;
}

header nav > ul > li > a::before {
    transform: scaleX(0);
    transform-origin: bottom right;
}

header nav > ul > li > a:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

header nav > ul > li > a:hover {
    color: var(--white-color);
}

header nav > ul > li > a::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: hsl(240.77deg 36.79% 41.57%);
    z-index: -1;
    transition: transform 0.3s ease;
}

/* Language Change */
.hed-3 {
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    text-align: center;
    color: #222;
    margin-left: auto;
}

.for-ena-5 {
    width: 100%;
    position: absolute;
    margin: 0px 0px 0px 0px;
    float: left;
}

.for-ena-2 {
    width: 100%;
    float: left;
}

.for-ena-11 {
    top: 18px;
    width: 11px;
    height: 6px;
    display: inline-block;
    position: absolute;
    background: url(https://hotelpark.ge/templates/ge-1/images/icon-22.svg) center no-repeat;
    margin: 0px 5px 0px 0px;
    right: 10px;
}

.for-ena-7:hover .tu-ena {
    opacity: 100%;
    margin-top: -25px !important;
    opacity: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    visibility: visible;
}

.for-ena-7 .tu-ena {
    border-top: 10px rgb(255 255 255 / 0%) solid;
    opacity: 0%;
    position: absolute;
    float: left;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    visibility: hidden;
}

.for-ena-7 {
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;
    z-index: 1;
}

.tu-ena.van-ena .for-ena-2 {
    box-shadow: 0px 1px 0px 0px #ddd !important;
}

.for-ena-9 img {
    width: 25px;
    float: left;
    margin: 8px 7px 0px 1px;
    line-height: 39px;
    font-size: 13px;
    font-family: lazi;
}

.for-ena-10 {
    float: left;
    margin: 0px 10px 0px 0px;
    line-height: 43px;
    font-size: 14px;
    font-family: lazi;
}

.for-ena-9 {
    margin: 0px 12px;
}

.for-ena-8 {
    cursor: pointer;
    position: relative;
    width: 100%;
    border: 0px #cbcbcb solid;
    height: 43px;
    margin: 0px 0px 15px 0px;
    line-height: 46px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body .tu-ena.van-ena .for-ena-5 select {
    height: auto;
}

.tu-ena.van-ena .for-ena-a.for-ena-2::before {
    height: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.tu-ena.van-ena .for-ena-5 option,
.tu-ena.van-ena .for-ena-3,
.tu-ena.van-ena .for-ena-2 {
    width: 100%;
    height: 40px;
    border-left: 0px solid rgb(255 255 255 / 0%);
}

.smartphone-ena .for-ena-5 select {
    cursor: pointer;
}

body .smartphone-ena .for-ena-5 option {
    background-color: #fff;
    border-left: 0px solid rgb(255 255 255 / 0%);
    text-align: left;
    font-size: 15px !important;
    color: #222;
}

.van-ena .for-ena-a.for-ena-2 {
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
    opacity: 100%;
}

.van-ena .for-ena-2:hover {
    cursor: pointer;
}

.for-ena-6 {
    color: #38363d;
    float: left;
    margin: 0px 10px 0px 0px;
    line-height: 42px;
    font-size: 13px;
    font-family: lazi;
}

.van-ena img {
    line-height: 0px;
    width: 24px;
    float: left;
    margin: 9.4px 9px 0px 12px;
}

.van-ena .for-ena-5 option,
.van-ena .for-ena-3,
.van-ena .for-ena-2 {
    width: 68px;
    height: 40px;
    border-left: 0px solid rgb(255 255 255 / 0%);
}

.for-ena-5 option,
.for-ena-3,
.for-ena-2 {
    width: 45px;
    height: 40px;
}

.for-ena-5 select {
    border: 0px rgb(255 255 255 / 0%) solid !important;
}

.for-ena-5 select:focus {
    border: 0px rgb(255 255 255 / 0%) solid !important;
}

body .for-ena-5 option {
    padding: 0px 0px !important;
    border-radius: 0px;
    background-color: #fff;
    border-left: 0px solid rgb(255 255 255 / 0%);
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 0px !important;
    color: rgb(255 255 255 / 0%);
}

body .for-ena-5 option:checked {
    opacity: 0.5;
}

body .for-ena-5 select {
    height: 40px;
    line-height: 40px;
    padding: 0px;
    vertical-align: middle;
    border-radius: 0px;
    background: rgb(255 255 255 / 0%) !important;
    border-left: 1px solid #d7d7d7;
    float: left;
}

body .for-ena-5 select {
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0px;
    opacity: 0;
}

.for-ena-a.for-ena-2 {
    background-color: #f7f7f7;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.for-ena-a.for-ena-2::before {
    height: 3px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.for-ena-5 {
    width: 100%;
    position: absolute;
    margin: 0px 0px 0px 0px;
    float: left;
}

.for-ena-3 {
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    position: relative;
    float: left;
}

.for-ena-2 {
    text-align: center;
    line-height: 50px;
    position: relative;
    margin: 0px 0px 0px 0px;
    float: left;
}

.for-ena-1 {
    box-shadow: 0px 0px 10px 1px rgb(5 33 42 / 25%);
    background-color: #fff;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    float: left;
    overflow: hidden;
    border-radius: 5px;
}

.for-ena-0 {
    width: 100%;
    position: relative;
    margin: 5px 0px 10px 0px;
    float: left;
}

/* Hamburger Menu */
.hamburger-menu-button {
    width: 40px;
    height: 40px;
    padding: 6px;
    display: none;
    position: relative;
    background-color: var(--white-color);
    z-index: 100;
    border: 5px solid var(--white-color);
    box-sizing: content-box;
    border-radius: 50%;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    outline: 0;
}

.hamburger-menu-button-open {
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
}

.hamburger-menu-button-open,
.hamburger-menu-button-open::after,
.hamburger-menu-button-open::before {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #000;
    border-radius: 4px;
    transition: 0.3s;
}

.hamburger-menu-button-open::after,
.hamburger-menu-button-open::before {
    left: 0;
    content: "";
}

.hamburger-menu-button-open::before {
    top: 6px;
}

.hamburger-menu-button-open::after {
    bottom: 6px;
}

.hamburger-menu-button-close {
    background: 0 0;
    transform: rotate(180deg);
}

.hamburger-menu-button-close::before {
    transform: translateY(-6px) rotate(45deg);
}

.hamburger-menu-button-close::after {
    transform: translateY(6px) rotate(-45deg);
}

/* Main Slider */
.main-swiper-slider {
    height: 600px;
    width: 100%;
    overflow: hidden;
}

.swiper-slide:not(.swiper-slide-active) > .inner {
    display: none;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    border: 0 solid white;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background: var(--red-color);
    border: 0 solid var(--red-color);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--white-color);
}

.main-swiper-slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        to bottom,
        rgba(14, 29, 51, 0.8),
        rgba(14, 29, 51, 0.2)
    );
}

.main-swiper-slider .inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-align: center;
}

.main-swiper-slider .subtitle {
    font-size: 2.2rem;
    line-height: 1.2em;
    font-weight: 200;
    font-style: italic;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}

.main-swiper-slider .title {
    font-size: 3rem;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.main-swiper-slider .inner .btnn {
    border: 1px solid var(--white-color);
    padding: 14px 18px;
    text-transform: uppercase;
    font-family: lazi;
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: var(--white-color);
    text-decoration: none;
    transition: all 0.2s ease;
}

.main-swiper-slider .inner .btnn:hover {
    background: var(--white-color);
    color: #000;
}

/* About */
section.about {
    background: var(--white-color);
    width: 100%;
    display: block;
}

section.about .about-3 {
    width: 44%;
    position: relative;
    overflow: hidden;
}

section.about .about-12 {
    width: 52%;
}

section.about .about-12 .about-13 {
    background: url(../images/icon-19.svg) 90px top no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    margin-bottom: 6%;
}

section.about .about-12 .about-13 .about-14 {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 10px;
    background: url(../images/lazi-icon.svg) center no-repeat #f3f3f3;
}

section.about .about-12 .about-13 .about-15 {
    width: 84%;
    position: relative;
    margin-bottom: 0;
}

section.about .about-12 .about-13 .about-15 h2 {
    margin: 14px 0 2px;
    width: 100%;
    position: relative;
    color: #2a292e;
    font-style: normal;
    font-weight: 800;
    font-size: 27px;
    font-feature-settings: "case" on;
}

section.about .about-12 .about-13 .about-15 .about-17 {
    width: 100%;
    position: relative;
    color: var(--red-color);
    font-feature-settings: "case" on;
}

section.about .about-12 .about-19 {
    width: 100%;
    font-size: 1rem;
    position: relative;
    line-height: 24px;
    color: var(--text-color);
    font-weight: normal;
    letter-spacing: 0.02em;
    font-feature-settings: 'case' on;
    font-style: normal;
}

/* About Counter */
section.about .about-in-1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.about .about-in-1 .about-in-2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 20px;
}

section.about .about-in-1 .about-in-2 .about-in-3 {
    margin-top: 45px !important;
    color: #2a292e;
    position: relative;
    padding-bottom: 35px;
    background: var(--about-count-bg);
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    width: 100%;
}

section.about .about-in-1 .about-in-2 .about-in-3:hover .about-in-5 {
    background-color: var(--red-color) !important;
}

section.about .about-in-1 .about-in-2 .about-in-3 .about-in-4 {
    width: 100%;
    position: relative;
    margin: -35px 0 0;
}

section.about .about-in-1 .about-in-2 .about-in-3 .about-in-4 .about-in-5 {
    width: 70px;
    height: 70px;
    background-color: var(--blue-color);
    border-radius: 100px;
    position: relative;
    margin: auto;
    box-shadow: 0 0 0 7px var(--white-color);
    transition: 0.3s;
}

section.about
.about-in-1
.about-in-2
.about-in-3
.about-in-4
.about-in-5
.about-in-01 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.about
.about-in-1
.about-in-2
.about-in-3
.about-in-4
.about-in-5
.about-in-01
i {
    color: var(--white-color);
    font-size: 25px;
}

section.about .about-in-1 .about-in-2 .about-in-3 .about-in-6 {
    width: 100%;
    position: relative;
    margin: 20px 0 5px;
    font-size: 40px;
}

section.about .about-in-1 .about-in-2 .about-in-3 .about-in-7 {
    font-size: 17px;
    width: 100%;
    position: relative;
    color: #2a292e;
    transition: 0.3s;
}

section.about .about-in-1 .about-in-2 .about-in-3:hover {
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.199) 0 0 10px;
}

/* Our Products */
section.chooseus,
section.ourpartners,
section.project,
section.profilesection {
    padding: 0 0 6%;
    position: relative;
}

section.chooseus::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url("../images/download.svg");
    background-attachment: fixed;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
    opacity: 0.2;
}

section.project .swiper {
    width: 100%;
    height: 100%;
}

section.project .swiper .swiper-slide {
    font-size: 18px;
    background: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.card .card_image {
    height: 185px;
    width: 100%;
}

.card .card_image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card {
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    
    
    /*! min-height: 385px; */
}

.card .card_content {
    padding: 1rem;
    background-color: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.card .card_content .btn-2 {
    color: #333;
    padding: 0.8rem;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 400;
    font-family: lazi;
    display: block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 1px solid rgba(176, 176, 176, 0.24);
    background: 0 0;
    transition: 0.4s;
    margin-top: auto;
}

.card .card_content .btn-2:hover {
    background-color: var(--blue-color);
    color: var(--white-color);
    transition: 0.4s;
}

.card .card_content .card_title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.card .card_content .card_text,
.card .card_content p {
    color: #333;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 400;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex-grow: 1;
}

/* Choouse Us */
section.chooseus .chooseus-lists {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

section.chooseus .chooseus-list {
    position: relative;
    margin-bottom: 30px;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
}

section.chooseus .chooseus-list .whychooseus::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -1px;
    left: -1px;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    -webkit-transform-origin: left;
    transform-origin: left;
    background: var(--white-color);
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
    z-index: 1;
}

section.chooseus .chooseus-list .whychooseus:hover::after {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 401px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

section.chooseus .chooseus-list .whychooseus:hover span i,
section.chooseus .chooseus-list .whychooseus:hover .numbering,
section.chooseus .chooseus-list .whychooseus:hover .title {
    color: var(--white-color);
}

section.chooseus .chooseus-list .whychooseus {
    position: relative;
    display: block;
    padding: 50px 45px;
    background: var(--red-color);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    transition: all 500ms ease;
}

section.chooseus .chooseus-list .whychooseus span {
    position: absolute;
    right: 45px;
    top: 5%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 2;
}

section.chooseus .chooseus-list .whychooseus span i {
    /* width: 88px; */
    height: 100px;
    border-radius: 10px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: var(--blue-color);
    transition: 0.5s;
}

section.chooseus .chooseus-list .whychooseus p.numbering {
    font-size: 20px;
    font-weight: 700;
    color: var(--red-color);
    transition: 0.5s;
    position: relative;
    align-self: flex-end;
    z-index: 2;
}

section.chooseus .chooseus-list .whychooseus h2.title {
    position: relative;
    margin: 0;
    margin-top: 90px;
    font-size: 20px;
    text-transform: uppercase;
    color: #2f4050;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1em;
    max-width: 110px;
    z-index: 2;
}

.inner-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.inner-row .text-area {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
}

.inner-row .text-area h2 {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 0.9em;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
}

.inner-row .text-area .lower-text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #999b9f;
    font-family: lazi;
    padding: 30px 0px 0px;
}
/* Footer */
footer {
    width: 100%;
    position: relative;
    overflow: hidden;
}

footer .footer-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #dbe1ea;
    width: 100%;
    padding-bottom: 10px;
}

footer .footer-2,
footer .footer-3 {
    display: flex;
    padding: 20px;
    width: 100%;
}

footer .footer-1 .footer-logo {
    width: 150px;
}

footer .footer-1 .info-start {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

footer .footer-1 .info-start i {
    background-color: var(--blue-color);
    padding: 14px;
    color: var(--white-color);
    font-size: 20px;
    border-radius: 10px;
}

footer .footer-1 .info-start .foot-info-text h1 {
    font-size: 15px;
}

footer .footer-1 .info-start .foot-info-text span {
    font-size: 12px;
}

footer .footer-2 {
    align-items: center;
    justify-content: space-between;
}

footer .footer-2 .foot-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}

footer .footer-2 .foot-menu li a {
    display: block;
    padding: 12px;
    color: #505050;
    position: relative;
    transition: 0.3s ease;
}

footer .footer-2 .foot-menu li a::before {
    transform: scaleX(0);
    transform-origin: bottom right;
}

footer .footer-2 .foot-menu li a:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

footer .footer-2 .foot-menu li a:hover {
    color: var(--white-color);
}

footer .footer-2 .foot-menu li a::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: hsl(240.77deg 36.79% 41.57%);
    z-index: -1;
    transition: transform 0.3s ease;
}

footer .footer-2 .site-counter div {
    width: 88px;
    height: 31px;
    border: 1px solid #94989c;
}

footer .footer-3 {
    align-items: center;
    justify-content: space-between;
    background-color: #dbe1ea;
    font-size: 13px;
}

footer .footer-3 span a {
    color: var(--blue-color);
}

footer .footer-3 span a:hover {
    text-decoration: underline;
}

.wrapper2 {
    display: grid;
    gap: 1rem;
    padding: 60px 15px;
}

.ttm-page-title-row {
    background: url("../images/pagetitle-bg.webp")
        center/cover;
    width: 100%;
    height: 200px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-1,
.product-1 > ul li label,
.product-1 > ul li span {
    background-color: #fbfbfb;
    position: relative;
}

.breadcrumb-wrapper,
.nav-load a {
    display: inline-block;
    text-align: center;
    color: var(--white-color);
}

.ttm-page-title-row-inner {
    width: 100%;
    text-align: center;
    position: relative;
    color: var(--white-color);
    padding: 2px;
}

.breadcrumb-wrapper {
    position: read-only;
    z-index: 99;
    padding: 10px 25px 10px 0;
}

.breadcrumb-wrapper .speedbar .over a {
    color: var(--white-color);
}

#nav-load span {
    display: none;
    float: left;
    transform: skewX(15deg) !important;
}

.nav-load {
    text-align: center;
    font-size: 0px;
}

.bottom-nav {
    width: 100%;
    margin: 1% 0;
}

.nav-load a:hover {
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    background: #f33538;
}

.nav-load a:hover .fa-refresh {
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.nav-load a {
    font-feature-settings: "case" on;
    transform: skewX(-15deg);
    border-radius: 5px;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: -0.5px;
    cursor: pointer;
    background: #ea1e21;
    font-family: lazi;
}

.addform-5,
.form-group label {
    font-feature-settings: "case" on;
}

.fullstory-l {
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 7%);
    margin: 60px 0;
}

.fullstory-l .fullstory-in .title {
    text-align: center;
    margin: 10px 0 25px;
    letter-spacing: 0.3px;
    font-family: lazi;
    font-weight: 700;
    font-size: 25px;
}

.fullstory-l .fullstory-in .fullstory-text {
    text-transform: capitalize;
    line-height: 1.3;
    font-family: lazi;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 20px;
    overflow: hidden;
}

.fullstory-l .fullstory-in .fullstory-text * {
    margin: revert;
    padding: revert;
}

.fullstory-l .fullstory-in .fullstory-sec-title {
    font-size: 11px;
    padding: 10px 0;
    border-left: 3px solid var(--blue-color);
    margin-bottom: 15px;
    background: linear-gradient(to right, #f9f9f9, var(--white-color));
    width: 100%;
    opacity: 0.9;
}

.fullstory-l .fullstory-in .fullstory-sec-title h1 {
    margin-left: 10px;
}

.fullstory-main-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.fullstory-main-img img {
    width: 100%;
}

.product-1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.product-1 ul {
    width: 40%;
}

.product-1 > ul li {
    list-style: none;
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.product-1 > ul li::before {
    content: "";
    position: absolute;
    width: 99%;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px dashed #515151;
    z-index: 1;
}

.product-1 > ul li label {
    padding-right: 10px;
    z-index: 2;
}

.product-1 > ul li span {
    float: right;
    padding-left: 10px;
    z-index: 2;
}

.relnews {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: calc(100% - 0px);
}

.relnews .card {
    flex: 1;
}

.photo-gallery {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
}

.photo-gallery .gallery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: flex-start;
}

.addform-5 {
    width: 100%;
    position: relative;
    float: left;
    margin: 0 0 15px;
    font-family: font-3;
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #3f4348;
}

.form-group.combo > .combo_field {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form_submit {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

ul.ui-form {
    padding: 0;
    margin: 0;
}

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

.grouppp2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}

.form-group label {
    font-size: 15px;
    display: block;
    margin-bottom: 0.7em;
    color: #4f545c;
}

.imp:after {
    content: "*";
    margin: 0 0 0 3px;
    color: #e85319;
    font-size: 15px;
}

.inner-container .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-title {
    position: relative;
    padding-bottom: 40px;
}

.sec-title .title {
    position: relative;
    color: var(--blue-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
    padding: 0 20px;
    z-index: 2;
}

.sec-title .title:before {
    position: absolute;
    content: "";
    right: -25px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: var(--blue-color);
    z-index: 0;
}

.sec-title h2 {
    position: relative;
    color: #252525;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5em;
    display: block;
    padding: 0 20px;
}

.contact-page-section {
    position: relative;
    padding-top: 80px;
}

.contact-page-section .inner-container {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 5%);
    height: 100%;
}

.contact-page-section .form-column {
    position: relative;
    padding: 0 15px;
    width: 62%;
    flex: 0 0 62%;
}

.contact-page-section .form-column .inner-column {
    position: relative;
    background-color: var(--white-color);
    width: 100%;
    height: 100%;
    padding: 20px;
}

.contact-page-section .form-column .inner-column input,
.contact-page-section .form-column .inner-column textarea{
    padding: 13px;
    outline: none;
}

.contact-page-section .info-column {
    position: relative;
    background-color: var(--blue-color);
}

.contact-page-section .info-column .inner-column {
    position: relative;
    padding: 60px 35px;
}

.contact-page-section .info-column h2 {
    position: relative;
    color: var(--white-color);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 45px;
}

.contact-page-section .info-column .list-info {
    position: relative;
    margin-bottom: 60px;
}

.contact-page-section .info-column .list-info .ic-te-block {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    color: var(--white-color);
    margin-bottom: 40px;
}

.contact-page-section .info-column .list-info .ic-te-block i {
    color: var(--white-color);
    font-size: 30px;
}

.social-icon-four {
    position: relative;
}

.social-icon-four li {
    position: relative;
    margin-right: 18px;
    display: inline-block;
}

.social-icon-four li.follow {
    color: var(--white-color);
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.social-icon-four li a {
    position: relative;
    font-size: 20px;
    color: var(--white-color);
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.social-icon-four li a:hover {
    color: var(--red-color);
}

.box_in {
    padding: 40px 20px;
    box-shadow: 0 0 8px rgb(0 0 0 / 7%);
    width: 100%;
}

.box_in .title {
    margin-bottom: 30px;
    font-size: 20px;
    margin-left: 10px;
}

.contact_maps {
    width: 100%;
    margin-bottom: 50px;
}

.contact_maps .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Back To Top */
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.back-to-top.show {
    bottom: 30px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 999;
}
.back-to-top a {
    color: var(--blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--white-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.back-to-top a:hover {
    background: var(--blue-color);
    color: var(--white-color);
}

/*.about-3 {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 10px;
position: relative;
}

.about-3 > div {
width: 100%;
aspect-ratio: 1.5 / 1;
background: red;
border-radius: 8px;
overflow: hidden;
}

.about-3 .video {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 64%;
box-shadow: 0 0 10px #fefefe;
}
.about-3 .video iframe, .about-3 .video video {
height: 100%;
width: 100%;
}*/

.video-content {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    z-index: 99;
}

.video-content:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 20px;
    width: 100%;
    height: 100%;
    background: var(--blue-color);
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
.loader-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999;
    background: var(--white-color);
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    visibility: visible;
    transition: 0.2s ease;
}

.loader-wrapper.loaded {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.loader-wrapper .loader {
    position: relative;
}
.loader-wrapper .loader p.name {
    position: absolute;
    top: 0;
    display: flex;
    color: #c01f25;
    font-size: 53px;
    justify-content: center;
    z-index: 10;
    margin-left: 54px;
    top: -20px;
    letter-spacing: 13.5px;
    font-weight: 600;
    line-height: unset;
}
.loader-wrapper .loader p.name span {
    animation: 0.5s zoomIn ease;
    animation-fill-mode: both;
}
.loader-wrapper .loader p.name span:nth-child(1) {
    animation-delay: 1.56s;
}
.loader-wrapper .loader p.name span:nth-child(2) {
    animation-delay: 1.62s;
}
.loader-wrapper .loader p.name span:nth-child(3) {
    animation-delay: 1.68s;
}
.loader-wrapper .loader p.name span:nth-child(4) {
    animation-delay: 1.74s;
}
.loader-wrapper .loader p.name span:nth-child(5) {
    animation-delay: 1.8s;
}
.loader-wrapper .loader p.name span:nth-child(6) {
    animation-delay: 1.86s;
}
.loader-wrapper .loader p.name span:nth-child(7) {
    animation-delay: 1.92s;
}
.loader-wrapper .loader p.name span:nth-child(8) {
    animation-delay: 1.98s;
}
.loader-wrapper .loader p.name span:nth-child(9) {
    animation-delay: 2.04s;
}
.loader-wrapper .loader .bg {
    background: #29296f;
    height: 210px;
    width: 200px;
    position: relative;
    animation: 0.5s zoomIn ease;
    animation-fill-mode: both;
}
.loader-wrapper .loader .bg:before {
    content: "";
    position: absolute;
    transform: translateY(-100%);
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 60px solid #29296f;
}
.loader-wrapper .loader .bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 100%;
    background: #c01f25;
    animation: 1s zoomInLeft ease;
    animation-fill-mode: both;
    animation-delay: 0.8s;
}
.loader-wrapper .loader .bg .squares {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    z-index: 1;
    margin-left: 50px;
    width: 110px;
    gap: 10px;
    padding-top: 44px;
}
.loader-wrapper .loader .bg .squares:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #29296f;
}
.loader-wrapper .loader .bg .squares > div {
    background: var(--white-color);
    height: 55px;
    animation: 0.5s zoomIn ease;
    animation-fill-mode: both;
}
.loader-wrapper .loader .bg .squares > div:nth-child(1) {
    animation-delay: 200ms;
}
.loader-wrapper .loader .bg .squares > div:nth-child(2) {
    animation-delay: 400ms;
}
.loader-wrapper .loader .bg .squares > div:nth-child(3) {
    animation-delay: 600ms;
}
.loader-wrapper .loader .bg .squares > div:nth-child(4) {
    animation-delay: 800ms;
}
.loader-wrapper .loader p.text {
    display: flex;
    color: #29296f;
    font-size: 35px;
    justify-content: center;
    font-weight: 600;
    line-height: unset;
}
.loader-wrapper .loader p.text span {
    animation: 0.5s zoomIn ease;
    animation-fill-mode: both;
}
.loader-wrapper .loader p.text span:nth-child(1) {
    animation-delay: 1.06s;
}
.loader-wrapper .loader p.text span:nth-child(2) {
    animation-delay: 1.12s;
}
.loader-wrapper .loader p.text span:nth-child(3) {
    animation-delay: 1.18s;
}
.loader-wrapper .loader p.text span:nth-child(4) {
    animation-delay: 1.24s;
}
.loader-wrapper .loader p.text span:nth-child(5) {
    animation-delay: 1.3s;
}
.loader-wrapper .loader p.text span:nth-child(6) {
    animation-delay: 1.36s;
}
.loader-wrapper .loader p.text span:nth-child(7) {
    animation-delay: 1.42s;
}
.loader-wrapper .loader p.text span:nth-child(8) {
    animation-delay: 1.48s;
}
.loader-wrapper .loader p.text span:nth-child(9) {
    animation-delay: 1.54s;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}

.berrors {
    margin: 3% 0;
    text-align: center;
}

/* Profiles Slider */
.swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 3%;
}
.profilesection .swiper-container .swiper-wrapper .swiper-slide {
    font-size: 18px;
    color: var(--white-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
}

.profilesection {
    width: 100%;
    height: 100%;
    position: relative;
    background: var(--white-color);
}
.profilesection:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* margin-left: -76px; */
}

.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .bordered-img {
    width: 350px;
    position: relative;
}

.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .bordered-img img {
    width: 100%;
    height: 100%;
    padding: 2px;
}

.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .bordered-img:before,
.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .bordered-img:after {
    content: "";
    border: 8px solid var(--white-color);
    width: 100%;
    height: 95%;
    position: absolute;
    display: block;
}
.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .bordered-img:after {
    border-color: var(--blue-color);
    top: 0;
    /* left: 2px; */
    width: 29%;
    right: -6px;
    border-left-width: 0;
}

.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .content-box .title {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    color: var(--dark-yellow);
    font-weight: bold;
    margin-left: 18px;
    text-align: center;
}
.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .content-box .title > span {
    color: var(--text-color);
    margin-right: 15px;
}

.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .tag-box {
    background: var(--blue-color);
    color: var(--white-color);
    border: 5px solid var(--white-color);
    width: 31%;
    height: 20%;
    position: absolute;
    left: -95px;
    top: 70px;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 0 22px #00000029;
}

.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .content-box .subtitle {
    font-size: 25px;
    color: #888;
    font-weight: 300;
    margin: 15px 0;
    margin-bottom: 50px;
    text-align: center;
}

.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .content-box .requirements {
    margin-bottom: 50px;
}

.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .content-box .requirements ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color);
    font-size: 14px;
    line-height: 2;
}

.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .content-box {
    position: relative;
    right: 0;
    flex: 0 0 33%;
    width: 33%;
    top: 0;
    text-align: center;
}

.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .content-box .btn-main {
    background: var(--blue-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    font-family: 'lazi';
    outline: none;
    border: none;
    position: relative;
    padding: 15px 40px;
    cursor: pointer;
}
.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .content-box .btn-main a {
    color: #fff;
}
.profilesection .swiper-container .swiper-wrapper .swiper-slide .slidebox .content-box .btn-main:before {
    content: "";
    width: 5px;
    background: var(--red-color);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.profilesection .swiper-container .slider-nav-wrapper {
    width: 10%;
    position: absolute;
    top: 85%;
    margin: auto;
    left: 0;
    right: 0;
}

.profilesection .swiper-container .swiper-button-next,
.profilesection .swiper-container .swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background: var(--blue-color);
    padding: 0px;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-position: center;
    padding: 3px;
    box-sizing: border-box;
}

.profilesection .swiper-container .swiper-button-next::after,
.profilesection .swiper-container .swiper-button-prev::after {
    font-size: 16px;
}

/* Project ShortStory */
.gallery-new {
    float: left;
    position: relative;
    margin: 20px 0px 0px 20px;
    width: 260px;
    height: 330px;
    line-height: 0px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(26, 30, 49, 0.10);
}

.gallery-new .gallery-new-img-1 img {
    width: 100% !important;
    line-height: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.gallery-new-hover.gallery-new .gallery-new-img-2 {
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out; 
    opacity: 0%;
    display: inline-block;
    transform: translateZ(0);
}

.gallery-new-2 {
    width: 100%;
    float: left;
    position: absolute;
    padding: 60px 0px 20px 0px;
    font-size: 14px;
    line-height: 20px;
    background: -moz-linear-gradient(top, rgb(255 0 0/0%) 0%, #000 100%);
    background: -webkit-linear-gradient(top, rgb(255 0 0/0%) 0%,#000 100%);
    background: linear-gradient(to bottom, rgb(255 0 0/0%) 0%,#000 100%);
    color: #fff;
    bottom: -100px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.gallery-new-3 {
    margin: 0px 15px;
}

.gallery-new-2 h2 {
    font-size: 15px;
    line-height: 20px;
}

.gallery-new:hover .gallery-new-img-1 img { 
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    transform: scale(1.1); 
}

.gallery-new:hover .gallery-new-img-1 { 
    animation-name:push;
    animation-duration:.3s;
    animation-timing-function:linear;
    animation-iteration-count:1;
}

@keyframes push {
    50%{
        transform:scale(1.1)
    }
    100%{
        transform:scale(1)
    }
}

.gallery-new-hover.gallery-new .gallery-new-img-1{
    position:relative;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    display: inline-block;
    transform: translateZ(0);
}

.gallery-new-hover.gallery-new:hover .gallery-new-img-2 { 
    opacity: 100%; 
    animation-name:push;
    animation-duration:.3s;
    animation-timing-function:linear;
    animation-iteration-count:1;
}

.gallery-new-hover.gallery-new .gallery-new-img-2 { 
    opacity: 0%; 
    display:inline-block;
    transform:translateZ(0)
}

@keyframes push{
    50%{transform:scale(1.1)
    }
    100%{transform:scale(1)
    }
}

.gallery-new-content img {
    width: 260px;
    height: 330px;
    object-fit: cover;
}

.gallery-new:hover .gallery-new-2 {
    bottom: 0px;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

/* Errors Page */
.eroris_main_contant {
    font-size: 15px;
    margin: 5% 0%;
    padding: 0% 0%;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}
.erroris_title {
    font-size: 20px;
    margin: 5px 0px 7px 0px;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #222;
    font-feature-settings: 'case' on;
}

.eroris_content {
    color: #6d747c;
    letter-spacing: 0px;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}
/* partners */
.slide_partner {
    display: flex;
    align-items: center;
    justify-content: center;
}