/* ------------------------------------------------
  Project:   Labortech - Laboratory & Science Research HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Banner
  7. Background Position & Size
  8. Countdown
  9. Terms and Conditions
  10. Privacy Policy
  11. Contact
  12. Video
  13. Side Background
  14. List Icon
  15. Icon Size
  17. Shop Page
  18. Service Sidebar
  19. Extra
  20. Responsive Css

/* ------------------------
    General
------------------------*/
@font-face {
    font-family: "IranNastaliq";
    src: url("../fonts/IranNastaliq.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/yekan/YekanBakhFaNum03Light.woff");
}
@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/yekan/YekanBakhFaNum04Regular.woff");
}
@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/yekan/YekanBakhFaNum05Medium.woff");
}
@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/yekan/YekanBakhFaNum06Bold.woff");
}
@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/yekan/YekanBakhFaNum07Heavy.woff");
}
@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/yekan/YekanBakhFaNum08Fat.woff");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/fa-solid-900.woff2") format("woff2");
}
body {
    font-family: "yekan" !important;
    font-weight: 500;
    /* font-family: "Livvic", sans-serif; */
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5rem !important;
    color: #454545;
    overflow-x: hidden;
    letter-spacing: 0.5px;
    direction: rtl;
}
i {
    font-family: "Font Awesome 5 Free";
}

.page-wrapper {
    overflow-x: hidden;
}

/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #1f2632;
    /* font-family: "Barlow Condensed", sans-serif; */
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1,
.h1 {
    font-size: 70px;
    font-style: normal;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0;
}

h2,
.h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

h3,
.h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 1.5;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.5;
}

h5,
.h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.5;
}

h6,
.h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 10px;
}

ul {
    margin: 0px;
    padding: 0px;
}

/* ------------------------
    Helper class
------------------------*/
p {
    line-height: 1.7;
}

.lead {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 9;
    position: relative;
}

section {
    padding: 80px 0;
}

.font-w-3 {
    font-weight: 300;
}

.font-w-4 {
    font-weight: 400;
}

.font-w-5 {
    font-weight: 500;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.font-w-8 {
    font-weight: 800;
}

.font-w-9 {
    font-weight: 900;
}

.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}

.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}
.logo-text {
    font-family: "IranNastaliq";
}
/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: #0d1175;
}

.text-hover {
    color: #1c2431;
}

.text-black {
    color: #1f2632;
}

.text-grey {
    color: #454545;
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}

/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: #ffffff;
}

.dark-bg {
    background-color: #0a1426;
}

.light-bg {
    background-color: #f5f8fd;
}

.theme-bg {
    background-color: #0d1175;
}

.transparent-bg {
    background-color: inherit !important;
}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    position: relative;
    max-height: 452px;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item,
.fullscreen-banner .item {
    height: 100%;
}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: right;
}

.bg-pos-r {
    background-position: left;
}

.bg-pos-rt {
    background-position: left top;
}

.bg-pos-lt {
    background-position: right top;
}

.bg-pos-rb {
    background-position: left bottom;
}

.bg-pos-lb {
    background-position: right bottom;
}

.bg-repeat {
    background-repeat: repeat;
}

/* ------------------------
    Countdown
------------------------*/
.countdown {
    width: 100%;
}

.countdown > li {
    list-style-type: none;
    text-align: center;
}

.countdown > li span {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 60px;
    font-weight: 500;
    display: inline-block;
    color: #0d1175;
}

.countdown > li p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
    margin-bottom: 0;
    color: #ffffff;
}

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i {
    padding-left: 12px;
    font-size: 15px;
}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.privacy-policy ul.list li i {
    padding-left: 12px;
    font-size: 15px;
}

/* ------------------------
    Contact
------------------------*/
.contact-media a {
    color: #ffffff;
}

.contact-media a:hover {
    color: #3e407c;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    color: #1f2632;
}

.form-control {
    font-size: 14px;
    height: 50px;
    color: #454545;
    border: 1px solid #e9eaed;
    border-radius: 0;
}

textarea.form-control {
    height: 120px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #1c2431;
}

select.form-control {
    height: 50px !important;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.form-control::-webkit-input-placeholder {
    color: #454545;
}

.form-control::-moz-placeholder {
    color: #454545;
}

.form-control:-ms-input-placeholder {
    color: #454545;
}

.form-control:-moz-placeholder {
    color: #454545;
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    width: 100%;
    font-size: 0.8rem;
}

.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    width: 100%;
    font-size: 0.8rem;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #1f2632 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.map {
    height: 400px;
    z-index: 999;
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* ------------------------
    Video
------------------------*/
.video-btn {
    position: relative;
    display: inline-block;
}

.video-btn-pos {
    position: absolute;
    right: 50%;
    top: 50%;
    width: auto !important;
    z-index: 99;
}

.video-btn .play-btn {
    width: 80px;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    position: relative;
}

.video-btn .play-btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0d1175;
    right: 0px;
    top: 0px;
    transform: scale(0.6);
    transition: 0.5s ease;
    border-radius: 50%;
    opacity: 0;
}

.video-btn .play-btn:hover::after {
    transform: scale(1);
    opacity: 1;
}

.video-btn .play-btn i {
    z-index: 1;
    font-size: 40px;
    position: absolute;
    top: 50%;
    right: 50%;
    color: #0d1175;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.2s ease-out !important;
    transform: translate3d(50%, -50%, 0);
}

.video-btn .play-btn:hover i {
    transform: translate3d(50%, -50%, 0) scale(0.75);
    color: #ffffff;
}

/* ------------------------
    Side Background
------------------------*/
.image-column {
    position: absolute;
    right: 0px;
    top: 50%;
}

.image-column.right {
    right: inherit;
    left: 0;
}

/* ------------------------
    List Icon
------------------------*/
.list-icon li {
    display: flex;
    align-items: center;
}

.list-icon li i {
    margin-left: 10px;
    color: #ffffff;
    font-size: 14px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    line-height: 22px;
    background: #1c2431;
}

/* ------------------------
    Icon Size
------------------------*/
.ic-1x {
    font-size: 1em;
}

.ic-2x {
    font-size: 2em;
}

.ic-3x {
    font-size: 3em;
}

.ic-5x {
    font-size: 5em;
}

.ic-7x {
    font-size: 7em;
}

/* -------------------------------
 Shop Page
-------------------------------*/
.product-card {
    border: none;
    overflow: hidden;
}

.product-link {
    padding: 20px 15px;
    opacity: 1;
    left: 0;
    top: 1rem;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.product-card:hover .product-link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-link button {
    color: #1f2632;
    font-size: 20px;
    border: none;
    padding: 0.5rem 0.75rem;
    background: #ffffff;
    display: block;
}

.product-link button:hover {
    background: #0d1175;
    color: #ffffff;
}

.product-card .card-body {
    padding: 20px;
    position: relative;
    text-align: center;
    background: #fff;
}

.product-title a {
    color: #1f2632;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-title a:hover {
    color: #0d1175;
}

.product-price {
    color: #0d1175;
    font-weight: 600;
}

.product-price del {
    font-size: 0.9rem;
}

.product-list.product-card {
    padding: 0;
}

.product-list.product-card .card-body {
    text-align: right;
}

.star-rating {
    color: #fdcc0d;
}

.form-check-input:checked {
    background-color: #0d1175;
    border-color: #0d1175;
}

input.form-product {
    -moz-appearance: textfield;
    height: 40px;
    border: none;
    background: #ffffff;
    text-align: center;
    width: 50px;
    border-top: 1px solid #e9eaed;
    border-bottom: 1px solid #e9eaed;
    color: #1f2632;
    vertical-align: middle;
}

.btn-product {
    background: none;
    color: #1f2632;
    border: 1px solid #e9eaed;
    height: 40px;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    cursor: pointer;
}

.view-filter a.active {
    color: #0d1175;
}

.view-filter a {
    color: #1f2632;
    padding-left: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
}

.cart-table thead th {
    padding: 20px;
    vertical-align: middle;
    color: #1f2632;
    font-size: 20px;
    font-weight: 600;
}

.cart-table td {
    padding: 10px;
    color: #1f2632;
    vertical-align: middle;
}

/* ------------------------
Service Sidebar
------------------------*/
.sidebar-links li {
    margin-bottom: 15px;
}

.sidebar-links li:last-child {
    margin-bottom: 0;
}

.sidebar-links li a {
    background-color: #ffffff;
    color: #1f2632;
    display: block;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    border-right: 3px solid transparent;
}

.sidebar-links li.active a,
.sidebar-links li a:hover {
    color: #0d1175;
    padding-right: 25px;
    border-right: 3px solid #0d1175;
}

/* ------------------------
Extra
------------------------*/
.img-border {
    border: 10px solid #ffffff;
}

.bg-effect:after {
    background: #dafeff;
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 50%;
    border-radius: 0.25rem;
}

.bg-effect.right:after {
    right: inherit;
    left: 0;
}

.shape-1 {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
}

.shape-1.bottom {
    top: inherit;
    bottom: -1px;
}

.round-anim {
    content: "";
    position: absolute;
    top: -10%;
    right: 0;
    width: 700px;
    height: 700px;
    border: 50px solid #dafeff;
    border-radius: 50%;
    display: inline-block;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 5000ms;
    transform-origin: 30% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.round-anim.right {
    left: -10%;
    right: inherit;
}

.round-anim.center {
    right: 50%;
    margin-right: -350px;
}

/* ------------------------
    Responsive Css
------------------------*/
@media (max-width: 1200px) {
    .navbar-nav .nav-item {
        margin: 0 10px;
    }
    .navbar-nav .nav-link {
        line-height: unset;
    }
    .navbar-toggler {
        background: none;
        height: 34px;
        width: 40px;
        padding: 0;
        margin: 0;
        border: 1px solid #454545;
    }
    #header-wrap {
        padding: 10px 0;
    }

    .navbar-toggler {
        background: none;
        height: 34px;
        width: 40px;
        padding: 0;
        margin: 0;
        border: 1px solid #454545;
    }

    .navbar-nav ul {
        position: static;
    }

    .navbar-nav > .nav-item {
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding: 10px !important;
        color: #454545;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-item .nav-link.active,
    .navbar-nav .nav-item .nav-link.show {
        background: #0d1175;
        color: #ffffff;
    }

    .navbar-collapse {
        background: #ffffff;
        max-height: 400px;
        right: 0;
        padding: 10px;
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 100%;
        overflow: auto;
        border: medium none;
        -webkit-box-shadow: -7px 5px 30px rgba(72, 73, 121, 0.15);
        -moz-box-shadow: -7px 5px 30px rgba(72, 73, 121, 0.15);
        box-shadow: -7px 5px 30px rgba(72, 73, 121, 0.15);
    }

    .navbar-toggler span {
        width: 26px;
        height: 2px;
        margin: 5px auto;
        display: block;
        background: #0d1175;
    }

    .navbar-nav .dropdown-toggle::after {
        content: "+";
        background: none !important;
        position: absolute;
        border: none;
        top: 50%;
        left: 10px;
        margin: -0.5em 0 0 0.5em;
        border-radius: 0.25rem;
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
    }

    .navbar-nav .dropdown > .dropdown-toggle.show::after {
        content: "-";
    }

    .navbar-nav .dropdown-submenu .dropdown-toggle::after {
        width: auto;
        height: auto;
        margin-left: 0;
    }

    .navbar {
        padding: 0;
    }
}

@media (max-width: 992px) {
    h1,
    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2,
    h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .custom-mt-0 {
        margin-top: 0 !important;
    }

    /*Header*/

    /*Banner*/
    .fullscreen-banner {
        min-height: inherit;
        height: auto !important;
    }

    .fullscreen-banner .align-center {
        position: inherit;
        transform: inherit;
        /* padding: 150px 0 150px !important; */
    }

    /*Side Image*/
    .image-column {
        right: 0;
        position: relative;
        top: inherit;
        transform: inherit;
    }

    .image-column-h {
        min-height: 300px;
    }

    /*Countdown*/
    .countdown > li span {
        font-size: 60px;
        line-height: 70px;
    }

    .countdown > li p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    h1,
    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2,
    h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .section-title p {
        font-size: 16px;
    }

    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    /*Header*/
    .logo img {
        max-height: 200px !important;
    }

    /*Countdown*/
    .countdown > li span {
        font-size: 40px;
        line-height: 40px;
    }

    .countdown > li p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    h1,
    h1 {
        font-size: 44px;
        line-height: 54px;
    }

    h2,
    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 36px;
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .logo img {
        max-height: 100px;
    }

    /*Banner*/
    .fullscreen-banner p br,
    .section-title br {
        display: none;
    }

    .breadcrumb-item {
        line-height: 30px;
    }

    /*Banner*/
    .tab .nav-tabs .nav-link {
        display: block;
        width: 100%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        right: 0px;
    }

    .owl-carousel .owl-nav button.owl-next {
        left: 0px;
    }
    .owl-carousel .owl-nav button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .owl-carousel .owl-nav button span {
        display: block;
    }
}
.plyr {
    max-width: 650px;
    display: block;
    margin: auto;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.max-w-600 {
    max-width: 600px;
}

@media (max-width: 768px) {
    .navbar-toggler-box {
        flex-grow: 1;
        text-align: left;
    }
}
.plyr__poster {
    background-size: cover;
}

.fw-600 {
    font-weight: 600;
}

footer .social-icons li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .gallery-section .owl-carousel .owl-dots.disabled {
    display: block !important;
} */
.owl-carousel .owl-dots {
    display: block;
}

.barnds img {
    max-width: 100px;
    aspect-ratio: 1;
    width: 100%;
    object-fit: contain;
}

.events-area {
    background-size: cover;
    background-attachment: fixed;
    color: white !important;
}

.events-area::before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.events-area .info-box {
    position: relative;
    z-index: 20;
}
.events-area .info-box .plyr {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
}
.banner .banner-slider .btn-box {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.banner .banner-slider .btn-box .btn {
    padding: 18px 15px;
    margin: 0 !important;
}

.blog-area .blog-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.blog-area .post-card .card-img-top {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
}
.pagination {
    display: flex;
    flex-direction: row;
}
.pagination .page-item {
    height: 100%;
}
.pagination .page-item .page-link,
.pagination .page-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.pagination .page-item .page-link i,
.pagination .page-item span i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 24px;
    height: 100%;
}

.last-blogs .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 0.9rem;
    font-weight: 600;
}
.last-blogs .last-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.last-blogs .date {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0d1175 !important;
}

.last-blogs img {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
}
.single-blog .cat-list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.single-blog .cat-list .list-inline-item {
    background-color: #e6edee;
    padding: 10px;
    font-size: 0.8rem;
    font-weight: 600;
}

.single-blog .post-card ul li + li:before {
    display: none;
}
.comment .avatar {
    background-color: #e6edee;
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comment .avatar i {
    font-size: 26px;
    color: #172c4d;
}

.comment .reply {
    background-color: #c4c4d724;
}

.comment .comment-item {
    border: 1px solid #eee7ee;
    padding: 20px;
    margin-bottom: 20px;
}

.related-blog .post-card img {
    width: 100%;
    aspect-ratio: 1200/800;
    border-radius: 5px 5px 0 0;
    object-fit: cover;
}

.related-blog .post-card .title,
.related-blog .post-card .blog-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.single-blog .main-single-img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
    aspect-ratio: 2;
    object-fit: cover;
    border-radius: 5px;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fw-600 {
    font-weight: 600;
}
.blog-related .owl-carousel .owl-stage-outer {
    padding-bottom: 0 !important;
}

.department-area .img-fluid {
    width: 100%;
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
}
.department-area .title {
    font-size: clamp(1rem, calc(0.8rem + 1.2vw), 1.3rem);
    margin-bottom: 0.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.department-area .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 50px;
    font-size: 15px;
}
.about-us-area .img-fluid {
    width: 100%;
    aspect-ratio: 600/400;
    object-fit: cover;
}

.product-area-component .title-pro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-size: clamp(1rem, calc(0.8rem + 1.2vw), 1.3rem);
    margin-bottom: 1.2rem;
}
.product-area-component .description-pro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.product-area-component .img-fluid {
    display: block;
    width: 100%;
    aspect-ratio: 1200/804;
    object-fit: cover;
}

.team-area-component .team-img {
    display: block;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1;
    object-fit: cover;
}
.sec-title {
    font-size: clamp(1.4rem, calc(1.2rem + 1.2vw), 1.8rem) !important;
}
.blog-area-component {
    border: 1px solid rgba(184, 185, 187, 0.63);
    padding: 20px;
    list-style: none;
}
.blog-area-component .title,
.media-sec-area .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-size: 1.1rem;
    font-weight: 600;
    color: #0d1175;
}
.blog-area-component .blog-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    font-size: 0.9rem;
}
.media-sec-area {
    padding: 20px;
    border: 1px solid rgba(184, 185, 187, 0.63);
}
@media (max-width: 575px) {
    .media-sec-area {
        padding: 5px;
    }
}
.blog-area-component .img-fluid {
    width: 100%;
    aspect-ratio: 1200/800;
    object-fit: cover;
}
.media-sec-area .title,
.media-sec-area .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product-area-component .owl-nav,
.department-area .owl-nav {
    display: flex !important;
}
@media (max-width: 575px) {
    .owl-carousel .owl-nav button.owl-prev {
        right: unset;
    }
}
.accordion .accordion-item .accordion-button {
    font-weight: 600;
    font-size: 1rem;
}
.accordion .accordion-item .accordion-button:after {
    display: none;
}
.blog-title-main {
    font-size: clamp(1rem, calc(0.85rem + 1.2vw), 1.2rem);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
footer .logo {
    max-width: 100px;
}

.featured-icon img {
    max-width: 60px;
    aspect-ratio: 1;
    width: 100%;
}

.department-img {
    width: 100%;
    aspect-ratio: 600/600;
    object-fit: cover;
}
.gallery-component-img {
    width: 100%;
    aspect-ratio: 1.2;
    object-fit: cover;
}
.text-blue {
    color: #0d1175;
}
.plyr {
    aspect-ratio: 16/9;
    object-fit: cover;
}
.text-blue {
    color: #0d1175;
}
.blog-description p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: unset;
}
.card.post-card.border-0.rounded-0.shadow-sm.bg-transparent.mb-6 {
    height: calc(100% - 30px);
}
.gallery-area img {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
}
#map {
    height: 400px;
}
.team-area .team-images img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.accordion .accordion-item .accordion-button[aria-expanded="true"] {
    color: #ffffff;
    background-color: #0d1175;
}
.srv-area .srv-img {
    width: 100%;
    aspect-ratio: 1.4;
    object-fit: cover;
}
.department-area-page .service-desc .summery {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.department-area-page .service-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.department-area-page .service-item .service-desc {
    flex-grow: 1;
}
.srv-detail-img {
    width: 100%;
    aspect-ratio: 1.7;
    object-fit: cover;
}
.products-area .card .img-fluid {
    width: 100%;
    aspect-ratio: 440/500;
    object-fit: cover;
}
.nice-select {
    min-width: 170px;
}
.product-detail .main-image {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
}
.product-detail .sub-image,
.lSGallery img {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
}
h1 {
    font-size: clamp(1.5rem, calc(1.3rem + 1.2rem), 1.8rem) !important;
}
.related-products-area img {
    width: 100%;
    aspect-ratio: 1.3;
    object-fit: cover;
}
.service-item .link-btn,
.service-item.active .link-btn {
    transform: scale(0) translateY(50%);
}
.service-item:hover .link-btn,
.service-item.active .link-btn {
    transform: scale(1) translateY(50%);
}
.department-area .item .description {
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.min-h-62 {
    min-height: 62px !important;
}
.min-h-72 {
    min-height: 72px !important;
}
@media (max-width: 768px) {
    .language-selection a {
        margin-right: 20px;
    }
}
.product-detail .btn-outline-info {
    border: 1px solid #0d1175;
    color: #0d1175;
    padding: 8px;
}
.share-post svg {
    max-width: 20px;
    width: 100%;
    height: fit-content;
}
.share-post i {
    font-size: 20px;
}
.share-post li a {
    display: flex;
    align-items: center;
}
@media (max-width: 575px) {
    #myTab .nav-tabs {
        gap: 10px;
    }
}

.navbar-expand-xl .navbar-collapse {
    flex-basis: unset !important;
}
.blog-date {
    position: absolute;
    top: -10px;
}
.single-blog .plyr {
    max-width: unset !important;
}
@media (max-width: 575px) {
    .owl-carousel .owl-nav {
        top: 40%;
    }
    .plyr__control[data-plyr="download"],
    .plyr__control[data-plyr="pip"],
    .plyr__control[data-plyr="settings"] {
        display: none;
    }
}

@media (max-width: 768px) {
    .service-item .link-btn,
    .service-item.active .link-btn {
        transform: scale(1) translateY(50%) !important;
    }
}
html[dir="rtl"] .fv-plugins-icon {
    left: 10px !important;
    right: unset !important;
}

.product-card {
    position: relative;
}
.product-card img {
    position: relative;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1.5;
    height: 100%;
    z-index: 20;
}

.image-container {
    position: relative;
}

.product-card .image-container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 22;
}
.product-card .service-desc {
    position: absolute;
    z-index: 25;
    bottom: 0;
    background-color: unset;
    color: white !important;
    text-align: center;
    width: 100%;
}
.product-card .title-pro {
    color: white !important;
}
.product-card .service-desc.card-body .product-price {
    color: #ffffff;
}
.product-card .service-desc.card-body {
    backdrop-filter: blur(0.4);
    background-color: rgba(10, 33, 107, 0.37);
}
.product-card .service-desc.card-body .product-title a {
    color: #ffffff;
    text-align: right;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-card .service-desc.card-body .product-price {
    color: #ffffff;
    text-align: right;
    font-weight: 600;
    display: flex;
    gap: 10px;
}
.product-card .service-desc.card-body .text-muted {
    color: #000000 !important;
    text-align: right;
    font-weight: 600;
}
@media (max-width: 768px) {
    .mobile-view .search-icon .toggle-btn {
        background-color: unset;
        border: none;
    }
    .mobile-view .search-icon .toggle-btn i {
        font-size: 2rem;
    }
    .navbar {
        flex-direction: row-reverse;
    }
    .navbar .navbar-toggler-box {
        text-align: right;
    }
}

.bright-ness {
    filter: brightness(0.5);
}

.text-justify {
    text-align: justify;
}

.main-slider-img {
    width: 100%;
    object-fit: cover;
    /* aspect-ratio: 1.3; */
    border-radius: 10px;
}
.blog-area-component .card-img-top {
    aspect-ratio: 1.5;
    object-fit: cover;
}
.media-sec-area .description {
    -webkit-line-clamp: 6;
}
@media (max-width: 922px) {
    #home .product-component-home .description-pro {
        display: none;
    }
}
@media (max-width: 768px) {
    #home section {
        padding: 40px 0;
    }
    #home .product-component-home .description-pro {
        display: none;
    }
}
.navbar-nav .nav-item.dropdown .dropdown-menu.level3 {
    position: absolute;
    left: -190px;
    right: unset;
    top: -10%;
    padding: 10px;
}
#search-input::placeholder {
    color: #fff;
}
.bg-primary-theme {
    background-color: #0d1175;
}
.hire-area {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.hire-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 10, 160, 0.712);
}
.hire-area .hire-content {
    border-radius: 10px;
    margin: 20px auto;
    position: relative;
    z-index: 4;
}
.hire-area .hire-content .cta-box {
    min-height: 200px;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: auto;
}
/*
*****
07. about
*************************
*/
.about__area {
    padding-top: 70px;
    padding-bottom: 140px;
}
.about__area img {
    max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .about__area {
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .about__area {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
.about__btn .grb-btn {
    font-size: 15px;
    min-width: 180px;
    color: #fff;
}
.about__btn .grb-btn i {
    border-radius: 50%;
    margin-right: 20px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 10px;
    color: rgba(37, 10, 160, 0.712);
}
.about__btn.st-1 .grb-btn i {
    color: #955327;
}

.about__area.st-2 {
    padding-top: 160px;
    padding-bottom: 55px;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .about__area.st-2 {
        padding-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .about__area.st-2 {
        padding-top: 60px;
        padding-bottom: 25px;
    }
}

.about__area.st-3 {
    /* padding-top: 150px; */
    padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about__area.st-3 {
        padding-top: 120px;
    }
}
@media (max-width: 767px) {
    .about__area.st-3 {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

.about__img-inner img {
    border-radius: 25px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.about__img-inner.st-2 {
    margin: -50px -220px 0 -35px;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .about__img-inner.st-2 {
        margin: 30px -100px 0 -35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 767px) {
    .about__img-inner.st-2 {
        margin: 0;
    }
}
.about__img-inner.st-3 {
    margin-left: 30px;
    max-width: 570px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .about__img-inner.st-3 {
        margin-bottom: 50px;
    }
}
.about__img .p-element .ab-border {
    width: 300px;
    height: 390px;
    position: absolute;
    border: 20px solid rgba(37, 10, 160, 0.712);
    top: -70px;
    right: -70px;
    z-index: -5;
    animation: scale-up-one infinite 6s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about__img .p-element .ab-border {
        bottom: -50px;
        right: -50px;
        top: auto;
    }
}
.about__img .p-element .award {
    position: absolute;
    width: 185px;
    text-align: center;
    padding: 25px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(16, 0, 71, 0.1);
    left: 65px;
    top: -70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .about__img .p-element .award {
        right: 45px;
        top: -50px;
    }
}
.about__img .p-element .award img {
    margin-bottom: 10px;
}
.about__img .p-element .award p {
    font-size: 16px;
    line-height: 22px;
    color: #040021;
}
.about__img .p-element .ab-image {
    position: absolute;
    bottom: -50px;
    right: -210px;
}
@media only screen and (min-width: 1401px) and (max-width: 1600px),
    only screen and (min-width: 1201px) and (max-width: 1400px) {
    .about__img .p-element .ab-image {
        right: -90px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .about__img .p-element .ab-image {
        display: none;
    }
}

.about3-main-shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.about-3-s1 {
    position: absolute;
    top: -63px;
    right: 80px;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .about-3-s1 {
        transform: scale(0.7);
        transform-origin: top right;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .about-3-s1 {
        display: none;
    }
}

.about-3-s2 {
    position: absolute;
    top: 30%;
    right: -170px;
    animation-name: about-3-s2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .about-3-s2 {
        display: none;
    }
}

@keyframes about-3-s2 {
    0% {
        top: 40%;
        right: -170px;
    }
    50% {
        top: 20%;
        right: -170px;
    }
    100% {
        top: 40%;
        right: -170px;
    }
}
.about-3-s3 {
    position: absolute;
    bottom: -26px;
    left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-3-s3 {
        bottom: -95px;
        left: 21px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-3-s3 {
        bottom: -12px;
        left: 60px;
    }
}
@media (max-width: 767px) {
    .about-3-s3 {
        bottom: -12px;
        left: 60px;
        transform: scale(0.8);
        transform-origin: bottom left;
    }
}

.about__content.st-2 {
    /* margin-left: 45px; */
    padding-right: 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .about__content.st-2 {
        margin-left: 0;
        padding-right: 0;
    }
}
/************/

.about-points {
    background: #fcfdff;
    border: 1px solid #955327;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 50px;
}
.about-points li {
    width: 50%;
    float: right;
    padding: 31px 19px 27px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-points li {
        padding: 31px 15px 27px 8px;
    }
}
@media (max-width: 767px) {
    .about-points li {
        width: 100%;
        float: none;
        padding: 26px 19px 22px 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-points li {
        width: 50%;
        float: right;
    }
}
.about-points li:hover .p-icon i {
    color: #955327;
}

.about-points.st-2 {
    border: none;
    background: none;
    margin-bottom: 45px;
}
.about-points.st-2 li {
    padding: 0 0 0 20px;
}
@media (max-width: 767px) {
    .about-points.st-2 li {
        padding-left: 0;
        margin-bottom: 30px;
    }
}
.about-points.st-2 li:hover .p-icon i {
    color: rgba(37, 10, 160, 0.712);
}
.about-points.st-2 li:hover .p-icon.st-3 i {
    color: rgba(37, 10, 160, 0.712);
}

.about-points.st-ab {
    margin-top: 45px;
    margin-bottom: 0;
}

.about__img-inner img {
    aspect-ratio: 0.987;
    object-fit: cover;
    border-radius: 0;
}
.mobile-menu {
    list-style: none;
}
.mobile-menu > li {
    padding: 8px 2px;
    border-bottom: 1px solid #c2c1c1;
}
.mobile-menu > li:last-child {
    border-bottom: unset;
}
.mobile ul li {
    padding: 15px 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
.mobile ul li:last-child {
    min-height: unset;
}

.mobile .agri-ul {
    background-color: #fff;
    z-index: 100;
    list-style: none;
}

.mobile .border-level:last-child {
    border-bottom: 0;
}

.agri-ul {
    list-style: none;
    margin-top: 10px;
}
.mobile-menu button {
    height: 100%;
    color: rgb(9, 10, 85);
    background-color: unset;
    border: unset;
}
.mobile-menu .btn:hover {
    background-color: unset !important;
}
/* .agri-ul li {
    padding: 0;
    padding-right: 20px;
} */
.bg-gray {
    background-color: gray;
}

@media (max-width: 1200px) {
    .navbar-toggler-box {
        flex-grow: 1;
        text-align: center;
    }
}
header .link-menu {
    color: #0d1175;
}
.section-title .border-left {
    position: relative;
    display: inline-block;
    margin-bottom: 17px;
    padding: 0 10px;
}
.section-title .border-left:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background: #0d1175;
    right: 0;
    top: 0px;
}
.statistics-area img {
    max-width: 50px;
    width: 100%;
}
.min-150 {
    min-width: 150px;
}
#ourteam .card {
    height: auto;
    overflow: hidden;
    position: relative;
}

#ourteam .card img {
    width: 100%;
    aspect-ratio: 1;
    min-height: 100%;
    object-fit: cover;
    transition: all 0.9s;
}

#ourteam .card:hover img {
    transform: scale(1.2, 1.2);
}
.data {
    position: absolute;
    bottom: 5%;
    background: #fff;
    text-align: center;
    width: 90%;
    height: 65px;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    opacity: 0.8;
    transition: all 0.6s;
}
#ourteam .card:hover .data {
    /*width: 100%;*/
    height: 100%;
    bottom: 0;
    opacity: 0.9;
    padding: 90px 10%;
    cursor: pointer;
}
.new-style:hover .data {
    padding: 10px 10% !important;
}
.bg-page {
    background-image: url("../img/eslimibkg2.png");
    background-position: left top;
    background-size: 250px;
    background-repeat: no-repeat;
}
#ourteam .box {
    background-color: #fff;
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
    border-radius: 20px;
}
.main-title {
    font-size: 20px !important;
    color: black;
}
.main-title.bt-color:after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: rgb(9, 10, 85);
    display: block;
    margin-top: 0.3em !important;
}
.agri-ul li:first-child {
    border-top: 1px solid #afafaf;
}
.bg-blue {
    background-color: rgb(9, 10, 85);
}
.new-theme-color {
    background-color: #31bcad !important;
    color: #fff;
}
.new-theme-color:hover {
    color: #fff;
}
.text-justify {
    text-align: justify;
}
.line-height-7 {
    line-height: 1.7rem;
}
.line-height-2 {
    line-height: 1.2rem;
}
.bg-VLight-blue {
    background-color: #f5f8fd;
}
.service-item {
    border: 1px solid #eaeaea;
}
.text-blue {
    color: #070a66;
}
.blog-area-component .owl-stage-outer {
    padding-bottom: 40px;
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}
.h-fit-content {
    height: fit-content;
}
.service-item.style-1 .link-btn {
    background-color: #31bcad !important;
    color: #fff;
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot span {
    background-color: #31bcad !important;
    color: #fff;
}
.phone-icon-conatiner {
    background-color: #070a66;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.border-radius-15 {
    border-radius: 15px;
}
#footer-logo {
    width: 215px;
    max-width: 100%;
}

@media (max-width: 768px) {
    .mobile-view #logo-img {
        max-height: 50px !important;
    }
}
.media-icon li .icon-box {
    display: block;
    line-height: 40px;
}
.download-box {
    border: 1px solid #070a66;
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .honer-gallery img {
        max-width: 70%;
        margin: auto;
    }
    .box-title {
        max-width: 80%;
        display: block;
        margin: auto;
        font-size: 0.9rem;
        background-color: unset;
    }
}
.svg-container-control {
    max-width: 1024px;
    display: block;
    margin: auto;
    display: block;
    margin: auto;
    padding: 10px;
    border-radius: 6px;
    border: 3px solid #eeee;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: relative;
}
.custom-zoom-control {
    position: absolute;
    top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #4197b5;
    align-items: center;
}
.custom-zoom-control .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 5px;
}
.custom-zoom-control .btn:hover {
    background-color: #fff !important;
    color: #ddd;
}

.page-title {
    max-height: 400px;
    aspect-ratio: 16/9;
    width: 100%;
}
.breadcrumb-container {
    background: #f5f5f5;
    padding-block: 10px;
}
.breadcrumb-container .breadcrumb-title {
    font-size: clamp(1.2rem, calc(1.3rem + 1rem), 1.5rem) !important;
    font-weight: 500;
    line-height: 1.5;
}
