/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/

/* =================animate css starts here================= */:root { --main-color: #4A7996; --red-color: #8A4351; }
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes fadeInLeft {
  from { opacity: 0; -webkit-transform: translate3d(-30px, 0, 0); transform: translate3d(-30px, 0, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInLeft {
  from { opacity: 0; -webkit-transform: translate3d(-30px, 0, 0); transform: translate3d(-30px, 0, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
@-webkit-keyframes fadeInRight {
  from { opacity: 0; -webkit-transform: translate3d(30px, 0, 0); transform: translate3d(30px, 0, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInRight {
  from { opacity: 0; -webkit-transform: translate3d(30px, 0, 0); transform: translate3d(30px, 0, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

/* =================animate css ends here================= */

/* =================smartmenus css start here================= */
.navbar-nav.sm-collapsible .sub-arrow { position: absolute; top: 50%; right: 0; margin: -0.7em 0.5em 0 0; border: 1px solid rgba(0, 0, 0, .1); border-radius: .25rem; padding: 0; width: 2em; height: 1.4em; font-size: 1.25rem; line-height: 1.2em; text-align: center; }
.navbar-nav.sm-collapsible .sub-arrow::before { content: '+'; }
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before { content: '-'; }
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow { border-color: rgba(255, 255, 255, .1); }
.navbar-nav.sm-collapsible .has-submenu { padding-right: 3em; }
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item { position: relative; }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; border-top: .3em solid; border-right: .3em solid transparent; border-left: .3em solid transparent; }
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after { border-top: 0; border-bottom: .3em solid; }
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after { position: absolute; top: 50%; right: 0; width: 0; height: 0; margin-top: -.3em; margin-right: 1em; border-top: .3em solid transparent; border-bottom: .3em solid transparent; border-left: .3em solid; }
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu { padding-right: 2em; }
.navbar-nav .scroll-up, .navbar-nav .scroll-down { position: absolute; display: none; visibility: hidden; height: 20px; overflow: hidden; text-align: center; }
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow { position: absolute; top: -2px; left: 50%; margin-left: -8px; width: 0; height: 0; overflow: hidden; border-top: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid; border-left: 7px solid transparent; }
.navbar-nav .scroll-down-arrow { top: 6px; border-top: 7px solid; border-right: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 7px solid transparent; }
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu { margin: .5em; }
.navbar-nav:not([data-sm-skip]) .dropdown-item { white-space: normal; }
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item { white-space: nowrap; }

/* =================smartmenus css ends here================= */

/* =================slick css ends here================= */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide img { display: block; width: 100% }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-loading .slick-list { background: #fff url('../images/ajax-loader.gif') center center no-repeat; }
.slick-prev, .slick-next { z-index: 99; font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; float: left; padding: 0; margin-top: -25px\9;    /*lte IE 8*/ -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: #4a7995a1; width: 40px; border-radius: 50%; height: 40px; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: #497895; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .3; }
.slick-prev:before, .slick-next:before { font-family: 'font Awesome 5 Free'; font-weight: 900; font-size: 18px; line-height: 1; opacity: 0.9; color: #fff; text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: transparent; border-radius: 50%; display: inline-block; padding: 0; }
.slick-prev { left: 15px; }
.slick-prev:before { content: "\f053"; }
.slick-next { right: 15px; }
.slick-next:before { content: "\f054"; }
.slick-slider { margin-bottom: 0; padding-bottom: 30px; }
.slick-dots { position: absolute; bottom: 0; display: block; width: 100%; padding: 0; list-style: none; text-align: center; vertical-align: top; }
.slick-dots li { position: relative; display: inline-block; margin: 0 0px; padding: 0; text-align: center; cursor: pointer; vertical-align: top; }
.slick-dots li button { font-size: 0; line-height: 0; display: inline-block; width: 15px; height: 15px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; opacity: 1; border: solid 1px #000; border-radius: 50%; vertical-align: top; margin: 5px 6px; }
.slick-dots li.slick-active button, .slick-dots li:hover button { opacity: 1; background-color: #000; }
.white-dots .slick-dots li button { border-color: #fff; background: #fff; opacity: 0.4; }
.white-dots .slick-dots li.slick-active button, .white-dots .slick-dots li:hover button { background-color: #fff; opacity: 1; }

/* =================slick css end here=================  */

/* =================reset css starts here=================  */
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset { margin: 0; padding: 0; outline: none; border: 0 }
a { text-decoration: none; border: 0; outline: 0; }
ul { list-style: none; }
a:focus, input:focus, textarea:focus, *:focus { outline: 0 !important; }

/* =================reset css ends here================= */

/* =================core css starts here================= */
body { font-size: 16px; line-height: 24px; font-weight: 400; font-family: "Poppins", sans-serif; color: #000; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.container { width: 100%; max-width: 1200px; }
a, input, button { display: inline-block; text-decoration: none; color: inherit; outline: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
a img { border: 0px none; }
a:hover { outline: none; color: var(--main-color); text-decoration: none; }
a:active { outline: none; text-decoration: none; }
a:focus { outline: none; outline-offset: 0px; text-decoration: none; color: inherit; }
::-webkit-input-placeholder { color: #000; opacity: 0.5; }
::-moz-placeholder { color: #000; opacity: 0.5; }
:-moz-placeholder { color: #000; opacity: 0.5; }
:-ms-input-placeholder { color: #000; opacity: 0.5; }
.os-animation { opacity: 0; }
.os-animation.animated { opacity: 1; }
img { max-width: 100%; border: 0; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; margin-bottom: 24px; line-height: 1.2; font-weight: 700; color: inherit; }
h1 { font-size: 58px; }
h2 { font-size: 48px; }
h3 { font-size: 40px; }
h4 { font-size: 30px; }
h5 { font-size: 26px; }
h6 { font-size: 22px; }
p { margin: 0px; padding: 0px; margin-bottom: 24px; font-size: 14px; }
strong { font-weight: 700; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn span { margin-left: 10px; width: 32px; height: 32px; display: inline-block; background: #fff; color: var(--main-color); align-items: center; font-size: 14px; border-radius: 4px; }
.btn span i { display: flex; align-items: center; justify-content: center; height: 100%; }
.btn { border-radius: 6px; font-weight: 500; padding: 7px 12px 7px 20px; min-width: 130px; font-size: 16px; align-items: center; justify-content: center; display: inline-block; box-shadow: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.btn-default, .btn-default:focus { color: #fff; background-color: var(--main-color); border: solid 1px var(--main-color); }
.btn-default:hover, .btn-default:active { color: #fff; background-color: var(--main-color); border-color: var(--main-color); }
.btn-primary, .btn-primary:focus { color: var(--main-color); background-color: #ffffff; border: solid 1px #ffffff; }
.btn-primary:hover, .btn-primary:active { color: var(--main-color); background-color: #fff; border-color: #fff; }
.btn.btn-block { min-width: 100%; }
.btn+.btn { margin-left: 10px; }
.hero-cta .btn-primary {
    border: 1px solid var(--main-color);
}

.hero-cta .btn-primary span {
    background: var(--main-color);
    color: #fff;
}
ul:not([class]) { list-style: none; margin-bottom: 15px; text-align: left; line-height: 22px; }
ul:not([class]) > li { padding-left: 16px; position: relative; margin-bottom: 14px; }
ul:not([class]) > li:last-child { margin-bottom: 0; }
/*ul:not([class]) > li:before { content: ''; position: absolute; left: 2px; top: 10px; background: #000; height: 5px; width: 5px; border-radius: 50%; }*/
.grey-bg { background: #f5f5f5; }

/* =================core css ends here================= */

/* ================= Header Start ================= */
#header { color: #333; background: #ffffff; position: sticky; left: 0; top: 0; right: 0; padding: 0; z-index: 9999999; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.fixed #header { background: #fff; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); top: -40px; }
.navbar { padding: 0; width: 100%; height: 80px; }
.navbar-brand { width: 115px; padding: 0; margin: 0; position: relative; z-index: 999; }
.navbar-expand-xl .navbar-nav .nav-item { margin: 0 20px; }
.navbar-expand-xl .navbar-nav .nav-link { font-size: 14px; line-height: 80px; font-weight: 500; color: #333; padding: 0; margin: 0; }
.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link, .navbar-expand-xl .navbar-nav .nav-item.active .nav-link { color: var(--main-color); }
.dropdown-toggle::after { display: none; }
.top-bar { background: var(--red-color); display: flex; align-items: center; position: relative; }
.top-bar_list { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 9; }
.top-bar-content-left { display: flex; color: #fff; padding: 8px 20px 8px 0px; background: var(--main-color); clip-path: polygon(0 0, 93% 0%, 100% 100%, 0% 100%); position: relative; }
.top-bar::after { content: ''; position: absolute; left: 0; top: 0; width: calc(48vw - 00px); height: 100%; background: var(--main-color); clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%); }
.top-bar-content-left li { padding-right: 14px; font-size: 14px; position: relative; margin-right: 14px; }
.top-bar-content-left li a:hover { color: #d3d1d1; }

/*.top-bar-content-left li:nth-child(3)::before { display: none; }*/
.top-bar-content-left li span { margin-right: 7px; }
.top-bar-content-left li + li::before { position: absolute; content: ''; width: 1px; height: 70%; background: #fff; left: -13px; top: 50%; transform: translateY(-50%); }
.top-bar-content-left li + li + li::before { position: absolute; content: ''; width: 1px; height: 70%; background: #fff; left: -13px; top: 50%; transform: translateY(-50%); }
.social-icon-top-bar { display: flex; align-items: center; }
.social-icon-top-bar li { color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 16px; }
.social-icon-top-bar li + li { margin-left: 16px; }

/*.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow{display:none;}*/
.nav-inside { width: 100%; padding: 0; }
.header-right { margin-left: 15px; }
.nav-inside-content { padding: 30px 0; }
@media only screen and (min-width:1200px) {
  .navbar-nav>li>.dropdown-menu { display: block !important; top: 100% !important; margin-top: 10px !important; opacity: 0; visibility: hidden; padding: 6px 0px; background: var(--main-color); color: #fff; border-top: 3px solid var(--red-color); min-width: 250px; margin: 0; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); border-radius: 0px 0px 6px 6px; -moz-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; }
  .dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; margin-top: 0px !important; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
  .dropdown-item { color: #fff; padding: 3px 15px; font-weight: 400; font-size: 14px; }
  .dropdown-item + .dropdown-item { border-top: 1px solid #fff; }
  .dropdown-item:focus, .dropdown-item:hover { color: var(--main-color); background: #fff; }
  .navbar-nav .dropdown-menu li + li { border-top: 1px solid #ffffff30; }
}
.navbar-toggler { width: 45px; height: 45px; border-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; top: 0; right: 0; }
.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
.navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; }
.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
.navbar-toggler .icon-bar { position: relative; display: inline-block; width: 22px; height: 4px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; vertical-align: middle; }
.navbar-toggler .icon-bar:before, .navbar-toggler .icon-bar:after { content: ''; width: 22px; height: 4px; background: #005983; position: absolute; left: 0; transition: all .2s ease-out; }
.navbar-toggler.collapsed .icon-bar { background: #005983 !important; }
.navbar-toggler.collapsed .icon-bar:before, .navbar-toggler.collapsed .icon-bar:after { background: #005983; }
.navbar-toggler.collapsed .icon-bar:before { top: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.navbar-toggler.collapsed .icon-bar:after { bottom: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }

/* ================= Header End ================= */
.hero-banner { width: 100%; min-height: 450px; height: 100%; padding: 60px 0px 0px !important; background-image: url('../images/bg1.webp'); background-size: cover; }
.hero-content h5 { font-size: 26px; text-transform: uppercase; font-weight: 300; margin-bottom: 12px; }
.hero-content h1 { font-size: 44px; font-weight: 700; line-height: 1.2; margin-bottom: 20px; }
.main-heading h3 span { color: var(--main-color); }
.hero-content h1 span { color: var(--main-color); }
.hero-cta { margin-top: 30px; display: flex;}
.stats-container { display: flex; align-items: center; background: #f0f8ff;    /* light background */ border-radius: 50px; padding: 8px 20px; width: fit-content; box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); position: absolute; bottom: 22%; left: 44%; border: 1px solid #e1e1e1; }
.avatars { display: flex; }
.avatars img { width: 40px; height: 40px; border-radius: 50%; border: 2px solid white; margin-left: -10px; background: #ccc; object-fit: cover; }
.avatars img:first-child { margin-left: 0; }
.stats-text { margin-left: 15px; }
.stats-text h2 { margin: 0; font-size: 20px; color: var(--main-color);    /* bright blue */ }
.stats-text p { margin: 0; font-size: 12px; color: #555; }
.progress-card { width: 200px; background: #fff; padding: 14px; border-radius: 8px; box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); text-align: center; position: relative; position: absolute; top: 10%; left: 50%; border: 1px solid #e1e1e1; }
.circle { width: 120px; height: 120px; border: 8px solid var(--main-color); border-right: 8px solid var(--main-color); border-bottom: 8px solid #0000001c; border-radius: 50%; margin: 0 auto; display: flex; align-items: center; justify-content: center; }
.percentage { font-size: 28px; font-weight: bold; color: var(--main-color); }
.card-text { margin-top: 10px; position: relative; text-align: left; }
.card-text h3 { font-size: 14px; color: var(--main-color); margin: 0; line-height: 1.2; font-weight: 500; }
.arrow-button { width: 30px; height: 30px; border: 1px solid var(--main-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--main-color); font-size: 16px; position: absolute; bottom: 0px; right: 0px; background: white; }

/*============================*/
.heading h3 { font-size: 36px; margin-bottom: 4px; max-width: 720px; margin: 0 auto; margin-bottom: 8px; line-height: 48px; font-weight: 700; }
.heading h3 span { color: var(--main-color); }
.heading h5 { line-height: 24px; font-weight: 400; margin-bottom: 6px; font-size: 18px; text-transform: uppercase; margin: 0; display: inline-block; position: relative; }
.heading { margin-bottom: 34px; }
.heading h5::before, .heading h5::after { position: absolute; content: ''; width: 6px; height: 6px; background: var(--main-color); border-radius: 5px; top: 50%; transform: translateY(-50%); }
.heading h5::before { right: 105%; }
.heading h5::after { left: 105%; }
.heading h5 span { position: relative; }
.heading h5 span::before, .heading h5 span::after { position: absolute; content: ''; width: 60px; height: .7px; top: 50%; transform: translateY(-50%); background: var(--main-color); }
.heading h5 span::before { left: 106%; }
.heading h5 span::after { right: 106%; }
.main-heading { margin-bottom: 30px; }
.main-heading h3 { font-size: 40px; margin-bottom: 10px; line-height: 48px;}
.main-heading h6 { font-size: 18px; color: var(--main-color); margin-bottom: 6px; }
.heading-icon { width: 70px; margin: 0 auto; border: 1.5px solid var(--main-color); border-bottom: 0; border-top: 0; padding: 0px 5px; position: relative; }
.heading-icon::before { position: absolute; content: ''; width: 170px; height: 1px; background: var(--main-color); right: 100%; top: 50%; transform: translateY(-50%); }
.heading-icon::after { position: absolute; content: ''; width: 170px; height: 1px; background: var(--main-color); left: 100%; top: 50%; transform: translateY(-50%); }

/*============================*/

/*============================*/
.banner_container { display: flex; flex-flow: column; justify-content: center; min-height: 220px; padding: 40px 0 40px; position: relative; color: #fff; z-index: 9; text-align: center; }
.banner_container h1, .banner_container h2 { font-size: 36px; margin-bottom: 0; color: #fff; text-transform: uppercase; }
.banner_container p { margin-top: 12px; }
.banner_bg { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.banner_bg img { width: 100%; height: 100%; object-fit: cover; }
.banner_bg::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgb(0 0 0 / 52%); }
.breadcrumb { margin-bottom: 0; text-align: center; width: 100%; display: flex; align-items: center; justify-content: center; }
.breadcrumb-item, .breadcrumb-item a { font-weight: 400; font-size: 14px; line-height: 16px; color: #fff; transition: all .3s ease-in; white-space: nowrap; display: block; }
.breadcrumb .breadcrumb-item:last-child { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.breadcrumb-item a .breadcrumb-item.active { color: #2D3E51; }
.breadcrumb-item { font-weight: 500; }
.breadcrumb-item+.breadcrumb-item { padding-left: 20px; }
.breadcrumb-item+.breadcrumb-item::before { position: absolute; left: 6px; content: '>'; font-family: monospace; font-weight: 600; font-size: 14px; color: #fff; }
.breadcrumb-item { position: relative; }
.breadcrumb-item.active { color: #ffffff; }
.breadcrumb-item a:hover { color: #e16a00; }

/*============================*/


/*============================*/
.about-container .heading h5::before { display: none; }
.about-container .heading h5 span::after { display: none; }
.about-container .heading h5 { margin-bottom: 10px; }
.about-img1 { width: 79%; border-radius: 6px; padding-bottom: 67%; position: relative; overflow: hidden; }
.about-img1 img { position: absolute; width: 100%; height: 100%; overflow: hidden; object-fit: cover; }
.about-img2 { width: 51%; margin-left: auto; margin-top: -44%; overflow: hidden; z-index: 99; position: relative; border-radius: 10px; padding-bottom: 60%; }
.about-img2 img { width: 100%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; padding: 5px; background: #fff; border-radius: 7px; }
.about-text { padding-left: 20px; }
.about-card-icon { padding: 10px 10px 10px 100px; position: relative; border: 1px solid #ff6f005c; border-radius: 6px; background: #e6fff1; }
.about-card-icon i { position: absolute; left: 0; width: 80px; height: 100%; background: #ff6f00; top: 0; left: 0; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 30px; color: #ffff; }
.heading p { margin-top: 12px; margin-bottom: 0; }
.about-dots { position: absolute; top: 0; right: 0; z-index: -9; }

/*============================*/
.blog-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.blog-item { width: 33.33%; padding: 0px 12px; margin-bottom: 24px; }
.blog-box { display: flex; flex-flow: column; height: 100%; padding: 17px;    /* Adjusted padding */ border: 1px solid #e0e0e0;    /* Slightly lighter border */ border-radius: 12px; background-color: #fff;    /* Ensure background for shadow */ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);    /* Subtle shadow */ transition: transform 0.3s ease, box-shadow 0.3s ease;    /* Smooth transition */ overflow: hidden;    /* Ensure image corners are rounded */ }
.blog-box:hover { transform: translateY(-5px);    /* Lift effect */ box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);    /* Enhanced shadow */ }
.blog-img { position: relative; padding-bottom: 60%;    /* Adjust aspect ratio if needed */ border-radius: 8px;    /* Slightly smaller radius for image */ overflow: hidden; margin-bottom: 15px;    /* Spacing below image */ }
.blog-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease;    /* Smooth zoom on hover */ }
.blog-box:hover .blog-img img { transform: scale(1.05);    /* Slight zoom effect on hover */ }
.blog-content { flex-grow: 1;    /* Allow content to push footer down */ display: flex; flex-direction: column; }
.blog-date {    /* New style for date */
font-size: 12px; color: #777;    /* Grey color for date */ margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.blog-content h5 { font-size: 18px;    /* Slightly larger title */ line-height: 1.4;    /* Better line spacing */ color: #333;    /* Darker title */ font-weight: 600; margin-bottom: 8px; }
.blog-content p { font-size: 14px; line-height: 1.6;    /* Better paragraph spacing */ color: #666;    /* Standard paragraph color */ margin-bottom: 12px; flex-grow: 1;    /* Push button down */ }
.blog-cta { margin-top: auto;    /* Pushes button to the bottom */ padding-top: 10px;    /* Space above button */ }
.blog-btn { font-size: 14px; line-height: 18px; font-weight: 500; color: var(--main-color); display: inline-flex;    /* Use flex for better alignment */ align-items: center;    /* Align icon vertically */ }
.blog-btn span { margin-left: 8px;    /* Adjusted spacing */ display: inline-flex;    /* Ensure icon is inline */ align-items: center; transition: transform 0.3s ease;    /* Smooth arrow transition */ background: transparent;    /* Remove default white background */ color: inherit;    /* Inherit color */ width: auto;    /* Adjust width */ height: auto;    /* Adjust height */ }
.blog-btn:hover span { transform: translateX(4px);    /* Move arrow slightly on hover */ }
.blog-btn:hover { color: var(--red-color);    /* Example hover color */ text-decoration: none;    /* Remove underline */ }

/*============================*/

/* Services Section */

/*============================*/
.service-container { background-color: #f9f9f9; position: relative; overflow: hidden; }
.service-row { position: relative; z-index: 1; }
.service-col { margin-bottom: 30px; display: flex; }
.service-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); display: flex; flex-direction: column; width: 100%; position: relative;    /* Needed for pseudo-elements */ z-index: 1; }
.service-card::before { content: ''; position: absolute; bottom: -50px; right: -50px; width: 150px; height: 150px; background-color: var(--main-color); opacity: 0.05; border-radius: 50%; transform: scale(0); transition: transform 0.5s ease; z-index: -1; }
.service-card:hover::before { transform: scale(1.5); }
.service-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12); }
.service-card-img { position: relative; padding-bottom: 56.25%;    /* 16:9 aspect ratio */ overflow: hidden; }
.service-card-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease, filter 0.4s ease; }
.service-card:hover .service-card-img img { transform: scale(1.1); filter: brightness(0.9) saturate(1.1); }
.service-card-content { padding: 30px 25px 25px 25px;    /* More padding top */ position: relative; flex-grow: 1; display: flex; flex-direction: column; }
.service-card-icon { width: 65px; height: 65px; color: #fff; background: var(--main-color); border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 28px; position: absolute; top: -35px; right: 25px; left: auto; border: 3px solid #fff; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); transform: rotate(-10deg); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.service-card:hover .service-card-icon { transform: rotate(0deg) scale(1.1); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); }
.service-card-content h4 { font-size: 22px;    /* Slightly larger */ font-weight: 700;    /* Bolder */ color: var(--main-color); margin-top: 10px;    /* Adjust spacing due to icon position */ margin-bottom: 12px; }
.service-card-content p { font-size: 15px; color: #555;    /* Darker grey */ margin-bottom: 15px; flex-grow: 1;    /* Push link to bottom */ }
.read-more-link { color: var(--main-color); font-weight: 500; font-size: 14px; text-decoration: none; transition: color 0.3s ease; margin-top: auto;    /* Stick to bottom */ align-self: flex-start;    /* Align left */ }
.read-more-link:hover { color: var(--red-color); }
.read-more-link i { margin-left: 5px; transition: transform 0.3s ease; }
.read-more-link:hover i { transform: translateX(5px); }

/*============================*/
.blog-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }

/*============================*/

/* Stats Section */

/*============================*/
.stats-section { background-color: var(--main-color); color: #fff; padding: 50px 0; position: relative; overflow: hidden; }
.stats-section::before { content: ''; position: absolute; top: 0; left: -50%; width: 200%; height: 100%; background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent 100%); background-size: 60px 60px; opacity: 0.5; z-index: 0; }
.stats-section .container { position: relative; z-index: 1; }

/*.stat-item{margin-bottom:30px;}*/
.stat-item i { font-size: 40px; margin-bottom: 15px; display: block; color: var(--main-color); width: 90px; height: 90px; margin: 0 auto; margin-bottom: 15px; background: #ffffff; padding: 10px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.stat-count { font-size: 42px; font-weight: 700; margin-bottom: 5px; line-height: 1; }
.stat-item p { font-size: 16px; margin-bottom: 0; font-weight: 500; }

/*============================*/

/* Testimonials Section */

/*============================*/
.testimonial-container { background-color: #fff;    /* Or a light background */ padding-bottom: 80px;    /* Space for dots */ }
.testimonial-list { width: calc(100% + 24px); margin-left: -12px; display: flex; }
.testimonial-item { width: 33.33%; position: 0px 12px; }
.testimonial-content { flex-grow: 1; margin-bottom: 16px; position: relative; padding: 24px; background-color: #f9f9f9; border-radius: 10px; text-align: center; margin: 0 15px; outline: none; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06); display: flex !important; flex-direction: column; height: 100%; position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #d8d8d8; border-left: 5px solid var(--main-color); }
.testimonial-content .quote-icon { position: absolute; top: 20px; left: 60px; transform: translateX(-50%); font-size: 32px; color: var(--main-color); opacity: .1; line-height: 1; font-size: 90px; }
.testimonial-content p { font-size: 16px; line-height: 1.6; color: #555; font-style: italic; margin-bottom: 0; }
.testimonial-author { margin-top: auto; padding-top: 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.testimonial-author img { width: 65px;    /* Slightly larger */ height: 65px; border-radius: 50%; margin-bottom: 15px; object-fit: cover; border: 4px solid #fff;    /* White border */ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);    /* Subtle shadow */ }
.testimonial-author h4 { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 2px; }
.testimonial-author span { font-size: 13px; color: #777; }

/* Slick Slider Dots Styling */
.our-dr-list .slick-dots li button, .testimonial-slider .slick-dots li button { width: 12px; height: 12px; background-color: #ccc; border-color: #ccc; border-radius: 50%; }
.our-dr-list .slick-dots li.slick-active button, .testimonial-slider .slick-dots li.slick-active button { background-color: var(--main-color); border-color: var(--main-color); transform: scale(1.2); }
.our-dr-list .slick-dots li button:hover, .testimonial-slider .slick-dots li button:hover { background-color: var(--main-color); border-color: var(--main-color); }
.testimonial-slider .slick-slide03 { height: 100%; }
.testimonial-slider .slick-track { display: flex; }



/* Why Choose Us Section */
.doctor-profile-info h2 { font-size: 30px; margin-bottom: 3px; }
.doctor-profile-info { margin-left: 40px; }
.doctor-profile-info h5 { color: var(--main-color); margin-bottom: 12px; font-size: 18px; font-weight: 500; }
.doctor-profile-info p { margin-bottom: 16px; }
.doctor-profile-info h6 { font-size: 20px; margin-bottom: 12px; font-weight: 600; color: var(--main-color); }
.doctor-profile-img { position: relative;    /* aspect-ratio: 2/3; */ }
.doctor-profile-img img { object-fit: contain; }

/*============================*/
.choose-us-container .heading h5::before, .choose-us-container .heading h5 span::after { display: none; }
.choose-us-img {
    position: sticky;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    top: 100px;
}
.choose-us-img img { max-width: 100%; height: auto; display: block; border-radius: 4px; filter: brightness(0.6); }
.choose-us-content .heading { margin-bottom: 25px;    /* text-lg-start and text-center classes handle alignment */ }
.choose-us-list { list-style: none; padding: 0; margin: 0; }
.choose-us-list li { display: flex; align-items: flex-start; margin-bottom: 20px; background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.choose-us-list li:last-child { margin-bottom: 0; }
.choose-us-list li:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08); }
.choose-us-list li .icon { flex-shrink: 0; width: 50px; height: 50px; background-color: var(--main-color); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-right: 20px; box-shadow: 0 4px 8px rgba(18, 126, 155, 0.3);    /* Shadow with main color */ }
.choose-us-list li .text h4 { font-size: 18px; font-weight: 600; margin-bottom: 5px; color: var(--main-color);    /* Use main color for heading */ }
.choose-us-list li .text p { font-size: 15px; color: #555;    /* Slightly darker text */ margin-bottom: 0; line-height: 1.5; }

/* Style the indicator */
.custom-radio .radio-checkmark:after { top: 4.5px; left: 4.5px; width: 8px; height: 8px; border-radius: 50%; background: var(--main-color); }
.contact-wrapper { background-color: #fff; padding: 40px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07); border: 1px solid rgba(18, 126, 155, 0.1);    /* Subtle main color border */ }
.contact-info h3, .contact-form-section h3 { font-size: 24px; color: var(--main-color); margin-bottom: 15px;    /* Adjusted margin */ position: relative; }
.contact-info p, .contact-form-section p { color: #555; font-size: 15px; line-height: 1.6; }
.contact-info-list { list-style: none; padding: 0; margin: 0; }
.contact-info-list li { display: flex; align-items: flex-start; margin-bottom: 20px;    /* Increased spacing */ font-size: 15px;    /* Slightly smaller base font */ color: #555; line-height: 1.5; }
.contact-info-list li:last-child { margin-bottom: 0; }
.contact-info-list li i { font-size: 18px; color: #fff; margin-right: 15px; width: 25px; text-align: center; padding-top: 3px; flex-shrink: 0; width: 50px; display: flex; align-items: center; background: var(--main-color); border-radius: 50%; justify-content: center; height: 50px; }
.contact-info { width: calc(100% - 50px); }
.contact-info-list li div strong { display: block; color: var(--main-color); font-weight: 600; margin-bottom: 3px; }
.contact-info-list li a { color: #555; text-decoration: none; transition: color 0.2s ease; }
.contact-info-list li a:hover { color: var(--main-color); text-decoration: underline; }
.social-icon li a:hover { color: #ffffffcf; }
.footer-bar-content p + p { display: flex; justify-content: center; margin-top: 5px; }

/* Map Container Styles */

.contact-form .form-label { font-weight: 500; margin-bottom: 8px; color: #333; font-size: 14px; }
.contact-form .form-control { border-radius: 6px; border: 1px solid #ddd; padding: 10px 15px; transition: border-color 0.2s ease, box-shadow 0.2s ease; background-color: #fdfdfd;    /* Slightly different background from career form */ font-size: 15px; }
.contact-form .form-control::placeholder { color: #999; opacity: 1; }
.contact-form .form-control:focus { border-color: var(--main-color); box-shadow: 0 0 0 0.2rem rgba(18, 126, 155, 0.25);    /* Main color focus shadow */ background-color: #fff; }
.contact-form textarea.form-control { min-height: 140px;    /* Slightly taller message box */ }
.contact-form .required { color: var(--red-color); margin-left: 3px; }
.contact-form button[type="submit"] { margin-top: 15px;    /* Reduced space above button a bit */ padding: 10px 20px 10px 25px; min-width: 180px; }
.contact-form button[type="submit"] span i { font-size: 14px;    /* Adjusted icon size */ vertical-align: middle; margin-top: -2px; }
.service-inner-content h2 { color: var(--main-color); margin-bottom: 15px; font-size: 32px; }
.service-inner-content h3 { color: var(--red-color); margin-bottom: 15px; font-size: 24px; }
.service-inner-content p { color: #555; line-height: 1.7; margin-bottom: 15px; }
.service-inner-content ul { list-style: none; padding-left: 0; margin-top: 20px; }
.service-inner-content ul li { position: relative; padding-left: 25px; margin-bottom: 12px; color: #555; line-height: 1.6; }
.service-inner-content ul li::after { content: '\f00c';    /* FontAwesome check icon */ font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; top: 3px; color: var(--main-color); font-size: 14px; }
.service-details-section .service-sidebar {    /* Safari */
  position: sticky; top: 100px;    /* Adjust this value based on your header's height */    /* Adjust top value accordingly */
background-color: #f8f9fa;    /* Keep existing background */ border-radius: 6px;    /* Bootstrap's default rounded */ border: 1px solid #eee; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);    /* Bootstrap's shadow-sm */ margin-left: 30px; }
.service-content h2 { margin-bottom: 10px; color: var(--main-color);    /* Use theme color if available */ font-size: 33px; font-weight: 600; }
.service-content h3 { color: var(--main-color);    /* Use theme color if available */ font-size: 30px; font-weight: 600; }
.service-content ul { list-style: none; padding-left: 0; }
.service-content ul li { position: relative; padding-left: 1.5em; margin-bottom: 0.5rem; font-size: 14px; }
.service-content ul li::before { content: '\f058';    /* FontAwesome check-circle icon */ font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; color: var(--main-color);    /* Use theme success color */ }
.service-sidebar h4 { color: var(--main-color); font-size: 20px; margin-bottom: 6px; font-weight: 600; }
.service-links li a { display: block; color: var(--bs-dark); text-decoration: none; transition: color 0.2s ease-in-out; font-size: 14px; background: #fff; padding: 8px 12px; border-radius: 4px; border: 1px solid #e2e2e2; }
.service-links li a:hover, .service-links li a.active { color: #ffffff; font-weight: 500; background: var(--main-color); }
.service-links li + li { margin-top: 10px; }
.service-inner-img { position: relative; margin-bottom: 20px; border-radius: 6px; overflow: hidden; padding-bottom: 44%; transition: all .3s ease-in; }
.service-inner-img img { position: absolute; top: 0; filter: brightness(0.8); left: 0; width: 100%; overflow: hidden; height: 100%; object-fit: cover; }
.service-inner-img:hover { filter: brightness(0.6); }

/* Cleaner button style */
.sidebar .btn-primary { background-color: var(--main-color); border-color: var(--main-color); transition: background-color 0.2s ease, border-color 0.2s ease; }
.sidebar .btn-primary:hover { background-color: darken(var(--main-color), 10%); border-color: darken(var(--main-color), 10%); }
.partner-item { padding: 0px 15px; }
.partner-logo { text-align: center; overflow: hidden; max-width: 180px; margin: 0 auto;    /* height: 120px; */ padding: 10px; box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; border: 1px solid #e0e0e0; }
.partner-list .slick-list { padding: 6px 0px; }
.contact-us li a:hover { color: #ffffffc9; }
.partner-logo>img { object-fit: contain; width: 100%; height: 100%; transition: all .3s ease-in; }
.partner-logo:hover>img { transform: scale(.9); }

/* ================= Contact Page Start ================= */

/*============================ FAQ Section End ============================*/
.why-choose-us-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07); border: 1px solid #eee; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; border-left: 4px solid var(--main-color); }
.why-choose-us-item:hover { transform: translateY(-8px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1); }
.why-choose-us-item .icon { width: 60px; height: 60px; background-color: var(--main-color); color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 20px; box-shadow: 0 4px 10px rgba(18, 126, 155, 0.4); }
.why-choose-us-item h4 { font-size: 20px; font-weight: 600; color: var(--main-color); margin-bottom: 10px; }
.why-choose-us-item p { font-size: 15px; color: #555; line-height: 1.6; margin-bottom: 0; }

/* Container specific adjustments */
.choose-us-page-container .choose-us-img {    /* Ensure image style is consistent */
border-radius: 8px; overflow: hidden; }
.choose-us-page-container .choose-us-img img { filter: none;    /* Remove default filter if applied elsewhere */ border-radius: 8px; width: 100%; }
.choose-us-page-container .heading h2 span { color: var(--main-color); }

/*============================ Why Choose Us Page End ============================*/

/*============================ News Detail Page Start ============================*/
.news-detail-container .news-article { margin-bottom: 40px;    /* Space below article before potential comments/related posts */ }
.news-image-container img { max-height: 450px;    /* Limit image height */ width: 100%; object-fit: cover; border-radius: 8px; }
.news-title { font-size: 32px;    /* Adjust title size */ font-weight: 700; color: var(--main-color); margin-bottom: 10px; }
.news-meta { font-size: 14px; color: #6c757d;    /* Bootstrap muted color */ margin-bottom: 20px; }
.news-meta span { margin-right: 15px; }
.news-content p { line-height: 1.8; margin-bottom: 1.5rem; color: #333; }
.news-content h3 { font-size: 24px; color: var(--main-color); margin-top: 30px; margin-bottom: 15px; padding-bottom: 5px; border-bottom: 2px solid var(--main-color); display: inline-block; }
.news-content blockquote { font-size: 1.1rem; border-left: 5px solid var(--main-color) !important;    /* Use theme color */ background-color: #f8f9fa !important;    /* Light background */ }

/* Sidebar Styles */
.news-sidebar { position: sticky; top: 100px;    /* Adjust based on sticky header height */ }
.sidebar-widget { background-color: #f8f9fa;    /* Light background for widgets */ padding: 25px; border-radius: 8px; margin-bottom: 30px; border: 1px solid #eee; }
.widget-title { font-size: 20px; font-weight: 600; color: var(--main-color); margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #ddd; position: relative; }
.widget-title::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 50px; height: 2px; background-color: var(--main-color); }

/* Latest News Widget */
.latest-news-list { padding-left: 0; list-style: none; }
.latest-news-item { margin-bottom: 20px; }
.latest-news-item:last-child { margin-bottom: 0; }
.latest-news-item a { text-decoration: none; color: inherit; transition: background-color 0.2s ease; display: flex;    /* Use flex for alignment */ align-items: flex-start; }
.latest-news-img { width: 70px; height: 60px; object-fit: cover; border-radius: 5px; flex-shrink: 0;    /* Prevent image from shrinking */ }
.latest-news-content { flex-grow: 1;    /* Allow content to take remaining space */ }
.latest-news-title { font-size: 15px; font-weight: 500; color: #333; line-height: 1.4; margin-bottom: 3px; transition: color 0.2s ease; }
.latest-news-date { font-size: 12px; color: #6c757d; }
.latest-news-item a:hover .latest-news-title { color: var(--main-color); }
.our-dr-list { width: calc(100% + 24px); margin-left: -12px; }
.our-dr-list .slick-list.draggable { padding: 10px 0px; }
.our-dr-item { width: 25% !important; padding: 0px 12px; list-style: none; }
.dr-images { width: 100%; position: relative; overflow: hidden; background: #ffffff; box-shadow: 0 0px 10px rgba(0, 0, 0, 0.10); padding: 5px; transition: all .3s ease-in; }
.dr-img { width: 100%; padding-bottom: 140%; position: relative; }
.dr-img img { position: absolute; width: 100%; height: 100%; object-fit: cover; background: #fff; filter: brightness(0.7); }
.dr-social-info { position: absolute; top: 30px; left: 18px; transform: translateX(-40px); visibility: hidden; opacity: 0; transition: all .3s ease-in; }
.dr-social-info li { width: 26px; height: 30px; background: white; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; color: #1370b5; }
.dr-images:hover .dr-social-info { transform: translateX(0); visibility: visible; opacity: 1; }
.dr-info { position: absolute; z-index: 99; bottom: 5px; text-align: center; padding: 10px; width: calc(100% - 10px); left: 5px; z-index: 9999; transition: all .3s ease-in; background: linear-gradient(360deg, #4a7996, transparent 80%); height: 70%; color: #fff; display: flex; flex-flow: column; justify-content: end; }
.dr-images:hover .dr-info { }
.dr-info h5 { font-size: 18px; margin-bottom: 4px; color: #ffffff; }
.dr-info p { margin-bottom: 0; line-height: 1.4; font-size: 14px; font-weight: 600; }
.dr-info p span { display: block; font-weight: 400; margin-top: 4px; }

/*.dr-images:hover { box-shadow: 0 20px 30px rgba(0, 0, 0, 0.10); }*/
.dr-inner-container .our-dr-item { margin-bottom: 24px; }
.type-2 .our-dr-item { margin-bottom: 24px; }
.type-2 { margin-bottom: -24px; }

/*============================ News Detail Page End ============================*/

/* ================= About Page Feature Sections Start ================= */
.about-container .about-section-item { background-color: #f9f9f9;    /* Light grey background */ padding: 25px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); height: 100%;    /* To make cards in a row of equal height if they are in the same row */ border: 1px solid #d8d8d8; transition: transform 0.3s ease, box-shadow 0.3s ease; border-left: 4px solid var(--main-color);    /* Accent border */ margin-bottom: 30px;    /* Add margin to separate cards if they stack on smaller screens */ }
.about-container .about-section-item:hover { transform: translateY(-5px); box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }
.about-container .about-section-item h4 { font-size: 1.4rem;    /* Slightly adjust heading size */ font-weight: 600; margin-bottom: 15px; color: var(--main-color);    /* Use main color for heading text */ display: flex;    /* Align icon and text */ align-items: center;    /* Vertically center icon with text */ }
.about-container .about-section-item h4 .fas, .about-container .about-section-item h4 .fa-solid { margin-right: 12px;    /* Space between icon and text */ font-size: 1.6rem;    /* Slightly larger icon */ color: var(--main-color);    /* Ensure icon color is main color */ width: 30px;    /* Give icon a fixed width for alignment */ text-align: center; }
.about-container .about-section-item p { font-size: 14px; line-height: 1.65; color: #666;    /* Dark grey for paragraph text */ margin-bottom: 0;    /* Remove default p margin if it's the last element */ }
.about-container .about-section-item ul.list-unstyled { padding-left: 0;    /* Reset padding if any */ margin-bottom: 0;    /* Remove default ul margin if it's the last element */ }
.about-container .about-section-item ul.list-unstyled li { font-size: 14px; color: #666; margin-bottom: 10px;    /* Space between list items */ display: flex;    /* Align icon and text */ align-items: flex-start;    /* Align items to the start */ }
.about-container .about-section-item ul.list-unstyled li:last-child { margin-bottom: 0; }
.about-container .about-section-item ul.list-unstyled li .fas, .about-container .about-section-item ul.list-unstyled li .fa-solid { font-size: 1rem; margin-right: 10px; color: var(--main-color);    /* Using red-color as a secondary accent */ width: 20px;    /* Give icon fixed width */ text-align: center; margin-top: 3px;    /* Adjust icon vertical alignment with text */ }

/* ================= About Page Feature Sections End ================= */
.service-inner-content .row { align-items: center; }
.service-inner-content ul li::before { display: none; }
.dropdown-item.active, .dropdown-item:active { background: #fff; color: var(--main-color); }
.footer-cta h3 { margin-bottom: 10px; font-size: 33px; position: relative; z-index: 99; }
.footer-cta p { position: relative; z-index: 99; }
.footer-cta { border-bottom: 1px solid #ffffff47; }
.footer-cta .btn { position: relative; z-index: 999; }
.footer-cta .btn span { background: var(--main-color); color: #ffffff; }
..footer-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 2px, transparent 2px, transparent 10px);
    z-index: 0;
}
.map-container {
    width: 100%;
    height: 300px;
    padding: 7px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
}
.map-wrapper h5 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.accordion-content-list li {
    position: relative;
    padding-left: 14px;
}

.accordion-content-list li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 5px;
    left: 0;
    top: 8px;
}

.accordion-content-list li + li {
    margin-top: 6px;
}
.about-text h5::after {
    display: none;
}

.about-text h5 strong {
    color: var(--main-color);
}

.about-text h5 {
    margin: 0 !IMPORTANT;
}
.about-section-item P + p {
    margin-top: 5px;
}

.about-section-item P strong {
    color: var(--main-color);
}


.management-list li + li {margin-top: 30px;border-top: 1px solid #ff000045;padding-top: 30px;}
.management-item {display: flex;flex-wrap: wrap;scroll-margin-top: 150px;align-items: center;}
.management-left {width: 27%;padding-right: 25px;}
.management-right {width: 73%;padding-left: 25px;}
.management-image {width: 230px;position: relative;overflow: hidden;height: 230px;border-radius: 50%;}
.management-image img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: contain;transition: all .6s ease-in;}
.management-image img:hover { transform: scale(1.2); }
.management-right h5 {font-size: 20px;margin-bottom: 16px;font-weight: 600;color: var(--main-color);margin-bottom: 10px;}
.management-cta { margin-top: 20px; }
.management-list li:nth-child(even) { flex-direction: row-reverse; }
.management-list li:nth-child(even) .management-right { padding-left: 0; padding-right: 25px; }
.management-list li:nth-child(even) .management-left { padding-left: 25px; padding-right: 0; }
.management-right span { font-weight: 500; }


/* ================= Footer Start ================= */
#footer { background: var(--main-color); padding: 60px 0 0px 0px; }
.footer-logo { max-width: 135px; margin-bottom: 8px; }
.footer-logo img { filter: brightness(0) invert(1); }
.footer-links li a:hover { color: #ffffffcf; }
.footer-link h5 { color: #fff; font-size: 18px; font-weight: 600; line-height: 34px; margin-bottom: 19px; position: relative; padding-bottom: 10px; }
.footer-link h5::before { content: ''; bottom: 0; width: 60px; height: 2px; background: white; position: absolute; }
.footer-link h5::after { width: 6px; height: 6px; background: white; position: absolute; content: ''; border-radius: 50%; bottom: -2px; left: 66px; }
.footer-link p { color: #ffffff; font-size: 14px; }
.footer-links li { color: #ffffff; position: relative; transition: all .3s ease-in; margin-bottom: 6px; font-size: 14px; }
.footer-links li i { margin-right: 8px; font-size: 12px; }
.footer-links li + li { margin-top: 8px; }
.footer-links li:hover { text-decoration: underline; }
.contact-us li { color: #ffffff; display: flex; font-size: 14px; }
.contact-us li span { margin-right: 14px; font-size: 15px; }
.contact-us li + li { margin-top: 8px; }
.footer-bar-content { color: #b0b0b0; }
.footer-bar-content p { margin: 0; color: #fff; }
.footer-bar-content p a { color: #dddddd; }
.footer-bar { padding: 8px 0px; margin-top: 50px; background: #077491; }
.privacy-list li { margin-right: 5px; color: #fff; }
.footer-box::before { position: absolute; content: ''; background-image: url('../images/footer-bg.jpg'); width: 100%; height: 100%; object-fit: cover; z-index: -9; top: 0; }
.social-icon { display: flex; }
.social-icon li { margin-right: 15px; width: 35px; height: 35px; border: 1px solid #b0b0b0; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; }
.footer-link h6 { font-size: 16px; color: #fff; }
.footer-link h6 a i { font-size: 12px; margin-left: 0px; }

/* ================= Footer End ================= */

/* ================= Content Start ================= */
.content-container { padding: 60px 0; }

/* ================= Content End ================= */

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
  .navbar { width: 100%; height: 80px; }
  .navbar-toggler { width: 54px; height: 40px; height: 60px; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; right: 0; top: 50%; z-index: 999; transform: translateY(-50%); }
  .navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
  .navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; }
  .navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
  .home .navbar-toggler.collapsed, .home .navbar-toggler.collapsed:focus, .home .navbar-toggler.collapsed:hover { background: transparent; }
  .navbar-toggler .navbar-toggler-icon { position: relative; display: inline-block; width: 30px; height: 3px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; vertical-align: middle; }
  .navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after { content: ''; width: 30px; height: 3px; background: var(--main-color); position: absolute; left: 0; transition: all .2s ease-out; }
  .navbar-toggler.collapsed .navbar-toggler-icon { background: var(--main-color) !important; }
  .navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: var(--main-color); }
  .navbar-toggler.collapsed .navbar-toggler-icon:before { top: -10px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
  .navbar-toggler .navbar-toggler-icon:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
  .navbar-toggler.collapsed .navbar-toggler-icon:after { bottom: -10px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
  .navbar-toggler .navbar-toggler-icon:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
  .header-right { position: relative; z-index: 999; margin-right: 50px; }
  .navbar-collapse, .navbar-collapse.collapsing { position: fixed; top: 80px; left: 0; background: #fff; padding: 0; z-index: 99; margin: 0; border: 0; overflow-y: auto; bottom: 0; width: 100%; height: 0; display: block !important; transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1.0); }
  .navbar .collapse.show { height: calc(100vh - 80px); }
  .navbar-inside { height: calc(100vh - 80px); padding: 0 15px; display: flex; flex-flow: column; }
  .navbar-expand-xl .navbar-nav .nav-item { padding: 0; margin: 0; border-bottom: solid 1px var(--main-color); }
  .navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 30px; padding: 15px 0; position: relative; color: #333; }
  .navbar-nav.sm-collapsible .sub-arrow { border: 0; margin: 0; width: auto; font-size: 30px; line-height: 60px; top: 0; height: 60px; color: var(--main-color); width: 40px; }
  .dropdown-menu { background: transparent; border: 0; padding: 0; margin: 0 0 20px 0; }
  .dropdown-item { padding: 7px 20px 7px 40px; }
  .dropdown-item:focus, .dropdown-item:hover { color: var(--main-color); background: transparent; }
  .content-container { padding: 50px 0; }
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
  .heading h3 { font-size: 40px; }
  .top-bar { display: none; }
  .navbar-brand { width: 80px; }
  .hero-content { margin: 0; text-align: center; }
  .hero-content h5 { font-size: 22px; }
  .hero-content h1 { font-size: 64px; line-height: 69px; }
  .about-text { padding: 0; }
  .footer-cta h3 { text-align: center; font-size: 24px; }
  .footer-cta p { text-align: center; margin-bottom: 10px; }
  .page-header-content h1 { font-size: 44px; }
  .type-2 .our-dr-item { width: 33.33%; }
  .service-details-section .service-sidebar { position: static; height: auto; margin-top: 2rem; overflow-y: visible; }
  .progress-card { display: none; }
  .service-details-section .service-sidebar { margin-left: 0px; }
}

/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
  .navbar { height: 60px; }
  .navbar-collapse, .navbar-collapse.collapsing { top: 60px; }
  .navbar .collapse.show { height: calc(100vh - 60px); }
  .navbar-inside { height: calc(100vh - 60px); }
  .content-container { padding: 40px 0; }
  .heading h3 { font-size: 36px; }
  .blog-item { width: 50%; }
  .fixed #header { top: 0; }
  .hero-content h5 { font-size: 20px; }
  .hero-content h1 { font-size: 38px; line-height: 44px; }
  .progress-card { top: 70%; left: 20px; width: 170px; height: 170px; }
  .circle { width: 100px; height: 100px; }
  .stat-item { margin-bottom: 20px; }
  .page-header-content h1 { font-size: 40px; }
  .contact-wrapper { padding: 24px; }
  .type-2 .our-dr-item { width: 50%; }
  .main-heading h3 { font-size: 33px; }
  .heading-icon::before { width: 120px; }
  .heading-icon::after { width: 120px; }
  .heading-icon { width: 60px; }
  .main-heading h6 { font-size: 16px; }
  .service-card-content { padding: 20px 12px; }
.service-card-content h4 { font-size: 18px; margin-bottom: 6px; }
.choose-us-content { margin-top: 20px; }
.choose-us-list li { flex-wrap: wrap; }
.icon { }
.choose-us-list li .icon { margin: 0 auto; margin-bottom: 10px; }
.choose-us-list li .text { text-align: center; }
.banner_container h1, .banner_container h2 {
    font-size: 30px;
}
.service-content h2 {
    font-size: 30px;
    margin-bottom: 8px;
}
.banner_container {
    min-height: 180px;
}
.hero-banner { padding-top: 40px !important; }

.stats-container {
        left: 10%;
        bottom: 10%;
        display: none;
    }
.contact-info {
    width: 100%;
    margin-top: 5px;
}

.contact-info-list li {
    border: 1px solid #c0c0c0;
    padding: 10px;
    border-radius: 5px;
    flex-wrap: wrap;
}

.stat-count { font-size: 33px; margin-bottom: 0px; }
.stat-item p { font-size: 14px; }
.stat-item i { margin-bottom: 10px; }
.choose-us-content .heading h5::before, .choose-us-content .heading h5::after { display: none; }
.choose-us-content .heading h5 span::before { display: none; }
.management-list li + li { margin-top: 40px; }
.management-left { width: 100%; padding-right: 0; }
.management-right { width: 100%; padding-left: 0; margin-top: 12px; text-align: center;}
.management-right h5 { margin-bottom: 8px; font-size: 18px; }
.management-list li + li { margin-top: 40px; }
.management-list li:nth-child(even) .industries-left { padding: 0; }
.management-image {
    margin: 0 auto;
}
}

/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
  .heading h3 { font-size: 22px; line-height: 30px;}
  .blog-item { width: 100%; }
  .hero-content h5 { font-size: 18px; }
  .hero-content h1 { font-size: 25px; line-height: 34px; }
  .page-header-content h1 { font-size: 30px; }
  .type-2 .our-dr-item { width: 100%; }
  .main-heading h3 {  font-size: 22px; line-height: 30px; }
  .our-dr-item {
    width: 100% !important;
}
.banner_container h1, .banner_container h2 {
    font-size: 24px;
}
.service-content h2 {
    font-size: 24px;
    margin-bottom: 8px;
}
.map-wrapper h5 {
    margin-top: 20px;
}
.hero-cta .btn { font-size: 14px; padding: 7px 10px; }
.hero-cta { justify-content: center; }
}
.btn span {
    width: 28px;
    height: 28px;
    margin-left: 8px;
    font-size: 12px;
}
@media (max-width:767.98px){
   .our-dr-list .slick-track { display: flex; }
}
@media (min-width:767.98px){
   .our-dr-list .slick-track { width: 100% !important;}
}
.testimonial-item { width: 33.33% !important; }