/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Inter", sans-serif;
	color: #232323;
	font-size: 18px;
}



a {
	text-decoration: none;
	color: #0880e8;
}

a:hover {
	color: #2371d5;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*  font-family: "Raleway", sans-serif;*/
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #0880e8;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #2194f7;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #0880e8;
	border-top-color: #bfe0fd;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/


.contact-info i a,
.contact-info span {

	color: #232323;

	font-weight: 400;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	padding-right: 20px;
	display: flex;
	gap: 10px;
}

.contact-info {
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-info a {
	line-height: 0;
	/*color: rgba(255, 255, 255, 0.8);*/
	transition: 0.3s;
	font-size: 18px;
	color: #232323;
	display: flex;
	gap: 10px;
}

.contact-info a:hover {
	text-decoration: underline;
	color: #072f60;
}

.contact-info i {
	color: #a7090a;
	line-height: 0;
	font-size: 20px;
}

.contact-info .phone-icon {
	margin-left: 15px;
}

.cta {
	background: transparent;
}

.top-bar-free-sign-up.become-partner {
	color: #91cfff;
}

.top-bar-free-sign-up {
	float: right;
	height: auto;
	margin: 0;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	font-weight: normal;
	padding: 6px 0px 6px 15px;
	font-size: 15px;
	line-height: normal !important;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #f2b327;
}

.top-bar-free-sign-up:hover {
	color: #f2b327;
}

.top-bar-free-sign-up i {
	position: relative;
	margin: 0 0 0 5px;
	padding: 0;
	display: inline-block;
	line-height: normal;
	text-align: center;
	font-size: 18px;
	top: 2px;
	line-height: normal !important;
	margin-right: 0 !important;
	color: #fff !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #00306e;
	transition: all 0.5s;
	z-index: 997;
	height: auto;
	top: 0;
	padding: 0px 0px 0px 0px;
	/* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
	position: relative;
}

#header .sticky-wrapper {
	position: relative;
	padding-right: 70px;
	padding-left: 70px;
	background: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
}

#header .sticky-wrapper::after {
	content: "";
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	z-index: -1;
}

#header.header-scrolled .nav-main {
	top: 0;
	position: fixed;
	width: 100%;
}

#header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 220px;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
	max-width: 100%;
}

.header-inner-pages {
	background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
	background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

/* .nav-main .container {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.nav-main {
	background: linear-gradient(to bottom, #2b2b2b, #000);
}

.navbar {
	padding: 0;
	position: relative;

}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar>ul>li {

	position: static;


}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	color: #fff;
	position: relative;
	border-right: 1px solid #fff3;
	line-height: 46px;
}

.navbar a span {
	display: flex;
	align-items: center;
	gap: 10px;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: #a7090a;
}

.navbar .dropdown ul.list-drop-down {
	border-top: 3px solid #00306e;
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 15px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background-image: linear-gradient(to bottom, #ffffff, #c3e5ff);
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 0;
	min-width: 250px;
}

.navbar .dropdown ul.list-drop-down li {
	margin: 0px;
	padding: 6px 0px 6px 18px;
	position: relative;
}

.navbar .dropdown ul.list-drop-down li i {
	padding-right: 2px;
	color: #f2b327;
	font-size: 7px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 17px;
}

.navbar .dropdown ul.list-drop-down li a {
	color: #1b1b1b;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	line-height: 26px;
}

.navbar .dropdown ul.list-drop-down li::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	display: block;
	right: 0;
	background: #e4e5e5;
	transition: width .3s ease;
	-webkit-transition: width .3s ease;
	bottom: 0px;
}

.navbar .dropdown ul.list-drop-down li:hover::after {
	width: 100%;
	left: 0;
	background: #0d458e;
}


.navbar .dropdown ul.sub-menu-out {
	border-top: 3px solid #13d0b1;
	height: auto;

	display: block;
	position: absolute;
	right: 0;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 0;
	width: 100%;
	align-items: start;
	border-radius: 5px;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div {
	position: relative;
	display: flex;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details {
	max-width: 300px;
	flex: 0 0 310px;
	margin: 0px;
	padding: 8px;
	background-image: linear-gradient(to bottom, #2371d5, #063675);
	height: 100%;
	position: absolute;
	z-index: 1;
	border-radius: 5px;
	width: 100%;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details .left-details-div {
	position: relative;
	height: 100%;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details h4 {
	color: #ffffff;
	font-size: 20px;
	padding: 0px 0px 20px 0px;
	font-weight: 600;
	margin: 0px;
	position: relative;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details h4::before {
	content: '';
	width: 50px;
	height: 3px;
	background: #00a652;
	position: absolute;
	bottom: 5px;
}





.navbar .dropdown ul li {}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #032e54;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	color: #0880e8;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

.navbar li.connect_btn {}

.navbar li.connect_btn a {
	color: #fff;
	background: #1578c6;
	padding: 11px 30px 11px 30px;
	display: inline-block;
	transition: 0.3s;

	font-weight: 500;
	text-transform: none;
	font-size: 18px;
	letter-spacing: 1px;
}

.navbar li.connect_btn a:hover {
	background: #f1a40a;
}






@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
} */

/**
* Mobile Navigation 
*/
/* .mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
	color: #f6b024;
}

.social-icons {
	display: flex;

}


.social-icons a {
	color: #fff;
	font-size: 16px;
	padding: 0px 10px;
	border-right: 1px solid #fff3;
} */

free-demo {
	background: #a7090a;
}

.free-demo {
	background: #a7090a;
	padding: 22px 20px 22px 20px;
	color: #fff !important;
}

.free-demo i {
	color: #fff !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: url("../img/banner-bg.jpg") top center;
	background-size: cover;
	position: relative;
	z-index: 99;
	transition: 0.3s;
	padding: 0px;
}

#hero .container-fluid {
	padding: 0px;
}

#hero .carousel {
	position: relative;
}

#hero .carousel-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.banner-buttons {
	margin-top: 10px;
}

.slider1 {
	padding: 60px;
	/* min-height: 700px; */
	height: 100%;
	width: 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider2 {
	padding: 70px;
	min-height: 700px;
	/* height: 100%; */
	width: 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider3 {
	padding: 70px;
	/* min-height: 700px; */
	height: 100%;
	width: 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

.year-text {
	background: #e2e4e5;
	border-radius: 100%;
	padding: 10px 20px;
}

.year-text {
	display: inline-block;
	background: #e6e6e6;
	padding: 8px 18px;
	border-radius: 20px;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 0;
	align-self: baseline;
}




#hero h3 {
	color: #a7090a;
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: 500;
	line-height: 48px;
	text-transform: none;
	letter-spacing: 0.5px;
}

#hero h2 {
	color: #a7090a;
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 0px;
}

#hero h2 span {
	color: #1c1c1c;
}

.hero-img img {
	max-width: 100%
}

#hero h2 .green {
	color: #13d0b1;
	background: none;
}

#hero p {
	margin: 0 auto 0px auto;
	color: #1f1f1f;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
	width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
	background: none;
	font-size: 48px;
	line-height: 1;
	width: auto;
	height: auto;
}

#hero .btn-get-started {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 15px 30px;
	line-height: 1;
	margin: 0px 10px 0px 0px;
	color: #fff;
	background: linear-gradient(to bottom, #2b2b2b, #000);
	border-radius: 5px;
}

.getintouch {
	background: linear-gradient(to bottom, #810304, #a30809) !important;
}

#hero .btn-get-started:hover {
	background: #020e28;
	color: #fff;
	text-decoration: none;
}


.ticker-wrapper {
	background: #f7f7f7;
	padding: 14px 0;
	overflow: hidden;
}


.ticker {
	display: inline-block;
	white-space: nowrap;
	animation: moveRightToLeft 18s linear infinite;
}

.ticker span {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #9b0000;
}

/* Right → Left animation */
@keyframes moveRightToLeft {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}



#hero .btn-get-started.white {
	background: #fff;
	color: #222;
	text-decoration: none;
	border: 1px solid #082e5c;
	border-radius: 0px;
}

#hero .btn-get-started.white:hover {
	background: #020e28;
	color: #fff;
	text-decoration: none;
	border: 1px solid #082e5c;
}

#hero .animated {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: normal;
	padding: 0;
	margin-right: 0;
	margin-bottom: -41px;
	margin-left: 0;
	list-style: none;
	width: auto;
	text-align: left;
	/* padding-left: 20px; */
	display: none;
}

#hero .carousel-indicators li {
	cursor: pointer;
	background: #063777;
	overflow: hidden;
	border: 0;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	opacity: 1;
	transition: 0.3s;
	margin: 0px 5px;
}

#hero .carousel-indicators li.active {
	opacity: 1;
	background: #ffab00;
}


@-webkit-keyframes up-down {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #fff8ec;
}

.section--sky-bg {
	background-color: #e7f2fb;
}

.section-title {
	text-align: center;
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: 600;
}

.section-subtitle {
	color: #232323;
	margin-bottom: 20px;
	font-size: 20px;
}

.text-center {
	text-align: center
}


.section-title h3 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 0;
	color: #13d0b1;
	letter-spacing: 0.5px;
	line-height: 50px;
}

.section-title .main-titel {
	font-size: 36px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
	padding-bottom: 0;
	color: #a7090a;
	letter-spacing: 0.5px;
	line-height: 50px;
	letter-spacing: 1px;
	text-transform: none;
}

.main-titels {
	text-align: center;
	padding: 0px 0px;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #232323;
	display: block;
	letter-spacing: normal;
}

.main-titels span {
	font-weight: 400;
}


.sub-titel {
	color: #232323;
	padding: 0px 0px;
	font-size: 22px;
	font-weight: 500;
	display: block;
	letter-spacing: normal;
}

.section-title .sub-text {
	color: #66717d;
	padding: 8px 0px;
	/*border-bottom: 1px solid #a8a8a8;
	border-top: 1px solid #a8a8a8;*/
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	letter-spacing: 0.6px;
}

.section-title h1 {
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-bottom: 0;
	color: #13d0b1;
	letter-spacing: 0.5px;
	line-height: 52px;
}

.titel-bottom-line {
	background: url(../img/titel-line-img.png) no-repeat;
	background-position: center 88%;
}

.section-title p {
	margin-bottom: 0;
	font-style: italic;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	color: #232323;
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-align: justify;
}

p strong {
	font-weight: 500;
}

p a {
	font-weight: 600;
	color: #212121;
}

.text-j {
	text-align: justify;
}

/*
.btn-get-started {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 2px;
	display: inline-block;
	padding: 18px 30px;
	border-radius: 0px;
	transition: 0.5s;
	line-height: 1;
	margin: 0px 10px 0px 0px;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	background-color: #ea5501;
	text-transform: uppercase;
	width: auto;
	margin: 0px auto;
    border: 1px solid #ea5501;margin-bottom: 10px
}
.btn-get-started:hover{
    background-color: #17171d;
    color: #fff;
    border: 1px solid #ea5501;
}

*/

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/

.our_exemplary_services {
	position: relative;

}

.our_exemplary_services .benefits-out {
	padding-top: 15px;
}

.our_exemplary_services .icon-box {
	padding: 50px 20px 30px;
	position: relative;
	border-radius: 10px;
	text-align: center;
	background-color: #fff;
	width: 100%;
	margin: 0 0;
	border-bottom: 5px solid #9b0708;
}

.our_exemplary_services .title {
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #222222;
	letter-spacing: 1px;
	line-height: 36px;
}

.our_exemplary_services .description {
	margin: 0px;
	padding: 0px;
}




.our_exemplary_services .description p {
	font-size: 16px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	color: #232222;
	font-weight: 400;
	position: relative;
	text-align: center;
}

.industries-served {
	background: #f7f7f7
}


.industries-served .name-box {
	padding: 25px 10px;
	position: relative;
	border-radius: 0;
	text-align: center;
	background-color: #f7f7f7;
	width: 100%;
	margin: 0 0;
	/* border-bottom: 5px solid #ea5501; */
	background: #fff;
	height: auto;
	/* display: flex; */
	align-items: center;
	box-shadow: 0px 0 5px rgba(2, 2, 2, 0.1);
}

.industries-served .name-box .icon-div {
	margin: 0px auto 0px 0px;
	width: auto;
	flex: 0 0 100%;
	height: auto;
	border-radius: 0;
}

.industries-served .name-box .icon-div img {}

.industries-served .name-box .name {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #191920;
	font-size: 18px;
	/* letter-spacing: 0.5px; */
	font-weight: 500;
}


.key-management-full {
	padding: 80px 0;
	background: url("../img/section-part-img-bg-1.jpg") no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.key-management-full::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(2, 14, 40, 0.8);
}

.management-user-row {
	background: #07132c;
	margin: 10px 0px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
}

.management-user-row .profile-pic {
	width: 14%;
	/* height: 105px; */
	margin: 0px;
	padding: 0px;
	border-radius: 100%;
}

.management-user-row .profile-pic img {
	max-width: 100%;
}

.management-detsils {
	color: #ffffff;
	padding: 0px 0 0 20px;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	display: inline-block;
	letter-spacing: 0.6px;
	width: 86%;
}

.management-detsils h4 {
	font-size: 24px;
	font-weight: 600;
}


/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.welcome {
	position: relative;
}



.welcome::after {
	content: '';
	background: url(../img/welcome-right.png);
	right: 0;
	bottom: 0;
}

.welcome::after {


	content: '';
	width: 362px;
	height: 522px;
	position: absolute;
	background-size: 362px 522px !important;
}

.welcome::before {
	content: '';
	background: url(../img/welcome-left.png);
	left: 0;
	bottom: 0;
}

.welcome::before {
	content: '';
	height: 177px;
	width: 806px;
	position: absolute;
	background-size: 806px 177px !important;
}

.welcome .content .btn-learn-more {
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 20px 32px;

	transition: 0.3s;
	line-height: 1;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	margin-top: 6px;
	background: #ea5501;
}

.welcome .content .btn-learn-more:hover {
	background: #020e28;
	color: #fff;
	text-decoration: none;
}



.lazyloaded {
	opacity: 1;
	transition: opacity 400ms;
	transition-delay: 0ms;
	width: auto !important;
	height: auto !important;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/

.case-study-item {
	position: relative;
	margin-bottom: 40px;
	margin-left: 15px;
	margin-right: 15px;
}

.our_clients_slider .swiper-slide {
	height: auto;
}

.our_clients_slider .case-study-item {
	background-color: #fff;
	padding: 10px;
	margin: 20px 10px 0px;
	text-align: center;
	border: 1px solid #d6d6d6;
}

.our_clients_slider .case-study-item img {
	max-width: 100%;
}

.case-study-item .content {
	background: #ffffff;
	border-radius: 5px 0px 0px 5px;
	position: absolute;
	right: 0px;
	bottom: 30px;
	padding: 10px 20px;
	box-sizing: border-box;
	width: 85%;
}


.clients_logo {
	width: auto;
	height: auto;
	display: inline-block;
	padding: 15px;
}

.clients_logo .logo-img {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 7px;
	margin: 0px;
	box-shadow: 0px 0 10px rgba(2, 2, 2, 0.2);
	border-radius: 10px;
}

.our-clients .btn-learn-more {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 15px 32px;
	border-radius: 18px;
	transition: 0.3s;
	line-height: 1;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	margin-top: 6px;
	background: #072f60;
	width: auto;
}

.our-clients .btn-learn-more:hover {
	background: #13d0b1;
	color: #fff;
	text-decoration: none;
}









.connect_with_us .container {
	position: relative;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


@media (max-width: 991px) {
	/* .mobile-nav-toggle {
		display: block;
		background-color: #a7090a;
		border-radius: 5px;
		padding: 5px;
	}

	.navbar ul {
		display: none;
	} */
}

/* .navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(5, 74, 133, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile>ul>li {
	padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #0665b7;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
	visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #f6b024;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul.sub-menu-out {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	width: auto;
}



.navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .left-services-details {
	display: none;
}

.navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .right-services-details {
	padding-left: 0px !important;
}

.navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: unset;
	left: 0px;
	top: 0;
}

.navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu {
	margin: 0px;
	padding: 15px 0 !important;
	position: relative !important;
	padding-left: 0 !important;
}

.navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .titel-text {
	font-size: 16px;
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #f6b024;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block !important;
} */




.pxp-container {
	/* width: 100%; */
	padding-right: .75rem;
	padding-left: .75rem;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1200px) {
	.pxp-container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.pxp-container {
		max-width: 1320px;
	}
}

@media (min-width: 1680px) {
	.pxp-container {
		max-width: 1600px;
	}
}








/* harini  */


.our_work {
	position: relative;
}

.our_work:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	top: 0;
	background: #020e28;
}

.case-study-item a {
	display: block;
	padding: 0 0px;
	line-height: normal;
	position: relative;
}

.case-study-item .content h3 {
	margin: 0px;
	padding: 0px;
}

.case-study-item .content h3 {
	color: #222222;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	letter-spacing: 0.5px;
	font-weight: 600;
	padding: 5px 0px;
}

.case-study-item a img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}




.product-box {
	margin: 10px 0px;
	display: table;
	align-items: center;
	background: #fff;
	padding: 10px;
	width: 100%;
}

.blue-color {
	background: #08172e;
}

.orange-color {
	background: #ff6f2b;
}

.product-box .profile-pic {
	width: 92px;
	height: 92px;
	margin: 0px;
	padding: 0px;
	display: flex;
	vertical-align: middle;
	text-align: center;
	align-items: center;

}

.product-box .profile-pic img {
	margin: 0px auto;
}

.product-box .management-detsils {
	color: #ffffff;
	padding: 0px 0 0 20px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.product-box .management-detsils h4 {
	color: #222222;
	font-size: 21px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	position: relative;
	/*background: #00306e;*/
	padding: 0 0 0px 0;
	color: #dfdfdf;
	font-size: 15px;
	background: #0c0c0c url(../img/footer-bottom-img.png) no-repeat bottom;
	background-size: cover;
}

#footer .footer-top .connect_with {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 15px 12px;
	background: #0a3c7a;
}


.connect_with .middle-box p {
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	color: #dfdfdf;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	text-align: left;
}

.connect_with .middle-box p a {
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	color: #dfdfdf;
	text-decoration: none;
	letter-spacing: 1px;
}

.footer-top {
	background: #ff6f2b;
	padding: 15px 30px;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	border-radius: 10px;
	position: relative;
	top: -50px;
}

.enquire-now {
	background: #020e28;
	float: right
}

.footer-mid {

	padding: 40px 0;
}

#footer .footer-mid h4 {
	font-size: 20px;
	font-weight: 500;
	color: #13d0b1;
	text-transform: none;
	position: relative;
	padding-bottom: 12px;
	letter-spacing: 0.5px;
}


#footer .footer-mid h4 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: none;
	position: relative;
	padding-bottom: 12px;
	letter-spacing: 0.5px;
}

#footer .footer-mid .footer-links {
	margin-bottom: 0px;
}

#footer .footer-mid .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 8px;
}

#footer .footer-mid .footer-links ul i {
	padding-right: 2px;
	color: #ff6b6c;
	font-size: 5px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 16px;
}

#footer .footer-mid .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 18px;
}

#footer .footer-mid .footer-links ul a {
	color: #dfdfdf;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
	font-size: 15px;
	font-weight: 300;
}

#footer .footer-mid .footer-links ul a:hover {
	color: #dfdfdf;
}

#footer .footer-mid .footer-info p {
	font-size: 16px;
	line-height: 30px;
	padding: 20px 0px;
	color: #dfdfdf;
	text-align: left;
	font-weight: 400;
	text-align: left;
}

#footer .copyright {
	text-align: center;
	padding-top: 18px;
	color: #dfdfdf;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	padding-bottom: 18px;
	/* border-top: 1px solid #3f495f; */
	background: linear-gradient(to bottom, #2b2b2b, #000);
}

#footer .copyright a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.social_icon {
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 0;
	text-align: left;
	width: 100%;
	margin-top: 13px;
}

.social_icon ul {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0
}

.social_icon ul li {
	display: inline-block !important;
	list-style: none;
	margin: 0;
	padding: 0 !important;
	text-align: center;
}

.social_icon ul li a {

	display: inline-block !important;
	height: 33px;
	width: 33px;
	margin: 0 1px;
	transition: all .3s ease-in 0;
	color: #fff !important;
	font-size: 18px !important;
	border-radius: 3px !important;
	line-height: 33px !important;
	background: linear-gradient(to bottom, #810304, #a30809);
}

.social_icon ul li a i {
	color: #fff !important;
	font-size: 18px !important;
	/* top: 0 !important; */
	position: relative !important;
	top: 2px !important;
}

.connect_with .middle-box {
	text-align: left;
	position: relative;
	margin: 0px 0px 10px 0px;
	display: flex;
}

#footer .footer-top .footer-info .logo img {
	max-width: 100%;
}

.our-clients {
	padding-bottom: 80px;
}

.connect_with .middle-box .box_icon {
	margin-right: 12px;
}

.connect_with .middle-box .box_icon img {
	top: 4px;
	position: relative;
}

/*about us*/

.slider-aboutus {
	background: url(../img/banner-bg-2.png);
	padding: 70px;
	min-height: 300px;
	height: 100%;
	width: 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

#hero .slider-aboutus .carousel-container {
	width: 100%;
	text-align: center;
}

ul.breadcumb {
	padding: 10px 16px;
	list-style: none;

}

ul.breadcumb li {
	display: inline;
	font-size: 18px;
}

ul.breadcumb li+li:before {
	padding: 8px;
	color: #fff;
	content: "/\00a0";
}

ul.breadcumb li a,
ul.breadcumb li span {
	color: #fff;
	text-decoration: none;
}

ul.breadcumb li a {
	text-decoration: underline
}

ul.breadcumb li a:hover {
	color: #fff;
	text-decoration: underline;
}

.pb-80 {
	padding-bottom: 80px
}

.aboutus .main-image-right img {
	max-width: 100%;
	border-radius: 10px;
}

.aboutus .main-image-right {}



.list-style {
	margin: 0;
	padding: 0;
}

.list-style li {
	color: #222222;
	font-size: 16px;
	line-height: 40px;
	list-style: none;
	margin-left: 0;
	padding-left: 20px;
	position: relative;
}

.list-style li i {
	padding-right: 2px;
	color: #ff6f2b;
	font-size: 8px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 17px;
}



.product-part-title {
	font-size: 20px;
	text-align: left;
	text-transform: none;
	background: #020e28;
	line-height: 41px;
	margin-bottom: 0px;
	color: #fff;
}

.feature-box {
	padding: 20px 20px 0px 20px;
	margin-bottom: 0px !important;
}

.feature-box h6 {
	color: #1b1b1b;
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	letter-spacing: 1px;
}

.feature-box .feature-icon {
	background-color: rgba(35, 113, 213, .15);
	color: #a7090a;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	border-radius: 4px;
}

ul.part_list_menu1 i {
	color: #a7090a;
	font-size: 16px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 3px;
}

ul.part_list_menu1 li {
	display: inline-block;
	width: 100%;
	line-height: 22px;
	color: #212121;
	font-size: 14px;
	letter-spacing: 1px;
}

ul.part_list_menu1 {
	padding: 0;
	margin: 0px 0px 0px 0px;
}

ul.part_list_menu1 li {
	padding-left: 28px;
	position: relative;
	list-style: none;
	width: 50%;
	float: left;
}


.machinery_list {
	border: 1px solid #d5d5d5;
	color: #333333;
	margin-bottom: 20px;
	padding: 0;
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
}

.colors_background1 {
	background-color: #020e28;
}

.machinery_list th {
	text-align: center;
	border: 1px solid #CCCCCC;
	color: #fff;
	font-size: 14px;
	padding: 3px 10px;
	font-weight: 500;
}

.machinery_list td {
	border: 1px solid #CCCCCC;
	font-size: 14px;
	padding: 3px 10px;
	text-align: center;
}


.machinery_list_inner {

	border: 0px solid #d5d5d5;
	color: #333333;
	margin-bottom: 20px;
	padding: 0;
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;

}

.td-border-bottom {
	border-bottom: 0px !important
}

.td-border-top {
	border-top: 0px !important
}


.contact-info-box-content {
	background: #f7f7f7;
	padding: 30px;
	border-radius: 0;
	height: 100%;
}

.contact-info-box-content .contact_info {
	line-height: 25px;
	font-weight: 600;
	clear: both;
	margin-bottom: 20px;
}

.contact_info a {
	color: #222;
}

.contact_info a:hover {
	color: #2371d5;
}

.contact-info-box-content .contact_info .phone-titel {
	font-size: 16px;
	margin-top: 0;
	color: #a7090a;
	padding-right: 8px;
}

.our_offices_box img {
	max-width: 100%
}

.map-part {
	height: 100%;
}

.contact-info-box-content i {
	float: left;
	margin-top: 6px;
	color: #a7090a;
	font-size: 22px;
	position: relative;
	top: -2px;
	margin-right: 20px;
}










.ragistration_part {
	padding: 40px 0px;
	;
	margin-bottom: 50px;
	background-color: #f5f5f5;
	float: left;
	width: 100%;
	margin-top: 50px;
}

.ragistration_f {
	font-size: 15px;
	text-align: left;
	width: 50%;
	padding: 0px 34px;
	float: left;
}

.ragistration_s {
	font-size: 15px;
	text-align: left;
	width: 50%;
	padding: 34px;
	float: left;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

/*
.inquiry_box {
	text-align: left;
	font-size: 12px;
	width: 100%;
	padding-left: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
}
*/
.ragistration_f label {

	width: 100%;
	margin-bottom: 3px;
	margin-top: 10px
}

.inquiry_box {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.selection-box {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ragistration_f textarea {
	padding: 8px 20px;
	border-radius: 0;
	border: 1px solid #dfdede;
	resize: none;
	background: #f7f7f7;
	border-radius: .25rem;
	width: 100%
}

.ragistration_full {
	width: 100%;
}


label {
	font-weight: normal;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #fff;
	border-radius: 4px;
	box-shadow: none;
}

.contact-btn {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 15px 30px;
	transition: 0.5s;
	line-height: 1;
	margin: 0px 10px 0px 0px;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	background-color: #a7090a;
	/* text-transform: none; */
	border: 1px solid #082e5c;
	text-transform: uppercase;
	border-radius: 0px;
}

.contact-btn.white {
	background: #fff;
	color: #222;
	text-decoration: none;
	border: 1px solid #082e5c;
	border-radius: 0px;
}

.thanks {
	text-align: center;
	margin: 0px
}


ul.list-style {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 8px;
}

.list-style li {
	padding: 10px 0;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 28px;
	line-height: 20px;
}

.list-style li i {
	padding-right: 0px;
	color: #ff6f2b;
	font-size: 20px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 11px;
}

















.solutions h1 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.underline {
	width: 120px;
	height: 3px;
	background: #b10000;
	margin: 20px auto;
}

.intro {
	/* max-width: 900px; */
	margin: 0 auto 30px;
	color: #232323;
	line-height: 34px;
	font-size: 18px;
	text-align: center;
}

.solutions .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.solutions .grid .card {
	min-height: 260px;
	padding: 25px;
	text-align: left;
	position: relative;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	border: none;
}

.solutions .grid .card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #000000d6;
}

.solutions .grid .card.light::before {
	background: #dae6f2e8;
}

.solutions .grid .card * {
	position: relative;
	z-index: 1;
	gap: 10px;
	display: flex;
	line-height: normal;
	/* padding: 8px 16px; */
}

.solutions .grid .card h3 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 34px;
	font-weight: 600;
}

.solutions .grid .card p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	font-weight: 500;
	text-align: left;
}

.solutions .grid .card.dark h3,
.solutions .grid .card.dark p {
	color: #fff;
}

.solutions .grid .card.light h3,
.solutions .grid .card.light p {
	color: #111;
}

/*
.solutions .grid .btn {
	display: inline-block;
	padding: 6px 16px;
	font-size: 18px;
	text-decoration: none;
	border-radius: 4px;
	color: #fff;
	width: fit-content;
	font-weight: 500;
}

.solutions .grid .btn.red {
	background: linear-gradient(to bottom, #810304, #a30809) !important;
}

.solutions .grid .btn.dark {
	background: linear-gradient(to bottom, #2b2b2b, #000);
}
*/

/* RESPONSIVE */
@media (max-width: 992px) {
	.solutions .grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.solutions h2 {
		font-size: 30px;
	}
}

@media (max-width: 600px) {
	.solutions .grid {
		grid-template-columns: 1fr;
	}

	.solutions h2 {
		font-size: 24px;
	}

	/*
	.solutions {
		padding: 60px 5%;
	}
*/
}





.why-pranam {
	background: #fff;
}

.why-pranam .container {

	display: flex;
	gap: 60px;
	align-items: flex-start;
}

/* LEFT CONTENT */
.pranam-content {
	flex: 1;
}

.pranam-content h2 {
	text-align: left
}


.pranam-content h4 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 22px;
	color: #232323;
}

.pranam-content ul {
	list-style: none;
	padding-left: 0px;
}

.pranam-content ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	color: #333;
}

.pranam-content ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #c40000;
	position: absolute;
	left: 0;
	top: 9px;
}

/* RIGHT CARDS */
.cards {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.card {
	border: 0
}

.card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.card h3 {
	margin: 15px 0 10px;
	font-size: 22px;
	color: #232323;
}

.card p {
	color: #232323;
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 28px;
}

.why-pranam .card .link {
	text-decoration: none;
	color: #a10809;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.why-pranam .card .link i {
	font-size: 24px;
}

/*
.card a {
	color: #c40000;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
}
*/

/* RESPONSIVE */
@media (max-width: 900px) {
	/* .container {
		flex-direction: column;
	} */

	.cards {
		grid-template-columns: 1fr;
	}
}


.testimonials {

	background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)),
		url("../img/slider-bg.png") center/cover no-repeat;
}

.testimonial-card {
	background: #fff;
	color: #222;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	align-items: center;
	gap: 25px;
	min-height: 260px;
}

.testimonial-text {
	flex: 1;
}

.testimonial-text p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;

}

.testimonial-text h4 {
	font-size: 16px;
	margin-bottom: 8px;
	color: #232323;
}

.testimonial-text span {
	color: #a7090a;
	font-size: 18px;
}

.testimonial-image img {
	width: 120px;
	height: auto;
	border-radius: 6px;
	border: 1px solid #a7090a;
}

/* Owl dots */
.owl-theme .owl-dots .owl-dot span {
	background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #c40000;
}

.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
}


@media (max-width: 768px) {
	.testimonial-card {
		flex-direction: column;
		text-align: center;
	}

	.testimonial-image img {
		width: 100px;
	}
}


/* BLOG CARD */
.blog-card {
	text-align: left;
	padding: 0 15px;
}

.blog-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 15px;
}

.date {
	font-size: 14px;
	color: #575757;
	margin-bottom: 10px;
	gap: 10px;
	display: flex;
	align-items: center;
}

.blog-card h3 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 32px;
}

.blog-card p {
	font-size: 16px;
	line-height: 28px;
}




.inquiry-section {
	padding-left: 50px;
	padding-right: 50px;
	display: flex;
	position: relative
}

.inquiry-section:before {
	background: linear-gradient(to bottom, #e5edf7, #feffff);
	height: 100%;
	width: 50%;
	right: 0;
	top: 0;
	position: absolute;
	content: "";
}

/* LEFT FORM */
.form-box {

	flex: 0 0 50%;
	padding-right: 50px;
}

.form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.form-row .form-group {
	flex: 1;
	position: relative
}

.form-row .form-group i {
	color: #b40b0b;
	position: absolute;
	top: 15px;
	font-size: 18px
}



.form-row input,
.form-row select,
textarea {
	width: 100%;
	padding: 12px 10px 12px 25px;
	border: none;
	border-bottom: 1px solid #ccc;
	background: transparent;
	outline: none;
	font-size: 16px;
}

textarea {
	resize: none;
	height: 60px;
}

.captcha {
	margin: 20px 0;
	font-size: 18px;
	color: #b10000;
}

.btn {
	/*
	background: linear-gradient(to bottom, #a4090a, #810304);
	color: #fff;
	padding: 12px 25px;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	font-size: 18px;
	margin-top: 20px
        
*/

	display: inline-block;
	padding: 8px 16px;
	font-size: 18px;
	text-decoration: none;
	border-radius: 4px;
	color: #fff;
	width: fit-content;
	font-weight: 500;

}

.btn.red {
	background: linear-gradient(to bottom, #810304, #a30809) !important;
}

.btn.dark {
	background: linear-gradient(to bottom, #2b2b2b, #000);
}




.clients-box {
	/* flex: 1; */
	text-align: center;
	z-index: 1;
	/* flex: 0 0 50%; */
	padding-left: 50px;
	padding-right: 0;
	width: 50%;
}

.logo-slider-wrapper {
	position: relative;
	padding: 0 0px;
}

/* Grid Layout for logos */
.logo-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}

.logo-grid:last-child {
	margin-bottom: 0;
}

.logo-item {
	background: white;
	border-radius: 12px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;

	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;

	height:160px;
}

.logo-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.logo-item img {
	max-width: 100%;
	max-height: 140px;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* Owl Carousel item */
.owl-item .slide-wrapper {
	padding: 10px 0;
}



/* Responsive */
@media (max-width: 768px) {
	.logo-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.section-title h2 {
		font-size: 32px;
	}

	.logo-slider-wrapper {
		padding: 0 40px;
	}
}

@media (max-width: 480px) {
	.logo-grid {
		grid-template-columns: 1fr;
	}
}





.industries-serve {
	background: linear-gradient(to bottom, #e4edf7, #feffff)
}

.industries-serve .container {
	padding: 0px 3%;
	max-width: 100%;
}



/* ===== CONTAINER ===== */
.banner-wrap {

	/*  flex-wrap: nowrap;*/

	/*  max-width: 1400px;*/




	display: flex;
	gap: 14px;
	/*  max-width: 1300px;*/
	margin: auto;




}

/* ===== ITEM ===== */
.banner-item {
	/*
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 420px;
  border-radius: 18px;
  overflow: hidden;
  transition: flex 0.6s ease;
  background: #000;
*/

	position: relative;
	flex: 1;
	height: 420px;
	border-radius: 18px;
	overflow: hidden;
	cursor: pointer;
	transition: flex 0.5s ease;





}

/* active = large */
.banner-item.active {
	flex: 3;
}

/* image */
.banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* overlay */
.banner-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .65), transparent);
}

/* ===== TEXT ===== */
.text-box {
	/*
  position: absolute;
  bottom: 22px;
  left: 22px;
  color: #fff;
  font-weight: bold;
  z-index: 2;
  transition: all 0.4s ease;
*/
}

/* vertical (default) */
.text-box.vertical {
	/*
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: rgba(0,0,0,.7);
  padding: 12px 14px;
  border-radius: 10px;
*/
}


/* ===== TEXT ===== */
.text-box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	z-index: 2;
	transition: all 0.4s ease;
}

/* vertical default */
.text-box.vertical {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	background: rgba(0, 0, 0, .7);
	padding: 12px 14px;
	border-radius: 10px;
	/*	font-weight: bold;*/
}


/* horizontal for active */
.banner-item.active .text-box {
	writing-mode: horizontal-tb;
	transform: none;
	background: transparent;
	padding: 0;
}

/* center content */
.center-content {
	position: absolute;
	bottom: 28px;
	left: 28px;
	right: 28px;
	color: #fff;
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.banner-item.active .center-content {
	opacity: 1;
}

.center-content h2 {
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 12px;
	font-weight: 600;
}

.center-content button {
	background: #fff;
	color: #a10809;
	border: none;
	padding: 10px 16px;
	border-radius: 6px;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
}

.center-content button i {
	font-size: 24px;
}

.banner-item.active .text-box {
	display: none;
}

/* ===== RESPONSIVE ===== */
/*
@media (max-width: 1024px) {
  .banner-item { height: 340px; }
  .center-content h2 { font-size: 22px; }
}

@media (max-width: 768px) {
  .banner-item { height: 260px; }
  .banner-item.active { flex: 2.4 1 0; }
  .center-content h2 { font-size: 18px; }
}

@media (max-width: 480px) {
  .banner-item { height: 220px; }
  .banner-item.active { flex: 2 1 0; }
}

*/



/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
	.banner-wrap {
		flex-direction: column;
	}



	.banner-item {
		height: 260px;
	}

	.banner-item.active {
		height: 260px;
		flex: 1;
	}


	.banner-item:hover {
		/*    flex: 1;*/
	}

	.center-content h2 {
		font-size: 20px;
		line-height: 32px;
	}

}




/* INNER PAGE BANNER */



/* HERO SECTION */
.hero-inner {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: url("../img/hero-inner-bg.jpg") center/cover no-repeat;
	display: flex;
	align-items: center;
	padding: 0px;

}

/* DARK OVERLAY */
.hero-inner::before {
	content: "";
	position: absolute;
	inset: 0;
	/* background: rgba(0, 0, 0, 0.55); */
}

/* CONTENT */
.hero-content {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	color: #fff;
}

.hero-inner h1 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}

.hero-inner h1 span {
	font-weight: 300;
}

.hero-inner .breadcrumb {
	font-size: 18px;
	opacity: 0.9;
	letter-spacing: 1px;
}

.hero-inner .breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.hero-inner .breadcrumb a:hover {
	text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.hero-inner {
		min-height: 160px;
	}

	.hero-inner h1 {
		font-size: 30px;
	}

	.hero-inner .breadcrumb {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.hero-inner h1 {
		font-size: 24px;
	}

	.hero-inner .breadcrumb {
		font-size: 12px;
	}
}

.text-align-left {
	text-align: left;
}




.product-wrapper {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	margin: 0px auto 40px;
	padding: 20px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	background: linear-gradient(to bottom, #e5edf7, #feffff);
}

/* LEFT IMAGE */
.product-image {
	flex: 1;
}

.product-image img {
max-width: 100%;
display: block;
margin: auto;
max-height: 230px;
}

/* IMAGE BUTTONS */
.image-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
	flex-wrap: wrap;
}

/* RIGHT CONTENT */
.product-content {
	flex: 2;
}

.used-product-list {
	flex: 1;
	background: #fff;
	padding: 20px 0px;
	border-radius: 5px;
}

.product-content h2 {
	margin-top: 0;
	font-size: 24px;
	color: #232323;
	margin-bottom: 15px;
	font-weight: 500;
}

.product-content h3 {
	margin-top: 0;
	font-size: 24px;
	color: #232323;
	margin-bottom: 15px;
	font-weight: 500;
}

.product-content p {
	color: #232323;
	line-height: 34px;
	font-size: 18px;
	font-weight: 400;
}

.used-product-content p {
	line-height: 28px;
	font-size: 16px
}

.used-product-list .solution ul li {
	font-size: 16px;
}

.used-product-img img {
	width: 100%;
	max-width: 420px;
	display: block;
	margin: auto;
	margin: 0;
}



.features {
	list-style: none;
	padding: 0;
	margin: 12px 0 0px 0;
	display: inline-block;
	width: 100%;
}

.features li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 10px;
	color: #232323;
	font-size: 18px;
	line-height: 32px;
}

/* .features li h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	color: #232323;
	display: block;
} */

.features i {
	/* color: #0b5ed7; */
	margin-top: 0px;
}

/* BUTTON STYLE */
.image-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 5px;
	border-radius: 0;
	width: 42%;
}

.image-btn img {
	width: 98%;

}

/* .image-btn.youtube {
	background: #ff0000;
}

.image-btn.download {
	background: #444;
} */

.product-image-div {
	background: #fff;
	padding: 15px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}


/* RESPONSIVE */
@media(max-width:900px) {
	.product-wrapper {
		flex-direction: column;
	}

	.product-image {
		flex: 1;
		margin: auto;
	}

	.product-image img {
		max-width: 300px;
	}

	.used-product-list {
		width: 100%
	}
}

.used-product-img {
	background: transparent;
	padding: 0px;
	box-shadow: none;
	border-radius: 10px;
}

.used-product-img img {
	border-radius: 10px;
}


.faq-wrapper {
	max-width: 1000px;
	margin: auto;
}

.faq-title {
	text-align: center;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #232323;
}

.faq-title span {
	font-weight: 400;
}

.faq-item {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.faq-item.active {
	background: linear-gradient(180deg, #777, #111);
}

.faq-item.active .faq-question {
	color: #fff;
}

.faq-question {
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: 0.5px;
}

.faq-question span {
	font-size: 22px;
	transition: 0.3s;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.faq-answer-content {
	padding: 15px;
	/* background: linear-gradient(180deg, #777, #111); */
	color: #fff;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	border-top: 1px solid #797979;
}

.faq-answer-content p{
	
	color: #fff;
	margin: 0;
	padding: 0;
}
/* Active */
.faq-item.active .faq-answer {
	max-height: 300px;
}

.faq-item.active .faq-question span {
	transform: rotate(180deg);
}

/* Responsive */
@media(max-width:600px) {
	.faq-title {
		font-size: 28px;
	}

	.faq-question {
		font-size: 16px;
	}

}

.item-details-row {
	display: inline-block;
	width: 100%;
}

.item-details {
	display: flex;
	gap: 15px;
	margin-bottom: 12px;
	margin-top: 12px;
}

.item-details .icon {
	min-width: 24px;
	height: 24px;
	/* border-radius: 50%; */
	/* border: 2px solid #111; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-details .icon img {
	width: 24px;
	height: 24px;
	fill: #111;
}

.item-details .content h3 {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 600;
	color: #232323;
}

.item-details .content p {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	color: #232323;
}

/* Responsive */
@media(max-width:600px) {
	.item-details {
		flex-direction: row;
		gap: 15px;
	}

	.item-details .content h3 {
		font-size: 18px;
	}

	.item-details .content p {
		font-size: 18px;
		line-height: 28px;
	}
}



.solutions-box {
	/* max-width: 420px; */
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	/* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */
	padding-bottom: 10px;
	background: linear-gradient(to bottom, #e5edf7, #feffff);
}

.solutions-title {
	background: linear-gradient(180deg, #c00000, #8b0000);
	color: #fff;
	padding: 16px 20px;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 12px;
}

.solution {
	padding: 5px 15px 0px;
}

.solution-head {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 18px;
	color: #232323;
	margin-bottom: 12px;
}

.solution-head a {
	color: #232323;
}

.solution-head a:hover {
	color: #b10000;
}

.solution-head img {
	width: 24px;
	height: 24px;
	fill: #111;
}

.solution ul {
	list-style: none;
	padding-left: 10px;
	margin: 10px 0 0;
}

.solution ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #232323;
}

.solution ul li a {
	color: #232323;
}

.solution ul li a:hover {
	color: #b10000;
}

.solution ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #b10000;
	position: absolute;
	left: 0;
	top: 9px;
}

/* Responsive */
@media(max-width:480px) {
	.solutions-box {
		max-width: 100%;
		margin-top: 15px;

	}

	.solutions-title {
		font-size: 20px;
	}
}


.related-products {
	background: #f7f9fb;
}

.related-products-out .product-card {
	background: #fff;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.related-products-out .product-card img {
	width: 100%;
	height: 260px;
	object-fit: contain;
	padding: 20px;
}

.related-products-out .product-title {
	background: #a60000;
	color: #fff;
	padding: 15px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

/* Owl dots */

.related-products-out.owl-theme .owl-dots {
	margin-top: 20px !important;
}

.related-products-out.owl-theme .owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	margin: 5px;
	background: #fff;
	border: 1px solid #b9b9b9;
}

.related-products-out.owl-theme .owl-dots .owl-dot.active span {
	background: #a60000;
	border: 1px solid #a60000;
}






.contact-wrapper {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.left-info {
	flex: 1;
}

.left-info h2 {
	text-align: left;
	font-size: 38px;
	font-weight: 600;
	color: #232323;
	margin-bottom: 25px;
}

.left-info h2 span {
	font-weight: 300;
}

.left-info p {
	color: #232323;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 15px;
	text-align: left;
}

.info-box {
	display: flex;
	gap: 15px;
	margin-bottom: 0;
	padding: 25px 0;
	border-bottom: 1px solid #d2d4d6;
}

.info-box .icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(180deg, #c00000, #8b0000);
	color: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.info-box h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #232323;
	margin-bottom: 2px;
}

.info-box span {
	color: #464747;
	font-size: 16px;
	font-weight: 400;
}

.form-boxs {
	flex: 1;
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	border: 1px solid #d2d4d6;
}

.form-boxs h3 {
	text-align: left;
	font-size: 36px;
	font-weight: 600;
	color: #232323;
	margin-bottom: 25px;
}

.form-boxs h3 span {
	font-weight: 300;
}

.form-rows {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

.form-rows input,
.form-rows select {
	flex: 1;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 10px;
	font-size: 16px;
	color: #232323;
	background: #fff;
}

.form-rows.full {
	flex-direction: column;
}

.forms-label {
	font-size: 16px;
	color: #7e7e7e;
	margin-bottom: 0;
	display: block;
}

.captchas {
	display: flex;
	align-items: center;
	gap: 10px;
}

.captchas span {
	color: #b30000;
	font-weight: bold;
	font-size: 15px;
	border: 1px solid #ddd;
	padding: 10px 15px;
	border-radius: 10px;
}


.map {
	margin-top: 30px;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #d2d4d6;
}

/* RESPONSIVE */
@media(max-width:992px) {
	.contact-wrapper {
		flex-direction: column;
	}

	.left-info {
		flex: 1;
		width: 100%;
	}

	.form-boxs {
		flex: 1;
		width: 100%;
	}

	.left-info h2 {
		margin-bottom: 10px;
	}
}

@media(max-width:991px) {
	.contact-wrapper {
		flex-direction: column;
		width: 100%;
	}

	.left-info {
		flex: 1;
		width: 100%;
	}

	.form-boxs {
		flex: 1;
		width: 100%;
	}

	.left-info h2 {
		margin-bottom: 10px;
	}

}

.blog-section {
	padding: 40px 0;
}


.blog-grids {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

/* Blog Card */
.blog-cards {
	background: #f7f9fb;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease;
	border: 1px solid #e5e5e5;
}

.blog-cards:hover {
	transform: translateY(-5px);
}

.blog-imgs img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.blog-contents {
	padding: 20px;
}

.blog-dates {
	font-size: 14px;
	color: #555657;
	display: block;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.blog-dates i {
	font-size: 16px;
	color: #555657;
}

.blog-contents h3 {
	font-size: 20px;
	color: #232323;
	margin-bottom: 10px;
	line-height: 30px;
}

.blog-contents p {
	font-size: 15px;
	color: #232323;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 400;
}

.blog-contents a {
	font-size: 15px;
	color: #232323;
	text-decoration: none;
	font-weight: 500;
}

.blog-contents a:hover {
	color: #b10000;
}

/* Responsive */
@media (max-width: 991px) {
	.blog-grids {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.blog-grids {
		grid-template-columns: 1fr;
	}
}

/* Blogs-Details-Css */
.blog-header h1 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #232323;
	padding: 0px;
}

.blog-meta {
	font-size: 14px;
	color: #555657;
	display: block;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.blog-meta i {
	font-size: 16px;
	color: #555657;
}

.blog-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 25px;
}

.blogs-details h2 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 12px;
	color: #232323;
}

.blogs-details h3 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 12px;
	color: #232323;
}

.blogs-details p {
	margin-top: 0;
	margin-bottom: 1rem;
	color: #232323;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-align: justify;
}

.blogs-details ul {
	padding-left: 20px;
	list-style: none;
	padding: 0px 25px;
}

.blogs-details ul li {
	margin-bottom: 6px;
	list-style: none;
	font-size: 16px;
	color: #232323;
	list-style:disc;
}

.tip-box {
	background: #f7f9fb;
	border-left: 4px solid #a7090a;
	padding: 15px;
	margin: 20px 0;
	border-radius: 4px;
	font-size: 16px;
}

.conclusion {
	background: #f7f9fb;
	padding: 20px;
	margin-top: 25px;
	border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
	.blog-header h1 {
		font-size: 28px;
		margin-bottom: 10px;
		line-height: 38px;
	}

	.blogs-details h2 {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 12px;
		color: #232323;
		line-height: 29px;
	}

	.blogs-details h3 {
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 12px;
		color: #232323;
	}
}



.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.testimonials-card-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 2px;
	color: #1e1e1e;
	text-transform: none;
	/* letter-spacing: 1px; */
	/* border-bottom: 2px solid #e0e0e0; */
	padding-bottom: 8px;
}

.testimonials-card {
	background: #fff;
	border-radius: 12px;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.testimonials-content {
	flex: 1;
	padding-right: 20px;
}

.testimonials-content p {
	font-size: 16px;
	color: #232323;
	margin-bottom: 12px;
	font-weight: 400;
	line-height: 28px;
}

.author {
	font-weight: 600;
	font-size: 16px;
}

.author span {
	display: block;
	font-weight: 400;
	color: #a7090a;
	margin-top: 4px;
}

.testimonials-image {
	width: 140px;
	min-width: 140px;
	border: 2px solid #e57373;
	border-radius: 10px;
	padding: 0;
	cursor: pointer;
	height: 180px;
	align-items: center;
	/* justify-content: center; */
	display: flex;
	overflow: hidden;
}

.testimonials-image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}




/* Responsive */
@media(max-width:900px) {
	.testimonials-grid {
		grid-template-columns: 1fr;
	}

	.testimonials-card {
		flex-direction: column;
		align-items: flex-start;
	}

	.testimonials-content {
		padding-right: 0;
		margin-bottom: 15px;
	}
}





/* ===== NAVBAR ===== */
.navbar-custom {
	background: linear-gradient(to bottom, #2b2b2b, #000);
	padding: 0;
}

/* LINKS */
.navbar-expand-lg .navbar-nav .nav-link {
	color: #fff !important;
	padding: 10px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

@media(min-width:992px) {
	.navbar-custom .nav-link {
		border-bottom: none;
		border-right: 1px solid rgba(255, 255, 255, .15);
	}
}

/* ===== DROPDOWN ===== */
.dropdown-menu {
	background: #111;
	border: none;
	border-radius: 0;

	/* 🔹 BULLET ENABLE */
	list-style: none;
	padding: 0px;
}

.dropdown-menu li {
	/*	list-style: disc;*/
}

.dropdown-item {
	color: #fff;
	padding: 7px 20px;
	border-bottom: 1px solid #ffffff2e;
}

.dropdown-item:hover {
	background: #000;
	color: #a7090a;
}

/* Desktop hover open */
@media(min-width:992px) {
	.nav-item.dropdown:hover>.dropdown-menu {
		display: block;
	}
}

/* ===== LEVEL 2 ===== */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	display: none;
	left: 100%;
	top: 0;
}

/* Desktop hover for level 2 */
@media(min-width:992px) {
	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
}

/* ===== SOCIAL ICONS ===== */
.social-icons {
	display: flex;
	align-items: center;
}

.social-icons a {
	color: #fff;
	padding: 0 10px;
	border-left: 1px solid rgba(255, 255, 255, .3);
}

/* ===== MOBILE ===== */
@media(max-width:991px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: linear-gradient(to bottom, #2b2b2b, #000);
		z-index: 999;
	}

	/* Mobile me level-2 straight open */
	.dropdown-submenu>.dropdown-menu {
		display: block !important;
		position: static;
		margin-left: 15px;
	}
}

/* #header.header-scrolled .navbar {
	top: 0;
	position: fixed;
	width: 100%;
} */

.header-scrolled {
	top: 0;
	position: fixed !important;
	width: 100%;
}

.sm-width {
	text-align: center
}

.sm-width p {
	max-width: 800px;
	margin: 0px auto 20px
}

.careers_title {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 600;
	color: #232323;
}


.btn:hover {
	color: #fff;
}

.ticker-wrapper .ticker span p{
	font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #9b0000;
  margin: 0px;
  padding: 0px;
}


.blogs-details ul li p{
	margin: 0px;
}

b, strong {
	font-weight: 700;
}