* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	scroll-behavior: smooth;
	font-family: "Jost", sans-serif;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/* =============================
          Default Css
============================== */
a {
	text-decoration: none;
	outline: 0 !important;

}

a:hover {
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {


	color: #FFFFFF;

	opacity: 1;

}

p {

	letter-spacing: 0px;
	color: #333333;
	font-size: 16px;
	line-height: 29px;
}

section {
	position: relative;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-top: 100px !important;
}


header {
	position: fixed;
	z-index: 9990;
	width: 100%;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;

}

.header-inner img {
	width: 80%;
}


.custom-container {
	padding: 0px 70px;
}

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

.slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	height: 100vh;
	/* 100% of viewport height */
	margin: 0 auto;
	position: relative;
}


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


.banner-text-box {
	position: absolute;
	width: 60%;
	padding: 30px 30px;
	right: 6%;
	bottom: 4%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: 0.9;
	height: auto;
}

.banner-text-box h1 {
letter-spacing: 0px;
  color: #004e7a;
  text-transform: capitalize;
  font-size: 36px;
  line-height: 40px;
  padding: 0px;
  margin: 0px 0px 25px 0px;
  /*font-weight: 700;*/
}


.about-page {

	padding-bottom: 100px;
	position: relative;
	margin-bottom: 200px;
}

.about-page h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 0;
}

.about-page p {
	font-size: 24px;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}


.video-section {
	padding: 20px 70px 100px 70px;
	width: 100%;
	height: 500px;
	position: relative;

}

.video-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

/*================================================
vedio Button Area CSS
=================================================*/


.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.play-button a::before {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: video-play 3s infinite linear;
	animation: video-play 3s infinite linear;
}

.play-button a i {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding-left: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--whiteColor);
	/* background-color: #fbfcffb5; */
	border: 1px solid;
	position: relative;
	font-size: 30px;
}

.play-button a i {
	color: #fff;
	font-size: 30px;

}

@-webkit-keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@-webkit-keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@-webkit-keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

@keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

/*================================================
vedio Button Area CSS
=================================================*/


.text-box {
	position: absolute;
	width: 38%;
	padding: 30px 30px;
	right: 7%;
	bottom: 10%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: 0.9;
	height: auto;
}

.text-box-upper {
	position: relative;
}


.text-box h2 {
letter-spacing: 0px;
  color: #004e7a;
  text-transform: capitalize;
  font-size: 36px;
  line-height: 40px;
  padding: 0px;
  margin: 0px 0px 25px 0px;
  font-weight: 700;
}

.text-box p {
	letter-spacing: 0px;
	color: #4a5759;
	text-transform: capitalize;
	opacity: 0.75;
	font-size: 20px;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
	font-weight: 600;
}

.text-box-upper p { 	letter-spacing: 0px;
	color: #4a5759;
	text-transform: capitalize;
	opacity: 0.75;
	font-size: 20px;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
	font-weight: 600; }

.catalogs {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 2px solid #98ABEE;
	opacity: 1;
	text-align: center;
	color: #004e7a;
	font-size: 20px;
	margin: 20px 0px;
	padding: 14px 20px;
	float: left;
	font-weight: 600;
	background: #fff;
}

.catalogs:hover {
	background: #98ABEE;
	color: #fff;
}


.contact-page-left-inner {
	position: relative;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	width: auto;
	gap: 22px;
	height: auto;
}


.contact-page-left-inner-icon {
	width: 60px;
	padding: 0px;
	background: #6196A6;
	height: 60px;
	border-radius: 50%;
	text-align: center;
}

.contact-page-left-inner-icon i {
	color: #fff;
	font-size: 30px;
	padding: 15px 16px;
	text-align: center;
	margin: 0px auto;

}


.contact-page-left-inner-text {
	width: 80%;
	padding: 0px;
	margin: 0px;
}

.contact-page-left-inner-text h4 {
	color: #004e7a;
	font-size: 30px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	font-weight: 700;
}


.contact-page-left-inner-text h4 a {
	color: #004e7a;
	font-size: 30px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: 700;

}


.contact-page-left-inner-text h4 a:hover {
	color: #365486;
}

.contact-page-left-inner-text p {
	color: #004e7a;
	font-size: 28px;
	line-height: 40px;

}


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


/* toggle */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0px;
	right: 0;
	background: transparent linear-gradient(180deg, #8DB6C2 0%, #D4EDF5 100%) 0% 0% no-repeat padding-box;
	border: 1px solid aliceblue#000;
	opacity: 0.94;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 100px;
	text-align: center;
}

.sidenav a {
	padding: 10px 0px;
	text-decoration: none;
	font-size: 45px;
	color: #000000;
	display: block;
	transition: 0.3s;
	font-weight: 700;
}

.sidenav a:hover {
	color: #365486;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#main1 {
	transition: margin-left .5s;
	text-align: end;
}

div#main1 span {
	color: #fff;
}

.right-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 11px;
}


/* ==============================================footer======================================================*/
.footer {
	background: #054754;
	position: relative;
	padding: 40px 0 0;
	width: 100%;

}

.footer-logo-area p {
	color: #FFFFFF;
	padding: 15px 0;
	
	letter-spacing: 0.63px;
}


.social-menu {
	display: flex;
	align-items: center;
	height: 25%;
	justify-content: flex-start;
}


.social-menu ul {
	position: absolute;
	padding: 0;
	margin: 0;
	display: flex;
}

.social-menu ul li {
	list-style: none;
	margin: 0 6px 0 0;
}


.social-menu ul li a {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: transparent;
	text-align: center;
	transition: 0.6s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	margin: 0 7px 0 0;
	border: 1px solid #fff;
}

.social-menu ul li a i,
.social-menu ul li a svg {
	color: #f7f7f7;
}


.footer_links ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.footer_links ul li,
.footer_links ul li a {

	letter-spacing: 1.52px;
	color: #FFFFFF;
	font-weight: 300;
	padding: 6px 0;
	font-family: "Jost", sans-serif;
	font-size: 18px;
  line-height: 28px;
}

.footer_links ul li, .footer_links ul li a:hover { color: #DBEDF2; }

.get-in {
	display: grid;
	gap: 15px;
}


.get-in a {
	text-align: left;
	color: #FFFFFF;
	display: flex;
	align-items: start;
	gap: 14px;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 28px;
}

.get-in a:hover { color: #DBEDF2; }

.get-in a i {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	transition: 0.6s;
	display: flex !important;
	justify-content: center;
	align-items: start;
	font-size: 15px;
	margin: 0 7px 0 0;
	color: #054754;
	padding: 10px 16px;
}

.copywight {
	padding-top: 18px;
}

.copywight p {
	color: rgba(255, 255, 255, 1);
	font-family: "Jost", sans-serif;
	font-size: 16px;
	line-height: 28px;
	margin: 10px 0px 20px 0px;
}

/* ==================================inner-section-css====================================================== */


.inner-about-page {
    background: #EEF9FC;
    padding: 40px 0px;
}

.inner-about-page ul{
margin: 0 0 18px 25px;
}

.inner-about-page ul li {
    letter-spacing: 0px;
    color: #333333;
    font-size: 16px;
    line-height: 29px;
    list-style-type: disc;
}

.inner-about-page h1 {
	font-size: 40px;
	border-bottom: 1px solid #004e7a;
	padding: 0px 0px 40px 0px;
	margin: 0px;
	line-height: 30px;
	text-align: center;
	margin: 0px 0px 40px 0px;
	color: #004e7a;
}

/* ==================================inner-section-css-what-we-do====================================================== */

.what-we-do {
	padding: 0px;
	margin: 0px;
}

.what-we-do .sec-1 {
	border-bottom: 1px solid #fff;
	padding: 0px;
	margin: 0px;
}

.what-we-do .sec-1 p {
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 0px 0px 40px 0px;
	margin: 0px;
	line-height: 30px;
}

.what-we-do .sec-2 {
	padding: 40px 0px;
	margin: 0px;
}


.what-we-do .sec-2-img {
	padding: 50px 0px;
	margin: 0px auto;
	text-align: center;
}


.what-we-do .sec-2-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.what-we-do .sec-2-text {
	padding: 0px;
	margin: 0px;
}


.what-we-do .sec-2-text p {
	color: #fff;
	font-size: 20px;
	text-align: left;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	line-height: 30px;
}


.what-we-do .sec-2-fullwid {
	padding: 0px;
	margin: 0px;
}


.what-we-do .sec-2-fullwid p {
	color: #fff;
	font-size: 20px;
	text-align: left;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	line-height: 30px;
}


/* ==================================who-are-u-css================================================================== */


.who-are-u {
	padding: 0px;
	margin: 0px;
}

.who-are-u .sec-1 p {
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 0px 0px 40px 0px;
	margin: 0px;
	line-height: 30px;
}


.who-are-u .sec-2-text h2 {
	font-size: 30px;
	border-bottom: 1px solid #fff;
	padding: 0px 0px 40px 0px;
	margin: 0px;
	line-height: 30px;
	text-align: left;
	margin: 0px 0px 40px 0px;
}

.who-are-u .sec-2 p {
	color: #fff;
	font-size: 20px;
	text-align: left;
	padding: 0px 0px 40px 0px;
	margin: 0px;
	line-height: 30px;
}


.who-are-u .sec-2-img {
	padding: 50px 0px;
	margin: 0px auto;
	text-align: center;
}


.who-are-u .sec-2-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.who-are-u .sec-2-text {
	padding: 0px;
	margin: 0px;
}


/* ==================================who-are-u-css================================================================== */


.sustainability {
	padding: 0px;
	margin: 0px;
}

.sustainability .sec-2-text {
	padding: 0px;
	margin: 0px;
}


.sustainability .sec-2-text p {
	color: #fff;
	font-size: 20px;
	text-align: left;
	padding: 0px 0px 40px 0px;
	margin: 0px;
	line-height: 30px;
}


.sustainability .sec-1-img {
	padding: 50px 0px;
	margin: 0px auto;
	text-align: center;
}


.sustainability .sec-1-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.sustainability .sec-2-text h2 {
	font-size: 30px;
	border-bottom: 1px solid #fff;
	padding: 0px 0px 40px 0px;
	margin: 0px;
	line-height: 30px;
	text-align: left;
	margin: 0px 0px 40px 0px;
}

.sustainability .sec-2 p {
	color: #fff;
	font-size: 20px;
	text-align: left;
	padding: 0px 0px 40px 0px;
	margin: 0px;
	line-height: 30px;
}


.sustainability .sec-2-img {
	padding: 50px 0px;
	margin: 0px auto;
	text-align: center;
}


.sustainability .sec-2-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


/* ==========================catalogs-sec=================================================== */

.catalogs-sec {
	padding: 0px;
	margin: 0px;
	height: 100%;
}


.catalogs-box {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	height: auto;
}


.catalogs-box-img {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.catalogs-box-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.catalogs-box-text {
    padding: 15px 8px;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 12px;
}

.catalogs-box-text h4 {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	color: #004e7a;
}

.catalogs-box-text p {
	color: #4a5759;
	line-height: 24px;
	font-size: 16px;
	padding: 10px 0px;
	margin: 0px;
}


.contact {
	padding: 0px;
	margin: 0px;
}


.contact-row-sec1 {
	padding: 20px 0px 60px 0px;
	margin: 0px;
	border-bottom: 1px solid #fff;
}


.cont-info {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 10px;
}

.info-icon {
	width: 20%;
}

.info-text {
	width: 80%;
	padding: 0px;
	margin: 0px;
}

.info-text p {
	font-size: 25px;
	color: #004e7a;
	line-height: 35px;
	font-weight: 700;
	font-family: "Jost", sans-serif;
}

.info-text p a {
	font-size: 25px;
	color: #004e7a;
	line-height: 35px;
	font-weight: 700;
}

.info-text p a:hover {
	color: #000;
}


.contact-frm-sec {
	padding: 20px 0px;
	margin: 0px;
}

.contact-frm-sec h3 {
	font-size: 35px;
	padding: 20px 0px;
	line-height: 35px;
	text-align: center;
	margin: 0px;
	color: #004e7a;
	font-weight: 600;
}

.cont-frm {
	margin: 20px 0px;
}


.cont-frm label {
	font-size: 18px;
	font-weight: 600;
	color: #004e7a;
}

.cont-frm .form-control {
	display: block;
	width: 100%;
	padding: 12px 10px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #004e7a;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	margin-bottom: 15px;
}


.cont-frm .loginbtn {
	margin: 35px auto;
	background: #5A7B85;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 500;
	position: relative;
	font-size: 18px;
	padding: 15px 60px;
	border: none;
}

.cont-frm .loginbtn:hover {
	background: #054754;
}


.cont-map {
	margin: 0px;
	padding: 0px;
}

.phone-num {
	font: normal normal normal 23px/28px KonTikiJF Aloha;
}

.footer-logo-area img {
	width: 200px;
}

.what-we-do .sec-2 ul li {
	color: #fff;
	font-size: 20px;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	line-height: 30px;
}

.what-we-do h3 {
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	padding: 8px 0px 20px 0px;
	margin: 0px;
	letter-spacing: 0;
}

.sustainability h3 {
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	padding: 8px 0px 20px 0px;
	margin: 0px;
	letter-spacing: 0;
}

.sustainability .sec-1 ul li {
	color: #fff;
	font-size: 20px;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	line-height: 30px;
}

.sustainability .sec-2 ul li {
	color: #fff;
	font-size: 20px;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	line-height: 30px;
}


/* ==================================inner-section-css================================================================== */

.header-home-page {
	position: fixed;
	z-index: 9990;
	width: 100%;
}


.header-inner-pages {
	position: relative;
	z-index: 9990;
	width: 100%;
	background: #235786;
	padding: 20px 0px;
}

.inner-header-text h2 {
	text-align: center;
	letter-spacing: 0px;
	color: #CDFEFB;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 500;
	margin: 10px 0px;
	padding: 0px;
}

/* ===================*/
/* ===what-we-do=====*/
/* ==================*/


.oem-services {
	background: #eef9fc;
	padding: 40px 0px;
	margin: 0px;
}

.oem-services h2 {
	text-align: center;

	letter-spacing: 0px;
	
	opacity: 1;
	color: #004e7a;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;


}


.oem-services-inner {
	display: flex;
	justify-content: space-between;
	align-content: start;
	gap: 20px;
	margin: 40px 0px 0px 0px;
}


.oem-services-text1 {
	width: 30%;
}

.oem-services-text1 p {
	text-align: right;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}


.oem-services-text2 {
	width: 30%;
}

.oem-services-text2 p {
	text-align: left;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}


.oem-services-img {
	width: 70%;
	height: auto;
	object-fit: contain;
}

.oem-services-img img {
	width: 100%;
}


.odm-solution {
	background: #e6f4f8;
	padding: 40px 0px;
	margin: 0px;
}


.odm-solution h2 {
	text-align: center;

	letter-spacing: 0px;

	opacity: 1;
	color: #004e7a;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;


}


.odm-solution-inner {
	padding: 40px 0px;
}


.odm-solution-box {
	text-align: center;
	margin: 0px auto;
	width: 100%;
	height: 100%;
}


.odm-solution-box-icon {
	width: 140px;
	height: 140px;
	background: #CDE7EE;
	text-align: center;
	border-radius: 50%;
	padding: 35px 20px;
	margin: 0px auto;
}

.odm-solution-box-text {
	margin: 20px 0px 0px 0px;
}

.odm-solution-box-text p {
	text-align: center;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding: 0% 10%;
}


.private-section {
	background: #eef9fc;
	padding: 40px 0px;
	margin: 0px;
}


.private-section-img {
	padding: 0% 15%;
}


.private-section-text {
	padding: 0px;
	margin: 0px;
}

.private-section-text h2 {
	text-align: left;
	letter-spacing: 0px;
	opacity: 1;
	color: #004e7a;
	padding: 0px;
	margin: 0px 0px 40px 20px;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}

.private-section-text p {
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #4a5759;
	padding: 0px;
	margin: 0px 0px 20px 20px;
	position: relative;
	display: flex;
}


.private-section-text p::before {
	font: normal normal normal 24px/1 FontAwesome;
	content: "\f058";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #004e7a;
	position: relative;
	top: 1px;
	margin-right: 15px;
}


.hybrid-section {
	background: #e6f4f8;
	padding: 40px 0px;
	margin: 0px
}


.hybrid-section h2 {
	text-align: center;
	letter-spacing: 0px;
	color: #004e7a;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}

.hybrid-section-box {
	margin: 40px auto;
	text-align: center;
}

.hybrid-section-box-text {
	padding: 0px;
	margin: 40px 6% 40px;
}

.hybrid-section-box-text p {
	text-align: center;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}


.hybrid-section-box-img {
	padding: 0% 10%;
	width: 315px;
	margin: 0px auto;
	height: auto;
}


.hybrid-section-box-right {
	position: relative;

	height: 100%;
}

.hybrid-section-box-right-img {
	position: absolute;
	top: 60px;
	left: 0px;
}

.hybrid-section-box-right-img img {
	width: 250px;
	height: auto;
	object-fit: cover;
}


.hybrid-section-box-right-text {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 53%;
	margin: 0px;
	padding: 0px;
}

.hybrid-section-box-right-text p {
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}


.production-section {
	background: #eef9fc;
	padding: 80px 0px;
	margin: 0px;
}


.production-section-inner-box {
	position: relative;
	width: 100%;
	height: 250px;
	display: block;
}

.production-section-inner-box h2 {
	text-align: left;
	letter-spacing: 0px;
	color:#004e7a;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-family: "Jost", sans-serif;
	font-size: 34px;
	line-height: 34px;
	font-weight: 700;
}


.production-text-box {
	position: absolute;
	background: #DBEDF2;
	width: 310px;
	height: auto;
	right: 0px;
	border-radius: 10px;
	padding: 20px 32px;
}

.production-text-box h6 {
	text-align: center;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}


.production-section-inner-box-midimg {
	position: absolute;
	left: 0px;
	right: 0px;
	padding: 0px 10%;
}

.box-right-algn {
	top: 0%;
	right: 0px;
}

.box-left-algn {
	top: 50%;
	left: 0px;
}


.strategic-section {
	background: #e6f4f8;
	padding: 40px 0px;
	margin: 0px;
}


.strategic-section-text {
	margin: 0px;
	padding: 20% 0%;
}

.strategic-section-text h2 {
	text-align: center;
	letter-spacing: 0px;
	color: #004e7a;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-family: "Jost", sans-serif;
	font-size: 34px;
	line-height: 33px;
	font-weight: 700;
	flex-wrap: wrap;
}

.strategic-section-text p {
	text-align: center;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding: 0px;
}


.strategic-section-box-left {
	position: relative;
}

.strategic-section-box-left-img {
	height: 300px;
}

.strategic-section-box-left-img img {
	width: 100%;
	height: 100%;
}


.strategic-section-box-left-text {
	position: absolute;
	top: 16px;
	right: -115px;
	width: 85%;
}

.strategic-section-box-left-text p {
	text-align: left;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding: 0px;
}


.strategic-section-box-right {
	position: relative;
}

.strategic-section-box-right-text {
	position: absolute;
	top: 16px;
	right: -115px;
	width: 85%;
}

.strategic-section-box-right-text p {
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding: 0px;
}


.strategic-section-box-right-img {
	padding: 0px;
	margin: 0px;
	height: 300px;
}

.strategic-section-box-right-img img {
	width: 100%;
	height: 100%;
}


.strategic-section-box-right-text {
	position: absolute;
	left: -100px;
}


.strategic-section-box-right-text p {
	text-align: left;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding: 0px;
}


.commitment-section {
	background: #eef9fc;
	padding: 80px 0px;
	margin: 0px;
}

.commitment-section-inner {
	position: relative;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
}

.commitment-section-text1 {
	background: #DBEDF2;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	border: 3px solid #5E91A1;
	position: absolute;
	top: 49%;
	left: 4%;
	padding: 59px 3px;
	text-align: center;
	margin: 0px auto;
}

.commitment-section-text1 h2 {
	text-align: center;
	letter-spacing: 0px;
	color: #004e7a;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	font-family: "Jost", sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}


.commitment-section-text2 {
	background: #DBEDF2;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	border: 3px solid #5E91A1;
	position: absolute;
	top: 5%;
	right: 4%;
	padding: 75px 10px;
	text-align: center;
	margin: 0px auto;
}

.commitment-section-text2 p {
	text-align: center;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	font-family: "Jost", sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
}

/* ===================*/
/* ===what-we-do=====*/
/* ==================*/


/* ===================*/
/* ===OUR CLIENTS=====*/
/* ==================*/

.client-section {
	background: #EEF9FC;
	padding: 80px 0px;
	margin: 0px;
}


.client-section-box {
	margin: 0px 0px 20px 0px;
	padding: 20px 20px;
	min-height: 400px;

}

.client-section-box:hover {
	background: #eef9fc;
	border-radius: 20px;
	padding: 20px 20px;
	box-shadow: 0px 30px 60px #D4D8D9;
}


.client-section-box-icon {
	background: #EEF9FC;
	width: 150px;
	height: 150px;
	box-shadow: 0px 30px 60px #DFEAEE;
	border-radius: 50%;
	text-align: center;
	margin: 0px auto;
	padding: 0px 15px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.client-section-box-text {
	margin: 15px 6%;
}

.client-section-box-textrow {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 10px;
}

.client-section-box-textrow img {
	width: auto;
	height: auto;
	object-fit: cover;
}

.client-section-box-textrow-icon {
	width: 50px;
	height: 50px;
}

.client-section-box-textrow-text h3 {
	text-align: left;
	letter-spacing: 0px;
	color: #3F6E7D;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-family: "Jost", sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}


.client-section-box-textrow-text h6 {
	text-align: left;
	letter-spacing: 0px;
	color: #004e7a;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}

.client-section-box-textrow-text h3 {
	text-align: left;
	letter-spacing: 0px;
	color: #004e7a;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}

.client-section-box-text p {
	text-align: center;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
.client-section-box-textrow-outer {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 20px;
}


/* ===================*/
/* ===OUR CLIENTS=====*/
/* ==================*/


/* ===================*/
/* ===WHO WE ARE=====*/
/* ==================*/

.we-are-top {
	background: #EEF9FC;
	padding: 40px 0px;
}

.we-are-top p {
	text-align: center;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0% 5%;
}

.we-are-top-inner {
	padding: 0% 10%;
	margin: 0px;
}


.we-are-top-text {
	position: relative;
}

.we-are-top-text-inner p {
	text-align: left;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 0px;
	display: flex;
	justify-content: start;
	gap: 10px;
}


.we-are-top-text1 {
	position: absolute;
	left: -232px;
	top: 50px;
	width: 55%;
}

.we-are-top-text2 {
	position: absolute;
	left: -85px;
	top: 185px;
	width: 75%;
}


.we-are-top-text3 {
	position: absolute;
	left: 20px;
	top: 311px;
	width: 90%;
}


.our-identity-section {
	background: #E6F4F8;
	padding: 40px 0px 200px;
	margin: 0px;
}


.our-identity-section h2 {
	text-align: center;
	letter-spacing: 0px;

	opacity: 1;
	color: #004e7a;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}


.our-identity-section-inner {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	position: relative;
}

.our-identity-section-inner-img {
	position: relative;
	left: 0px;
	right: 0px;
	width: 724px;
	margin: 0px auto;
	height: auto;
}

.our-identity-section-inner-text p {
	text-align: left;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	gap: 10px;
}

.identity1 {
	position: absolute;
	top: 30px;
	left: 1px;
	width: 26%;

}

.identity2 {
	position: absolute;
	top: 15px;
	left: 450px;
	width: 25%;
}

.identity3 {
	position: absolute;
	top: 44px;
	right: -51px;
	width: 21%;

}


.identity4 {
	position: absolute;
	top: 225px;
	left: -30px;
	width: 24%;

}


.identity5 {
	position: absolute;
	top: 225px;
	right: -30px;
	width: 24%;
}


.identity6 {
	position: absolute;
	top: 427px;
	left: 266px;
	width: 32%;

}

.identity7 {
	position: absolute;
	top: 357px;
	right: 145px;
	width: 24%;

}


.our-team {
	background: #E6F4F8;
	padding: 40px 0px 0px;
}

.our-team h2 {
	text-align: center;
	letter-spacing: 0px;
	opacity: 1;
	color: #004e7a;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}


.client-text {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.client-text h4 {
	text-align: left;
	letter-spacing: 0px;
	opacity: 1;
	color: #004e7a;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-family: "Jost", sans-serif;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
}

.client-text h6 {
	text-align: left;
	letter-spacing: 0px;
	opacity: 1;
	color: #004e7a;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
}


.client-text p {
	text-align: justify;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.core-team {
	margin: 0px 0px 0px 0px;
}

.core-team h2 {
	text-align: center;
	letter-spacing: 0px;
	color: #3F6E7D;
	opacity: 1;
	color: #3F6E7D;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}


.clientsay-box {
	margin: 0px;
	padding: 0px;
	
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.clientsay-box-img {
	width: 100%;
	height: 200px;
	border-radius: 15px;
	overflow: hidden;
}

.clientsay-box-img img { 	width: 100%;
	height: 100%; object-fit: contain; }


.clientsay-box-text {
	margin: 20px 0px 0px 0px;
}

.clientsay-box-text h4 {
	text-align: center;
	letter-spacing: 0px;
	opacity: 1;
	color: #3F6E7D;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
}

.clientsay-box-text h6 {
	text-align: center;
	letter-spacing: 0px;
	opacity: 1;
	color:#365486;
	padding: 0px;
	margin: 0px;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}


.brand-services-section {
	background: #EEF9FC;
	padding: 40px 0px;
}


.brand-services-section h2 {
	text-align: center;
	letter-spacing: 0px;
	opacity: 1;
	color: #004e7a;
	padding: 0px;
	margin: 0px 0px 60px 0px;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}


.brand-services-img {

	margin: 0px auto;
	text-align: center;
}

.brand-services-img img {
	width: 60%;
	height: auto;
}

.brand-services-text p {
	text-align: left;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	padding: 0px;
	display: flex;
	justify-content: start;
	gap: 10px;
	margin: 0px 0px 20px 0px;
	position: relative;
}

.cel-icon {
	width: 10%;
}


.cel-icon img {
	width: 20px;
	height: 20px;
}

.text-wid {
	width: 90% !important;
}


/* ===================*/
/* ===WHO WE ARE=====*/
/* ==================*/


/* ===================*/
/* ====Why Us=========*/
/* ==================*/


.our-solution {
	background: #EEF9FC;
	padding: 40px 0px;
}

.our-solution h2 {
	text-align: center;
	letter-spacing: 0px;
	opacity: 1;
	color: #004e7a;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}


.our-solution-left-text {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 20px;
}


.our-solution-left-text p {
	text-align: left;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	gap: 10px;
	width: 60%;

}


.solution-arrow {
	height: 100%;
	position: relative;
}


.solution-arrow img {
	position: absolute;
	bottom: 0px;
}


.solution-arrow h5 {
	text-align: center;
	letter-spacing: 0px;
	opacity: 1;
	color: #004e7a;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-family: "Jost", sans-serif;
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
	position: absolute;
	bottom: 48px;
	left: 0px;
	right: 0px;
}


.our-solution-right {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.our-solution-right-img {
	width: 70%;
	height: 100%;
}

.our-solution-right-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.our-solution-right-text {
	width: 50%;
	position: relative;
}

.our-solution-right-text p {
	text-align: left;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	gap: 10px;
}


.our-solution-right-text1 {
	position: absolute;
	top: 45px;
	left: 18px;
	width: 100%;
}

.our-solution-right-text2 {
	position: absolute;
	top: 190px;
	left: -95px;
	width: 100%;
}


.record-row {
	background: #E6F4F8;
	padding: 100px 0px;
	margin: 0px;
}


.record-row-left {
	padding: 0px;
	margin: 0px;
}

.record-row-left h2 {
	text-align: left;
	letter-spacing: 0px;
	opacity: 1;
	color: #004e7a;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}


.record-row-left p {
	text-align: left;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	display: flex;
	justify-content: start;
	gap: 10px;
	width: 60%;
}


.record-row-right {
	position: relative;
	left: 0px;
	right: 0px;
	margin: 40px auto;
	text-align: center;
}

.record-row-right img {
	width: 60%;
	height: auto;
}

.record-row-right-text {
	text-align: center;
}

.record-row-right-text p {
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	display: flex;
	justify-content: start;
	gap: 10px;
}

.record-text1 {
	position: absolute;
	top: -75px;
	right: 45px;
	width: 145px;
}

.record-text2 {
	position: absolute;
	top: 85px;
	left: -42px;
	width: 145px;

}

.clear-differentiation {
	background: #EEF9FC;
	padding: 40px 0px;
}

.clear-differentiation h2 {
	text-align: center;
	letter-spacing: 0px;
	opacity: 1;
	color: #004e7a;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}


.clear-differentiation-inner {
	padding: 20px 0px 60px;
	position: relative;
}


.clear-differentiation-img {
	position: relative;
	top: 0px;

	right: 130px;
	text-align: right;
}

.clear-differentiation-img img {
	width: 60%;
}


.clear-differentiation-text {
	position: absolute;
}


.clear-differentiation-text p {
	text-align: left;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	display: flex;
	justify-content: start;
	gap: 10px;
}

.clear-differentiation-text.clear-text1 {
	top: 100px;
	width: 18%;

	left: 10%;
}


.clear-differentiation-text.clear-text1 {
	top: 80px;
	width: 18%;

	left: 10%;
}

.clear-differentiation-text.clear-text2 {
	top: 58%;
	width: 22%;
	left: 12%;
}

.clear-differentiation-text.clear-text3 {
	bottom: 6%;
	width: 21%;
	left: 28%;
}

.clear-differentiation-text.clear-text4 {
	top: 15%;
	width: 25%;
	right: 8%;
}


.unique-vcalue-proposition {
	background: #E6F4F8;
	padding: 40px 0px;
}

.unique-vcalue-proposition h2 {
	text-align: center;
	letter-spacing: 0px;
	opacity: 1;
	color: #004e7a;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}


.unique-vcalue-text-row {
	position: relative;
	padding: 0px;
	margin: 0px;
}


.unique-vcalue-text-row-box {
	position: absolute;
}

.unique-vcalue-text-row-box p {
	text-align: left;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	padding: 0px;
	display: flex;
	justify-content: start;
	gap: 10px;
	margin: 0px 0px 20px 0px;
	position: relative;
}


.unique-text1 {
	top: 95px;
	left: 110px;
	width: 70%;
}

.unique-text2 {
	top: 230px;
	left: 135px;
	width: 70%;
}

.unique-text3 {
	top: 95px;
	left: 20px;
	width: 70%;
}

.unique-text4 {
	top: 230px;
	left: -20px;
	width: 70%;
}


.strategic-advantages-section {
	background: #EEF9FC;
	padding: 40px 0px;
	margin: 0px;
}

.strategic-advantages-section h2 {
	text-align: center;
	letter-spacing: 0px;
	opacity: 1;
	color: #004e7a;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}


.strategic-advantages-box {
	background: #DBEDF2;
	border-radius: 10px;
	padding: 20px 20px;
	display: flex;
	justify-content: start;
	gap: 20px;
	margin: 0px 0px 20px 0px;
}


.strategic-advantages-box-img {
	width: 30%;
}

.strategic-advantages-box-text {
	width: 70%;
}


.strategic-advantages-box-text h3 {
	text-align: left;
	letter-spacing: 0px;
	color: #004e7a;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	padding: 0px;
	display: flex;
	justify-content: start;
	gap: 10px;
	margin: 0px 0px 20px 0px;
}

.strategic-advantages-box-text p {
	text-align: left;
	letter-spacing: 0px;
	color: #4a5759;
	opacity: 1;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding: 0px;
	display: flex;
	justify-content: start;
	gap: 0px;
	margin: 0px 0px 8px 0px;
	position: relative;
}


.strategic-advantages-box.smll-box {
	min-height: 210px;
}

.strategic-advantages-box.big-box {
	min-height: 315px;
}


/* ===================*/
/* ====Why Us=========*/
/* ==================*/


 .inner-header-text {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}   
    
.right-toggle {
	height: 100%;
	display: flex;
	justify-content: end;
	align-items: center;
}  


.our-team-row {
	margin: 0px 0px 50px 0px;
}


#slide-2 {
	display: none;
}

.page-template.page-template-template-who-we-are.page-template-template-who-we-are-php.page.page-id-35.wp-embed-responsive.singular.image-filters-enabled {
	background: #e6f4f8;
}

.client-text ul {
    margin-top: 12px;
}

.client-text ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    transition: 0.6s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin: 0 7px 9px 0;
    border: 1px solid #fff;
}

.catalogs-box-text a {
	color: #235786;
	font-size: 16px;
}






