:root {
    --color-primary: #007EC5;
    --color-secondary: #031D40;
    --color-theme: #04527E;
    --color-bg: #F8F8F8;
    --color-blue: #E6F6FF;
    --color-light: #E6F6FF;
}

@font-face {
    font-family: 'Swis721';
    src: url('../fonts/Swis721-BT-Roman.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721';
    src: url('../fonts/Swis721-BT-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721';
    src: url('../fonts/Swis721-BT-Medium.otf') format('opentype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721';
    src: url('../fonts/Swis721-BT-Bold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721';
    src: url('../fonts/Swis721-BT-Bold-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721 Condensed';
    src: url('../fonts/Swis721-Cn-BT-Roman.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721 Condensed';
    src: url('../fonts/Swis721-Cn-BT-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721 Condensed';
    src: url('../fonts/Swis721-Cn-BT-Bold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721 Condensed';
    src: url('../fonts/Swis721-Cn-BT-Bold-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721 Condensed';
    src: url('../fonts/Swis721-BlkCn-BT-Black.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721';
    src: url('../fonts/Swis721-Blk-BT-Black.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: #FFF;
    overflow-x: hidden;
    font-family: 'Swis721';
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Swis721';
    color: #000;
}

p {
    font-family: 'Swis721';
    font-size: 16px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Swis721';
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.bg-gray {
    background-color: #F8F8F8;
}

.bg-light-blue {
    background-color: #E5F6FF;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.form-check-input:focus {
    box-shadow: none;
}

.hidden {
    display: none;
}

.section-title {
    position: relative;
    margin-bottom: 30px;
}

.section-title .bg-text {
    position: absolute;
    top: 32%;
    left: 50%;
    font-size: 100px;
    font-weight: 600;
    color: #FFF;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-transform: uppercase;
    opacity: 0.8;
}

.section-title .main-title {
    position: relative;
    display: inline-block;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 28px;
    color: #000;
    text-transform: uppercase;
}

.section-title .main-title.text-md {
    font-size: 38px;
}

.section-title .main-title.text-sm {
    font-size: 30px;
}

.section-title .main-title.text-xs {
    font-size: 24px;
}

.section-title .main-title.lower {
    text-transform: capitalize;
}

.section-title .main-title .border-text {
    position: relative;
    display: inline-block;
}

.section-title .main-title .border-text::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 15px;
    right: 15px;
    bottom: 0;
    border-top: 1.5px solid #000;
    border-right: 1.5px solid #000;
    border-left: 1.5px solid #000;
    height: 25%;
}

.section-title .main-title .border-text::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 15px;
    right: 15px;
    border-bottom: 1.5px solid #000;
    border-right: 1.5px solid #000;
    border-left: 1.5px solid #000;
    height: 25%;
}

.section-title .main-title.text-white .border-text::before {
    border-top: 1.5px solid #FFF;
    border-right: 1.5px solid #FFF;
    border-left: 1.5px solid #FFF;
}

.section-title .main-title.text-white .border-text::after {
    border-bottom: 1.5px solid #FFF;
    border-right: 1.5px solid #FFF;
    border-left: 1.5px solid #FFF;
}

.section-title .subtitle {
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    color: #000;
    opacity: 0.5;
    text-transform: capitalize;
}

.btn-dark {
    display: inline-block;
    background-color: #000;
    padding: 16px 20px;
    min-width: 150px;
    border-radius: 50px;
    color: #FFF;
	font-weight: 500;
    text-align: center;
}

.btn-dark span {
    margin-left: 10px;
}

.light {
    background-color: transparent;
    padding: 12px 40px 12px 40px;
    border-radius: 50px;
    border: 1px solid #000;
    color: #000;
}

.btn-primary {
    display: inline-block;
    background-color: var(--color-primary);
    padding: 12px 40px 12px 40px;
    border: 2px solid var(--color-primary);
    border-radius: 50px;
    color: #FFF;
	font-weight: 500;
    text-transform: uppercase;
}

.btn-primary span {
    margin-left: 10px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #FFF;
    padding: 12px 50px 12px 50px;
    border-radius: 25px;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
}

.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: none;
    min-width: 180px;
	font-weight: 500;
    background: transparent;
}

.thm-btn::before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: rgb(40 41 54 / 60%);
    border-radius: 50px;
    transition: all 0.45s cubic-bezier(0.65, 0, .076, 1);
    z-index: 0;
}

.thm-btn .circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: rgb(40 41 54 / 60%);
    border-radius: 50%;
    color: #FFF;
    font-size: 16px;
    z-index: 2;
}

.thm-btn .button-text {
    position: relative;
    padding: 12px 15px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
	font-weight: 500;
    transition: color 0.45s cubic-bezier(0.65, 0, .076, 1);
}

.thm-btn:hover::before {
    width: 100%;
}

.thm-btn.white-btn::before {
    background-color: rgb(255 255 255 / 50%);
}

.thm-btn.white-btn .circle {
    color: var(--color-primary);
    background-color: rgb(255 255 255 / 50%);
}

.custom-list ul li {
    padding: 5px 0;
    position: relative;
    padding-left: 32px;
}

.custom-list ul li::before {
    content: '\f178';
    position: absolute;
    left: 0;
    top: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
}

.custom-list.arrow-primary ul li::before {
    color: var(--color-primary);
}

.primary-text {
    color: var(--color-primary);
}

strong {
    font-weight: 600;
}


@media screen and (max-width: 1024px) {

    .py-100 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .section-title .bg-text {
        font-size: 80px;
        top: 25%;
    }

    .section-title .main-title {
        font-size: 38px;
    }

    .section-title .main-title.text-md {
        font-size: 32px;
    }
}

@media (max-width: 768px) {

    .py-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-title .bg-text {
        font-size: 70px;
        top: 25%;
    }

    .section-title .main-title {
        font-size: 34px;
    }

    .section-title .main-title.text-md {
        font-size: 30px;
    }
}

@media (max-width: 575.98px) {

    .py-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-title .main-title {
        font-size: 32px;
        line-height: inherit;
    }

    .section-title .subtitle {
        font-size: 20px;
    }

    .section-title .bg-text {
        display: none;
    }

    .section-title .main-title .border-text::before {
        top: -5px;
    }

    .section-title .main-title .border-text::after {
        bottom: -5px;
    }
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}
.owl-theme .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--color-primary);
}

/*=============================================
   - Breadcrumbs-Section      
=============================================*/

.breadcrumbs-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.breadcrumbs-section .breadcrumbs .content ul li+li::before {
    float: left;
    padding: 0 0.8rem;
    color: #000;
    content: "/";
}

.breadcrumbs-section .breadcrumbs .content ul {
    margin-bottom: 15px;
}

.breadcrumbs-section .breadcrumbs .content ul li {
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumbs-section .breadcrumbs .content ul li a {
    color: #000;
    opacity: 50%;
}

.breadcrumbs-section .breadcrumbs .content ul li a:hover {
    color: var(--color-primary);
}

.breadcrumbs-section .breadcrumbs .content .title {
/* 	text-transform: capitalize; */
    font-size: 54px;
    line-height: 1.2;
}

.breadcrumbs-section .breadcrumbs .content .title span {
    color: #007EC5;
}

.breadcrumbs-section .breadcrumbs .content .short-content {
    font-size: 24px;
}

@media (max-width: 1024px) {

    .breadcrumbs-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .breadcrumbs-section .breadcrumbs .content .title {
        font-size: 38px;
    }
}

@media (max-width: 767.98px) {

    .breadcrumbs-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .breadcrumbs-section .breadcrumbs .content .title {
        font-size: 34px;
    }
}

@media (max-width: 567.98px) {

    .breadcrumbs-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .breadcrumbs-section .breadcrumbs .content ul li {
        font-size: 14px;
    }

    .breadcrumbs-section .breadcrumbs .content .title {
        font-size: 32px;
    }
}

/*=============================================
   - Banner-Section      
=============================================*/

.banner-section {
    position: relative;
    height: 100vh;
    z-index: 1;
}

.banner-section .custom-video {
    object-fit: cover;
    width: 100%;
    filter: brightness(40%);
    height: 100vh;
}

.banner-section .banner-content {
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    margin: 0 auto;
}

.banner-section .banner-content .banner-title h1 {
    font-size: 48px;
    font-family: 'Swis721 Condensed';
    font-weight: 800;
    font-style: normal;
    color: #FFF;
    margin-bottom: 25px;
}

.banner-section .banner-content .banner-title h6 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Swis721 Condensed';
    color: #FFF;
}

@media (max-width: 767.98px) {

    .banner-section .banner-content .banner-title h1 {
        font-size: 36px;
    }
}

/*=============================================
   - News-Feed  
=============================================*/

.banner-section .banner-content .banner-news-feed {
    position: relative;
    margin-top: -120px;
}

.banner-section .banner-content .banner-news-feed .close-btn {
    position: absolute;
    top: -10px;
    right: 15%;
    background: transparent;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 20px;
    cursor: pointer;
    z-index: 50;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

.banner-section .banner-content .banner-news-feed .news-list .card {
    position: relative;
    border: 0;
    width: 20rem;
}

.banner-section .banner-content .banner-news-feed .news-list .card .card-body {
    background-color: var(--color-primary);
    color: #FFF;
    padding: 25px 20px 30px 20px;

}

.banner-section .banner-content .banner-news-feed .news-list .card .card-body h6 {
    font-size: 12px;
    letter-spacing: 2.5px;
    opacity: 60%;
    margin-bottom: 10px;
}

.banner-section .banner-content .banner-news-feed .news-list .card .card-body h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner-section .banner-content .banner-news-feed .news-list .card .card-body p {
    font-family: 'Swis721 Condensed';
    font-weight: 400;
    opacity: 0.9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.banner-section .banner-content .banner-news-feed .news-list .card .card-body .read-more {
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.banner-section .banner-content .banner-news-feed .news-list .card .card-body .read-more:hover {
    text-decoration: underline;
}

.banner-section .banner-content .banner-news-feed .owl-prev {
    position: absolute;
    bottom: 30px;
    right: 36%;
    color: #FFF;
    font-size: 24px;
}

.banner-section .banner-content .banner-news-feed .owl-next {
    position: absolute;
    bottom: 30px;
    right: 28%;
    color: #FFF;
    font-size: 24px;
}

.banner-section .banner-content .banner-news-feed .owl-dots .owl-dot span {
    position: absolute;
    bottom: 9.2%;
    right: 33%;
    width: 5px;
    height: 5px;
    color: #FFF;
    background-color: #FFF;
    border-radius: 50%;
}

.banner-section .banner-content .banner-news-feed .news-list .card .news-icon {
    position: absolute;
    top: 15%;
    left: 15%;
    right: 15%;
}

/*=============================================
   - Home-Contact-Form      
=============================================*/

.quick-contact-form-section {
    position: relative;
    padding: 30px 0px 30px 0;
    background-color: #111111;
}

.quick-contact-form-section .form-control,
.quick-contact-form-section .form-select {
    background-color: transparent;
    color: #FFF;
    border: none;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    padding: 10px 10px 10px 0;
}

.quick-contact-form-section .form-control::placeholder {
    color: #FFF;
    opacity: 0.8;
}

.quick-contact-form-section .form-select option {
    background-color: #000;
    color: #FFF;
    padding: 10px;
}

/*=============================================
   Our Offerings Section     
=============================================*/

.offering-section {
    position: relative;
}

.offering-section .offerings-wrapper .offering-list {
    position: relative;
}

.offering-section .offerings-wrapper .offering-list .image-box {
    position: relative;
    overflow: hidden;
}

.offering-section .offerings-wrapper .offering-list .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.offering-section .offerings-wrapper .offering-list .image-box:hover::before {
    -webkit-animation-duration: 0.95s;
    animation-duration: 0.95s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: circle;
    animation-name: circle;
}

.offering-section .offerings-wrapper .offering-list .image-box img {
    width: 100%;
	height: 507px;
/*     height: calc(100vw / 3); */
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.offering-section .offerings-wrapper .offering-list .image-box:hover img {
    transform: scale(1.1);
}

.offering-section .offerings-wrapper .offering-list .detail {
    padding: 30px 30px;
    text-align: center;
}

.offering-section .offerings-wrapper .offering-list .detail .title {
    font-size: 22px;
    font-weight: 600;
}

.offering-section .offerings-wrapper .offering-list .detail .title:hover a {
    color: var(--color-primary);
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@media (max-width: 1024px) {

    .offering-section .offerings-wrapper .offering-list .detail {
        padding: 25px 30px;
    }

    .offering-section .offerings-wrapper .offering-list .detail .title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {

    .offering-section .offerings-wrapper .offering-list .detail {
        padding: 25px 30px;
    }

    .offering-section .offerings-wrapper .offering-list .detail .title {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {

    .offering-section .offerings-wrapper .offering-list .detail {
        padding: 20px 30px;
    }

    .offering-section .offerings-wrapper .offering-list .detail .title {
        font-size: 18px;
    }
}

/*=============================================
   Offering Detail Section     
=============================================*/

.offering-intro-section{
	position: relative;
}

.offering-features-section {
    position: relative;
	z-index: 1;
}

.offering-features-section::before {
    position: absolute;
	content: '';
    background-image: url(../images/product/product-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    top: 50%;
    right: 0;
    z-index: -1;
}

/*=============================================
   Brand-Section     
=============================================*/

.brand-section {
    position: relative;
}

.brand-wrapper .brand-list {
    position: relative;
    text-align: center;
}

.brand-wrapper .brand-list .list-image {
    position: relative;
    background-color: #FFF;
    border-radius: 15px;
    padding: 30px 40px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 5px 20px rgba(102, 102, 102, .015);
    box-shadow: 0 5px 30px rgba(102, 102, 102, .015);
}

.brand-wrapper .brand-list .list-image img {
    width: 200px;
    height: 80px;
    margin: auto;
    object-fit: contain;
}

.brand-wrapper .brand-list h6{
	font-weight: 500;
    font-size: 18px;
}

.brand-wrapper .brand-list:hover h6 a{
	color: var(--color-primary);
}

/*=============================================
    Solution-Section     
=============================================*/

.industry-section {
    position: relative;
}

.industry-section .industry-item {
    position: relative;
	border-radius: 20px;
    overflow: hidden;
}

.industry-section .industry-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
}

.industry-section .industry-item:hover::before {
    top: 0;
    opacity: 1;
}

.industry-section .industry-item img {
    width: 100%;
    border-radius: 20px;
    transition: transform 0.5s ease-in-out;
}

.industry-section .industry-item .overlay-detail {
    position: absolute;
    left: 25px;
    bottom: -100px;
    right: 25px;
    opacity: 0;
    text-align: center;
    transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.industry-section .industry-item:hover .overlay-detail {
    bottom: 15%;
    opacity: 1;
}

.industry-section .industry-item .overlay-detail .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 20px;
    margin-bottom: 12px;
	overflow: hidden;
    transition: transform 0.5s ease-in-out;
}

.industry-section .industry-item .overlay-detail .icon:hover {
    transform: scale(1.1);
}

.industry-section .industry-item .overlay-detail .icon img {
    width: 40px;
	border-radius: 0;
}

.industry-section .industry-item .overlay-detail h6 a {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.industry-section .industry-item .overlay-detail h6:hover a{
	color: var(--color-primary);
}

/*=============================================
    Client-Section     
=============================================*/

.client-section {
    position: relative;
}

.client-section .client-wrapper {
    background-color: #FFF;
    padding: 60px 40px;
    border-radius: 30px;
    -webkit-box-shadow: 0 5px 20px rgba(102, 102, 102, .025);
    box-shadow: 0 5px 30px rgba(102, 102, 102, .025);
}

.client-section .client-wrapper .client-images img {
    width: 160px;
    height: 80px;
    margin: auto;
    object-fit: contain;
}

@media (max-width: 767.98px) {

    .client-section .client-wrapper {
        padding: 50px 30px;
    }
}

/*=============================================
    Award-Section     
=============================================*/

.awards-section {
    position: relative;
    background-color: #04527E;
}
.awards-section .award-items img {
	width: 380px;
	height: 430px;
	object-fit: cover;
}
.awards-section .view-all {
    color: #FFF;
    display: inline-block;
	font-weight: 500;
}

.awards-section .view-all img {
    width: 30px;
    margin-left: 15px;
}

.awards-section .awards-wrapper .award-tab {
    padding-left: 60px;
}

.awards-section .awards-wrapper .award-tab .nav .nav-item {
    position: relative;
    padding-bottom: 5px;
}

.awards-section .awards-wrapper .award-tab .nav .nav-item:last-child {
    padding-bottom: 0;
}

.awards-section .awards-wrapper .award-tab .nav .nav-item .nav-link {
    position: relative;
    padding: 10px 20px 15px;
    color: #FFF;
    transition: all 0.5s ease;
}

.awards-section .awards-wrapper .award-tab .nav .nav-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 100%;
    background-color: #D2D2D2;
    opacity: 45%;
    transition: all 0.5s ease;
}

.awards-section .awards-wrapper .award-tab .nav .nav-item .nav-link.active {
    border-left: 3px solid #FFF;
}

.awards-section .awards-wrapper .award-tab .nav .nav-item .nav-link h4 {
    font-size: 28px;
    font-weight: 600;
    color: #FFF;
}

.awards-section .awards-wrapper .award-tab .nav .nav-item .nav-link p {
    font-size: 18px;
    color: #FFF;
    opacity: 80%;
    margin-bottom: 0;
}

@media (max-width: 768px) {

    .awards-section .awards-wrapper .award-tab {
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {

    .awards-section .section-title {
        margin-bottom: 0;
    }

    .awards-section .awards-wrapper .award-tab .nav .nav-item .nav-link h4 {
        font-size: 26px;
    }

    .awards-section .awards-wrapper .award-tab .nav .nav-item .nav-link p {
        font-size: 16px;
    }
}

/*=============================================
      Why-Us-Section    
=============================================*/

.why-choose-us-section {
    position: relative;
}

.why-choose-us-section .why-us-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1.2fr) repeat(4, 1fr) repeat(2, 1.2fr);
    grid-template-rows: repeat(6, 0.4fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.why-choose-us-section .why-us-wrapper .list-1 {
    grid-area: 1 / 1 / 3 / 3;
}

.why-choose-us-section .why-us-wrapper .list-2 {
    grid-area: 1 / 3 / 3 / 5;
}

.why-choose-us-section .why-us-wrapper .list-3 {
    grid-area: 1 / 5 / 3 / 7;
}

.why-choose-us-section .why-us-wrapper .list-4 {
    grid-area: 1 / 7 / 4 / 9;
}

.why-choose-us-section .why-us-wrapper .list-5 {
    grid-area: 3 / 1 / 5 / 3;
}

.why-choose-us-section .why-us-wrapper .list-6 {
    grid-area: 3 / 3 / 5 / 7;
}

.why-choose-us-section .why-us-wrapper .list-7 {
    grid-area: 5 / 1 / 7 / 4;
}

.why-choose-us-section .why-us-wrapper .list-8 {
    grid-area: 5 / 4 / 7 / 7;
}

.why-choose-us-section .why-us-wrapper .list-9 {
    grid-area: 4 / 7 / 7 / 9;
}

.why-choose-us-section .why-us-wrapper .why-us-item {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.why-choose-us-section .why-us-wrapper .why-us-item.gradient-1::before {
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 98 207 / 65%);
    border-radius: 20px;
}

.why-choose-us-section .why-us-wrapper .why-us-item.gradient-2::before {
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 4 72 / 65%);
    border-radius: 20px;
}

.why-choose-us-section .why-us-wrapper .why-us-item.gradient-3::before {
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 65%);
    border-radius: 20px;
}

.why-choose-us-section .why-us-wrapper .why-us-item .style-1 {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
}

.why-choose-us-section .why-us-wrapper .why-us-item .style-2 {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
}

.why-choose-us-section .why-us-wrapper .why-us-item .style-3 {
    padding: 50px 50px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
}

.why-choose-us-section .why-us-wrapper .why-us-item .style-4 {
    padding: 50px 50px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.why-choose-us-section .why-us-wrapper .why-us-item img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.why-choose-us-section .why-us-wrapper .why-us-item .list-content h4 {
    color: #FFF;
    font-size: 26px;
    margin-bottom: 12px;
}

.why-choose-us-section .why-us-wrapper .why-us-item .list-content p {
    font-size: 15px;
    color: #FFF;
    margin-bottom: 0;
}

@media (max-width: 768px) {

    .why-choose-us-section .why-us-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        gap: 15px;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item {
        grid-area: auto !important;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item .style-1 {
        left: 25px;
        right: 25px;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item .style-2 {
        left: 25px;
        right: 25px;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item .style-3 {
        padding: 40px 25px;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item .style-4 {
        padding: 40px 30px;
    }
}

@media (max-width: 767.98px) {

    .why-choose-us-section .why-us-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 15px;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item {
        grid-area: auto !important;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item .style-1 {
        left: 25px;
        right: 25px;
        bottom: 30px;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item .style-2 {
        left: 25px;
        right: 25px;
        bottom: 30px;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item .style-3 {
        padding: 40px 25px;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item .style-4 {
        padding: 40px 30px;
    }
}

@media (max-width: 576.98px) {

    .why-choose-us-section .why-us-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 15px;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item {
        grid-area: auto !important;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item .style-1 {
        left: 25px;
        right: 25px;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item .style-2 {
        left: 25px;
        right: 25px;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item .style-3 {
        padding: 30px 25px;
    }

    .why-choose-us-section .why-us-wrapper .why-us-item .style-4 {
        padding: 30px 30px;
    }
}

/*=============================================
      Portfolio-Section    
=============================================*/

.portfolio-section {
    position: relative;
    background-color: var(--color-secondary);
}

.portfolio-section .view-all {
    color: #FFF;
    display: inline-block;
	font-weight: 500;
}

.portfolio-section .view-all img {
    width: 30px;
    margin-left: 15px;
}

.portfolio-section .portfolio-wrapper .list {
    position: relative;
}

.portfolio-section .portfolio-wrapper .list img {
	margin-bottom: 20px;
    border-radius: 5px;
	object-fit: cover;
    aspect-ratio: 3 / 3;
}

.portfolio-section .portfolio-content {
    color: #FFF;
}

.portfolio-section .portfolio-content h3 {
    font-family: 'Swis721 Condensed';
    color: #FFF;
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
}

.portfolio-section .portfolio-content h3 span {
    text-transform: uppercase;
}

.portfolio-section .portfolio-content p {
    color: #FFF;
	text-align: justify;
}

.portfolio-section .carousel-counter {
    position: relative;
    color: #FFF;
    margin-top: -25px;
    font-size: 18px;
    width: 25%;
    z-index: 1;
}

.portfolio-section .carousel-counter:before {
    position: absolute;
    content: '';
    border-top: 2px solid #FFF;
    z-index: -1;
    width: 80px;
    left: 30px;
    top: 12px;
}

.portfolio-section .owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.portfolio-section .owl-nav {
    position: relative;
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

.portfolio-section .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.portfolio-section .owl-nav .owl-prev span {
    color: #FFF;
    margin-right: 15px;
}

.portfolio-section .owl-nav .owl-next span {
    color: #FFF;
}

@media screen and (max-width: 1024px) {

    .portfolio-section .portfolio-content h3 {
        font-size: 38px;
    }
}

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

    .portfolio-section .portfolio-content h3 {
        font-size: 34px;
    }
}

@media screen and (max-width: 767.98px) {

    .portfolio-section .section-title {
        margin-bottom: 0;
    }

    .portfolio-section .portfolio-wrapper {
        margin-top: 30px;
    }
}

@media screen and (max-width: 576.98px) {

    .portfolio-section .portfolio-content h3 {
        font-size: 22px;
    }
}

/*=============================================
      Excellence Section 
=============================================*/

.excellence-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    overflow: hidden;
}

.excellence-section .container-fluid {
    padding: 0;
}

.excellence-section .section-title {
    position: absolute;
    top: 20%;
    left: 3%;
}

.excellence-section .section-title .main-title {
    font-size: 42px;
    margin-bottom: 0;
}

.excellence-section .excellence-wrapper {
    border: 1px solid #FFF;
    padding: 50px 60px;
    position: relative;
    z-index: 1;
    height: 100%;
}

.excellence-section .excellence-wrapper .year {
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
}

.excellence-section .excellence-wrapper .year::before {
    position: absolute;
    content: '';
    top: 22%;
    left: 10%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0066FF;
    z-index: -1;
}

.excellence-section .excellence-wrapper p {
    color: #FFF;
}

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

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

    .excellence-section .section-title {
        position: relative;
        top: auto;
        left: 10px;
    }

    .excellence-section .section-title .main-title {
        font-size: 34px;
    }

    .excellence-section .excellence-wrapper {
        padding: 30px 50px;
    }

    .excellence-section .excellence-wrapper .year::before {
        top: 20%;
        left: 8%;
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 767.98px) {

    .excellence-section .section-title {
        position: relative;
        top: auto;
        left: 10px;
    }

    .excellence-section .section-title .main-title {
        font-size: 32px;
    }

    .excellence-section .excellence-wrapper {
        padding: 30px 50px;
    }

    .excellence-section .excellence-wrapper .year::before {
        top: 20%;
        left: 8%;
        width: 45px;
        height: 45px;
    }
}

/*=============================================
   - Gallery-Section    
=============================================*/

.gallery-section {
    position: relative;
}

.gallery-section .gallery-wrapper {
    position: relative;
}

.gallery-section 	.gallery-filter-buttons {
    position: absolute;
    top: -110px;
    right: 10%;
    display: flex;
    gap: 0;
}

.gallery-section .gallery-wrapper .gallery-filter-buttons .button {
    border: none;
    background-color: #FFF;
    width: 100px;
    padding: 10px 10px;
    cursor: pointer;
	font-weight: 500;
    text-transform: capitalize;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 0;
}

.gallery-section .gallery-wrapper .gallery-filter-buttons .button.active {
    background-color: var(--color-primary);
    color: #FFF;
}

.gallery-section .gallery-wrapper .gallery-grid .item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 20px;
}

.gallery-section .gallery-wrapper .gallery-grid .item .gallery-image {
    position: relative;
    z-index: 1;
}

.gallery-section .gallery-wrapper .gallery-grid .item .gallery-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    transition: opacity 0.5s ease-in-out;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.gallery-section .gallery-wrapper .gallery-grid .item .gallery-image img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease-in-out;
}

.gallery-section .gallery-wrapper .gallery-grid .item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-section .gallery-wrapper .gallery-grid .item:hover .gallery-image::before {
    opacity: 1;
}

.gallery-section .gallery-wrapper .gallery-grid .item .gallery-overlay {
    position: absolute;
    top: 40%;
    right: 12%;
    left: 12%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 3;
    text-align: center;
}

.gallery-section .gallery-wrapper .gallery-grid .item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-section .gallery-wrapper .gallery-grid .item .gallery-overlay .icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
}

.gallery-section .gallery-wrapper .gallery-grid .item .gallery-overlay h6 {
    color: #FFF;
}

.gallery-section .gallery-wrapper .gallery-grid .item .gallery-overlay .icon img {
    width: 40px;
}

@media (max-width: 1024px) {

    .gallery-section .gallery-wrapper .gallery-filter-buttons {
        right: 0%;
    }
}

@media (max-width: 768px) {

    .gallery-section .gallery-wrapper .gallery-filter-buttons {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {

    .gallery-section .gallery-wrapper .gallery-filter-buttons {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        justify-content: center;
    }
}


/*=============================================
      CTA Section    
=============================================*/

.cta-section {
    position: relative;
    background-color: var(--color-secondary);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    color: #FFF;
    z-index: 1;
}

.particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.cta-section .cta-wrapper p {
    font-size: 18px;
    font-weight: 400;
}

/*=============================================
     Blog-Section    
=============================================*/

.blog-section {
    position: relative;
}

.blog-section .blog-list {
    height: 100%;
}

.blog-section .blog-list .image img {
    width: 100%;
	height: 170px;
	object-fit: fill;
    border-radius: 10px 10px 0px 0px;
}

.blog-section .blog-list .blog-content {
    margin-top: 20px;
}

.blog-section .blog-list .blog-content h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #363636;
    font-weight: 600;
}

.blog-section .blog-list .blog-content h6 i {
    margin-right: 15px;
}

.blog-section .blog-list .blog-content h5 {
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}

.blog-section .blog-list .blog-content h5:hover {
    color: var(--color-primary);
}

.blog-section .owl-carousel .owl-stage {
    display: flex;
}

/*=============================================
   - Connect-Section    
=============================================*/

.connect-section {
    position: relative;
    padding: 50px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.connect-section .email-container {
    display: flex;
    align-items: center;
    background-color: #FFF;
    border-radius: 0;
    padding: 5px 5px;
    min-width: 400px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.connect-section .email-container input {
    flex: 1;
    font-size: 16px;
    padding: 10px 10px;
    font-weight: 600;
    border: none;
    outline: none;
}

.connect-section .email-container button {
    border: none;
    background-color: #FFF;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.connect-section .email-container button i {
    margin-left: 5px;
    font-size: 18px;
}

.connect-section .email-container .divider {
    font-size: 20px;
    margin: 0 10px;
    color: #CCC;
}

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

    .connect-section .email-container {
        margin: auto;
        width: auto;
        min-width: max-content;
    }
}

@media screen and (max-width: 575.98px) {

    .connect-section {
        text-align: center;
    }
}

/*=============================================
   - Footer-Section    
=============================================*/

.footer-section {
    position: relative;
    padding-top: 50px;
    overflow: hidden;
}

.footer-section .contact-wrapper {
    position: relative;
    height: 100%;
}

.footer-section .contact-wrapper::before {
    position: absolute;
    content: "";
    top: -50px;
    right: 10px;
    bottom: 0;
    background-color: #000000;
    opacity: 0.2;
    width: 2px;
    height: 100vh;
}

.footer-section .contact-wrapper .footer-logo {
    margin-bottom: 30px;
}

.footer-section .contact-wrapper .contact-info {
    padding: 20px 0;
}

.footer-section .contact-wrapper .contact-info .icon {
    display: inline-block;
    color: rgb(0 0 0 / 70%);
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #404040;
    line-height: 40px;
    border-radius: 50%;
}

.footer-section .contact-wrapper .contact-info h6 {
    font-family: 'Swis721 Condensed';
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
    color: rgb(0 0 0 / 55%);
}

.footer-section .contact-wrapper .contact-info p a {
    font-weight: 600;
    font-size: 18px;
}

.footer-section .contact-wrapper .contact-info p:hover a {
    color: var(--color-primary);
}

.footer-section .footer-list {
    position: relative;
    padding-top: 50px;
    padding-left: 20px;
}

.footer-section .footer-list::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111;
    border-radius: 50px 0 0 0;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100%;
    z-index: -1;
}

.footer-section .footer-list .footer-content {
    position: relative;
    padding-left: 20px;
}

.footer-section .footer-list .footer-content .title {
    color: #FFF;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 20px;
}

.footer-section .footer-list .footer-content .title h5 {
    color: #fff;
}

.footer-section .footer-list .footer-content .footer-widget-list ul li {
    position: relative;
    margin-bottom: 12px;
}

.footer-section .footer-list .footer-content .footer-widget-list ul li a {
    color: rgb(255 255 255 / 90%);
}

.footer-section .footer-list .footer-content .footer-widget-list ul li:hover a {
    color: var(--color-primary);
    padding-left: 5px;
}

.footer-section .copyright-area {
    position: relative;
    padding: 20px 0;
}

.footer-section .copyright-area::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 2px;
    top: 0;
    left: -20px;
    right: 0;
    background-color: rgb(255 255 255 / 30%);
}

.footer-section .copyright-area p,
.footer-section .copyright-area p a {
    color: #FFF;
	font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

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

    .footer-section .contact-wrapper::before {
        display: none;
    }

    .footer-section .contact-wrapper .footer-logo {
        text-align: center;
    }

    .footer-section .contact-wrapper .contact-info {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer-section .footer-list {
        background-color: #111;
        padding: 30px 10px;
        border-radius: 20px 20px 0 0;
    }

    .footer-section .footer-list::before {
        display: none;
    }
}

@media screen and (max-width: 767.98px) {

    .footer-section .contact-wrapper .contact-info {
        gap: 10px;
    }
}

/* ==================================
   ==== About  US ======
===================================== */

.about-main-section {
    position: relative;
    padding-bottom: 80px;
}

.about-main-section .image-container {
    position: relative;
}

.about-main-section .image-container img {
    width: 100%;
}

.about-main-section .content-wrapper {
    position: relative;
    padding: 50px 0;
}

.about-main-section .content-wrapper .title {
    position: absolute;
    top: 20px;
    left: 0;
    transform: rotate(-180deg) translate(20px, -20px);
    writing-mode: vertical-rl;
}

.about-main-section .content-wrapper .title h3 {
    font-weight: 600;
    text-transform: uppercase;
    color: #111;
}

.about-main-section .content-wrapper .description {
    padding-left: 60px;
}

.about-main-section .content-wrapper .description p {
    text-align: justify;
}

/* Achievements Container */

.about-main-section .achievements-container {
    position: relative;
    background-color: var(--color-theme);
    color: #FFF;
    padding: 80px 40px;
}

.about-main-section .achievements-container .achieve-item {
    position: relative;
    display: flex;
}

.about-main-section .achievements-container .achieve-item .icon {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    flex-shrink: 0;
    border: 1px solid #FFF;
    border-radius: 50%;
    text-align: center;
}

.about-main-section .achievements-container .achieve-item .icon img {
    width: 30px;
}

.about-main-section .achievements-container .achieve-item .content {
    padding-left: 15px;
}

.about-main-section .achievements-container .achieve-item .content h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.about-main-section .achievements-container .achieve-item .content p {
    font-weight: 500;
    margin-bottom: 0;
}

/* Timeline Container */

.about-main-section .timeline-container {
    position: relative;
    background-color: #000;
    color: #FFF;
    padding: 80px 0;
}

.about-main-section .timeline-container .timeline-wrapper {
    position: relative;
    display: block;
    padding-top: 220px;
}

.about-main-section .timeline-container .timeline-wrapper::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 175px;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #FFF;
}

.about-main-section .timeline-container .timeline-wrapper::after {
    content: '';
    position: absolute;
    top: 163px;
    left: 60px;
    width: 100%;
    height: 25px;
    background: radial-gradient(circle, #FFF 40%, transparent 42%) 0% center,
        radial-gradient(circle, #FFF 40%, transparent 42%) 25% center,
        radial-gradient(circle, #FFF 40%, transparent 42%) 50% center,
        radial-gradient(circle, #FFF 40%, transparent 42%) 77% center;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

.about-main-section .timeline-container .timeline-wrapper .timeline-item h3 {
    color: var(--color-bg);
    font-size: 34px;
    font-weight: 600;
}

.about-main-section .timeline-container .timeline-wrapper .owl-item.active .timeline-item h3 {
    color: var(--color-primary);
}

.about-main-section .timeline-container .timeline-wrapper .timeline-item p {
    color: var(--color-bg);
}

.about-main-section .timeline-container .timeline-wrapper .owl-item.active .timeline-item p {
    color: #FFF;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.about-main-section .timeline-container .timeline-wrapper .owl-stage-outer {
    overflow: visible;
}

.about-main-section .timeline-container .timeline-wrapper .owl-item:nth-child(odd) .timeline-item {
    padding-left: 50px;
}

.about-main-section .timeline-container .timeline-wrapper .owl-item:nth-child(even) .timeline-item {
    padding-left: 50px;
    padding-right: 10px;
    transform: translateY(-170px);
}

.about-main-section .timeline-container .owl-nav button.owl-prev,
.about-main-section .timeline-container .owl-nav button.owl-next {
    position: absolute;
    bottom: -60px;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: #FFF;
    color: #111;
    border: 1px solid #FFF;
}

.about-main-section .timeline-container .owl-nav button.owl-prev:hover,
.about-main-section .timeline-container .owl-nav button.owl-next:hover {
    background-color: var(--color-primary);
    color: #FFF;
    border: 1px solid var(--color-primary);
}

.about-main-section .timeline-container .owl-nav button.owl-prev {
    left: 45%;
}

.about-main-section .timeline-container .owl-nav button.owl-next {
    left: 52%;
}

/* Mobile View */

.about-main-section .timeline-container .timeline-vertical-wrapper {
    position: relative;
    display: none;
}

.about-main-section .timeline-container .timeline-mob-items {
    position: relative;
    padding-left: 45px;
    list-style: none;
}

.about-main-section .timeline-container .timeline-mob-items::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #FFF;
}

.about-main-section .timeline-container .timeline-mob-items .timeline-item {
    position: relative;
}

.about-main-section .timeline-container .timeline-mob-items .timeline-item h5 {
    color: var(--color-primary);
    font-size: 26px;
    font-weight: 600;
}

.about-main-section .timeline-container .timeline-mob-items .timeline-item p {
    margin-bottom: 0;
}

.about-main-section .timeline-container .timeline-mob-items .timeline-item:not(:last-child) {
    padding-bottom: 30px;
}

.about-main-section .timeline-container .timeline-mob-items .timeline-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -34px;
    width: 20px;
    height: 20px;
    border: 2px solid #FFF;
    border-radius: 50%;
    background-color: #FFF;
    transition: all 0.5s ease-in-out;
}

.about-main-section .timeline-container .timeline-mob-items .timeline-item .content {
    position: relative;
    padding: 0 10px 10px 10px;
    color: #FFF;
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1024px) {

    .about-main-section .achievements-container {
        padding: 60px 40px;
    }

    .about-main-section .achievements-container .achieve-item {
        display: block;
        text-align: center;
    }

    .about-main-section .achievements-container .achieve-item .content {
        padding: 20px 0;
    }

    .about-main-section .achievements-container .achieve-item .icon {
        margin: 0 auto;
    }

    .about-main-section .timeline-container {
        padding: 60px 0;
    }

    .about-main-section .timeline-container .timeline-wrapper {
        display: none;
    }

    .about-main-section .timeline-container .timeline-vertical-wrapper {
        display: block;
    }
}

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

    .about-main-section .content-wrapper .title {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        writing-mode: horizontal-tb;
        margin-bottom: 15px;
    }

    .about-main-section .content-wrapper .description {
        padding-left: 0;
    }
}

@media screen and (max-width: 567.98px) {

    .about-main-section .content-wrapper {
        padding: 40px 0;
    }

    .about-main-section .achievements-container {
        padding: 50px 30px;
    }

    .about-main-section .timeline-container {
        padding: 60px 0;
    }
}

/*=============================================
   WHO WE ARE SECTION   
=============================================*/

.who-we-are-section {
    position: relative;
}

.who-we-are-section .image-wrapper img {
    width: 100%;
}

.who-we-are-section .content-wrapper {
    padding: 0 60px;
}

.who-we-are-section .content-wrapper .title {
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.who-we-are-section .content-wrapper p {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.who-we-are-section .content-wrapper .know-more {
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 600;
}

.who-we-are-section .content-wrapper .know-more i {
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

.who-we-are-section .content-wrapper .know-more:hover i {
    transform: rotate(0deg);
}

@media screen and (max-width: 1024px) {

    .who-we-are-section .content-wrapper .title {
        font-size: 30px;
    }
}

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

    .who-we-are-section .content-wrapper {
        padding: 25px 20px;
    }

    .who-we-are-section .content-wrapper .title {
        font-size: 22px;
    }

    .who-we-are-section .content-wrapper p {
        -webkit-line-clamp: 8;
    }
}

/* Testimonial Section */

.testimonial-section {
    position: relative;
    background-color: #E6F6FF;
}

.testimonial-section .owl-carousel .owl-stage {
    display: flex;
    height: 100%;
}

.testimonial-section .testimonial-item {
    position: relative;
    padding: 30px;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.testimonial-section .testimonial-item i {
	color: var(--color-primary);
	    font-size: 50px;
    margin-bottom: 20px;

}
.testimonial-section .testimonial-item img {
    width: 150px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}

.testimonial-section .testimonial-item .review-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}

.testimonial-section .testimonial-item .person-info h5 {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 8px;
}

.testimonial-section .testimonial-item .person-info p {
    font-style: oblique;
    margin-bottom: 0;
}

.testimonial-section .owl-nav button.owl-prev,
.testimonial-section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #FFF;
    background-color: #111;
    border: 1px solid #111;
}

.testimonial-section .owl-nav button.owl-prev:hover,
.testimonial-section .owl-nav button.owl-next:hover {
    color: #111;
    background-color: #FFF;
}

.testimonial-section .owl-nav button.owl-prev {
    left: -30px;
}

.testimonial-section .owl-nav button.owl-next {
    right: -30px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
    display: none;
    width: 10px;
    height: 10px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--color-primary);
}

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

    .testimonial-section .owl-nav button.owl-prev,
    .testimonial-section .owl-nav button.owl-next {
        display: none;
    }

    .testimonial-section .owl-theme .owl-dots .owl-dot span {
        display: block;
    }
}

/*=============================================
   Industry page   
=============================================*/


/* CHALLENGES - Section  */
.industry-banner-image {
    position: relative;
}

.industry-banner-image img {
    margin-bottom: 30px;
}

.challenges-section {
    position: relative;
    background-color: #04527E;
}

.challenges-section .title h3 {
    color: #FFF;
    font-weight: 600;
    margin-bottom: 10px;
}

.challenges-section .title p {
    color: #FFF;
    font-size: 18px;
}

.challenges-section .challenges-wrapper .challenges-list {
    display: flex;
    padding: 30px;
    height: 100%;
    border: 1px solid #FFF;
}

.challenges-section .challenges-wrapper .challenges-list .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #FFF;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 20px;

}

.challenges-section .challenges-wrapper .challenges-list .icon img {
    width: 40px;
}

.challenges-section .challenges-wrapper .challenges-list .content h5 {
    color: #FFF;
    font-weight: 600;
    font-family: 'Swis721';
    margin-bottom: 14px;
}

.challenges-section .challenges-wrapper .challenges-list .content p {
    color: #FFF;
}

/*=============================================
     Solution - Section 
=============================================*/

.challenges-solution-section {
    position: relative;
    background-color: #E6F6FF;
}

.challenges-solution-section .solution-items {
    position: relative;
}

.challenges-solution-section .solution-items .accordion-item {
    position: relative;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    background-color: transparent;
    border-left: 2px solid transparent;
    transition: all 0.6s ease;
    border-bottom: 2px dashed rgb(4 82 126 / 15%);
    margin-left: 70px;
}

.challenges-solution-section .solution-items .accordion-item:last-child{
    border-bottom: none;
}

.challenges-solution-section .solution-items .accordion-button:focus {
    box-shadow: none;
}

.challenges-solution-section .solution-items .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: transparent !important;
    align-items: start;
    box-shadow: none;
    padding: 18px 0 18px 0;
}

.challenges-solution-section .solution-items .accordion-button span {
    position: absolute;
	top: 12px;
    left: -55px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #04527e;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 25px;
    flex-shrink: 0;
}

.challenges-solution-section .solution-items .accordion-button span::before {
    content: '';
    position: absolute;
}

.challenges-solution-section .solution-items .accordion-button:not(.collapsed)::after {
    color: #000;
    background-image: none;
    content: '\f068';
    font-family: 'FontAwesome';
    font-size: 20px;
}

.challenges-solution-section .solution-items .accordion-button.collapsed::after {
    color: #000;
    background-image: none;
    content: '\2b';
    font-family: 'FontAwesome';
    font-size: 20px;
}

.challenges-solution-section .solution-items .accordion-body {
    padding: 15px 0;
    color: #000;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .challenges-solution-section .solution-items .accordion {
        padding: 0;
    }

    .challenges-solution-section .solution-items .accordion-button{

    }

    .challenges-solution-section .solution-items .accordion-body {
        padding: 10px;
    }
}


/* Product-section */

.product-section {
    position: relative;
}

.product-section .product-list {
    position: relative;
	border-radius: 5px;
    z-index: 1;
}

.product-section .product-list::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 10%), rgb(0 0 0 / 75%));
    width: 100%;
    height: 100%;
}
.product-section .product-list img{
	border-radius: 5px;
}

.product-section .product-list .detail {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
	text-align: center;
}

.product-section .product-list .detail h6 a {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.product-section .product-list:hover .detail h6 a {
    color: var(--color-primary);
}

/*=============================================
    FAQ-section
=============================================*/

.faq-section-dark {
    position: relative;
    background-color: #000;
}

.faq-section-dark .accordion {
    background-color: #000 !important;
}

.faq-section-dark .accordion-button:focus {
    box-shadow: none;
}

.faq-section-dark .accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #000;
    box-shadow: none;
}

.faq-section-dark .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
}


.faq-section-dark .accordion-item {
    border: 1px solid #636363;
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 10px;
    background-color: #000;
}

.faq-section-dark .accordion-button {
    color: #FFF;
    background-color: #000 !important;
}

.faq-section-dark .accordion-item:has(.accordion-collapse.show) {
    background-color: #000;
    color: #FFF;
}

.faq-section-dark .accordion-button:not(.collapsed)::after {
    color: #FFF;
    background-image: none;
    content: '\2b';
    font-family: 'FontAwesome';
    font-size: 20px;
    transform: rotate();
}

.faq-section-dark .accordion-button.collapsed::after {
    color: #FFF;
    background-image: none;
    content: '\2b';
    font-family: 'FontAwesome';
    font-size: 20px;
}

.faq-section-dark .accordion-body {
    padding: 15px 20px;
    font-size: 16px;
    color: #FFF;
    line-height: 1.6;
}

/*=============================================
   Product Category Section 
=============================================*/

.custom-tab-section {
    position: relative;
}

.custom-tab-section .nav {
    border: none;
}

.custom-tab-section .nav .nav-item .nav-link {
    border: none;
    font-size: 18px;
    border-radius: 0;
    padding: 20px 20px;
    color: #000;
    font-weight: 600;
    background-color: #EFEFEF;
}

.custom-tab-section .nav .nav-item .nav-link.active {
    background-color: var(--color-primary);
    color: #FFF;
}

.custom-tab-section .product-list .product-item {
    position: relative;
	border-radius: 5px;
    height: 100%;
}

.custom-tab-section .product-list .product-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	border-radius: 5px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9));
    z-index: 1;
}

.custom-tab-section .product-list .product-item img{
	border-radius: 5px;
}

.custom-tab-section .product-list .product-item .product-title {
    position: absolute;
	text-align: center;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 1;
}

.custom-tab-section .product-list .product-item .product-title h6 a {
    font-size: 20px;
    color: #FFF;
}

.custom-tab-section .product-list .product-item:hover .product-title h6 a {
    color: var(--color-primary);
}

@media (max-width: 768px) {

    .custom-tab-section .nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        display: flex;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .custom-tab-section .nav::-webkit-scrollbar {
        display: none;
    }

    .custom-tab-section .nav .nav-item {
        flex-shrink: 0;
    }

    .custom-tab-section .nav .nav-item .nav-link {
        padding: 15px 30px;
    }
}


/*=============================================
   Product-Detail page
=============================================*/
.product-detail-section {
    position: relative;
}
.product-detail-section .banner-image {
	width: 100%;
	border: 1px solid #ddd;
}
.product-detail-section a .video-link {
    position: absolute;
    top: 50%;
    right: 50%;
    left: 45%;

}
.product-detail-section .video-container {
	text-align: center;
}
.product-detail-section .video-container iframe {
    width: 100%;
    height: 500px;
	margin-bottom: 30px;
}
.product-detail-section .image-box img {
	width: 100%;
	margin-bottom: 30px;
}

/* Video-content */

.video-short-content {
    position: relative;
}

.video-short-content .video-content {
    padding: 20px 0px 20px 0px;
}

.video-short-content .video-content p {
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 576px) {
    .product-detail-section a .video-link {
        top: 30%;
        left: 35%;
    }
}

/*=============================================
   Product-description-section
=============================================*/

.product-description-section {
    position: relative;
    background-color: #E5F6FF;
	overflow: hidden;
	z-index: 1;
}

.product-description-section:before {
    position: absolute;
    content: "";
    background-image: url(../images/shape-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -120px;
    right: -120px;
    width: 350px;
    height: 350px;
    z-index: -1;
    opacity: 0.5;
}

/*=============================================
 product-Type-Section
=============================================*/

.product-type-section {
    position: relative;
}
.product-type-section h3 {
    font-size: 35px;
    font-weight: 600;
	text-transform: capitalize;
    margin-bottom: 20px;
}
.product-type-section h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-type-section .list .list-wrapper {
    background-color: var(--color-theme);
    padding: 20px;
    height: 100%;
}
.product-type-section .list .list-wrapper.brand-image {
	display: flex;
	justify-content:center;
	align-items: center;
}

.product-type-section .list .list-wrapper p {
    color: #FFF;
    margin-bottom: 0;
}

/*=============================================
 Product-Features-Section
=============================================*/

.product-features-section {
    position: relative;
    background-color: #E5F6FF;
	overflow: hidden;
}

.product-features-section::before {
    position: absolute;
    background-image: url(../images/product/product-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    width: 50%;
    height: 50%;
    top: 50%;
    right: 0;
    z-index: 1;
}

.product-features-section .option-content {
    padding: 30px 0px 0px 30px;
}

.product-features-section .option-content h4 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;

}

@media (max-width: 768px) {
    .product-features-section::before {
        display: none;
    }
}


/* ----------------------------------
    product-benefits-section
--------------------------------- */

.product-benefits-section {
    position: relative;
}
.product-benefits-section h3 {
	font-size: 22px;
}
.product-benefits-section .image-box img {
	width: 100%;
}

.product-benefits-section .content ul li {
    position: relative;
    padding: 6px 0;
    padding-left: 30px;
    font-size: 16px;
}

.product-benefits-section .content ul li::before {
    position: absolute;
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    top: 14px;
    left: 0px;
    color: #000;
    font-size: 16px;
    line-height: 12px;
}

/* ----------------------------------
    Product-Brand-Section
--------------------------------- */
.product-brand-section {
    position: relative;
}

.product-brand-section .list-wrapper {
    border: 1px solid #D1D1D1;
    height: 100%;
    padding: 40px;
}

.product-brand-section .list-wrapper img {
    object-fit: contain;
}

.product-brand-section .list-wrapper h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* ----------------------------------
    Application-Section
--------------------------------- */
.application-section {
    position: relative;
}
.application-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}
.application-section .owl-theme .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--color-primary);
}
.application-section .list-wrapper {
    text-align: center;
}

.application-section .list-wrapper img {
    margin-bottom: 15px;
}

/* ----------------------------------
    product-advantages-section
--------------------------------- */

.product-advantages-section {
    position: relative;
    background-color: #E5F6FF;
}

/* ----------------------------------
    product-gallery-section
--------------------------------- */

.product-gallery-section {
    position: relative;
}

.product-gallery-section .gallery-wrapper {
    position: relative;
    z-index: 1;
}

/* ----------------------------------
    product-video-section
--------------------------------- */

.product-video-section {
    position: relative;
    background-color: #E5F6FF;
}

.product-video-section .item-videos .gallery-image {
    position: relative;
    overflow: hidden;
}

.product-video-section .item-videos .gallery-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.product-video-section .item-videos .gallery-image img {
    transition: all 0.3s ease-in-out;
}

.product-video-section .item-videos:hover .gallery-image img {
    transform: scale(1.1);
}

.product-video-section .item-videos .gallery-overlay {
    position: absolute;
    top: 40%;
    right: 45%;
    transition: opacity 0.5s ease-in-out;
    z-index: 3;
    text-align: center;
}

.product-video-section .item-videos .gallery-overlay .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    transition: all 0.5s;
}

/*=============================================
    Product Blog-Section    
=============================================*/

.product-blog-section {
    position: relative;
}

.product-blog-section .blog-wrapper .blog-list .image img {
    border-radius: 10px 10px 0px 0px;
}

.product-blog-section .blog-wrapper .blog-list .blog-content {
    margin-top: 20px;
}

.product-blog-section .blog-wrapper .blog-list .blog-content h6 {
    margin-bottom: 15px;
}

.product-blog-section .blog-wrapper .blog-list .blog-content h6 i {
    margin-right: 15px;
}

.product-blog-section .blog-wrapper .blog-list .blog-content h5 a {
    font-size: 18px;
    font-weight: 400;
}

.product-blog-section .blog-wrapper .blog-list .blog-content h5 a:hover {
    color: var(--color-primary);
}

/*=============================================
   Prodcut Enquiry-section   
=============================================*/



/*=============================================
   News-Event Page sections
=============================================*/
.new-section {
    position: relative;
}

.new-section .new-list .new-image {
    margin-bottom: 15px;
    border: 1px solid #C7C7C7;
    height: 100%;
}
.new-section .new-list .new-image.press img{
	width: 100%;
/* 	height: 340px; */
}
.new-section .new-list .news-content h6 {
    font-size: 14px;
    margin-bottom: 15px;
}

.new-section .new-list .news-content h6 i {
    font-size: 14px;
    margin-right: 10px;
}

.new-section .new-list .news-content h5 a {
    font-size: 18px;
}

.new-section .new-list .news-content h5 a:hover {
    color: var(--color-primary);
}

/*=============================================
   News-Detail-page-section   
=============================================*/
.new-detail-section {
    position: relative;
    background: linear-gradient(180deg, #FFF 40%, var(--color-light) 31%);
}

.new-detail-section .news-wrapper img {
	border: 1px solid #ddd;
    margin-bottom: 24px;
}
.new-detail-section .news-wrapper .news-description {
	text-align: justify;
}

.new-section .owl-nav button.owl-prev,
.new-section .owl-nav button.owl-next {
    position: absolute;
    top: -14%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 0;
    border: 1px solid #C9C9C9;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #FFF;
}

.new-section .owl-nav button.owl-prev {
    right: 60px;
    background-color: var(--color-primary);
}

.new-section .owl-nav button.owl-next {
    right: 20px;
    background-color: #FFF;
    color: #000;
}

@media (max-width: 768px) {

/*     .new-section .owl-nav button.owl-prev,
    .new-section .owl-nav button.owl-next {
        top: -8%;
    } */

/*     .new-section .owl-nav button.owl-prev {
        right: 18%;
        background-color: var(--color-primary);
    } */
}

/*=============================================
     Award-Page -section   
=============================================*/

.award-section {
    position: relative;
}

.award-section .award-list {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.award-section .award-list::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    z-index: 1;
}

.award-section .award-list .award-image {
    position: relative;
    width: 100%;
}

.award-section .award-list .award-content {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    z-index: 2;
}

.award-section .award-list .award-content h5 a {
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
}

.award-section .award-list .award-content h5 a:hover {
    color: var(--color-primary);
}

/*=============================================
     Contact-Page section   
=============================================*/

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

.contact-info-section .contact .content ul li+li::before {
    float: left;
    padding: 0 0.8rem;
    color: #000;
    content: "/";
}

.contact-info-section .contact .content ul {
    margin-bottom: 12px;
}

.contact-info-section .contact .content ul li {
    position: relative;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
}

.contact-info-section .contact .content ul li a {
    color: #aaa;
}

.contact-info-section .contact .content ul li a:hover {
    color: var(--color-primary);
}

.contact-info-section .contact .content .contact-info {
    margin-bottom: 20px;
}

.contact-info-section .contact .content .contact-wrapper {
    padding-left: 60px;
}

.contact-info-section .contact .content .contact-info h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-primary);
}

.contact-info-section .contact .content .contact-info h6 a {
    font-size: 18px;
    font-weight: 600;
}

.contact-info-section .contact .content .contact-info h6 a:hover {
    color: var(--color-primary);
}

@media (max-width: 768px) {

    .contact-info-section .contact .content .contact-wrapper {
        padding-left: 0;
    }
}


/*=============================================
 Address-Info-section   
=============================================*/

.address-section {
    position: relative;
}

.address-section .address-warpper {
    padding: 60px 50px 60px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	height: 100%;
}

.address-section .address-warpper h4 {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.address-section .address-warpper h6 {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    line-height: 24px;
}

.address-section .view-map-btn {
    display: inline-block;
    background-color: transparent;
    color: #FFFf;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 28px;
    border: 1px solid #FFFf;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-transform: lowercase;
}

/* Map */
.map-area {
    margin-top: -200px;
}


/*=============================================
   Enquiry-section   
=============================================*/
.contact-form-section {
    position: relative;
    background-color: var(--color-primary);
}

.contact-form-section .enquiry-form-wrapper .form-floating label {
    transition: all 0.3s ease-in-out;
    color: #FFF;
}

.contact-form-section .enquiry-form-wrapper .form-floating input:focus+label,
.contact-form-section .enquiry-form-wrapper .form-floating textarea:focus+label,
.contact-form-section .enquiry-form-wrapper .form-floating select:focus+label {
    transform: translateY(-10px);
    font-size: 14px;
    color: #007bff;
}

.contact-form-section .enquiry-form-wrapper .form-control,
.contact-form-section .enquiry-form-wrapper .form-select {
    border: 0;
    border-bottom: 1px solid #AEAEAE;
    border-radius: 0;
    background-color: transparent;
}


.breadcrumbs-section .breadcrumbs .short-description h5 {
    font-size: 18px;
    font-weight: 600;
}

.breadcrumbs-section .breadcrumbs .short-description p {
    font-size: 16px;
}

/*=============================================
   CRS page Section
=============================================*/
.crs-section {
    position: relative;
    background: linear-gradient(180deg, #FFF 34%, var(--color-light) 31%);
}

.crs-section .description-wrapper img {
    margin-bottom: 50px
}

.crs-section .description-wrapper h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}

.crs-section .description-wrapper h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

/*=============================================
    Custom-tab-section
=============================================*/

.custom-tab-section .tab-content .tab-pane .main-image {
    margin-bottom: 20px;
}

.custom-tab-section .tab-content .tab-pane .main-image img {
	width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
}

.custom-tab-section .tab-content .tab-pane .image-box {
    position: relative;
    margin-bottom: 20px;
}

.custom-tab-section .tab-content .tab-pane .image-box .image-item {
    position: relative;
	height: 100%;
}
.custom-tab-section .tab-content .tab-pane .image-box .image-item .gallery-image {
	height: 100%;
}
.custom-tab-section .tab-content .tab-pane .image-box .image-item .gallery-image img {
	width: 100%;
	height: 100%;
}
.custom-tab-section .tab-content .tab-pane .image-box .image-item .gallery-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* border-radius: 20px; */
    transition: all 0.5s ease-in-out;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.custom-tab-section .tab-content .tab-pane .image-box .image-item .gallery-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 3;
    text-align: center;
}

.custom-tab-section .tab-content .tab-pane .image-box .image-item .gallery-overlay .icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.custom-tab-section .tab-content .tab-pane .image-box .image-item:hover .gallery-image::before {
    opacity: 1;
}

.custom-tab-section .tab-content .tab-pane .image-box .image-item:hover .gallery-overlay {
    opacity: 1;
}

.custom-tab-section .main-content-wrapper .section-title .main-title {
    font-size: 26px;
    color: var(--color-primary);
}

.custom-tab-section .main-content-wrapper {
    padding: 40px;
    background-color: #E6F6FF;
}

.custom-tab-section .main-content-wrapper .section-title h4 {
    font-weight: 600;
}

.custom-tab-section .main-content-wrapper h6 {
    font-weight: 600;
}

/*=============================================
    Training-Section
=============================================*/

.training-section .cover-image {
    margin-bottom: 30px;
}

.training-section .description.custom-list ul {
    margin-bottom: 20px;
}

.training-section .author-wrap {
    position: relative;
}

/*=============================================
    Projects - done
=============================================*/

.project-section {
    position: relative;
}

.project-section .button-group {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    width: 100%;
    max-width: 100vw;
    cursor: grab;
    background-color: #EFEFEF;
    margin-bottom: 30px;
}

.project-section .button-group::-webkit-scrollbar {
    display: none;
}

.project-section .button-group button {
    border: none;
    border-radius: 0;
    padding: 20px 26px 20px 30px;
    color: #000;
    background-color: #EFEFEF;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s ease-in-out;
}

.project-section .button-group button:hover,
.project-section .button-group button.active {
    background-color: var(--color-primary);
    color: #FFF;
}

.project-section .project-list .project-item {
    position: relative;
    border: 1px solid #f1f1f1;
    z-index: 1;
}

.project-section .project-list .project-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 74%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.project-section .project-list .project-item img {
    width: 100%;
	height: 300px;
    object-fit: cover;
	object-position: center;
}

.project-section .project-list .project-item .project-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.project-section .project-list .project-item .project-title h6 {
    font-size: 18px;
    color: #FFF;
}

.project-section .project-list .project-item:hover .project-title h6 {
    color: var(--color-primary);
}

/*=============================================
    Project Detail -done
=============================================*/

.project-detail-section {
    position: relative;
}

.project-detail-section .content-wrapper {
    padding: 30px;
    background-color: var(--color-light);
}

.project-gallery {
    position: relative;
}

.project-gallery .gallery-item {
    position: relative;
}
.project-gallery .gallery-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}
.project-gallery .gallery-item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgb(0 0 0 / 80%) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgb(0 0 0 / 80%) 75%);
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    transition: opacity 0.35s, transform 0.35s;
}

.project-gallery .gallery-item:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.project-gallery .gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 24px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.project-gallery .gallery-item .overlay:hover {
    opacity: 1;
}

.project-gallery .gallery-item .overlay::after,
.project-gallery .gallery-item .overlay::before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.65s, -webkit-transform 0.65s;
    transition: opacity 0.65s, transform 0.65s;
}

.project-gallery .gallery-item .overlay::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.project-gallery .gallery-item .overlay::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.project-gallery .gallery-item:hover .overlay::after,
.project-gallery .gallery-item:hover .overlay::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 768px) {
    .project-detail-section .content-wrapper {
        padding: 20px;
    }
}


/* ==================================
   ==== Brand List Page ======
===================================== */

.brand-list-section {
    position: relative;
}

.brand-list-section .brand-list {
    position: relative;
    text-align: center;
    border: 1px solid #C9C9C9;
    padding: 40px;
    border-radius: 24px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.brand-list-section .brand-list img {
    width: 200px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 30px;
}

.brand-list-section .brand-list h6 {
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.brand-list-section .brand-list:hover {
    border-color: var(--color-primary);
}

.brand-list-section .brand-list:hover h6 {
    color: var(--color-primary);
}



/* =====================================
    ====== Brand Detail Section=====
 ======================================= */

/* Breadcrumbs Section */
.breadcrumbs-section.brand-detail {
    background-color: #111;
    ;
    padding-bottom: 150px;
}

.breadcrumbs-section.brand-detail .breadcrumbs .content ul li+li::before {
    color: #FFF;
    ;
}

.breadcrumbs-section.brand-detail .breadcrumbs .content ul li {
    color: #FFF;
    ;
}

.breadcrumbs-section.brand-detail .breadcrumbs .content ul li a {
    color: #FFF;
    ;
    opacity: 0.5;
}

.breadcrumbs-section.brand-detail .breadcrumbs .content ul li a:hover {
    color: var(--color-primary);
    opacity: 1;
}

.breadcrumbs-section.brand-detail .breadcrumbs .content .section-title {
    padding: 40px 0;
}

.breadcrumbs-section.brand-detail .breadcrumbs .content .section-title .main-title {
    font-size: 62px;
}

@media screen and (max-width: 1024px) {
    .breadcrumbs-section.brand-detail .breadcrumbs .content .section-title .main-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumbs-section.brand-detail .breadcrumbs .content .section-title .main-title {
        font-size: 35px;
    }

}

/* Video Section */
/* now changed */
.brand-video-section {
    position: relative;
    margin-top: -180px;
    /* padding-bottom: 230px; */
}

.brand-video-section .video-container {
    position: relative;
}

.brand-video-section .video-container iframe {
    width: 100%;
    height: 500px;
}
.brand-video-section .image-box {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.brand-video-section .image-box img {
	width: 100%;
}
.brand-video-section .content {
    padding: 40px 0;
    border-bottom: 1px solid #9E9E9E;
}

.brand-video-section .content h2 {
    font-size: 50px;
    margin-bottom: 30px;
}

.brand-video-section .content h2 span {
    color: var(--color-primary);
}

.brand-video-section .content .btn-dark {
    padding: 16px
}

@media screen and (max-width: 768px) {
    .brand-video-section .content h2 {
        font-size: 35px;
    }

}

/* Overview Section */
.overview-section {
    position: relative;
}

.overview-section .image-box {
    padding: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-primary);
}

.overview-section .image-box img {
    width: 300px;
    object-fit: contain;
}

.overview-section .content p span {
    color: var(--color-primary);
    font-weight: 600;
}

/* Commercial Section */
/* now changed */
.commercial-section {
    position: relative;
    background-color: #04527E;
}

.commercial-section .commercial-items {
    position: relative;
    display: flex;
    padding: 30px;
}

.commercial-section .commercial-items img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.commercial-section .commercial-items .content {
    padding-left: 40px;
}

.commercial-section .commercial-items .content h5 {
    color: #FFF;
    ;
    font-size: 24px;
    font-weight: 600;
}

.commercial-section .commercial-items .content p {
    color: #FFF;
    ;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.8;
    margin-bottom: 0;
}

/* Application Section */
.application-section {
    position: relative;
}

.application-section .application-item {
    position: relative;
    text-align: center;
}

.application-section .application-item h5 {
    padding: 20px 0;
}

/* Feature Section */
.features-section {
    position: relative;
    background-color: #111;
}

.features-section::before {
    position: absolute;
    background-image: url(../images/brand-list/feature/feature-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.features-section .section-title .main-title {
    padding: 0;
}

.features-section .content {
    padding: 20px;
}
.features-section .content h4 {
	color: #fff;
}
.features-section .content p {
	color: #fff;
    font-size: 22px;
}
.features-section .content ul li {
    position: relative;
    color: #FFF;
    padding: 10px 0;
    font-size: 22px;
    padding-left: 30px;

}

.features-section .content ul li::before {
    position: absolute;
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 14px;
    left: -20px;
    color: #FFF;
    ;
    font-size: 20px;
}

/* Benefits Section */
.benefits-section {
    position: relative;
}

.benefits-section .owl-carousel .owl-stage {
    display: flex;
    height: 100%;
}

.benefits-section .benefits-item {
    position: relative;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #C4C4C4;
    height: 100%;
}

.benefits-section .benefits-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all 0.6s ease-in-out;
}

.benefits-section .benefits-item h5 {
    font-weight: 600;
}
.benefits-section .benefits-item p {
	margin-bottom: 0;
}
.benefits-section .benefits-item:hover img {
    transform: rotateY(180deg);
}

/* Advantage Section */
.advantage-section {
    position: relative;
    background-color: var(--color-blue);
}

.advantage-section .content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.advantage-section .content ul li::before {
    position: absolute;
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 0;
    left: 0;
    color: #111;
    ;
    font-size: 20px;
}

.advantage-section .advantage-img img {
    width: 100%;
}

/* Specification Section */
.specification-section {
    position: relative;
}

.specification-section .specification-container {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px;
    height: 100%;
}
.specification-section .specification-container h4 {
	color: #fff;
}
.specification-section .specification-container::before {
    position: absolute;
    content: "";
    background-color: #004972;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.specification-section .specification-container .specification-list {
    position: relative;
    z-index: 2;
}

.specification-section .specification-container .specification-list ul li {
    position: relative;
    color: #FFF;
    ;
    padding-left: 30px;
    margin-bottom: 10px;
}

.specification-section .specification-container .specification-list ul li::before {
    position: absolute;
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 0;
    left: 0;
    color: #FFF;
    ;
    font-size: 20px;
}
.specification-section .specification-container .specification-list table {
	width: 100%;
}
.specification-section .specification-container .specification-list table th,
.specification-section .specification-container .specification-list table td {
    color: #FFF;
    border: 1px solid #6b91a6;
    padding: 10px 20px;
    background-color: transparent;
}
.specification-section .specification-container .specification-list table th {
        font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .specification-section .section-title .main-title {
        font-size: 40px
    }

    .specification-section .specification-container {
        padding: 50px 20px;
    }
}

/* Knowledge Center Section */

.knowledge-centre-section {
    position: relative;
}

.knowledge-centre-section .content-box {
    position: relative;
    text-align: center;
    padding: 20px;
    border: 1px solid #AEAEAE;
    height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.knowledge-centre-section .content-box .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.knowledge-centre-section .content-box .video-bg {
    height: 100%;
}

.knowledge-centre-section .content-box h5 {
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
}

.knowledge-centre-section .content-box p {
    font-size: 20px;
    font-weight: 600;
}

.knowledge-centre-section .content-box p a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.knowledge-centre-section .content-box p a:hover {
    color: var(--color-primary);
}

.knowledge-centre-section .content-box p a i {
    position: relative;
    display: inline-block;
    color: var(--color-primary);
    transition: transform 0.3s ease-in-out;
}

.knowledge-centre-section .content-box p a:hover i {
    animation: moveDownUp 0.3s ease-in-out;
}

@keyframes moveDownUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(100%);
        opacity: 0;
    }

    51% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Gallery Image Section */

.gallery-image-section {
    position: relative;
}

.gallery-image-section .image-item {
    position: relative;
}

.gallery-image-section .image-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 20px;
	border: 1px solid #ddd;
}

.gallery-image-section .image-item .gallery-image {
    position: relative;
    z-index: 1;
}

.gallery-image-section .image-item .gallery-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    transition: opacity 0.5s ease-in-out;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.gallery-image-section .image-item .gallery-image img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease-in-out;
}

.gallery-image-section .image-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-image-section .image-item:hover .gallery-image::before {
    opacity: 1;
}

.gallery-image-section .image-item .gallery-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 3;
    text-align: center;
}

.gallery-image-section .image-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-image-section .image-item .gallery-overlay .icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.gallery-image-section .image-item .gallery-overlay .icon img {
    width: 40px;
}

/* Gallery Video Section */

.gallery-video-section {
    position: relative;
}

.gallery-video-section .video-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 20px;
}

.gallery-video-section .video-item .gallery-image {
    position: relative;
    z-index: 1;
}

.gallery-video-section .video-item .gallery-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    transition: opacity 0.5s ease-in-out;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.gallery-video-section .video-item .gallery-image img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease-in-out;
}

.gallery-video-section .video-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-video-section .video-item:hover .gallery-image::before {
    opacity: 1;
}

.gallery-video-section .video-item .gallery-overlay {
    position: absolute;
    top: 40%;
    left: 12%;
    right: 12%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 3;
    text-align: center;
}

.gallery-video-section .video-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-video-section .video-item .gallery-overlay .icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.gallery-video-section .video-item .gallery-overlay h6 {
    color: #FFF;
}

.gallery-video-section .video-item .gallery-overlay .icon img {
    width: 40px;
}

/* Enquiry Form Section */

.enquiry-form-section {
    position: relative;
}

.enquiry-form-section .section-title {
    margin-bottom: 0;
}

.enquiry-form-section .enquiry-form-wrapper .form-floating label {

    transition: all 0.3s ease-in-out;
}

.enquiry-form-section .enquiry-form-wrapper .form-floating input:focus+label,
.enquiry-form-section .enquiry-form-wrapper .form-floating textarea:focus+label,
.enquiry-form-section .enquiry-form-wrapper .form-floating select:focus+label {
    transform: translateY(-10px);
    font-size: 14px;
    color: #007bff;
}

.enquiry-form-section .enquiry-form-wrapper .form-control,
.enquiry-form-section .enquiry-form-wrapper .form-select {
    border: 0;
    border-bottom: 1px solid #AEAEAE;
    border-radius: 0;
}

/* FAQ SECTION */

.faq-section {
    position: relative;
    background-color: var(--color-blue);
}

.faq-section.bg-white .faq-wrapper {
    background-color: var(--color-blue);
    padding: 40px 0;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: var(--color-primary);
    box-shadow: none;
}

.faq-section .accordion-button {
    font-size: 18px;
    font-weight: 600;
}

.faq-section .accordion-item {
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.faq-section .accordion-item:has(.accordion-collapse.show) {
    background-color: var(--color-primary);
    color: #FFF;
}

.faq-section .accordion-button:not(.collapsed)::after {
    color: #FFF;
    background-image: none;
    content: '\2b';
    font-family: 'FontAwesome';
    font-size: 20px;
    transform: rotate(45deg);
}

.faq-section .accordion-button.collapsed::after {
    color: var(--color-primary);
    background-image: none;
    content: '\2b';
    font-family: 'FontAwesome';
    font-size: 20px;
}

.faq-section .accordion-body {
    padding: 15px 20px;
    font-size: 16px;
    color: #FFF;
    line-height: 1.6;
}

@media screen and (max-width: 767.98px) {
	.faq-section .accordion-button{
		padding: 0;
	}
}

/* ==================================
   ==== After Sales Service Page ======
===================================== */

.as-service-section {
    position: relative;
}

.as-service-section .image-container {
    position: relative;
}

.as-service-section .image-container img {
    width: 100%;
}

.as-service-section .content {
    position: relative;
}
.as-service-section .content h4 {
	color: var(--color-primary);
	margin-bottom: 20px;
}

/* Service Content Section */
.service-content-section {
    position: relative;
    background-color: var(--color-blue);
}

.service-content-section .section-title {
    margin-bottom: 0;
}

/* Plain Text Section */
.plain-text-section {
    position: relative;
    background-color: var(--color-theme);
    color: #FFF;
}

.plain-text-section .section-title {
    margin-bottom: 0;
}

/* After Sales Service Brands Section */
.after-sales-service-brands-section {
    position: relative;
}

.after-sales-service-brands-section .brand-logo img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}


/* =============================
    ==== Blog List Page =====
    ============================ */

.blog-list-section {
    position: relative;
}

.blog-list-section .list-item {
    position: relative;
    border: 1px solid #CBCBCB;
}

.blog-list-section .list-item .blog-content {
    position: relative;
    padding: 40px;
}

.blog-list-section .list-item .blog-content span {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.blog-list-section .list-item .blog-content h3 {
    font-weight: 600;
}

.blog-list-section .list-item .blog-content .read-more {
    position: relative;
    color: var(--color-primary);
    transition: all 0.3s ease-in-out;
}

.blog-list-section .list-item .blog-content .read-more:hover {
    letter-spacing: 1.8px;
}

.blog-list-section .owl-nav button.owl-prev,
.blog-list-section .owl-nav button.owl-next {
    position: absolute;
    top: -100px;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: #FFF;
    border: 1px solid #C9C9C9;
    color: var(--color-primary);
}

.blog-list-section .owl-nav button.owl-prev:hover,
.blog-list-section .owl-nav button.owl-next:hover {
    color: #FFF;
    background-color: var(--color-primary);
}

.blog-list-section .owl-nav button.owl-prev {
    right: 60px;
}

.blog-list-section .owl-nav button.owl-next {
    right: 20px;
}

/* =============================
   ==== Blog Detail Page =====
  ============================== */

.blog-detail-section {
    position: relative;
}

.blog-detail-section .blog-detail-content {
    position: relative;
    padding: 80px 20px;
}
.blog-detail-section .blog-detail-content a {
	color: var(--color-primary);
}
.blog-detail-section .blog-detail-content ul{
	    margin-bottom: 20px;
}

.blog-detail-section .blog-detail-content::before {
    content: '';
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
/*     height: 95%; */
    background-color: #E6F6FF;
    z-index: -1;
}

.blog-detail-section .blog-detail-content .cover-image {
    width: 100%;
    margin-bottom: 30px;
}

.blog-detail-section .blog-detail-content .box {
    background-color: #FFF;
    padding: 20px 40px;
    height: 100%;
}
.blog-detail-section .blog-detail-content table {
	width: 100%;
}
.blog-detail-section .blog-detail-content table th,
.blog-detail-section .blog-detail-content table td {
	color: #000;
	border: 1px solid #111;
	padding: 10px 20px;
	background-color: transparent;
}
.blog-detail-section .blog-detail-content table th {
	font-size: 18px;
	font-weight: 600;
}
@media screen and (max-width:768px) {
    .blog-detail-section .blog-detail-content::before {
        top: 160px;
    }
}

/* =============================
   CLient
================================ */

.client-list-section {
    position: relative;
}

.client-list-section .client-container .client-item {
    position: relative;
    padding: 20px 20px;
    border: 1px solid #DBDBDB;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.client-list-section .client-container .client-item img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.client-list-section .client-container .client-item p {
    padding-top: 10px;
}

/* =============================
   Careers
================================ */

.career-list-section {
    position: relative;
}

.career-list-section .content-box {
    position: relative;
    padding: 40px 0;
}

.career-list-section .content-box .description p {
    font-size: 30px;
}

.career-list-section .content-box .key-value-item {
    position: relative;
    padding: 40px 20px;
    border: 1px solid #CECECE;
    text-align: center;
    height: 100%;
}

.career-list-section .content-box .key-value-item h6 {
    margin-top: 10px;
}

.career-list-section .content-box.blue {
    background-color: #E6F6FF;
    margin: 30px 0;
    padding: 40px;
}

.career-list-section .content-box.blue ul li {
    margin-bottom: 10px;
}

.career-list-section .content-box .job-item {
    position: relative;
    padding: 30px 20px;
    border: 1px solid #E6F6FF;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.career-list-section .content-box .job-item .date p {
    color: #363636;
}

.career-list-section .content-box .job-item .category p {
    background-color: #E6F6FF;
    padding: 2px;
    text-align: center;
}

.career-list-section .content-box .job-item .job-title {
    font-weight: 600;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.career-list-section .content-box .job-item .location p i {
    margin-right: 7px;
    color: var(--color-primary);
}

.career-list-section .content-box .job-item:hover {
    border-color: var(--color-primary);
}

.career-list-section .content-box .job-item .job-title a:hover {
    color: var(--color-primary);
}

/******************* Career Enquiry Form **********************/

.enquiry-form-section.blue-bg {
    padding-bottom: 60px;
}

.enquiry-form-section.blue-bg .enquiry-form-wrapper {
    background-color: #E6F6FF;
    padding: 40px;
}

.enquiry-form-section.blue-bg .enquiry-form-wrapper .form-control,
.enquiry-form-section.blue-bg .enquiry-form-wrapper .form-select {
    background-color: #E6F6FF;
}

.enquiry-form-section.blue-bg .enquiry-form-wrapper .form-floating>.form-control-plaintext~label::after,
.enquiry-form-section.blue-bg .enquiry-form-wrapper .form-floating>.form-control:focus~label::after,
.enquiry-form-section.blue-bg .enquiry-form-wrapper .form-floating>.form-control:not(:placeholder-shown)~label::after,
.enquiry-form-section.blue-bg .enquiry-form-wrapper .form-floating>.form-select~label::after {
    background-color: #E6F6FF;
    border-radius: 0;
}

.enquiry-form-section .enquiry-form-wrapper .upload-box {
    margin: 20px 0;
    border: 2px dashed var(--color-primary);
    background-color: #FFF;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

.enquiry-form-section .enquiry-form-wrapper .upload-box .upload-label h6 {
    font-weight: 600;
    color: var(--color-primary);
    cursor: pointer;
    margin-bottom: 0;
}

.enquiry-form-section .enquiry-form-wrapper .upload-box .upload-label i {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .career-list-section .content-box .job-item .category p {
        font-size: 14px;
    }
}

/* ==================================
   ==== Career Individual Page ======
===================================== */

.career-detail-section {
    position: relative;
}

.career-detail-section .career-info-wrapper {
    position: relative;
    background-color: #E6F6FF;
    padding: 20px;
    text-align: center;
}

.career-detail-section .career-info-wrapper p {
    margin-bottom: 0;
}

.career-detail-section .career-info-wrapper p span {
    color: var(--color-primary);
}

.career-detail-section .content-box {
    position: relative;
    padding: 40px 0;
}

.career-detail-section .content-box .section-title .main-title {
    font-weight: 400;
}

.career-detail-section .content-box .custom-list {
    background-color: #E6F6FF;
    padding: 40px;
}

.career-detail-section .content-box .custom-list h4 {
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .career-detail-section .career-info-wrapper p {
        display: flex;
        flex-direction: column;
    }

}

/* ==================================
    Facilities Page -done
===================================== */

.facility-section {
    position: relative;
}

.facility-section .content img {
    width: 100%;
    margin-bottom: 30px;
}

/* ==================================
   ==== Supplier Corner Page ======
===================================== */
.supplier-corner-section {
    position: relative;
}

.supplier-corner-section .content img {
    width: 100%;
}

.supplier-corner-section .content .item-box {
    background: #E6F6FF;
    border: 1px solid var(--color-primary);
    padding: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* ==================================
   - Service Franchisee - done
===================================== */

.service-franchisee-section {
    position: relative;
}

.service-franchisee-section .content .contact-info {
    position: relative;
    padding: 40px;
    background: #E6F6FF;
    border: 2px dashed var(--color-primary);
    border-radius: 10px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-franchisee-section .content .contact-info img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.service-franchisee-section .content .contact-info p {
    text-transform: capitalize;
}

.service-franchisee-section .content .contact-info h6 a {
    color: var(--color-primary);
    font-size: 22px;
    font-weight: 600;
}

.service-franchisee-section .content .contact-info h6 a:hover {
    color: var(--color-theme);
}

@media screen and (max-width: 1024px) {
    .service-franchisee-section .content .contact-info {
        padding: 40px 14px;
    }
}

/* ==================================
     Downloads
===================================== */

.downloads-section {
    position: relative;
}

.downloads-section .download-item {
    position: relative;
    border: 1px solid #DEDEDE;
    padding: 40px 20px;
    text-align: center;
    height: 100%;
    display: flex;
    border-radius: 5px;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.downloads-section .download-item:hover {
    border-color: var(--color-primary);
}

.downloads-section .download-item h6 {
    font-size: 18px;
    margin-bottom: 20px;
}

.downloads-section .download-item .download-btn {
    padding: 10px 20px;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}

.downloads-section .download-item .download-btn i {
    margin-right: 10px;
}

.downloads-section .download-item:hover .download-btn {
    opacity: 1;
    transform: scale(1.05);
}

/* MODAL */

.downlaod-modal .modal-content {
    border-radius: 0;
}

.downlaod-modal .modal-header {
    background-color: #E6F6FF;
}

/* ==================================
    Privacy Policy
===================================== */

.privacy-policy-section {
    position: relative;
}

.privacy-policy-section.blue-bg {
    background-color: #E6F6FF;
    padding: 40px 0;
}

.privacy-policy-section .content-box {
    position: relative;
    margin-bottom: 40px;
}

.privacy-policy-section .content-box h2 {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.privacy-policy-section .content-box,
.privacy-policy-section .content-box p {}

.privacy-policy-section .content-box.blue-bg {
    background-color: #E6F6FF;
    padding: 40px 40px;
}

.privacy-policy-section .content-box ol li {
    margin-bottom: 10px;
}

.privacy-policy-section .content-box .text-item {
    background-color: #E6F6FF;
    border: 2px dashed var(--color-primary);
    text-align: center;
    padding: 15px 15px;
    height: 100%;
}

.privacy-policy-section .content-box .text-item h6 {
    color: var(--color-primary);
    margin-bottom: 0;
}

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

    .privacy-policy-section .content-box.blue-bg {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 576.98px) {

    .privacy-policy-section .content-box.blue-bg {
        padding: 40px 15px;
    }
}

/* ==================================
    Terms and Conditions 
===================================== */

.terms-conditions-section {
    position: relative;
}

.terms-conditions-section .content-box,
.terms-conditions-section .content-box p {}

.terms-conditions-section .content-box h5 {
    margin: 20px 0;
}

.terms-conditions-section .content-box p {
    margin-bottom: 10px;
}

/* ==================================
   Cookies Policy
===================================== */

.cookie-policy-section {
    position: relative;
}

.cookie-policy-section .content-box,
.cookie-policy-section .content-box p {}

.cookie-policy-section .content-box h5 {
    margin: 20px 0;
}

.cookie-policy-section .content-box p {
    margin-bottom: 10px;
}

/*=============================================
    Dealers-page
=============================================*/

.dealers-description-section {
    position: relative;
}

.dealers-benefits-section {
    position: relative;
}

.dealers-benefits-section img {
    height: 100%;
    width: 100%;
}

.dealers-benefits-section .list .title,
.dealer-support-section .list .title,
.dealers-reward-section .list .title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}


/* dealer-support-section */

.dealer-support-section {
    position: relative;
    background-color: #E5F6FF;
}

.dealer-support-section p {
    margin-bottom: 0;
}

/* dealers-reward-section */

.dealers-reward-section {
    position: relative;
}

/*=============================================
     Tenders - done
=============================================*/

.tender-details-section {
    position: relative;
}

.tender-details-section .description {
    margin: 30px 0px;
}

.tender-quotation-section {
    position: relative;
}

.tender-quotation-section .quotation-table .table {
    border: 1px solid var(--color-primary);
}

.tender-quotation-section .quotation-table .table thead tr th {
    color: var(--color-primary);
    text-transform: uppercase;
    padding: 15px 15px;
    font-weight: 600;
    background-color: #E6F6FF;
}

.tender-quotation-section .quotation-table .table tbody tr td {
    padding: 15px 15px;
}

.tender-quotation-section .contact-info h6 a {
    color: #CF2E2E;
    font-weight: 600;
}

.tender-quotation-section .conditions-block {
    border: 1px dashed var(--color-primary);
    border-radius: 10px;
    background-color: var(--color-light);
    padding: 25px 25px;
    height: 100%;
}

.tender-quotation-section .conditions-block h4 {
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 567.98px) {

    .tender-quotation-section .quotation-table .table thead tr th {
        padding: 10px 10px;
    }

    .tender-quotation-section .quotation-table .table tbody tr td {
        padding: 10px 10px;
        font-size: 14px;
    }

}

/*===========================================
    - LEADERSHIP SECTION -
============================================*/

.leadership-section {
    position: relative;
}

.leadership-section .team-list {
    position: relative;
}

.leadership-section .team-list .nav {
    border: 0;
}

.leadership-section .team-list .nav .nav-item .nav-link {
    color: #000;
    border: none;
    font-weight: 600;
    border-bottom: 2px solid #CCC;
    font-size: 20px;
}

.leadership-section .team-list .nav .nav-item .nav-link.active {
    color: var(--color-primary);
    border-bottom: 3px solid var(--color-primary);
}

.leadership-section .team-list .director-card {
    display: flex;
    align-items: center;
    padding: 30px 20px 0px 20px;
    background-color: #E6F6FF;
    height: 100%;
}

.leadership-section .team-list .director-card.style-1 {
    background-color: #E6F6FF;
}

.leadership-section .team-list .director-card.style-2 {
    background-color: #E5E6FF;
}

.leadership-section .team-list .director-card.style-3 {
    background-color: #FFE4E4;
}

.leadership-section .team-list .director-card.style-4 {
    background-color: #E6FFE4;
}

.leadership-section .team-list .director-card.style-5 {
    background-color: #FEFFE4;
}

.leadership-section .team-list .director-card.style-6 {
    background-color: #E6F6FF;
}

.leadership-section .team-list .director-card.style-7 {
    background-color: #E6FFE4;
}

.leadership-section .team-list .director-card.style-8 {
    background-color: #FFE4E4;
}

.leadership-section .team-list .director-card.style-9 {
    background-color: #E5E6FF;
}

.leadership-section .team-list .director-card.style-10 {
    background-color: #FEFFE4;
}

.leadership-section .team-list .director-card .image-box {
    margin-right: 20px;
    flex-shrink: 0;
}

.leadership-section .team-list .director-card .image-box img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    object-position: bottom;
}

.leadership-section .team-list .director-card .description p {
    font-size: 18px;
    color: var(--color-primary);
}
.leadership-section .team-list .director-card .description .designation {
	font-size: 16px;
}

.leadership-section .team-list .director-card .description h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.leadership-section .team-list .director-card .description a {
    color: #000;
    text-transform: capitalize;
	display: block;
	margin-top: 15px;
}

.leadership-section .team-list .director-card:hover .description a {
    color: var(--color-primary);
}

/* - LEADERSHIP MODAL - */

.leadership-modal .modal-content .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: rgb(255 255 255 / 80%);
    opacity: 1;
    border-radius: 0;
    background-size: 12px;
    width: 28px;
    height: 28px;
}

.leadership-modal .modal-content .about-director {
    padding: 40px 40px;
    background-color: var(--color-primary);
}

.leadership-modal .modal-content .about-director img {
    border-radius: 4px;
    background-color: #E5E6FF;
    padding: 0 20px;
}

.leadership-modal .modal-content .about-director h4 {
    color: #FFF;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
}

.leadership-modal .modal-content .about-director p {
    font-size: 18px;
    font-style: oblique;
    color: #FFF;
    margin-bottom: 25px;
}

.leadership-modal .modal-content .about-director a {
    margin-right: 30px;
    display: inline-flex;
    align-items: center;
    color: #FFF;
}

.leadership-modal .modal-content .about-director a i {
    font-size: 30px;
    color: #FFF;
    margin-right: 20px;
}

.leadership-modal .modal-content .description {
    padding: 40px 40px;
}

.leadership-modal .modal-content .description p {
    text-align: justify;
}

@media screen and (max-width: 1024px) {

    .leadership-section .team-list .nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .leadership-section .team-list .nav-tabs .nav-item {
        flex-shrink: 0;
        scroll-snap-align: start;
    }

    .leadership-section .team-list .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .leadership-section .team-list .director-card {
        padding: 20px 20px 20px 20px;
        display: block;
        text-align: center;
    }

    .leadership-section .team-list .director-card .image-box {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .leadership-section .team-list .director-card .description h4 {
        font-size: 22px;
    }

    .leadership-modal .modal-content .about-director {
        text-align: center;
    }

    .leadership-modal .modal-content .description {
        padding: 40px 25px;
    }

}

@media screen and (max-width: 576.98px) {

    .leadership-section .team-list .director-card .description p {
        font-size: 16px;
    }

    .leadership-section .team-list .director-card .description h4 {
        font-size: 20px;
    }

    .leadership-modal .modal-content .about-director h4 {
        font-size: 24px;
    }

    .leadership-modal .modal-content .about-director p {
        font-size: 16px;
    }
}
/* Contact Page */
/* =============================================
- Address List Section
================================================ */
.address-list-section {
    position: relative;
}
.address-list-section .address-container {
	padding: 20px 0;
}
.address-list-section .address-category-title {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.address-list-section .address-item {
    padding: 20px 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
	height: 100%;
}
.address-list-section .address-item .location {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 20px;
}
/* ==============================================
- Storage and Racking
================================================= */
.light-blue-bg {
    background: linear-gradient(180deg, #fff 50%, #E6F6FF 50%);
}
@media screen and (max-width: 567px) {
    .light-blue-bg {
        background: linear-gradient(180deg, #fff 5%, #E6F6FF 95%);
    }

}
.btn-primary.light-blue {
    border-color: var(--color-primary);
    background-color: #fff;
    color: var(--color-primary);
}
.btn-primary.light-blue:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: #fff;
}

.custom-list ol li {
    padding: 5px 0;
    position: relative;
}
/* ------Storage About ----------- */
.storage-about-section {
    position: relative;
}
/* ------Storage Features ----------- */
.storage-features-section {
    position: relative;
}
/* ------Racking Type ----------- */
.racking-type-section {
    position: relative;
    background-color: var(--color-primary);
}
.racking-type-section .section-title .main-title {
    margin-bottom: 10px;
}
.racking-type-section .content p{
    color: #fff;
    font-size: 20px;
}
.racking-type-section .content ol li {
    color: #fff;
}
/* ------Storage Benefits ----------- */
.storage-benefits-section {
    position: relative;
    background-color: #E6F6FF;
}
/* ------Storage Advantages ----------- */
.storage-advantages-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    padding: 100px 0;
}
.storage-advantages-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.storage-advantages-section .custom-list ul li {
    color: #fff;
}
/* ------Storage Tech Specifications ----------- */
.storage-tech-specifications {
    position: relative;
}
/* ------Testimonial Page ----------- */
.testimonial-main-section {
		position: relative;
	}
.testimonial-main-section .testimonial-img {
	position: relative;
    z-index: 1;
    overflow: hidden;
}
.testimonial-main-section .testimonial-img .image-box {
	position: relative;
	z-index: 1;
}
	.testimonial-main-section .testimonial-img .image-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
/*     border-radius: 20px; */
    transition: opacity 0.5s ease-in-out;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}
.testimonial-main-section .testimonial-img:hover .image-box::before {
	opacity: 1;
}
.testimonial-main-section .testimonial-img .image-box img{
		width: 100%;
		border: 1px solid #ddd;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	    transition: transform 0.5s ease-in-out;
	}

.testimonial-main-section .testimonial-img .gallery-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 3;
    text-align: center;
}
.testimonial-main-section .testimonial-img:hover .gallery-overlay {
	opacity: 1;
}
.testimonial-main-section .testimonial-img .gallery-overlay .icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.testimonial-main-section .testimonial-img .gallery-overlay .icon img {
    width: 40px;
}
.testimonial-main-section .owl-nav button.owl-prev, .testimonial-main-section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #000;
    background-color: #fff;
    border: 1px solid var(--color-primary);
}
	.testimonial-main-section .owl-nav button.owl-prev:hover,
	.testimonial-main-section .owl-nav button.owl-next:hover {
	background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
	}
	.testimonial-main-section .owl-nav button.owl-next {
    right: -60px;
}
	.testimonial-main-section .owl-nav button.owl-prev {
    left: -60px;
}
/* Gonvarri Material Handling  */
.material-main-section{
	position:relative;
}
.material-main-section a {
		color: var(--color-primary);
	}
.gallery-image-section.product-portfolio .image-item .gallery-image img {
	aspect-ratio: 3 / 3;
}
.gallery-image-section .product-portfolio-content h4 {
	color: var(--color-primary);
}
/* Media Coverage - press release page  */
.media-coverage-section {
	position: relative;
}
.media-container{
	background-color: var(--color-secondary);
	padding: 60px 30px;
	border-radius: 25px;
}
.media-coverage-section .media-link-list {
	text-align: center;
	border: 1px solid #204960;
	padding: 30px 30px;
}
.media-coverage-section .media-link-list .image-box
{
	margin-bottom: 20px;
}
.media-coverage-section .media-link-list .image-box img{
	width: 100%;
	height: 150px;
	margin-bottom: 8px;
	transition: all 0.3s ease-in-out;
	object-fit: contain;
}
.media-coverage-section .media-link-list h6 {
	font-size: 18px;
	color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
	margin-bottom: 0;
}
.media-coverage-section .media-link-list:hover .image-box img {
	transform: translateY(-5px);
}

/* fixed social Icons*/
.fixed-social {
   position: fixed;
   top: 50%;
   z-index: 1000;
}

.fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
}
.fixed-social a:hover span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
.fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-social .fixed-facebook{
 	background-color: #3B5998;
 }
 .fixed-social .fixed-facebook span{
	background-color: #3B5998;
 }
 .fixed-social .fixed-linkedin{
	background-color: #007bb5;

 }
 .fixed-social .fixed-linkedin span{
 	background-color: #007bb5;
 }
 .fixed-social .fixed-instagrem{
	background-color: #125688;

 }
 .fixed-social .fixed-instagrem span{
 	background-color: #125688;
 }
.fixed-social .fixed-twitter {
	background-color: #000;
}
.fixed-social .fixed-twitter span {
	background-color: #000;
}
.fixed-social .fixed-youtube {
	background-color: #FF0000;
}
.fixed-social .fixed-youtube span{
	background-color: #FF0000;
}
/* Refrigeration System Page */
.refrigeration-banner-section{
	position: relative;
}
.refrigeration-banner-section .image-box {
	width: 100%;
	margin-bottom: 30px;
}
.refrigeration-banner-section .image-box img {
	width: 100%;
}