
@font-face {
	font-family: 'oswald';
	src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
		url('../fonts/oswald-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.header-fix a {
	font-family: 'Oswald';
}

.odo-banner {
	padding: 120px 0px 50px;
	position: relative;
	min-height: 100vh;
}


.banner-img {
	max-width: 600px;
	margin-left: auto;
}

.banner-main-img img {
	max-width: 535px;
}

.banner-content h1 {
	font-size: 60px;
	font-weight: 600;
	line-height: 89px;
	margin-bottom: 30px;
	color: #000;
}

.banner-content {
	position: relative;
	z-index: 0;
	padding: 70px 0 70px 60px;
}

.banner-content p {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 35px;
}

.up-down {
	animation: up-down linear 10s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: up-down linear 10s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: up-down linear 10s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: up-down linear 10s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: up-down linear 10s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}

@keyframes up-down {
	0% {
		transform: translate(1px, 10px)
	}

	24% {
		transform: translate(1px, 30px)
	}

	50% {
		transform: translate(1px, 5px)
	}

	74% {
		transform: translate(1px, 30px)
	}

	to {
		transform: translate(1px, 10px)
	}
}

.br_shap {
	position: absolute;
	left: 0;
	top: 10px;
	width: 330px;
	border: 10px solid #386fd71a;
	height: 100%;
	z-index: -1;
}

.btn-odoo {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #007BFF;
	padding: 10px 30px;
	height: 50px;
	color: #fff;
	border-radius: 6px;
	font-weight: 600;
	border: 2px solid #007BFF;
	transition: .5s;
	gap: 5px;
}

.btn-odoo:hover {
	background: #0000;
	color: #007BFF;
}

.btn-odolo:hover svg {
	filter: brightness(0) saturate(100%) invert(24%) sepia(99%) saturate(2129%) hue-rotate(209deg) brightness(100%) contrast(112%);
}

.partner {
	background: #eaf0fb;
	padding: 80px 0px;
	background-size: cover;
}

.partner h2 {
	color: #007BFF;
	margin-bottom: 20px;
}


.partner p {
	line-height: 2rem;
	font-size: 16px;
	max-width: 1160px;
	margin: 0px auto 0px;
}

.feature-card {
	background: #EAF0FB;
	padding: 25px;
	height: calc(100% - 20px);
	transition: .5s;
	margin-bottom: 20px;
}

.feature-card-title a {
	font-size: 30px;
	color: #000;
}

.feature-card-title {
	margin: 20px 0px 30px;
}

.why-choose {
	padding-bottom: 80px;
}

.section-title {
	margin-bottom: 60px;
}

.section-title h1 {
	margin-bottom: 30px;
	color: #000;
}

.section-title p {
	font-size: 18px;
	max-width: 90% !important;
	margin: auto;
	line-height: 35px;
}

.sub-heading {
	color: #000;
	font-size: 28px;
}

.feature-card-icon img {
	width: 60px;
	transition: .5s;
}

.feature-card:hover .feature-card-icon img {
	transform: rotateY(180deg);
}

.services {
	padding: 80px 0px;
}

.custom-advanced-technology-wrap {
	position: relative;
	height: 100%;
}

.custom-advanced-technology-icon {
	min-width: 129px;
	height: 129px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 47%;
	transform: translateY(-50%);
}

.custom-advanced-technology-icon img {
	width: 95px;
	transition: .5s;
}

.custom-advanced-technology-wrap:hover .custom-advanced-technology-icon img {
	transform: rotateY(180deg);
}

.custom-advanced-technology-content-wrap {
	padding: 45px 30px 45px 80px;
	margin-left: 67px;
	border-radius: 3px;
	box-shadow: 0px 4px 7px 3px rgba(0, 0, 0, 0.08);
	background: #fff;
	height: 100%;
}

.services [class*="col-"] {
	margin-bottom: 50px;
}

.sub-heading {
	color: #000;
	font-size: 28px;
}

.logoMarqueeSection {
	margin-top: 80px;
	overflow: hidden;
}

div.marquee>a>img {
	height: 100px;
	width: 100px;
	object-fit: contain;
}

.logoMarqueeSection>div>div {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 0;
}

.marquee-wrapper {
	display: inline-block;
	white-space: nowrap;
}

.marquee {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	transform: translate3d(0%, 0, 0);
	animation-duration: 17s;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.marquee a {
	display: inline-block;
	white-space: nowrap;
	padding-right: 5.4rem;
}

.marquee-wrapper:hover .marquee {
	animation-play-state: paused !important;
}

@keyframes marquee {
	0% {
		transform: translate3d(0%, 0, 0);
	}

	100% {
		transform: translate3d(-100%, 0, 0);
	}
}


.work-process {
	padding-bottom: 80px;
}

.work_flow .number {
	width: 80px;
	height: 80px;
	color: white;
	font-size: 24px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	margin: 0px auto 30px;
	-webkit-box-shadow: 3px 0 60px #007BFF1A;
	box-shadow: 3px 0 60px #007BFF1A;
	border: 10px solid white;
	background: #007BFF;
}

.work_flow .work_cont {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	background: #f1f8ff;
	padding: 15px;
	text-align: center;
	border-radius: 50%;
	width: 210px;
	height: 210px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: auto;
}

.work_flow .work_cont::before {
	position: absolute;
	content: '';
	left: 33px;
	bottom: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-right: 22px solid transparent;
	border-bottom: 15px solid #fff
}

.work-process-line {
	margin-bottom: -95px;
}

.work-process .col:nth-child(1) .work_flow {
	margin-top: 30px;
}

.work-process .col:nth-child(2) .work_flow {
	margin-top: -0;
}

.work-process .col:nth-child(3) .work_flow {
	margin-top: 30px;
}

.work-process .col:nth-child(4) .work_flow {
	margin-top: 0px;
}

.work-process .col:nth-child(5) .work_flow {
	margin-top: 30px;
}

.cta {
	background-image: url(../img/odoo/footer-bg.jpg);
	background-size: cover;
	display: flex;
	padding: 50px 0px;
}

.cta .row {
	align-items: center;
}

.cta-img img {
	width: 100%;
}

.cta-disc h3 {
	font-size: 50px;
	font-weight: 600;
	line-height: 57.5px;
	color: #fff;
	padding-bottom: 12px;
}

.cta-disc p {
	font-size: 24px;
	font-weight: 400;
	line-height: 38.4px;
	padding-bottom: 30px;
	color: #fff;
	margin-bottom: 0px;
}

.cta-img {
	text-align: center;
}

.cta-btn {
	box-shadow: 0 8px 35px #f0736d14;
	background: #fff;
	color: #000;
	padding: 0 40px;
	border-radius: 50px;
	display: inline-flex;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .5s;
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	height: 50px;
}

.cta-btn:hover {
	color: #007BFF;
}

.industries {
	padding: 0px 0px 80px;
}

.icon-bx img {
	width: 48px;
}

.icon-bx p {
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0px;
}


.expertise {
	padding: 80px 0px;
}

.expertise-box {
	padding: 50px 30px;
	box-shadow: 0px 4px 7px 3px rgba(0, 0, 0, 0.08);
	height: 100%;
	transition: .7s;
}

.expertise-box:hover {
	transform: translateY(-15px);
}

.icn-exp {
	width: 100px;
	height: 100px;
	margin: 0px auto 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icn-exp img {
	width: 100px;
}

.expertise-box h3 {
	margin-bottom: 30px;
	color: #000;
}

.expertise [class*="col-"] {
	margin-bottom: 30px;
}

.industry-sec {
	padding-bottom: 80px;
}

.insdustry_main {
	position: relative;
	width: 100%;
	display: flex;
}

.industry-img::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, .01), rgba(0, 0, 0, .5), rgba(0, 0, 0, .8));
}

.industry-img {
	width: 100%;
	height: 410px;
	border-radius: .25rem;
	overflow: hidden;
	position: relative;
}

.industry-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.industry-wrap {
	position: absolute;
	bottom: 0;
	padding: 2.5rem 1.875rem;
	transition: all .7s ease-in-out;
	height: 12.5rem;
}

.industry-wrap .industry-inr {
	width: 3.375rem;
	height: 3.375rem;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.industry-wrap .industry-title {
	font-size: 1.875rem;
	line-height: 2.25rem;
	color: #fff;
	min-height: 5.75rem;
	padding-bottom: 1.25rem;
	margin: 0;
}

.industry-wrap p {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-top: .938rem;
}

.insdustry_main:hover .industry-img::before {
	background: linear-gradient(rgba(0, 0, 0, .01), rgba(7, 73, 208, 0.7), #0729e6);
}

.insdustry_main:hover .industry-wrap {
	height: 100%;
}

.industry-sec [class*="col-"] {
	margin-bottom: 30px;

}

@media (max-width: 1200px) {
	.banner-main-img img {
		max-width: 100%;
	}
}


@media (min-width: 1025px) and (max-width: 1420px) {
	.banner-content h1 {
		font-size: 55px;
		line-height: 80px;
	}
}

@media (max-width: 1024px) {
	.banner-content h1 {
		font-size: 40px;
		line-height: 60px;
	}

	.banner-content p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 35px;
	}
}

@media (max-width: 991px) {
	.custom-advanced-technology-content-wrap p {
		font-size: 14px;
		line-height: 26px;
	}

	.work-process-line {
		display: none;
	}

	.banner-img {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

@media (max-width: 768px) {

	.banner-content h1 {
		font-size: 36px;
		line-height: 50px;
	}

	.br_shap {
		display: none;
	}

	.custom-advanced-technology-icon {
		top: 0;
	}

	.custom-advanced-technology-content-wrap {
		padding: 55px 40px 45px 30px;
		margin-left: 0;
		height: calc(100% - 20px);
		margin-bottom: 20px;
	}
}