html,
body {
    font-family: 'Poppins', sans-serif;
}



main {min-height: calc(100vh - 60px) !important;min-height: 100vh;}
.btn-theme {background-color: var(--primary-color);border-color: var(--primary-color);}
.text-shadow {text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);}
.navbar-toggler:focus {outline: none;box-shadow: none;}
.link-unstyled,
.link-unstyled:hover {text-decoration: none;}
.btn-span,
.btn-span:hover {pointer-events: none;}
label.invalid-input {color: #dc3545;font-size: 13px;margin-bottom: 0;}
/* navbar horizontal ===================================================================================================== */
.twt-navbar.twt-navbar-common {background: #fff;transition: 0.5s all;top: 0;left: 0;right: 0;z-index: 1022;padding: 0 0;box-shadow: 30px 0 10px rgba(30, 30, 30, 0.06);}

.twt-navbar.twt-navbar-common.fixed { position: fixed; top: 0px; box-shadow: 0 1px 15px rgba(30, 30, 30, 0.3);  background: #fff; padding: 0 !important; animation: scrollani 1s ease; }

@keyframes scrollani {
    0% {
        top: -150px;
    }

    100% {
        top: 0px;
    }
}

.twt-navbar.twt-navbar-common.fixed .nav-top-header { display: none !important; }
.twt-navbar.twt-navbar-common .navbar-brand span { color: #eee; font-weight: 900; }
.twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link { transition: 0.25s all; border-radius: 0px; /* border-bottom: 1px solid transparent; */ }
.twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link,
.twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item .nav-link { color: #273945; padding: 0.75rem 1.5rem; border-bottom: 0; }

.twt-navbar.twt-navbar-common .navbar-nav .nav-item:hover .nav-link { color: var(--primary-color); background-color: transparent; }
.twt-navbar.twt-navbar-common .navbar-nav .nav-item.active>.nav-link, .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active:hover>.nav-link { color: #000; }
.twt-navbar.twt-navbar-common button.navbar-toggler .navbar-dash { display: block; height: 3px; width: 30px; background: var(--primary-color); margin: 5px; pointer-events: none; transition: 0.5s ease; }
.twt-navbar.twt-navbar-common .dropdown-menu { top: 59px; border: 0; background: none; padding: 0; background: #fff; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.09); margin-top: 0px !important; width: 250px; max-width: 250px; }
.twt-navbar.twt-navbar-common .dropdown-menu .dropdown-item { transition: 0.5s all; color: var(--secondary-font-colot); padding: 1rem 1.8rem; font-size: 16px; white-space: break-spaces; }
.twt-navbar.twt-navbar-common .dropdown-menu .dropdown-item:hover { background: rgba(0, 0, 0, 0.15); color: #000; }
.twt-navbar.twt-navbar-common .brand-logo-img { height: 65px; }
.gap { gap: 4px; }


@media (max-width:1199px) {

    .twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link,
    .twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item .nav-link {
        padding: 0.75rem 1.25rem;
    }
}

@media (max-width:991px) {
    .twt-navbar.twt-navbar-common {
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
    }

    .twt-navbar.twt-navbar-common .dropdown-menu.login-dropdown .dropdown-item {
        color: #6c757d !important;
    }

    .nav-slide-open .twt-navbar.twt-navbar-common button.navbar-toggler .navbar-dash:nth-child(1) {
        transform: rotate(45deg) translate(3px, 7px);
    }

    .nav-slide-open .twt-navbar.twt-navbar-common button.navbar-toggler .navbar-dash:nth-child(2) {
        opacity: 0;
    }

    .nav-slide-open .twt-navbar.twt-navbar-common button.navbar-toggler .navbar-dash:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -9px)
    }

    .twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link,
    .twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item .nav-link {
        padding: 15px 15px;
    }

    .nav-bottom .navbar-slide .nav-item {
        border-bottom: 1px solid #dddddd;
        width: 100%;
    }

    .nav-item.my-account.login-admin-icon {
        position: absolute;
        right: 50px;
    }

    .navbar-main {
        background: #444;
    }

    .twt-navbar.twt-navbar-common .navbar-brand span {
        color: #fff;
    }

    .twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link {
        color: #273945;
    }

    .twt-navbar.twt-navbar-common .navbar-nav .nav-item:hover .nav-link {
        background: rgba(0, 0, 0, 0.25);
    }

    .twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link:hover,
    .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active>.nav-link,
    .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active>.nav-link:hover {
        color: #273945;
    }

    .twt-navbar.twt-navbar-common .slide {
        position: fixed;
        z-index: 999;
        top: 0;
        bottom: 0;
        left: 0;
        min-width: 250px;
        width: 300px;
        max-width: 90%;
        background-color: #f2f0ed;
        transform: translate3d(-100%, 0, 0);
        transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
        border-right: 1px solid transparent;
        overflow-y: auto;
    }

    .twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link,
    .twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item .nav-link {
        padding: 0.75rem 1rem;
    }

    .twt-navbar.twt-navbar-common .navbar-slide .dropdown-menu {
        box-shadow: none;
    }

    .twt-navbar.twt-navbar-common .dropdown-menu .dropdown-item {
        color: var(--secondary-font-colot);
        padding-left: 1.75rem;
    }

    .nav-slide-open .twt-navbar.twt-navbar-common .slide {
        transform: translate3d(0, 0, 0);
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    }

    .twt-navbar.twt-navbar-common .dropdown-menu {
        width: 100%;
        max-width: 100%;
    }

}

@media (max-width:575px) {
    .twt-navbar.twt-navbar-common .brand-logo-img {
        height: 60px;
    }

    .twt-navbar.twt-navbar-common .dropdown-menu .dropdown-item {
        white-space: break-spaces;
    }
}

@media (min-width:992px) {
    .twt-navbar.twt-navbar-common .dropdown-menu.w-200px {
        min-width: 200px;
    }

    .twt-navbar.twt-navbar-common .dropdown-left .dropdown-menu {
        left: auto;
        right: 0;
    }
}

.twt-navbar.twt-navbar-common.nav-light .navbar-brand span {
    color: #333;
}

.twt-navbar.twt-navbar-common.nav-light button.navbar-toggler .navbar-dash {
    background: #333;
}

@media (min-width:992px) {
    .twt-navbar.twt-navbar-common.nav-light .navbar-nav .nav-item .nav-link {
        color: #333;
    }

    .twt-navbar.twt-navbar-common .navbar-nav .nav-item:hover .nav-link {
        background-color: transparent;
        color: var(--primary-color);
    }
}

.twt-navbar.twt-navbar-common .navbar-nav .nav-item.active>.nav-link {
    background-color: rgba(0, 0, 0, 0.3);
}

.twt-navbar.twt-navbar-common .dropdown-menu .dropdown-item:hover .icon-dropdown {
    color: #000 !important;
}

/* navbar Horizontal End ===================================================================================================== */

/* css */
:root {
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Raleway', sans-serif;
    --heading-font: var(--primary-font);
    --primary-color: #6C00B8;
    --secondary-color: #7A6A4F;
    --lightgreen-color: #9ECBA2;
    --body-color: #333;
    --heading-color: var(--primary-color);
    --primary-font-colot: #000000;
    --secondary-font-colot: #555555;
}

.text-theme { color: var(--primary-color) !important; } 
.bg-theme { background-color: var(--primary-color); } 
.btn:not(.btn-link):hover { box-shadow: none; } 
.twt-navbar.twt-navbar-common .dropdown-menu .dropdown-item { border-bottom: 1px solid #ddd; } 
.twt-navbar.twt-navbar-common .dropdown-menu li:last-child .dropdown-item { border-bottom: none; }

.user-header-icon { height: 40px; background: var(--primary-color); width: 40px; margin-right: 15px; border-radius: 50%; display: flex; align-items: center; justify-content: center; } 
.twt-navbar .user-icon-header { font-size: 20px; color: #fff; } 
.twt-navbar.twt-navbar-common.nav-light .navbar-nav .nav-item .nav-link { font-size: 14px; color: #fff; padding: 10px 20px !important; position: relative; transition: all 0.4s ease-in-out; }


.login-admin-icon .nav-link.logout-btn { color: var(--primary-color); font-size: 15px; font-weight: 500; } 
.login-admin-icon .nav-link.logout-btn .logout-icon { padding-right: 10px; font-size: 16px; color: var(--primary-color); } 
.twt-navbar.twt-navbar-common .dropdown-menu .dropdown-item:hover { background: var(--primary-color) !important; color: #fff !important; border-color: var(--primary-color) !important; } 
.twt-navbar.twt-navbar-common .dropdown-menu .dropdown-item:hover .icon-dropdown { color: #000 !important; } 
.twt-navbar.twt-navbar-common .navbar-slide .dropdown-menu { top: auto; left: 0; } 
.body-form-info .form-label { display: block; font-size: 15px; } 
.body-form-info .form-control:focus { border-color: #000; box-shadow: none; } 
.form-control { font-size: 14px; } 
.body-form-info button:focus { outline: none; } 
.header-title { font-size: 20px; font-weight: 600; text-transform: capitalize; line-height: normal; } 
.login-btn .dropdown-toggle::after { display: none; } 
.login-btn .custom-dropdown-toggle:hover { color: var(--primary-color); text-decoration: none; }
.twt-navbar.twt-navbar-common .nav-bottom .nav-item:hover a.nav-link, .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active .nav-link { background-color: #fff; color: #fff !important; }

.twt-navbar-common .slide .nav-item.active { background: #00000033; color: #fff; } 
.chnage-password .body-form-info .form-group { margin-top: 0px; margin-bottom: 25px; } 
.bg-light-color { background: #f5f5f5; } 
.breadcrumb-wrapper { background: #fff; } 
.chnage-password .form-control { font-size: 15px; } 
.navbar-slide .dropdown .dropdown-toggle::after { content: "\f107"; font-family: 'fontawesome'; font-weight: normal; vertical-align: bottom; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; } 
.navbar-slide .dropdown .dropdown-toggle+ul.dropdown-menu .dropdown-toggle:after { transform: rotate(-90deg); right: 10px; position: absolute; } 
.breadcrumb-wrapper .btn-light { padding: 6px 10px; font-size: 13px; line-height: 1.5; border-radius: 0; background: var(--primary-color); color: #fff !important; } 
.table td, .table th { text-align: center; font-size: 14px; white-space: normal; } 
.control-label { font-weight: 600; font-size: 90%; margin-bottom: 0.25rem; } 
.control-label { font-size: 14px; } 
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus { box-shadow: none; } 
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle { color: #fff; background-color: var(--primary-color); border-color: var(--primary-color); } 
.btn-info.focus, .btn-info:focus { box-shadow: none; } 
.table-bordered thead td, .table-bordered thead th { border-bottom-width: 2px; font-size: 14px; font-weight: 700; } 
.breadcrumb-wrapper .category-add-link { color: #333; font-size: 14px; } 
.breadcrumb-wrapper .breadcrumb-item { font-size: 14px; } 
.breadcrumb-item.active { color: var(--primary-color); } 
.form-control:focus { box-shadow: none; border-color: #CFD9E0; }

.page-item:last-child .page-link { border-top-right-radius: 0; border-bottom-right-radius: 0; } 
.page-item:first-child .page-link { margin-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } 
.star { color: red; } 
.update-section .body-form-info .form-group { margin-top: 0; margin-bottom: 33px; } 
.update-section .motadata-ftu-link { width: 100%; margin: 0 15px; } 
.add-user-section .btn.action-btn.btn-info { background: var(--primary-color); border-color: var(--primary-color); } 
.page-item.active .page-link { z-index: 1; color: #fff; background-color: var(--primary-color); border-color: var(--primary-color); } 
#user-table_paginate { margin-top: 15px; } 
table#user-table { width: 100% !important; } 
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle { background-color: var(--primary-color); } 
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus { box-shadow: none; } 
#user-table_wrapper table.dataTable { border-collapse: collapse !important; } 
.button-actions-top-bar { padding: 5px 10px; border-radius: 5px; } 
button:focus { outline: none; }

.table td, .table th { padding: 6px 11px; }

.twt-navbar.twt-navbar-common .navbar-slide .dropdown-menu li.dropdown-submenu { position: relative; }

.twt-navbar.twt-navbar-common .navbar-slide .dropdown-menu li.dropdown-submenu ul.dropdown-menu { top: 0px; left: 250px; border-radius: 0 10px 10px 0; }

@media (max-width:767px) {
    .card-login {
        width: 100%;
    }
}

@media (max-width:575px) {
    .user-header-icon {
        display: none;
    }

    .twt-navbar.twt-navbar-common .dropdown-menu {
        top: 5px;
    }

    .login-page:before {
        display: none;
    }

    .login-title {
        padding: 15px 20px 0px 0px;
    }

    .breadcrumb-wrapper .add-btn {
        padding: 8px 10px;
    }
}

/* custom css  */

/* Font Family */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body { position: relative; font-size: 16px; line-height: 24px; font-weight: 400; color: var(--body-color); margin: 0; padding: 0; font-family: var(--primary-font); background: var(--white); } 
body:after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.6); opacity: 0; visibility: hidden; z-index: 6; } 
body.nav-slide-open:after, body.open-menu:after { opacity: 1; visibility: visible; } 
body.nav-slide-open, body.open-menu { overflow-y: hidden; } 
a { display: inline-block; color: var(--primary-color); text-decoration: none; transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; -webkit-transition: all 300ms linear; } 
a:focus { outline: none; text-decoration: none; } 
a:hover, a:active { color: var(--secondary-color); outline: 0; text-decoration: none; } 
::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: rgba(28, 29, 31, 0.34); } 
::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder { color: rgba(28, 29, 31, 0.34); } 
:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: rgba(28, 29, 31, 0.34); } 
:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder { color: rgba(28, 29, 31, 0.34); } 
p { margin: 0 0 12px 0; } 
p:last-child { margin: 0; } 
h1, h2, h3, h4, h5, h6 { color: var(--secondary-color); margin: 0; font-family: var(--primary-font); } 
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span { color: var(--primary-color); } 
h1, h2, h3, h4, h5, h6 { color: var(--heading-color); margin: 0; font-family: var(--heading-font); font-weight: 400; } 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; } 
h1 { font-size: 44px; line-height: 60px; font-weight: 300; text-transform: capitalize; } 
h2 { font-size: 42px; line-height: 55px; font-weight: 400; text-transform: capitalize; } 
h3 { font-size: 30px; line-height: 35px; text-transform: capitalize; } 
h4 { font-size: 20px; line-height: 25px; } 
h5 { font-size: 16px; line-height: 25px; }

@media (max-width:1199px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2 {
        font-size: 34px;
        line-height: 40px;
    }
}

@media (max-width:991px) {
    h1 {
        font-size: 34px;
        line-height: 48px;
    }

    h2 {
        font-size: 34px;
        line-height: 50px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width:767px) {
    body {
        font-size: 14px;
        line-height: 22px;
    }

    h1 {
        font-size: 28px;
        line-height: 38px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 22px;
        line-height: 32px;
    }
}

.white-text, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 { color: var(--white); }

/* List style  */
ol, ul { margin: 0; padding: 0; list-style: none; }
.ul-auto{ list-style: auto;}

/* Button */
.button-style, .primary-button a { font-family: var(--primary-font); text-align: center; background-color: var(--primary-color); border-color: var(--primary-color); color: var(--white-color); border-radius: 4px; display: inline-block; font-size: 16px; font-weight: 400; padding: 9px 28px; border: 1px solid var(--primary-color); line-height: 24px; transition: all 0.3s ease-in-out; }

.button-style:hover, .primary-button a:hover { background-color: var(--white-color); color: var(--primary-color); } 
.button-style:focus, .primary-button a:focus { outline: none; } 
.container, .container-full { float: none; box-sizing: border-box; } 
.container:after, .container-full:after { clear: both; content: ''; display: table; } 
.clearfix { content: ''; display: table; clear: both; } 
img { display: block; } 
img.full { display: block; height: 100%; object-fit: cover; width: 100%; }

@media (min-width:768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 980px;
    }
}

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

/* css start here */
a.overlay-link { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

/* default form css */
.default-form textarea, .default-form select.form-control, .default-form input.form-control { font-family: var(--primary-font); border-radius: 4px; color: var(--secondary-color); padding: 11px 15px; margin: 0 0; font-size: 16px; line-height: 24px; font-weight: 400; width: 100%; background-color: transparent; border: 1px solid #E6E3F1; height: 40px; } 
.default-form .form-control:disabled, .default-form .form-control[readonly], .default-form button:disabled { background-color: #e9ecef !important; } 
.default-form .form-group { padding: 0 5px; margin-bottom: 10px; } 
.default-form .row { margin: 0 -5px; } 
.default-form select.form-control { padding: 0 15px; } 
.default-form input.form-control.birth-date, input.form-control.birth-date { background: url('../images/calendar.svg')no-repeat top 50% right 15px; } 
.default-form select.form-control:focus { box-shadow: none; border-color: var(--primary-color); } 
.default-form .submit-btn { font-family: var(--primary-font); text-align: center; background-color: var(--primary-color); border-color: var(--primary-color); color: var(--white-color); border-radius: 4px; display: inline-block; font-size: 16px; font-weight: 400; padding: 9px 28px; border: 1px solid var(--primary-color); line-height: 24px; transition: all 0.3s ease-in-out; text-transform: capitalize; } 
.default-form .submit-btn:hover { background-color: var(--white-color); color: var(--primary-color); } 
.default-form .submit-btn:focus { outline: var(--primary-color); } 
 .default-form select::-ms-expand { display: none; } 
.default-form textarea { resize: none; height: 130px; } 
.default-form textarea:focus, select:focus, .default-form input.form-control:focus { outline: none; box-shadow: none; border-color: var(--primary-color); } 
.default-form form label, .default-form label { margin: 0 0; } 
/* common button css */ 
.btn-primary.focus, .btn-primary:focus { box-shadow: none !important; }

.white-btn a { display: inline-block; text-align: center; background-color: #fff; color: #004590; border: 1px solid var(--primary-color); border-radius: 50px; font-weight: 700; padding: 15px 20px; text-transform: capitalize; transition: all 0.3s ease-in-out; min-width: 260px; margin: 0 11px; word-spacing: 4px; } 
.white-btn a:hover { color: #fff; background-color: var(--secondary-color); border-color: var(--secondary-color); } 
.button-1 a { border: none; padding: 14px 18px 14px 18px; text-transform: capitalize; border-radius: 6px; cursor: pointer; color: #fff; display: inline-block; font-size: 16px; background-size: 200%; box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.12); background-image: linear-gradient(to left, #559af3, #1462f3, #559af3); transition: all 0.3s ease-in-out; } 
.button-1 a:hover { background-position: right; background-image: linear-gradient(to left, #18529d, #093a95, #146ad9); } 
.button-1.submit { border: none; padding: 12px 22px 12px 22px; border-radius: 6px; cursor: pointer; color: #fff; display: inline-block; font-size: 16px; background-size: 200%; box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.12); background-image: linear-gradient(to left, #559af3, #1462f3, #559af3); text-transform: capitalize; transition: all 0.3s ease-in-out; } 
.button-1.submit:hover { background-position: right; } 
.button-1.small a { padding: 6px 12px 6px 12px; font-size: 12px; }

/* header */


/* Footer  */


/* Whatsapp Start */
.circle:before { -webkit-animation: ripple 2s linear infinite; animation: ripple 2s linear infinite; } 
.circle:before, .circle:after { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 50%; border: 11px solid #29a4af70; z-index: -1; } 
.cover-a-tag { position: absolute; left: 0; right: 0; top: -3px; bottom: 0; display: flex; align-items: center; justify-content: center; } 
.whatsapp-icon { position: fixed; bottom: 30px; z-index: 1050; background-color: #4caf50; height: 50px; width: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; } 
.whatsapp-right { right: 15px; left: unset; } 
.whatsapp-left { left: 15px; right: unset; }

@keyframes ripple {
    0% {
        opacity: 0.25;
    }

    100% {
        border-radius: 2em;
        opacity: 0;
        transform: scale(2);
    }
}

@media (max-width:991px) {
    .whatsapp-icon {
        bottom: 30px;
        width: 40px;
        height: 40px;
    }

    .cover-a-tag i {
        font-size: 22px;
    }
}

/* Whatsapp End */




/* header start  */

.twt-navbar.twt-navbar-common .nav-top-header { background: var(--secondary-color); padding: 10px 0; } 
.twt-navbar.twt-navbar-common .nav-top-header .welcome-title { color: #fff; font-weight: 400; font-size: 14px; line-height: 22px; } 
.twt-navbar.twt-navbar-common .logo-side { display: flex; display: flex; align-items: center; } 
.nav-info-content { font-weight: 600; font-size: 16px; line-height: 24px; color: #000000; } 
.nav-info-title { font-weight: 400; font-size: 14px; line-height: 22px; color: #374957; } 
.nav-info-div { display: flex; align-items: center; justify-content: start; gap: 10px; } 
.nav-icon-div { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; position: relative; } 
.nav-icon-div::after { position: absolute; width: 30px; height: 30px; left: 0px; top: 0px; background: #7A6A4F; opacity: 0.15; content: ''; top: 0; left: 0; border-radius: 100%; } 
.login-btn { font-weight: 500; font-size: 16px; line-height: 24px; padding: 16px 30px; color: #fff; } 
.login-btn:hover { background: #fff; border-color: var(--primary-color); color: var(--primary-color); } 
.twt-navbar.twt-navbar-common .nav-top { background: #fff; } 
.twt-navbar.twt-navbar-common .nav-info { background: #fff; padding: 10px 0; display: flex; align-items: center; justify-content: center; } 
.twt-navbar.twt-navbar-common .flollow-link { display: inline-block; list-style: none; } 
.twt-navbar.twt-navbar-common .follow-title { color: #fff; font-size: 17px; padding-right: 8px; } 
.twt-navbar.twt-navbar-common .follow-icon { font-size: 16px; color: #fff; padding: 0 4px; } 
.twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link, .twt-navbar.twt-navbar-common .follow-items { margin-bottom: 0; } 
.twt-navbar.twt-navbar-common .follow-icon:hover { color: #fff; } 
.twt-navbar.twt-navbar-common .nav-bottom { width: 100%; margin: 0 auto; background-color: #374957; } 
.twt-navbar.twt-navbar-common .nav-bottom .nav-item .nav-link, .twt-navbar.twt-navbar-common.fixed .nav-bottom .nav-item .nav-link { padding: 16px;position: relative; } 
.twt-navbar.twt-navbar-common .nav-bottom .nav-item .nav-link::before { position: absolute; content: ''; width: 0%; height: 4px; border-radius: 10px 10px 0px 0px; background: #fff; bottom: 0; left: 0; transition: 0.5s ease; } 
.twt-navbar.twt-navbar-common .nav-bottom .nav-item .nav-link { font-weight: 500; font-size: 16px; line-height: 24px; color: #fff; } 
.twt-navbar.twt-navbar-common .nav-bottom .nav-item .nav-link:hover { color: #fff; } 
.twt-navbar.twt-navbar-common .nav-bottom .nav-item .nav-link:hover::before, .twt-navbar-common .slide .nav-item.active .nav-link::before { width: 100%; } 
.twt-navbar.twt-navbar-common .nav-bottom .nav-item:hover a.nav-link, .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active .nav-link { background: rgba(0, 0, 0, 0.2); } 
.twt-navbar.twt-navbar-common { background-color: #fff; } 
.twt-navbar.twt-navbar-common .navbar-nav .nav-item.active>.nav-link, .twt-navbar.twt-navbar-common .navbar-nav .nav-item:hover .nav-link { background-color: transparent; color: var(--theme-color) !important; } 
.twt-navbar.twt-navbar-common .contact-button { background-color: var(--theme-color); padding: 12px 22px; color: #fff !important; } 
a:hover { text-decoration: none; } 
.twt-navbar.twt-navbar-common .address-side { display: flex; align-items: center; gap: 20px; } 
.twt-navbar.twt-navbar-common .heading { color: #0c1127; font-size: 15px; font-weight: 400; } 
.twt-navbar.twt-navbar-common .heading.title-heading { font-size: 17px; font-weight: 500; line-height: 25px; }
.twt-navbar.twt-navbar-common .transform-call { transform: rotate(90deg); } 
.twt-navbar.twt-navbar-common .icon { font-size: 35px; color: #24bbd0; display: inline-block; } 
.twt-navbar.twt-navbar-common .address-part { display: flex; align-items: center; gap: 20px; } 
.twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link, .twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item .nav-link { padding: 16px } 
.twt-navbar.twt-navbar-common .brand-logo-img { height: 64px; object-fit: contain; } 
.twt-navbar.twt-navbar-common .search-icon { background: #24bbd0; width: 40px; height: 40px; text-align: center; line-height: 42px; font-size: 19px; border-radius: 50px; color: #fff; } 
.twt-navbar.twt-navbar-common .social-wrap ul { gap: 10px; } 
.twt-navbar.twt-navbar-common .social-wrap ul li { line-height: 1; } 
.twt-navbar.twt-navbar-common .header-s-icon { color: #fff; font-size: 20px; }
.nav-mob-icon-div{display: none;}
.nav-mob-icon-div .mobile-img{width: 23px; height: 23px;}

/* .twt-navbar.twt-navbar-common .header-s-link{line-height: 1;} */
/* header end  */

@media(max-width:991px) {

    .twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link,
    .twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item .nav-link {
        padding: 12px 20px;
    }

    .twt-navbar.twt-navbar-common .nav-bottom .nav-item:hover a.nav-link,
    .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active .nav-link {
        background: var(--primary-color);
        border-left: 3px solid #fff;
        transition: 0.5s ease;
    }

    .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active>.nav-link {
        background-color: var(--primary-color) !important;
        color: #fff !important;
    }

    .twt-navbar.twt-navbar-common .nav-bottom .nav-item .nav-link::before {
        height: 0;
    }

    .twt-navbar.twt-navbar-common .logo-side {
        width: 100%;
        display: flex;
    }

    .twt-navbar.twt-navbar-common .address-side {
        display: none;
    }
    .nav-mob-icon-div{display: flex;  align-items: center;text-align: center; margin-right:5px;}
   
    .twt-navbar.twt-navbar-common {
        background-color: #0c1127;
    }

    .twt-navbar.twt-navbar-common.fixed {
        top: 0;
    }

    .twt-navbar.twt-navbar-common .nav-bottom .nav-item .nav-link {
        color: #000;
    }
}


@media(max-width:767px) {
    .twt-navbar.twt-navbar-common .address-side {
        display: none;
    }

    .twt-navbar.twt-navbar-common .brand-logo-img {
        height: 60px;
    }
}






/* slider1 */
.banner-slider { position: relative; } 
.banner-slider .container-fluid { padding: 0; } 
.banner-slider .main-slider .item { height: 700px; position: relative; } 
.banner-slider .main-slider .item::after { position: absolute; width: 100%; height: 100%; content: ''; background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.32) 50.63%); top: 0; left: 0; z-index: 2; } 
.banner-slider .main-slider .item .slider-mdiv { padding: 0 00px; position: relative; top: 50%; transform: translateY(-50%); z-index: 3; } 
.banner-slider .main-slider .small-title { font-weight: 500; font-size: 16px; line-height: 24px; color: #fff; opacity: 0; display: block; text-transform: uppercase; } 
.banner-slider .main-slider .main-slider-title { font-weight: 600; font-size: 61px; line-height: 96px; color: #fff; opacity: 0; padding-bottom: 25px; } 
.banner-slider .main-slider .main-slider-title-2 { color: var(--primary-color); } 
.banner-slider .slider-img { width: 100%; height: 100%; position: absolute; z-index: -1; content: ''; object-fit: cover; z-index: 1; } 
.banner-slider .main-slider .item.slick-active .bnr-cnt-img .slider-img { animation: fadeInUp 1s both 0.5s; opacity: 1; } 
.banner-slider .main-slider .item.slick-active .small-title { animation: fadeInDown 1s both 0.5s; opacity: 1; } 
.banner-slider .main-slider .bnr-cnt-img { position: relative; } 
.banner-slider .main-slider .main-slider-description { font-size: 17px; color: #fff; font-weight: 500; margin-bottom: 0; opacity: 0; } 
.banner-slider .main-slider .read-more { opacity: 0; } 
.banner-slider .main-slider .read-more-2 { opacity: 0; } 
.banner-slider .main-slider .item.slick-active .read-more, .banner-slider .main-slider .item.slick-active .read-more-2 { animation: fadeInUp 1.2s both 0.3s; opacity: 1; } 
.banner-slider .main-slider .item.slick-active .main-slider-title { animation: fadeInUp 1s both 0.3s; opacity: 1; } 
.banner-slider .main-slider .item.slick-active .main-slider-description { animation: fadeInUp 1s both 0.2s; opacity: 1; } 
.items-nav.slick-slide { margin: 12px 0px; } 
.banner-slider .slider-nav .item-slick { width: 16px; height: 16px; margin-left: 2px; cursor: pointer; box-shadow: 2px -6px 20px -6px rgb(0 0 0 / 25%); background: #fff; } 
.banner-slider .slider-item-nav { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 50px; height: 150px; z-index: 4; padding: 6px 0px; margin: 0 0px 0 -115px; } 
.slider-nav .slick-list { transform: translateY(-50%); top: 50%; } 
.banner-slider .slider-btn-div { display: flex; align-items: center; justify-content: flex-start; gap: 10px; flex-wrap: wrap; } 
.banner-slider .slider-nav .slick-current.slick-active .item-slick { background: var(--primary-color); position: relative; } 
.banner-slider .slider-nav .slick-current.slick-active .item-slick::after { border: 1px solid var(--primary-color); background: transparent; position: absolute; top: -3px; left: -3px; width: 22px; height: 22px; content: ''; } 
.slider-nav .slick-arrow { color: #fff; line-height: 0; font-size: 22px; }


/* css end here */

/* common css  start */

/* -------------------- button --------------------  */

.main-btn { width: fit-content; padding: 16px 30px; display: flex; flex-direction: row; justify-content: center; align-items: center; color: #fff; font-weight: 500; font-size: 16px; line-height: 24px; gap: 10px; transition: 0.6s ease; position: relative; } 
.main-btn>span { position: relative; z-index: 2; } 
.main-btn:hover { color: #fff; } 
.btn-margin-top { margin-top: 20px; } 
.main-btn::before { background-color: var(--primary-color); width: 100%; height: 100%; content: ''; top: 0; left: 0; position: absolute; z-index: 1; transition: 0.5s ease; z-index: 1; } 
.main-btn:hover::before { transform: skewX(-13deg) scaleX(0.92); } 
.sec-color.main-btn::before { background-color: var(--secondary-color); }

/* ------------------title--------------------- */

.section-name { font-weight: 500; font-size: 16px; line-height: 24px; color: var(--primary-font-colot); display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin-bottom: 10px; } 
.section-name-shape { width: 15px; height: 100%; background-color: var(--primary-color); clip-path: polygon(36% 0%, 100% 0%, 64% 100%, 0% 100%); } 
.main-title { font-weight: 600; font-size: 37px; line-height: 49px; color: var(--primary-font-colot); margin-bottom: 15px; } 
.description { font-weight: 400; font-size: 16px; line-height: 24px; color: var(--secondary-font-colot); margin-bottom: 15px; } 
.description:last-of-type { margin-bottom: 0; } 
.description span { color: var(--primary-color); font-weight: 500; }


/* -------------------- div------------------ */
section { padding: 48px 0; overflow: hidden; } 
section.shape-common-2 { padding: 0px 0; } 
.section-bg-2 { background: rgba(122, 106, 79, 0.1); } 
.img-div { width: 100%; object-fit: cover; height: 100%; padding: 25px; } 
.right-div-main { padding-left: 35px; } 
.left-div-main { padding-right: 35px; } 
.content-div { display: flex; align-items: start; flex-direction: column; justify-content: center; height: 100%; width: 100%; } 
.bg-shape { position: relative; min-height: 560px; height: 100%; object-fit: cover; } 
.bg-shape::before { clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%); position: absolute; width: 100%; height: 100%; content: ''; top: 0; left: 0; background: var(--primary-color); z-index: -1; } 
.shape-common-div { width: 100%; height: 70px; position: relative; overflow: hidden; display: flex; align-items: center; } 
.shape-common-div::after { position: sticky; content: ''; width: 50%; top: 0; right: 0; height: 100%; z-index: 2; transform: skew(55deg, 0deg); } 
.shape-common-div::before { position: sticky; content: ''; width: 50%; top: 0; left: 0; height: 100%; z-index: 2; transform: skew(55deg, 0deg); } 
.shape-common-div.scd-top::after { background: #fff; transform-origin: bottom left; width: 50%; right: 8px; border-bottom-left-radius: 10px; } 
.shape-common-div.scd-top::before { background: #f1f0ed; transform-origin: bottom left; border-top-right-radius: 20px; } 
.shape-common-div.scd-bottom::after { background: #f1f0ed; transform-origin: top right; width: 50%; right: 0; top: 0; border-bottom-left-radius: 20px; } 
.shape-common-div.scd-bottom::before { background: #fff; transform-origin: top right; top: 0; width: 50%; left: 8px; z-index: 3; border-top-right-radius: 10px; } 
.pd-main { padding: 48px 0; } 
.shape-70 { display: flex; align-items: center; justify-content: center; height: 70px; width: 70px; min-width: 70px; -webkit-clip-path: polygon(30% 0, 100% 0%, 70% 100%, 0% 100%); clip-path: polygon(30% 0, 100% 0%, 70% 100%, 0% 100%); background: var(--secondary-color); }
.content-div .description{text-align: justify;}




/* common css  end */


/* mubassir */
.section-cen-title { display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; margin: 0 auto; margin-bottom: 48px; } 
.section-cen-title .section-name { margin-bottom: 4px; } 
.section-cen-title .main-title { margin-bottom: 10px; } 
.p-common { padding: 25px; } 
.divider-shape { display: block; width: 100%; height: 2px; background: #fff; position: relative; margin: 15px 0; } 
.divider-shape::before { width: 6px; transform: rotate(45deg); height: 6px; background: #fff; position: absolute; content: ''; top: -2px; left: -6px; } 
.divider-shape::after { width: 6px; transform: rotate(45deg); height: 6px; background: #fff; position: absolute; content: ''; top: -2px; right: -6px; } 
.disclosure-section .bg-shape { min-height: fit-content; } 
.disclosure-section .investor-div { background: #7A6A4F; box-shadow: 0px 0px 20px 4px rgba(33, 37, 41, 0.08); border-radius: 0px; padding: 46px; } 
.disclosure-section .investor-title { font-weight: 500; font-size: 25px; line-height: 34px; text-transform: uppercase; color: #fff; } 
.investor-description { color: #fff; text-align: justify;} 
.investor-description-span { text-decoration: underline; color: #fff; } 
.investor-div .main-btn { width: 100%; color: var(--secondary-color); } 
.investor-div .main-btn::before { background-color: #fff; } 
.investor-table-div { width: 100%; padding: 20px; box-shadow: 0px 0px 20px 4px #21252929; display: flex; flex-direction: column; justify-content: flex-start; align-items: baseline; gap: 10px; } 
.investor-table-title { font-weight: 500; font-size: 18px; line-height: 26px; color: var(--secondary-font-colot); } 
.complaints-table { border: 1px solid #cfd9e0; width: 100%; margin-top: 10px; } 
.complaints-title, .complaints-number { vertical-align: middle; color: var(--secondary-font-colot); padding: 10px; border: 1px solid #cfd9e0; } 
.complaints-title { width: 75%; } 
.complaints-number { text-align: center; width: 25%; } .view-all-btn { font-weight: 500; font-size: 16px; line-height: 24px; color: var(--primary-font-colot); display: flex; align-items: center; justify-content: flex-start; margin-left: auto; gap: 10px; margin-top: 20px; }

/* time line section css start */


.time-line-part .time-line-list .time-line-items { padding: 0 20px; margin-bottom: 30px; height: 70px; margin-bottom: 50px; display: flex; align-items: center; justify-content: flex-start; gap: 20px; } 
.time-line-part .time-line-list .time-line-items::before { content: ''; position: absolute; top: 44px; left: 55px; width: 1px; height: 80px; border: 1px dashed var(--secondary-color); background-color: transparent; } 
.process-nav .shape-70 { font-weight: 500; font-size: 25px; line-height: 38px; color: var(--white); } 
.time-line-part .time-line-list .sub-heading { font-weight: 500; font-size: 20px; line-height: 28px; color: var(--primary-font-colot); } 
.time-line-part .time-line-list .time-line-items:last-child::before { display: none; } 
.process-img-slider .bg-shape .img-div { min-height: 560px; } 
.process-nav .time-line-items.slick-current.slick-active .shape-70 { background: var(--primary-color); } 
.process-nav .time-line-items.slick-current.slick-active .sub-heading { color: var(--primary-color); } 
.our-core-section .core-box { display: flex; flex-direction: row; justify-content: start; align-items: flex-start; flex-direction: column; padding: 0px 20px 20px; background: #FFFFFF; box-shadow: 0px 0px 20px rgba(33, 37, 41, 0.1); border-radius: 10px; width: 100%; height: 100%; outline: 1px solid transparent; transition: 0.5s ease;  outline: 1px solid #7a6a4f50;} 
.our-core-section .core-box:hover { box-shadow: none; outline-color:  var(--secondary-color); } 
.our-core-section .description { font-size: 14px; text-align: justify; } 
.our-core-section .core-box-icon.shape-70 { width: 120px; min-width: 120px; height: 120px; background: rgba(122, 106, 79, 0.16); clip-path: polygon(25% 0, 100% 0%, 75% 100%, 0% 100%); margin-bottom: 20px; } 
.our-core-section .core-box-icon.shape-70 .core-icon { width: 64px; min-width: 64px; object-fit: contain; } 
.core-box-title { font-weight: 500; font-size: 18px; line-height: 26px; color: var(--primary-font-colot); margin-bottom: 10px; }


/* testimonial-section */

.testimonial-section .testimonial-box { padding: 80px 30px 30px; background: #FFFFFF; box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1); border-radius: 10px; text-align: left; position: relative; } 

.testimonial-section .testimonial-box .user-otr-details{margin-top: 8px; color: var(--secondary-font-colot);}
.testimonial-section .testimonial-box li {padding: 0px 0 8px 30px;position: relative;}
  
.testimonial-section .testimonial-box  li:before {position: absolute;left: 0; top: 0;content: '\f101';font-family: FontAwesome;color: var(--primary-color);margin: 0 30px 0 0;}

.testimonial-section .testimonial-box .user-otr-details span{text-transform: capitalize; font-weight: 600;}

.testimonial-section .testimonial-box  .user-details { list-style: none; padding-left: 0; text-indent:1px; border-bottom: 1px dashed #00000040; }
.testimonial-section .testimonial-box  .user-details li::before{display: none;}
.testimonial-section .testimonial-box  .user-details li{font-size: 16px; color: var(--primary-font-colot); font-weight: 500; display: flex; align-items: center; justify-content: flex-start; gap: 10px; padding-left: 0;}

.testimonial-section .testimonial-box  .user-details li i{color: var(--primary-color); font-size: 18px; line-height: 0;}
.testimonial-section .testimonial-box  .user-details li a{color: var(--primary-font-colot);}
.testimonial-section .testimonial-box  .user-details li a:hover{color: var(--primary-color);}

.testimonial-content { font-weight: 400; font-size: 20px; line-height: 28px; color: var(--primary-font-colot); font-style: italic; } 
.testimonial-icon { background: var(--primary-color); width: 120px; height: 120px; position: absolute; top: -60px; left: 50%; transform: translateX(-50%); } 
.testimonial-icon .img { width: 70px; height: 70px; object-fit: contain; } 
.testimonial-section .testimonial-img-1, .testimonial-section .testimonial-img-2 { position: absolute; } 
.testimonial-section .testimonial-img-1 { width: 340px; object-fit: contain; top: 25px; left: 25px; } 
.testimonial-section .testimonial-img-2 { width: 186px; object-fit: contain; bottom: 25px; right: 25px; } 
.testimonial-section .container-fluid { position: relative; } 
.testimonial-section .container-fluid::before { position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%; background: url("..//images/testimonial-bg.png") no-repeat center; background-size: contain; opacity: 0.2; } 
.testimonial-section .container-fluid .bg-shape { z-index: 2; } 
.breadcrumb { padding: 0; } 
.breadcrumb .shape-common-div { height: 140px; } 
.breadcrumb .shape-common-div.scd-bottom::before { transform-origin: bottom right; top: 70px; width: 50%; left: 0; border-top-right-radius: 20px; position: absolute; height: 70px; } 
.breadcrumb .shape-common-div.scd-bottom::after { transform-origin: bottom right; width: 50%; right: 0.5%; top: 70px; z-index: 3; position: absolute; border-bottom-left-radius: 10px; height: 70px; } 
.breadcrumb .breadcrumb-content { position: relative; z-index: 5; text-align: right; } 
.breadcrumb .breadcrumb-name { font-weight: 500; font-size: 25px; line-height: 38px; color: var(--primary-font-colot); margin-bottom: 10px; width: 500px; margin-left: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 
.breadcrumb .breadcrumb-nev { display: flex; align-items: center; justify-content: flex-end; list-style: none; gap: 5px; } 
.breadcrumb .breadcrumb-nev li:last-child { color: var(--primary-font-colot); }
/* --------------- event ---------------- */


.event-slider-div .bg-shape { min-height: fit-content; padding: 10px; } 
.event-div { background: #FFFFFF; box-shadow: 0px 0px 20px 4px #21252914; padding: 15px; } 
.event-date-div { width: 100%; min-height: 110px; background: #7a6a4f1a; display: flex; align-items: center; justify-content: center; flex-direction: column; } 
.event-date { font-weight: 500; font-size: 25px; line-height: 34px; color: var(--secondary-color); } 
.event-month { font-weight: 400; font-size: 14px; line-height: 22px; color: var(--primary-font-colot); } 
.event-year-div { padding: 8px 10px; background: var(--secondary-color); display: flex; align-items: center; justify-content: center; } 
.event-year { font-weight: 500; font-size: 18px; line-height: 26px; color: var(--white); display: flex; align-items: center; justify-content: center; } 
.event-location { display: flex; align-items: center; justify-content: start; gap: 5px; font-weight: 400; font-size: 14px; line-height: 22px; color: var(--secondary-font-colot); } 
.event-location i { color: var(--primary-color); line-height: 0; } 
.event-title { font-weight: 500; font-size: 18px; line-height: 26px; color: var(--primary-font-colot); } 
.event-btn { padding: 8px 30px; } 
.event-btn.vm-btn::before { background: var(--primary-font-colot); } 
.event-btn.at-btn::before { background: var(--primary-color); } 
.event-btn-div { display: flex; align-items: center; justify-content: flex-start; gap: 10px; } 
.event-detail-div { display: flex; justify-content: space-between; flex-direction: column; } 
.event-slider-div .item.slick-slide{padding: 0 15px;}



.testimonials-slider-div .testimonials-slider .bg-shape{  min-height: fit-content;padding: 10px;}
.testimonials-slider-div .testimonials-nav, .event-slider-div .event-nav { width: fit-content; padding: 0 20px; margin: 0 auto; margin-top: 40px; } 
.testimonials-slider-div .testimonials-nav .item-slick, .event-slider-div .event-nav .item-slick { width: 16px; height: 16px; margin-left: 2px; cursor: pointer; box-shadow: 2px -6px 20px -6px rgb(0 0 0 / 25%); background: var(--primary-color); opacity: 0.2; margin: 0 auto; } 
.testimonials-slider-div .testimonials-nav .slick-list, .event-slider-div .event-nav .slick-list { transform: translatex(-50%); bottom: 0%; left: 50%; width: 150px; } 
.testimonials-slider-div .testimonials-nav .slick-current.slick-active .item-slick, .event-slider-div .event-nav .slick-current.slick-active .item-slick { background: var(--primary-color); position: relative; opacity: 1; } 
.testimonials-slider-div .testimonials-nav .slick-current.slick-active .item-slick::after, .event-slider-div .event-nav .slick-current.slick-active .item-slick::after { border: 1px solid var(--primary-color); background: transparent; position: absolute; top: -3px; left: -3px; width: 22px; height: 22px; content: ''; } 
.testimonials-slider-div .testimonials-nav .slick-arrow, .event-slider-div .event-nav .slick-arrow { color: var(--secondary-color); line-height: 0; font-size: 22px; } 
.testimonials-slider-div .testimonials-nav .slick-arrow, .event-slider-div .event-nav .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); } 
.testimonials-slider-div .testimonials-nav .slick-arrow.arrow-left, .event-slider-div .event-nav .slick-arrow.arrow-left { left: 0; } 
.testimonials-slider-div .testimonials-nav .slick-arrow.arrow-right, .event-slider-div .event-nav .slick-arrow.arrow-right { right: 0; } 
.testimonials-page .testimonials-main-box , .event-page .event-main-box { row-gap: 60px; } 

.testimonials-slider-div .testimonials-slider .slick-track
{
    display: flex !important;
}

.testimonials-slider-div .testimonials-slider .slick-slide
{
    height: inherit !important;
}

/* modal  */ 

.modal-common .modal-common-head, .modal-common .modal-footer { background-color: #EFF3F6; display: flex; align-items: center; color: var(--primary-font-colot); border-radius: 10px 10px 0 0; } 
.modal-common .modal-footer { border-radius: 0 0 10px 10px; } 
.modal-common .modal-content { border-radius: 10px; font-weight: 400; font-size: 14px; line-height: 22px; } 
.modal-common .modal-common-head .modal-title { color: var(--primary-font-colot); } 
.modal-common .m-close-icon { color: var(--primary-font-colot); opacity: 1; font-size: 24px; } 
.modal-common .main-btn { padding: 7px 16px; font-weight: 400; } 
.modal-common .main-btn:focus { box-shadow: none; } 
.main-btn.third-bg::before { background: #374957; } 
.event-modal-img { height: 280px; width: 100%; } 
.event-modal-img img { width: 100%; height: 100%; object-fit: cover; } 
.modal-common .model-divs { border-bottom: 1px dashed #00000040; display: flex; flex-direction: column; padding: 15px 0; } 
.modal-common .model-divs:last-child { border-bottom: none; } 
.modal-common.attend-form .model-divs { border-bottom: 1px dashed #00000040; } 
.modal-common.attend-form .form-control { height: 44px; } 
.modal-common .modal-sub-title { font-weight: 500; font-size: 20px; line-height: 28px; color: var(--primary-font-colot); } 
.modal-common .model-row { padding: 0 15px; } 
.modal-common .modal-body { max-height: 81vh; overflow-y: scroll; overflow-x: hidden; } 
.modal-common .modal-body::-webkit-scrollbar{width: 8px;} 
.attend-form-div { margin: 15px 0; } 
.modal-common.attend-form .model-row { padding: 0 15px; } 
.modal-common.attend-form .modal-footer { position: sticky; bottom: 0; } 
.modal-common.attend-form .model-divs { padding: 15px; } 

.modal-common p {text-align: justify;}
/* blog  */

.blog-listing-sec .blog-list-wrapper.no-truncate { margin: 0 0; padding: 48px 0; } 
.blog-listing-sec .blog-list { padding: 0 10px; margin: 0 0 50px; } 
.blog-list .main-list.bg-shape { min-height: auto; padding: 25px 0; } 
.blog-list .main-list.bg-shape::before { clip-path: polygon(40% 0%, 90% 0%, 60% 100%, 10% 100%); } 
.blog-listing-sec .blog-list .main-list { border-radius: 0; } 
.blog-listing-sec .blog-list .main-list .list-inner { position: relative; transition: all 0.3s ease-in-out; height: 100%; overflow: hidden; background: #FFFFFF; border: 1px solid #CFD9E0; height: 100%; display: flex; flex-direction: column; } 
.blog-listing-sec .blog-list .main-list .list-inner .know-more-modal { padding: 0 15px 15px; margin-top: auto; } 
.blog-listing-sec .blog-list .main-list .list-inner .feature-img { padding: 15px; } 
.blog-listing-sec .blog-list .main-list .list-inner .feature-img a { overflow: hidden; max-height: 230px; height: 230px; object-fit: cover; width: 100%; } 
.feature-img img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; } 
.blog-listing-sec .blog-list .list-inner .feature-img img { transform: scale(1); transition: all 0.3s ease-in-out; } 
.blog-listing-sec .blog-list .list-inner .post-content-wrap { padding: 0 15px 15px 15px; display: flex; flex-direction: column; gap: 10px; } 
.blog-listing-sec .blog-list .list-inner .post-content-wrap p, .post-contents p { font-weight: 400; font-size: 16px; line-height: 24px; margin-bottom: 10px; color: var(--secondary-font-colot); text-align: justify;} 
.tag-wrap .meta, .tag-wrap .meta a { font-weight: 400; font-size: 14px; line-height: 22px; color: var(--secondary-font-colot); position: relative; display: flex; align-items: center; justify-content: flex-start; gap: 8px; } 
.tag-wrap .meta i { line-height: 0; } 
.tag-wrap .meta a:not(:hover) { color: var(--secondary-font-colot); } 
.tag-wrap .meta a:hover { color: var(--primary-color); } 
.blog-listing-sec .blog-list .list-inner:hover .feature-img img { transform: scale(1.1); } 
.blog-listing-sec .blog-list .list-inner .post-content-wrap .post-title h3 { font-size: 20px; line-height: 28px; font-weight: 600; color: var(--primary-font-colot); } 
.blog-listing-sec .blog-list-wrapper.no-truncate h3 { padding: 0 0 20px; } 
.blog-listing-sec .blog-list .list-inner .post-content-wrap .tag-wrap { flex-wrap: wrap; } 
.blog-listing-sec .blog-list .list-inner:hover .post-title h3 a { color: var(--primary-color); } 
.blog-listing-sec .blog-list .main-list .list-inner .tag-wrap .meta a:hover { color: var(--primary-color); } 
.blog-listing-sec .blog-list .main-list .list-inner .blog-btn { display: flex; align-items: center; justify-content: flex-start; gap: 10px; color: var(--primary-font-colot); transition: 0.5s ease; } 
.blog-listing-sec .blog-list .main-list .list-inner:hover .blog-btn i { color: var(--primary-color); transform: rotate(0deg); transition: 0.2s ease; }
.post-contents{text-align: justify;}

/* single blog  */

.right-sidebar h3.main-heading { font-size: 22px; padding: 0 0 10px; position: relative; margin: 0 0 25px; } 
.right-sidebar>div { padding: 0 0 30px; } 
.right-sidebar .tags-wrap .tags { background-color: #fff; padding: 5px 0 0px 0; } 
.right-sidebar .tags-wrap .tags ul li { margin: 0 5px 10px; } 
.right-sidebar .tags-wrap .tags ul li a { color: var(--secondary-color); display: inline-block; background-color: #7a6a4f33; ; padding: 8px 10px; font-weight: 400; font-size: 14px; line-height: 22px; transition: all 0.3s ease-in-out; } 
.right-sidebar .tags-wrap .tags ul li a:hover { background-color: var(--secondary-color); color: #F2F6F9; } 
.main-blog-inner { padding: 48px 0 0 0; } 
.main-blog-inner .call-us-finkasturi { margin-top: 0; } 
.main-blog-inner .sticky-call-us { top: 160px; margin-top: 0; } 
.main-blog-inner .recent-post-wrap .inner { background-color: #fff; padding: 5px 0 0 0; display: flex; flex-direction: column; gap: 10px; box-shadow: 0 15px 45px -5px rgba(0, 0, 0, 0.08); padding: 15px 12px; } 
.main-blog-inner .recent-post-wrap{display: flex; flex-direction: column;} 
.main-blog-inner .recent-post-wrap .inner .tag-wrap{margin-top: auto;} 
.main-blog-inner .recent-post-wrap .inner .tag-wrap .meta,.main-blog-inner .recent-post-wrap .inner .tag-wrap .meta a{font-size: 11px; line-height: 16px;} 
.main-blog-inner .list-wrapper .feature-img { overflow: hidden; } 
.main-blog-inner .recent-post .feature-img a { width: 90px; height:100%; overflow: hidden; border-radius: 0; } 
.main-blog-inner .recent-post .feature-img img { border-radius: 10px; } 
.main-blog-inner .recent-post .post-title h3 a, .blog-listing-sec .blog-list .list-inner .post-content-wrap .post-title h3 a { display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; overflow: hidden; }



.main-blog-inner .recent-post .post-title h3 a { font-weight: 400; font-size: 16px; line-height: 22px; color: var(--primary-font-colot); } 
.main-blog-inner .recent-post .post-title h3 a:hover { color: var(--primary-color); } 
.main-blog-inner .recent-post .recent-post-content { width: calc(100% - 90px); padding-left: 15px; } 
.main-blog-inner .recent-post .recent-post-content .post-title { padding: 0 0; } 
.main-blog-inner .recent-post .recent-post-content .post-title h3 { font-size: 16px; line-height: 22px; padding: 0 0 6px; margin: 0 0; position: initial; } 
.main-blog-inner .main-blog-title { font-weight: 600; font-size: 37px; line-height: 49px; color: var(--primary-font-colot); } 
.post-title h3 a:not(:hover) { color: var(--body-color); } 
.main-blog-inner .left-blog-list .feature-img { margin-bottom: 30px; } 
.main-blog-inner .left-blog-list { margin-bottom: 80px; } 
.main-blog-inner .left-blog-list .post-content-wrap .tag-wrap, .main-blog-inner .left-blog-list .post-content-wrap .tag-wrap .date-meta { flex-wrap: wrap; margin: 5px 0; } 
.main-blog-inner .left-blog-list .post-content-wrap .social-share { display: flex; align-items: center; justify-content: flex-start; } 
.main-blog-inner .left-blog-list .post-content-wrap .social-share span { margin-right: 10px; } 
.main-blog-inner .left-blog-list .post-content-wrap .social-share ul { gap: 10px; } 
.main-blog-inner .left-blog-list .post-content-wrap .social-share li { line-height: 1; } 
.main-blog-inner .left-blog-list .post-content-wrap .social-share i { font-size: 18px; } 
.main-blog-inner .left-blog-list .feature-img img { border-radius: 0; transform: scale(1); transition: all 0.3s ease-in-out; } 
.main-blog-inner .left-blog-list .date-meta { gap: 15px; } 
.main-blog-inner .left-blog-list .date-meta i { color: var(--primary-color); line-height: 0; } 
.main-blog-inner .left-blog-list .feature-img:hover img { transform: scale(1.05); } 
.recommended-blogs .title { margin-bottom: 7px; } 
.recommended-blogs .title h3 { font-weight: 600; font-size: 37px; line-height: 49px; color: var(--primary-font-colot); } 
.privacy-policy ul { list-style: disc; padding-left: 40px; margin-bottom: 10px; } 
.privacy-policy .main-title { font-size: 25px; margin-bottom: 0; } 
.time-line-part .slick-list { height: 568px !important; }

.privacy-policy .section-name-2 .section-name-shape{background-color: var(--secondary-color); clip-path: none; height:5px ;}

.main-media { padding: 48px 0; }
.main-media .blog-listing-sec .blog-list .main-list .list-inner .post-title h3 { color: var(--primary-font-colot); }
.main-media .blog-listing-sec .blog-list .main-list .list-inner:hover .post-title h3 { color: var(--primary-color); }
.principal-title{font-size: 18px;}


.testimonials-mdiv{display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;padding: 20px 20px;text-align: left;margin: 0 10px;position: relative;height: 100%;background: #FFFFFF;box-shadow: 0px 0px 20px 4px #21252914;padding: 15px;}
.testimonial-section-img{filter: invert(8%) sepia(76%) saturate(7362%) hue-rotate(271deg) brightness(113%) contrast(108%);opacity: 0.4;position: absolute;top: 5px;left: 5px;}
.testimonials-con{margin-bottom: 20px;}
.testimonials-name{color: var(--primary-font-colot);font-size: 18px; font-weight: 600; margin-bottom: 0;}
.testimonials-desn{font-size: 12px;}

/* breadcrumb */

.breadcrumb { background-color: #7a6a4f1a; }
/* footer */

.footer .section-name { font-size: 18px; line-height: 26px; margin-bottom: 15px; } 
.footer .services-menu { display: flex; justify-content: flex-start; flex-direction: column; gap: 10px; } 
.footer .services-menu .services-menu-link { font-weight: 400; font-size: 14px; line-height: 22px; color: var(--secondary-font-colot); } 
.footer .services-menu .services-menu-link:hover { color: var(--primary-color); } 
.footer .description { font-size: 14px; text-align: justify; } 
.footer .navbar-brand { margin-bottom: 15px; } 
.footer .f-contact-icon, .footer .f-contact-icon .f-contact-link { display: flex; gap: 8px; justify-self: flex-start; color: var(--secondary-font-colot); transition: 0.5s ease; font-size: 14px; } 
.footer .f-contact-icon i { font-size: 14px; margin-top: 3px; color: var(--secondary-color); } 
.footer .f-contact-icon address p {margin-bottom: 0;} 
.footer .f-contact-icon p { font-size: 14px; } 
.footer .f-contact-icon .f-contact-link:hover, .footer .f-contact-icon .f-contact-link:hover i { color: var(--primary-color); } 
.footer .contact-link { display: flex; justify-content: start; flex-direction: column; gap: 10px; } 
.footer .footer-menu { display: flex; justify-content: center; gap: 46px; row-gap: 10px; width: 100%; border-top: 1px solid var(--secondary-color); border-bottom: 1px solid var(--secondary-color); padding: 10px 0; flex-wrap: wrap; margin-top: 25px; margin-bottom: 30px; } 
.footer .footer-menu .footer-menu-link { font-weight: 400; font-size: 14px; line-height: 22px; color: var(--secondary-font-colot); } 
.footer .footer-menu .footer-menu-link:hover { color: var(--primary-color); } 
.footer .bottom-footer-inner { background: var(--secondary-color); padding-top: 10px; padding-bottom: 10px; color: var(--white); } 
.footer .bottom-footer-inner .f-social-link .header-s-link { color: var(--white); font-size: 16px; } 
.footer .bottom-footer-inner .social-wrap ul { gap: 10px; } 
.footer .copy-text { font-weight: 400; font-size: 14px; line-height: 22px; } .footer .copy-link { width: 100%; column-gap: 10px; }


.my-media{border-bottom: 1px solid #dee2e6;}
.my-media:last-child{border-bottom:none;}
.my-media .media-title{padding-top: 30px;}
.my-media .section-name {font-size: 20px; margin-bottom: 20px;}
.social-upadte-icon{display: flex; width: 100%; align-items: center; justify-content: start; padding-bottom: 48px; padding-top: 10px; flex-wrap: wrap
    ;}
.social-upadte-icon .shape-70{background-color: var(--primary-font-colot);} 
.social-upadte-icon .shape-70:hover{background-color: var(--secondary-color);} 
.social-upadte-icon .shape-70 i{color: #fff; font-size: 22px; line-height: 0;} 

/* responsive css start here  */



@media (min-width:992px) {
    .breadcrumb .breadcrumb-name {
        width: 580px;
    }
    .twt-navbar.twt-navbar-common .nav-bottom .nav-item .nav-link, .twt-navbar.twt-navbar-common.fixed .nav-bottom .nav-item .nav-link { padding: 16px; color: #fff; position: relative; } 



}

@media (min-width:1200px) {}

@media (max-width:1400px) {
    .modal-common .modal-body { max-height: 73vh; overflow-y: scroll; overflow-x: hidden; } 
}


@media (max-width:1529px) {}

@media (max-width:1329px) {}

@media (max-width:1199px) {
    .banner-slider .main-slider .item .slider-mdiv { padding: 0 50px; }
    .twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link, .twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item .nav-link { padding: 12px; }
.event-btn { padding: 8px 20px; }

}

@media (max-width:1024px) {
    .banner-slider .main-slider .item { height: 500px; }

}

@media (max-width:991px) {
    .banner-slider .bnr-cnt-img .slider-img { margin-left: inherit; margin: auto; } 
    .banner-slider .main-slider .main-slider-title { font-size: 35px; line-height: 45px; } 
    .main-title, .privacy-policy .main-title { font-size: 35px; } 
    .left-div-main { padding-right: 15px; margin-bottom: 20px; } 
    .right-div-main { padding-left: 15px; margin-bottom: 20px; } 
    .testimonial-section .testimonial-img-1 { width: 360px; object-fit: contain; top: 25px; left: 15%; } 
    .testimonial-section .testimonial-img-2 { width: 220px; object-fit: contain; bottom: 25px; right: 15%; } 
    .time-line-part .slick-list { height: 421px !important; } 
    .time-line-part .time-line-list .time-line-items { margin-bottom: 47px; } 

    section { padding: 30px 0; } 
    .pd-main { padding: 30px 0; } 
    .bg-shape { min-height: 300px; } 
    .testimonial-section .container-fluid .bg-shape { min-height: 560px; } 
    .testimonial-section .content-div { padding-top: 50px; } 
    .main-blog-inner .main-blog-title { font-weight: 600; font-size: 27px; line-height: 35px; } .main-blog-inner .sticky-call-us { top: 110px; }
    .recommended-blogs .title h3 { font-size: 30px; } 
    .main-media{padding: 30px 0;}

}

@media (max-width:991px) and (min-width:767px) {
    .event-page .event-detail-div { padding-right: 0 !important; } 
    .event-page .event-btn { padding: 5px 15px; font-size: 12px; }
}

@media (max-width:767px) {

    .main-title, .privacy-policy .main-title { font-size: 32px; } 
    .testimonial-section .testimonial-img-1 { width: 340px; object-fit: contain; top: 25px; left: 5%; } 
    .testimonial-section .testimonial-img-2 { width: 200px; object-fit: contain; bottom: 25px; right: 5%; } 
    .banner-slider .main-slider .item { height: 400px; } 
    .testimonial-icon { width: 90px; height: 90px; top: -45px; } 
    .shape-common-div { display: none; } 
    .breadcrumb .shape-common-div { position: unset; display: flex; } 
    .breadcrumb .shape-common-div.scd-bottom::before { display: none; } 
    .breadcrumb .shape-common-div.scd-bottom::after { display: none; } 
    .main-blog-inner .main-blog-title { font-size: 27px; line-height: 30px; } 
    .breadcrumb .breadcrumb-name { width: 100%; } 
    .main-blog-inner .left-blog-list { margin-bottom: 30px; } 
    .footer .copy-link { flex-direction: column; justify-content: center; align-items: center; text-align: center; gap: 10px; } 
    .footer .copy-link .f-social-link { margin-left: 0 !important; }

    .recommended-blogs .title h3 { font-size:26px; } 
}

@media (max-width:575px) {
    .twt-navbar.twt-navbar-common .nav-info { padding-left: 10px; padding-right: 10px; }
    .banner-slider .bnr-cnt-img .slider-img { width: 100%; }
    .banner-slider .slider-item-nav { top: auto; width: fit-content; margin: 0 auto; bottom: 0;    padding: 0 20px;  left: 50%; transform: translateX(-50%); height: 50px; right: auto  ;}
    .banner-slider .slider-item-nav .slick-list{transform: translate(-50%, -50%);bottom: 0%;left: 50%;width: 150px; top: 50%;}
    .banner-slider .slider-item-nav .items-nav.slick-slide{display: flex; justify-content: center; align-items: center;}
    .main-blog-inner .left-blog-list .post-content-wrap .tag-wrap{flex-direction: column; align-items: flex-start !important; row-gap: 7px; margin-bottom: 20px;}
    .main-blog-inner .left-blog-list .post-content-wrap .tag-wrap .date-meta{justify-content: space-between; width: 100%;}
    .tag-wrap .meta, .tag-wrap .meta a{font-size: 11px;}
    .main-blog-inner .main-blog-title{margin-bottom: 10px;}
    .main-blog-inner .left-blog-list .feature-img{margin-bottom: 7px;}

    .slider-nav .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); } 
    .slider-nav .slick-arrow.arrow-left { left: 0; } 
    .slider-nav .slick-arrow.arrow-right { right: 0; } 
    .main-btn { padding: 10px 20px; font-size: 14px; } 
    .main-title, .privacy-policy .main-title { font-size: 28px; margin-bottom: 10px; } 
    .banner-slider .main-slider .main-slider-title { font-size: 22px; line-height: 30px; } 
    .banner-slider .main-btn { font-size: 12px; padding: 8px 16px; } 
    .event-div { padding: 5px; } 
    .twt-navbar.twt-navbar-common .brand-logo-img { height: 48px; } 
    .time-line-part .time-line-list .sub-heading { font-size: 16px; }

    /* event  */
    .event-date-div { min-height: fit-content; padding: 10px 0; } 
    .event-year-div { height: 100%; } 
    .event-date-mdiv { display: flex; align-items: center; justify-content: center; flex-direction: row; padding: 0 15px; } 
    .event-detail-div { padding: 0 !important; } 
    .event-div { padding: 10px; } 
    .event-title-div { margin-top: 10px; } 
    .event-btn-div { flex-wrap: wrap; margin-top: 10px; }


    .p-common { padding: 15px; } 
    .disclosure-section .investor-div { padding: 20px; } 
    .process-img-slider .bg-shape .img-div { min-height: 350px; } 
    .testimonial-section .testimonial-box { padding: 80px 15px 30px; } 
    .footer .navbar-brand img { max-width: 100%; object-fit: contain; } 
    .footer .navbar-brand { min-width: 100%; object-fit: contain; } 
    .banner-slider .slider-nav .item-slick { width: 13px; height: 13px; } 
    .banner-slider .slider-nav .slick-current.slick-active .item-slick::after { width: 19px; height: 19px; } 
    .event-page .event-main-box { row-gap: 40px; } 
    .event-page .main-btn.event-btn { padding: 7px 12px; font-size: 13px; }
    .recommended-blogs .title h3 { font-size: 22px; } 
    .my-media{padding-left: 10px; padding-right: 10px;}
    .social-upadte-icon .shape-70 i{font-size: 18px;} 
    .social-upadte-icon .shape-70 {height: 50px;width: 50px; min-width: 50px;} 


}

@media (max-width:425px) {

    .main-title, .privacy-policy .main-title { font-size: 22px; }
    .testimonial-section .testimonial-img-1 { width: 245px; }
    .testimonial-section .testimonial-img-2 { width: 150px; } 
    .testimonial-section .container-fluid .bg-shape { min-height: 430px; } 
    .main-blog-inner .main-blog-title { font-size: 22px; line-height: 30px; }
    /* .my-sv-div{padding: 0;} */
    .my-sv-div .time-line-part .time-line-list .time-line-items{padding: 0 0px; gap: 10px;}
    .my-sv-div .time-line-part .time-line-list .time-line-items::before{left: 35px;}

}

































































































/* -------------Deep Soni------------ */
 /* Contant-us start  */
.contact-us-section .right-div-main { align-items: center; padding: 25px; background: rgba(122, 106, 79, 0.16); border-radius: 10px; }
.contact-us-section .right-div-main .contact-title h2 { font-weight: 500; font-size: 25px; color: #7A6A4F; }
.contact-us-section .right-div-main .contact-title p { color: var(--secondary-font-colot); font-weight: 400; font-size: 16px; margin-bottom: 6px; }
.contact-us-section .right-div-main .select-wrap .radio-btn .radio-check-label { border: 1px solid #000000; padding: 16px 90px; width: 100%; font-weight: 400; font-size: 16px; color: #000; }
.contact-us-section .contact-us-form .form-group .form-control { border: 1px solid #CFD9E0; background: #FFFFFF; height: 100%; padding: 10px 16px; }
.contact-us-section .submit-button { padding: 16px 30px; align-items: center; border: none; margin-top: 10px; margin-left: auto; }
.contact-us-section .contact-details { padding: 0px 20px 20px; background: #FFFFFF; border: 1px solid #CFD9E0; border-radius: 10px; width: 100%; margin-top: 30px; }
.contact-us-section .contact-details:hover { background: #7A6A4F19; border: 1px solid #7a6a4f; }
.contact-us-section .contact-details h4 { color: #000000; font-weight: 500; font-size: 18px; margin-top: 15px; }
.contact-us-section .contact-details p { color: #374957; font-weight: 400; font-size: 16px; margin-top: 5px; }
.contact-us-section .contact-details .icon-bg-shape { width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; transition: 0.5s ease; position: relative; }
.contact-us-section .contact-details .icon-bg-shape::before { content: ""; position: absolute; left: 0; width: 100%; height: 100%; background: rgba(122, 106, 79, 0.16); -webkit-clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%); clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%); top: 0; }
.icon-style { font-size: 34px; color: var(--secondary-color); }
.contact-us-section .contact-details:hover .icon-bg-shape::before { background: var(--secondary-color); }
.contact-us-section .contact-details:hover .icon-style { color: #ffffff; z-index: 1; }
.contact-us-section input[type=checkbox], input[type=radio] { width: 24px; height: 24px; border: 1px solid #000; }
.margin-working { margin-left: 20px; }
.radio-btn { margin: 1rem 0; }
.radio-btn input[type="radio"] { display: none; }
.radio-btn .radio-check-label { cursor: pointer; position: relative; }
.radio-btn .radio-check-label::before { content: ""; position: absolute; width: 24px; height: 24px; background-color: transparent; border: 2px solid #000; border-radius: 50%; top: 50%; left: 56px; transform: translateY(-50%); transition: border-color 400ms ease; }
.radio-btn .radio-check-label::after { content: ""; position: absolute; width: 24px; height: 24px; background-color: #ffffff; border: 2px solid #ffffff; border-radius: 50%; top: 50%; left: 56px; transform: translateY(-50%) scale(0); transition: transform 400ms ease; color: #ffffff; }
input[type="radio"]:checked+.radio-check-label::before { border-color: #ffffff; }
input[type="radio"]:checked+.radio-check-label { color: #ffffff !important; background-color: var(--primary-color); border: 1px solid var(--primary-color) !important; }
input[type="radio"]:checked+.radio-check-label::after { transform: translateY(-50%) scale(0.55); }
.contact-us-section .right-div-main .select-wrap .radio-btn+input[type="radio"]:checked { background-color: var(--primary-color); }
.radio-check-label>input[type="radio"]:checked+* { color: #fff; }



/* Compalaint Status Start */
.complaint-status-section h4 { font-weight: 500; font-size: 20px; margin-bottom: 15px; line-height: 28px; }
.complaint-status-section table { text-align: center; border-width: 1px 1px 1px 1px; border-style: solid; border-color: #CFD9E0; font-size: 14px; font-weight: 400; width: 100%; } .complaint-status-section table tr th { padding: 10px; background: rgba(122, 106, 79, 0.16); border-width: 1px 1px 1px 0px; border-style: solid; border-color: #CFD9E0; font-weight: 500; color: #7A6A4F; }
.complaint-status-section table tr td { align-items: center; padding: 10px; border-width: 1px 1px 1px 0px; border-style: solid; border-color: #CFD9E0; text-align: center; }

/* About-us Start */
.our-team .about-bg-add { min-height: fit-content !important; padding: 25px 0; position: relative; height: fit-content; }
.our-team .about-bg-add:before { content: ""; clip-path: polygon(65% 0, 95% 0, 70% 100%, 40% 100%); }
.our-team .management-div { padding: 25px; }
.our-team .management-div h5 { padding-top: 40px; font-weight: 500; font-size: 20px; color: #000000; }
.our-team .management-div span { color: var(--secondary-font-colot); font-weight: 500; font-size: 16px; }
.our-team .management-div p { color: var(--secondary-font-colot); font-weight: 400; font-size: 14px; margin-top: 10px; }
.know-more-modal { color: #000000; font-weight: 500; font-size: 14px; display: flex; align-items: center; justify-content: start; gap: 10px; transition: 0.2s ease; margin-top: 40px; width: fit-content; position: relative; margin-top: auto !important; }
.know-more-modal .right-arrow { transform: rotate(-60deg); border: 0; line-height: 0; transition: 0.2s ease; font-size: 27px; }
.our-team .management-div .know-more-modal span { color: var(--primary-font-colot) !important; }
.our-team .management-div .know-more-modal:hover .right-arrow { transform: rotate(0deg); color: var(--primary-color); transition: 0.2s ease; }
.our-team .management-div .know-more-modal:hover { cursor: pointer; }
.management-div .social-icon { position: absolute; bottom: 0; left: 0; background: #000; }
.team-modal .sharma-modal .modal-bg { background-color: #EFF3F6 !important; }
.team-modal .sharma-modal .modal-header h5 { color: #000 !important; font-weight: 400; font-size: 14px; }
.modal-img { max-width: 100%; height: 100%; }
.team-modal-name h5 { font-weight: 500; font-size: 20px; color: #000000; padding: 10px 0; }
.team-modal-name h5 span { font-weight: 500; font-size: 16px; color: var(--secondary-font-colot); }
.team-modal-name p { font-weight: 400; font-size: 14px; color: var(--secondary-font-colot); margin-bottom: 30px; }
.modal-social-icon { background: #000; }
.boarder-bottom { border-bottom: 1px dashed #00000033; color: var(--secondary-font-colot); padding-bottom: 15px; margin: 0; }
.list-modal { margin-top: 15px; }
.list-modal ul li { font-weight: 400; font-size: 16px; padding: 5px 0px; color: var(--secondary-font-colot); }
.modal-btn { background: var(--primary-color); padding: 7px 16px; justify-content: center; align-items: center; color: #ffffff; border-radius: 0px; font-weight: 500; font-size: 14px; }
.modal-btn:hover { background-color: #ffffff; border: 1px solid var(--primary-color); color: #000; }
.map-link { font-weight: 500; font-size: 16px; color: #7A6A4F; margin-top: 25px; }
.f-style { font-style: italic; }
.overflow-visible { overflow: visible !important; }
@media (max-width:1199px) {
    .contact-us-section .right-div-main .select-wrap .radio-btn .radio-check-label {
        padding: 16px 45px;
        font-size: 14px;
    }

    .radio-btn .radio-check-label::before {
        left: 10px;
    }

    .radio-btn .radio-check-label::after {
        left: 10px;
    }

    .our-team .management-div .know-more-modal {
        margin-top: 20px;
    }

    .team-img {
        height: 100%;
        /* padding: 25px; */

    }
}

@media (max-width:767px) {
    .contact-us-section .contact-details {
        margin: 10px 0;
    }

    .contact-us-section .right-div-main {
        margin: 20px 0;
    }

    .contact-us-section .contact-details h4 {
        font-size: 16px;
    }

    .contact-us-section .contact-details p {
        font-size: 14px;
    }

    .team-modal-name p {
        margin-bottom: 15px;
    }

    .margin-working {
        margin-left: 0px;
    }

    .map-link {
        margin-top: 20px;
    }


}

iframe { width: 100%; max-width: 100%; }

/*Services Start */
@media (max-width:1199px) {
    .our-team .about-bg-add:before {
        content: "";
        clip-path: polygon(40% 0, 90% 0, 60% 100%, 10% 100%);
    }

    .our-team .management-div h5 {
        padding-top: 10px;
    }

    .our-team .management-div a {
        margin-top: 20px;
    }
}


.services-section .services-details { width: 100%; padding: 15px; background: #FFFFFF; box-shadow: 0px 0px 20px rgba(33, 37, 41, 0.1); border-radius: 10px; cursor: pointer;height: 100%;display: flex;flex-direction: column;}
.services-section .services-details h5 { margin: 20px 0 10px 0; color: var(--primary-font-colot); font-weight: 500; font-size: 18px; }
.services-section .services-details p { text-align: justify; font-weight: 400; font-size: 14px; color: var(--secondary-font-colot); display: -webkit-box !important; -webkit-line-clamp: 3; -webkit-box-orient: vertical; white-space: normal; height: 70px; min-height: 70px; overflow: hidden;text-align: justify; }
.services-section .services-details:hover h5 { color: var(--primary-color); }
.services-section .services-details:hover .know-more-modal .right-arrow { color: var(--primary-color); transform: rotate(0deg); transition: 0.2s ease; }
.list-services ul li a { padding: 15px; font-weight: 400; font-size: 16px; color: var(--primary-font-colot); transition: all 0.3s ease; }
.list-services ul li.active { background: rgba(108, 0, 184, 0.2) !important; border-left: 4px solid #6C00B8 !important; border-radius: 7px !important; transition: 0.3s ease !important; }
.list-services ul li:hover { background: rgba(108, 0, 184, 0.2); border-left: 4px solid #6C00B8; border-radius: 7px; transition: all 0.3s ease; }
.list-services ul li { transition: all 0.3s ease; }
.single-services-section .left-services { height: 400px; }
.single-services-img { height: 100%; object-fit: cover; border-radius: 10px; }
.single-services-details h3 { font-weight: 600; font-size: 37px; color: var(--primary-font-colot); margin: 30px 0 15px 0; line-height: 49px; }
.single-services-details p { font-weight: 400; font-size: 16px; color: var(--secondary-font-colot); text-align: justify;}
.call-us-finkasturi { background: #6C00B8; border-radius: 10px; padding: 30px; color: #ffffff !important; margin-top: 30px; text-align: center; font-weight: 600; font-size: 18px; } .call-us-finkasturi h4 { margin-top: 20px; color: #ffffff !important; font-weight: 500; font-size: 25px; text-align: center; }
.call-us-no { background-color: #ffffff; align-items: center; padding: 16px 30px; }
.call-us-finkasturi .logo-call-us { filter: brightness(0) invert(1); margin: 20px auto 0 auto; }
.sticky-call-us { overflow: hidden; margin: 10px 0 0; position: sticky; top: 130px; }
.text-truncate { overflow: hidden; Text-overflow: ellipsis; white-space: nowrap; max-width: 200px; }
.text-truncate-100{max-width: 100%;}
.sticky-right-services { overflow: hidden; position: sticky; top: 160px; }
.services-image-list{height: 200px; width: 100%; overflow: hidden; border-radius: 10px;}

.services-details .services-image-list img{transform: scale(1); transition: all 0.3s ease-in-out;}
.services-details:hover .services-image-list img{transform: scale(1.1); overflow: hidden; }


.my-div-truncate {display: -webkit-box !important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;white-space: normal;height: 70px;min-height: 70px;overflow: hidden; margin-bottom: 13px; }

@media (min-width: 1200px) {
    .team-img img {
        height: 230px;
        object-fit: contain;
        object-position: right;

    }

    .management-div .social-icon {
        left: 15px;
    }
}

@media (max-width: 992px) {
    .services-section .services-details h5 {
        font-size: 16px;
    }

    .single-services-details h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .team-modal-name p {
        margin-bottom: 15px;
    }

    .modal-social-icon {
        height: 45px;
        width: 45px;
        min-width: 45px;
    }

    .modal-social-icon img {
        padding: 14px
    }
}

@media (max-width: 576px) {

    .single-services-details h3 {
        font-size: 25px;
        line-height: 40px;
        margin: 15px 0 10px 0;
    }

    .modal-social-icon {
        height: 35px;
        width: 35px;
        min-width: 35px;
    }

    .modal-social-icon img {
        padding: 12px
    }

    .team-modal-name h5 {
        font-size: 16px;
        padding: 0;

    }

    .team-modal-name p {
        margin-bottom: 7px;
    }

}

/* FAQ Css */

.faq-sec .faq-default { margin-bottom: 20px; box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.10); transition: all 0.3s ease-in-out;}
.faq-sec .faq-heading a {   border-radius: 6px; padding: 15px 40px 15px 25px; position: relative; }
.faq-sec .faq-ans { line-height: 28px; border-top: 2px solid var(--primary-color); transition: all 0.3s ease-in-out; }
.faq-title>a:before { float: right !important; font-family: FontAwesome; content: "\f068"; padding-right: 5px; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); }
.faq-title>a.collapsed:before { float: right !important; content: "\f067"; }
.faq-title>a.collapsed { color: var(--secondary-color); }
.faq-title>a:hover, .faq-title>a:active, .faq-title>a:focus { text-decoration: none; }
.faq-body { padding: 15px 25px 15px 25px; font-weight: 400; }
.faq-title a:hover { color: var(--primary-color); }
@media (max-width: 768px) {
    .faq-title>a:before {
        right: 15px;
    }

    .faq-sec .faq-heading .faq-title {
        font-size: 16px;

    }

}

/* FAQ CSS END */

.blog-listing-sec .blog-list .list-inner .post-content-wrap .media-title-post h3 { font-size: 18px; line-height: 25px; font-weight: 600; color: var(--primary-font-colot); padding-bottom: 10px; } 

.visit-history .select2-container--default .select2-selection, .select2-container--default.select2-container--focus .select2-selection{
    min-height: 0;
  }
  .visit-history .select2-container--default .select2-selection .select2-selection__rendered{
    line-height: 20px !important;
  
  }
  .select2-container--default .select2-selection--single{
    height: 34px;
  }
  .summery-title-color{
    color: #000;
  }