/*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, 80px, 0); transform: translate3d(0, 80px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 80px, 0); transform: translate3d(0, 80px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

/* Fade In Left */
@-webkit-keyframes fadeInLeft {
	from { opacity: 0; -webkit-transform: translate3d(-80px, 0, 0); transform: translate3d(-80px, 0, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInLeft {
	from { opacity: 0; -webkit-transform: translate3d(-80px, 0, 0); transform: translate3d(-80px, 0, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

/* Fade In Right */
@-webkit-keyframes fadeInRight {
	from { opacity: 0; -webkit-transform: translate3d(80px, 0, 0); transform: translate3d(80px, 0, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInRight {
	from { opacity: 0; -webkit-transform: translate3d(80px, 0, 0); transform: translate3d(80px, 0, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
@-webkit-keyframes rotate360 {
	from { opacity: 0; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	to { opacity: 1; -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotate360 {
	from { opacity: 0; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	to { opacity: 1; -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
.rotate360 { -webkit-animation-name: rotate360; animation-name: rotate360; }

/* =================animate css ends here================= */
:root { --red-color: #ed2c2c; --green-color: #77b25c; }
 .VIpgJd-ZVi9od-ORHb-OEVmcd { visibility: hidden !important; }
.goog-te-gadget { font-size: 0px !IMPORTANT; }
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active { display: none; }
.goog-te-gadget .goog-te-combo {
    margin-top: 29px !important;
    padding: 8px;
    font-size: 15px;
    font-weight: 500;
    background: var(--red-color);
    border: 0;
    border-radius: 4px;
    height: 40px;
    color: #fff;
}
.translated-rtl body, .translated-ltr body {
    top: 0 !IMPORTANT;
}
body { top: 0 !important; }
/* =================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; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: var(--red-color); width: 36px; height: 36px; border-radius: 50%; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: var(--green-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: 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: 45px; }
.slick-dots { position: absolute; bottom: 6px; 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: 10px; height: 10px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: #ffffff; opacity: 1; border-radius: 50%; vertical-align: top; margin: 5px 5px; opacity: .4; }
.slick-dots li.slick-active button, .slick-dots li:hover button { opacity: .8; }
.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; }
.swiper-button-prev, .swiper-button-next { background: var(--red-color); width: 44px !important; height: 44px !important; border-radius: 4px; }
.swiper-button-next:after, .swiper-button-prev:after { font-size: 16px !important; color: #fff; }
.swiper-button-prev:hover, .swiper-button-next:hover { color: transparent; outline: none; background: var(--red-color); }
.teamSwiper .swiper-pagination-bullet { width: 30px; height: 8px; background: rgba(255, 255, 255, 0.3); border-radius: 6px; opacity: 1; margin: 0 5px !important; transition: all 0.3s; }
.teamSwiper .swiper-pagination-bullet-active { background: var(--red-color); width: 60px; }
.swiper.teamSwiper {/* overflow: visible; */padding-bottom: 50px;/* margin-bottom: 20px; */ }
.teamSwiper .swiper-pagination {/* bottom: -30px ! IMPORTANT; */ }

/* =================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================= */
.loader { width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: 99999; pointer-events: none; background: #121212; transition: all 1s; }
.loader:before, .loader:after, .loader .dot, .loader .loader-outline { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; }
.loader .dot { width: 80px; height: 80px; background: #ed2c2c; animation: dotPulse 4s linear infinite; z-index: 2; }
.loader:before { content: ""; width: 0px; height: 0px; background: #1f1f1f; animation: expandOut1 4s linear infinite; }
.loader:after { content: ""; width: 0px; height: 0px; background: #ed2c2c; animation: expandOut2 4s linear infinite; }
.loader .loader-outline { width: 100px; height: 100px; z-index: 2; }
.loader .loader-outline span { width: 58px; height: 58px; transform-origin: 100% 100%; transform: rotate(45deg) skewX(80deg); overflow: hidden; position: absolute; bottom: 50%; right: 50%; animation: outlineRotate 4s linear infinite; }
.loader .loader-outline span:before { content: ""; display: block; border: solid 5px #ed2c2c; width: 200%; height: 200%; border-radius: 50%; transform: skewX(-80deg); animation: outlineColor 4s linear infinite; }
@keyframes outlineRotate {
	0% { transform: rotate(0deg) skewX(80deg); }
	25% { transform: rotate(500deg) skewX(15deg); }
	50% { transform: rotate(1000deg) skewX(40deg); }
	75% { transform: rotate(1500deg) skewX(60deg); }
	100% { transform: rotate(2160deg) skewX(80deg); }
}
@keyframes outlineColor {
	0% { transform: skewX(-80deg); border: solid 5px #ed2c2c; }
	25% { transform: skewX(-15deg); border: solid 5px #ed2c2c; }
	49% { border: solid 5px #ed2c2c; }
	50% { transform: skewX(-40deg); border: solid 5px #1f1f1f; }
	75% { transform: skewX(-60deg); border: solid 5px #1f1f1f; }
	100% { transform: skewX(-80deg); border: solid 5px #1f1f1f; }
}
@keyframes dotPulse {
	0% { width: 120px; height: 120px; background: #ed2c2c; }
	40% { width: 0px; height: 0px; background: #ed2c2c; }
	41% { width: 0px; height: 0px; background: #1f1f1f; }
	50% { width: 120px; height: 120px; background: #1f1f1f; }
	90% { width: 0px; height: 0px; background: #1f1f1f; }
	91% { width: 0px; height: 0px; background: #ed2c2c; }
	100% { width: 120px; height: 120px; background: #ed2c2c; }
}
@keyframes expandOut1 {
	0% { width: 0px; height: 0px; }
	30% { width: 120vw; height: 120vw; }
	100% { width: 120vw; height: 120vw; }
}
@keyframes expandOut2 {
	0% { width: 0px; height: 0px; }
	30% { width: 0px; height: 0px; }
	60% { width: 120vw; height: 120vw; }
	100% { width: 120vw; height: 120vw; }
}

/* =================core css starts here================= */
body { font-size: 16px; line-height: 24px; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; color: #000; background: #1f1f1f; -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: #e9e9e9; 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-weight: 400; line-height: 23px; font-size: 15px; color: #a6a6a6; }
em { color: #a6a6a6; font-size: 14px; }
strong { font-weight: 600; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn { border-radius: 4px; font-weight: 500; padding: 10px 14px 10px 14px; min-width: 120px; font-size: 15px; line-height: 18px; box-shadow: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; align-items: center; display: inline-flex; }
.btn-default, .btn-default:focus { color: #ffffff; background-color: var(--red-color); align-items: center; border: 0; }
.btn-default span, .btn-primary span { width: 14px; height: 14px;/* background: var(--green-color); */ border-radius: 4px;/* padding: 7px; */ margin-left: 0px; transition: all .3s ease-in; display: flex; padding-right: 0; margin-left: 5px; }
.btn-default span img, .btn-primary span img { filter: brightness(0) invert(1); transition: all .3s ease-in; }
.btn-default:hover span img, .btn-primary:hover span img { transform: rotate(-45deg); }
.btn-default:hover img { transform: rotate(0deg); }
.btn-default:hover, .btn-default:active { background: var(--red-color); color: var(--green-color); border: 0; }
.btn-primary, .btn-primary:focus { color: #fff; background-color: var(--green-color); border: solid 1px var(--green-color); }
.btn-primary:hover, .btn-primary:active { color: #fff; background-color: var(--green-color); border-color: var(--green-color); }
.btn.btn-block { min-width: 100%; }
.btn+.btn { margin-left: 12px; }
.btn-outline { background: transparent; border: 1px solid #fff; }
.btn-default:hover .btn-default span img { transform: rotate(0deg); }
.fixed #header .btn-default span img { filter: none; }
.btn-primary span img { filter: none; }
.btn-primary span {/* background: var(--red-color); */ }
.btn-primary span img { filter: brightness(0) invert(1); }
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: #ecfff4; }

/* =================core css ends here================= */
body.modal-open { overflow: hidden; }

/* Overlay */
.modal-overlay { position: fixed; inset: 0; background: #1f1f1f; backdrop-filter: blur(12px); z-index: 999999; display: flex; align-items: center; justify-content: center; animation: fadeIn 0.3s ease; }

/* Modal box */
.modal-content { background: #121212; max-width: 620px; width: 90%; border-radius: 10px; padding: 40px; animation: slideUp 0.4s ease; text-align: center; border: 1px solid #333333; }
.modal-content p { margin: 0; }
.modal-content p+p { margin-top: 10px; }

/* Animations */
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes slideUp {
	from { transform: translateY(60px); opacity: 0; }
	to { transform: translateY(0); opacity: 1; }
}

/* Content */
.modal-icon { font-size: 50px; margin-bottom: 20px; height: 35px; }
.modal-content h2 { font-size: 22px; font-weight: 600; color: var(--red-color); margin-bottom: 10px; }
.modal-text { font-size: 15px; line-height: 22px; color: #546e7a; margin-bottom: 15px; }
.modal-overlay .btn.btn-default.btn-outline { border: 1px solid var(--red-color); }
.hidden { display: none; }

/* ================= Header Start ================= */
#header { color: #333; background: #1f1f1f8a; 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; display: flex; align-items: center; top: 0; }
.fixed #header { background: #1f1f1f; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); }
.navbar { padding: 0; width: 100%; height: 80px; }
.navbar-brand { width: 158px; padding: 0; margin: 0; position: relative; z-index: 999; filter: brightness(0) invert(1); }
.navbar-brand img { max-width: 90px; }
.navbar-expand-lg .navbar-nav .nav-item { margin: 0 16px; }
.navbar-expand-lg .navbar-nav .nav-link { font-size: 15px; line-height: 43px; font-weight: 500; color: #a6a6a6; padding: 0; margin: 0; }
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .navbar-expand-xl .navbar-nav .nav-item.active .nav-link { color: var(--red-color); }
.dropdown-toggle::after { display: none; }
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .navbar-expand-xl .navbar-nav .nav-item.active .nav-link { color: var(--red-color); }
.fixed #header .navbar-expand-lg .navbar-nav .nav-link { }
.fixed #header .btn-default span { border: 1px solid #fff; background: #fff; }
.fixed #header .btn-default { background: var(--green-color); color: #fff; }
.fixed #header .navbar-brand { }
.nav-inside { width: 100%; padding: 0; }
.header-right { margin-left: 15px; }
.nav-inside-content { padding: 15px 0; }
@media only screen and (min-width:991px) {
	.navbar-nav>li>.dropdown-menu { display: block !important; top: 100% !important; border-radius: 6px; margin-top: 10px !important; opacity: 0; visibility: hidden; background: #fff; color: #fff; min-width: 180px; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); border: 0; padding: 4px; 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: var(--red-color); padding: 5px 15px; font-weight: 400; }
	.dropdown-item:focus, .dropdown-item:hover { color: #fff; background: var(--red-color); }
	.dropdown-menu li+li { border-top: 1px solid #dcdcde; }
}
.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 ================= */

/* ================= Header End ================= */
.heading p { margin: 0; }
.heading p+p { margin-top: 12px; }
.about-cta { margin-top: 20px; }
.heading h3 { font-size: 36px; font-weight: 500; margin-bottom: 10px; color: #fff; }
.heading h3 span { color: #fff; }
.heading>span { background: #121212; padding: 3px 20px; border-radius: 4px; display: inline-block; font-size: 14px; margin-bottom: 10px; text-transform: uppercase; color: #fff; }
.white-heading h3 { color: #fff; }
.heading { margin-bottom: 30px; }
.heading em { margin-top: 10px; display: block; }

/* ================= Header End ================= */
.hero-slider { position: relative; top: 0; width: 100%; height: 100%; object-fit: cover; height: 100vh; margin-top: -80px; }
.hero-slide { height: 100vh; padding: 50px 0px; center; position: relative; display: flex ! IMPORTANT; align-items: center; }
.hero-slide-img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; }
.hero-slide-img>img { width: 100%; height: 100%; object-fit: cover; animation: zoom-in-zoom-out 10s ease-out infinite; overflow: hidden; }
.hero-slide-content { position: relative; padding-left: 40px; padding-top: 80px; z-index: 99999999; color: #ffffff; max-width: 680px; }
.hero-slide-content h1, .hero-slide-content h2 { font-size: 54px; line-height: 64px; margin-bottom: 4px; color: #ffffff; font-weight: 600; }
.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: 20px; }
.hero-slider .slick-next:before { font-size: 20px; }
.hero-slide-content p { font-size: 18px; color: #d1d0d0; font-weight: 400; }
.hero-slide-content h1 { margin-bottom: 12px; }
.hero-slide-content h1 span { color: #ffffff; font-weight: 800; }
.hero-slide-content p { font-size: 16px; line-height: 24px; margin-bottom: 4px; }
.hero-cta { margin-top: 28px; transform: translateY(50px); opacity: 0; transition: .3s ease-in-out; transition-delay: .9s; }
.hero-slide-img::before { position: absolute; width: 100%; height: 100%; background: #000000a3; content: ''; left: 0; top: 0; }
.hero-img { max-width: 500px; margin: 0 auto; }
.hero-slide-content-list { transform: translateY(50px); opacity: 0; transition: .6s ease-in-out; transition-delay: .7s; }
.hero-slide-content-list li { position: relative; padding-left: 18px; font-weight: 500; }
.hero-slide-content-list li::before { position: absolute; content: ''; width: 6px; height: 6px; background: #e8b36f; left: 0; top: 6px; }
.hero-slide-content-list li+li { margin-top: 5px; }
.about-img { perspective: 800px; width: 100%; max-width: 510px; margin: 0 auto; display: flex; }
.about-img img { position: relative; height: auto; transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); transform-style: preserve-3d; border-radius: 8px; width: 100%; }
.img-type-2 { perspective: 800px; width: 100%; height: 510px; }
.img-type-2 img { position: relative; height: 100%; transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); transform-style: preserve-3d; border-radius: 8px; width: 100%; object-fit: cover; }
.insight-img { transition: transform 0.1s ease; transform-style: preserve-3d; }
.insight-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.experience { position: absolute; top: -30px; width: 130px; height: 130px; left: -20px; background: var(--red-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-flow: column; color: #fff; padding: 20px; border: 5px solid #161616; box-shadow: -12px -9px 20px 0px rgba(0, 0, 0, 0.15); }
.experience h3 { margin: 0; }
.experience p { color: #fff; text-align: center; line-height: 1; }
.about-contnet-list { display: flex; flex-wrap: wrap; margin-top: 20px; }
.about-contnet-list li { width: 100%; margin-bottom: 7px; padding-left: 24px; color: #a6a6a6; font-size: 15px; position: relative; }
.about-contnet-list li::before { position: absolute; top: 6px; left: 0; content: ""; width: 16px; height: 16px; background-image: url(../images/check-mark.png); background-repeat: no-repeat; background-size: cover; background-position: center; filter: brightness(0) invert(1); }
.stats-container { display: flex; width: 100%; flex-wrap: wrap; padding-top: 80px; max-width: 400px; margin-left: auto; }
.stat-card { background: #1c1c1cbd; border: 1px solid #333333; border-radius: 0px; padding: 50px 30px; text-align: center; transition: all 0.3s ease; position: relative; overflow: hidden; width: 50%; }
.stat-number { font-size: 30px; font-weight: 700; color: var(--red-color); margin-bottom: 10px; }
.stat-label { color: #a6a6a6; }
@media (min-width:992px) {
	.cursor { width: 50px; height: 50px; border-radius: 50%; border: 2px solid var(--red-color); position: fixed; pointer-events: none; z-index: 111; --x: 0px; --y: 0px; --scale: 1; transform: translate(calc(var(--x) - 50%), calc(var(--y) - 50%)) scale(var(--scale)); transition: transform 0.12s ease-out; }
	.cursor.click { --scale: 0.6; }
	.cursor2 { width: 6px; height: 6px; border-radius: 50%; background: var(--red-color); position: fixed; pointer-events: none; z-index: 112; --x: 0px; --y: 0px; transform: translate(calc(var(--x) - 50%), calc(var(--y) - 50%)); }
}

/*==================*/
.process-block-one .inner-box { position: relative; display: block; border-radius: 5px; padding: 26px 40px 27px 68px; margin-bottom: 20px; overflow: hidden; z-index: 1; transition: all 0.5s ease-in-out 0.0s; box-shadow: -2px 0px 6px 0px rgb(0 0 0 / 7%); border: 1px solid #333333; }
.process-block-one .inner-box:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top: 0px; right: 0px; transform-origin: center; z-index: -1; border-radius: 4px; transition: all 500ms ease; background: #1c1c1c; }
.process-block-one .inner-box:hover:before { transform: scaleX(1); }
.process-block-one .inner-box .count-text { position: absolute; display: inline-block; left: 24px; top: 32px; width: 32px; height: 32px; line-height: 32px; border-radius: 50%; font-size: 18px; font-weight: 900; color: #ffffff; text-align: center; transition: all 500ms ease; background: var(--red-color); }
.process-block-one .inner-box:hover .count-text { border-color: #fff; background: var(--red-color); }
.process-block-one .inner-box h3 { color: #ffffff; position: relative; display: block; font-size: 20px; line-height: 30px; font-weight: 500; margin-bottom: 4px; transition: all 500ms ease; }
.process-block-one .inner-box p { color: #a6a6a6; font-size: 16px; line-height: 24px; transition: all 500ms ease; }
.process-block-one .inner-box:hover h3, .process-block-one .inner-box:hover p { color: #fff; }
.process-block-one .inner-box .shape { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; opacity: 1; transition: all 500ms ease; filter: brightness(0) invert(1); }
.process-block-one .inner-box:hover .shape { opacity: 1; }

/*.service-bg-img .about-img::before {
    filter: brightness(0) invert(1);
    background-color: transparent;
}*/
.service-bg-img .about-img { height: 530px; }
.service-bg-img-type-2::before { background-image: radial-gradient(at center center, #ffffffeb 0%, #fffffff5 75%) !important; }

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

/*=============================*/
/*.investment-container .calculator-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.investment-container .input-section { background: #121212; backdrop-filter: blur(10px); border: 1px solid #333333; border-radius: 6px; padding: 30px; }
.investment-container .section-title { font-size: 22px; margin-bottom: 14px; color: var(--red-color); }
.investment-container .investment-type { margin-bottom: 25px; }
.investment-container .investment-type label { display: block; font-size: 14px; color: #d1d5db; margin-bottom: 10px; }
.investment-container .type-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.investment-container .type-btn { padding: 12px; border: none; border-radius: 6px; font-size: 16px; font-weight: 600; cursor: pointer; background: #1f1f1f; color: #d1d5db; transition: 0.3s; }
.investment-container .type-btn.active { background: var(--red-color); color: #ffffff; }
.investment-container .type-btn:hover { background: #1f1f1f; }
.investment-container .type-btn.active:hover { background: var(--red-color); }
.investment-container .input-group { margin-bottom: 12px; display: inherit; }
.investment-container .input-group label { font-size: 14px; color: #d1d5db; margin-bottom: 8px; }
.investment-container .input-wrapper { position: relative; }
.investment-container .input-wrapper span { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #9ca3af; font-size: 16px; }
.investment-container .input-wrapper input[type="number"] { width: 100%; padding: 12px; background: #1f1f1f; border: none; border-radius: 6px; color: #ffffff; font-size: 16px; border: 1px solid #333333; }
.investment-container .input-wrapper input:focus { outline: 2px solid var(--red-color); }
.investment-container .results-section { display: flex; flex-direction: column; gap: 16px; }
.investment-container .result-card { background: var(--red-color); border-radius: 6px; padding: 30px; }
.investment-container .result-card h3 { font-size: 18px; margin-bottom: 7px; color: #fff; }
.investment-container .result-value { font-size: 28px; font-weight: bold; margin-bottom: 5px; color: #fff; line-height: 1; }
.investment-container .result-label { font-size: 14px; opacity: 0.9; color: #fff; }
.investment-container .breakdown-card { background: #121212; backdrop-filter: blur(10px); border: 1px solid #333333; border-radius: 6px; padding: 30px; }
.investment-container .breakdown-card h3 { font-size: 20px; margin-bottom: 20px; color: var(--red-color); }
.investment-container .breakdown-item { display: flex; justify-content: space-between; align-items: center; padding: 15px; background: #1f1f1f; border-radius: 6px; margin-bottom: 15px; border: 1px solid #333333; }
.investment-container .breakdown-item span:first-child { color: #d1d5db; }
.investment-container .breakdown-item span:last-child { font-size: 18px; font-weight: bold; }
.investment-container .invested { color: var(--red-color); }
.investment-container .returns { color: var(--red-color); }
.investment-container .note-card { background: #121212; backdrop-filter: blur(10px); bor; border: 1px solid #333333; border-radius: 6px; padding: 20px; }
.investment-container .note-card p { font-size: 14px; color: #9ca3af; line-height: 1.6; }
.investment-container .note-card strong { color: var(--red-color); }
.investment-container .input-wrapper input::placeholder { color: #fff; }*/

.invetsment-wrapper { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.invetsment-wrapper .config-panel { border-radius: 4px; padding: 40px; border: 1px solid #333333; background: #121212; }
.invetsment-wrapper .results-panel { display: grid; grid-template-columns: 1fr; gap: 16px; }
.invetsment-wrapper .header { display: flex; gap: 12px; margin-bottom: 30px; align-items: center; }
.invetsment-wrapper .header-icon { color: var(--red-color); font-size: 28px; font-weight: bold; }
.invetsment-wrapper .header h1 { font-size: 24px; font-weight: 700; margin: 0; color: var(--red-color); }
.invetsment-wrapper .input-group { margin-bottom: 30px; display: inline-block; }
.invetsment-wrapper .input-label { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2px; }
.invetsment-wrapper .input-label label { font-size: 16px; font-weight: 500; color: #fff; }
.invetsment-wrapper .input-value { display: flex; align-items: center; gap: 10px; background: #1f1f1f; border: 1px solid #333333; border-radius: 5px; padding: 12px 20px; }
.invetsment-wrapper .input-value span { color: #888; font-size: 18px; }
.invetsment-wrapper .input-value input { background: transparent; border: none; color: #fff; font-size: 18px; width: 100%; outline: none; }
.invetsment-wrapper .value-display { color: var(--red-color); font-size: 16px; font-weight: 600; }
.invetsment-wrapper .slider-container { position: relative; margin-bottom: 10px; }
.invetsment-wrapper .slider { width: 100%; height: 6px; background: #333; border-radius: 10px; outline: none; -webkit-appearance: none; position: relative; }
.invetsment-wrapper .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 16px; height: 16px; margin-top: -5px; background: var(--red-color); border: 1.5px solid #fff; border-radius: 50%; cursor: pointer; box-shadow: 0 0 10px rgba(255, 71, 87, 0.5); }
.invetsment-wrapper .slider::-moz-range-thumb { width: 20px; height: 20px; background: var(--red-color); border: 1px solid var(--red-color); border-radius: 50%; cursor: pointer; box-shadow: 0 0 10px rgba(255, 71, 87, 0.5); }
.invetsment-wrapper .slider::-webkit-slider-runnable-track { height: 6px; background: linear-gradient(to right, var(--red-color) 0%, var(--red-color) var(--progress, 50%), #1f1f1f var(--progress, 50%), #1f1f1f 100%); border-radius: 10px; border: 1px solid #333333 }
.invetsment-wrapper .slider-labels { display: flex; justify-content: space-between; font-size: 14px; color: #a6a6a6; margin-top: 8px; }
.invetsment-wrapper .result-card { background: var(--red-color); border-radius: 4px; padding: 30px; text-align: center; color: #fff; }
.invetsment-wrapper .result-card.large { grid-column: 1 / -1; }
.invetsment-wrapper .result-card-title { font-size: 18px; margin-bottom: 6px; font-weight: 400; }
.invetsment-wrapper .result-card-value { font-size: 44px; font-weight: 700; margin-bottom: 10px; line-height: 1; }
.invetsment-wrapper .result-card-subtitle { font-size: 16px; }
.invetsment-wrapper .stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.invetsment-wrapper .stat-card { b; text-align: center; width: 100%; padding: 24px; border-radius: 4px; background: #121212; }
.invetsment-wrapper .stat-icon {
    max-width: 38px;
    margin: 0 auto;
    margin-bottom: 8px;
}
.invetsment-wrapper .stat-icon.green { color: #2ecc71; }
.invetsment-wrapper .stat-icon.percent { color: var(--red-color); }
.invetsment-wrapper .stat-icon.dollar { color: var(--red-color); }
.invetsment-wrapper .stat-icon.calendar { color: #e74c3c; }
.invetsment-wrapper .stat-value { font-size: 26px; font-weight: 700; margin-bottom: 8px; }
.invetsment-wrapper .stat-value.green { color: var(--green-color); }
.invetsment-wrapper .stat-value.blue { color: var(--red-color); }
.invetsment-wrapper .stat-value.white { color: #fff; }
.invetsment-wrapper .stat-label { font-size: 14px; color: #888; }
.invetsment-wrapper .disclaimer { text-align: center; color: #666; font-size: 12px; line-height: 1.6; margin-top: 20px; grid-column: 1 / -1; }


/*=============================*/
.products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 20px; align-items: self-start; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { border-radius: 10px; position: relative; min-height: 270px; padding: 40px 30px; display: flex; flex-flow: column; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15); background: #121212; border: 1px solid #333333; }
.product-card-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -9; }
.product-card-img img { width: 100%; height: 100%; filter: brightness(0.5); border-radius: 6px; }
.product-head p { color: #a6a6a6 !IMPORTANT; }
.product-tag { background: var(--red-color); padding: 2px 12px; border-radius: 20px; font-size: 14px; margin-bottom: 10px; color: #fff; display: inline-block; }
.product-card h3 { color: #fff !IMPORTANT; font-size: 20px; margin-bottom: 10px; font-weight: 600; color: #fff; }
.product-stats { color: #fff; }
.product-features li { color: #a6a6a6; font-size: 14px; position: relative; padding-left: 20px; }
.product-features li+li { margin-top: 8px; padding-top: 8px; border-top: 1px solid #333333; }
.product-stat { padding: 10px 20px; background: #ffffffa3; font-size: 14px; display: flex; justify-content: space-between; color: #000; border: 1px solid #dcdcde; }
.product-stat+.product-stat { margin-top: 10px; }
.product-features { margin-top: 8px; }
.product-card strong { font-size: 15px; color: #a6a6a6; margin-top: 5px; }
.product-features p { color: #a6a6a6; }
.card-content>strong { display: block; margin: 10px 0px; }
.product-features li::before { content: '✓'; position: absolute; left: 0; color: #a6a6a6; font-weight: 700; }
.feature-btn { margin-top: auto; padding-top: 20px; }
.feature-btn { color: #fff; font-size: 14px; }
.feature-cta span img { width: 14px; filter: brightness(0) invert(1); }
.feature-cta span { margin-left: 4px; transition: all .3s ease-in; }
.feature-cta:hover { color: #fff; }
.feature-cta:hover span { margin-left: 8px; }
.product-card:nth-child(2) { background: #121212; }
.product-card:nth-child(2) .product-tag { background: #fff; color: var(--red-color); }
.product-card:nth-child(2) .product-card h3 { color: #fff !IMPORTANT; }
.product-card:nth-child(2) .product-features li { color: #a6a6a6; }
.product-card:nth-child(2) .product-features li::before { color: #a6a6a6; }
.product-card:nth-child(2) .product-features li+li { margin-top: 8px; padding-top: 8px; border-top: 1px solid #ffffff2b; }
.product-card:nth-child(2) .product-stat { background: #960606; color: #fff; border-color: #ffffff2b; }
.product-card:nth-child(2) .product-features p { color: #a6a6a6; }
.expand-toggle { position: absolute; bottom: -20px; width: 32px; height: 32px; border-radius: 50%; background: var(--red-color); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; z-index: 10; left: 50%; transform: translateX(-50%); }
.product-card:nth-child(2) .expand-toggle { background: var(--green-color); }
.expand-toggle::before, .expand-toggle::after { content: ''; position: absolute; background: white; transition: transform 0.3s ease; }
.expand-toggle::before { width: 14px; height: 2px; }
.expand-toggle::after { width: 2px; height: 14px; }
.expand-toggle.active::after { transform: rotate(90deg); }
.card-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.card-content.expanded { max-height: 1000px; }

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

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

/*.service-home-list { display: flex; width: calc(100% + 20px); margin-left: -10px; margin-top: 40px; }
.service-home-item { width: 33.33%; padding: 0px 10px; }
.service-home-list .slick-track { height: 100%; }
.service-card { background: #fff; height: 100%; border-radius: 5px; position: relative; overflow: hidden; display: flex; flex-flow: column; }
.service-box { background: #fff; }
.service-cta { margin-top: auto; position: relative; z-index: 9; padding-top: 20px; }
.service-card::after { content: ""; position: absolute; right: -20px; bottom: -20px; transition: all .3s ease-in; width: 80px; height: 80px; background: var(--green-color); border-radius: 50%; }
.service-card:hover:after { width: 100%; height: 100%; right: 0; border: 0; border-radius: 0; bottom: 0; }
.slick-current .service-card:after { width: 100%; height: 100%; right: 0; border: 0; border-radius: 0; bottom: 0; }
.service-box { position: relative; z-index: 9; border-radius: 6px; height: 100%; }
.service-card .icon { width: 55px; height: 55px; background: linear-gradient(92deg, #8b0000e8 30%, #8b0000c7 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; margin-bottom: 6px; }
.service-card h3 { font-size: 18px; font-weight: 600; padding: 0px 12px; margin-bottom: 20px; }
.service-card p, .service-card em { font-size: 14px; color: #fff; margin-bottom: 20px; padding: 0px 12px; margin: 0; }
.service-card em { display: block; margin-bottom: 0; padding-bottom: 0; }
.service-inner-list { margin-top: 30px; }
.service-item+.service-item { margin-top: 40px; }
.service-item { display: flex; flex-wrap: wrap; align-items: center; }
.service-item-left { width: 50%; padding-right: 50px; }
.service-item-right { width: 50%; height: 300px; overflow: hidden; border-radius: 8px; }
.service-item:nth-child(even) { flex-direction: row-reverse; }
.service-item-left h3 { font-size: 27px; margin-bottom: 20px; font-weight: 500; color: #fff; }
.service-item:nth-child(even) .service-item-right { padding-right: 50px; }
.service-item-right img { border-radius: 8px; overflow: hidden; width: 100%; height: 100%; object-fit: cover; }
.service-img { width: 100%; height: 500px; }
.service-img img { width: 100%; height: 100%; object-fit: cover; }
.service-card-content { position: absolute; top: 0; padding: 20px; color: #fff; background: #00000061; height: 100%; transform: translateY(83%); transition: all .3s ease-in; }
}
.service-card-content p { color: #fff; }
.slick-current .service-card-content { transform: translateY(0); background: #00000096; }
.service-card-content:hover { transform: translateY(0); background: #00000096; }
.service-card:hover .service-card-content { transform: translateY(0); }
*/

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

.clients-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.client-box { background: #121212; border: 2px solid #a6a6a6; padding: 0px 20px; display: flex; justify-content: center; align-items: center; transition: all 0.3s ease; position: relative; overflow: hidden; border-radius: 6px; }
.client-box:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1); border-color: var(--red-color); }
.client-box img { height: 110px; }
.counter-box { background: #121212; color: #fff; text-align: center; padding: 30px; border-radius: 6px; border: 1px solid #333333; }
.counter-box h2 { font-size: 30px; margin-bottom: 10px; font-weight: 700; }

/*=============================*/
.form-group-item+.form-group-item { margin-top: 10px; }
.form-group-item label { font-size: 14px; margin-bottom: 3px; color: var(--red-color); }
.form-group-item .form-control { border-radius: 3px; box-shadow: none !IMPORTANT; font-size: 14px; height: 44px; background: transparent; border: 1px solid #0000003d; }
.form-group-item textarea { min-height: 100px; }
.home-contact .form-group-item .form-control { border: 1px solid #333333; color: #bfbfbf; }
.home-contact .form-group-item .form-control::placeholder { color: #bfbfbf; }
.form-group-list { padding: 40px; background: #121212; border-radius: 6px; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); border: 1px solid #333333; }
.contact-info-item { display: flex; align-items: center; gap: 10px; }
.contact-info-list { margin-top: 20px; margin-bottom: 50px; }
.contact-info-left { width: 50px; height: 50px; background: var(--red-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; }
.contact-info-item+.contact-info-item { margin-top: 12px; }
.contact-info-right span { display: inherit; font-size: 14px; color: #555; line-height: 20px; }
.faq-list { margin-top: 30px; }
.faq-list .accordion-button::after { content: '\f068'; position: absolute; text-align: center; top: 50%; background-image: none !important; font-family: 'Font Awesome 5 Free'; right: 14px; transition: .3s ease-in; font-size: 12px; font-weight: 700; color: #ffffff; background: var(--red-color); border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; transform: translateY(-50%); }
.form-group-list .heading { margin-bottom: 30px; }
.faq-list .accordion-button.collapsed::after { content: '\f067'; }
.faq-list .accordion-button { background: #121212; border: none !important; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); outline: none !important; color: #ffff; padding: 16px 25px; font-size: 16px; font-weight: 500; padding-right: 44px; border: 1px solid #333333 ! IMPORTANT; }
.faq-list .accordion-item { background: #f5f1f1d6; border: none !important; border-radius: 30px; margin-bottom: 10px; }
.faq-list .accordion-body { padding-top: 10px !important; background: #121212; border: 1px solid var(--red-color); border-top: 0; }
.faq-list .accordion-button:not(.collapsed) { border-color: var(--red-color) !important; }
.faq-img-thumb1 { width: 70%; height: 380px; border-radius: 30px 0px 0px 0px; overflow: hidden; }
.faq-list .accordion-body p { margin: 0; }
.faq-list .accordion-body p+p { margin-top: 10px; }
.faq-list .accordion-body-content-list li { font-size: 15px; padding-left: 30px; position: relative; color: #555; font-weight: 400; }
.faq-list .accordion-body-content-list li::before { position: absolute; content: ''; width: 5px; height: 5px; background: var(--red-color); border-radius: 4px; top: 9px; left: 17px; }
.faq-list .accordion-body-content-list li+li { margin-top: 4px; }
.faq-list .accordion-body-content-list { margin-bottom: 10px; }
.faq-list .accordion-body strong { font-size: 15px; font-weight: 600; display: block; margin: 10px 0px 5px; color: var(--red-color); }
.faq-left { position: sticky; top: 120px; }
.faq-disclaimer { background: #121212; border-left: 4px solid var(--red-color); padding: 20px; border-radius: 4px; font-size: 14px; color: #a6a6a6; position: relative; border: 1px solid #333333; }
.faq-disclaimer-type-2 { background: #1f1f1f; }
.service-bg-img .faq-disclaimer { border-left: 4px solid var(--red-color); background: #1c1c1c; }
.faq-disclaimer h5 { font-size: 16px; margin-bottom: 10px; color: #fff; font-weight: 500; }
.faq-disclaimer p + p { margin-top: 10px; }
.faq-disclaimer p { margin: 0; }

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

/*=============================*/
.dark-bg .heading h3, .dark-bg .heading p { color: #a6a6a6; }
.dark-bg .heading h3 { color: #fff; }
.dark-bg .heading h3 span { color: var(--red-color); }
.has-cta { padding-right: 370px; position: relative; }
.expertise-cta { position: absolute; top: 8px; right: 0; }
.philosophy-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap; gap: 20px; margin-top: -60px; }
.philosophy-card { perspective: 1000px; height: 250px; }
.philosophy-container { position: relative; z-index: 9; }
.philosophy-card-inner { position: relative; width: 100%; height: 100%; transition: transform 0.8s; transform-style: preserve-3d; }
.philosophy-card:hover .philosophy-card-inner { transform: rotateX(180deg); }
.philosophy-card-front, .philosophy-card-back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; border-radius: 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; border: 1px solid #333333; }
.philosophy-card-front { background: #121212; }
.philosophy-card-back { background: #121212; transform: rotateX(180deg); color: #fff; }
.philosophy-icon-box { width: 80px; height: 80px; background: #1f1f1f; border: 1px solid #333333; display: flex; align-items: center; justify-content: center; border-radius: 4px; margin-bottom: 16px; padding: 14px; }
.philosophy-icon-box img { filter: brightness(0) invert(1); }
.philosophy-icon-box svg { width: 50px; height: 50px; stroke: #fff; fill: none; stroke-width: 2; }
.philosophy-card-front h3 { font-size: 20px; font-weight: 500; color: #ffffff; text-align: center; margin: 0; }
.philosophy-card-back h3 { font-size: 20px; font-weight: 600; color: #fff; margin-bottom: 12px; text-align: center; }
.philosophy-card-back em { text-align: center; line-height: 18px; }
.philosophy-card-back p { font-size: 16px; line-height: 1.6; color: #ccc; text-align: center; margin-bottom: 6px; }
.philosophy-wrapper.type-2 { margin: 0; }
.philosophy-card-front p { text-align: center; margin-top: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.type-2 .philosophy-card-front { background: #1f1f1f; }
.type-2 .philosophy-icon-box { background: #121212; }
.philosophy-wrapper.type-2 { grid-template-columns: repeat(2, 1fr); }
.philosophy-wrapper-inner { grid-template-columns: repeat(4, 1fr) ! IMPORTANT; }
.type-2 .philosophy-card { height: 290px; }
.type-2 .philosophy-card:hover .philosophy-card-inner { transform: rotateY(180deg); }
.type-2 .philosophy-card-back { background: #1f1f1f; transform: rotateY(180deg); color: #fff; }
.philosophy-card-back-cta .btn { padding: 10px 16px; }
.philosophy-card-back-cta { margin-top: 10px; }

/*=============================*/
.dark_bg { background: #121212; }
.dark_bg .heading>span { background: #1f1f1f; }

/*=============================*/
.expertise-list { margin-top: 30px; margin-bottom: -20px; display: flex; flex-wrap: wrap; margin-left: -10px; width: calc(100% + 20px); }
.expertise-item { margin-bottom: 20px; padding: 0px 10px; width: 25%; }
.expertise-box { padding: 24px 20px; background: #a00707; display: flex; flex-flow: column; border: 1px solid #ffffff5e; border-radius: 10px; min-height: 270px; }
.expertise-icon-num { margin-top: auto; padding-top: 20px; }
.expertise-box p { color: #fff; font-size: 18px; line-height: 28px; font-weight: 300; }
.expertise-icon-num { display: flex; align-items: center; justify-content: end; gap: 6px; }
.expertise-num { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid #ffffff5e; color: #fff; font-size: 24px; background: var(--red-color); font-weight: 600; }
.expertise-icon { filter: brightness(0) invert(1); }
.bg-img { width: 100%; height: 100%; position: relative; background-image: url(../images/bg-img3.jpg); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; min-height: 400px; display: flex; align-items: center; }
.bg-img::before { position: absolute; content: ''; width: 100%; height: 100%; background: #000000ad; }
.bg-img .heading h3 { color: #fff; }
.bg-img .heading p { font-size: 18px; line-height: 27px; }
.bg-img .heading h5 { color: #fff; font-weight: 500; margin-bottom: 8px; font-size: 36px; }
.bg-img .heading h5 span { color: var(--red-color); }

/*=============================*/
.testimonial-tabs { max-width: 340px; margin: 0 auto; margin-bottom: 20px; background: #121212; padding: 7px; border: 1px solid #333333; border-radius: 4px; gap: 10px; display: flex; justify-content: center; }
.tab-btn.active, .tab-btn:hover { background: var(--red-color); border: 1px solid var(--red-color); color: #fff; }
.tab-btn { background: #1f1f1f; padding: 6px 14px; border: 1px solid #333333; color: #fff; border-radius: 4px }
.testimonial-tab-content { display: none; }
.testimonial-tab-content.active { display: block; animation: fadeIn 0.5s ease; }
.testimonial-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; margin-bottom: -20px; }
.testimonial-item { width: 33.33%; padding: 0px 12px; margin-bottom: 20px; }
.testimonial-card { padding: 20px; border: 1px solid #333333; background: #121212; border-radius: 6px; }
.testimonial-card blockquote { color: #a6a6a6; font-size: 14px; margin-bottom: 16px; }
.testimonial-author { display: flex; align-items: center; }
.testimonial-author-img { width: 60px; height: 60px; padding: 6px; border: 1px solid #333333; border-radius: 4px; background: #1f1f1f; flex-shrink: 0; }
.author-info { color: #fff; padding-left: 16px; }
.author-info h4 { font-size: 16px; margin-bottom: 2px; font-weight: 500; }
.testimonial-video { width: 100%; height: 250px; }
.testimonial-video video { width: 100%; height: 100%; object-fit: cover; }
#video .testimonial-card { padding: 10px; }

/*=============================*/
.team-card { background: #121212; padding: 10px; border-radius: 4px; border: 1px solid #333333; }
.team-card-image { width: 100%; height: 280px; }
.team-card-image img { width: 100%; height: 100%; object-fit: cover; }
.team-card-content { text-align: center; padding: 10px; }
.team-card-content h3 { color: #fff; font-size: 20px; margin-bottom: 8px; font-weight: 600; }
.our-team-container { position: relative; }
.our-team-container::before { position: absolute; content: ''; width: 100%; height: 200px; background: #121212; top: 0; }

/*=============================*/
.about-tab .nav-pills .nav-link.active { background: var(--red-color); }
.about-tab .nav { gap: 10px; }
.about-tab .nav-pills .nav-link { border: 1px solid #333333; padding: 14px; background: #1f1f1f; color: #fff; }
.about-tab-left { width: 320px;    /* height: 100%; */ border-radius: 6px; overflow: hidden; }
.about-tab-wrapper { display: flex; padding: 20px; border: 1px solid #333333; border-radius: 6px; background: #1f1f1f; }
.about-tab-right { width: calc(100% - 320px); padding-left: 20px; max-height: 300px; overflow-y: scroll;    /* Hide scrollbar for Firefox */ scrollbar-width: none; }

/* Hide scrollbar for Chrome, Safari, Edge */
.about-tab-right::-webkit-scrollbar { width: 0px; background: transparent; /* optional, just to be safe */ }
.about-tab-right h6 { font-size: 16px; color: #fff; margin-top: 10px; margin-bottom: 6px; font-weight: 500; }
.about-tab-img { width: 100%; height: 100%; }
.about-tab-img img { width: 100%; height: 100%; object-fit: cover; }
.about-tab-right p { margin: 0; }
.about-tab-right p + p { margin-top: 10px; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 30px 0; }
.service-grid-item { background: #1f1f1f; padding: 16px; border-radius: 6px; border: 1px solid #333333; transition: all 0.3s; color: #a6a6a6; }
.service-grid-item:hover { transform: translateY(-5px); }
.service-grid-item:before { content: '●'; color: var(--green-color); margin-right: 10px; font-size: 20px; }

/*=============================*/
.banner_container { display: flex; flex-flow: column; justify-content: center; min-height: 350px; padding: 120px 0px 40px; position: relative; color: #fff; z-index: 9; text-align: left; margin-top: -80px; }
.banner_container h1, .banner_container h2 { font-size: 54px; margin-bottom: 6px; color: #fff; font-weight: 600; line-height: 60px; position: relative; text-align: center; }
.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; }
.breadcrumb { margin-bottom: 0; text-align: center; width: 100%; display: flex; align-items: center; justify-content: center; margin: 0 auto; padding: 6px 0px; border-radius: 4px; }
.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: var(--primary-color); }
.breadcrumb-item a:hover { color: var(--primary-color); }
.banner_container::before { position: absolute; content: ''; width: 100%; height: 100%; background: linear-gradient(135deg, hsl(0deg 0% 7% / 84%) 0%, hsl(0deg 20% 12% / 89%) 50%, hsl(0deg 0% 7% / 88%) 100%); top: 0; left: 0; }
.map-bg-img { width: 100%; background-image: url(../images/world-map.png); background-size: contain; background-repeat: no-repeat; display: flex; height: 300px; background-position: center; }
.partner-list { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.partner-item { width: 100%; height: auto; }
.partner-item img { width: 100%; height: 100%; object-fit: cover; }
.why-choose-item+.why-choose-item { margin-top: 20px; }
.why-choose-item { display: flex; }
.why-choose-icon { width: 40px; height: 38px; background: var(--red-color); border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.why-choose-content { width: calc(100% - 40px); padding-left: 20px; }
.why-choose-icon img { filter: brightness(0) invert(1); width: 24px; }
.why-choose-content h5 { font-size: 20px; margin-bottom: 4px; font-weight: 500; color: var(--red-color); }
.why-choose-list { margin-top: 30px; }
.why-choose-img { padding-left: 80px; position: relative; }
.why-choose-icon2 { position: absolute; top: 20px; left: 20px; width: 120px; height: 80px; box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15); border-radius: 6px; padding: 10px; border: 5px solid #fff; background: #f3f3f4; }
.why-choose-icon2 img { width: 100%; height: 100%; object-fit: contain; }
.fag-bg-img { border-radius: 4px; overflow: hidden; margin-top: 20px; }
.faq-content { position: absolute; top: 0; left: 0; padding: 30px; color: #fff; height: 100%; }
.faq-content p { color: #fff; }
.fag-bg-img::before { position: absolute; content: ''; width: 100%; height: 100%; background: linear-gradient(135deg, hsl(0deg 0% 7% / 84%) 0%, hsl(0deg 20% 12% / 89%) 50%, hsl(0deg 0% 7% / 88%) 100%); }
.faq-content h3 { font-size: 20px; margin-bottom: 10px; }
.faq-content-info { padding-top: 20px; margin-top: 20px; border-top: 1px solid #ffffff6b; display: flex; }
.faq-content-info h5 { width: calc(100% - 40px); padding-left: 10px; font-size: 16px; font-weight: 400; margin: 0; }
.faq-content-info-icon { width: 40px; height: 40px; background: #fff; display: flex; align-items: center; justify-content: center; border-radius: 4px; color: var(--red-color); }
.faq-content-info h5 span { display: block; font-weight: 600; line-height: 1.7; }
.mv-box { padding: 20px; border-radius: 6px; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);/* display: flex; */ height: 100%; border: 1px solid #333333; background: #121212; text-align: center; }
.mv-icon { width: 80px; flex-shrink: 0; }
.mv-icon { width: 80px; flex-shrink: 0; height: 80px; background: #1f1f1f; border: 1px solid #333333; border-radius: 6px; padding: 10px; margin: 0 auto; margin-bottom: 10px; }
.mv-icon img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0) invert(1); }
.mv-content { }
.mv-content h5 { font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 6px; }

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

/*=============================*/
.capabilities-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.capabilities-item { width: 50%; padding: 0px 12px; margin-bottom: 24px; }
.capabilities-list-type-2 .capabilities-item { width: 33.33%; }
.capabilities-list-type-2 .capabilities-box { background: #121212; }
.capabilities-box { background: #1f1f1f; padding: 24px; border-radius: 4px; border: 1px solid #333333; height: 100%; }
.capabilities-box h5 { color: #fff; font-size: 20px; margin-bottom: 12px; }
.capabilities-box p { margin-bottom: 10px; }
.capabilities-content-list { margin-bottom: 10px; }
.capabilities-content-list li { color: #a6a6a6; font-size: 15px; padding-left: 30px; position: relative; }
.capabilities-box strong { color: #ffffff; font-size: 15px; display: block; margin-bottom: 10px; }
.capabilities-content-list li + li { margin-top: 5px; }
.capabilities-content-list li::before { position: absolute; content: ''; width: 10px; height: 2px; background: var(--green-color); top: 12px; left: 12px; }

/*=============================*/
.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; color: #a6a6a6; }
.form-group label { margin-bottom: 6px; color: #a6a6a6; font-size: 14px; }
.form-group .form-control { border-radius: 4px; height: 44px; box-shadow: none ! IMPORTANT; background: #121212; border: 1px solid #333333; color: #a6a6a6; }
.form-group { margin-bottom: 12px; }
.form-group textarea { height: 100px; min-height: 100px; resize: none; }
.map { margin-top: 50px; padding: 12px; border: 1px solid #333333; background: #121212; border-radius: 6px; }
.map iframe { width: 100%; height: 440px; border-radius: 10px; }
.contact-info-box { width: 100%; border: 1px solid #333333; background: #121212; border-radius: 6px; padding: 8px; display: flex; align-items: center; max-width: 500px; }
.contact-info-box img { width: 54px; height: 54px; background: #1f1f1f; border-radius: 4px; padding: 16px; border: 1px solid #333333; }
.contact-info-box p { width: calc(100% - 54px); padding-left: 10px; }

/* ================= Footer Start ================= */
#footer { background: #121212d4; position: relative; overflow: hidden; color: #fff; }
.footer-upper { padding-top: 60px; position: relative; z-index: 9; }
.footer-conent { padding-bottom: 54px; }
.footer-left { width: 33%; padding-right: 5%; }
.footer-logo { width: 100px; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer-logo img { width: 100%; }
.footer-left p { color: #a6a6a6; font-size: 14px; }
.footer-right { width: 67%; }
.footer-menu-box h6 { font-size: 18px; line-height: 25px; margin-bottom: 14px; font-weight: 600; color: var(--red-color); }
.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: 24px; position: relative; line-height: 20px; }
.footer-contact-list li+li { margin-top: 15px; }
.footer-contact-list li span { position: absolute; left: 0; top: 0px; left: 0; display: block; height: auto; }
.footer-contact-list { padding-right: 12px; }
.social-media { padding: 0; gap: 0px; }
.social-media a { border-radius: 35.2962px; font-size: 16px; background: var(--red-color); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: #fff; }
.social-media a+a { margin-left: 15px; }
.social-media a:hover { box-shadow: none; }
.footer-lower { padding: 12px 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: #a6a6a6; font-weight: 400; font-size: 14px; }
.footer-shocket { display: flex; justify-content: space-between; flex-wrap: wrap; color: #a6a6a6; }
.copyright { font-size: 14px; font-weight: normal; }
.footer-shocket-list { display: flex; gap: 10px; }
.footer-shocket-list li { font-size: 14px; font-weight: 400; }
.footer-menu-list li { position: relative; }
.footer-menu-link { color: #a6a6a6; }
.footer-menu-list li::before { position: absolute; content: ''; width: 12px; height: 12px; background: none; border-radius: 50%; left: 0; border: 1px solid #000000a3; top: 6px;    /* opacity: .5; */ display: none; }
.footer-menu-list li::after { width: 5px; height: 5px; background: #000000a3; left: 3.6px; position: absolute; content: ""; border-radius: 50%; top: 9.5px;    /* opacity: .5; */ display: none; }
.footer-contact-list li span img { width: 100%; height: 100%; object-fit: cover; }
.footer-mid { border-top: 1px solid #ffffff29; padding-top: 50px; padding-bottom: 40px; }
.footer-mid-content p { font-size: 14px; margin: 0; color: #a6a6a6; }
.footer-mid-content p+p { margin-top: 10px; }
.footer-mid-content h6 { font-size: 18px; margin-bottom: 10px; font-weight: 600; }
.footer-bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.footer-bg-img img { height: 100%; object-fit: cover; width: 100%; }
.footer-bg-img img { width: 100%; height: 100%; object-fit: cover; }
.footer-overlap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-size: cover; background-position: top; z-index: -1; height: 90%; }

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

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

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

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

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:991.98px) {
	.navbar { width: 100%; height: 80px; }
	.navbar-toggler { width: 44px; height: 40px; height: 44px; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; right: 0; top: 26px; 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: 22px; height: 2.5px; 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: 22px; height: 2.5px; background: var(--red-color); position: absolute; left: 0; transition: all .2s ease-out; }
	.navbar-toggler.collapsed .navbar-toggler-icon { background: var(--red-color) !important; }
	.navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: var(--red-color); }
	.navbar-toggler.collapsed .navbar-toggler-icon:before { top: -8px; -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: -8px; -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: 20px; }
	.navbar-collapse, .navbar-collapse.collapsing { position: fixed; top: 0; background: #1f1f1f; padding: 0; z-index: 9999; margin: 0; right: -100%; border: 0; overflow-y: auto; bottom: 0; width: 100%; height: 100vh; display: block !important; transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1.0); padding: 20px; }
	.navbar .collapse.show { height: 100vh; right: 0; }
	.navbar-inside { height: calc(100vh - 80px); display: flex; flex-flow: column; }
	.navbar-expand-xl .navbar-nav .nav-item { padding: 0; margin: 0; border-bottom: solid 1px var(--red-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(--red-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(--red-color); background: transparent; }
	.content-container { padding: 50px 0; }
	.contact-form { margin-top: 20px; }
	.navbar-expand-lg .navbar-nav .nav-link { color: #fff; }
	.philosophy-card-back { transform: none; }
	.philosophy-icon-box { width: 60px; height: 60px; padding: 10px; }
	.type-2 .philosophy-card-back { transform: none; }
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
	.hero-stats { margin: 0 auto; }
	.banner-text { text-align: center; max-width: 700px; margin: 0 auto; margin-bottom: 20px; padding-top: 40px; }
	.banner-text h1 { font-size: 44px; margin-bottom: 10px; }
	.expertise-item { width: 33.33%; }
	.has-cta { padding-right: 0; }
	.expertise-cta { display: none; }
	.navbar-expand-lg .navbar-nav .nav-item { margin: 0; }
	.navbar-expand-lg .navbar-nav .nav-item+.nav-item { border-top: 1px solid #ffffff42; }
	.navbar-expand-lg .navbar-nav .nav-link { font-size: 14px; }
	.heading h3 { font-size: 34px; line-height: 42px; margin-bottom: 8px; }
	.about-img { margin-bottom: 20px; }
	.features-grid { margin-top: 20px; }

	/*	.heading { text-align: center; }*/
	.form-group-list { padding: 20px; margin-top: 20px; }
	.fixed #header .navbar-expand-lg .navbar-nav .nav-link { color: #fff; }
	.footer-right { width: 100%; }
	.fixed #header .navbar-toggler.collapsed .navbar-toggler-icon:before, .fixed #header .navbar-toggler.collapsed .navbar-toggler-icon:after { background: var(--red-color); }
	.fixed #header .navbar-toggler.collapsed .navbar-toggler-icon { background: var(--red-color) ! IMPORTANT; }
	.fixed #header .btn-default span { border: 1px solid var(--red-color); background: var(--red-color); }
	.fixed #header .btn-default { background: #fff; color: var(--red-color); }
	.fixed #header .btn-default span img { filter: brightness(0) invert(50%); }
	.hero-img { max-width: 330px; }
	.hero-slide-content { text-align: center; padding-top: 0px; padding-left: 0; }
	.hero-slide-content h1, .hero-slide-content h2 { font-size: 36px; margin-bottom: 10px; }
	.service-grid { grid-template-columns: repeat(2, 1fr); }
	.partner-list { margin-top: 20px; }
	.map-bg-img { height: 100%; }
	.why-choose-img { margin-top: 20px; padding: 0; }
	.why-choose-icon2 { left: -10px; top: -10px; }
	.hero-slider { height: auto; margin: 0 }
	.hero-slide { height: auto; padding: 50px 0px 100px; }
	.clients-grid { grid-template-columns: repeat(4, 1fr); }
	.about-tab .nav { margin-bottom: 20px; display: flex !IMPORTANT; flex-wrap: nowrap; flex-direction: row !IMPORTANT; }
	.about-tab-left { width: 100%; }
	.about-tab-wrapper { flex-wrap: wrap; }
	.about-tab-right { width: 100%; margin-top: 20px; padding: 0; }
	.about-tab-img { height: 300px; }
	.img-type-2 { height: 300px; }
	.philosophy-wrapper.type-2 { grid-template-columns: repeat(1, 1fr); }
	.philosophy-card:hover .philosophy-card-inner { transform: none; }
	.type-2 .philosophy-card:hover .philosophy-card-inner { transform: none; }
	.invetsment-wrapper {
    grid-template-columns: 1fr;
}

.invetsment-wrapper .config-panel {
    padding: 24px;
}

.invetsment-wrapper .header {
    margin-bottom: 18px;
}

.invetsment-wrapper .result-card-value {
    font-size: 34px;
}
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {
	.navbar { height: 60px; }
	.navbar-collapse, .navbar-collapse.collapsing { }
	.navbar .collapse.show { }
	.navbar-inside { height: calc(100vh - 60px); }
	.content-container { padding: 40px 0; }
	.products-grid { grid-template-columns: repeat(2, 1fr); }
	.expertise-item { width: 50%; }
	.footer-left { width: 100%; padding: 0; margin-bottom: 20px; }
	.footer-menu-box { width: 50%; }
	.footer-menu-box:nth-child(3) { width: 100%; margin-top: 15px; }
	.footer-mid { padding-top: 20px; padding-bottom: 20px; }
	.footer-conent { padding-bottom: 20px; }
	.banner-text h1 { font-size: 36px; line-height: 40px; }
	.heading h3 { font-size: 24px; line-height: 32px; }
	.footer-menu-box h6 { font-size: 16px; margin-bottom: 8px; }
	.contact-info-right { text-align: left; }
	.contact-info-left { width: 40px; height: 40px; }
	.contact-info-list { margin: 20px 0px; }
	.hero-slide-content h1, .hero-slide-content h2 { font-size: 27px; margin-bottom: 10px; }
	.hero-slide-content p { font-size: 15px; line-height: 22px; }
	.experience { left: 0; width: 100px; height: 100px; border: 3px solid #fff; }
	.experience h3 { font-size: 20px; }
	.experience p { font-size: 12px; }
	.about-contnet-list li { width: 100%; text-align: left; }
	.banner_container { min-height: 200px; padding-top: 100px; }
	.banner_container h1, .banner_container h2 { font-size: 27px; line-height: 37px; margin-bottom: 5px; }
	.service-item-left { width: 100%; padding: 0; margin-bottom: 20px; }
	.service-item-right { width: 100%; height: 240px; }
	.service-item:nth-child(even) .service-item-right { padding: 0; }
	.service-item-left h3 { font-size: 24px; }
	.modal-content { padding: 20px; }
	.modal-content h2 { font-size: 18px; margin-bottom: 4px; }
	.modal-icon { font-size: 20px; height: 14px; }
	.modal-cta .btn { width: 100%; text-align: center; justify-content: center; }
	.modal-cta .btn+.btn { margin: 0; margin-top: 10px; }
	.hero-btn .btn { width: 100%; justify-content: center; }
	.hero-btn .btn+btn { width: 100%; margin: 0; }
	.hero-btn .btn+.btn { margin: 0; margin-top: 10px; }
	.service-img { height: 440px; }
	.clients-grid { grid-template-columns: repeat(3, 1fr); }
	.type-2 .philosophy-card { height: 320px; }
	.about-tab-wrapper { padding: 10px; }
	.about-tab .nav { overflow-x: auto; overflow-y: hidden; scrollbar-width: none;      /* Firefox */ -ms-overflow-style: none;   /* IE / Edge */ }
	.about-tab .nav::-webkit-scrollbar { height: 0;                  /* Chrome, Safari */ }
	.about-tab .nav-pills .nav-link { white-space: nowrap; padding: 8px 16px; }
	.btn { padding: 8px 12px; }
	.counter-box { padding: 16px; }
	.counter-box h2 { font-size: 24px; margin-bottom: 4px; }
	.hero-slider .swiper-button-next, .hero-slider .swiper-button-prev { display: none !important; }
	.team-card-image { width: 100%; height: 300px; }
	.team-card-content { padding-bottom: 0px; }
	.client-box img { object-fit: contain; height: 90px; }
	.testimonial-item { width: 50%; }
	.investment-container .calculator-wrapper { grid-template-columns: auto; }
	.investment-container .breakdown-card { padding: 20px; }
	.investment-container .input-section { padding: 20px; }
	.investment-container .input-wrapper input[type="number"] { height: 40px; }
	.investment-container .input-group label { margin-bottom: 4px; }
	.investment-container .input-group { margin-bottom: 10px; }
	.investment-container .type-btn { font-size: 14px; padding: 8px 12px; }
	.investment-container .result-value { font-size: 24px; }
	.investment-container .breakdown-item span:last-child { font-size: 16px; }
	.investment-container .breakdown-item { padding: 10px 12px; }
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
	.products-grid { grid-template-columns: repeat(1, 1fr); }
	.expertise-item { width: 100%; }
	.banner-text h1 { font-size: 27px; line-height: 36px; margin-bottom: 6px; }
	.banner-text p { margin-bottom: 10px; }
	.service-grid { grid-template-columns: 1fr; }
	.hero-slide-content h1, .hero-slide-content h2 { font-size: 24px; margin-bottom: 6px; line-height: 32px; }
	.banner_container h1, .banner_container h2 { font-size: 24px; line-height: 32px; margin-bottom: 5px; }
	.partner-list { grid-template-columns: repeat(2, 1fr); }
	.mv-icon { width: 100%; margin: 0 auto; text-align: center; }
	.mv-box { flex-wrap: wrap; text-align: center; }
	.mv-icon img { width: 60px; margin-bottom: 6px; }
	.faq-list .accordion-button { padding: 12px; font-size: 15px; font-weight: 500; padding-right: 44px; }
	.service-item-left h3 { font-size: 20px; }
	.clients-grid { grid-template-columns: repeat(2, 1fr); }
	.about-tab-img { height: 170px; }
	.testimonial-item { width: 100%; }
	.footer-shocket { flex-direction: column-reverse; justify-content: center; }
	.footer-shocket-list { justify-content: center; }
	.tab-btn { font-size: 14px; }
	.footer-overlap { background-position: center; background-size: contain; height: auto; }
	.capabilities-item { width: 100%; }
}