.addition-seo,
.navbar_submenu,
.no-scroll,
.overlay,
.submenu-2,
.video {
    overflow: hidden
}

.change .bar-2,
.overlay {
    opacity: 0
}
.das_yunu_xususi_a{
    height: 400px;
    position: relative;
    padding: 50px 40px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}
.das_yunu_xususi_a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #383838;
    opacity: 0.4;
}
.das_yunu_xususi img{
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 400px;
}
.das_yunu_xususi_a h1,.das_yunu_xususi_a h2{
    font-size: 22px;
    color: #fff;
    position: relative;
    z-index: 3;
}
.addition-seo {
    opacity: 0;
    position: absolute;
    visibility: hidden
}
.das_yunu_link{
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px 15px;
    color: #383838;
    width: fit-content;
    transition: .3s;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #383838;
}
.das_yunu_link:hover{
    opacity: 0.7;
}
.footer-copyright,
.footer-siteby {
    -webkit-font-smoothing: antialiased
}

#breadcrumb_section {
    background-repeat: no-repeat !important;
    background-size: cover !important
}

#FAQ,
#about-home,
#advantages,
#career_page,
#contact_us_home,
#feedback,
#map-section,
#mission_page,
#news,
#our_employees,
#partnors-home,
#partnors-slide,
#production,
#products,
#products-full,
#projects,
#static_page {
    padding: 40px 0
}
.all_products_area .swiper-slide,
.product-section-1 .swiper-slide {
    height: 430px;
}

#products-order-one {
    order: 1
}

.products-full-content h2 {
    display: none !important
}

#footer-row-2,
#products-order-two,
#row-3 {
    order: 3
}

#footer-row-4,
#products-order-three,
#row-5 {
    order: 2
}

.row {
    row-gap: 10px
}

.modal {
    top: 50%;
    transform: translateY(-40%)
}

.modal-body,
.modal-header {
    padding: 16px
}

.feedback-title,
.section-title {
    margin-bottom: 40px
}

.section-title h3 {
    font-size: 22px;
    color: var(--white);
    line-height: 1;
    text-align: start;
    margin: 0;
    font-weight: 500
}

#small_header {
    min-height: 80px;
    display: flex;
    padding: 5px 0;
    align-items: center
}

.header_all {
    position: absolute;
    z-index: 999;
    width: 100%
}

.header_all.header-open {
    background: #fff !important
}

.bar-1.open,
.bar-2.open,
.bar-3.open {
    background: #000;
    transition: .3s ease-in-out
}

.header_left a img.open-hamburger-img {
    transition: .3s ease-in-out;
    filter: invert(1)
}

.header_all.is-sticky {
    backdrop-filter: blur(10px);
    background: var(--header);
    animation: .55s ease-in-out slideDown;
    box-shadow: 0 5px 16px var(--box-shadow);
    position: fixed;
    top: 0;
    padding: 0
}

.header_all.is-sticky.open-sticky {
    background: #fff
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header_left,
.header_social_mode_apply,
.social-list-products ul {
    display: flex;
    align-items: center;
    gap: 10px
}

.language {
    width: max-content;
    position: relative;
    margin-right: 15px
}

.language .language_list {
    padding: 5px 8px;
    border-radius: 15px;
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #000;
    background-color: #f5f5f5;
    transition: .4s ease-in-out;
    border: 0;
    outline: 0
}

.language .language_dropdown li:hover,
.language .language_list:hover {
    background-color: #a5a4a4
}

.language .language_list span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center
}

.language .language_list span img {
    width: 24px;
    height: 24px;
    display: none;
    border-radius: 50%;
    margin-right: 5px
}

.language .language_list .arrow_language_image {
    margin: 0
}

.arrow_language_image i {
    transform: rotate(0);
    transition: .3s ease-in
}

.arrow_language_image i.rotate {
    transform: rotate(180deg);
    transition: .3s ease-out
}

.language .language_dropdown {
    width: max-content;
    position: absolute;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    border-radius: 10px;
    z-index: 1001;
    left: 0;
    top: 40px;
    display: none;
    overflow: hidden
}

.language .language_dropdown li {
    transition: .3s ease-in-out
}

.language .language_dropdown li a {
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 14px;
    display: flex;
    text-transform: uppercase;
    gap: 5px;
    color: #000;
    align-items: center
}

.language .language_dropdown li a img {
    width: 24px;
    height: 24px;
    filter: invert(0);
    border-radius: 30px
}

.header_left a {
    width: 100%;
    height: 100%;
    display: block
}

.footer-logo a img,
.footer-siteby a img,
.header_left a img {
    width: 100px;
    height: auto
}

.catalog_link,
.header_navbar_list,
.products-full-image {
    display: flex;
    align-items: center;
    justify-content: center
}

.header_navbar_list li {
    padding: 13px;
    line-height: 40px
}

.header_navbar_list li a {
    color: #fff;
    font-size: 14px;
    position: relative
}

.all_products_area,
.form-feedback-wrapper,
.header_navbar_list .navbar_item,
.navbar_submenu_item {
    position: relative
}

.navbar_submenu,
.submenu-2 {
    position: absolute;
    min-width: max-content;
    padding: 12px 16px;
    z-index: 555;
    border-radius: 4px;
    transition: .3s cubic-bezier(.175, .885, .32, 1.275);
    background-color: #fff;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    max-height: 0
}

.navbar_item:hover .navbar_submenu,
.navbar_submenu_item:hover .submenu-2 {
    opacity: 1;
    max-height: 300px;
    overflow: visible;
    visibility: visible;
    transition: opacity .3s ease-out;
    animation: .4s ease-in-out forwards rotateMenu;
    transform-origin: top center
}

.navbar_item:hover #angle_dropdown,
.navbar_submenu_item:hover #angle_dropdown-2 {
    transform: rotate(180deg);
    transition: .3s ease-out;
    top: 0
}

#angle_dropdown,
#angle_dropdown-2 {
    margin-left: 4px;
    position: relative;
    top: 2px;
    font-size: 14px;
    transition: .3s ease-in
}

@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg)
    }

    70% {
        transform: rotateX(20deg)
    }

    100% {
        transform: rotateX(0)
    }
}

.navbar_submenu {
    margin-top: 20px;
    top: 40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .12), 0 4px 4px rgba(0, 0, 0, .12), 0 8px 8px rgba(0, 0, 0, .12), 0 16px 16px rgba(0, 0, 0, .12)
}

.navbar_submenu li {
    padding: 5px 0;
    line-height: 2px;
    width: 100%
}

.navbar_submenu li a,
.navbar_submenu li a span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
    transition: .3s ease-in-out;
    color: #000;
    white-space: nowrap;
    text-wrap: nowrap;
}

.navbar_submenu li a:hover {
    opacity: .7
}

.navbar_submenu li a img {
    width: 24px;
    height: 24px
}

.submenu-2 {
    top: 0;
    right: -300px;
    box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px
}

.submenu-2-ing {
    right: -220px
}

.submenu-2-ru {
    right: -340px
}

#mobile-navbar,
.overlay {
    top: 90px;
    position: absolute
}

.submenu-3,
.submenu-4 {
    right: -328px
}

.employee-card .employee-bottom .employee-bottom-description .employee-works-container,
.header_right,
.header_social_mode_apply {
    display: flex;
    align-items: center
}

.navbar_social {
    display: none;
    align-items: center
}

.navbar_social li {
    margin: 0 5px
}

.navbar_social li a {
    color: #2b321d;
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    transition: .3s
}

.full-get-order_content .full_contact_info .mobile_number:hover,
.full-get-order_content .full_order_info .mobile_number:hover,
.navbar_social li a:hover {
    opacity: .8
}

.header__themeToggle {
    padding: .5rem;
    border-color: transparent;
    transition: all var(--global-transition-time) ease-in-out;
    background-image: url(/img/day-mode.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 3rem;
    width: 3rem;
    border-radius: 100%;
    background-color: transparent;
    cursor: pointer;
    display: inline;
    position: relative
}

.header__themeToggle.header__themeToggle--light {
    background-image: url(/img/moon.png)
}

.apply_for,
.blog_page_content-other br,
.card_career_list img,
.header_center,
.mission_text a img,
.mission_text img,
.mob_dropdown,
.mob_dropdown-2,
.static_text img {
    display: none
}

.apply_for button {
    font-weight: 500;
    padding: 14px 30px;
    height: 45px;
    display: flex;
    align-items: center;
    background: 0;
    outline: 0 !important;
    cursor: pointer;
    transition: .3s;
    position: relative;
    border-radius: 6px;
    border: 2px solid #fff;
    z-index: 1;
    color: #fff
}

#social-products,
.hamburger,
.production-static-image a,
.right-side a,
.turned,
.video {
    display: block
}

.active-btn {
    background: #000 !important
}

.apply_for button:after {
    content: "";
    background: #fff;
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background: #6d6767cc;
    transition: .3s
}

.apply_for button:hover {
    border: 2px solid #fff;
    color: #fff;
    border-color: #6d6767cc
}

.apply_for button:hover:after {
    top: auto;
    bottom: 0;
    height: 100%
}

.hamburger .hamburger_icon {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    border: 0;
    outline: 0;
    row-gap: 8px;
    background-color: transparent
}

.bar-1,
.bar-2,
.bar-3 {
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    transition: .5s
}

.hamburger_icon .bar-1 {
    width: 50%
}

.change .bar-1 {
    width: 100%;
    transform: rotate(-45deg) translate(-14px, 8px)
}

.change .bar-3 {
    width: 100% !important;
    transform: rotate(45deg) translate(-6px, -1px)
}

#mobile-navbar {
    width: 100%;
    height: 450px;
    background-color: #fff;
    z-index: 100;
    padding: 20px 0;
    overflow-y: auto;
    display: none
}

.mobile_navbar_submenu {
    padding: 10px;
    border-top: 1px solid #ddd;
    margin-top: 10px
}

.mobile_navbar_submenu li {
    padding: 8px 0
}

.mobile_navbar_submenu li img {
    width: 20px;
    height: 20px
}

.mobile_navbar_submenu li a {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 16px
}

.mobile_navbar_list {
    display: block;
    height: 100%
}

.mobile_navbar_item {
    width: 100%;
    padding: 10px 0
}

.mobile_navbar_item a,
.mobile_navbar_item span {
    color: #000;
    font-size: 18px;
    font-weight: 500
}

.input-wrapper input,
.input-wrapper select,
.input-wrapper textarea {
    background: 0;
    font-size: 14px !important;
    transition: .3s;
    width: 100%;
    outline: 0
}

.mobile_navbar_item span img {
    filter: invert(0);
    margin-right: 5px
}

.mobile_navbar_item span.active>.fa-chevron-down,
.mobile_navbar_submenu li span.active>.fa-chevron-down {
    transform: rotate(180deg);
    transition: .5s
}

.mobile_navbar_item span.submenu-btn-1,
.mobile_navbar_item span.submenu-btn-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.mobile_navbar_item span.submenu-btn-2 span {
    font-size: 15px
}

.modal_res_button {
    padding: 14px 30px;
    border: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    background: #ff3e3e;
    transition: .3s;
    font-weight: 500
}

.overlay {
    transition: .4s ease-in-out;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(255 255 255 / 81%);
    visibility: hidden;
    transform: translateY(-100%)
}

.overlay.active {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    transform: translateY(0)
}

.input-wrapper:not(:last-child) {
    margin-bottom: 5px
}

.input-wrapper input:focus,
.input-wrapper select:focus,
.input-wrapper textarea:focus {
    border-color: #c2141640
}

.input-wrapper input,
.input-wrapper select {
    -webkit-appearance: none;
    border: 2px solid #e6ecf2;
    padding: 10px 20px;
    border-radius: 4px !important;
    color: #000
}

.input-wrapper select {
    padding-left: 18px;
    opacity: .7
}

.input-wrapper textarea {
    min-height: 150px;
    resize: vertical;
    max-height: 200px;
    border: 2px solid #e6ecf2;
    padding: 10px 20px;
    border-radius: 4px !important
}

.input-wrapper button {
    cursor: pointer;
    background: #000;
    color: #fff;
    border-radius: 4px;
    line-height: 50px;
    transition: .3s ease-in-out;
    padding: 0 26px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    border: 0
}

.input-wrapper button:hover {
    background: #000000ba
}

@media screen and (min-width:325px) {
    .language .language_list span img {
        display: block
    }
}

#about-home .row {
    justify-content: space-between;
    row-gap: 30px
}

.turned {
    margin-top: 5px;
    opacity: 1;
    text-transform: uppercase;
    background-color: transparent;
    writing-mode: unset;
    transform: unset;
    color: var(--white);
    font-size: 28px
}

.video {
    position: relative;
    width: 100%;
    height: 280px;
    background-color: #5f5f5f;
    border-radius: 20px;
    transition-duration: .5s
}

.play,
.video-wrap {
    position: absolute;
    width: 100%
}

.video-wrap {
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    opacity: .4;
    z-index: 3
}

.hero_prev_next,
.play {
    top: 50%;
    transform: translateY(-50%)
}

.video:hover {
    background-color: #1f1f1f
}

.play {
    z-index: 5;
    text-align: center
}

.play-button img {
    width: 60px;
    height: 60px
}

.big-circ img {
    width: 80px;
    height: 80px
}

.small-circ img {
    width: 100px;
    height: 100px
}

.text-area {
    width: 100%;
    height: 236px;
    position: relative;
    left: 0;
    background-color: var(--textarea-about);
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    border-top-right-radius: 45px;
    text-align: left;
    padding: 25px
}

.hero_content p,
.horizantal-paragraph {
    height: auto;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2
}

.horizantal-heading {
    font-size: 24px;
    background-color: unset;
    color: var(--horizental-heading);
    margin-bottom: 10px
}

.horizantal-paragraph {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    color: var(--white);
    hyphens: auto
}

.right-side {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3
}

.right-side img {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    object-fit: contain
}

.right-side a {
    text-decoration: underline;
    font-size: 14px;
    margin-top: 22px;
    position: unset;
    color: var(--horizental-heading)
}

#hero-section {
    overflow: hidden;
    width: 98%;
    margin: 10px auto;
    height: 90vh;
    border-radius: 1.5rem
}

#hero_slider {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#hero_slider .swiper-slide {
    position: relative;
    display: flex;
    align-items: center
}
#hero_slider .swiper-slide#id-97{
    background: url('https://caspian-energy.az/uploads/posts/2024-05/1714552285_slider-2.webp') center/cover;
}
#hero_slider .swiper-slide#id-98{
    background: url('https://caspian-energy.az/uploads/posts/2024-05/1714552977_1707742177_img_599022-1.webp') center/cover;
}
#hero_slider .swiper-slide#id-107{
    background: url('https://caspian-energy.az/uploads/posts/2024-05/1714552791_slider-1-1.webp') center/cover;
}
#hero_slider .swiper-slide::nth-child(4){
    background: url('https://caspian-energy.az/uploads/posts/2024-05/1714552285_slider-2.webp') center/cover;
}

@media only screen and (max-width: 768px){
    #hero_slider .swiper-slide#id-97{
    background: url('https://caspian-energy.az/uploads/posts/2024-05/medium/1715005241_1714552285_slider-2-1-1.webp') center/cover;
}
#hero_slider .swiper-slide#id-97{
    background: url('https://caspian-energy.az/uploads/posts/2024-05/1715006457_1714552977_1707742177_img_599022-1-1.webp') center/cover;
}
#hero_slider .swiper-slide#id-107{
    background: url('https://caspian-energy.az/uploads/posts/2024-05/1715006489_1714552791_slider-1-1-1.webp') center/cover;
}
#hero_slider .swiper-slide::nth-child(4){
    background: url('https://caspian-energy.az/uploads/posts/2024-05/1714552285_slider-2.webp') center/cover;
}
}
#breadcrumb_section img,
#hero_slider .swiper-slide img ,
#hero_slider .swiper-slide amp-img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover
}
.home_page_main_slider_desk{
        display: block;
    }
.home_page_main_slider_mob{
        display: none;
    }
@media only screen and (max-width: 768px){
    .home_page_main_slider_desk{
        display:none;
    }
    .home_page_main_slider_mob{
        display:block;
    }
}
.hero_prev_next {
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    width: 98%
}

.hero_content,
.line-text {
    position: relative;
    z-index: 2
}

#hero_next,
#hero_prev,
.overlay-image_products {
    align-items: center;
    transition: .3s ease-in-out
}

#hero_next,
#hero_prev {
    background-color: var(--black);
    width: 40px;
    height: 50px;
    border: 0;
    display: none;
    outline: 0;
    cursor: pointer;
    justify-content: center;
    font-size: 30px;
    color: var(--white)
}

#hero_next:hover,
#hero_prev:hover {
    background-color: var(--opacity);
    color: var(--black)
}

.line-text {
    width: 0;
    border-bottom: 3px solid #fff;
    margin: 10px 0
}

.line-text.animate-line {
    -webkit-animation-name: line;
    animation-name: line;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes line {
    0% {
        width: 0
    }

    100%,
    25% {
        width: 45%
    }

    50% {
        width: 70%
    }

    75% {
        width: 60%
    }
}

#hero_prev {
    border-bottom-right-radius: 9999px;
    border-top-right-radius: 9999px
}

#hero_next {
    border-bottom-left-radius: 9999px;
    border-top-left-radius: 9999px
}

#hero_slider .swiper-slide:after {
    position: absolute;
    content: '';
    inset: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(0, #00000083, rgba(0, 0, 0, .411) 50%)
}

.hero_content {
    padding: 0
}

.hero_content h6 {
    width: 100%;
    line-height: 1.2;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px
}

.hero_content p {
    font-size: 14px;
    width: 100%;
    color: #fff;
    opacity: .8;
    display: -webkit-box;
    -webkit-line-clamp: 6
}

.products_card .products_card_content h3 a,
.products_card .products_card_content p,
.projects_info_bottom h4 {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden
}

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

    #hero_next,
    #hero_prev {
        display: flex
    }

    #hero-section {
        height: 98vh;
        margin: 15px auto
    }
}

.product-section-1 {
    background: var(--section-2)
}

.product-section-3 {
    background: var(--section-4)
}

#advantages,
#catalogue,
#our_employees,
.parent-13 {
    background: var(--section-1)
}

#our_employees .row,
#products .row {
    row-gap: 24px
}

.products_card {
    border-radius: .625rem;
    box-shadow: 0 2px .375rem 0 rgba(37, 51, 66, .09);
    background-color: var(--products-card);
    overflow: hidden;
    color: var(--white);
    display: block;
    border: 1px solid var(--products-border);
    padding: 1rem;
    position: relative;
    transition: .3s ease-in-out
}

.heart_products {
    border: 0;
    background: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 20;
    cursor: pointer
}

.heart_products svg {
    width: 32px;
    height: 32px
}

.heart_products svg path {
    stroke: var(--products-addition)
}

.heart_products.active-heart svg path {
    stroke: red
}

.heart_products.active-heart svg {
    fill: red
}

#products_swiper {
    padding: 10px 0
}

.products_card:hover {
    border-radius: .625rem;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.products_card:hover .products_card_content h3 {
    color: var(--products-addition)
}

.products_card::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: .625rem;
    border: 2px solid var(--products-addition);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.contact_home_info a:hover,
.news_card:hover .news_read_more,
.products_card:hover:after {
    opacity: 1
}

.products_card:hover .overlay-image_products {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    overflow: visible
}

.products_card .products_card_image {
    width: 100%;
    margin-bottom: 10px;
    height: 100%;
    position: relative;
    overflow: hidden
}

.overlay-image_products {
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: var(--products-overlay);
    display: flex;
    inset: 0;
    position: absolute;
    justify-content: center;
    z-index: 6
}

.overlay-image_products a {
    font-size: 25px;
    color: #fff
}

.products_card .products_card_image img {
    width: 100%;
    height: 220px
}

.products_card .products_card_content p {
    display: -webkit-box;
    height: 43px;
    font-size: 14px;
    color: var(--white);
    opacity: .9
}

.products_card .products_card_content h3 a {
    display: -webkit-box;
    height: calc(1.2em * 2);
    line-height: 1.2;
    font-size: 15px;
    font-weight: 500;
    color: currentColor;
    transition: .3s ease-in-out;
    margin-bottom: 15px
}

.addition_products_span {
    position: absolute;
    top: 0;
    z-index: 10;
    font-weight:normal;
    min-width: 150px;
    left: 0;
    font-size:14px;
    padding: 2px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--products-addition);
    color: #fff;
    border-radius: .625rem 0
}

.all-navigate_btn {
    width: 100%;
    top: -50px;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    gap: 20px;
    z-index: 2;
    justify-content: flex-end;
    display: none;
    align-items: center
}

.all-navigate_btn button {
    border: 0;
    font-size: 20px;
    background: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    border-radius: 50%;
    background-color: var(--white)
}

.swiper-pagination {
    display: inherit
}

.all-navigate_btn button.swiper-button-disabled {
    background-color: var(--disabled)
}

.all_products_area .swiper-pagination {
    bottom: -20px !important
}

.all_products_area .swiper-pagination span {
    width: 20px;
    height: 5px;
    border-radius: 2px !important;
    background: #000
}

.products_cate {
    width: 100%;
    height: 280px
}

.products_cate_link {
    position: relative;
    color: #fff;
    padding: 0;
    display: block;
    height: 100%;
    width: 100%
}

.products_cate_link::after {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000);
    width: 100%;
    height: 160px;
    bottom: 0;
    left: 0;
    transition: .3s
}

.products_cate_link img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.products_cate_link:hover::after {
    opacity: .4
}

.products_cate_link:hover .products_cate_text {
    bottom: 40px
}

.products_cate_text {
    width: 100%;
    transition: .3s;
    text-align: center;
    z-index: 2;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 600;
    bottom: 20px;
    position: absolute
}

#projects {
    background: #f5f5f5
}

.mission-img a,
.projects_card_link,
.static_alt_images_link {
    display: block;
    height: 100%;
    width: 100%
}

.projects_card_image {
    height: 180px;
    width: 100%;
    margin-bottom: 20px
}

.projects_card_image img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.projects_card_content {
    padding-right: 20px
}

.projects_info_top {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 20px
}

.projects_info_top h5 {
    display: inline-block;
    text-align: center;
    padding: .5rem 1rem .375rem;
    border-radius: 8px;
    font-size: 16px;
    background: #df192c;
    color: #fff
}

.projects_info_top span {
    color: rgba(23, 24, 28, .5);
    font-size: .6875rem;
    text-transform: uppercase;
    font-weight: 500
}

.projects_info_bottom h4 {
    font-size: 20px;
    color: #17181c;
    height: auto;
    display: -webkit-box;
    line-height: 1.2
}

.projects_custom-addition {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #ddd;
    margin-top: 20px
}

.projects_custom-arrows button {
    background-color: rgba(0, 0, 0, 0);
    color: #17181c;
    cursor: pointer;
    border: 0
}

.projects_custom-arrows {
    display: flex;
    align-items: center;
    gap: 20px
}

.projects_custom-arrows button.swiper-button-disabled {
    color: #b2b7ca
}

.see_more_projects {
    width: 150px;
    height: 3rem;
    padding: 0 1.25rem;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0);
    color: #17181c;
    border: 2px solid #b2b7ca;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: .3s ease-in-out;
    justify-content: center
}

.news_card,
.news_read_more {
    background-color: var(--news-card-bg);
    transition: .3s ease-in-out
}

.see_more_projects:hover {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.news_card {
    border-radius: 5px;
    width: 100%;
    height: fit-content;
    overflow: hidden
}

.news_image {
    height: 250px;
    position: relative
}

.news_image_figure {
    height: 250px;
    width: 100%;
    overflow: hidden
}

.news_card:hover .news_read_more,
.news_read_more {
    overflow: visible;
    visibility: visible;
    transform: translateY(0)
}

.news_image_figure img {
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out
}

.news_card:hover .news_image_figure img {
    transform: scale(1.1);
    filter: blur(2px)
}

.news_read_more {
    position: absolute;
    opacity: 0;
    right: 50px;
    bottom: -25px;
    display: flex;
    align-items: center;
    z-index: 2;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    fill: var(--white);
    opacity: 1;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px
}

.news_read_more svg {
    font-size: 20px;
    height: 20px
}

.news_read_more:hover {
    fill: #fff;
    background-color: #000
}

.news_info {
    width: 100%;
    padding: 20px 10px
}

.news_info span {
    font-size: 14px;
    color: var(--news-span);
    margin-bottom: 10px;
    display: block
}

.advantages_content h5,
.advantages_content p,
.news_info h3,
.news_info p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.news_info h3,
.news_info p {
    -webkit-line-clamp: 2;
    line-height: 1.2
}

.news_info h3 {
    font-size: 20px;
    color: var(--news-card-title);
    margin-bottom: 10px;
    font-weight: 700;
    height: 50px
}

.news_info p {
    font-size: 16px;
    height: auto
}

@media(min-width:576px) and (max-width:768px) {

    .news_image,
    .news_image_figure {
        height: 280px
    }
}

.advantages_card {
    padding: 16px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    border: 1px solid var(--advantages-border);
    gap: 10px;
    box-shadow: var(--advantages-box-shadow);
    cursor: pointer;
    transition: .3s ease-in-out
}

.advantages_card:hover {
    border-color: var(--advantages-hover)
}

.faq_accordion-item-body-content,
.faq_accordion-item:first-child {
    border-top: 1px solid var(--accordion-border)
}

.advantages_card_icon img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    filter: var(--image-invert)
}

.advantages_content h5,
.advantages_content p {
    height: auto
}

.advantages_content {
    width: calc(100% - 40px)
}

.advantages_content h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--advantages-text);
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
    line-height: 1.2
}

.advantages_content p {
    font-size: 14px;
    -webkit-line-clamp: 2;
    color: var(--white);
    font-weight: 500;
    opacity: .9
}

#FAQ {
    background: var(--section-6)
}

#FAQ .row {
    justify-content: center
}

.faq_title,
.production-title {
    text-align: center
}

.faq_accordion-item {
    background-color: var(--section-6-text);
    color: var(--white);
    border-bottom: 1px solid var(--accordion-border)
}

.faq_accordion-item-header {
    padding: 24px 16px;
    min-height: 3.5rem;
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer
}

.faq_accordion-item-header::after {
    content: "\002B";
    font-size: 1.5rem;
    position: absolute;
    right: .5rem;
    color: var(--white);
    transition: .3s ease-in-out
}

.faq_accordion-item-header.active::after {
    content: "\2212";
    transition: .3s ease-in-out
}

.faq_accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.faq_accordion-item-body-content {
    padding: 24px 16px;
    line-height: 1.5;
    font-size: 15px;
    color: var(--white);
    opacity: .5
}

.partnors-home-card {
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, .25) 0 25px 20px -20px
}

.partnors-home-card img {
    max-width: 150px;
    width: 100%;
    height: 80px;
    object-fit: contain
}

.contact_us_home_wrapper {
    padding: 12px 15px;
    background: var(--section-4)
}

.contact_head_home_title h3 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--white)
}

#career_page .row,
#certificates_page .row,
#products-full .row,
.contact_home_body .row,
.footer-head .row,
.right-feedback-wrapper .row {
    row-gap: 20px
}

.contact_home_info i {
    color: gray;
    font-size: 16px
}

.contact_home_info {
    display: flex;
    align-items: center;
    gap: 5px
}

.contact_home_info:first-child span {
    color: var(--white);
    opacity: .8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2
}

.contact_home_info span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700
}

.contact_home_info a {
    color: var(--white);
    opacity: .6;
    transition: .3s ease-in-out
}

#call-to-action {
    padding: 36px 0;
    background-color: var(--section-3)
}

#call-to-action .content_area {
    background-color: var(--black);
    border-radius: 30px;
    padding: 24px 18px
}

#call-to-action .call_to_action_content h3 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    font-weight: 700;
    color: var(--white);
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px
}

#call-to-action .forms_textarea textarea,
.forms_input input {
    display: block;
    min-height: 56px;
    padding: 17px 18px;
    color: var(--white);
    opacity: .6;
    font-size: 14px;
    line-height: 20px;
    background-color: var(--input-wrapper-bg);
    outline: 0;
    width: 100%;
    font-family: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#call-to-action .call_to_action_content h3 img {
    width: 35px;
    height: 35px
}

#call-to-action .call_to_action_content p {
    margin-top: 50px
}

#call-to-action .forms_area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px
}

#call-to-action .forms_area .forms_textarea {
    position: relative;
    width: 100%
}

#call-to-action .forms_textarea textarea {
    border: 1px solid var(--input-wrapper-border);
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-height: 200px;
    resize: vertical
}

.call_label {
    position: absolute;
    top: 20px;
    left: 25px;
    color: var(--white);
    font-size: 12px;
    line-height: 1;
    opacity: .9;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    pointer-events: none
}

.forms_input {
    width: 100%;
    flex: 0 0 100%;
    position: relative
}

.forms_input input {
    border: 1px solid var(--input-wrapper-border);
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#call-to-action .forms_textarea textarea:focus+.call_label,
#call-to-action .forms_textarea textarea:valid+.call_label {
    position: absolute;
    top: 5px;
    font-size: 13px;
    width: 100%
}

#call-to-action .forms_input input:focus+.call_label,
#call-to-action .forms_input input:valid+.call_label {
    position: absolute;
    top: 5px;
    font-size: 13px;
    width: 100%
}

.forms_btn {
    width: 100%;
    flex: 0 0 100%
}

.forms_btn button {
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    background: var(--call-btn);
    color: var(--black);
    padding: .8em 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    transition: .3s
}

.forms_btn button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .3)
}

.forms_btn button:active {
    transform: scale(.95);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.forms_btn button span {
    display: block;
    transition: .3s
}

.forms_btn button svg {
    width: 18px;
    height: 18px;
    fill: white;
    transition: .3s
}

.forms_btn button .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    margin-right: .5em;
    transition: .3s
}

.forms_btn button:hover .svg-wrapper {
    background-color: rgba(255, 255, 255, .5)
}

.forms_btn button:hover svg {
    transform: rotate(45deg)
}

#footer {
    background-color: var(--footer);
    padding: 30px 0 0
}

.footer_phone-wrap h4 {
    margin-bottom: 20px;
    opacity: .9;
    font-size: 15px;
    color: #eee
}

.footer_phone-wrap .phone-wrap-address {
    line-height: 1.6
}

.footer_phone-wrap a,
.footer_phone-wrap span {
    transition: .3s;
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.apply_for_footer {
    display: flex;
    justify-content: flex-start;
    width: 100%
}

.footer-head .apply_for_footer button {
    display: flex;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.footer-head .apply_for_footer button div {
    padding: 20px 40px;
    font-size: 15px;
    display: block;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    transition: color .3s;
    position: relative;
    z-index: 7
}

.apply_for_footer button div::before,
.footer-head .apply_for_footer button div::after {
    content: '';
    z-index: -1;
    pointer-events: none;
    transition: transform .5s, opacity .3s, -webkit-transform .3s;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0
}

.apply_for_footer button div::before {
    border-radius: inherit;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    border: 2px solid #f7f7f7
}

.footer-head .apply_for_footer button div::after {
    border-radius: inherit;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    opacity: 0
}

.footer-head .apply_for_footer button div:hover::before {
    transform: scale(1.2);
    opacity: 0;
    border: 2px solid #fff
}

.footer-head .apply_for_footer button div:hover {
    color: #212529
}

.footer-head .apply_for_footer button div:hover::after {
    background: #eee;
    opacity: 1;
    transition: .5s
}

.footer-head .footer-menu .footer_menu-list {
    padding: 4px 0;
    flex-wrap: wrap;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    display: none;
    justify-content: flex-start;
    gap: 10px
}

.footer_nav-item a {
    position: relative;
    color: #fff;
    display: block;
    white-space: nowrap;
    font-weight: 700
}

.footer_nav-item a::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 0;
    border-bottom: 2px solid #f76a51;
    color: #f76a51;
    content: attr(data-hover);
    -webkit-transition: max-width .5s;
    -moz-transition: max-width .5s;
    transition: max-width .5s;
    text-shadow: 0 0 #2c2c2c
}

.footer_nav-item a:hover:before {
    max-width: 100%
}

#footer .footer_bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 40px;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.footer_bottom .row {
    align-items: center;
    row-gap: 20px
}

.footer-copyright {
    padding-right: 5px;
    color: #fff
}

.footer-copyright p {
    margin-bottom: 0
}

.footer-siteby {
    color: #fff;
    display: flex
}

.footer-siteby a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: .3s
}

.footer-siteby a:hover {
    border-color: transparent
}

.footer-social-media {
    display: flex;
    gap: 24px;
    justify-content: flex-start
}

.footer-social-media a {
    color: #fff;
    font-size: 18px;
    position: relative;
    display: block
}

.footer-icon img {
    width: 21px;
    height: 21px
}

.footer-icon .colored-icon {
    position: absolute;
    left: 0;
    top: 4px;
    transform: scaleX(0);
    transform-origin: left center;
    height: 21px;
    transition: .3s
}

.footer-icon a:hover .colored-icon {
    transform: scaleX(1)
}

#footer-row-1 {
    order: 1;
    display: none
}

#footer-row-3,
#row-2 {
    order: 4
}

#row-1,
#row-4 {
    order: 5
}

#breadcrumb_section {
    margin-top: 0;
    height: 340px;
    position: relative;
    display: flex;
    align-items: center
}

.breadcrumb_static {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end
}

.breadcrumb_static:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .65)
}

.bread_crumb_info {
    height: 100%;
    position: relative
}

.breadcrumb_title {
    padding: 10px 0;
    border-bottom: 2px solid rgba(255, 255, 255, .3)
}

.breadcrumb_title h1 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: 0
}

.bread_crumb_bottom {
    padding: 30px 0;
    display: flex;
    align-items: center
}

.bread_crumb_bottom .left-side-breadcrumb {
    padding-right: 15px;
    position: relative
}

.bread_crumb_bottom .left-side-breadcrumb a {
    color: #ffffff7a;
    transition: .3s ease-in-out;
    display: block;
    white-space: nowrap;
    font-size: 14px
}

.bread_crumb_bottom .left-side-breadcrumb:after {
    content: "";
    display: block;
    width: 2px;
    height: 62px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%)
}

.bread_crumb_bottom .left-side-breadcrumb i {
    margin-right: 5px
}

.bread_crumb_bottom .right-side-breadcrumb {
    padding-left: 15px
}

.bread_crumb_bottom .right-side-breadcrumb .breadcrumb_description {
    text-align: start;
    color: #fff;
    line-height: 1.9;
    font-size: 13px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto
}

.bread_crumb_bottom .right-side-breadcrumb .breadcrumb_description a {
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: .3s ease-in-out
}

.bread_crumb_bottom .left-side-breadcrumb a:hover {
    color: #fff
}

.bread_crumb_bottom .right-side-breadcrumb .breadcrumb_description a:hover {
    border: 0;
    opacity: .8
}

#certificates_page,
#partnors {
    padding: 40px 0;
    background: var(--section-2)
}

#partnors .row {
    row-gap: 20px;
    justify-content: center
}

.partnors_card {
    padding: 15px;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    height: 150px;
    border-radius: 4px;
    transition: .3s ease-in-out;
    cursor: pointer
}

.partnors_card:hover {
    border-color: #a80303
}

.partnors_card_image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: .3s
}

@media(min-width:280px) and (max-width:345px) {
    #partnors .row .col-10 {
        width: 100%
    }
}


.blog_page_content-other a,
.gallery li a {
    box-shadow: rgba(0, 0, 0, .12) 0 1px 3px, rgba(0, 0, 0, .24) 0 1px 2px
}

.btn-feedback-wrapper button:hover {
    opacity: .95
}

.btn-feedback-wrapper button .animation {
    border-radius: 100%;
    animation: .6s linear infinite ripple
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .1), 0 0 0 20px rgba(0, 0, 0, .283), 0 0 0 40px rgba(255, 255, 255, .1), 0 0 0 60px rgba(255, 255, 255, .1)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, .1), 0 0 0 40px rgba(0, 0, 0, .512), 0 0 0 60px rgba(255, 255, 255, .1), 0 0 0 80px rgba(255, 255, 255, 0)
    }
}

#map {
    height: 400px
}


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

    #footer-row-2,
    #products-order-two {
        order: 2
    }

    .products-full-content h2 {
        display: -webkit-box !important
    }

    #footer-row-3,
    #products-order-three {
        order: 3
    }

    .text-area {
        padding: 45px;
        left: -50px
    }

    .turned {
        background-color: transparent;
        writing-mode: vertical-lr;
        transform: rotate(180deg)
    }

    #hero_next,
    #hero_prev {
        width: 57px;
        height: 100px
    }

    .hero_content {
        padding: 0 40px
    }

    .hero_content h6 {
        font-size: 24px
    }

    .news_read_more {
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px)
    }

    #call-to-action .call_to_action_content h3 {
        font-size: 24px;
        flex-direction: unset
    }

    #call-to-action .call_to_action_content h3 img {
        width: 40px;
        height: 40px
    }

    .blog_page_title p,
    .forms_btn button {
        font-size: 16px
    }

    .apply_for_footer,
    .footer-social-media {
        justify-content: flex-end
    }

    .footer-head .footer-menu .footer_menu-list {
        margin: 20px 0;
        justify-content: center;
        gap: 20px
    }

    #footer-row-1 {
        order: 1;
        display: block
    }

    #footer-row-4 {
        order: 4
    }

    .left-feedback {
        width: 40%;
        padding: 0 12px
    }

    .left_feedback_content {
        padding: 45px
    }

    .right-feedback {
        width: 60%
    }

    .blog_page_title {
        max-width: 800px
    }

    .blog_page_title h2 {
        font-size: 28px
    }

    .static_text {
        max-height: 400px;
        word-spacing: 0
    }
}

.mission_title {
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    width: 100%;
    margin-bottom: 30px
}

.mission_text {
    overflow-y: auto;
    font-size: 16px;
    color: var(--white);
    opacity: .6;
    max-height: fit-content
}

.mission_text::-webkit-scrollbar {
    width: 2px
}

.mission_text::-webkit-scrollbar-track {
    background: #5acc3449
}

.mission_text::-webkit-scrollbar-thumb {
    background: #5bcc34
}

.mission_text ol li::before,
.mission_text ul li::before {
    content: 'ðŸ“Œ';
    margin-right: 5px
}

#certificates_page .certiciates_card {
    height: 100%;
    max-height: 450px;
    width: 100%
}

#certificates_page .certiciates_card a {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: none !important;
    border-width: 15px !important;
    border-style: solid !important;
    border-color: #a5a4a499 #bebebe99 #a5a4a47a #bebebe94 !important;
    box-shadow: rgba(0, 0, 0, .2) 0 12px 28px 0, rgba(0, 0, 0, .1) 0 2px 4px 0, rgba(255, 255, 255, .05) 0 0 0 1px inset
}

#certificates_page .certiciates_card img {
    height: 100%;
    width: 100%;
    object-fit: fill
}

@media screen and (min-width:576px) {
    .turned {
        font-size: 45px;
        opacity: .5
    }

    .horizantal-heading {
        font-size: 35px
    }

    .all-navigate_btn,
    .footer-head .footer-menu .footer_menu-list {
        display: flex
    }

    .swiper-pagination {
        display: none
    }

    .projects_card_image {
        height: 320px
    }

    #contact_us_home {
        padding: 2rem
    }

    .contact_head_home_title h3 {
        font-size: 22px
    }

    .contact_us_home_wrapper {
        padding: 24px 28px
    }

    #row-1 {
        order: 1
    }

    #row-2 {
        order: 2
    }

    #row-3 {
        order: 3
    }

    #row-4 {
        order: 4
    }

    #row-5 {
        order: 5
    }

    .bread_crumb_bottom .left-side-breadcrumb {
        padding-right: 45px
    }

    .breadcrumb_title {
        padding: 30px 0
    }

    .breadcrumb_title h1 {
        font-size: 24px
    }

    .bread_crumb_bottom .right-side-breadcrumb {
        padding-left: 32px
    }

    .bread_crumb_bottom .left-side-breadcrumb i {
        margin-right: 10px
    }

    .bread_crumb_bottom .left-side-breadcrumb a {
        font-size: 17px
    }

    .bread_crumb_bottom .right-side-breadcrumb .breadcrumb_description {
        text-align: start;
        font-size: 17px
    }

    #partnors .row {
        justify-content: flex-start
    }

    .btn-feedback-wrapper button {
        width: 194px
    }

    .blog_page_head {
        padding: 45px
    }

    .static_text {
        font-size: 16px
    }

    .mission_title,
    .static_title {
        font-size: 28px
    }

    .mission_text {
        max-height: 500px
    }

    #certificates_page .certiciates_card {
        height: 300px
    }
}

@media screen and (min-width:1200px) {
    .header_center {
        display: block
    }

    .hamburger {
        display: none
    }

    #call-to-action .call_to_action_content h3 {
        font-size: 32px
    }

    #call-to-action .call_to_action_content h3 img {
        width: 50px;
        height: 50px
    }

    #certificates_page .certiciates_card {
        height: 400px
    }
}

.career_card {
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 11px rgba(0, 0, 0, .2);
    background-color: var(--career-card);
    transition: box-shadow .2s
}

.employees_title,
.production-title {
    margin-bottom: 30px
}

.career_card:hover {
    box-shadow: 0 2px 30px rgba(0, 0, 0, .2)
}

.career_header {
    display: flex;
    flex-direction: column;
    width: 100%
}

.career-location-price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px
}

.career-location-price li .region {
    background-color: var(--career-btn);
    padding: 8px 15px;
    border-radius: 6px;
    color: #fff;
    opacity: .8;
    margin: 15px 0;
    font-size: 16px;
    display: inline-block;
    width: fit-content
}

.career-location-price li span {
    color: var(--white);
    font-size: 16px;
    font-weight: 700
}

.career_header .addition {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--white)
}

.career_header .title {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: var(--white)
}

.career_header .desc {
    margin-top: .75rem;
    margin-bottom: .75rem;
    line-height: 1.625;
    color: var(--white)
}

.card_career_list ul {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    max-height: 280px;
    height: 100%
}

.card_career_list ul::-webkit-scrollbar {
    width: 2px
}

.card_career_list ul::-webkit-scrollbar-track {
    background: #5acc3449
}

.card_career_list ul::-webkit-scrollbar-thumb {
    background: #5bcc34
}

.card_career_list ul li:not(last-child) {
    padding-left: 24px;
    position: relative;
    margin-bottom: 12px;
    line-height: 1.2;
    align-items: center;
    display: flex;
    opacity: .8;
    font-size: 15px
}

.card_career_list ul li:before,
.career_full_center ul li:before,
.career_full_right ul li:before,
.carrer_full_information ul li:before {
    font-size: 18px;
    color: #5bcc34;
    left: 0;
    flex-shrink: 0;
    margin-right: .5rem;
    position: absolute;
    content: '✔'
}

.career_card .action-btn {
    display: flex;
    justify-content: flex-end
}

.action-btn .action {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    width: 150px;
    min-height: 45px;
    padding: .5rem;
    font-weight: 500;
    background: #797979;
    color: #fff;
    border: 0;
    position: relative;
    overflow: hidden;
    border-radius: .6em
}

.action-btn .action .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: .6em;
    margin-top: .25em;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .3))
}

.action-btn .action .label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.action-btn .action .transition {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: .5s;
    background-color: var(--career-btn);
    border-radius: .6em;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.action-btn .action:hover .transition,
.catalog_card,
.catalog_image img,
.gallery li a,
.gallery li img,
.production-static-image a {
    width: 100%;
    height: 100%
}

.action-btn .action:active {
    transform: scale(.97)
}

#career_page_full {
    padding: 36px 0
}

.career_page_full_title {
    padding-bottom: 36px
}

.career_page_full_title h2 {
    font-size: 22px;
    color: var(--white);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
    gap: 5px;
    font-weight: 500
}

.career_page_full_title h2 span {
    font-weight: 600;
    opacity: .8
}

#career_page_full .career_page_content {
    background: var(--career_page_full);
    padding: 20px
}

.career_page_content .row {
    justify-content: flex-start;
    row-gap: 20px
}

.career_page_content h1,
.career_page_content h2,
.career_page_content h3,
.career_page_content h4,
.career_page_content h5,
.career_page_content h6,
.career_page_content p {
    margin-bottom: 20px;
    font-size: 19px;
    color: var(--white);
    font-weight: 500
}

.career_full_center ul li,
.career_full_right ul li,
.carrer_full_information ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: .5rem;
    line-height: 1.2;
    align-items: center;
    display: flex;
    font-size: 14px;
    color: var(--white)
}

.career_full_right {
    color: var(--white)
}

.career_full_end {
    font-size: 14px;
    color: var(--white)
}

.career_full_right a {
    color: red
}

.employees_title h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
    color: var(--white);
    text-align: center
}

.employee-card {
    width: 100%;
    height: 280px;
    background: var(--employee-card);
    border-radius: 32px;
    padding: 3px;
    position: relative;
    box-shadow: #604b4a30 0 70px 30px -50px;
    transition: .5s ease-in-out
}

.employee-card .employee-profile-pic {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    border-radius: 29px;
    z-index: 1;
    border: 0 solid #2a2a2a;
    overflow: hidden;
    transition: .5s ease-in-out .2s, z-index .5s ease-in-out .2s
}

.employee-card .employee-profile-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 59%;
    transition: .5s ease-in-out
}

.employee-card .employee-bottom {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background: #000;
    top: 80%;
    border-radius: 29px;
    z-index: 2;
    box-shadow: rgba(96, 75, 74, .1882352941) 0 5px 5px 0 inset;
    overflow: hidden;
    transition: .5s cubic-bezier(.645, .045, .355, 1)
}

.employee-card .employee-bottom .employee-information {
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 160px
}

.employee-card .employee-bottom .employee-information .employee-name {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700
}

.employee-card .employee-bottom .employee-information .employee-about {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    font-size: .9rem;
    color: #fff;
    margin-top: 1rem
}

.employee-card .employee-bottom .employee-bottom-description {
    position: absolute;
    color: #fff;
    bottom: 15px;
    left: 1.5rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.employee-works-container p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1
}

.production-content,
.production-title h4,
.products-full-content h2 {
    line-height: 1.2;
    color: var(--white)
}

.employee-card:hover {
    border-top-left-radius: 55px
}

.employee-card:hover .employee-bottom {
    top: 20%;
    border-radius: 80px 29px 29px;
    transition: .5s cubic-bezier(.645, .045, .355, 1) .2s
}

.employee-card:hover .employee-profile-pic {
    width: 100px;
    height: 100px;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    z-index: 3;
    border: 3px solid #1a1a1b;
    box-shadow: rgba(96, 75, 74, .1882352941) 0 5px 5px 0;
    transition: .5s ease-in-out, z-index .5s ease-in-out .1s
}

.employee-card:hover .employee-profile-pic:hover {
    transform: scale(1);
    border-radius: 0
}

.employee-card:hover .employee-profile-pic img {
    transition: .5s ease-in-out .5s
}

.employee-card:hover .employee-profile-pic svg {
    transform: scale(1);
    transition: .5s ease-in-out .5s
}

@media only screen and (max-width:768px) {
    .employee-card {
        border-top-left-radius: 55px
    }

    .employees_title h2 {
        font-size: 22px
    }

    .employee-card .employee-profile-pic {
        width: 100px;
        height: 100px;
        top: 10px;
        left: 10px;
        border-radius: 50%;
        z-index: 3;
        border: 7px solid #fbb9b6;
        box-shadow: rgba(96, 75, 74, .1882352941) 0 5px 5px 0;
        transition: .5s ease-in-out, z-index .5s ease-in-out .1s
    }

    .employee-card .employee-bottom {
        top: 20%;
        border-radius: 80px 29px 29px;
        transition: .5s cubic-bezier(.645, .045, .355, 1) .2s
    }
}

.production-wrapper {
    background: var(--section-5);
    padding: 15px;
    border-radius: 5px
}

.production-title h4 {
    font-size: 35px
}

.production-content {
    font-size: 16px;
    display: flex
}

.production-content .row {
    row-gap: 15px;
    width: 100%
}

.production-content a {
    border-radius: 10px;
    overflow: hidden;
    display: block
}

.production-content a img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    object-position: top;
    max-height: 280px
}

.production-card {
    border-radius: 10px;
    overflow: hidden
}

.production-card-image img {
    margin: 0 !important
}

.fotorama,
.products-full-image img {
    width: 100%
}



.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    object-fit: cover
}

.fotorama__stage,
.fotorama__stage__frame,
.fotorama__wrap,
.fotorama__wrap .fotorama__wrap--css3 {
    width: 100% !important
}

.fotorama__nav-wrap {
    border-radius: 6px;
    overflow: hidden
}

.fotorama__stage__frame .fotorama__img {
    border-radius: 6px !important
}

.fotorama__stage__frame.fotorama__loaded.fotorama__loaded--img {
    border-radius: 4px !important
}

.fotorama__stage.fotorama__pointer {
    border-radius: 4px !important;
    height: 600px
}

.fotorama__thumb.fotorama__loaded.fotorama__loaded--img {
    border-radius: 6px
}

.fotorama__thumb-border {
    border-radius: 6px;
    border-color: #00d182
}

.calculate-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

.calculate-wrapper label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block
}

.calculate-btn button,
.total-price {
    width: 100%;
    font-size: 18px;
    font-weight: 500
}

.calculate-wrapper input {
    outline: 0;
    background-color: #fff;
    padding: 15px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #9c9c9c;
    width: 100%
}

.calculate-btn button {
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #399700;
    color: #fff;
    transition: .4s;
    letter-spacing: .5px
}

.calculate-btn button:hover {
    background: 0;
    border-color: #399700;
    color: #399700
}

.calculate-content h6 {
    font-size: 13.2px
}

.total-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0
}

.social-list-products {
    display: none;
    margin-left: 15px
}

.social-list-products ul li {
    width: 30px;
    height: 30px;
    padding: 0
}

.social-list-products ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px
}

.social-list-products ul li:first-child a {
    background: #4267b2
}

.social-list-products ul li:nth-child(2) a {
    background: #0077b5
}

.social-list-products ul li:last-child a {
    background: #3459fc
}

@media screen and (min-width:768px) {
    .blog_page_content-other a {
        height: 350px
    }

    .section-title h3 {
        font-size: 28px
    }

    .apply_for,
    .navbar_social {
        display: flex
    }

    .modal_res_button {
        display: none
    }

    .video {
        height: 400px;
        border-radius: 40px
    }

    .play-button img {
        width: 80px;
        height: 80px
    }

    .big-circ img {
        width: 100px;
        height: 100px
    }

    .small-circ img {
        width: 120px;
        height: 120px
    }

    .production-content a,
    .products_card .products_card_image img {
        height: 280px
    }

    .career_full_center ul li,
    .career_full_end,
    .career_full_right ul li,
    .carrer_full_information ul li,
    .products_card .products_card_content h3 a {
        font-size: 16px
    }

    .forms_btn,
    .forms_input {
        width: 50%
    }

    .forms_btn,
    .forms_input,
    .forms_textarea {
        padding: 0 10px
    }

    .forms_input {
        flex: 0 0 50%;
        position: relative
    }

    .forms_btn {
        flex: 0 0 50%
    }

    #call-to-action .content_area {
        padding: 60px 80px
    }

    .career_page_full_title h2 {
        font-size: 32px
    }

    .career_page_content h1,
    .career_page_content h2,
    .career_page_content h3,
    .career_page_content h4,
    .career_page_content h5,
    .career_page_content h6 {
        font-size: 25px
    }

    .production-wrapper {
        padding: 30px
    }

    .products-full-image {
        display: unset
    }
}

@media screen and (min-width:1400px) {
    .header_navbar_list li a {
        font-size: 16px
    }
}

#catalogue {
    padding: 30px 0
}

.catalog_image {
    height: 350px;
    margin-bottom: 10px;
    padding: 0 10px
}

.catalog_image img {
    border: 0;
    object-fit: contain;
    transition: .3s
}

.catalog-file {
    color: #fff;
    padding: 10px 30px;
    background: #e93f37;
    text-align: center;
    font-size: 11px;
    transition: .5s
}

.catalog_card:hover .catalog-file {
    background: #b5302a
}

.catalog-file:after {
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 7px;
    position: relative;
    top: 1px
}

@media screen and (min-width:576px) {
    .products_full-addition li {
        width: 50%
    }

    .full-get-order_content {
        width: 50%;
        padding: 0 12px
    }

    .calculate-content h6 {
        font-size: 20px
    }

    .calculate-wrapper label {
        font-size: 18px
    }

    .calculate-content {
        padding: 30px !important
    }

    .catalog_image img {
        object-fit: unset
    }
}

.fixed-whatsapp {
    width: 50px;
    height: 50px;
    background: #00e676;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    right: 20px;
    color: #fff;
    animation: 1s infinite qiymetAnimation;
    box-shadow: 0 0 0 18px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px
}

@keyframes qiymetAnimation {
    0% {
        box-shadow: 0 0 0 0 #00e676
    }
}

.production-static-image a img {
    max-height: 400px;
    height: 100%;
    width: 100%
}

.gallery {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    row-gap: 15px;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.gallery>* {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.gallery li a {
    overflow: hidden;
    display: block;
    border-radius: 12px
}

.gallery li img {
    object-fit: fill;
    max-height: 350px
}



.static_page_content {
    width: 100%;
    padding: 30px 20px;
    box-shadow: 0 0 4px #bbb;
    border-radius: 15px
}

.card_career_list ul,
.static_text {
    padding: 0;
    overflow-y: auto;
    color: var(--white)
}

.static_page_content .row {
    row-gap: 30px;
    flex-wrap: wrap-reverse
}

.static_title {
    font-size: 22px;
    width: 100%;
    font-weight: 700
}

.static_text {
    font-size: 14px;
    text-align: justify;
    max-height: 100%;
    hyphens: auto
}

.static_text::-webkit-scrollbar {
    width: 2px
}

.static_text::-webkit-scrollbar-track {
    background: #5acc3449
}

.static_text::-webkit-scrollbar-thumb {
    background: #5bcc34
}
.das_yunu_stactic{
    line-height: 1.4;
}
.das_yunu_img img{
    height: 400px !important;
}
.hiddened_h{
    position: absolute;
    z-index:-1;
    visibility:hidden;
}
.static_text ol li:before,
.static_text ul li:before {
    content: "" !important;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #000;
    margin-right: 5px
}

.static_text ol li,
.static_text ul li {
    margin-bottom: 6px
}

.mission-img,
.static-img {
    height: 100%
}

.mission-img a img,
.static-img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 100%
}

.all_alt_image_for_static {
    padding-top: 40px
}

.static_alt_images_link img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    height: 100%;
    max-height: 280px
}





.products-full-content {
    padding: 10px
}

.products-full-content h2 {
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    margin-bottom: 20px
}

.products_full-addition {
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 20px;
    flex-wrap: wrap
}

.products_full-addition li button {
    border: 0;
    cursor: pointer;
    outline: 0
}

.products_full-addition li {
    width: 100%;
    padding: 0 12px;
    flex: 0 0 auto;
    align-items: center;
    display: flex
}

.products_full-addition li img {
    width: 40px;
    height: 40px
}

.products_full-addition li span {
    margin-left: 5px;
    font-size: 13px;
    color: var(--white)
}

.products-full-get-order {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 20px;
    margin: 20px 0;
    justify-content: space-between
}

.full-get-order_content {
    width: 100%;
    padding: 0 12px
}

.full-get-order_content .full_contact_info {
    border: 1px solid var(--white);
    background-color: var(--white);
    padding: 10px;
    border-radius: 12px;
    box-shadow: var(--advantages-box-shadow);
    display: flex;
    flex-direction: column
}

.full-get-order_content .full_contact_info h5 {
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 20px
}

.full-get-order_content .full_contact_info .mobile_number {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: var(--black);
    transition: .3s ease-in-out
}

.full-get-order_content .full_contact_info span {
    display: block;
    color: var(--black);
    font-size: 13px;
    margin-bottom: 20px
}

.full-get-order_content .full_contact_info .contact_us {
    background-color: #2b2e3a;
    box-shadow: 0 20px 30px -18px #2b2e3a;
    width: 100%;
    color: #fff;
    border: 0;
    font-size: 16px;
    border-radius: 10px;
    transition: .3s ease-in-out;
    padding: 10px 0;
    text-align: center;
    display: block;
    text-decoration: none
}

.full-get-order_content .full_contact_info .contact_us:hover {
    background-color: #e2e0e0;
    color: #222222cf;
    box-shadow: 0 20px 30px -18px #2b2b2bcf
}

.full-get-order_content .full_order_info {
    border: 1px solid #d7dde3;
    background-color: transparent;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    flex-direction: column
}

.full-get-order_content .full_order_info h5 {
    font-size: 16px;
    line-height: 20px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 20px
}

.full-get-order_content .full_order_info .mobile_number {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: var(--white);
    transition: .3s ease-in-out
}

.full-get-order_content .full_order_info .email_link {
    display: block;
    color: var(--white);
    text-decoration: none;
    font-size: 12.5px;
    margin-bottom: 20px
}

.full-get-order_content .full_order_info .contact_us {
    color: #fff;
    background-color: #098123;
    box-shadow: 0 20px 30px -18px #098123;
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    transition: .3s ease-in-out;
    padding: 10px 0;
    text-align: center;
    display: block;
    text-decoration: none
}

.full-get-order_content .full_order_info .contact_us:hover {
    box-shadow: none;
    background-color: #2b2e3a;
    color: #fff
}

.products-full-description {
    font-size: 16px;
    color: var(--white)
}



@media screen and (min-width:576px) {
    .products_full-addition li {
        width: 50%;
    }

    .full-get-order_content {
        width: 50%;
        padding: 0 12px;
    }
    
}


.feedback-title h2 {
    font-size: 35px;
    font-weight: 500;
    color: var(--white)
}

.feedback_wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 20px
}

.left-feedback{
      width: 100%;
    flex: 0 0 auto;
    padding: 0
}
.right-feedback {
    width: 100%;
    flex: 0 0 auto;
    padding: 0
}

.left_feedback_content {
    padding: 25px;
    border-radius: 4px;
    background-color: var(--feedback-content)
}

.feedback_contact-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 48px
}

.feedback_contact-info h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px
}

.feedback_contact-info a,
.feedback_contact-info p {
    font-size: 16px;
    width: fit-content;
    transition: .3s ease-in-out;
    color: #fff;
    position: relative;
    display: block
}

.feedback_contact-info a {
    margin-bottom: 10px
}

.feedback_contact-info a:after {
    width: 100%;
    bottom: -8px;
    left: 0;
    position: absolute;
    content: '';
    height: 1px;
    border-radius: 2px;
    background: #fff;
    transition: .3s ease-in-out
}

.feedback_contact-info a:hover::after {
    width: 0
}

.right-feedback-wrapper-title {
    margin-bottom: 20px
}

.right-feedback-wrapper-title h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--white)
}

.right-feedback-wrapper {
    padding: 20px
}

.form-feedback-wrapper-input,
.form-feedback-wrapper-textarea {
    font-size: 14px !important;
    background: 0;
    padding: 10px;
    line-height: 44px;
    transition: .3s;
    width: 100%;
    outline: 0
}

.form-feedback-wrapper-textarea {
    border: 0;
    border-bottom: 1px solid #bab9ba;
    border-radius: 0;
    height: 150px;
    max-height: 200px;
    resize: vertical
}

.form-feedback-wrapper-input:focus,
.form-feedback-wrapper-input:valid {
    border-color: var(--white)
}

.form-feedback-wrapper-textarea:focus+.form-feedback-wrapper-label,
.form-feedback-wrapper-textarea:valid+.form-feedback-wrapper-label {
    top: 0;
    left: 0
}

.form-feedback-wrapper-input:focus+.form-feedback-wrapper-label,
.form-feedback-wrapper-input:valid+.form-feedback-wrapper-label {
    top: -15px;
    left: 0
}

.form-feedback-wrapper-input {
    border: 0;
    border-bottom: 1px solid #bab9ba;
    border-radius: 0;
    height: 44px
}

.form-feedback-wrapper-label {
    color: var(--white);
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 10;
    transition: .3s
}

.mission_text,
.static_text {
    line-height: 1.4;
    transition: .7s
}

.btn-feedback-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.btn-feedback-wrapper button {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    width: 100%;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .839);
    box-sizing: border-box;
    padding: 16px 20px;
    color: var(--black);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer
}



@media screen and (min-width:992px){
    
    .left-feedback {
        width: 40%;
        padding: 0 12px;
    }

    .left_feedback_content {
        padding: 45px;
    }

    .right-feedback {
        width: 60%;
    }
}


#blog_page {
    padding-bottom: 40px;
}

#blog_page .row {
    row-gap: 30px
}

.vlog-videos img {
    width: 80px !important;
    height: auto !important
}

.blog_page_head {
    background-color: var(--section-3);
    padding: 20px 10px;
    width: 100%;
    margin-bottom: 40px
}

.blog_page_title {
    max-width: 100%;
    margin: 0 auto
}

.blog_page_title h2,
.static_title {
    margin-bottom: 15px;
    color: var(--white)
}

.blog_page_title h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.2
}

.blog_page_title p {
    text-align: center;
    font-size: 14px;
    color: var(--white);
    opacity: .6;
    line-height: 1.2;
    font-weight: 400
}

.blog_page_image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.blog_page_image a img {
    border-radius: 4px;
    max-height: 400px;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    height: 100%
}

.blog_page_content {
    color: var(--white);
    opacity: .8;
    font-size: 16px
}

.blog_page_content-other {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    flex-wrap: wrap;
    gap: 20px
}

.blog_page_content-other a {
    width: 100%;
    height: 280px;
    display: block;
    border-radius: 5px
}

.about-static-text a,
.about-static-text a img,
.about-static-text img {
    display: block !important
}

.blog_page_content-other a img {
    width: 100%;
    margin: 0;
    height: 100%;
    object-fit: cover
}

.blog_page_content ul li::before {
    content: 'Ã°Å¸â€œÅ’';
    margin-right: 5px
}

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

    .modal-body,
    .modal-header {
        padding: 16px 30px
    }

    .blog_page_content-other a {
        height: 300px
    }

    .vlog-videos img {
        width: 100px !important
    }

    .blog_page_title h2 {
        font-size: 20px
    }
}

.about-static-text a {
    float: right;
    border-radius: 12px;
    overflow: hidden;
    margin-left: 20px
}

.about-static-text img {
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 300px
}


.static_page_content {
    width: 100%;
    padding: 30px 20px;
    box-shadow: 0 0 4px #bbb;
    border-radius: 15px
}

.card_career_list ul,
.static_text {
    padding: 0;
    overflow-y: auto;
    color: var(--white)
}

.static_page_content .row {
    row-gap: 30px;
    flex-wrap: wrap-reverse
}

.static_title {
    font-size: 22px;
    width: 100%;
    font-weight: 700
}

.static_text {
    font-size: 14px;
    text-align: justify;
    max-height: 100%;
    hyphens: auto
}

.static_text::-webkit-scrollbar {
    width: 2px
}

.static_text::-webkit-scrollbar-track {
    background: #5acc3449
}

.static_text::-webkit-scrollbar-thumb {
    background: #5bcc34
}

.static_text ol li:before,
.static_text ul li:before {
    content: "ðŸ“Œ";
    margin-right: 5px
}

.static_text ol li,
.static_text ul li {
    margin-bottom: 6px
}

.mission-img,
.static-img {
    height: 100%
}

.mission-img a img,
.static-img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 100%
}

.all_alt_image_for_static {
    padding-top: 40px
}

.static_alt_images_link img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    height: 100%;
    max-height: 280px
}





.products-full-content {
    padding: 10px
}

.products-full-content h2 {
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    margin-bottom: 20px
}

.products_full-addition {
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 20px;
    flex-wrap: wrap
}

.products_full-addition li button {
    border: 0;
    cursor: pointer;
    outline: 0
}

.products_full-addition li {
    width: 100%;
    padding: 0 12px;
    flex: 0 0 auto;
    align-items: center;
    display: flex
}

.products_full-addition li img {
    width: 40px;
    height: 40px
}

.products_full-addition li span {
    margin-left: 5px;
    font-size: 13px;
    color: var(--white)
}

.products-full-get-order {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 20px;
    margin: 20px 0;
    justify-content: space-between
}

.full-get-order_content {
    width: 100%;
    padding: 0 12px
}

.full-get-order_content .full_contact_info {
    border: 1px solid var(--white);
    background-color: var(--white);
    padding: 10px;
    border-radius: 12px;
    box-shadow: var(--advantages-box-shadow);
    display: flex;
    flex-direction: column
}

.full-get-order_content .full_contact_info h5 {
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 20px
}

.full-get-order_content .full_contact_info .mobile_number {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: var(--black);
    transition: .3s ease-in-out
}

.full-get-order_content .full_contact_info span {
    display: block;
    color: var(--black);
    font-size: 13px;
    margin-bottom: 20px
}

.full-get-order_content .full_contact_info .contact_us {
    background-color: #2b2e3a;
    box-shadow: 0 20px 30px -18px #2b2e3a;
    width: 100%;
    color: #fff;
    border: 0;
    font-size: 16px;
    border-radius: 10px;
    transition: .3s ease-in-out;
    padding: 10px 0;
    text-align: center;
    display: block;
    text-decoration: none
}

.full-get-order_content .full_contact_info .contact_us:hover {
    background-color: #e2e0e0;
    color: #222222cf;
    box-shadow: 0 20px 30px -18px #2b2b2bcf
}

.full-get-order_content .full_order_info {
    border: 1px solid #d7dde3;
    background-color: transparent;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    flex-direction: column
}

.full-get-order_content .full_order_info h5 {
    font-size: 16px;
    line-height: 20px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 20px
}

.full-get-order_content .full_order_info .mobile_number {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: var(--white);
    transition: .3s ease-in-out
}

.full-get-order_content .full_order_info .email_link {
    display: block;
    color: var(--white);
    text-decoration: none;
    font-size: 12.5px;
    margin-bottom: 20px
}

.full-get-order_content .full_order_info .contact_us {
    color: #fff;
    background-color: #098123;
    box-shadow: 0 20px 30px -18px #098123;
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    transition: .3s ease-in-out;
    padding: 10px 0;
    text-align: center;
    display: block;
    text-decoration: none
}

.full-get-order_content .full_order_info .contact_us:hover {
    box-shadow: none;
    background-color: #2b2e3a;
    color: #fff
}

.products-full-description {
    font-size: 16px;
    color: var(--white)
}



@media screen and (min-width:576px) {
    .products_full-addition li {
        width: 50%;
    }

    .full-get-order_content {
        width: 50%;
        padding: 0 12px;
    }
    
}


.feedback-title h2 {
    font-size: 35px;
    font-weight: 500;
    color: var(--white)
}

.feedback_wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 20px
}

.left-feedback{
      width: 100%;
    flex: 0 0 auto;
    padding: 0
}
.right-feedback {
    width: 100%;
    flex: 0 0 auto;
    padding: 0
}

.left_feedback_content {
    padding: 25px;
    border-radius: 4px;
    background-color: var(--feedback-content)
}

.feedback_contact-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 48px
}

.feedback_contact-info h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px
}

.feedback_contact-info a,
.feedback_contact-info p {
    font-size: 16px;
    width: fit-content;
    transition: .3s ease-in-out;
    color: #fff;
    position: relative;
    display: block
}

.feedback_contact-info a {
    margin-bottom: 10px
}

.feedback_contact-info a:after {
    width: 100%;
    bottom: -8px;
    left: 0;
    position: absolute;
    content: '';
    height: 1px;
    border-radius: 2px;
    background: #fff;
    transition: .3s ease-in-out
}

.feedback_contact-info a:hover::after {
    width: 0
}

.right-feedback-wrapper-title {
    margin-bottom: 20px
}

.right-feedback-wrapper-title h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--white)
}

.right-feedback-wrapper {
    padding: 20px
}

.form-feedback-wrapper-input,
.form-feedback-wrapper-textarea {
    font-size: 14px !important;
    background: 0;
    padding: 10px;
    line-height: 44px;
    transition: .3s;
    width: 100%;
    outline: 0
}

.form-feedback-wrapper-textarea {
    border: 0;
    border-bottom: 1px solid #bab9ba;
    border-radius: 0;
    height: 150px;
    max-height: 200px;
    resize: vertical
}

.form-feedback-wrapper-input:focus,
.form-feedback-wrapper-input:valid {
    border-color: var(--white)
}

.form-feedback-wrapper-textarea:focus+.form-feedback-wrapper-label,
.form-feedback-wrapper-textarea:valid+.form-feedback-wrapper-label {
    top: 0;
    left: 0
}

.form-feedback-wrapper-input:focus+.form-feedback-wrapper-label,
.form-feedback-wrapper-input:valid+.form-feedback-wrapper-label {
    top: -15px;
    left: 0
}

.form-feedback-wrapper-input {
    border: 0;
    border-bottom: 1px solid #bab9ba;
    border-radius: 0;
    height: 44px
}

.form-feedback-wrapper-label {
    color: var(--white);
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 10;
    transition: .3s
}

.mission_text,
.static_text {
    line-height: 1.4;
    transition: .7s
}

.btn-feedback-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.btn-feedback-wrapper button {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    width: 100%;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .839);
    box-sizing: border-box;
    padding: 16px 20px;
    color: var(--black);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer
}



@media screen and (min-width:992px){
    
    .left-feedback {
        width: 40%;
        padding: 0 12px;
    }

    .left_feedback_content {
        padding: 45px;
    }

    .right-feedback {
        width: 60%;
    }
}


#blog_page {
    padding-bottom: 40px;
}

#blog_page .row {
    row-gap: 30px
}

.vlog-videos img {
    width: 80px !important;
    height: auto !important
}

.blog_page_head {
    background-color: var(--section-3);
    padding: 20px 10px;
    width: 100%;
    margin-bottom: 40px
}

.blog_page_title {
    max-width: 100%;
    margin: 0 auto
}

.blog_page_title h2,
.static_title {
    margin-bottom: 15px;
    color: var(--white)
}

.blog_page_title h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.2
}

.blog_page_title p {
    text-align: center;
    font-size: 14px;
    color: var(--white);
    opacity: .6;
    line-height: 1.2;
    font-weight: 400
}

.blog_page_image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.blog_page_image a img {
    border-radius: 4px;
    max-height: 400px;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    height: 100%
}

.blog_page_content {
    color: var(--white);
    opacity: .8;
    font-size: 16px
}

.blog_page_content-other {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    flex-wrap: wrap;
    gap: 20px
}

.blog_page_content-other a {
    width: 100%;
    height: 280px;
    display: block;
    border-radius: 5px
}

.about-static-text a,
.about-static-text a img,
.about-static-text img {
    display: block !important
}

.blog_page_content-other a img {
    width: 100%;
    margin: 0;
    height: 100%;
    object-fit: cover
}

.blog_page_content ul li::before {
    content: 'Ã°Å¸â€œÅ’';
    margin-right: 5px
}

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

    .modal-body,
    .modal-header {
        padding: 16px 30px
    }

    .blog_page_content-other a {
        height: 300px
    }

    .vlog-videos img {
        width: 100px !important
    }

    .blog_page_title h2 {
        font-size: 20px
    }
}

.about-static-text a {
    float: right;
    border-radius: 12px;
    overflow: hidden;
    margin-left: 20px
}

.about-static-text img {
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 300px
}

