@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');






@font-face {
    font-family: 'roca-two-heavy';
    src: url(../fonts/roca-two-heavy.ttf);
}

@font-face {
    font-family: 'roca-bold';
    src: url(../fonts/roca-bold.ttf);
}

@font-face {
    font-family: 'roca-bold';
}

.justify-content {
    justify-content: space-between;
}

a:hover {
    text-decoration: none !important;
}

body {
    font-size: 14px !important;
    color: #848484 !important;
    line-height: 26px !important;
    font-weight: 400;
    font-family: 'Inter', sans-serif !important;
}

.pre-header {
    padding: 2px 0;
    background-color: #1261ff;
}
.pre-header-content {
    display: flex;
    justify-content: space-between;
}
.pre-header-content a {
    color: #fff;
    font-family: 'Inter', sans-serif;
}
.pre-header-content a:hover {
    color: #fff;
}
.call-button {
    background-color: #1261ff;
    padding: 5px !important;
    display: flex !important;
    align-items: center;
    margin-top: 28px;
    margin-left: 30px;
    border-radius: 50px;
}

.call-button a {
    padding: 6px !important;
    color: #fff !important;
}

.call-button i {
    background-color: #0246cd;
    font-size: 10px;
    border-radius: 50%;
    height: 25px !important;
    width: 25px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 48px;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.align-to-right {
    float: right;
}
.nav-header {
    float: left;
    width: 150px;
}
.nav-header img {
    width: 100%;
}
.navigation-hidden .nav-header {
    display: none;
}
.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus>img {
    outline: initial;
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: poInter;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: poInter;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none;
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none;
}
.nav-menu>li>a {
    padding: 42px 0px 42px 27px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    transition: color 0.3s, background 0.3s;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins';
}
.request-li {
    margin-top: 30px;
}
.request-li i {
    color: #000 !important;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #007ed2;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
}

.nav-menu>li>a>[class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #000000 #000000 transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: poInter;
    background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    poInter-events: none;
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
    color: #0050a6;
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: poInter;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #ffffff;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #007ed2;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px;
}

.nav-submenu li img {
    width: 15px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 0px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(45deg);
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #000 #000 transparent;
}

.nav-dropdown>li>a .submenu-indicator-chevron {
    border-color: transparent #000 #000 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(135deg);
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%;
}

.nav-dropdown-horizontal>li>a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.megamenu-panel [class*="container"] {
    width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}

.megamenu-panel-half {
    width: 50%;
}

.megamenu-panel-quarter {
    width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.megamenu-panel-row {
    width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
}

.megamenu-panel-row:after {
    clear: both;
}

.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
    margin-top: 0;
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
    width: 22.75%;
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
    width: 48.5%;
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
    width: 74.25%;
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
    width: 100%;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav>li>a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

.megamenu-tabs-pane.active {
    display: block;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-lists {
    width: 100%;
    display: table;
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}

.megamenu-list:last-child {
    margin: 0;
    border: none;
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.megamenu-list>li>a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
}

.megamenu-list>li>a:hover {
    background-color: #0050a6;
    color: #fff;
}

.megamenu-list>li.megamenu-list-title>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
}

.megamenu-list>li.megamenu-list-title>a:hover {
    background-color: transparent;
}

.navigation-landscape .list-col-2 {
    width: 50%;
}

.navigation-landscape .list-col-3 {
    width: 33%;
}

.navigation-landscape .list-col-4 {
    width: 25%;
}

.navigation-landscape .list-col-5 {
    width: 20%;
}

.nav-dropdown>li>a {
    color: #00254a;
    padding: 0px 28px 12px 10px;
    border-bottom: 1px solid #f6f6f6;
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-weight: 500;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #007ed2;
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .nav-dropdown>li>a,
    .megamenu-list>li>a {
        width: 65%;
    }
}

.has-search {
    padding-left: 0;
    margin-top: 45px;
}

.has-search .form-control {
    display: block;
    width: 83%;
    height: 34px;
    padding: 6px 0;
    font-size: 14px;
    border: none;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #a7a7a7;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: none;
    font-family: system-ui;

    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    poInter-events: none;
    color: #aaa;
    top: 50px;
    right: 30px;
    background: url(../images/search.png) no-repeat 0 0;
    width: 26px;
    height: 25px;
    padding: 0;
    opacity: 0.6;
}

.view-all {
    margin: 33px auto;
    /* position: relative; */
    text-align: center;
    display: block;
    /* margin: 20px 0; */
    border: 2px solid #000;
    width: 12%;
    padding: 9px;
    font-size: 15px;
    font-family: system-ui;
    font-weight: 600;
    color: #000;
}

.footer-details {
    padding: 50px 30px 20px;
}

.footer-details h4 {
    font-size: 20px;
    font-family: 'roca-bold';
    color: #000;
    margin: 0;
    padding-bottom: 32px;
}

.footer-about-us {
    padding: 50px 30px 10px;
}

.footer-time h3 {
    font-family: 'Inter';
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}

.footer-time i {
    font-size: 25px;
    color: #000;
    margin-bottom: 0px;
}

.footer-about-us h3 {
    font-size: 25px;
    font-family: 'roca-bold';
    color: #000;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
}

.footer-details p {
    font-family: 'Inter';
    font-weight: 400;
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
}

.footer-about-us p {
    font-size: 13px;
    font-family: 'Inter';
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.input-group-btn .btn {
    background: #000;
    color: #fff;
    font-family: 'Inter';
    font-weight: 500;
}

.footer_background {
    color: #fff;
    background: url(../images/footerbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0 20px;
}

.footer-p p {
    padding: 10px 0;
    text-align: center;
    margin: 0;
    font-family: 'Inter';
    font-weight: 500;
    background-color: #0f49aa;
    color: #fff;
}

.footer_body ul {
    padding-inline-start: 0;
}

.footer_body {
    width: 25%;
    float: left;
    padding: 10px 8px;
}

.footer_body h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'Inter';
    text-transform: capitalize;
    margin-bottom: 23px;
}

.footer-contact h3 {
    font-family: 'Inter', serif;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

.round-contact a {
    padding: 15px 50px !important;
    text-transform: uppercase;
    border-radius: 50px !important;
    font-size: 16px !important;
}

.round-contact {
    text-align: right !important;
    margin-top: 30px;
}

.footer-contact p {
    font-family: 'Inter';
    font-weight: 400;
    color: #e1d5c5;
    font-size: 13px;
    margin-bottom: 0;
}

.footer-contact {
    padding: 0 40px;
    border-color: #888 !important;
    border-left: 1px solid;
    border-right: 1px solid;
}

.footer_body ul li {
    text-align: left;
    list-style-type: none;
}
.social_icon_links li{
    float: left;
}
.footer-border {
    position: absolute;
    top: 0%;
    left: 4%;
    transform: translate(-3%, -50%);
}

.contact-content h4 {
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
}

.contact-content p {
    font-size: 13px;
    line-height: normal;
    font-family: 'Inter';
    margin-bottom: 0;
    color: #323232;
}

.logo-footer {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    box-shadow: 0 -5px 7px 0 #ededed;
}

.logo-footer img {
    width: 85px;
    display: block;
    margin: 0 auto;
}

.contact-img {
    margin-right: 10px;
}

.footer-con-back {
    background-color: #fff;
    padding: 25px 0px;
    box-shadow: 0 -5px 7px 0 #ededed;
    height: 100%;
}

.footer_body li {
    margin-bottom: 10px;
}

.footer_body li a {
    color: #c1cdd8;
    text-decoration: none;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
}

.footer-bottom {
    position: relative;
}

.site-logo {
    width: 100px;
}
.site-logo img {
    width: 100%;
}
.social_icon_links i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    padding-top: 9px;
    background-color: #0f49aa;
    margin-right: 10px;
}
.footer_body p {
    font-size: 14px;
    font-family: 'Inter';
    color: #c1cdd8;
}
.social {
    color: #fff;
    padding: 23px 0;
}
.social1 {
    color: #fff;
    padding: 0 0;
    float: right;
}
.social a {
    /* FONT-WEIGHT: 700; */
    text-decoration: none;
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    font-family: system-ui;
    font-weight: 400;
}
.btn-offer {
    background: #fff;
    color: #000 !important;
    height: 30px;
    margin-top: 6px;
    padding: 5px 10px !important;
    border-radius: 0 !important;
    font-family: system-ui;
    font-weight: 500 !important;
    font-size: 13px !important;
}
#myCarousel .carousel-control.left {
    background-image: none;
}
#myCarousel .carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
}
.section-2 {
    margin: 40px 0;
}
#myCarousel .carousel-control.left {
    background-image: none;
}
#myCarousel .carousel-control {
    position: absolute;
    top: 46%;
    bottom: 11%;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #383d3f;
    text-align: center;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
    font-size: 57px;
}
.social1 a {
    text-decoration: none;
    color: #fff;
}
.social1 a:hover {
    text-decoration: none;
    color: #fff;
}
.navigation {
    width: 100%;
    display: flex;
    position: relative;
    font-family: inherit;
    align-items: center;
    justify-content: space-between;
}
.social {
    color: #fff;
    padding: 2px 0 0;
}
.text-marque p {
    margin-bottom: 0rem;
    color: #fff;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.social-right {
    float: right;
    padding: 5px 0;
}
.social-right a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    font-family: system-ui;
    font-weight: 400;
}
.owl-dots {
    text-align: center;
}
.owl-dot {
    display: inline-block;
    height: 10px !important;
    width: 10px !important;
    background-color: #ffffff9c !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 4px;
}
.owl-dot.active {
    background-color: #ffffff !important;
}

/* ===========================footer============================= */
.footer_body .form-control {
    border-radius: 50px;
    height: 42px;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    width: 300px !important;
    padding: 10px 12px;
}

.footer_body .input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -88px;
    border-radius: 50px;
    margin-top: 5px;
    margin-right: 3px;
    background: #008080;
}

.footer-loc-img {
    width: 15%;
}

.footer-loc-img img {
    width: 65%;
}

.footer-loc-content {
    width: 85%;
}

.footer-loc-content h5 {
    color: #e1d5c5;
    text-decoration: none;
    line-height: normal;
    font-size: 13px;
    font-weight: 400;
    font-family: "Inter";
    margin-top: 7px;
}

.footer-location {
    display: flex;
    padding: 5px 0;
}

.healthy_heart h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: system-ui;
    width: 27%;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    z-index: 99;
    position: relative;
    margin-bottom: 30px;
    color: teal;
    font-weight: 700;
}

.healthy_heart span {
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    background: #22c194;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 35px;
}

.whats_app {
    position: fixed;
    right: 0px;
    bottom: 50px;
    z-index: 9999;
    font-size: 38px;
    margin: 0 auto;
    text-align: center;
}

.whats_app .fa-whatsapp {
    color: #ffffff;
    font-size: 26px !important;
    position: relative;
    bottom: 4px;
    background-color: #18c10d;
    padding: 13px;
    border-radius: 100px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 26%);
    right: 10px;
    height: 50px;
    width: 50px;
}

.read-more-middle {
    display: block;
    margin: 1px auto;
    width: 10%;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50px;
    border: 2px solid #000;
    padding: 12px 4px;
    margin-bottom: 24px;
}

.healthy-section {
    margin-top: 10px;
}

.read-more-middle:hover {
    background: #008080;
    color: #fff;
}

.social_icon_links {
    margin-top: 20px;
}

.l-p {
    text-align: left !important;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #000 !important;
}

.carousel-indicators {
    bottom: -37px !important;
}

#myCarousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: poInter;
    background-color: #0009;
    background-color: #008080;
    border: 1px solid #008080;
    border-radius: 10px;
}

.product_details {
    margin: 100px 0 100px;
}

.shipping-b {
    font-size: 16px;
    font-family: system-ui;
}

.shipping-ul {
    margin-top: 8px;
    padding-inline-start: 10px;
}

.shipping-ul li {
    line-height: 30px;
    font-family: system-ui;
    font-size: 14px;
}

/* --------- prod box ---------- */
.prod-box {
    height: 250px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Open sans', Arial;
}

.prod-box .img-holder {
    margin-top: 3px;
    text-align: center;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.prod-box .item-img-2 {
    display: none;
}

.prod-box .img-holder:hover .item-img-2 {
    display: block;
}

.prod-box .img-holder:hover .item-img-1 {
    display: none;
}

.prod-box .img-holder img {
    max-height: 100%
}

.prod-box .anons {
    padding: 5px;
    border-top: 1px solid #ddd;
}

.prod-box p {
    margin: 0;
    padding: 3px;
}

.prod-box .title {
    font-size: 16px;
    max-height: 45px;
    overflow: hidden;
    font-family: 'Open sans', Arial;
}

.prod-box .price {
    float: left;
    color: #D90000;
}

.prod-box .sold {
    float: right;
    color: #999
}

.prod-box .info {
    width: 60%;
    font-size: 12px;
    color: #666;
    float: left
}

.prod-box .action {
    width: 39%;
    float: right;
    position: relative;
}

.prod-box:hover .blok-hover {
    bottom: 0px;
    opacity: 1;
}

.blok-hover {
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 100%;
    height: 36px;
    color: #fff;
    background-color: rgba(0, 90, 100, .4);
    z-index: 99;
    transition: all 200ms ease-in-out 0s;
}

.blok-hover a {
    color: inherit;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
}

.blok-hover a:hover {
    color: yellow
}

.prod-box .btn {
    background-color: #FF4000;
    border-radius: 0;
    font-size: 12px;
    padding: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #fff;
    border: 0
}

.prod-box .action .btn {
    width: 100%;
}

.prod-box .action .btn-add {
    display: none;
    position: absolute;
}

.prod-box .action:hover .btn-add {
    display: block
}

.prod-box .btn-order:hover {
    background-color: #d90000;
    color: #fff;
}

.prod-box .btn-add:hover {
    background-color: #d90000;
    color: #fff;
}

.copyright {
    text-align: center;
    background: #000b1d;
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    padding: 20px 0;
}

.terms-con {
    display: flex;
    justify-content: space-between;
}

.terms-con p {
    margin-bottom: 0rem;
}

.product-list .title a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all .3s ease 0s;
    color: #36454f;
}

.product-list strike {
    display: block;
    font-family: system-ui;
    color: #969696;
}

.product-list em {
    font-size: 14px;
    color: #969696;
    font-weight: 400;
    font-style: normal;
    margin-right: 3px;
}

.money {
    font-size: 14px;
    color: #dd4309;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-family: system-ui;
}

.productlisting-title {
    text-align: center;
    font-weight: 600;
    font-family: system-ui;
    font-size: 27px;
}

.wishlist-span {
    font-family: system-ui;
    /* margin-left: 15px; */
    font-size: 14px;
}

.wishlist-span i {
    margin-right: 6px;
}

/* Tabs panel */
.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
}

/* Default mode */
.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid #fbcdcf;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 4px solid #f3565d;
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.tabbable-line>.tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.f-text {
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    display: inline;
    align-content: space-between;
}

.pre-header i {
    color: #ffffff;
    margin-left: 0;
}

.pre-button {
    background-color: #ca8a4e;
    padding: 11px 20px;
    font-family: 'Inter', serif;
}

.p-line {
    position: relative;
    content: '';
    background: #c7c7c7;
    width: 1px;
    height: 15px;
    top: 5px;
    right: 0;
    left: 0px;
    margin: 0 16px;
}

.headerdonate-btn {
    background: #000;
    border-radius: 50px;
    color: #fff !important;
    padding: 0 34px;
    font-size: 14px;
    /* width: 155px; */
    min-width: 40px;
    line-height: 40px;
}

.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.nav-line {
    position: relative;
    content: '';
    background: #e1e1e1;
    width: 1px;
    height: 69px;
    top: 0;
    right: 0;
    left: -65px;
    margin: 0 16px;
}

.pre-header-right i {
    color: #fff;
    background: transparent !important;
    margin-left: 10px;
    padding-top: 0;
    font-size: 15px;
}

.slider .btn-primary {
    color: #fff;
    background-color: #013d6e;
    border-color: #013d6e;
    border-radius: 50px;
    width: 89%;
    font-family: system-ui;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 0 auto;
}

.pre-header .btn-primary {
    padding: 6px 22px;
    border-radius: 50px;
    margin: 3px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.pre-header .fa-user-o {
    color: #fff !important;
    margin-right: 5px;
}

.pre-header .btn-register {
    padding: 6px 22px;
    border-radius: 50px;
    margin: 3px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #0050a6;
    color: #fff;
}

.pre-header .fa-pencil {
    color: #fff !important;
    margin-right: 5px;
}

.pre-header .btn-register:hover {
    color: #fff;
}

.slider h1 {
    position: absolute;
    top: 50px;
    font-size: 27px;
    padding-left: 10%;
    /* text-align: center; */
    color: #072c5a;
    font-weight: 700;
}

.slider {
    position: relative;
}

.slider img {
    padding: 0;
    width: 100%;
}

.slider-content {
    padding: 27px 10% 0;
}

.slider-content h1 {
    color: #fff;
    font-size: 34px;
    margin-top: 30px;
}

.slider-content h1 span {
    color: #00c3fb;
}

.slider-content h5 {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.enquiry-form {
    width: 25%;
    background: #fff;
    padding: 0 0;
    position: absolute;
    top: 97px;
    left: 10%;
    padding-bottom: 35px;
}

.transform-bg {
    background: url(../images/form-img.png) no-repeat 0 0;
    height: 150px;
    /* background-position: inherit; */
    background-size: contain;
    color: #fff;
    text-align: center;
    /* padding: 20px; */
    margin-bottom: 10px;
}

.style {
    width: 100%;
}

.about-img img {
    width: 100%;
    transition: .3s ease-in-out;border-radius: 20px;
}

.enquiry-form .form-group {
    padding: 0 20px;
}

.feature-img-90 {
    width: 90%;
}

.feature-section-right {
    padding: 48px 0;
}

.feature-section-right h2 {
    font-size: 23px;
    text-transform: uppercase;
}

.feature-section-right h2 span {
    color: #0075df;
}

.feature-section-right p {
    font-family: system-ui;
    font-size: 14px;
    /* letter-spacing: 0px; */
    line-height: 22px;
    color: #505050;
}

.easylearn-ul li {
    background: url(../images/check.jpg) no-repeat 0 3px;
    /* width: 202px; */
    padding-left: 31px;
    /* line-height: 38px; */
    font-size: 14px;
    font-family: system-ui;
    /* margin-bottom: 7px; */
    padding-bottom: 22px;
}

.easylearn-ul {
    list-style-type: none;
    width: 50%;
    float: left;
}

.app-portion h4 {
    text-transform: uppercase;
    font-family: system-ui;
    letter-spacing: 1px;
    width: 52%;
    float: left;
    line-height: 71px;
}


.text p {
    font-weight: 500;
    min-height: 0;
    line-height: 21px;
}
.count-title {
    font-size: 50px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-family: system-ui;
}

.count-text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.number-section {
    background: url(../images/safari.jpg) no-repeat 0 3px;
    height: 300px;
    padding: 53px 0;
    margin-top: 41px;
}

.header-bumblebee-center h3 {
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    z-index: 99;
    position: relative;
    font-size: 23px;
    margin-bottom: 30px;
}

.header-bumblebee-center h3 span {
    color: #0075df;
}

.university-column-left {
    width: 100%;
    float: left;
}

.university-column-left img {
    width: 99px;
    margin: 11px auto;
    display: block;
    height: 99px;
}

.university-column-right {
    width: 100%;
    float: none;
}

.university-column-right h4 {
    font-size: 14px;
    text-transform: uppercase;
    padding: 36px 0px 20px;
    text-align: center;
}

.university-column {
    border: 1px solid #c3c3c3;
    float: left;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
}

.university-column:hover {
    box-shadow: -2px 4px 15px -2px #868686;
    transition: all 0.3s ease;
}

.read-more-blog {
    float: right;
    color: #0061b9;
    font-weight: 600;
    font-size: 14px;
    line-height: 37px;
}

.healthy-section p {
    margin-bottom: 0;
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: system-ui;
    color: #545454;
}

.healthy-section i {
    color: #2d97ff;
}

.mail:hover {
    color: #8ac2ff;
    text-decoration: none;
}

.whasapp-a:hover {
    color: #8ac2ff;
    text-decoration: none;
}

.dutyfree_banner h3 {
    color: #fff;
    text-align: center;
    padding: 86px 0;
}

.university-section {
    margin: 22px 0;
}

.university-section ul {
    border: 1px solid #ddd;
    padding: 0 0;
    background: rgb(221 221 221 / 26%);

}

.university-section ul li {
    padding: 0 0 0;
    line-height: 40px;

}

.university-section ul li:nth-last-child(3) {
    padding: 0 0 0;
}

.university-section .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
    font-weight: 600;
    border-radius: 0 !important;
    border-bottom: 1px solid rgb(179 179 179 / 50%);
}

.no-padding {
    padding: 15px 0 !important;
}

.table-column-10 {}

.table-column-10 .table th {
    padding: 18px 15px 15px 10px;
    vertical-align: top;
    font-weight: 600;
    color: #0072c0;
    text-transform: uppercase;
    font-size: 15px;
    font-family: system-ui;
    border-bottom: 1px solid #e1e1e1 !important;
    border-bottom-width: 1px !important;
}

.table-column-10 .table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-weight: 500;
}

/*.table-column-10 .table th:nth-last-child(3) {
    width:37%
}
.table-column-10 .table th:nth-last-child(4) {
    width:13%;
}*/
.university-section .container-fluid {
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.blog-details h4 {
    font-size: 21px;
}

.blog-details i {
    color: #077bd0;
}

.our-app-ul {
    list-style-type: none;
    padding-left: 15px;
}

.our-app-ul li {
    line-height: 42px;
}

.app-ul-left {
    list-style-type: none;
    float: left;
    width: 100%;
}

.app-ul-right {
    list-style-type: none;
    float: left;
    width: 100%;
}

.app-ul-left li {
    line-height: 40px;
}

.app-ul-right {
    line-height: 40px;
}

.coaching-column {
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 10px 30px;
    float: left;
    height: 456px;
}

.coaching-heading {
    margin: 12px 0;
    font-family: system-ui;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.coaching-column p {
    text-align: justify;
    font-size: 15px;
    font-family: system-ui;
}

.coaching-column:hover {
    box-shadow: 0 0 24px 0 #ddd;
    border: 1px solid transparent;
    transition: width 4s ease-out;
}

.coaching-column strong {
    font-weight: 600;
    float: left;
    text-align: left;
    font-size: 15px;
    line-height: 21px;
}

.coaching-column ul {
    text-align: left;
}

.coaching-column b {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
    line-height: 30px;
}

#more {
    display: none;
}

.coaching-column .fa-circle {
    font-size: 9px;
    color: #077bce;
    position: relative;
    top: -2px;
}

#myBtn {
    text-align: left;
    float: left;
    border: none;
    background: transparent;
    font-weight: 500;
    color: #2c67b3;
    font-size: 16px;
}

.hybrid {
    height: auto !important;
}

.inner_contact_us_page_text {
    margin: 30px 0;
}

.inner_contact_us_page_text i {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    color: #097ee0;
}

.inner_contact_us_page_text p {
    font-family: Inter;
    font-size: 15px;
    color: #505050;
    font-weight: normal;
    font-style: normal;
    line-height: 22px;
    text-align: center;
}

.contact_details .form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}

textarea.form-control {
    height: 110px !important;
}

.contact_details .btn {
    /* background: #4c4c4c; */
    color: #fff;
    width: 100%;
    padding: 8px;
    margin: 0 0;
    display: block;
    background: #8c0103;
}
.carousel-item img{
    width: 100%;
}
.carousel-caption {
    padding-bottom: 150px;
}

.carousel-caption h2 {
    font-size: 28px;
    font-family: 'Inter';
    color: #00194b;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}

.carousel-caption h2 span {
    color: #970e0e;
}

.carousel-caption h3 {
    font-size: 16px;
    font-family: 'Inter';
    color: #1967d2;
    font-weight: 500;
}

.carousel-caption p {
    font-size: 14px;
    margin-bottom: 40px;
    font-family: 'Inter';
    color: #000000;
    line-height: normal;
    width: 100%;
    font-weight: 300;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.link-area {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 15px;
    border-radius: 40px;
    background: tomato;
}

.link-area a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}

.text-box {
    position: absolute;
    top: 41%;
    left: 22%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box-1 {
    position: absolute;
    top: 28%;
    left: 23%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box-2 {
    position: absolute;
    top: 39%;
    left: 22%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box-3 {
    position: absolute;
    top: 39%;
    left: 22%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.heading-primary {
    color: #000;
    text-align: left;
}

.heading-primary-main {
    display: block;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 35px;
    animation-name: moveInleft;
    animation-duration: 3s;
}

.heading-primary-sub {
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    animation-name: moveInRight;
    animation-duration: 3s;
    text-transform: inherit;
    line-height: 22px;
    margin-top: 65px;
}

@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }

}

.about-section {
    padding: 50px 0;
    background-image: url(../images/who-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutleft-content {

}
.aboutleft-content h4{
    font-size: 24px;
    font-family: 'Poppins';
    color: #1c30e2;
    font-weight: 600;
}
.aboutleft-content h2 {
    font-size: 14px;
    font-family: 'Poppins';
    color: #1c30e2;
    font-weight: 600;
}

.aboutleft-content i {
    background-color: #ffa768;
    font-size: 16px;
    border-radius: 50%;
    height: 25px !important;
    width: 25px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 5px;
}

.about-page-content h2 {
    margin-top: 0;
}

.aboutleft-content h3 {
    font-size: 45px;
    font-family: 'Inter';
    color: #050b15;
    font-weight: 700;
}

.aboutleft-content h3 span {
    color: #ffa768;
}

.aboutleft-content ul li {
    font-size: 14px;
    font-family: 'Inter';
    margin-bottom: 18px;
    color: #010101;
    font-weight: 500;
    list-style: none;
    line-height: normal;
    padding-left: 25px;
    position: relative;
    width: 50%;
    float: left;
    padding-right: 10px;
}
.aboutleft-content ul li::after{
    position: absolute;
    content: '\f00c';
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    font-family: 'FontAwesome';
    color: #1261ff;
}
.aboutleft-content p {
    font-size: 14px;
    line-height: normal;
    font-family: 'Inter';
    color: #323232;
    font-weight: 400;
}
.aboutleft-content .banner {
    padding-top: 135px;
}
.about-page-content a {
    font-family: 'Inter';
    text-decoration: underline;
    font-size: 15px;
    font-weight: 400;
}
.icon-container p {
    font-size: 12px;
    font-family: 'Inter';
    margin-bottom: 30px;
    color: #525252;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin: 0;
}
.call-flex {
    display: flex;
    align-items: center;
    background-color: #05437f14;
    border-radius: 15px;
    width: 80%;
    padding: 20px;
}

.call-icon {
    margin-right: 20px;
    width: 62px;
}

.call-icon i {
    background-color: #05437f;
    padding: 8px;
    font-size: 35px;
    width: 65px;
    height: 65px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.call-details {
    width: 70%;
}

.call-details h5 {
    font-size: 16px;
    font-family: 'Inter';
    color: #000;
    font-weight: 400;
}

.call-details h3 {
    color: #970e0e;
    font-family: 'Inter';
    font-weight: 800;
    font-size: 32px;
    margin: 0;
}

.white-text h3 {
    font-size: 36px;
}

.white-text h2::after {
    background-color: #ffffff;
}

.white-text h3 span {
    color: #ff9191;
}

.about-page-content {
    margin-top: 50px !important;
}

.contact-icon {
    display: flex;
    margin: 40px 0 60px;
    background-image: url(../images/menu-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between;
    width: 100%;
    padding: 65px 30px;
    border-radius: 30px;
}

.phone-number {
    width: 33.33%;
    padding: 0 30px;
}

.phone-number p {
    color: #fefefe;
}

.icon-img img {
    width: 100%;
}

.about-list {
    float: left;
    width: 100%;
}

.about-list li::before {
    position: absolute;
    content: '';
    background-image: url(../images/check.png);
    width: 21px;
    14px height: 24px;
    top: 12px;
    left: -40px;
}

.about-list li {
    font-size: 15px;
    font-family: 'Inter';
    color: #000720;
    width: 50%;
    float: left;
    position: relative;
    line-height: 50px;
}

.banner a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    padding: 15px 40px;
    background: #1c30e2;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    font-family: 'Inter';
    text-transform: capitalize;
    border-radius: 5px;
}

.banner a:hover {
    color: #fff;
    box-shadow: inset 250px 0 0 0 #000c77;
    text-decoration: none;
}

.livlihood {
    background: url(../images/breadcrumb_bg.jpg) no-repeat 0 0;
    background-position: center;
    padding: 90px 0;
    width: 100%;
    background-size: cover;
    position: relative;
}

.livlihood::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #03091B; */
    opacity: 0.75;
    z-index: 0;
}

.subpage-in-left h1 {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration: 1s;
    animation-delay: 1s;
    font-size: 24px;
    line-height: 30px;
    padding: 9px 0;
    text-align: center;
    color: #fff;
    background: rgb(219 11 5 / 40%);
    border-radius: 0 12px 10px 0;
    font-weight: 900;
}

.subpage-in-left {
    width: 20%;
}

.livlihood-content {
    background: url(../images/bg-white.jpg) no-repeat 0 0;
    height: 700px;
    padding: 5% 0 0%;
    width: 100%;
    background-size: cover;
}

.livlihood-text h3 {
    font-family: 'Inter', sans-serif;
    color: #bf0500;
    font-weight: 600;
    font-family: 'Merriweather', serif;
    font-size: 22px;
}

.animation-element.slide.testimonial .content {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    padding: 20px;
    text-align: justify;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 23px;
    color: #000;
}

.bg-white {
    background: #fff;
    box-shadow: 0 0 10px 0 #d4d4d4;
    border-radius: 8px;
    margin-bottom: 50px;
    border-bottom: 4px solid #0479b5;
}

.rating-card {
    background-color: #980000;
    color: white;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.testi-row {
    padding: 0 25px;
}

.testi-row .col-md-4 {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.testi-row .col-md-8 {
    background-color: #ebebeb;
}

.rating-card .rating {
    font-size: 8rem;
    font-weight: bold;
    margin-bottom: 0px;
}

.rating-card .stars {
    color: #ffd700;
    font-size: 1.2rem;
    margin: 10px 0;
}

.rating-card .reviews {
    font-size: 20px;
    margin-bottom: 0px;
}

.back-color a {
    background-color: #fff;
    color: #980000;
}

.rating-card .review-button {
    background-color: #ffc107;
    color: black;
    text-decoration: none;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.rating-card .review-button:hover {
    background-color: #e0a800;
}

.medinipur-section {
    background: #f7f7f7;
    padding: 50px 0;
}

.livlihood-text p {
    color: #000;
    text-align: justify;
    line-height: 22px;
    font-size: 15px;
    font-family: 'Questrial', sans-serif;
}

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}

.center-text {
    text-align: center;
}

.serviceBox {
    background-color: #faf7f2;
    padding: 20px;
    transition: .5s all;
    border-radius: 10px;
}

.serviceBox:hover {
    transform: translateY(-15px);
    transition: .5s all;
    box-shadow: 0 0 20px 0 #ddd;
}

.serviceBox .title {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0 0 10px;
    color: #000;
    text-align: center;
}

.serviceBox .title:hover {
    color: #db0b05;
}

.serviceBox p {
    color: #818181;
    margin: 0;
    line-height: normal;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
    height: auto;
}

.serviceBox.pink {
    --main-color: #E60143;
}

.serviceBox.purple {
    --main-color: #6F46C1;
}

.serviceBox.green {
    --main-color: #4CB900;
}

.others-heading {
    padding-bottom: 40px;
    text-align: center;
}

.others-heading h2 {
    font-size: 16px;
    font-family: 'Inter';
    color: #1967d2;
    font-weight: 600;
    text-transform: capitalize;
}

.others-heading i {
    background-color: #ffa768;
    font-size: 16px;
    border-radius: 50%;
    height: 25px !important;
    width: 25px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 5px;
}

.others-heading h2 img {
    width: 22px;
}

.others-heading h3 {
    font-size: 45px;
    font-family: 'Inter';
    color: #000;
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}

.others-heading h3 span {
    color: #ffa768;
}

.white-text h2 {
    color: #fff;
}

.white-text h3 {
    color: #fff;
}
.products-icon-img h6 {
    margin: 0;
    padding: 10px 0px;
    background-color: #9e0039;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'Inter';
    font-weight: 600;
    border-radius: 5px;
}

.heading-change {
    font-family: 'Corinthia', serif;
    color: #e48825;
    font-weight: 400;
}

.imap-heading {
    margin: 30px 0 30px 0;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
}

.imap-heading h3 {
    color: #404040;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
}

.imap-heading h3:after {
    content: '';
    position: absolute;
    width: 33px;
    /* border-bottom: 1px solid #da251c; */
    bottom: -5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 2px;
    background: #cf0609;
}

.landing-page {
    background: url(../images/barren-land.jpg) no-repeat 0 0;
    height: 620px;
    padding: 0;
    width: 100%;
    padding-top: 8%;
}

.landing-page div {
    width: 100%;
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding-left: 100px;
}

.aboutleft-content ul {
    list-style-type: none;
    font-family: 'Inter';
    font-size: 13px;
    line-height: 35px;
    color: #5a5a5a;
    font-weight: 700;
    padding-left: 0;
}

.pravah-section {
    margin: 30px 0;
}

.gallery-section {
    background: #fff;
    padding: 15px 0;
}

.line-img {
    width: 100%;
}

.line-img img {
    width: 100%;
}

.image-wrap img {
    margin: 49px auto 0;
    display: block;
}

.banner {
    width: 36%;
    bottom: 28% !important;
    text-align: left !important;
    left: 8% !important;
}

.view-all:hover {
    color: #fff;
    box-shadow: inset 200px 0 0 0 #1c5eb3;
    text-decoration: none;
    border: none;
}

.view-all {
    display: block;
    margin: 0 auto;
    width: 14%;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border-radius: 7px;
    padding: 12px 25px;
    background: #8c0103;
    padding: 13px 26px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    border: none;
}

.subpage-text h1 {
    color: #fff;
    text-align: center;
    font-family: 'Inter';
    font-size: 42px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

.padding-0 {
    padding: 0 3px !important;
}

.course-box-h3 {
    background: #0679b4;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-family: 'Inter';
    font-size: 19px;
    line-height: 37px;
    text-transform: capitalize;
    font-weight: 600;
    width: 35%;
    margin: 0 auto 20px;
}

.course-list {
    list-style-type: none;
    float: left;
    margin-bottom: 30px;
}

.course-list a {
    color: #000;
    font-size: 15px;
    font-family: 'Inter';
}

.course-list a i {
    color: #0679b4;
    margin-right: 5px;
}

.course-list li {
    margin-bottom: 18px;
    text-align: justify;
}

.feature-section {
    margin: 0px 0;
    background: #eff3f6;
    padding: 30px 0 0;

}

.about-text h3 {
    color: #000;
    font-family: "Merriweather", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: 0;
}

.about-text p {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    padding: 0 19%;
    font-family: 'Inter';
    margin-bottom: 50px;
    text-align: center;
}

.missionvision-text {
    margin-bottom: 35px;
}

.missionvision-text h3 {
    color: #030303;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    color: #0088cc;
    font-family: 'Inter';
}

.missionvision-text p {
    text-align: justify;
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 1.6em;
    padding-left: 50px;
}

.contact_details {
    margin-bottom: 50px;
    margin-top: 20px;
}

.contact-form form {
    padding: 0% 2% 8% 2%;
    width: 86%;
    margin: 0 auto;
}

.contact-form .form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /* box-shadow: 0 0 5px 0 #dbdbdb; */
}

.prospectus {
    background: #ffffff;
    color: #000 !important;
    font-weight: 600;
    font-size: 13px !important;
    padding: 9px 12px !important;
    border-radius: 5px;
}

.gov-text {
    display: block;
    font-size: 16px;
    color: #6a6a6a;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 18px;
    font-family: 'Inter';
}

.batteryexpert_main {
    background: url(../images/battery.jpg);
    height: 490px;
    padding: 38px 0;
    margin-top: 43px;
}

.batteryexpert_main h3 {
    color: #ffffff;
    /* font-family: 'Work Sans', sans-serif !important; */
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Inter';
}

.expert-ul {
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 15px 9px;
}

.expert-ul li {
    color: #fff;
    font-size: 15px;
    font-family: 'Inter';
    margin-bottom: 10px;
    float: left;
    width: 33.33%;
}

.enquire {
    text-transform: uppercase;
    font-weight: 600;
}

.enquire i {
    color: #ffb400;
}

#myModal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-family: 'Inter';
    color: #0e0e0e;
    font-size: 20px;
    font-weight: 600;
}

#myModal label {
    display: inline-block;
    margin-bottom: .5rem;
    font-family: 'Inter';
    color: #636363;
    font-size: 13px;
    font-weight: 600;
}

#myModal .form-group {
    margin-bottom: 22px;
}

#myModal .form-control {
    font-family: 'Inter';
    font-size: 13px;
    height: 40px;
}

#myModal .btn-success {
    color: #fff;
    background-color: #139832;
    border-color: #28a745;
    margin: 0 auto;
    display: block;
    font-family: 'Inter';
    border-radius: 7px;
    padding: 6px 21px;
}

.mail b {
    color: #6bd4ff;
    font-size: 16px;
    font-weight: 600;
}

/*=================================================*/



.finance-details {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 5px 0 #ddd;
}

.finance-icon {
    width: 100%;
}

.finance .finance-icon img {
    width: 30%;
    margin: 18px 0;
}

.finance-count {
    text-align: right;
}

.finance-icon img {
    width: 28%;
    margin-right: 12px;
}

.finance .finance-details p {
    font-size: 14px;
    color: #fff;
    font-family: 'Yantramanav', sans-serif;
    text-align: left;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 14px;
    line-height: normal;
}

.finance .finance-icon h4 {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    font-family: 'Yantramanav', sans-serif;
    margin-top: 12px;
}

.finance {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 500px;
}

.finance-count h5 {
    color: #d3d3d3;
    font-size: 40px;
}

/*=====================choose======================*/
.choose {
    padding: 50px 0;
}

.cards-wrapper {
    display: flex;
    gap: 20px;
}

.card-box {
    display: flex;
    border: 1px solid #e1e1e1;
    transition: transform 0.3s ease-in-out;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    transition: 0.5s all ease;
}

.card-box:hover {
    transform: translateY(-10px);
    background-color: #1967d2;
}
.card-box:hover .card-text h3{
    color: #fff;
    transition: 0.5s all ease;
}
.card-box:hover .card-text p{
    color: #eee;
    transition: 0.5s all ease;
}
.card-box:hover .card-icon{
    border-radius: 50%;
    background: #ffffff;
    transition: 0.5s all ease;
}
.card-text{
    text-align: left;
    width: 70%;
}
.card-box:hover::after{
    background-color: #fff;
    opacity: 0.1;
    width: 500%;
    height: 500%;
    position: absolute;
    right: -60px;
    bottom: -60px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transition: 0.5s all ease;
}
.card-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-icon {
    width: 82px;
    background: #ecedf2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 15px;
    margin-right: 15px;
}

.card-text h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Inter';
    color: #00194b;
    font-weight: 700;
    transition: 0.5s all ease;
}

.card-text p {
    font-size: 14px;
    margin: 0;
    font-family: 'Inter';
    transition: 0.5s all ease;
}

/* ================================================================= */
.testi {
    padding: 50px 0;
}

.testi-back {
    padding: 50px 0;
    background-image: url(../images/testi-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}
.testi-heading h2 {
    font-size: 51px;
    font-family: 'roca-bold';
    color: #fed1a7;
    font-style: italic;
}

.testi-heading {
    text-align: center;
    padding-bottom: 50px;
}
.testi-row .others-heading h3{
    font-size: 32px;
    width: 100%;
    margin-top: 0;
}
.testi-row .others-heading {
    padding-bottom: 0px;
    text-align: center;
    margin: 0 auto;
}
.testi-row {
    background: #1967d2;
    border-radius: 50px;
    width: 50%;
    margin: 0 auto !important;
    padding: 30px;
}
.testi-pargraph i{
    color: #fff;
    font-size: 30px;
}
.test-con p {
    font-size: 16px;
    font-family: 'Poppins';
    color: #fff;
    margin: 0;
    padding-top: 10px;
    font-weight: 400;
}
.img-span {
    text-align: center;
}
.img-span::before {
    mask-image: url(https://wdt-astronex.myshopify.com/cdn/shop/t/1/assets/testimonial-border.svg);
    -webkit-mask-image: url(https://wdt-astronex.myshopify.com/cdn/shop/t/1/assets/testimonial-border.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    content: "";
    position: absolute;
    background: #d0936c;
    bottom: -50px;
    top: auto;
    width: 100%;
    height: 15px;
    left: 50%;
    transform: translate(-50%);
}
.test-con span {
    font-size: 13px;
    font-family: 'Inter';
    color: #ffffff;
    font-weight: 400;
}
.user-img img {
    width: 50px !important;
    margin: 0 auto;
}
.testimonial-box {
    padding: 15px 0;
}
.quote i {
    color: #3a3025;
    font-size: 70px;
}
.testi-pargraph img {
    width: 80px !important;
}
.testi-pargraph p {
    font-size: 14px;
    font-family: 'Inter';
    color: #fefefe;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.stars {
    color: #ffa400;
    font-size: 18px;
    margin-bottom: 15px;
}
.testi-pargraph h3 {
    font-family: 'Inter';
    color: #000;
    font-size: 22px;
}

/*============================contect us=============================*/
.contact-page-sec {
    padding: 50px 0;
}

.contact-info {
    border-radius: 10px 10px 10px 0px;
    box-shadow: 0px 0px 25px rgb(56 152 226 / 30%);
    padding: 15px 40px;
    background-color: #fff;
}
.contact-flex {
    color: #17171d;
    display: flex;
    align-items: center;
    margin: 35px 0;
}
.c-info-icon {
    font-size: 22px;
    color: #1967d2;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 10px;
    text-align: center;
    background-color: #eaeff7;
    z-index: 1;
    margin-right: 20px;
}
.contact-con{
    width: 80%;
}
.contact-location {
    padding-bottom: 50px;
}
.contact-flex h3{
    font-family: "Rubik", sans-serif;
    color: #17171d;
    font-size: 22px;
}
.contact-con a{
    color: #17171d;
}
.contact-flex p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #17171d;
    line-height: normal;
}
.contact-info-icon {
    margin-bottom: 32px !important;
    background-color: #980000;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 15px 12px 0px 0px #9800003b;
    transition: .3s all;
}

.contact-info-icon:hover {
    box-shadow: none;
    transition: .3s all;
}

.contact-info-item {
    background-image: url(../images/contact_info_bg.jpg);
    padding: 30px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-page-form {
    width: 100%;
    border-radius: 10px 10px 10px 0px;
    box-shadow: 0px 0px 25px rgb(56 152 226 / 30%);
    padding: 28px;
    background-color: #fff;
}
.contact-page-form img {
    display: block;
    margin: 0 auto;
}
.contact-page-sec .contact-page-form h2 {
    font-size: 22px;
    font-family: 'Inter';
    color: #0047d6;
    text-transform: capitalize;
    font-weight: 500;
}
.contact-page-sec .contact-page-form p{
    font-size: 13px;
    font-family: 'Inter';
    color: #000000;
    line-height: normal;
}
.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 36px;
    color: #ffffff;
    margin-top: 20px;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    font-family: 'Inter';
}

.contact-info-text span {
    color: #363636;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    font-family: 'Inter';
    height: 48px;
}

.form-section {
    padding: 50px 0 50px;
}

.contact-page-form label {
    color: #000;
    font-weight: 500;
    font-family: 'Inter';
}

.contact-page-form input {
    border: none;
    margin-bottom: 12px;
    padding: 10px;
    width: 100%;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    background-color: #eaeff7;
    border-radius: 5px;
}

.single-input-field textarea {
    border: none;
    margin-bottom: 12px;
    padding: 10px;
    width: 100%;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    background-color: #eaeff7;
    border-radius: 5px;
    height: 82px;
}

.single-input-fieldsbtn input[type="submit"] {
    background: #1967d2 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 165px;
    margin-top: 0px;
    font-size: 15px;
}

.single-input-fieldsbtn {

}

.cities {
    width: 100%;
}

.cities img {
    width: 100%;
    border: 8px solid #fff;
    box-shadow: 0 0 5px 0 #bfbfbf;
    border-radius: 8px;
}

.cities h4 {
    font-family: 'Oswald';
    font-size: 18px;
    color: #750000;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}

.small-img .cities img {
    height: 225px;
    object-fit: cover;
}

.small-img .cities {
    margin-bottom: 20px;
}

.hotel-content {
    background-color: #000;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.seamless {
    position: relative;
}

.seamless-img img {
    width: 100%;
    height: 100%;
}

.seamless-content {
    position: absolute;
    bottom: 0;
    right: 120px;
    width: 485px;
    background-color: #fff;
    padding: 40px;
}

.seamless-content h3 {
    font-family: 'Inter';
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.seamless-content h4 {
    font-size: 38px;
    font-family: 'Inter';
    color: #000000;
    font-weight: 700;
}

.seamless-content p {
    font-size: 14px;
    line-height: normal;
    font-family: 'Inter';
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
}

.hotel-content h5 {
    font-size: 14px;
    color: #fff;
}

.hotel-content strike {
    color: #bdbdbd;
}

.hotel-content span {
    color: #e4a853;
}

.cities h3 {
    font-family: 'Inter';
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.single-input-fieldsbtn input[type="submit"]:hover {
    background: #071c34;
    transition: all 0.4s ease-in-out 0s;
    border-color: #071c34
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}


.extra-flex {
    display: flex;
    justify-content: space-between;
}

.extra-flex h5 {
    font-size: 18px;
    font-family: 'Inter';
    color: #834e07;
    font-weight: 700;
}

.extra-flex h4 {
    font-size: 24px;
}

.small-ammount h4 {
    font-size: 20px;
}

/* ======================form section============================ */
.form-details {
    padding: 30px;
    background-image: url(../images/menu-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    text-align: center;
}

.form-img {
    width: 100%;
}

.form-img img {
    width: 100%;
}

.form-sec input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.form-sec textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.form-sec ::placeholder {
    color: #eee;
    opacity: 1;
}

.form-sec ::-ms-input-placeholder {
    color: #eee;
}

.form-details h3 {
    font-family: 'Corinthia', serif;
    color: #e48825;
    font-weight: 700;
    font-size: 36px;
    text-decoration: underline;
}

.form-details p {
    font-size: 13px;
    font-family: 'Inter';
    line-height: normal;
    color: #eee;
}

/* =============products================== */

.products {
    background-color: #ebebeb;
    padding: 10px;
    transition: transform 0.3s ease;
}

.product-img {
    width: 100%;
    position: relative;
}

.product-img img {
    width: 100%;
}

.product-content {
    text-align: left;
    padding: 7px 0;
}

.product-content h3 {
    font-family: 'Inter';
    font-size: 18px;
    color: #000000;
    margin: 0;
    text-align: left;
    margin-top: 7px;
    font-weight: 600;
}

.product-content a {
    font-size: 12px;
    font-family: 'Inter';
    margin-bottom: 0;
    color: #0d791f;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
}

.line-1 {
    width: 50px;
    background-color: #000;
    height: 1px;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
}

.line-2 {
    width: 90px;
    background-color: #000;
    height: 1px;
    margin: 0 auto;
    display: block;
}

.product-content p {
    font-size: 12px;
    font-family: 'Inter';
    color: #525252;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.products:hover {
    transform: scale(1.05);
}

.product-img img {
    width: 100%;
    transition: transform 0.3s ease;
}

.products-icon-img {
    width: 85px;
    position: absolute;
    right: 20px;
    top: 5px;
}

.products-icon-img img {
    background-color: #008649;
    padding: 12px;
    border-radius: 5px;
}

.product-content {
    position: relative;
    transition: transform 0.3s ease;
}

.featured-title,
.product-content p {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.product-content a {
    transform: translateY(10px);
    display: inline-block;
    margin-top: 0px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* =====================presence===================== */
.choose-content h4 {
    color: #1967d2;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
}

.choose-content h2 {
    font-size: 35px;
    font-family: 'Inter';
    color: #010d1c;
    font-weight: 500;
}

.choose-content p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: normal;
    font-family: 'Inter';
    color: #353535;
    font-weight: 400;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 16px;
    color: #111827;
}

.feature-item .icon {
    background-color: #1d4ed8;
    color: #fff;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 14px;
}
.image-content{
    width: 100%;
}
.image-content img {
    width: 100%;
    border-radius: 15px;
}
.choose-content .portal-card{
    margin-bottom: 15px;
}
.choose-content li a{
    color: #000;
}
/* ==========================footer-contact=================== */

.contact-data {
    display: flex;
}

.footer-con-back {
    display: flex;
    justify-content: space-between;
    /* Distribute columns evenly */
}

.vertical-line {
    position: absolute;
    /* Position absolute for line */
    top: 0;
    bottom: 0;
    right: 0px;
    width: 1px;
    background-color: #b7b7b7;
}

.breadcrumb-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.breadcrumb {
    list-style: none;
    padding: 10px 20px;
    background-color: rgb(255 255 255 / 21%) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 0px !important;
    display: table !important;
    margin: 0 auto;
}

.breadcrumb-item {
    margin-right: 5px;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #e7f9ff;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item::after {
    content: "\f178";
    margin-left: 5px;
    font-family: 'FontAwesome';
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

.breadcrumb-item:last-child::after {
    content: "";
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.content {
    padding: 20px;
    text-align: center;
    /* Center the content text */
}

.breadcrumb .active a {
    color: #f3ff00 !important;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb li a {
    font-weight: 600;
    color: #fff;
    font-family: 'Inter';
    font-size: 15px;
}

/* =========================contract========================== */
.others-heading p {
    font-size: 13px;
    line-height: normal;
    font-family: 'Poppins';
    color: #001130;
    width: 100%;
    margin: 15px auto;
}
.contract-apsolute-con {
    margin-top: 70px;
    position: relative;
}

.contract-apsolute-con h2 {
    position: absolute;
    font-size: 100px;
    left: 0;
    top: -56px;
    font-family: 'Inter';
    z-index: -1;
    color: #d7d7d7;
}

.contract-apsolute-con h3 {
    font-family: 'Inter', serif;
    color: #000;
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
}

.all-contract-content h4 {
    font-family: 'Inter', serif;
    color: #004389;
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
    text-transform: capitalize;
}

.all-contract-content p {
    font-size: 14px;
    line-height: 23px;
    font-family: 'Inter';
    margin-bottom: 28px;
    color: #323232;
}

.contract-img {
    width: 100%;
}

.contract-img img {
    width: 100%;
}

.contract-details {
    background-color: #f5f5f5;
    padding: 20px;
    position: relative;
    z-index: -1;
    margin-bottom: 30px;
}

.contract-details:hover .contract-img img {
    transform: scale(1.2);
}

/*=======================industries=======================*/

.shape-box {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 270px;
    margin: 0px 0 20px;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / 12%);
    overflow: hidden;
    width: 100%;
}

.shape-box_half {
    overflow: hidden;
    text-align: left;
}

.shape-box_half:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewY(41.5deg);
    transform-origin: top left;
    transition: \transform .4s;
    background: #fff;
    z-index: 1;
}

.shape-box>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-black {
    background-color: #000;
}

.shape-box_half figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 30px;
    transition: \transform .4s;
    transform: translateY(100%);
    z-index: 3;
}

.shape-box_half figcaption .show-cont {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 10px;
    right: 10px;
    transition: bottom .4s;
}

.card-no {
    font-size: 70px;
    color: #0357ad;
    padding: 0;
    margin: 10px 0;
    font-family: 'Inter';
    font-weight: 700;
    background-color: #e1eaf3;
    width: 110px;
    border-radius: 100px;
    height: 110px;
    padding-top: 15px;
}

.card-main-title {
    margin-top: 8px;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Inter';
    color: #292b2c;
    margin-bottom: 0;
}

.card-content {
    color: #9f9f9f;
    margin-top: 20px;
    line-height: 22px;
    font-size: 15px;
}

.shape-box_half>.after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0050a6;
    opacity: 0;
    transition: opacity .4s;
}

/*On hover*/
.shape-box_half:hover:before {
    transform: skewY(20deg);
}

.shape-box_half:hover figcaption {
    transform: translateY(0);
}

.shape-box_half:hover figcaption .show-cont {
    bottom: 60%;
}

.shape-box_half:hover>.after {
    opacity: 1;
}

.consul-cont {
    height: 460px;
    border-bottom: 3px solid #003b93;
}

.consul h2 {
    font-size: 100px;
    font-family: 'Inter';
    color: #d7d7d7;
}

.iso-img {
    width: 100px;
}

.iso-img img {
    width: 100%;
}

/*===================faq==========================*/



.faq {
    padding: 50px 0 50px;
    background-image: url(../images/about-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion-item {
    background-color: #FFFFFF;
    /* White background for items */
    border: 1px solid #E0E0E0;
    /* Light border */
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Softer shadow */
}

.accordion-header {
    background-color: #d6ffec;
    /* Soft purple */
    color: #000;
    /* White text */
    padding: 15px;
    font-size: 16px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: poInter;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
    font-family: 'Inter';
    font-weight: 600;
}

.accordion-header:hover {
    background-color: #bfffe1;
}

.accordion-content {
    background-color: #FAFAFA;
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

.icon {
    transition: transform 0.3s ease;
}

.active .icon {
    transform: rotate(45deg);
}


/*===========================counter===========================*/
.statistics-section {
    background-color: #101527;
    padding: 55px 0;
}

.stastic p {
    font-size: 18px;
    font-family: 'Inter';
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
}

.stastic h4 {
    font-size: 50px;
    font-family: 'Inter';
    color: #84f9a8;
    font-weight: 800;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*=====================blog=======================*/

.blog-img {
    width: 100%;
    position: relative;
}

.blog-img img {
    width: 100%;
}

.blog-time {
    width: 80%;
    position: absolute;
    bottom: -45px;
    background-color: #c9a470;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    left: 50%;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
}

.blog-time h4 {
    font-size: 14px;
    font-family: 'Inter';
    color: #fff;
    margin-bottom: 0;
}

.blog-content h3 {
    font-family: 'Inter';
    font-size: 16px;
    color: #000000;
    margin: 0;
    font-weight: 600;
    text-align: left;
    margin-top: 35px;
}

.blog-list {
    background-color: #fff;
    padding: 10px;
    transition: .3s all;
}

.blog-content p {
    font-size: 13px;
    font-family: 'Inter';
    color: #3b3b3b;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-top: 8px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 16px;
    margin-bottom: 6px;
}

.blog-content a {
    font-size: 12px;
    font-family: 'Inter';
    margin-bottom: 0;
    color: #0d791f;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-content {
    text-align: left;
}

.blog-list:hover .blog-time {
    bottom: 0px;
    transition: .3s all;
}

.blog-list:hover .blog-content h3 {
    margin-top: 10px;
}

/*=======================login page======================*/

.logo-img {
    width: 100px;
    margin: 0 auto;
}

.logo-img img {
    width: 100%;
}

.login-page {
    background-image: url(../images/login-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0 150px;
}

.assessment-entering {
    display: flex;
    justify-content: space-between;
    background-color: #dcefff;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.login-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    overflow: hidden;
    width: 35%;
    margin: 30px auto;
}

.login-form {
    padding: 40px;
    box-sizing: border-box;
}

.login-form h4 {
    font-size: 18px;
    font-family: 'Inter';
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #3ca95a;
    padding: 12px;
}

.login-form input,
.login-form select {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    border: none;
    border-radius: 0px;
    margin-bottom: 20px;
    background-color: #f6f2e7;
    color: #000;
    outline: none;
    transition: border-color 0.3s, background-color 0.3s;
    font-family: 'Inter';
    font-weight: 500;
}

.login-form select {
    padding: 18px;
}

.login-form h2 {
    font-family: 'Inter';
    font-size: 20px;
    color: #009122;
    margin: 0;
    font-weight: 600;
    text-align: center;
    margin-bottom: 32px;
}

.input-field:hover,
.input-field:focus {
    border-color: #3498db;
}

.time-slot input {
    margin-bottom: 12px;
}

.button-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.button-container .register-button {
    padding: 14px 0;
    background-color: #be0000;
}

.assessment-entering p {
    width: 72%;
    font-family: 'Inter';
    font-size: 18px;
    color: #960000;
    font-weight: 600;
    margin: 0;
}

.login-button {
    background-color: #1869c7;
    color: #fff;
    margin-left: 5px;
    font-family: 'Inter';
    font-weight: 500;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form {
    text-align: center;
}

.login-form a {
    text-align: center;
    padding: 15px 28px !important;
    background-color: #145aac;
    color: #fff !important;
    border-radius: 5px;
    font-family: 'Inter';
    font-weight: 500;
}

.blink-button {
    background-color: #145aac;
    color: white;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: poInter;
    outline: none;
    animation: blink 1s infinite;
}

@keyframes blink {

    0%,
    100% {
        background-color: #145aac;
        color: white;
        opacity: 1;
    }

    50% {
        background-color: #fa5316;
        color: black;
        opacity: 0.7;
    }
}

.login-form h5 {
    margin-top: 30px;
    text-align: left;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}

.login-form ul {
    padding: 0;
}

.login-form ul li {
    font-size: 14px;
    font-family: 'Inter';
    margin-bottom: 30px;
    color: #525252;
    font-weight: 500;
    text-align: left;
    list-style: none;
}

.body-constitution {
    width: 70%;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.login-form p {
    color: #000000;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.styled-table th,
.styled-table td {
    border: 1px solid #dddddd;
    padding: 8px;
    text-align: left;
}

.styled-table th {
    background-color: #007ac2;
    font-weight: 600;
    font-family: 'Inter';
    color: #fff;
    font-size: 18px;
}

.styled-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.styled-table tbody tr:hover {
    background-color: #e4faff;
}

.styled-table td {
    color: #000000;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
}

.amount-assessment {
    background-color: #dcefff;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.login-button:hover {
    background-color: #e35d5d;
    color: #fff;
    text-decoration: none;
}

.amount-assessment h5 {
    font-family: 'Inter';
    font-size: 14px;
    color: #000000;
    margin: 0;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
}

.amount-assessment h6 {
    font-family: 'Inter';
    font-size: 20px !important;
    color: #24a643 !important;
    margin: 0 !important;
    font-weight: 600 !important;
    text-align: left !important;
    margin-bottom: 0 !important;
}

.register-button {
    margin-right: 5px;
    background: #5a1a1a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 8px 0;
    text-transform: capitalize;
    margin-top: 0px;
    font-size: 15px;
    font-family: 'Inter';
}

.login-button,
.register-button {
    flex: 1;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    cursor: poInter;
    transition: background-color 0.3s;
}

.register-button:hover {
    background-color: #fd6300;
    /* Warna background saat tombol di-hover */
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .login-container {
        width: 90%;
    }
}



.time-slot {
    display: flex;
}

.time-slot label {
    font-family: 'Inter';
    font-size: 14px;
    color: #5d5d5d;
    margin: 0;
    font-weight: 500;
}

.time-slot input[type="radio"] {
    margin-right: 4px;
    accent-color: #4285f4;
    width: 15px;
    margin-top: 6px;
}

.login-form h6 {
    font-family: 'Inter';
    font-size: 16px;
    color: #000000;
    margin: 0;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}

.register-container {
    width: 60%;
    margin: 15px auto;
}

.login-page .card {
    padding: 25px 30px;
    border-bottom: 5px solid #0962c1 !important;
    width: 75%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #ddd;
    border-radius: 10px;
    border: none;
}

.main-body {
    width: 60%;
    margin: 0 auto;
}

#timer {
    text-align: center;
    font-size: 22px;
    font-family: 'Open Sans';
    font-weight: 600;
    width: 188px;
    background: #00587a;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 19px;
    border-radius: 6px;
    color: #fff;
}

#time {
    font-size: 22px;
}

.card-block-small span {
    font-size: 20px;
    line-height: 50px;
    font-family: 'Inter';
}

.question-text {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 11px;
}

.options {
    margin-bottom: 25px;
    padding-left: 0;
}

.option {
    margin-right: 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: "Inter", sans-serif;
    color: #000000;
    list-style: none;
}

#prev {
    float: left;
    background: #a10005;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Inter';
    border: none;
}

#next {
    float: right;
    background: #022097;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Inter';
    border: none;
}

.question textarea {
    width: 100%;
    border: none;
    background-color: #edf5ff;
    padding: 20px;
}

.page-body h4 {
    font-family: 'Inter';
    font-size: 20px;
    color: #000000;
    margin: 0;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: capitalize;
}

.question-text {
    font-family: 'Inter';
    font-size: 16px;
    color: #000000;
    margin: 0;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/*=============service-list====================*/
.services {
    padding: 50px 0;
    background-image: url(../images/about-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-box {
    width: 100%;
    box-shadow: 0 0 50px 0 #ddd;
    overflow: hidden;
    padding: 0 30px 30px;
    background-color: #fff;
    margin-bottom: 20px;
    transition: .3s all;
}
.service-box:hover{
    transform: translateY(-10px);
    transition: .3s all;
}
.service-icon {
    display: flex;
}
.service-box h3 {
    color: #000000;
    font-size: 18px;
    margin-top: 20px;
    font-family: 'Poppins';
    font-weight: 600;
}
.service-box p {
    color: #424242;
    font-size: 13px;
    font-family: 'Inter';
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: normal;
}
.service-box a{
    color: #1261ff;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    padding-top: 12px;
    display: block;
}
.service-icon-img h2{
    color: #1261ff;
    opacity: .2;
    font-weight: 800;
    font-size: 60px;
    font-family: 'Inter';
}
.service-icon-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-icon-img img {
    width: 100px;
    border-radius: 0 0 15px 15px;
    transition: .3s all;
    background-color: #1261ff;
    padding: 20px;
}

.service-box:hover .service-icon-img img {
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    transition: .3s all;
}

/*=======================choose=======================*/

/* Why Choose Us */
.why_choose {
    width: 100%;
    margin: 0 0 30px;
    font-family: 'Raleway', sans-serif;
}

.why_choose_head {
    width: 100%;
    text-align: center;
    padding: 30px;
}

.why_choose_head h1 {
    width: 100%;
    color: #000000;
    text-align: center;
    font-size: 32px;
    font-family: 'Raleway-Medium', sans-serif;
}

.why_choose_head h1 span {
    border-bottom: 2px solid #a2437e;
}

.text-down {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.text-down img {
    width: 100%;
}

.text-down .textbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -315px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 5px;
    background-color: #000000a1;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.text-down:hover .textbox {
    margin-top: 0;
    display: grid;
    align-items: center;
}

.details {
    width: 100%;
    padding: 0px 30px 0;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: 'Inter';
    line-height: normal;
    height: 100px;
}

.view-more {
    width: 100%;
    padding-top: 0;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: bold;
}

.text-down:hover .text {
    padding-top: 0px;
}

.text {
    text-align: center;
    padding-top: 206px;
    color: #fff;
    font-size: 20px;
    font-family: 'Oswald';
    font-weight: 600;
}

.top {
    padding-top: 10px;
}

.vertical-sticky-button {
    position: fixed;
    bottom: 120px;
    right: 0;
    background: linear-gradient(90deg, #007bff, #0056b3);
    color: #fff;
    padding: 28px 10px;
    border-radius: 10px 0 0 10px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
    writing-mode: vertical-lr;
    transition: background 0.4s ease, transform 0.3s ease;
    font-family: 'Inter';
}

.vertical-sticky-button:hover {
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    color: #fff;
    text-decoration: none;
}

.vertical-sticky-button:active {
    transform: translateY(-50%) scale(1);
}

/*====================doctor list============================*/
.doctors {
    padding: 50px 0;
}

.principal-con {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 0 7px 0 #aeaeae;
    border-radius: 8px;
    border-right: 3px solid #0073c4;
    margin-bottom: 30px;
    align-items: center;
    text-align: left;
    padding: 10px;
}

.principal-img {
    width: 40%;
}

.principal-img img {
    width: 100%;
}

.princi-details {
    width: 60%;
    padding: 0 20px;
}

.princi-details h2 {
    font-size: 18px;
    font-family: 'Nunito';
    margin-bottom: 10px;
    color: #980000;
}

.princi-details p {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Nunito';
    margin-bottom: 0;
    color: #000000;
}

.book-button {
    text-decoration: none;
    padding: 6px 22px;
    font-size: 13px;
    color: white;
    background-color: #007bff;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    font-family: 'Inter';
    font-weight: 600;
}

.book-button:hover {
    background-color: #0056b3;
    color: #fff;
    text-decoration: none;
}

.doctor-book {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.principal-con:hover {
    text-decoration: none;
}

.doctor-book h6 {
    font-size: 12px;
    margin-top: 8px;
    color: #039c54;
    font-family: 'Inter';
}

.single-doctor {
    overflow: hidden;
    background-color: #fff5e5;
    margin-bottom: 30px;
    padding: 15px;
}

.doctor-img {
    width: 30%;
}

.doctor-img img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    object-fit: cover;
}

.doctor-content h3 {
    font-size: 18px;
    font-family: 'Nunito';
    margin-bottom: 10px;
    color: #980000;
    font-weight: 700;
}

.doctor-content p {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Nunito';
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
}

.flex-all {
    display: flex;
    align-items: center;
    text-align: left;
}

.all-details-doctor p {
    font-size: 15px;
    line-height: normal;
    font-family: 'Nunito';
    color: #000000;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 0;
}

.session-flex {
    display: flex;
    justify-content: space-between;
}

.session-card {
    background-color: #edf8ff;
    box-shadow: 0 0px 4px rgb(0 0 0 / 21%);
    padding: 20px;
    text-align: left;
}

.session-card h3 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Nunito';
    margin-bottom: 0px;
    color: #002698;
}

.instant-confirmation {
    font-size: 13px;
    color: #d27d31;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito';
    font-weight: 700;
}

.instant-confirmation::before {
    content: "⚡";
    margin-right: 5px;
}

.divider {
    margin: 15px 0;
    border-top: 1px solid #ddd;
}

.session-type {
    display: flex;
    margin-bottom: 10px;
}

.session-type input {
    margin-right: 10px;
}

.session-type img {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.session-card h6 {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    font-family: 'Nunito';
}

.book-button {
    text-decoration: none;
    padding: 6px 22px;
    font-size: 13px;
    color: white;
    background-color: #007bff;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    font-family: 'Inter';
    font-weight: 600;
    border: none;
}

.book-button:hover {
    background-color: #004896;
}

.session-card h5 {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Nunito';
    margin-bottom: 0;
    color: #000000;
    font-weight: 700;
}





/*===========================privacy policy============================*/
.privacy {
    padding: 50px 0;
}

.privacy h3 {
    font-size: 22px;
    font-family: 'roca-bold';
    color: #9f2525;
    margin-top: 30px;
}

.privacy h5 {
    font-family: 'Inter';
    color: #000;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
}

.privacy p {
    font-size: 13px;
    line-height: 23px;
    font-family: 'Inter';
    margin-bottom: 30px;
    color: #000000;
    font-weight: 500;
    text-align: justify;
}

/* ================================amenities================================ */
.amenities {
    padding: 50px 0;
}

.amenities-img {
    width: 80px;
    margin: 0 auto;
}

.amenities-img img {
    width: 100%;
}

.amenities-details {
    text-align: center;
    padding: 20px;
}

.amenities-details:hover {
    background-color: #fff;
}

.white-back {
    background-color: #fff;
}

.amenities-content h3 {
    font-size: 18px;
    font-family: 'Inter';
    color: #000000;
    font-weight: 700;
    margin-top: 18px;
}

.amenities-content p {
    font-size: 14px;
    font-family: 'Inter';
    color: #000000;
    font-weight: 400;
    line-height: normal;
}

.amenities-content i {
    font-size: 20px;
    background-color: #cdcdcd;
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding-top: 15px;
}

/* ====================================driver======================================= */

.driver {
    color: #fff;
    background: url(../images/driver-background.jpg);
    padding: 130px 0 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.driver-content {
    text-align: center;
}

.driver-content h4 {
    font-size: 65px;
    font-family: "Inter", sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
}

.driver-content p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 45px;
}

.driver-content p a {
    color: #e4a853;
}

/* ==================================================== */
.counter {
    padding: 50px 0;
}

.counter-section {
    background-image: url(../images/counter-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 50px 50px;
    border-radius: 35px;
}

.counter-content {
    text-align: center;
}

.counter-text {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    font-family: 'Inter';
    margin: 0;
}

.counter-number {
    font-size: 70px;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 900;
    font-family: 'Inter';
}

.counter-number.active {
    opacity: 1;
    transform: translateY(0);
}

.white-text p {
    color: #fff;
    margin-bottom: 32px;
}

.back-color {
    background-color: transparent;
    padding: 0;
    width: 100%;
}

/* ========================process======================== */
.process-steps {
    padding: 50px 0;
    overflow: hidden;
}

.step {
    position: relative;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeZoom 1s ease forwards;
    opacity: 0;
    transform: scale(0.95);
    cursor: pointer;
    margin: 50px 0;
}

.step:hover {
    transform: scale(1.05);
}

.step-number {
    font-size: 70px;
    color: #e6eef1;
    position: absolute;
    top: -50px;
    left: 0%;
    z-index: -1;
    font-family: 'Inter';
    font-weight: 900;
}

.icon-container {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 14%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: box-shadow 0.3s ease;
    position: absolute;
    z-index: 999;
    top: 30px;
}

.step:hover .icon-container {
    box-shadow: 0 8px 30px rgb(0 0 0 / 0%);
}

.icon-container img {
    width: 60px;
    height: 60px;
}

.label-box {
    padding: 28px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
    transition: background-color 0.3s ease;
    position: relative;
    margin-left: 50px;
    font-family: 'Inter';
    padding-left: 68px;
    text-align: left;
}

.step1 .label-box {
    background-color: #3498db;
}

.step1:hover .label-box {
    background-color: #2980b9;
}

.step2 .label-box {
    background-color: #d26ac2;
}

.step2:hover .label-box {
    background-color: #b94daf;
}

.step3 .label-box {
    background-color: #2ecc71;
}

.step3:hover .label-box {
    background-color: #27ae60;
}

@keyframes fadeZoom {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.step:nth-child(1) {
    animation-delay: 0.2s;
}

.step:nth-child(2) {
    animation-delay: 0.5s;
}

.step:nth-child(3) {
    animation-delay: 0.8s;
}

@media (max-width: 768px) {
    .steps-wrapper {
        flex-direction: column;
        gap: 50px;
    }
}



/* ==========================client=============================== */
/* Section Styling */
.logo-grid {
    text-align: center;
    padding: 50px 0;
    background: #fff;
    position: relative;
}

/* Grid Layout - 4 Logos Per Row */
.logo-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    margin: auto;
}

/* Grid Layout - 4 Logos Per Row */
.logo-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: auto;
    border: 1px solid #ddd;
    /* Outer border */
}

/* Logo Box */
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #fff;
    position: relative;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* Remove right border from the last column */
.logo:nth-child(4n) {
    border-right: none;
}

/* Remove bottom border from the last row */
.logo:nth-last-child(-n+4) {
    border-bottom: none;
}

/* Logo Images */
.logo img {
    max-width: 135px;
    height: auto;
}



/* ======================service-details========================== */
.service-details {
    padding: 50px 0;
}

.menu {
    margin-bottom: 30px;
}

.menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 15px 0;
    margin: 5px 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: poInter;
    transition: 0.3s;
    background: white;
    border: 1px solid #bad7ff;
    color: #000;
}

.menu-item:first-child {
    background: #00194b;
    color: white;
}

.menu-item:first-child .arrow {
    color: white;
}

.menu-item:hover {
    background: #00194b;
    color: #fff;
}

.menu-item:hover .arrow {
    color: #fff;
}

.menu-item:hover .line {
    background: #ffffff;
}

.arrow {
    font-size: 18px;
    color: #777;
}

.menu-item:first-child .line {
    background: white;
}

.line {
    width: 3px;
    height: 30px;
    background: #0083df;
    margin-right: 10px;
    border-radius: 25px;
}

.menu-item:first-child {
    background: #0057ff;
    color: white;
}

.menu-content {
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 15px;
}

.menu h4 {
    font-size: 24px;
    font-family: 'Inter';
    color: #000;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 12px;
}

.menu h4::after {
    position: absolute;
    content: '';
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #217dfc;
    bottom: 0;
}

.service-info h2 {
    font-size: 34px;
    font-family: 'Inter';
    color: #00194c;
    font-weight: 700;
}

.service-info p {
    font-size: 14px;
    line-height: normal;
    font-family: 'Inter';
    color: #4a4a4a;
    font-weight: 400;
}

.service-container {
    width: 45%;
    margin: auto;
}

.service-page-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(0 79 134 / 25%);
}

.icon {
    background-color: #eef3ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    padding: 12px;
    width: 85px;
}

.icon img {
    width: 100%;
}

.service-content h3 {
    margin: 0;
    font-size: 16px;
    color: #001e48;
    font-family: 'Inter';
}

.service-content p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
}

.service-flex {
    display: flex;
}

.service-img {
    width: 55%;
    margin-right: 20px;
}

.service-img img {
    width: 100%;
    border-radius: 20px;
}

.services-sidebar-contact {
    background: #334770;
    text-align: center;
    border-radius: 10px;
    padding: 30px 20px 35px;
    margin-bottom: 30px;
}

.services-sidebar-contact h4 {
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Inter';
}

.services-sidebar-contact a {
    background: #00194c;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding: 9px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.services-sidebar-contact i {
    transform: rotate(45deg);
    margin-right: 10px;
}

/* ================silk==================== */
.portal-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
.silk{
    padding: 50px 0;
}
  .portal-card {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.portam-img{
    background-color: #e6eeff;
    border-radius: 3px;
    padding: 0 15px;
    margin-right: 15px;
}
  .portal-card .icon-wrapper {
    width: 40px;
    height: 3px;
    background-color: #002edd;
    border-radius: 4px;
    margin-bottom: 10px;
  }
.portal-con {
    width: 70%;
}
  .portal-card img {
    width: 40px;
    margin-bottom: 12px;
  }

  .portal-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Inter';
  }

  .portal-card p {
    font-size: 13px;
    margin: 0;
    color: #444;
    line-height: normal;
    font-family: 'Inter';
  }

  .blog-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 34px rgb(0 0 0 / 14%);
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  
  .blog-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .blog-meta {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 15px 0 5px;
    font-size: 14px;
    color: #555;
    font-family: 'Inter';
  }
  
  .blog-meta i {
    margin-right: 5px;
    color: #3f51b5;
  }
  
  .blog-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 10px 0px;
    border-top: 1px solid #dfdfdf;
    padding-top: 20px;
    font-family: 'Inter';
  }
  
  .read-more {
    color: #1261ff;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Inter';
  }

/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolio-section {
    padding: 50px 0;
}
.portfolio-section h2 {
font-size: 28px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
}
.portfolio-menu {
text-align: center;
}
.control {
background: #000;
color: #fff;
padding: 5px 10px;
border: 1px solid #343a40;
border-radius: 3px;
margin: 5px;
cursor: pointer;
-webkit-transition: all 05s ease;
-moz-transition: all 05s ease;
-ms-transition: all 05s ease;
-o-transition: all 05s ease;
transition: all 0.5s ease;
}
.control:hover {
background: #343a40;
}
.mixitup-control-active {
color: #fff;
background: #343a40;
}
.fancybox-container button:focus {
outline: 0;
box-shadow: none;
}
.portfolio-item {
    padding: 0;
padding-top: 30px;
}
.pd {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
  .pd img {
    height: 180px;
    transition: all 0.5s;
    width: 100%;
  }
  .portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
  }
  .portfolio-overlay p,
  .portfolio-overlay a {
    position: relative;
    z-index: 4;
  }
  .portfolio-overlay::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    left: 10%;
    top: 10%;
    transition: 50ms height ease 150ms;
    z-index: 3;
  }
  .portfolio-overlay::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    right: 10%;
    bottom: 10%;
    transition: 100ms width ease 200ms;
    z-index: 3;
  }
  .portfolio-item:hover .portfolio-overlay::before {
    width: 80%;
    height: 80%;
    border-top: 1px solid #50977f;
    border-right: 1px solid #50977f;
    transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
  }
  .portfolio-item:hover .portfolio-overlay::after {
    width: 80%;
    height: 80%;
    border-bottom: 1px solid #50977f;
    border-left: 1px solid #50977f;
    transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
  }
  .portfolio-item li:hover .portfolio-overlay {
    visibility: visible;
    transform: scale(1);
  }
  .portfolio-overlay .category {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
  }
  .portfolio-overlay .magnify-icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background: #50977f;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.25s;
  }
  .portfolio-overlay .magnify-icon:hover {
    background: #000;
  }
  .portfolio-overlay .magnify-icon p span i {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
  }

/********************************
        BLOG CONTAINER
*********************************/
.blog_container{
    width:100%;
    display:flex;
    align-items:top;
    background-color:#f1f1f1;
    }
    .blog_content{
    padding:2rem;
    width:100%;
    }
    
    .blog_content .load-btn{
    display:block;
    width:150px;
    margin:5vh auto;
    }
    
    .left_content{
    display:flex;
    align-items:top;
    justify-content: space-between;
    flex-wrap:wrap;
    column-count: 2;
    gap: 20px 10px;
    flex:0 0 70%;
    }
    
    .right_content{
    flex:0 0 30%;
    }
    
    .blog_card{
    width:100%;
    flex:0 0 48.5%;
    overflow:hidden;
    background-color: #fff;
    }
    
    .blog_card:nth-child(1){
    flex:0 0 100%;
    }
    
    .blog_card .figure{
    display:block;
    width:100%;
    height:200px;
    position:relative;
    overflow:hidden;
    }
    
    .blog_card:nth-child(1) .figure{
    height:300px;
    }
    
    .blog_card .figure img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
    }
    
    .blog_card .tag{
        padding: 5px 10px;
        background-color: #0765ff;
        color: #fff;
        position: absolute;
        right: 1%;
        top: 3%;
        font-size: 12px;
        font-family: 'Inter';
        font-weight: 600;
    }
    .blog-lists{
        color: #000;
        line-height: normal;
        padding: 10px 0;
    }
    .blog-lists p{
        margin-bottom: 0;
    }
    .blog_card section{
    padding:1rem;
    position:relative;
    background-color: #fff;
    }
    
    .blog_card section .title{
        font-weight: 600;
        font-size: 18px;
        color: #002a54;
        font-family: 'Inter';
    }
    
    .blog_card section a:hover{
    color: #002a54;
    }
    
    .blog_card:hover > .figure img{
    transform:scale(1.1);
    }
    
    .share_icon{
    position:absolute;
    bottom:-30px;
    left:10px;
    background-color:var(--red);
    color: #fff;
    display:flex;
    align-items:center;
    padding-right:5px;
    font-size:13px;
    cursor:pointer;
    transition:0.5s;
    }
    
    .share_icon .fa{
    padding:5px;
    background-color:var(--darkred);
    margin-right:10px;
    }
    
    .blog_card section img{
    width:30%;
    margin-right:20px;
    object-fit:cover;
    border:5px solid rgba(1,1,1,0.1);
    }
    
    .blog_card section img:nth-child(even){
    float:left;
    }
    
    .blog_card section img:nth-child(odd){
    float:right;
    }
    
    
    
    
    /*BLOG RIGHT CONTENT*/
    .columns{
    display:block;
    margin-bottom:4vh;
    background-color: #fff;
    }
    
    .columns section{
    padding:1rem;
    background-color: #eee;
    }
    
    .columns .title{
    background-color: #002a54;
    color: #fff;
    padding:1rem;
    text-align:left;
    width:100%;
    display:block;
    transition:0.2s;
    border-left:0px solid var(--dark);
    }
    
    .columns:hover > .title{
    border-left:5px solid var(--dark);
    }
    
    .columns .title a{
    float:right;
    }
    
    .columns .title a:hover{
    color:var(--dark);
    }
    
    .search form{
    width:100%;
    display:flex;
    align-items:center;
    }
    
    .search fieldset:nth-child(2){
    width:10%;
    }
    
    .search form input{
    border:1px solid rgba(1,1,1,0.1);
    padding:1rem;
    width:100%;
    font-weight:600;
    color:rgba(1,1,1,0.5);
    }
    
    .search .btn1{
        border: none;
        border-radius: 0;
        height: 60px;
        background-color: #0076ff;
        color: #fff;
        padding: 20px;
    }
    
    
    
    /*BOOKS*/
    .books .cards {
    position: relative;
    width: 100%;
    height:46vh;
    overflow: hidden;
    border-radius: 5px;
    background-color:#f1f1f1;
    }
    
    .books .cards::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 900;
    display: block;
    width: 100%;
    height: 100%;
    }
    
    .books .card_part {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-size:100% 100%;
    background-position:center;
    transform: translateX( 700px );
    background-repeat:no-repeat;
    animation: opaqTransition 28s cubic-bezier(0, 0, 0, 0.97) infinite;
    background-color:#f1f1f1;
    }
    
    .books .card_part.card_part-two {
    z-index: 6;
    animation-delay: 7s;
    background-repeat:no-repeat;
    }
    
    .books .card_part.card_part-three {
    z-index: 5;
    animation-delay: 14s;
    background-repeat:no-repeat;
    }
    
    .books .card_part.card_part-four {
    z-index: 4;
    animation-delay: 21s;
    background-repeat:no-repeat;
    }
    
    @keyframes opaqTransition {
    3% { transform: translateX( 0 ); }
    25% { transform: translateX( 0 ); }
    28% { transform: translateX( -700px ); }
    100% { transform: translateX( -700px ); }
    }
    
    
    
    
    /*CATEGORIES*/
    .categories a{
    display:inline-block;
    padding:0.2rem 1rem;
    border-radius:40px;
    background-color:rgba(1,1,1,0.3);
    margin:5px 3px;
    font-size:12px;
    white-space:nowrap;
    color: #fff;
    }
    
    .categories a:hover{
    background-color:var(--dark);
    }
    
    
    /*POSTS*/
    .posts a{
    display:flex;
    align-items:center;
    margin: 0;
    }
    
    .posts a img{
    width:68px;
    margin-right:10px;
    }
    
    .posts a:hover > p{
    color:var(--black);
    }
    
    
    
    /*COMMENTS*/
    .comments{
    position:relative;
    overflow:hidden;
    max-height:60vh;
    }
    
    .marquee2 {
    position: relative;
    overflow:hidden;
    line-height:1.6em;
    }
    
    .marquee2 p{
    border-bottom:1px solid rgba(1,1,1,0.1);
    position:relative;
    padding:0.4rem 0;
    }
    
    .marquee2 p:before{
    content:"\f10d";
    font-family:"FontAwesome";
    margin-right:5px;
    position:relative;
    top:-5px;
    }
    
    @keyframes marquee1 {
    0% {
    top: 10%;
    }
    100% {
    top: -100%;
    }
    }
    
    
    /*SOCIAL MEDIA*/
    .social_icons{
    display:flex;
    align-items:center;
    justify-content:center;
    column-gap: 15px;
    background-color:transparent;
    }
    
    .social_icons .fa{
    padding:7px 13px;
    background-color:#f1f1f1;
    color: #fff;
    transition:0.2s;
    }
    
    .social_icons a:hover > .fa{
    transform:scale(1.1);
    }
    
    .social_icons .fa-facebook{
    background-color:#3b5998;
    }
    
    .social_icons .fa-instagram{
    background-color:#fb3958;
    }
    
    .social_icons .fa-youtube{
    background-color:#c4302b;
    }
    
    .social_icons .fa-whatsapp{
    background-color:#25d366;
    }
    
    .social_icons .fa-telegram{
    background-color:#3399ff;
    }
    
    
    @media (max-width:1000px){
    .blog_container{
    flex-wrap:wrap;
    }
    .blog_content{
    padding:0;
    order:2;
    }
    .left_content{
    flex:0 0 100%;
    order:2;
    padding:1rem;
    }
    .right_content{
    flex:0 0 100%;
    order:1;
    padding:1rem;
    }
    .books,.posts, .comments, .categories{
    display:inline-block;
    width:47%;
    margin:1.3%;
    margin-bottom:0;
    vertical-align:top;
    height:63vh;
    }
    .posts{
    overflow-y:auto;
    }
    .right_content{
    flex:0 0 100%;
    }
    }
    
    @media (max-width:740px){
    .blog_card{
    flex:0 0 100%;
    }
    .posts, .comments, .books, .categories{
    width:100%;
    margin:0;
    height:auto;
    margin-bottom:4vh;
    }
    }
    
    
    
    
    
    
    /*REMOVE THIS*/
    .credits{
    position:fixed;
    right:0;
    bottom:2%;
    background-color:#1e1e1e;
    padding:0.5rem;
    font-size:12px;
    z-index:999;
    color:rgba(255,255,255,0.7);
    }
    
    .credits a{
    color:rgba(255,255,255,0.7);
    }
    
    .credits a:hover{
    color:white;
    }
    
    .credits .btn0{
    background-color:white;
    color:#000;
    padding:5px;
    border-radius:5px;
    border:0;
    display:block;
    margin:1vh auto;
    width:100px;
    text-align:Center;
    }
    
    .credits .btn0:hover{
    color:black;
    background-color:#b8bca7;
    }


/*=================================career================================*/

.job-career {
  padding: 60px 20px;
  background: #f8f9fa;
  font-family: 'Segoe UI', sans-serif;
}
.section {
  margin-bottom: 50px;
}

.section h1, .section h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: 'Inter';
    color: #00194b;
    text-transform: capitalize;
    font-weight: 500;
}

.section p {
  font-size: 14px;
  color: #081725;
  font-family: 'Inter';
}
.back{
    background-color: #adcde64d;
    padding: 30px;
}
.job-listing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 20px;
  border-left: 4px solid #0056b3;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
}

.job-content {
  flex: 1 1 70%;
}

.job-actions {
  flex: 1 1 25%;
  text-align: right;
}

.job-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.job-listing .apply-btn {
    padding: 10px 20px;
    background-color: #0050a6;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
    white-space: nowrap;
    font-family: 'Inter';
}

.job-listing .apply-btn:hover {
  background-color: #0056b3;
}
#application-form{
    width: 100%;
    border-radius: 10px 10px 10px 0px;
    background-color: #adcde64d;
    padding: 28px;
    text-align: center;
}
.intern-info ul {
  list-style: disc;
  padding-left: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 20px;
}

.job-career label {
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-family: 'Inter';
    font-size: 14px;
}
.job-career input, .job-career select{
    height: 52px;
}
.job-career input[type="text"],
.job-career input[type="email"],
.job-career select,
.job-career textarea,
.job-career input[type="file"] {
    border: none;
    margin-bottom: 12px;
    padding: 10px;
    width: 100%;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    background-color: #ffffff;
    border-radius: 5px;
}

.job-career textarea {
  resize: vertical;
}

.job-career button[type="submit"] {
  background-color: #28a745;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s;
  font-family: 'Inter';
}

.job-career button[type="submit"]:hover {
  background-color: #218838;
}
.mission {
    padding: 50px 0;
}

.mission .service-box p {
    -webkit-line-clamp: initial;
}

/*================================team=================================*/


.our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.our-team-section:before {
    position: absolute;
    top: -0;
    left: 0;
    content: " ";
    background: url(img/service-section-bottom.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}
.our-team {
    padding: 30px 0 40px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #1261ff;
    box-shadow: 0 0 10px 0 #ddd;
}
.our-team:hover{
    border-bottom: 3px solid #1261ff;
}

.our-team .pic{
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}
.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #229cff;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before{
 height: 100%;
    background: #1261ff; 
 }
.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #008dfd;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after{
    background: #00419c;
}
.our-team .pic img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    object-fit: cover;
    z-index: 2;
}
.our-team:hover .pic img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.our-team .team-content{
    margin-bottom: 0px;
}
.our-team .title{
    font-size: 18px;
    font-weight: 600;
    color: #003f7e;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: 'Inter';
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #1261ff;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{ bottom: 0; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    color: #1261ff;
    background: #f7f5ec;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
/*===========================loader========================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#loader img {
  animation: zoom 3s ease-in-out infinite;
  width: 200px;
}

@keyframes zoom {
  0% { transform: scale(.4); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* Hide content initially */
#content {
  display: none;
}

/*==============================notice====================================*/


.notice-board {
  max-width: 700px;
  margin: 50px auto;
  border-left: 5px solid #0061b7;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 17%);
}

.notice-title {
    background-color: #0061b7;
    color: white;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Inter';
    text-align: center;
    margin: 0 auto;
}

.notice-title i {
  margin-right: 10px;
}

.notice-list {
  padding: 20px;
}
.notice-item a{
    font-family: 'Poppins';
    color: #ea1111;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}
.notice-item {
  background-color: #ededed;
  border-left: 4px solid #0056ff;
  padding: 12px 15px;
  margin-bottom: 12px;
  border-radius: 4px;
  transition: 0.3s;
}

.notice-item:hover {
  background-color: #e3ecf4;
  transform: translateX(5px);
}
.notice-date {
    font-size: 13px;
    color: #434343;
    font-family: 'Inter';
} 

@media screen and (max-width: 600px) {
  .notice-title {
    font-size: 18px;
    padding: 10px 15px;
  }

  .notice-list {
    padding: 15px;
  }

  .notice-item {
    font-size: 14px;
    padding: 10px;
  }
}

.firm-content h2{
    font-size: 14px;
    font-family: 'Poppins';
    color: #1c30e2;
    font-weight: 600;
}
.firm-content h4{
    font-size: 22px;
    font-family: 'Poppins';
    color: #081057;
    font-weight: 600;
}
.firm-content ul li{
    font-size: 14px;
    font-family: 'Inter';
    margin-bottom: 18px;
    color: #010101;
    font-weight: 500;
    list-style: none;
    line-height: normal;
    padding-left: 25px;
    position: relative;
}
.firm-content ul li::after {
    position: absolute;
    content: '\f00c';
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    font-family: 'FontAwesome';
    color: #1261ff;
}
.firm-content p {
    font-size: 14px;
    line-height: normal;
    font-family: 'Inter';
    color: #323232;
    font-weight: 400;
}
.firm-content ul {
    padding: 0;
}

/*=============================phone===========================*/

.full-blink-call {
    position: fixed;
    bottom: 125px;
    right: 8px;
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg, #00acff, #0000d7);
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgb(0 109 200 / 70%);
    animation: blink-bg .5s infinite, full-blink 1.2s infinite;
    transition: transform 0.3s ease;
    z-index: 9999;
}

.full-blink-call:hover {
    transform: scale(1.15);
    color: #fff;
}

@keyframes blink-bg {
  0%, 100% {
    background: linear-gradient(135deg, #0076c8, #0000d7);
  }
  50% {
    background: red;
  }
}

@keyframes full-blink {
  0% {
    filter: brightness(1);
    box-shadow: 0 0 10px rgba(0, 200, 83, 0.6);
  }
  50% {
    filter: brightness(2);
    box-shadow: 0 0 25px rgba(0, 255, 100, 0.9);
  }
  100% {
    filter: brightness(1);
    box-shadow: 0 0 10px rgba(0, 200, 83, 0.6);
  }
}

.full-blink-call i {
  pointer-events: none;
}
.view-btn a{
    background-color: #0047d6;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins';
    border-radius: 5px;
    display: block;
    margin: 0px auto;
    width: 138px;
    text-align: center;
    margin-top: 30px;
}
.view-btn a:hover{
    color: #fff;
}













