/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/

/* =================animate css starts here================= */
.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; }

/* =================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 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: calc(100% - 50px); 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: var(--secondry-color); width: 30px; height: 30px; border-radius: 50%; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: var(--secondry-color); }
.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: 50px; 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: calc(50% - 80px); }
.slick-prev:before { content: "\f053"; }
.slick-next { right: calc(50% - 80px); }
.slick-next:before { content: "\f054"; }
.slick-slider { margin-bottom: 0; padding-bottom: 45px; }
.slick-dots { position: absolute; bottom: 20px; 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: 11px; height: 11px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: var(--secondry-color); opacity: 1; border-radius: 50%; vertical-align: top; margin: 5px 6px; opacity: .5; }
.slick-dots li.slick-active button, .slick-dots li:hover button { opacity: 1; background-color: var(--secondry-color); }
.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=================  */

/* =================slick css end here=================  */:root { --primary-color: #13203c; --secondry-color: #2E75B6; --text-color: #4a6b6b; --blue-color: #0F172A; }

/* =================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; font-family: 'Archivo', sans-serif; line-height: 24px; font-weight: 400; 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(--secondry-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: 500; color: inherit; font-family: "Fraunces", serif; }
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: 22px; font-size: 16px; }
strong { font-weight: 700; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn { border-radius: 3px; font-family: 'JetBrains Mono', monospace; font-weight: 500; padding: 10px 15px; min-width: 140px; font-size: 16px; line-height: 18px; 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(--secondry-color); border: solid 1px var(--secondry-color); }
.btn-default:hover, .btn-default:active { color: var(--secondry-color); background-color: transparent; border-color: var(--secondry-color); }
.btn-primary, .btn-primary:focus { color: var(--primary-color); background-color: #fff; border: solid 1px #fff; }
.btn-primary:hover, .btn-primary:active { color: #ffff; background-color: transparent; border-color: #fff; }
.btn.btn-block { min-width: 100%; }
.btn+.btn { margin-left: 14px; }
.btn-outline { color: #fff; border: 1px solid #fff; }
.btn-outline:hover, .btn-outline:active { background: #fff; color: var(--primary-color); border-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: #ece8df; }
.dark-bg { background: var(--primary-color); }

/* =================core css ends here================= */

/* ================= Header Start ================= */
#header { color: #333; position: sticky; left: 0; top: 0; right: 0; padding: 0; z-index: 9999; 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: -34px; }
.navbar { padding: 0; width: 100%; height: 70px; }
.navbar-brand { width: 200px; padding: 0; margin: 0; position: relative; z-index: 999; }
.navbar-expand-xl .navbar-nav .nav-item { margin: 0 12px; }
.navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 70px; font-weight: 400; 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(--secondry-color); }
.dropdown-toggle::after { display: none; }

/*.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; background: var(--secondry-color); color: #fff; min-width: 180px; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); border: 0; border-radius: 0; transition: all 0.1s ease-in; -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 10px; font-weight: 400; font-size: 14px; }
    .dropdown-item:focus, .dropdown-item:hover { color: #fff; background: var(--primary-color); }
}
.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); }
.top-bar { background: var(--primary-color); display: flex; align-items: center; position: relative; height: 34px; color: #fff; }
.top-bar_list { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 9; }
.top-bar-content-left { display: flex; color: var(--primary-color); position: relative; }
.top-bar-content-left li { padding-right: 13px; font-size: 12px; position: relative; margin-right: 14px; color: #fff; }
.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::before { position: absolute; content: ''; width: 1px; height: 70%; background: #fff; right: 0; top: 50%; transform: translateY(-50%); }
.top-bar-content-right li a { color: #fff; font-size: 14px; }
.top-bar-content-right li span { color: #fff; font-size: 12px; margin-right: 7px; }
.top-bar-content-right li+li { margin-left: 12px; padding-left: 12px; position: relative; }
.top-bar-content-right li+li::before { position: absolute; content: ''; width: 1px; height: 94%; top: 50%; transform: translateY(-50%); left: 0; background: #fff; }
.top-bar .btn { padding: 7px 12px; font-weight: 500; font-size: 14px; }
.top-bar-content-right li+li::before { display: none; }
.top-bar .social-link { color: #fff; }
.social-links { display: flex; gap: 20px; color: #fff; }
.top-bar-content-left li + li { margin: 0; padding: 0; }
.top-bar-content-left li + li::before { display: none; }

/* ================= Header End ================= */
.heading h3 { font-size: 32px; margin-bottom: 0px; margin-bottom: 10px; color: var(--primary-color); }
.heading h5 { font-size: 12px; font-weight: 400; color: var(--secondry-color); margin-bottom: 10px; position: relative; padding-left: 30px; display: inline-block; text-transform: uppercase; font-family: "JetBrains Mono", monospace; }
.heading h5::before { position: absolute; content: ''; width: 20px; height: 1px; background: var(--secondry-color); left: 0; top: 50%; transform: translateY(-50%); }
.heading { margin-bottom: 30px; }
.heading p { margin-top: 0; margin: 0; }
.heading p + p { margin-bottom: 0; margin-top: 10px; }
.white-heading h3 { color: #fff; }

/*===================================*/
.hero-slider { margin-top:; }
.hero-slider { position: relative; top: 0; width: 100%; height: 100%; object-fit: cover; height: calc(100vh - 80px); }
.hero-slide { height: calc(100vh - 80px); display: flex !important; flex-flow: column; justify-content: center; padding: 50px 0; position: relative; }
.hero-slide-img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; }
.hero-slide-img>video { width: 100%; height: 100%; object-fit: cover; animation: zoom-in-zoom-out 10s ease-out infinite; overflow: hidden; }
.hero-slide-content { position: relative; z-index: 99999999; padding: 40px 30px; color: #ffffff; }
.hero-slide-content h1, .hero-slide-content h2 { transform: translateY(50px); opacity: 0; transition: .6s ease-in-out; transition-delay: .6s; font-size: 50px; line-height: 51px; margin-bottom: 4px; color: #ffffff; font-weight: 500; }
.hero-arrow { width: 50px; height: 50px; position: absolute; border: 2px solid #ddd; padding: 7px; transform: translateY(-50%); z-index: 99; top: 50%; border-radius: 5px; }
.hero-slider .slick-prev:before { font-size: 14px; }
.hero-slider .slick-next:before { font-size: 14px; }
.hero-slide-content p { font-size: 18px; color: #fff; font-weight: 400; }
.hero-badge { transform: translateY(50px); opacity: 0; transition: .6s ease-in-out; display: inline-block; font-size: 13px; font-weight: 300; margin-bottom: 10px; letter-spacing: 0.5px; color: rgb(255, 255, 255); font-family: "JetBrains Mono", monospace; padding: 4px 12px; background: rgb(26, 40, 69); border-width: 1px; border-style: solid; border-color: rgba(255, 255, 255, 0.16); border-image: initial; border-radius: 4px; transform: translateY(50px); opacity: 0; transition: .6s ease-in-out; transition-delay: .3s; }
.slick-current .hero-badge, .slick-current .stats-box { opacity: 1; transform: translateY(0); }
.slick-current .hero-slide-content h1, .slick-current .hero-slide-content h2 { opacity: 1; transform: translateY(0); }
.hero-slide-content h1 { margin-bottom: 20px; }
.hero-cta { margin-top: 28px; transform: translateY(50px); opacity: 0; transition: .3s ease-in-out; transition-delay: .9s; }
.slick-current .hero-cta { transform: translateY(0); opacity: 1; }
.hero-slider .slick-prev, .hero-slider .slick-next { transform: scale(1); }
.hero-slider:hover .slick-prev, .hero-slider:hover .slick-next { transform: scale(1.0); }
.hero-slide-content h1 span { color: var(--secondry-color); font-style: italic; }
.hero-slide-img::before { position: absolute; content: ''; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(19, 32, 60, .94) 0%, rgba(19, 32, 60, .78) 42%, rgba(19, 32, 60, .42) 100%); }
.hero-slide-content p { transform: translateY(50px); opacity: 0; transition: .6s ease-in-out; transition-delay: .6s; font-size: 16px; margin-bottom: 14px; font-weight: 500; }
.slick-current .hero-slide-content p { opacity: 1; transform: translateY(0); }
.stats-box { transform: translateY(50px); opacity: 0; transition: .6s ease-in-out; transition-delay: .9s; display: flex; align-items: center; width: fit-content; margin-top: 20px; gap: 32px; background: rgba(19, 32, 60, 0.68); padding: 0px 20px; border-radius: 4px; border-width: 1px; border-style: solid; border-color: rgba(255, 255, 255, 0.16); border-image: initial; }
.stats-item h6 { font-size: 16px; font-weight: 500; text-align: center; font-family: "JetBrains Mono", monospace; margin: auto; }
.stats-item { padding: 10px 0px; }
.stats-item h6 span { display: block; font-size: 12px; font-weight: 300; margin-top: 5px; text-transform: capitalize; font-family: Fraunces, serif; }
.stats-item + .stats-item { padding-left: 10px; border-left: 1px solid rgba(255, 255, 255, 0.16); }

/*===================================*/
.hero-inner-banner { position: relative; min-height: 300px; padding: 60px 0px; display: flex; align-items: center; justify-content: center; }
.hero-inner-banner-content-img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; }
.hero-inner-banner-content-img>img { width: 100%; height: 100%; object-fit: cover; animation: zoom-in-zoom-out 10s ease-out infinite; overflow: hidden; }
.hero-inner-banner-content h1 span { color: var(--secondry-color); font-style: italic; }
.hero-inner-banner-content-img::before { position: absolute; content: ''; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(19, 32, 60, .94) 0%, rgba(19, 32, 60, .78) 42%, rgba(19, 32, 60, .42) 100%); }
.hero-inner-banner-content p { font-size: 16px; margin-bottom: 14px; font-weight: 500; }
.hero-inner-banner-content h1, .hero-inner-banner-content h2 { font-size: 50px; line-height: 51px; margin-bottom: 4px; color: #ffffff; font-weight: 500; }
.hero-inner-banner-content p { font-size: 18px; color: #fff; font-weight: 400; }
.hero-inner-banner-content h6 { background: rgba(78, 159, 212, 0.12); padding: 7px 12px 7px 12px; border-radius: 4px; display: inline-block; font-size: 14px; margin-bottom: 14px; font-weight: 300; border: 1px solid rgba(78, 159, 212, 0.25); position: relative; color: #ffffff; text-transform: uppercase; font-family: "JetBrains Mono", monospace; }

/*===================================*/
.brand-track-container { border: 1px solid #ffffff29; border-left: 0; border-right: 0; }
.brand-track { display: flex; gap: 0; animation: btrack 22s linear infinite; }
.brand-track:hover { animation-play-state: paused }
@keyframes btrack {
    0% { transform: translateX(0) }
    100% { transform: translateX(-50%) }
}
.brand-item { display: flex; align-items: center; gap: 10px; padding: 6px 24px; border-right: 1px solid var(--border); font-size: 12px; font-weight: 400; letter-spacing: 1px; white-space: nowrap; flex-shrink: 0; color: #fff; }
.brand-item::before { content: '✦'; font-size: 16px; color: #fff; opacity: .6 }
.brand-item + .brand-item { border-right: 1px solid #ffffff29; }

/*===================================*/

/*===================================*/
.port-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); }
.port { border: 1px solid var(--line); border-radius: 5px; padding: 22px; background: #fff; transition: border-color .2s, transform .2s; text-align: left; border: 1px solid #2e75b62b; border-bottom: 2px solid var(--secondry-color); }
.port span { font-size: 11px; color: var(--secondry-color); margin-bottom: 5px; display: block; }
.port h3 { font-size: 18px; margin-bottom: 5px; color: var(--primary-color); }
.port p { font-size: 13px; margin: 0; font-weight: 400; }
.port:hover { border-color: var(--secondry-color); }
.port-icon { width: 48px; height: 48px; background: var(--secondry-color); border-radius: 4px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: #fff; font-size: 18px; }
.port-grid-type-2 { grid-template-columns: repeat(3, 1fr); }
.service-highlights { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.service-highlight-item { display: flex; align-items: center; gap: 10px; background: #ece8df; border: 1px solid #2e75b62b; border-radius: 4px; padding: 10px 16px; font-size: 13px; font-family: "JetBrains Mono", monospace; color: var(--primary-color); border-left: 2px solid var(--secondry-color); }
.service-highlight-item i { color: var(--secondry-color); font-size: 14px; }
.about-img { width: 100%; height: auto; }
.about-img img { width: 100%; height: auto; border-radius: 6px; overflow: hidden; }

/*===================================*/
.stats-list { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); margin-top: 24px; }
.stat-item { border-radius: 5px; padding: 22px; background: #fff; transition: border-color .2s, transform .2s; text-align: left; border: 1px solid transparent; border-bottom: 2px solid var(--secondry-color); }
.stat-item h5 { font-size: 24px; margin-bottom: 2px; color: var(--primary-color); }
.stat-item p { }
.stat-item span { font-size: 14px; font-weight: 400; }
.stat-item:hover { border-color: var(--secondry-color); }

/* ================= Footer Start ================= */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card-img { height: 240px; overflow: hidden; transition: all .3s ease-in; }
.service-card-img img { height: 100%; width: 100%; object-fit: cover; }
.service-card { background: #fff; border-radius: 6px; overflow: hidden; text-align: left; transition: all .3s ease-in; border-bottom: 2px solid var(--secondry-color); }
.service-card-body { padding: 40px 20px 20px; min-height: 214px; position: relative; display: flex; flex-wrap: wrap; }
.service-icon svg { width: 40px; color: #fff; }
.service-icon { position: absolute; top: -27px; right: 20px; width: 54px; height: 54px; background: var(--secondry-color); border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.service-card-body h3 { font-size: 22px; margin-bottom: 10px; }
.service-card:hover .service-card-img { transform: scale(1.05); transition: all .3s ease-in; }
.service-card-body p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/*==============================*/
.operations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.op-card { text-align: left; position: relative; padding: 24px; border-radius: 6px; background: var(--primary-color); transition: .4s ease; border: 1px solid var(--secondry-color); border-bottom: 2px solid var(--secondry-color); }
.op-card:hover { transform: translateY(-5px); }
.op-card .number { position: absolute; top: 25px; right: 25px; font-size: 14px; color: #4da3ff; letter-spacing: 2px; font-family: 'JetBrains Mono', monospace; }
.op-card h3 { font-size: 14px; margin-bottom: 12px; color: #fff; font-family: 'JetBrains Mono', monospace; text-transform: uppercase; }
.op-card p { color: #fff; line-height: 1.7; }

/*======================*/
.about-img-1 { width: 100%; height: 100%; padding-right: 60px; height: 400px; }
.about-img-1 img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.about-img-2 { max-width: 240px; margin-left: auto; margin-top: -30%; border-radius: 4px; padding: 4px; background: #ffff; z-index: 99; position: relative; }
.about-img-2 img { border-radius: 6px; }
.about-img-wrapper { position: relative; }
.about-highlights { display: flex; gap: 10px; margin-top: 16px; color: #000000; }
.highlight-item { padding: 16px; background: #b8ffdc; border-radius: 6px; border: 1px solid #dbdbdb; }
.highlight-item h5 { font-size: 16px; margin-bottom: 6px; color: var(--primary-color); }
.highlight-item i { color: var(--primary-color); font-size: 30px; margin-bottom: 10px; }
.about-badge { position: absolute; top: -40px; right: 20px; background: var(--secondry-color); padding: 16px; border: 2px solid var(--primary-color); border-radius: 4px; text-align: center; color: #fff; }
.about-badge span, .about-badge p { display: block; color: var(--dark-color); font-size: 14px; }
.about-badge strong { font-size: 25px; display: block; color: #fff; }

/*=======================*/
.audience-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; }
.aud-card { text-align: left; padding: 26px; background: #ece8df; border-radius: 6px; border-bottom: 2px solid var(--secondry-color); }
.aud-card h3 { font-size: 20px; margin-bottom: 7px; }
.aud-card.featured { background: var(--primary-color); color: #fff; position: relative; display: flex; flex-flow: column; }
.aud-card-cta { width: 100%; border-top: 1px solid #2e75b62b; padding-top: 20px; margin-top: auto; }
.audience-cards::before { position: absolute; content: ''; width: 100%; height: 1.5px; border: 1.5px dashed var(--secondry-color); top: 50px; z-index: -9; }
.aud-badge { position: absolute; top: 18px; right: 18px; background: var(--secondry-color); padding: 4px 10px; border-radius: 4px; font-size: 12px; line-height: 1.2; }
.aud-num { margin-bottom: 22px; font-family: "JetBrains Mono", monospace; color: var(--secondry-color); width: 100%; width: 40px; height: 40px; background: var(--secondry-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; }
.aud-card .read-more { margin-top: auto; }
.read-more-cta { font-family: 'JetBrains Mono', monospace; font-size: 14px; font-weight: 600; margin-top: auto; }

/*==============================*/
.why-list { display: flex; flex-direction: column; gap: 24px; margin-top: 32px }
.why-item { display: flex; align-items: flex-start; gap: 18px; padding: 22px 24px; background: #ece8df; border: 1px solid #2e75b62b; border-radius: 4px; transition: all .3s; border-left: 2px solid var(--secondry-color); }
.why-item:hover { transform: translateX(6px); border-color: var(--secondry-color); }
.wi-icon { width: 42px; height: 42px; bac; background: var(--secondry-color); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: "JetBrains Mono", monospace; border-radius: 4px; color: #fff; }
.wi-icon svg { width: 20px; height: 20px; fill: none; stroke: var(--primary-color); stroke-width: 1.5 }
.wi-txt h4 { font-size: 18px; font-weight: 600; color: #000000; margin-bottom: 5px }
.wi-txt p { font-size: 14px; color: #000000; line-height: 1.7; }
.why-float1 { position: absolute; top: 20px; right: 0; background: var(--primary-color); border-radius: 4px; padding: 20px; max-width: 160px; }
.why-float1 h2, .why-float2 h2 { color: #fff; margin-bottom: 10px; line-height: 1; font-size: 30px; }
.why-float2 h2 { color: var(--primary-color); }
.why-float1 p { color: #fff; }
.why-float2 { position: absolute; bottom: 20px; left: 0; background: #fff; border-radius: 4px; padding: 20px; border: 1px solid #2e75b62b; max-width: 220px; border-left: 2px solid var(--secondry-color); }
.why-bg-img { padding: 0px 20px; height: 100%; position: relative; }
.why-bg-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.bg-img { width: 100%; min-height: 320px; position: relative; display: flex; align-items: center; padding: 60px 0px; background-image: url(../images/bg-img.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; }
.bg-img::before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background: #1b2b4dba; }
.features-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { padding: 20px; text-align: center; background: #1b2b4dba; border-radius: 6px; color: #fff; border: 1px solid var(--secondry-color); border-bottom: 2px solid var(--secondry-color); }
.feature-icon { margin-bottom: 14px; }
.feature-icon svg { width: 60px; }

/*==============================*/
.content-container.book-apointment-container { position: relative; }
.ba-img-right { width: 100%; height: 100%; top: 0; left: 0; position: absolute; z-index: 1; }
.ba-img-right > img { width: 100%; height: 100%; object-fit: cover; }
.ba-img-left { width: calc(50% - 15px); position: absolute; top: 0; right: 0; z-index: 9; height: 100%; background-position: right; background-size: cover; }
.ba-form-content { padding: 30px 0; padding-left: 20px; position: relative; z-index: 99; }
.ba-form-content > .row > * { padding: 10px; }
.ba-img-right::before { position: absolute; content: ''; width: 100%; height: 100%; background: #13203cd9; }

/*===============================*/
.contact-wrapper { z-index: 99; border-radius: 10px; position: relative; }
.contact-info-inner-list li+li { margin-top: 10px; }
.contact-info-inner-list li { display: flex; align-items: center; gap: 10px; }
.form-group label { margin-bottom: 6px; font-size: 14px; }
.contact-form { padding: 40px; background: #ece8df; border: 1px solid #2e75b62b; border-radius: 4px; border-top: 2px solid var(--primary-color); }
.form-group .form-control { border-radius: 4px; height: 44px; box-shadow: none ! IMPORTANT; background: #fff; border: 1px solid #2e75b62b; }
.form-group .form-control { border-radius: 2px; height: 44px; box-shadow: none ! IMPORTANT; background: none; border: 1px solid #fff; color: #fff; }
.form-group .form-control::placeholder { color: #fff; }
.form-group { margin-bottom: 12px; }
.form-group textarea { height: 100px; min-height: 100px; resize: none; }
.map { margin-top: 50px; padding: 8px; border: 1px solid #2e75b62b; background: #ece8df; border-radius: 4px; }
.map iframe { width: 100%; height: 440px; border-radius: 4px; }
.contact-info-box { width: 100%; border: 1px solid #2e75b62b; background: #ece8df; border-radius: 4px; padding: 8px; display: flex; align-items: center; max-width: 500px; }
.contact-info-box span { width: 44px; height: 44px; background: var(--secondry-color); border-radius: 2px;    /* padding: 16px; */ color: #fff; display: flex; align-items: center; justify-content: center; }
.contact-info-box p { width: calc(100% - 54px); padding-left: 10px; }
.contact-form-type-2 { background: #fff; }
.contact-form-type-2 .form-group .form-control, .event-reg-model .form-group .form-control { background: #ece8df; }
.contact-form .form-group .form-control { border-color: #2e75b65e; background: #fff }
.contact-form .form-group .form-control::placeholder { color: #000 }

/*============================*/

/*===================================*/
.blog-wrappper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-image { height: 240px; width: 100%; }
.blog-image img { height: 100%; width: 100%; }
.blog-content h6 { font-size: 14px; margin-bottom: 10px; }
.blog-card { background: #ece8df; border-radius: 4px; overflow: hidden; display: flex; flex-flow: column; height: 100%; border: 1px solid #2e75b62b; border-bottom: 2px solid var(--secondry-color); }
.blog-cta { margin-top: auto; padding: 20px; padding-top: 0; text-align: left; }
.blog-content { padding: 30px 20px 20px 20px; position: relative; text-align: left; }
.blog-content h3 { font-size: 18px; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-date { position: absolute; border-radius: 4px; top: -30px; right: 20px; background: var(--secondry-color); min-width: 70px; text-align: center; padding: 7px 10px; color: #fff; font-size: 14px; }
.blog-content p { margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-date span { display: block; font-size: 20px; line-height: 1; font-weight: 500; }
.pagination { display: flex; justify-content: center; margin-top: 30px; list-style: none; }
.pagination li { margin: 0 5px; }
.pagination li a, .pagination li span { display: inline-block; padding: 8px 16px; text-decoration: none; background-color: var(--secondry-color); color: #fff; border-radius: 4px; transition: background-color 0.3s ease; }
.pagination li a:hover { background-color: var(--secondry-color); }
.pagination li.active span { background-color: var(--primary-color); }
.pagination li.disabled span { background-color: #d3d3d3; cursor: not-allowed; }
.blog-inner-details-img { width: 100%; height: 240px; margin-bottom: 20px; }
.blog-inner-details-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.blog-inner-details-content h1 { font-size: 30px; margin-bottom: 8px; line-height: 30px; }
.blog-inner-details-content h2 { font-size: 27px; margin-bottom: 8px; line-height: 34px; }
.blog-inner-details-content h3 { font-size: 24px; margin-bottom: 8px; line-height: 30px; }
.blog-inner-details-content h4 { font-size: 22px; margin-bottom: 8px; line-height: 27px; }
.blog-inner-details-content h5 { font-size: 20px; margin-bottom: 8px; line-height: 24px; }
.blog-inner-details-content h6 { font-size: 18px; margin-bottom: 8px; line-height: 20px; }
.blog-inner-item + .blog-inner-item { margin-top: 12px; padding-top: 12px; }
.blog-inner-item { display: flex; }
.blog-inner-item-img { width: 100px; height: 80px; display: block; }
.blog-inner-content { width: calc(100% - 80px); padding-left: 20px; }
a.blog-inner-item-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.blog-inner-content h3 { font-size: 18px; margin-bottom: 2px; line-height: 24px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.blog-inner-content h3 a { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.blog-inner-content p { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 2px; font-size: 14px; }
.blog-inner-date { font-size: 14px; }
.blog-inner-list { position: sticky; top: 100px; background: #ece8df; padding: 20px; border-radius: 4px; border: 1px solid #2e75b62b; border-top: 2px solid var(--secondry-color); }
.blog-inner-details-date { position: absolute; border-radius: 4px; bottom: -30px; right: 20px; background: var(--secondry-color); min-width: 70px; text-align: center; padding: 7px 10px; color: #fff; font-size: 14px; }
.blog-inner-details-date span { display: block; font-size: 20px; line-height: 1; font-weight: 500; }

/*===================================*/
.ops-htimeline { position: relative; overflow: scroll; scrollbar-width: none; -ms-overflow-style: none; }
.ops-track { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); }
.ops-track::before { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: repeating-linear-gradient(to right, var(--secondry-color) 0 6px, transparent 6px 12px); transform: translateY(-50%); z-index: 0; }
.ops-hstep { position: relative; display: flex; flex-direction: column; align-items: center; min-width: 190px; }
.ops-hstep.up { justify-content: flex-end; }
.ops-hstep.down { justify-content: flex-start; }
.ops-hdot { position: relative; z-index: 2; width: 38px; height: 38px; border-radius: 50%; background: var(--secondry-color); border: 2px solid var(--secondry-color); display: flex; align-items: center; justify-content: center; font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 700; color: #fff; flex-shrink: 0; }
.ops-hstep.up .ops-hdot { order: 2; margin-top: 10px; }
.ops-hstep.down .ops-hdot { order: 0; margin-bottom: 10px; }
.ops-hcard { background: #ece8df; border: 1px solid #2e75b62b; border-top: 2px solid var(--secondry-color); padding: 14px; width: 88%; border-radius: 4px; text-align: center; }
.ops-hstep.up .ops-hcard { order: 0; border-top: 1px solid #2e75b62b; border-bottom: 2px solid var(--secondry-color); }
.ops-hstep.down .ops-hcard { order: 2; }
.ops-hconnector { width: 1px; background: var(--secondry-color); flex-shrink: 0; }
.ops-hstep.up .ops-hconnector { height: 18px; order: 1; }
.ops-hstep.down .ops-hconnector { height: 18px; order: 1; }
.ops-hcard .ops-code { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--secondry-color); text-transform: uppercase; display: block; margin-bottom: 2px; }
.ops-hcard h4 { font-family: "Fraunces", serif; font-weight: 500; font-size: 18px; color: var(--primary-color); margin-bottom: 4px; }
.ops-hcard p { font-size: 13.5px; color: var(--text-color); line-height: 1.5; margin: 0; }

/* ================= Footer Start ================= */
#footer { background: var(--blue-color); color: var(--primary-color); position: relative; overflow: hidden; }
.footer-upper { padding: 30px; position: relative; z-index: 9; background: var(--secondry-color); margin-bottom: 60px; }
.footer-upper .heading h3, .footer-upper .heading p { color: #fff; }
.footer-upper .heading p { margin-top: 12px; }
.footer-upper-form { position: relative; }
.footer-upper-form .form-control { height: 44px; border-radius: 2px; padding-right: 120px; }
.footer-upper-form .btn { position: absolute; top: 0; right: 0; height: 100%; min-width: 120px; padding: 13px; }
.footer-conent { padding-bottom: 54px; }
.footer-left { width: 33%; padding-right: 5%; }
.footer-logo { width: 200px; margin-bottom: 15px; }
.footer-logo img { width: 100%;    /* filter:brightness(0) invert(1); */ }
.footer-left p { color: #ffffff; font-size: 14px; }
.footer-right { width: 67%; }
.footer-menu-box h6 { font-size: 20px; line-height: 25px; margin-bottom: 14px; color: #fff; font-weight: 600; }
.footer-menu-list li+li { margin-top: 6px; }
.foorer-right-content { width: calc(100% + 30px); margin-left: -15px; justify-content: space-between; }
.footer-menu-box { padding: 0 15px; width: 33.33%; }
.footer-contact-list li { padding-left: 28px; position: relative; line-height: 20px; }
.footer-contact-list li+li { margin-top: 15px; }
.footer-contact-list li span { position: absolute; left: 0; top: 4px; left: 0; width: 36px; display: block; height: 25px; }
.footer-contact-list { padding-right: 12px; }
.social-media { padding: 0; gap: 10px; }
.social-media a { border-radius: 35.2962px; font-size: 16px; color: var(--secondry-color); }
.social-media a+a { margin-left: 15px; }
.social-media a:hover { box-shadow: none; }
.footer-lower { padding: 8px 0px; text-align: center; font-size: 14px; line-height: 24px; font-weight: 300; letter-spacing: .5px; position: relative; border-top: 1px solid #ffffff29; background: var(--primary-color); }
.footer-menu-link { font-weight: normal; color: var(--text-color); font-size: 14px; }
.footer-contact-list li { color: #ffffff; font-weight: 400; font-size: 14px; }
.footer-shocket { display: flex; justify-content: space-between; flex-wrap: wrap; color: #fff; }
.copyright { font-size: 12px; font-weight: normal; }
.footer-shocket-list { display: flex; gap: 10px; }
.footer-shocket-list li { font-size: 12px; }
.footer-menu-list li { position: relative; padding-left: 20px; }
.footer-menu-link { color: #ffffff; }
.footer-menu-list li::before { position: absolute; content: '\f061';    /* fa-arrow-right */ font-family: "Font Awesome 6 Free"; font-weight: 900;    /* solid icon ke liye */ left: 0; top: 2px; font-size: 12px; color: var(--secondry-color); transform: rotate(-45deg); }
.footer-contact-list li span img { width: 100%; height: 100%; object-fit: cover; }
.footer-shocket-list li a:hover { color: #fff; }
.wa-float { position: fixed; bottom: 24px; right: 24px; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4); animation: wa-bounce 2.4s ease-in-out infinite; z-index: 9999; transition: all .3s ease-in; }
.wa-float:hover { animation: none; transform: scale(1.1); box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55); transition: all .3s ease-in; }
@keyframes wa-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ================= Footer End ================= */

/* ================= 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; order-radius: 0; 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; box-shadow: none !important; }
    .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(--secondry-color); position: absolute; left: 0; transition: all .2s ease-out; }
    .navbar-toggler.collapsed .navbar-toggler-icon { background: var(--secondry-color) !important; }
    .navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: var(--secondry-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(--secondry-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(--secondry-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: #f00; background: transparent; }
    .content-container { padding: 50px 0; }
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .port-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-left { width: 100%; text-align: center; padding: 0; margin-bottom: 20px; }
    .footer-logo { margin: 0 auto; margin-bottom: 10px; }
    .social-media.d-flex { justify-content: center; }
    .footer-right { width: 100%; }
    .hero-slide-content h1, .hero-slide-content h2 { font-size: 44px; line-height: 50px; }
    .hero-inner-banner-content h1, .hero-inner-banner-content h2 { margin: 0px; font-size: 44px; line-height: 50px; }
    .why-list { margin-bottom: 20px; }
    .footer-btn { justify-content: center !IMPORTANT; margin-top: 20px; }
    .footer-upper .heading { text-align: center; }
    .ba-img-left { display: none; }
}

/* =================================================  
 ! 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; }
    .hero-slide-content h1, .hero-slide-content h2 { font-size: 36px; line-height: 42px; }
    .hero-inner-banner-content h1, .hero-inner-banner-content h2 { margin: 0px; font-size: 36px; line-height: 42px; }
    .features-list { grid-template-columns: repeat(2, 1fr); }
    .operations-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-menu-box { width: 50%; }
    .footer-menu-box:nth-child(3) { width: 100%; margin-top: 20px; }
    .heading h3 { font-size: 27px; }
    .stats-list { grid-template-columns: repeat(2, 1fr); }
    .audience-cards { grid-template-columns: repeat(2, 1fr); }
    .hero-slider { height: 460px; }
    .hero-slide { height: 460px; }
    .brand-item { padding: 0px 12px; }
    .hero-inner-banner { min-height: 220px; padding: 40px 0px; }
    .hero-slide-content { padding: 0px; }
    .hero-cta .btn + .btn { margin: 0; margin-top: 10px; }
    .hero-cta .btn { width: 100%; }
    .hero-badge { font-size: 10px; margin-bottom: 6px; }
    .hero-cta { margin-top: 10px; }
    .service-card-body { padding: 30px 12px 12px; }
    .service-card-body h3 { font-size: 18px; margin-bottom: 6px; }
    .service-card-body p { margin-bottom: 0px; }
    .why-float1, .why-float2 { padding: 12px; max-width: 150px; }
    .why-float1 p, .why-float2 p { font-size: 12px; line-height: 18px; }
    .heading { margin-bottom: 24px; }
    .aud-card { padding: 16px; }
    .aud-card h3 { font-size: 18px; }
    .aud-card p { margin-bottom: 12px; }
    .aud-card-cta { padding-top: 12px; }
    .about-img-1 { padding-right: 20px; height: 240px; }
    .about-badge { right: 0; top: -20px; padding: 6px; }
    .about-badge strong { font-size: 20px; }
    .about-badge span, .about-badge p { font-size: 12px; }
    .about-img-2 { height: 150px; }
    .about-img-2 img { width: 100%; height: 100%; object-fit: cover; }
    .stats-box { gap: 10px; }
    .blog-wrappper { grid-template-columns: repeat(2, 1fr); }
    .blog-inner-details-content h1 { font-size: 24px; margin-bottom: 8px; line-height: 30px; }
    .blog-inner-details-content h2 { font-size: 22px; margin-bottom: 8px; line-height: 28px; }
    .blog-inner-details-content h3 { font-size: 20px; margin-bottom: 8px; line-height: 24px; }
    .blog-inner-details-content h4 { font-size: 18px; margin-bottom: 8px; line-height: 22px; }
    .blog-inner-details-content h5 { font-size: 16px; margin-bottom: 8px; line-height: 20px; }
    .blog-inner-details-content h6 { font-size: 14px; margin-bottom: 8px; line-height: 18px; }
    .blog-inner-list h5 { font-size: 24px; }
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
    .hero-slide-content h1, .hero-slide-content h2 { font-size: 30px; line-height: 38px; margin-bottom: 10px; }
    .service-grid { grid-template-columns: 1fr; }
    .port-grid { grid-template-columns: repeat(2, 1fr); }
    .operations-grid { grid-template-columns: 1fr; }
    .heading h3 { font-size: 24px; }
    .audience-cards { grid-template-columns: 1fr; }
    .top-bar { display: none; }
    .fixed #header { top: 0; }
    .why-float1 h2, .why-float2 h2 { font-size: 24px; }
    .stat-item h5 { font-size: 20px; }
    .feature-icon svg { width: 40px; }
    .hero-inner-banner-content h1, .hero-inner-banner-content h2 { margin: 0px; font-size: 30px; line-height: 38px; }
    .port-grid-type-2 { grid-template-columns: 1fr; }
    .footer-upper { padding: 30px 0px; }
    .contact-form { padding: 20px; margin-top: 20px; }
    .map iframe { height: 300px; }
    .footer-btn { flex-wrap: wrap; gap: 10px; }
    .footer-btn .btn { width: 100%; }
    .footer-btn .btn + .btn { margin: 0; }
    .heading { margin-bottom: 18px; }
    .stats-item h6 { font-size: 14px; }
    .stats-item h6 span { font-size: 10px; margin-top: 3px; }
    .stats-item { padding: 6px 0px; }
    .hero-badge { letter-spacing: .4px; padding: 4px 8px; }
    .feature-card { padding: 10px; }
    .feature-card { padding: 10px; }
    .ba-form-content > .row > * { padding: 0; padding-right: 20px; }
    .port { padding: 12px; }
    .port h3 { font-size: 16px; }
    p { font-size: 14px !important; line-height: 20px; }
    .form-group .form-control::placeholder { font-size: 14px; }
    .footer-shocket { justify-content: center; }
    .why-float1 { max-width: 120px; background: #13203cb5; }
    .why-float2 { max-width: 146px; background: #ffffffd1; }
    .blog-wrappper { grid-template-columns: 1fr; }
    .blog-inner-list { margin-top: 20px; }
    .blog-inner-list h5 { font-size: 20px; }
    .blog-inner-details-img { width: 100%; height: 200px; margin-bottom: 20px; }
}