html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1316px;
    }
}

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
button:focus,
.btn:focus {
    box-shadow: none;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}



/* COMMON STYLE :START */
.mxcontainer {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.mxcontainer2 {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.px-12px {
    padding-left: 12px;
    padding-right: 12px;
}

.inner-page {
    padding: 100px 0px 120px;
}

.hr-style-1 {
    margin: 50px 0px;
    background-color: #e7e7e7;
    opacity: 1;
}
.hr-style-2 {
    width: 100%;
    height: 11px !important;
    background-color: transparent;
    background-image: url('../images/pattern-1.png');
    background-repeat: repeat;
    margin: 60px 0px;
    opacity: 1;
}

/* ---- section spacing :start ---- */
.section-padding {
    padding: 90px 0px;
}
.section-margin {
    margin: 90px 0px;
}

.section-padding2 {
    padding: 70px 0px;
}
.section-margin2 {
    margin: 70px 0px;
}
/* ---- section spacing :end ---- */

/* ---- hd-type :start ---- */
.hd-type-1 :last-child {
    margin-bottom: 0;
}
.hd-type-1 h1,
.hd-type-1 h2 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 15px;
}
.hd-type-1.s2 h1,
.hd-type-1.s2 h2,
.hd-type-1.s2 h3 {
    color: #ffffff;
    background: #000000;
    display: inline-block;
    padding: 7px 25px;
}
.hd-type-1.border-bottom {
    border-bottom: 1px solid #000000 !important;
}

.hd-type-2 :last-child {
    margin-bottom: 0;
}
.hd-type-2 h1,
.hd-type-2 h2,
.hd-type-2 h3 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 15px;
}

.hd-type-3 :last-child {
    margin-bottom: 0;
}
.hd-type-3 h1,
.hd-type-3 h2,
.hd-type-3 h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 15px;
}
.hd-type-4 :last-child {
    margin-bottom: 0;
}
.hd-type-4 h1,
.hd-type-4 h2,
.hd-type-4 h3,
.hd-type-4 h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 15px;
}
/* ---- hd-type :end ---- */

/* ---- btn-style-1 :start ---- */
.btn-style-1 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.1;
    color: #000000;
    background-color: #fbd847;
    border: 1px solid #fbd847;
    border-radius: 0px;
    padding: 12px 16px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
    text-align: center;
}
.btn-style-1 img {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-style-1:hover img {
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
}
/* ---- btn-style-1 :end ---- */

/* ---- owlnav-1 :start ---- */
.owlnav-1 {
    padding: 0px 0px;
} 
.owlnav-1 .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 25px 0 0 0;
} 
.owlnav-1 .owl-nav button.owl-prev, 
.owlnav-1 .owl-nav button.owl-next  {
    width: 42px;
    height: 42px;
    font-size: 18px;
    color: #000;
    border: 2px solid #000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owlnav-1 .owl-nav button.owl-prev:hover, 
.owlnav-1 .owl-nav button.owl-next:hover  {
    opacity: 1;
    color: #000000;
    background-color: #fbd847;
    border-color: #fbd847;
}
.owlnav-1 .owl-nav button.owl-prev.disabled, 
.owlnav-1 .owl-nav button.owl-next.disabled  {
    opacity: 0.1 !important;
    pointer-events: none;
}
/* ---- owlnav-1 :end ---- */

/* ---- owlsameheight :start ---- */
.owlsameheight .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owlsameheight .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.owlsameheight .owl-item .item {
    width: 100% !important;
    height: 100% !important;
}
/* ---- owlsameheight :end ---- */

/* ---- .block-style-1 :start ---- */
.block-style-1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 57px;
    cursor: pointer;
}
.block-style-1 .bs1image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.60;
    margin-bottom: 0;
}
.block-style-1 .bs1image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.block-style-1 .bs1text {
    width: 100%;
    height: auto;
    text-align: center;
    transition: 0.3s;
}
.block-style-1 .bs1text h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}
.block-style-1 .bs1text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0px;
}
.block-style-1:hover .bs1text {
    background: #fad942 !important;
}
.events-slider-wrap .owl-stage .owl-item .item .block-style-1:hover .bs1text span {
    color: #000;
    font-weight: 600;
}

.events-slider-wrap .owl-stage .owl-item .item .block-style-1:hover .bs1text a img {
    filter: brightness(0) invert(0);
    transform: rotate(45deg);
}

/* ---- .block-style-1 :end ---- */

/* ---- .block-style-2 :start ---- */
.block-style-2 {
    width: 100%;
    height: auto;
    /* margin-bottom: 40px; */
    color: #000000;
    display: flex;
    flex-direction: column;
    position: relative;
}
.block-style-2 .bs2image {
    width: 100%;
    height: 375px;
    background-color: #65827f;
    overflow: hidden;
}
.block-style-2 .bs2image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-2 .bs2text {
    width: calc(100% - 40px);
    height: auto;
    background-color: #ffffff;
    padding: 20px 20px 20px 20px;
    margin: -150px 20px 0px 20px;
    z-index: 1;
    transition: 0.5s;
}
.block-style-2 .bs2text time {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #aeaeae;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
    transition: 0.5s;
}
.block-style-2 .bs2text h3 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s;
}
.block-style-2 .bs2text .btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.block-style-2 .bs2text .btn img {
    transition: 0.5s;
}

.block-style-2:hover .bs2text {
    background-color: #fad942;
}
.block-style-2:hover .bs2text time {
    color: #000000;
}
.block-style-2:hover .bs2text .btn {
    color: #000000;
}
.block-style-2:hover .bs2text .btn img {
    filter: brightness(0) invert(0);
    transform: rotate(45deg);
}
.block-style-2:hover .bs2image img {
    transform: scale(1.1);
}
/* ---- .block-style-2 :end ---- */

/* ---- .block-style-3 :start ---- */
.block-style-3 {
    width: 100%;
    height: 100%;
    color: #000000;
    display: flex;
    gap: 24px;
}
.block-style-3 .bs3image {
    flex-shrink: 0;
    width: 460px;
    aspect-ratio: 1.74/1;
    overflow: hidden;
}
.block-style-3 .bs3image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-3 .bs3text {
    width: 100%;
    height: auto;
}
.block-style-3 .bs3text time {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #aeaeae;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
}
.block-style-3 .bs3text h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s;
}
.block-style-3 .bs3text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block-style-3:hover .bs3image img {
    transform: scale(1.1);
}
.block-style-3:hover .bs3text h3 {
    color: #65827f;
}
/* ---- .block-style-3 :start ---- */

/* ---- .block-style-4 :start ---- */
.block-style-4 {
    width: 100%;
    height: 100%;
    color: #000000;
    display: flex;
    flex-direction: column;
}
.block-style-4 .bs4image {
    width: 100%;
    height: 190px;
    margin-bottom: 10px;
    overflow: hidden;
}
.block-style-4 .bs4image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-4 .bs4text {
    width: 100%;
    height: auto;
}
.block-style-4 .bs4text time {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #aeaeae;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
}
.block-style-4 .bs4text h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s;
}
.block-style-4 .bs4btns {
    margin-top: 20px;
}
.block-style-4:hover .bs4image img {
    transform: scale(1.1);
}
.block-style-4:hover .bs4text h3 {
    color: #65827f;
}
/* ---- .block-style-4 :start ---- */

/* ---- .block-style-5 :start ---- */
.block-style-5 {
    width: 100%;
    height: 100%;
    color: #000000;
    display: flex;
    gap: 20px;
    cursor: default;
}
.block-style-5 .bs5image {
    flex-shrink: 0;
    flex-grow: 0;
    width: 75px;
    overflow: hidden;
}
.block-style-5 .bs5image img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.block-style-5 .bs5text {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.block-style-5 .bs5text h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
    display: table;
}
.block-style-5 .bs5text h3::after {
    bottom: 0;
    height: 2px;
    width: 0;
    background: #fbd847;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}
.block-style-5:hover .bs5text h3::after {
    width: 100%;
}
.block-style-5 .bs5text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0px;
}
.block-style-5 .bs5text span {
    font-size: 24px;
    font-weight: 700;
    color: #3b3b3b;
    display: block;
    margin: 0;
}
/* ---- .block-style-5 :end ---- */

/* ---- form-style-1 :start ---- */
.form-style-1 {
    width: 100%;
    height: auto;
}
.form-style-1 .form-label {
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    color: #484848;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.form-style-1 .form-label.required::after {
    content: '*';
    color: #f06369;
}
.form-style-1 .form-control {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: transparent;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    overflow: hidden;
    padding: 12px 12px;
    transition: 0.5s;
}
.form-style-1 .form-control:focus {
    background-color: transparent;
    border-color: #65827f;
    box-shadow: none;
}
.form-style-1 .form-control:disabled {
    background-color: #e6e6e6;
}
.form-style-1 .form-control::placeholder {
    color: #868686;
}
.form-style-1 .nice-select {
    width: 100%;
    height: 48px;
    line-height: 1;
    background-color: transparent;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.form-style-1 .nice-select::after {
    top: 0;
    right: 15px;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 100%;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.form-style-1 .nice-select.open::after {
    -webkit-transform: scaleY(-1) rotate(0deg);
        -ms-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
}
.form-style-1 .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
}
.form-style-1 .nice-select .list .option:hover {
    color: #ffffff;
    background-color: #000000 !important;
}
.form-style-1 .form-group{
    margin-bottom: 20px;
}
/* ---- form-style-1 :end ---- */

/* ---- custom-fileupload :start ---- */
.custom-fileupload {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    background-color: transparent;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    overflow: hidden;
}
.custom-fileupload [type="file"] {
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
}
.custom-fileupload:hover {
    color: #000000;
    background-color: #fed900;
    border-color: #fed900;
}
/* ---- custom-fileupload :end ---- */

/* ---- gmap :start ---- */
.gmap {
    width: 100%;
    height: 365px;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
}
.gmap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/* ---- gmap :end ---- */

/* ---- breadcrumb-style-1 :start ---- */
.breadcrumb-style-1 {
    width: 100%;
    height: auto;
    padding: 25px 0px;
    --bs-breadcrumb-divider: '|';
}
.breadcrumb-style-1 .breadcrumb {
    font-size: 11px;
    font-weight: 500;
    color: #858585;
    margin: 0;
    text-transform: uppercase;
}
.breadcrumb-style-1 .breadcrumb .breadcrumb-item {
    white-space: nowrap;
    overflow: hidden;           
    text-overflow: ellipsis;    
    max-width: 200px;   
}
.breadcrumb-style-1 .breadcrumb .breadcrumb-item a {
    color: #000000;
}
.breadcrumb-style-1 .breadcrumb .breadcrumb-item a:hover {
    color: #fbd847;
}
/* ---- breadcrumb-style-1 :end ---- */

/* ---- pagination-style-1 :start ---- */
.pagination-style-1 {
    gap: 10px;
    margin: 0px;
}
.pagination-style-1 .page-item .page-link {
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px 5px 6px;
    margin: 0;    
}
.pagination-style-1 .page-item:hover .page-link {
    color: #000000;
    background-color: #bfbfbf;
    border-color: #bfbfbf;
}
.pagination-style-1 .page-item.active .page-link {
    color: #000000;
    background-color: #fbd847;
    border-color: #fbd847;
}
.pagination-style-1 .page-item.disabled .page-link {
    pointer-events: none;
    color: #bfbfbf;
    background-color: #ffffff;
    border-color: #bfbfbf;
}
.pagination-style-1 .page-item .page-link:focus {
    outline: 0;
    box-shadow: none;
}
/* ---- pagination-style-1 :end ---- */

/* ---- No data section :start ---- */
.nodata-section {
    width: 100%;
    height: auto;
    margin: 30px 0px;
}
.nodata-section .ndsec-inner {
    width: 100%;
    height: auto;
    min-height: 400px;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nodata-section .ndsec-inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #c1c1c1;
}
/* ---- No data section :end ---- */

/* COMMON STYLE :END */



/* Footer section :start */
footer {
    width: 100%;
    height: auto;
}


footer .ftop {
    width: 100%;
    height: auto;
    background-color: #65827f;
    background-image: url('../images/footer-bg.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 20% bottom;
    padding: 70px 0px 100px;
    position: relative;
}
footer .ftop .ftp-block {
    width: 100%;
    height: auto;
}
footer .ftop .ftp-block h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 25px;
}
footer .ftop .ftp-block .flist-style-1 {
    width: 100%;
    height: auto;
}
footer .ftop .ftp-block .flist-style-1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0;
}
footer .ftop .ftp-block .flist-style-1 ul li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 12px 0px;
}
footer .ftop .ftp-block .flist-style-1 ul li a {
    color: inherit;
}
footer .ftop .ftp-block .flist-style-1 ul li a:hover {
    color: #fed900;
}

footer .ftop .ftp-block .flist-style-2 {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
footer .ftop .ftp-block .flist-style-2:first-child {
    margin-top: 0px;
}
footer .ftop .ftp-block .flist-style-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
}
footer .ftop .ftp-block .flist-style-2 ul li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
footer .ftop .ftp-block .flist-style-2 ul li a {
    color: inherit;
}
footer .ftop .ftp-block .flist-style-2 ul li a:hover {
    color: #fed900;
}

footer .ftop .ftp-block address {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 20px;
}
footer .ftop .ftp-block address:last-child {
    margin-bottom: 0px;
}
footer .ftop .ftp-block .telephone {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 20px;
}
footer .ftop .ftp-block .telephone a {
    color: #ffffff;
    font-weight: 500;
}
footer .ftop .ftp-block .telephone a:hover {
    text-decoration: underline;
}













footer .ftop .ftp-block.flogo::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 252px;
    height: auto;
    aspect-ratio: 1.98/1;
    background-image: url('../images/ellipse.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}


footer .fbottom {
    width: 100%;
    height: auto;
    color: #ffffff;
    background-color: #54716e;
    padding: 16px 0px;
    position: relative;
}
footer .fbottom .fbtm-inner {
    font-size: 13px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 6px 15px;
    position: relative;
    padding-right: 70px;
}
footer .fbottom .fbtm-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 0px;
}
footer .fbottom .fbtm-inner ul li {
    display: flex;
}
footer .fbottom .fbtm-inner ul li::after {
    content: '|';
    padding: 0px 20px;
}
footer .fbottom .fbtm-inner ul li:last-child::after {
    display: none;
}
footer .fbottom .fbtm-inner ul li a {
    color: inherit;
}
footer .fbottom .fbtm-inner ul li a:hover {
    color: #fed900;
}



footer .fbottom .backtotop {
    width: 50px;
    margin-left: auto;
    display: flex;
    justify-content: center;
}
footer .fbottom .backtotop a {
    width: 50px;
    height: 50px;
    background-color: #fbd847;
    border: 5px solid #65827f;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -25px;
    transition: 0.5s;
}
footer .fbottom .backtotop a img {
    transition: 0.5s;
}
footer .fbottom .backtotop a:hover {
    background-color: #000000;
}
footer .fbottom .backtotop a:hover img {
    filter: brightness(0) invert(1);
}
/* Footer section :end */


/* trusted partners section :start */
.logoslide-owl .lslide-block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logoslide-owl .lslide-block img {
    width: auto;
    max-width: 100%;
    height: auto;
}
/* trusted partners section :end */

/* Events section :start */
.events-section {
    /* background-color: #d0e6f3; */
}

.events-slider-wrap {
    overflow: hidden;
}
.events-slider-wrap .owl-item.center .item {
    padding-bottom: 20px;
    opacity: 1;
}
.events-slider-wrap .owl-nav {
    margin: 0;
}

.events-slider-wrap .owl-stage .owl-item .item .bs1text {
    background: #fff;
    text-align: left;
    width: calc(100% - 70px);
    padding: 30px;
    position: absolute;
    left: 35px;
    bottom: 0;
}
.events-slider-wrap .owl-stage .owl-item .item .bs1text span {
    font-size: 11px;
    color: #aeaeae;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px 0;
}
.events-slider-wrap .owl-stage .owl-item .item .bs1text h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0 0 0 0;
    line-height: 26px;
}
.events-slider-wrap .owl-stage .owl-item .item .bs1text a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.events-slider-wrap .owl-stage .owl-item .item .bs1text a img {
    transition: 0.3s;
}
.events-slider-wrap .owl-stage .owl-item .item .bs1text a:hover img {
    transform: rotate(45deg);
}




/* Events section :end */

/* news update section :start */
.newsupdate-section {
    width: 100%;
    height: auto;
}
/* news update section :end */

/* About section :start */
.about-section {
    width: 100%;
    height: auto;
}
.about-section .abtsec-title {
    width: 100%;
    height: auto;
    text-align: center;
    background-image: url('../images/about-title-bg.png');
    background-repeat: no-repeat;
    background-position: 15% 0px;
    padding-top: 90px;
    margin-bottom: 40px;
}
.about-section .abtsec-title h2 {
    font-size: 150px;
    font-weight: 700;
    letter-spacing: -11px;
    line-height: 0.8;
    margin-bottom: 0px;
}
.about-section .abtsec-title h2 span {
    color: #65827f;
}

.about-section .abtsec-body {
    width: 100%;
    height: auto;
    background-image: url('../images/about-body-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow-x: clip;
}
.about-section .abtsec-body .asbshape {
    position: relative;
}
.about-section .abtsec-body .asbshape::before {
    content: '';
    /* width: 425px; */
    /* width: clamp(150px, 23vw, 425px); */
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: 140px; */
    left: 20%;
    right: 20%;
}
.about-section .abtsec-body .asbody-inner {
    background-color: #ffffff;
    padding: 40px 50px;
    margin: 60px 0px;
    position: relative;
}
/* About section :end */

/* home banner section :start */
.homebanner-section {
    width: 100%;
    height: auto;
}
.homebanner-section .hbsec-block {
    width: 100%;
    height: 100dvh;
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 60px 70px;
}
.homebanner-section .hbsec-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.homebanner-section .hbsec-block > img,
.homebanner-section .hbsec-block > video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.homebanner-section .hbsec-block .hbcaption {
    width: 100%;
    height: auto;
    margin-top: auto;
    position: relative;
    z-index: 2;
}
.homebanner-section .hbsec-block .hbcaption h1 {
    font-size: 120px;
    font-weight: 800;
    letter-spacing: -2.5px;
    line-height: 0.8;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.homebanner-section .hbsec-block .hbcaption p {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 0px;
}


.homebanner-owl .owl-nav {
    position: absolute;
    right: 20px;
    bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    z-index: 2;
} 
.homebanner-owl .owl-nav button.owl-prev, 
.homebanner-owl .owl-nav button.owl-next  {
    width: 40px;
    height: 40px;
    font-size: 12px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homebanner-owl .owl-nav button.owl-prev:hover, 
.homebanner-owl .owl-nav button.owl-next:hover  {
    opacity: 1;
    color: #000000;
    background-color: #fbd847;
    border-color: #fbd847;
}
.homebanner-owl .owl-nav button.owl-prev.disabled, 
.homebanner-owl .owl-nav button.owl-next.disabled  {
    opacity: 0.1 !important;
    pointer-events: none;
}

.homebanner-owl .owl-dots {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px 0px;
    z-index: 1;
}
.homebanner-owl .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.7s;
}
.homebanner-owl .owl-dots .owl-dot.active {
    background-color: #fbd847;
}
.homebanner-owl .owl-dots .owl-dot:hover {
    background-color: #65827f;
}
/* home banner section :end */

/* header section :start */
header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
}
header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.7) 100%);
    z-index: 2;
}
header .cnavright {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 10px;
}
header .cnavright .cnr-lang .langBtn {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: transparent;
    border: 3px solid #ffffff;
    border-radius: 50px;
    padding: 5px 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}
header .cnavright .cnr-lang .langBtn::after {
    content: "";
    display: inline-block;
    /* margin-left: 10px; */
    vertical-align: 10px;
    border-top: 5px solid #ffffff;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
}
header .cnavright .cnr-lang .dropdown-menu {
    min-width: 85px;
    padding: 0;
    border-radius: 50px;
    overflow: hidden;
}
header .cnavright .cnr-lang .dropdown-menu li a {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    border-radius: 50px;
    padding: 10px 20px;
    overflow: hidden;
}
header .cnavright .cnr-lang:has(.dropdown-menu.show) .langBtn, 
header .cnavright .cnr-lang .langBtn:hover {
    color: #000000;
    background-color: #fbd847;
    border-color: #fbd847;
}
header .cnavright .cnr-lang:has(.dropdown-menu.show) .langBtn::after, 
header .cnavright .cnr-lang .langBtn:hover::after {
    border-top-color: #000000;
}
header .cnavright .cnr-lang .dropdown-menu li a:hover {
    color: #000000;
    background-color: #fbd847;
}

header .cnavright .cnr-call a {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #000000;
    background-color: #fed900;
    border: 3px solid #fed900;
    border-radius: 50px;
    padding: 7px 12px 7px 7px;
    display: flex;
    align-items: center;
    gap: 7px;
}
header .cnavright .cnr-call a img {
    width: auto;
    max-width: 100%;
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
    transition: 0.5s;
}
header .cnavright .cnr-call a:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #fed900;
}
header .cnavright .hbtn {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: transparent;
    border: 3px solid #ffffff;
    border-radius: 50px;
    padding: 5px 18px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    text-wrap: nowrap;
}
header .cnavright .hbtn:hover {
    color: #000000;
    background-color: #fbd847;
    border-color: #fbd847;
}
/* header section :end */

/* total section :start */
.total-section {
    width: 100%;
    height: auto;
    overflow-x: clip;
}
.total-section .totsec-left {
    width: 100%;
    height: 100%;
    padding-bottom: 90px;
}
.total-section .totsec-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}
.total-section .totsec-left ul li {
    padding: 40px 0px 50px 0px;
    position: relative;
}
.total-section .totsec-left ul li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #65827f;
}
.total-section .totsec-left ul li::after {
    content: '\f111';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 8px;
    color: #65827f;
    position: absolute;
    bottom: -5px;
    left: 100%;
}
.total-section .totsec-left ul li h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 0.8;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0;
}
.total-section .totsec-left ul li h3 sup {
    font-size: 0.4em;
    font-weight: 500;
    line-height: normal;
    display: block;
    position: initial;
    margin-bottom: 5px;
}
.total-section .totsec-left ul li h4 {
    font-family: "Kanit", serif;
    font-size: 150px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 0.8;
    color: #65827f;
    margin-bottom: 25px;
}

.total-section .totsec-left ul li:last-child {
    padding-bottom: 0px;
}
.total-section .totsec-left ul li:last-child::before {
    display: none;
}
.total-section .totsec-left ul li:last-child::after {
    display: none;
}

.total-section .totsec-left ul li.tli2 {
    display: flex;
    align-items: flex-end;
    gap: 10px 30px;
}
.total-section .totsec-left ul li.tli2 h4 {
    margin-bottom: 0px;
}

.total-section .totsec-left ul li:nth-child(1)::before {
    width: calc(100% + 40px);
}
.total-section .totsec-left ul li:nth-child(1)::after {
    left: calc(100% + 40px);
}
.total-section .totsec-left ul li:nth-child(2)::before {
    width: 80%;
}
.total-section .totsec-left ul li:nth-child(2)::after {
    left: 80%;
}
.total-section .totsec-left ul li:nth-child(3)::before {
    width: 65%;
}
.total-section .totsec-left ul li:nth-child(3)::after {
    left: 65%;
}


.total-section .totsec-right {
    width: calc(100% + 140px);
    height: 100%;
    display: inline-flex;
    align-items: flex-end;
    float: right;
}
.total-section .totsec-right .tsrinner {
    flex-shrink: 0;
}
.total-section .totsec-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}
/* total section :end */


/* inner banner section :start */
.innerbanner-section {
    width: 100%;
    height: auto;
    min-height: 415px;
    display: flex;
    align-items: center;
    padding: 120px 0px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.innerbanner-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.innerbanner-section .ibanner-container {
    position: relative;
    z-index: 1;
}
.innerbanner-section .ibanner-container h1 {
    font-size: 120px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 0.8;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0px;
}
/* inner banner section :end */

/* Contact page :start */
.contpg-top {
    width: 100%;
    height: auto;
}
.contpg-top .cptop-left {
    width: 100%;
    height: 100%;
}
.contpg-top .cptop-left h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1;
    margin-bottom: 25px;
}
.contpg-top .cptop-left h6 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1;
    margin-bottom: 5px;
}
.contpg-top .cptop-left p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.contpg-top .cptop-left .cptlink {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 30px 0px;
}
.contpg-top .cptop-left .cptlink a {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 15px;
    display: inline-block;
}
.contpg-top .cptop-left .cptlink a:hover {
    color: #fbd847;
}

.contpg-form {
    width: 100%;
    height: auto;
}
.contpg-form .cpfrm-inner {
    border-top: 2px dashed #e5e5e5;
}
/* Contact page :end */

/* Career Page :start */
.career-block {
    width: 100%;
    height: auto;
    display: flex;
    padding: 50px 0px;
    border-bottom: 1px solid #7b7b7b;
}
.career-block .cblk-left {
    width: 100%;
    padding-right: 110px;
    border-right: 1px solid #7b7b7b;
}
.career-block .cblk-left .cblhead {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 24px;
}
.career-block .cblk-left .cblhead h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin: 0px;
}
.career-block .cblk-left .cblhead time {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.career-block .cblk-left .cbltext {
    width: 100%;
    height: auto;
}
.career-block .cblk-left .cbltext p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.career-block .cblk-right {
    width: 290px;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.career-block .cblk-right .applynowBtn {
    text-wrap: nowrap;
}

.career-block:last-child {
    padding-bottom: 0px;
    border-bottom: 0;
}


.careerapply-popup .modal-dialog {
    width: 100%;
    max-width: 950px;
    height: auto;
}
.careerapply-popup .modal-content {
    border-right: 2px solid #fed900;
    border-radius: 0;
}
.careerapply-popup .modal-body {
    padding: 70px 90px;
    position: relative;
}
.careerapply-popup .modal-body .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}
.careerapply-popup .modal-body .btn-close:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fed900'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.careerapply-popup .modal-body .caphead {
    margin-bottom: 40px;
}
.careerapply-popup .modal-body .caphead h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}
.careerapply-popup .modal-body .caphead h3 sup {
    display: block;
    font-size: 12px;
    line-height: normal;
    position: initial;
    margin-bottom: 10px;
}

/* Career Page :end */

/* Events List Page :start */
.eventslist-wrap {
    width: 100%;
    height: auto;
}
.eventslist-wrap .evlist-row {
    padding: 80px 0px;
    border-bottom: 1px solid #e7e7e7;
}
.eventslist-wrap .evlist-row:first-child {
    padding-top: 0px;
}
.eventslist-wrap .evlist-row:last-child {
    padding-bottom: 0px;
    border-bottom: 0;
}
/* Events List Page :end */

/* Events Detail Page :start */
.details-block {
    width: 100%;
    height: auto;
}
.details-block .dblock-head {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.details-block .dblock-head time {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #aeaeae;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
}
.details-block .dblock-head h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
}

.details-block .dblock-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.details-block .dblock-image img {
    width: 100%;
    height: auto;
}

.details-block .dblock-text {
    width: 100%;
    height: auto;
}
.details-block .dblock-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
}


.details-block .dblock-buttons {
    width: 100%;
    height: auto;
    margin-top: 40px;
}
/* Events Detail Page :end */

/* Gallery page :start */
.galsec-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 15px;
    margin-bottom: 24px;
}

.galsec-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
} 
.galsec-nav button.owl-prev, 
.galsec-nav button.owl-next  {
    width: 40px;
    height: 40px;
    font-size: 17px;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galsec-nav button.owl-prev:hover, 
.galsec-nav button.owl-next:hover  {
    opacity: 1;
    color: #000000;
    background-color: #fbd847;
    border-color: #fbd847;
}
.galsec-nav button.owl-prev.disabled, 
.galsec-nav button.owl-next.disabled  {
    opacity: 0.1 !important;
    pointer-events: none;
}

.gallery-slider-outer {
    width: 100%;
    height: auto;
}
.gallery-slider-outer .item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.gallery-slider-outer .galblock {
    width: 100%;
    height: auto;
    aspect-ratio: 1.46/1;
    background-color: #000000;
    position: relative;
    cursor: zoom-in;
}
.gallery-slider-outer .galblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.gallery-slider-outer .galblock.gvideo::after {
    content: '\f144';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    transition: 0.5s;
}
.gallery-slider-outer .galblock:hover img {
    opacity: 0.4;
}
.gallery-slider-outer .galblock.gvideo:hover::after {
    opacity: 1;
}
/* Gallery page :end */

/* About Page :start */
.abtpg-company {
    padding-bottom: 100px;
}
.abtpg-company .apcompany-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.abtpg-company .apcompany-left p {
    font-size: 17px;
}
.abtpg-company .apcompany-right {
    width: 100%;
    height: auto;
}
.abtpg-company .apcompany-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}



.abtpg-message {
    width: 100%;
    height: auto;
    background-color: #d8dadc;
    overflow-x: clip;
}
.abtpg-message .apmsg-inner {
    width: 100%;
    display: flex;
    gap: 30px 50px;
}
.abtpg-message .apmsg-inner .minner-left {
    width: 440px;
    margin-bottom: 30px;
    flex-grow: 0;
    flex-shrink: 0;
}
.abtpg-message .apmsg-inner .minner-left .milimage {
    width: 100%;
    height: auto;
    aspect-ratio: 0.52/1;
    background: rgb(195,185,100);
    background: linear-gradient(0deg, rgba(195,185,100,1) 65%, rgba(101,130,127,1) 100%);
    display: flex;
    align-items: flex-end;
    position: relative;
}
.abtpg-message .apmsg-inner .minner-left .milimage::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/ceo-msg-shape.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.abtpg-message .apmsg-inner .minner-left .milimage img {
    width: 100%;
    height: auto;
}

.abtpg-message .apmsg-inner .minner-left .miltext {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
}
.abtpg-message .apmsg-inner .minner-left .miltext h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #547370;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.abtpg-message .apmsg-inner .minner-left .miltext p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.abtpg-message .apmsg-inner .msginner-right {
    padding: 120px 20px;
    position: relative;
}
.abtpg-message .apmsg-inner .msginner-right .mirtext::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 202px;
    height: auto;
    aspect-ratio: 2/1;
    background-image: url('../images/quote-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.abtpg-message .apmsg-inner .msginner-right .mirtext p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 15px;
}



.abtpg-story {
    width: 100%;
    height: auto;
    padding: 120px 0px;
}
.abtpg-story .vimi-box {
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    padding: 60px 70px;
    /* text-align: center; */
    transition: 0.5s;
}
.abtpg-story .vimi-box img {
    margin-bottom: 5px;
}
.abtpg-story .vimi-box h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.abtpg-story .vimi-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
}
.abtpg-story .vimi-box:hover {
    background-color: #fed900;
}



.abtpg-values {
    width: 100%;
    height: auto;
    background-color: #f3f3f3;
    overflow-x: clip;
}



.abtpg-mandate {
    width: 100%;
    height: auto;
    padding: 80px 0px 120px;
}
.abtpg-mandate .apmandate-inner {
    width: 100%;
    height: auto;
    background-image: url('../images/mandate-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 130px;
    overflow-x: clip;
}
.abtpg-mandate .apmandate-inner .apm-left {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.abtpg-mandate .apmandate-inner .apm-left img {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% + 80px);
    height: calc(100% + 130px);
    object-fit: contain;
    object-position: center bottom;
}
.abtpg-mandate .apmandate-inner .apm-right {
    width: 100%;
    height: calc(100% - 140px);
    background-color: #ffffff;
    padding: 40px 20px 40px 40px;
    margin: 70px 0px;
}
.abtpg-members {
    width: 100%;
    height: auto;
    /* background-color: #d8dadc; */
}

.timeline-wrap {
    padding: 90px 0;
}
.timeline-wrap p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
    /* text-align: center; */
    line-height: 1.4;
}
.timeline-wrap .color-1 {
    background: #65827f;
}
.timeline-wrap .color-2 {
    background: #546f6c;
}
.timeline-wrap .color-3 {
    background: #4b6663;
}
.timeline-wrap .color-4 {
    background: #4c6562;
}
.timeline-wrap .date {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0;
}
.timeline-wrap .text-1 {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.timeline-wrap .text-2 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.timeline-wrap .owl-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 40px 0 0 0;
}
.timeline-wrap .owl-nav .owl-prev,
.timeline-wrap .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    border: 2px solid #000 !important;
    border-radius: 50%;
    padding: 0;
    font-size: 16px;
    color: #000;
}
.timeline-wrap .owl-nav .owl-prev:hover,
.timeline-wrap .owl-nav .owl-next:hover {
    border: 2px solid #fed900 !important;
    background: #fed900;
}




.team-slider-outer {
    padding-left: 42px;
    padding-right: 42px;
}
.team-slider-outer .owl-nav {
    position: absolute;
    left: -42px;
    width: calc(100% + 84px);
    top: 163px;
    justify-content: space-between;
    padding: 0;
    height: 0;
}
.team-slider-outer .member-block {
    width: 100%;
    height: 100%;
}
.team-slider-outer .member-block .mbimage {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.1;
    border: 2px solid #e2e2e2;
    border-radius: 30px;
    overflow: hidden;
}
.team-slider-outer .member-block .mbimage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}
.team-slider-outer .member-block .mbtext {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
}
.team-slider-outer .member-block .mbtext h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.team-slider-outer .member-block .mbtext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.team-slider-outer .owl-nav button.owl-prev, 
.team-slider-outer .owl-nav button.owl-next  {
    width: 32px;
    height: 32px;
    font-size: 13px;
    color: #000;
    border: 2px solid #000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.abtpg-team {
    width: 100%;
    height: auto;
    position: relative;
    overflow-x: clip;
    --apteam-line-width: 20px;
}
.abtpg-team::before, 
.abtpg-team::after {
    content: '';
    position: absolute;
    left: 0px;
    width: 20%;
    height: var(--apteam-line-width);
    background-color: #fed900;
    z-index: 1;
}
.abtpg-team::before {
    top: calc(-1 * var(--apteam-line-width));
}
.abtpg-team::after {
    bottom: calc(-1 * var(--apteam-line-width));
}
.abtpg-team .apteam-image {
    border-left: var(--apteam-line-width) solid #fed900;
}
.abtpg-team .apteam-image img {
    width: 100%;
    height: auto;
}
.abtpg-team .apteam-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 50px 30px;
}
.abtpg-team .apteam-text h2 {
    font-size: clamp(20px, 2.5vw, 48px);
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.abtpg-team .apteam-text h2 span {
    color: #000000;
    background: #ffffff;
    display: inline-block;
    padding: 8px 15px;
}
/* About Page :end */

/* Privacy Policy Page :start */
.contents-wraper_1 h5 {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 18px 0;
}
.contents-wraper_1 h6 {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 8px 0;
}
.contents-wraper_1 p {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 18px 0;
}
.contents-wraper_1 p strong {
    font-weight: 600;
}
.contents-wraper_1 p a {
    color: #000;
    text-decoration: underline;
}
.contents-wraper_1 p a:hover {
    text-decoration: none;
    color: #000;
}
.list-counter ul {
    list-style: none;
    padding-left: 0;
    counter-reset: list-counter;
}
.list-counter ul li {
    counter-increment: list-counter;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 2px;
    display: flex;
}
.list-counter.fw-normal li {
    font-weight: 400;
}
.list-counter ul li::before {
    content: counter(list-counter) ". ";
    /* font-weight: 600; */
    min-width: 30px;
    display: inline-block;
}
.list-counter ul li:nth-child(-n+9)::before {
    content: "0." counter(list-counter) ". ";
}
/* Privacy Policy Page :end */

/* 404 page :start */
.error404 {
    padding: 100px 0px;
}
.error404 .er404inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.error404 .er404inner .errorimg {
    padding: 0px 50px;
}
.error404 .er404inner .errorimg img {
    max-width: 100%;
    height: auto;
}
.error404 .er404inner .errortxt {
    padding: 0px 15px;
    margin-top: 20px;
}
.error404 .er404inner .errortxt h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
/* 404 page :end */

/* News Page :start */
.newslist-block .bs3image {
    width: 264px;
    aspect-ratio: 1/1;
}
/* News Page :end */

/* News Detail Page :start */
.morenewslist-block .bs4image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}
.newsDetail-owl .owl-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 16px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}
.newsDetail-owl .owl-next,
.newsDetail-owl .owl-prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.newsDetail-owl .owl-next i,
.newsDetail-owl .owl-prev i {
    font-size: 14px;
}
.newsDetail-owl .owl-next:hover,
.newsDetail-owl .owl-prev:hover {
    background: #fbd847 !important;
}
/* News Detail Page :end */

/* Content page : Start */
.content-page {

}
.content-page .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #65827f;
    box-shadow: none !important;
}
.content-page p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 15px;
}

.content-page .accordion-button:not(.collapsed)::after {
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23ffffff"%3E%3Cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E') !important;
    transform: rotate(-180deg);
}


.list-style-1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-style-1 ul li {
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 10px 0;
}
.list-style-1 ul li::after {
    width: 8px;
    height: 8px;
    background: #65827f;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}
.table-style-1 {
    vertical-align: middle;
    font-size: 16px;
}
.table-style-1 td {
    padding: 10px 15px;
}
/* Content page : End */