.roboto-thin {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: normal;
  }
  
  .roboto-light {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
  }
  
  .roboto-regular {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  
  .roboto-medium {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
  }
  
  .roboto-bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
  }
  
  .roboto-black {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
  }
  
  .roboto-thin-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: italic;
  }
  
  .roboto-light-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: italic;
  }
  
  .roboto-regular-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: italic;
  }
  
  .roboto-medium-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: italic;
  }
  
  .roboto-bold-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
  }
  
  .roboto-black-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: italic;
  }

/* Contact Us Page Start */
.contactusRight > .vc_column-inner{
	padding-left: clamp(1rem, -0.1226rem + 4.7896vw, 5.625rem) !important;
	padding-right: 15px !important;
	padding-top: clamp(1.5rem, 0.6505rem + 3.6246vw, 5rem);
	padding-bottom: clamp(2.5rem, 1.1347rem + 5.8252vw, 8.125rem);
}
.contactusRight > .vc_column-inner > .wpb_wrapper {
	box-shadow: 0px 0px 30px 10px #0000000F;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 40px;
	max-width: 571px;
	width: 100%;
	position: relative;
}
.contactusRight > .vc_column-inner > .wpb_wrapper > .wpb_text_column{
	margin-bottom: 0;
}
.custom_form label {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	display: block;
	margin-bottom: 8px;
}
.custom_form .wpcf7-form-control-wrap{
	margin-bottom: 25px !important;
  	display: block;
}
.custom_form .wpcf7-form-control {
	background-color: #fff;
	border: 1px solid #D2D6DA;
	border-radius: 6px;
	padding: 20px 20px;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #495057;
	margin-bottom: 5px;
}
.custom_form .wpcf7-form-control.wpcf7-checkbox {
	background-color: transparent;
	border: 0;
	padding: 0;
}
.custom_form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item{
	margin: 10px 20px 0 0;
}
.custom_form .wpcf7-form-control:focus-visible{
	outline: 0;
  	border-color: #000;
}
.custom_form .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	font-size: 14px;
}	
.contactusRight > .vc_column-inner > .wpb_wrapper::before {
	content: '';
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI1MCIgdmlld0JveD0iMCAwIDI4OCAyNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNODIuMTY4NCAxLjgxNjg2Qzc4Ljg4NjMgMS44MTY4NiA3NS42NDUxIDIuNjc3NjMgNzIuNzk1NCA0LjMwNjA4QzY5Ljk0NTcgNS45MzQ1NiA2Ny41NTg1IDguMjkwMDcgNjUuODkyIDExLjExNzlMNC40MzMzNCAxMTUuNDA2QzAuOTQ1ODAyIDEyMS4zMjQgMC45NDU3NTggMTI4LjY3NiA0LjQzMzMgMTM0LjU5NEw2NS44OTIgMjM4Ljg4MkM2Ny41NTg1IDI0MS43MSA2OS45NDU3IDI0NC4wNjUgNzIuNzk1NCAyNDUuNjk0Qzc1LjY0NTEgMjQ3LjMyMiA3OC44ODYyIDI0OC4xODMgODIuMTY4MyAyNDguMTgzSDIwNS44MzJDMjA5LjExNCAyNDguMTgzIDIxMi4zNTUgMjQ3LjMyMiAyMTUuMjA1IDI0NS42OTRDMjE4LjA1NCAyNDQuMDY1IDIyMC40NDEgMjQxLjcxIDIyMi4xMDggMjM4Ljg4MkwyODMuNTY3IDEzNC41OTRDMjg3LjA1NCAxMjguNjc2IDI4Ny4wNTQgMTIxLjMyNCAyODMuNTY3IDExNS40MDZMMjIyLjEwOCAxMS4xMTc5QzIyMC40NDEgOC4yOTAwNyAyMTguMDU0IDUuOTM0NTYgMjE1LjIwNSA0LjMwNjA4QzIxMi4zNTUgMi42Nzc2MyAyMDkuMTE0IDEuODE2ODYgMjA1LjgzMiAxLjgxNjg2SDgyLjE2ODRaTTgyLjE2ODQgMEgyMDUuODMyQzIxMy4xNjQgMCAyMTkuOTUgMy44Nzc3NSAyMjMuNjczIDEwLjE5NTRMMjg1LjEzMiAxMTQuNDgzQzI4OC45NTYgMTIwLjk3MyAyODguOTU2IDEyOS4wMjcgMjg1LjEzMiAxMzUuNTE3TDIyMy42NzMgMjM5LjgwNUMyMTkuOTUgMjQ2LjEyMiAyMTMuMTY0IDI1MCAyMDUuODMyIDI1MEg4Mi4xNjgzQzc0LjgzNTkgMjUwIDY4LjA1IDI0Ni4xMjIgNjQuMzI3IDIzOS44MDVMMi44NjgyOSAxMzUuNTE3Qy0wLjk1NjEwMyAxMjkuMDI3IC0wLjk1NjEwMyAxMjAuOTczIDIuODY4MzMgMTE0LjQ4M0w2NC4zMjcgMTAuMTk1NEM2OC4wNTAxIDMuODc3NzUgNzQuODM1OSAwIDgyLjE2ODQgMFoiIGZpbGw9IiNGOEJENEEiPjwvcGF0aD4KPC9zdmc+");
	width: clamp(2rem, -1.8835rem + 16.5696vw, 18rem);
	height: clamp(2rem, -1.8835rem + 16.5696vw, 18rem);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: -1;
	top: -48px;
	left: clamp(-5rem, 0.3010rem - 7.2492vw, 9rem);
}
.contactusRight > .vc_column-inner > .wpb_wrapper::after {
	content: '';
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI1MCIgdmlld0JveD0iMCAwIDI4OCAyNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNODIuMTY4NCAxLjgxNjg2Qzc4Ljg4NjMgMS44MTY4NiA3NS42NDUxIDIuNjc3NjMgNzIuNzk1NCA0LjMwNjA4QzY5Ljk0NTcgNS45MzQ1NiA2Ny41NTg1IDguMjkwMDcgNjUuODkyIDExLjExNzlMNC40MzMzNCAxMTUuNDA2QzAuOTQ1ODAyIDEyMS4zMjQgMC45NDU3NTggMTI4LjY3NiA0LjQzMzMgMTM0LjU5NEw2NS44OTIgMjM4Ljg4MkM2Ny41NTg1IDI0MS43MSA2OS45NDU3IDI0NC4wNjUgNzIuNzk1NCAyNDUuNjk0Qzc1LjY0NTEgMjQ3LjMyMiA3OC44ODYyIDI0OC4xODMgODIuMTY4MyAyNDguMTgzSDIwNS44MzJDMjA5LjExNCAyNDguMTgzIDIxMi4zNTUgMjQ3LjMyMiAyMTUuMjA1IDI0NS42OTRDMjE4LjA1NCAyNDQuMDY1IDIyMC40NDEgMjQxLjcxIDIyMi4xMDggMjM4Ljg4MkwyODMuNTY3IDEzNC41OTRDMjg3LjA1NCAxMjguNjc2IDI4Ny4wNTQgMTIxLjMyNCAyODMuNTY3IDExNS40MDZMMjIyLjEwOCAxMS4xMTc5QzIyMC40NDEgOC4yOTAwNyAyMTguMDU0IDUuOTM0NTYgMjE1LjIwNSA0LjMwNjA4QzIxMi4zNTUgMi42Nzc2MyAyMDkuMTE0IDEuODE2ODYgMjA1LjgzMiAxLjgxNjg2SDgyLjE2ODRaTTgyLjE2ODQgMEgyMDUuODMyQzIxMy4xNjQgMCAyMTkuOTUgMy44Nzc3NSAyMjMuNjczIDEwLjE5NTRMMjg1LjEzMiAxMTQuNDgzQzI4OC45NTYgMTIwLjk3MyAyODguOTU2IDEyOS4wMjcgMjg1LjEzMiAxMzUuNTE3TDIyMy42NzMgMjM5LjgwNUMyMTkuOTUgMjQ2LjEyMiAyMTMuMTY0IDI1MCAyMDUuODMyIDI1MEg4Mi4xNjgzQzc0LjgzNTkgMjUwIDY4LjA1IDI0Ni4xMjIgNjQuMzI3IDIzOS44MDVMMi44NjgyOSAxMzUuNTE3Qy0wLjk1NjEwMyAxMjkuMDI3IC0wLjk1NjEwMyAxMjAuOTczIDIuODY4MzMgMTE0LjQ4M0w2NC4zMjcgMTAuMTk1NEM2OC4wNTAxIDMuODc3NzUgNzQuODM1OSAwIDgyLjE2ODQgMFoiIGZpbGw9IiNGOEJENEEiPjwvcGF0aD4KPC9zdmc+");
	width: clamp(2rem, -1.8835rem + 16.5696vw, 18rem);
	height: clamp(2rem, -1.8835rem + 16.5696vw, 18rem);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: -1;
	bottom: clamp(-7rem, 0.3010rem - 7.2492vw, 9rem);
  	right: clamp(-5rem, 0.3010rem - 7.2492vw, 9rem);
}
.submit_btn p{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.custom_form .wpcf7-submit {
	font-size: 14px;
	display: inline-block;
	font-weight: 500;
	width: auto;
	background-color: #073666;
	color: #fff;
	border-radius: 6px;
	padding: 10px 21px !important;
}
.contactusLeft{
	position: relative;
	color: #fff;
}
.contactusLeft .contactus_bg_img *{
	width: 100%;
}
.contactus_bg_img::before{
	content: '';
}
.contactusLeft .contactus_bg_img img{
	object-fit: cover;
	object-position: right;
}
.contactusLeft .contactus_bg_img_mobile{
	display: none;
}
.contactusLeft_contant {
	position: absolute;
	max-width: 373px;
	width: 100%;
	top: 50%;
	right: 180px;
	transform: translateY(-50%);
}
.contactusLeft .vc_custom_heading {
	font-size: clamp(1.375rem, 0.2528rem + 3.1227vw, 4rem);
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}
.contactusLeft .vc_custom_heading b {
	color: #fff;
	font-weight: 700;
}
.contactusLeft .contactusLeft_text {
	margin-bottom: 100px;
}
.contactusLeft .contactusLeft_text p{
	font-size: clamp(0.875rem, 0.7147rem + 0.4461vw, 1.25rem);
  	line-height: 1.3;
}
.contactusLeft_social .emailPhoneRow{
	margin-bottom: 80px;
}
.contactusLeft_social .emailPhoneRow li {
	margin-bottom: 24px;
}
.contactusLeft_social .emailPhoneRow a {
	font-size: clamp(0.875rem, 0.7681rem + 0.2974vw, 1.125rem);
	color: #fff;
	display: flex;
	align-items: center;
}
.contactusLeft_social .emailPhoneRow a svg{
	margin-right: 18px;
}
.contactusLeft_social .socialRow .list-inline-item{
	margin-right: 24px;
}
.contactusLeft::before {
	content: '';
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI1MCIgdmlld0JveD0iMCAwIDI4OCAyNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNODIuMTY4NCAxLjgxNjg2Qzc4Ljg4NjMgMS44MTY4NiA3NS42NDUxIDIuNjc3NjMgNzIuNzk1NCA0LjMwNjA4QzY5Ljk0NTcgNS45MzQ1NiA2Ny41NTg1IDguMjkwMDcgNjUuODkyIDExLjExNzlMNC40MzMzNCAxMTUuNDA2QzAuOTQ1ODAyIDEyMS4zMjQgMC45NDU3NTggMTI4LjY3NiA0LjQzMzMgMTM0LjU5NEw2NS44OTIgMjM4Ljg4MkM2Ny41NTg1IDI0MS43MSA2OS45NDU3IDI0NC4wNjUgNzIuNzk1NCAyNDUuNjk0Qzc1LjY0NTEgMjQ3LjMyMiA3OC44ODYyIDI0OC4xODMgODIuMTY4MyAyNDguMTgzSDIwNS44MzJDMjA5LjExNCAyNDguMTgzIDIxMi4zNTUgMjQ3LjMyMiAyMTUuMjA1IDI0NS42OTRDMjE4LjA1NCAyNDQuMDY1IDIyMC40NDEgMjQxLjcxIDIyMi4xMDggMjM4Ljg4MkwyODMuNTY3IDEzNC41OTRDMjg3LjA1NCAxMjguNjc2IDI4Ny4wNTQgMTIxLjMyNCAyODMuNTY3IDExNS40MDZMMjIyLjEwOCAxMS4xMTc5QzIyMC40NDEgOC4yOTAwNyAyMTguMDU0IDUuOTM0NTYgMjE1LjIwNSA0LjMwNjA4QzIxMi4zNTUgMi42Nzc2MyAyMDkuMTE0IDEuODE2ODYgMjA1LjgzMiAxLjgxNjg2SDgyLjE2ODRaTTgyLjE2ODQgMEgyMDUuODMyQzIxMy4xNjQgMCAyMTkuOTUgMy44Nzc3NSAyMjMuNjczIDEwLjE5NTRMMjg1LjEzMiAxMTQuNDgzQzI4OC45NTYgMTIwLjk3MyAyODguOTU2IDEyOS4wMjcgMjg1LjEzMiAxMzUuNTE3TDIyMy42NzMgMjM5LjgwNUMyMTkuOTUgMjQ2LjEyMiAyMTMuMTY0IDI1MCAyMDUuODMyIDI1MEg4Mi4xNjgzQzc0LjgzNTkgMjUwIDY4LjA1IDI0Ni4xMjIgNjQuMzI3IDIzOS44MDVMMi44NjgyOSAxMzUuNTE3Qy0wLjk1NjEwMyAxMjkuMDI3IC0wLjk1NjEwMyAxMjAuOTczIDIuODY4MzMgMTE0LjQ4M0w2NC4zMjcgMTAuMTk1NEM2OC4wNTAxIDMuODc3NzUgNzQuODM1OSAwIDgyLjE2ODQgMFoiIGZpbGw9IiNGOEJENEEiPjwvcGF0aD4KPC9zdmc+");
	width: clamp(5rem, 0.8434rem + 17.7346vw, 22.125rem);
	height: clamp(5rem, 1.5413rem + 14.7573vw, 19.25rem);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: clamp(-9rem, 0.8434rem - 17.7346vw, 22.125rem);
	filter: brightness(0) invert(1);
	transform: translateY(calc(-50% - 240px));
}
.contactusSection{
	margin-bottom: 80px;	
}
.contactUs_map_section{
	margin-bottom: 45px;
}
.contactUs_map_section img{
	max-width: 964px;
	width: 100%;
}
/* Contact Us Page End */

/* Meet the Team Behind Onehive Page Start */
.bannerBottom_text {
	margin-bottom: 30px;
}
.bannerBottom_text p{
	font-size: clamp(0.875rem, 0.7147rem + 0.4461vw, 1.25rem);
	font-weight: 400;
	text-align: center;
	max-width: 714px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.LT_box_row {
	margin-top: 55px;
	margin-bottom: 80px;
}
.LT_box .wpb_single_image {
	max-width: 218px;
	margin-bottom: 40px;
	position: relative;
	margin-left: auto;
  	margin-right: auto;
}
.LT_box .wpb_single_image::before {
	content: '';
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='77' height='75' viewBox='0 0 77 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M59.8835 19.4686C61.3807 20.3326 62.6265 21.5721 63.4976 23.0647C64.3688 24.5572 64.8352 26.2511 64.8507 27.979L65.0199 46.7853C65.0359 48.5587 64.5764 50.3039 63.6893 51.8397C62.8021 53.3755 61.5197 54.6458 59.9752 55.5187L43.5954 64.7757C42.0904 65.6262 40.3895 66.0694 38.6607 66.0616C36.9319 66.0539 35.235 65.5953 33.7378 64.7314L16.8798 55.0034C15.3826 54.1394 14.1368 52.8999 13.2657 51.4073C12.3946 49.9147 11.9282 48.2208 11.9126 46.4929L11.7421 27.6859C11.7262 25.9126 12.1856 24.1673 13.0728 22.6315C13.9599 21.0957 15.2424 19.8254 16.7869 18.9525L33.1667 9.69554C34.6716 8.84507 36.3725 8.40182 38.1014 8.4096C39.8302 8.41737 41.5271 8.8759 43.0243 9.73987L59.8835 19.4686Z' fill='%23F8BD4A'/%3e%3cpath d='M47.116 38.5782C47.0258 38.0063 46.8001 37.4642 46.4577 36.9972C46.1153 36.5301 45.6661 36.1517 45.1477 35.8934L41.1242 33.972C41.3742 33.4824 41.5038 32.9402 41.5021 32.3905C41.5051 31.9334 41.4154 31.4805 41.2383 31.059C41.0612 30.6376 40.8005 30.2564 40.4718 29.9385L40.8114 29.2588C40.9092 29.0667 40.9313 28.845 40.8734 28.6374C40.8156 28.4298 40.682 28.2514 40.499 28.1374C40.4096 28.0865 40.3105 28.0547 40.2081 28.0442C40.1057 28.0336 40.0022 28.0445 39.9043 28.0762C39.8063 28.1079 39.7161 28.1596 39.6392 28.2281C39.5624 28.2966 39.5007 28.3803 39.458 28.474L39.0996 29.1911C38.6861 29.0973 38.2569 29.0963 37.843 29.1882L37.4861 28.474C37.4433 28.3803 37.3816 28.2966 37.3047 28.2282C37.2278 28.1597 37.1375 28.108 37.0396 28.0764C36.9416 28.0447 36.8381 28.0338 36.7357 28.0443C36.6333 28.0548 36.5342 28.0865 36.4447 28.1374C36.2617 28.2515 36.1281 28.4299 36.0702 28.6376C36.0124 28.8453 36.0345 29.067 36.1323 29.2592L36.4671 29.9286C36.1354 30.2468 35.8721 30.6292 35.6931 31.0525C35.5141 31.4757 35.4233 31.931 35.4261 32.3905C35.4245 32.9402 35.5539 33.4823 35.8037 33.972L31.8314 35.8691C31.037 36.247 30.4087 36.9026 30.0651 37.7121C29.7699 38.3938 29.6775 39.1462 29.7992 39.8791C29.9209 40.6119 30.2513 41.2942 30.751 41.8442C31.0555 42.181 31.427 42.4505 31.8417 42.6357C32.2564 42.8208 32.7052 42.9173 33.1594 42.9192C33.3695 42.9192 33.579 42.8984 33.785 42.8571C34.2336 42.7646 34.6579 42.5795 35.0309 42.3138C35.1695 42.6061 35.3415 42.8813 35.5435 43.134L37.801 45.9498C37.8811 46.0485 37.982 46.1283 38.0965 46.1835C38.211 46.2386 38.3363 46.2679 38.4634 46.269C38.5915 46.2682 38.7179 46.2389 38.8333 46.1833C38.9487 46.1277 39.0504 46.0472 39.1309 45.9476L41.3855 43.1351C41.5874 42.8824 41.7593 42.6072 41.8977 42.3149C42.2718 42.5807 42.6973 42.7653 43.147 42.8571C43.3529 42.8984 43.5625 42.9192 43.7725 42.9192C44.2267 42.9173 44.6754 42.8207 45.09 42.6356C45.5047 42.4505 45.8761 42.1809 46.1806 41.8442C46.5767 41.4079 46.8674 40.8866 47.0305 40.3204C47.1935 39.7542 47.2245 39.1582 47.1211 38.5782M45.1808 40.7673C44.9628 41.0123 44.6844 41.196 44.3732 41.3C44.0621 41.4039 43.7291 41.4246 43.4075 41.3598C43.0803 41.2912 42.7756 41.1418 42.5211 40.9252C42.2666 40.7085 42.0705 40.4315 41.9507 40.1196L39.8529 35.0316L44.5769 37.2873C44.8814 37.4364 45.1451 37.6571 45.3455 37.9304C45.5459 38.2038 45.677 38.5216 45.7276 38.8566C45.7904 39.1959 45.7734 39.5452 45.6779 39.8768C45.5824 40.2084 45.4111 40.5133 45.1775 40.7673M40.7349 41.3925C40.6353 41.6628 40.493 41.9155 40.3136 42.141L38.6036 44.2741C38.5867 44.2949 38.5653 44.3116 38.5411 44.3231C38.5169 44.3346 38.4904 44.3406 38.4636 44.3406C38.4368 44.3406 38.4103 44.3346 38.3861 44.3231C38.3619 44.3116 38.3405 44.2949 38.3236 44.2741L36.6136 42.141C36.4342 41.9155 36.2921 41.6628 36.1926 41.3925H40.7349ZM36.6287 39.868L36.9433 39.1038H39.9809L40.2955 39.868H36.6287ZM36.8377 32.3905C36.8208 32.167 36.8503 31.9425 36.9243 31.7309C36.9984 31.5194 37.1153 31.3253 37.2677 31.161C37.4202 30.9967 37.605 30.8656 37.8105 30.776C38.0161 30.6863 38.2379 30.6401 38.4621 30.6401C38.6863 30.6401 38.9082 30.6863 39.1137 30.776C39.3192 30.8656 39.504 30.9967 39.6565 31.161C39.809 31.3253 39.9259 31.5194 39.9999 31.7309C40.0739 31.9425 40.1034 32.167 40.0865 32.3905C40.0887 32.7288 39.9967 33.061 39.8209 33.3501L38.7482 32.8374C38.659 32.7948 38.5615 32.7727 38.4627 32.7727C38.3638 32.7727 38.2663 32.7948 38.1771 32.8374L37.1052 33.3494C36.9292 33.0604 36.8371 32.7281 36.8392 32.3898M37.5718 37.5793L38.4638 35.4127L39.3557 37.5793H37.5718ZM37.0743 35.0316L34.9798 40.1192C34.86 40.4312 34.6639 40.7081 34.4094 40.9248C34.1549 41.1414 33.8501 41.2909 33.523 41.3594C33.2013 41.4243 32.8683 41.4037 32.557 41.2997C32.2458 41.1957 31.9673 41.012 31.7493 40.7669C31.5158 40.5129 31.3446 40.208 31.2492 39.8765C31.1538 39.545 31.1368 39.1958 31.1996 38.8566C31.2503 38.5215 31.3815 38.2036 31.582 37.9303C31.7826 37.657 32.0464 37.4363 32.351 37.2873L37.0743 35.0316Z' fill='white'/%3e%3cpath d='M38.5214 52.8224C38.3623 52.8224 38.206 52.7807 38.0681 52.7014L25.8943 45.7296C25.5651 45.5403 25.2913 45.268 25.1003 44.9398C24.9093 44.6116 24.8078 44.2391 24.8059 43.8594L24.7625 30.5584C24.7621 30.179 24.8613 29.8061 25.05 29.477C25.2388 29.1479 25.5107 28.874 25.8384 28.6826L37.3417 21.9926C37.6703 21.8021 38.0432 21.7013 38.4231 21.7C38.803 21.6987 39.1766 21.797 39.5065 21.9852L51.6802 28.9574C51.8904 29.0777 52.0442 29.2766 52.1077 29.5103C52.1712 29.744 52.1392 29.9933 52.0188 30.2034C51.8983 30.4135 51.6993 30.5672 51.4655 30.6307C51.2317 30.6941 50.9823 30.6622 50.7721 30.5418L38.5983 23.5696C38.547 23.5401 38.4887 23.5245 38.4294 23.5245C38.3701 23.5245 38.3119 23.5401 38.2605 23.5696L26.7572 30.2593C26.7059 30.2894 26.6634 30.3323 26.6339 30.384C26.6045 30.4356 26.5891 30.4941 26.5895 30.5536L26.6329 43.8546C26.6332 43.9139 26.6491 43.9721 26.6789 44.0233C26.7087 44.0746 26.7515 44.1171 26.8029 44.1467L38.9766 51.1174C39.1513 51.2175 39.288 51.3725 39.3655 51.5583C39.443 51.7441 39.4568 51.9503 39.405 52.1448C39.3531 52.3393 39.2384 52.5112 39.0787 52.6338C38.919 52.7564 38.7232 52.8229 38.5218 52.8228' fill='white'/%3e%3c/svg%3e ");
	width: 76px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -35px;
	right: 31px;
	height: 74px;
}

.LT_box .LT_name{
	font-size: clamp(1rem, 0.6259rem + 1.0409vw, 1.875rem);
	font-weight: 500;
  	text-align: center !important;
	color: #000;
	margin-bottom: 6px;
}
.LT_box .LT_position{
	font-size: clamp(0.875rem, 0.7147rem + 0.4461vw, 1.25rem);
	font-weight: 400;
  	text-align: center !important;
	color: #67748E;
	margin-bottom: 25px;
}
.LT_box p{
	font-size: clamp(0.875rem, 0.7681rem + 0.2974vw, 1.125rem);
	font-weight: 400;
  	text-align: center !important;
	color: #67748E;
	max-width: 356px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ourDepartments_contant > .vc_column-inner > .wpb_wrapper {
	padding-left: 92px;
}
.ourDepartments_contant h2{
	margin-bottom: 50px; 
}
.ourDepartments_contant ul{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 10px;
}
.ourDepartments_contant ul li{
	font-size: clamp(0.875rem, 0.7147rem + 0.4461vw, 1.25rem);
	color: #073666;
	font-weight: 400;
	position: relative;
}
.ourDepartments_contant ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #F8BD4A;
	display: inline-block;
	margin-right: 12px;
	margin-left: -20px;
	vertical-align: middle;
}
.ourDepartments_contant .wpb_text_column{
	padding-left: 20px;
}
.ourDepartments_contant p ~ ul{
	margin-top: 30px;
}
.ourDepartments_section{
	padding-bottom: 90px;
}
.ourDepartments_section::after {
	content: "";
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='261' height='443' viewBox='0 0 261 443' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_0_1)'%3e%3cpath d='M180.237 131.233C180.237 124.435 178.455 117.723 175.083 111.821C171.712 105.918 166.835 100.974 160.98 97.5214L22.8766 16.0889C10.6161 8.85958 -4.61664 8.85958 -16.8771 16.0889L-154.98 97.5214C-160.835 100.974 -165.712 105.918 -169.084 111.821C-172.455 117.723 -174.237 124.435 -174.237 131.233V295.674C-174.237 302.472 -172.455 309.184 -169.084 315.086C-165.712 320.989 -160.835 325.933 -154.98 329.386L-16.877 410.818C-4.61658 418.047 10.616 418.047 22.8766 410.818L160.979 329.386C166.835 325.933 171.712 320.988 175.083 315.086C178.455 309.184 180.237 302.472 180.237 295.674L180.237 131.233ZM184 131.233L184 295.674C184 310.86 175.971 324.914 162.891 332.627L24.7878 414.059C11.3439 421.987 -5.34445 421.987 -18.7883 414.059L-156.891 332.627C-169.972 324.914 -178 310.86 -178 295.674V131.233C-178 116.047 -169.972 101.993 -156.891 94.2799L-18.7883 12.8474C-5.34445 4.92032 11.3439 4.92032 24.7878 12.8474L162.891 94.2799C175.971 101.993 184 116.047 184 131.233Z' fill='%23F8BD4A'/%3e%3c/g%3e%3cpath d='M227.121 268.663C230.186 270.433 232.736 272.971 234.519 276.028C236.302 279.085 237.257 282.554 237.289 286.093L237.623 323.025C237.656 326.656 236.715 330.231 234.899 333.376C233.083 336.521 230.458 339.123 227.297 340.911L195.145 359.087C192.065 360.829 188.583 361.737 185.044 361.721C181.505 361.705 178.032 360.766 174.967 358.997L141.853 339.879C138.788 338.109 136.238 335.571 134.455 332.514C132.672 329.457 131.717 325.988 131.685 322.449L131.353 285.519C131.32 281.887 132.261 278.313 134.077 275.167C135.893 272.022 138.518 269.42 141.68 267.633L173.831 249.456C176.911 247.715 180.392 246.807 183.931 246.822C187.469 246.838 190.942 247.776 194.007 249.545L227.121 268.663Z' fill='%23F8BD4A'/%3e%3cmask id='mask0_0_1' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='157' y='273' width='55' height='63'%3e%3cpath d='M211.934 273.266H157.323V335.379H211.934V273.266Z' fill='white'/%3e%3c/mask%3e%3cg mask='url(%23mask0_0_1)'%3e%3cpath d='M201.915 306.95C201.734 305.809 201.284 304.727 200.601 303.796C199.918 302.864 199.022 302.109 197.988 301.594L189.958 297.756C190.457 296.779 190.715 295.697 190.712 294.6C190.718 293.687 190.539 292.783 190.185 291.941C189.832 291.1 189.311 290.339 188.655 289.704L189.333 288.348C189.528 287.965 189.572 287.522 189.457 287.108C189.341 286.694 189.075 286.338 188.71 286.11C188.531 286.009 188.334 285.946 188.129 285.925C187.925 285.904 187.719 285.926 187.524 285.989C187.328 286.052 187.148 286.155 186.995 286.292C186.842 286.428 186.719 286.596 186.634 286.782L185.919 288.213C185.094 288.026 184.238 288.024 183.412 288.207L182.7 286.782C182.615 286.596 182.492 286.429 182.339 286.292C182.185 286.155 182.005 286.052 181.81 285.989C181.615 285.926 181.408 285.904 181.204 285.925C181 285.946 180.802 286.009 180.624 286.11C180.259 286.338 179.992 286.694 179.877 287.109C179.761 287.523 179.806 287.966 180.001 288.349L180.668 289.685C180.006 290.32 179.481 291.084 179.124 291.928C178.767 292.773 178.586 293.682 178.591 294.599C178.588 295.696 178.846 296.777 179.345 297.755L171.423 301.544C169.837 302.297 168.583 303.606 167.897 305.222C167.308 306.582 167.124 308.084 167.366 309.546C167.609 311.009 168.268 312.37 169.265 313.468C169.872 314.14 170.613 314.678 171.441 315.047C172.268 315.417 173.163 315.61 174.069 315.613C174.487 315.613 174.904 315.572 175.313 315.49C176.21 315.306 177.059 314.938 177.805 314.407C178.081 314.991 178.424 315.54 178.827 316.045L183.33 321.665C183.49 321.862 183.691 322.021 183.92 322.131C184.148 322.242 184.398 322.3 184.652 322.302C184.907 322.299 185.158 322.24 185.387 322.129C185.616 322.017 185.818 321.857 185.978 321.658L190.475 316.045C190.878 315.541 191.221 314.991 191.497 314.408C192.243 314.939 193.092 315.307 193.989 315.49C194.399 315.573 194.816 315.614 195.233 315.614C196.139 315.61 197.034 315.418 197.861 315.048C198.688 314.679 199.429 314.141 200.037 313.469C200.827 312.598 201.408 311.558 201.733 310.427C202.059 309.297 202.121 308.107 201.915 306.95ZM198.044 311.318C197.609 311.808 197.054 312.175 196.432 312.382C195.811 312.59 195.146 312.631 194.504 312.501C193.853 312.364 193.246 312.066 192.739 311.634C192.232 311.202 191.841 310.651 191.601 310.03L187.424 299.871L196.845 304.373C197.453 304.671 197.979 305.111 198.379 305.657C198.778 306.202 199.04 306.837 199.141 307.505C199.266 308.183 199.232 308.879 199.042 309.541C198.851 310.203 198.51 310.811 198.044 311.318ZM189.185 312.564C188.986 313.104 188.703 313.608 188.345 314.058L184.932 318.315C184.898 318.357 184.856 318.39 184.807 318.413C184.759 318.436 184.706 318.448 184.653 318.448C184.599 318.448 184.546 318.436 184.498 318.413C184.45 318.39 184.407 318.357 184.373 318.315L180.962 314.058C180.604 313.608 180.32 313.104 180.122 312.564H189.185ZM180.997 309.524L181.622 307.996H187.678L188.306 309.521L180.997 309.524ZM181.414 294.601C181.378 294.154 181.435 293.704 181.581 293.279C181.727 292.855 181.96 292.466 182.264 292.136C182.569 291.806 182.938 291.543 183.349 291.363C183.76 291.183 184.204 291.09 184.653 291.09C185.101 291.09 185.545 291.183 185.956 291.363C186.367 291.543 186.737 291.806 187.041 292.136C187.345 292.466 187.578 292.855 187.724 293.279C187.871 293.704 187.928 294.154 187.892 294.601C187.897 295.276 187.714 295.939 187.364 296.516L185.22 295.492C185.042 295.407 184.847 295.363 184.65 295.363C184.453 295.363 184.258 295.407 184.08 295.492L181.942 296.513C181.592 295.936 181.409 295.273 181.414 294.599M182.876 304.956L184.655 300.631L186.434 304.956H182.876ZM181.878 299.871L177.703 310.03C177.464 310.651 177.072 311.203 176.565 311.635C176.057 312.066 175.45 312.364 174.798 312.501C174.156 312.631 173.491 312.59 172.87 312.382C172.249 312.175 171.693 311.808 171.258 311.318C170.792 310.811 170.45 310.203 170.26 309.541C170.069 308.879 170.035 308.183 170.16 307.505C170.261 306.837 170.523 306.202 170.923 305.657C171.323 305.111 171.849 304.671 172.457 304.373L181.878 299.871Z' fill='white'/%3e%3cpath d='M184.768 335.379C184.451 335.379 184.139 335.296 183.864 335.138L159.582 321.224C158.925 320.846 158.378 320.303 157.997 319.648C157.616 318.992 157.413 318.249 157.409 317.491L157.323 290.945C157.322 290.188 157.519 289.444 157.896 288.787C158.273 288.13 158.815 287.583 159.469 287.201L182.415 273.85C183.071 273.47 183.815 273.268 184.572 273.266C185.33 273.263 186.075 273.46 186.733 273.835L211.017 287.75C211.225 287.869 211.407 288.027 211.553 288.217C211.7 288.406 211.808 288.623 211.87 288.854C211.933 289.085 211.95 289.326 211.919 289.563C211.889 289.8 211.812 290.03 211.693 290.237C211.574 290.445 211.416 290.627 211.226 290.774C211.037 290.92 210.82 291.028 210.589 291.091C210.358 291.153 210.117 291.17 209.88 291.14C209.642 291.109 209.413 291.032 209.206 290.913L184.921 276.997C184.819 276.938 184.702 276.908 184.584 276.908C184.466 276.908 184.35 276.938 184.247 276.997L161.301 290.348C161.199 290.408 161.114 290.494 161.056 290.596C160.997 290.699 160.966 290.815 160.966 290.934L161.053 317.482C161.054 317.6 161.086 317.716 161.145 317.818C161.205 317.921 161.29 318.005 161.392 318.065L185.676 331.976C186.024 332.176 186.297 332.485 186.452 332.855C186.606 333.226 186.634 333.637 186.531 334.025C186.428 334.413 186.2 334.756 185.882 335.001C185.564 335.246 185.174 335.379 184.772 335.379' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_0_1'%3e%3crect width='362' height='443' fill='white' transform='translate(-178)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
	width: 15.5%;
	height: 48%;
	position: absolute;
	left: 0;
	bottom: 12%;
	background-size: contain;
	background-repeat: no-repeat;
}
/* Meet the Team Behind Onehive Page End */

/* Join Our Team Page End */
.benefitswithUs_section .vc_custom_heading{
	margin-bottom: 50px;
}
.benefit_box .wpb_single_image {
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 22px;
}
.benefit_box .vc_custom_heading{
	font-size: clamp(1rem, 0.6794rem + 0.8922vw, 1.75rem);
}
.benefit_box > .vc_column-inner > .wpb_wrapper{
	max-width: 267px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.explorenow_btn {
	margin-top: 30px;
}
.explorenow_btn .vc_btn3 {
	background-color: transparent !important;
	background-image: unset;
	border: 0 !important;
	color: #67748E !important;
	font-size: clamp(1rem, 0.8931rem + 0.2974vw, 1.25rem) !important;
}
.explorenow_btn .vc_btn3 b{
	color: #073666;
	font-weight: 700;
}
.explorenow_btn .vc_btn3::after {
    content: '';
    width: 7px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="18" viewBox="0 0 9 18" fill="none"><path d="M1 1L8 9L1 17" stroke="%23073666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
    transition: 0.2s;
    background-size: contain;
	vertical-align: middle;
}
.explorenow_btn .vc_btn3:hover::after {
    transform: translatex(6px);
}
.benefitswithUs_section {
	margin-bottom: 80px;
}
.card_form > .vc_column-inner > .wpb_wrapper {
	box-shadow: 0px 0px 30px 10px #0000000F;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 40px;
	width: 100%;
	position: relative;
}
.card_form .vc_custom_heading{
	font-size: clamp(1.125rem, 0.8044rem + 0.8922vw, 1.875rem);
	margin-bottom: 50px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.card_form {
	margin-bottom: 80px;
}
.card_form > .vc_column-inner > .wpb_wrapper {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.custom_form input[type="file"]{
	padding: 17px 20px;
}
.card_form .custom_form{
	margin-bottom: 0;
}
/* Join Our Team Page End */

/* About Us Page Start */
.ourstory_section {
	margin-top: 80px;
	margin-bottom: 150px;
}
.ourstory_section .ourstory_img .wpb_single_image{
	position: relative;
}
.ourstory_section .ourstory_img .wpb_single_image::after {
	content: '';
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='194' height='208' viewBox='0 0 194 208' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M171.498 37.5871C177.946 41.3151 183.311 46.6635 187.062 53.1037C190.814 59.5439 192.822 66.853 192.889 74.3086L193.429 134.63C193.497 142.282 191.519 149.812 187.698 156.439C183.878 163.066 178.355 168.547 171.703 172.313L119.274 202C112.793 205.67 105.467 207.583 98.0223 207.549C90.577 207.515 83.2694 205.537 76.8216 201.809L22.5051 170.405C16.0574 166.677 10.6926 161.328 6.94094 154.888C3.18931 148.448 1.18074 141.139 1.1137 133.683L0.569103 73.3678C0.500463 65.7161 2.47921 58.1856 6.29973 51.5589C10.1202 44.9321 15.6431 39.4507 22.2945 35.6844L74.7295 5.9914C81.2108 2.32159 88.5362 0.409011 95.9817 0.442694C103.427 0.476379 110.735 2.45515 117.183 6.18345L171.498 37.5871Z' fill='%23F8BD4A'/%3e%3cmask id='mask0_0_1' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='47' y='47' width='100' height='114'%3e%3cpath d='M146.825 47.6304H47.6826V160.552H146.825V47.6304Z' fill='white'/%3e%3c/mask%3e%3cg mask='url(%23mask0_0_1)'%3e%3cpath d='M128.638 108.868C128.311 106.794 127.493 104.827 126.252 103.134C125.012 101.44 123.385 100.068 121.507 99.1323L106.928 92.1496C107.832 90.3733 108.301 88.4067 108.296 86.4127C108.306 84.7542 107.981 83.1107 107.34 81.5816C106.698 80.0525 105.754 78.6695 104.564 77.5162L105.793 75.0501C106.147 74.353 106.227 73.5485 106.018 72.7953C105.808 72.0421 105.324 71.3948 104.662 70.9811C104.338 70.7963 103.979 70.6811 103.608 70.643C103.237 70.6048 102.862 70.6445 102.508 70.7595C102.153 70.8744 101.826 71.0622 101.548 71.3108C101.27 71.5593 101.046 71.8632 100.892 72.2031L99.594 74.8057C98.0964 74.4651 96.542 74.4613 95.0427 74.7946L93.7496 72.2031C93.5938 71.8645 93.3695 71.562 93.0911 71.3145C92.8126 71.0671 92.4859 70.8801 92.1317 70.7655C91.7775 70.6508 91.4033 70.6109 91.0329 70.6483C90.6625 70.6857 90.3039 70.7995 89.9796 70.9827C89.3171 71.3964 88.8334 72.0437 88.624 72.7969C88.4145 73.5501 88.4945 74.3546 88.8482 75.0517L90.0604 77.4797C88.8594 78.6344 87.9057 80.0219 87.2576 81.5577C86.6094 83.0935 86.2803 84.7454 86.2905 86.4127C86.2849 88.4067 86.7537 90.3732 87.658 92.1496L73.2801 99.0402C70.4034 100.409 68.1271 102.786 66.8811 105.721C65.8121 108.195 65.4778 110.925 65.9182 113.584C66.3586 116.242 67.5551 118.718 69.3643 120.713C70.4664 121.935 71.8107 122.912 73.3115 123.584C74.8122 124.256 76.4363 124.607 78.0801 124.614C78.839 124.614 79.5959 124.538 80.3399 124.389C81.9679 124.056 83.5084 123.385 84.8626 122.421C85.3657 123.483 85.99 124.482 86.7231 125.4L94.8922 135.62C95.1824 135.978 95.548 136.268 95.9631 136.468C96.3782 136.668 96.8323 136.774 97.293 136.778C97.7557 136.773 98.2115 136.665 98.6277 136.463C99.0439 136.26 99.4101 135.968 99.7002 135.607L107.874 125.4C108.605 124.483 109.228 123.485 109.73 122.424C111.084 123.389 112.625 124.059 114.254 124.392C114.998 124.542 115.755 124.617 116.514 124.617C118.158 124.61 119.782 124.259 121.282 123.587C122.783 122.916 124.128 121.938 125.23 120.717C126.664 119.133 127.717 117.242 128.307 115.188C128.897 113.134 129.01 110.971 128.635 108.867M121.609 116.809C120.819 117.698 119.811 118.365 118.684 118.742C117.558 119.119 116.352 119.193 115.187 118.958C114.003 118.709 112.899 118.167 111.977 117.381C111.056 116.595 110.346 115.59 109.912 114.458L102.329 95.9996L119.434 104.185C120.537 104.726 121.493 105.527 122.219 106.518C122.945 107.51 123.42 108.663 123.604 109.879C123.831 111.11 123.769 112.377 123.424 113.58C123.078 114.783 122.458 115.889 121.612 116.811M105.524 119.076C105.163 120.056 104.649 120.973 103.999 121.791L97.8065 129.526C97.7451 129.601 97.6677 129.662 97.58 129.704C97.4923 129.745 97.3964 129.767 97.2994 129.767C97.2023 129.767 97.1064 129.745 97.0187 129.704C96.931 129.662 96.8536 129.601 96.7922 129.526L90.5992 121.786C89.9498 120.968 89.4351 120.052 89.0748 119.071L105.524 119.076ZM90.6595 113.548L91.7989 110.774H102.798L103.938 113.548H90.6595ZM91.4154 86.4112C91.356 85.6012 91.464 84.7877 91.7327 84.0214C92.0014 83.2552 92.425 82.5526 92.977 81.9577C93.5291 81.3628 94.1977 80.8882 94.9411 80.5638C95.6845 80.2393 96.4868 80.0718 97.2978 80.0718C98.1087 80.0718 98.911 80.2393 99.6544 80.5638C100.398 80.8882 101.066 81.3628 101.619 81.9577C102.171 82.5526 102.594 83.2552 102.863 84.0214C103.132 84.7877 103.24 85.6012 103.18 86.4112C103.188 87.6386 102.855 88.844 102.218 89.893L98.3294 88.033C98.0066 87.8783 97.6533 87.7979 97.2954 87.7979C96.9375 87.7979 96.5842 87.8783 96.2614 88.033L92.3789 89.8898C91.7414 88.8411 91.4078 87.6356 91.4154 86.408M94.0681 105.245L97.2978 97.3834L100.529 105.245H94.0681ZM92.2664 95.9964L84.682 114.461C84.2483 115.593 83.5382 116.598 82.6166 117.384C81.695 118.17 80.5914 118.712 79.4065 118.961C78.2418 119.197 77.0358 119.122 75.9088 118.745C74.7818 118.368 73.7733 117.702 72.9837 116.813C72.1379 115.891 71.5177 114.785 71.172 113.582C70.8263 112.379 70.7646 111.112 70.9918 109.881C71.1753 108.665 71.6506 107.512 72.3767 106.52C73.1029 105.528 74.0583 104.728 75.1611 104.187L92.2664 95.9964Z' fill='white'/%3e%3cpath d='M97.5087 160.552C96.9327 160.553 96.3666 160.402 95.867 160.114L51.7822 134.817C50.5898 134.13 49.5983 133.142 48.9067 131.951C48.2151 130.76 47.8476 129.408 47.8411 128.031L47.6826 79.7696C47.6801 78.3921 48.0386 77.038 48.7224 75.8427C49.4063 74.6474 50.3914 73.6528 51.5794 72.9584L93.2364 48.6905C94.4267 47.9999 95.7771 47.6341 97.1528 47.6297C98.5284 47.6252 99.8811 47.9823 101.076 48.6651L145.161 73.9613C145.538 74.1776 145.868 74.4662 146.134 74.8105C146.399 75.1548 146.594 75.548 146.708 75.9679C146.822 76.3877 146.852 76.8259 146.797 77.2574C146.741 77.6888 146.602 78.1052 146.386 78.4826C146.17 78.86 145.881 79.1911 145.538 79.457C145.194 79.7229 144.801 79.9184 144.382 80.0323C143.535 80.2624 142.632 80.1462 141.871 79.7093L97.7861 54.4131C97.6 54.3059 97.389 54.2495 97.1744 54.2495C96.9597 54.2495 96.7487 54.3059 96.5627 54.4131L54.9057 78.6857C54.7203 78.7942 54.5665 78.9495 54.4598 79.136C54.353 79.3226 54.2969 79.5339 54.2972 79.749L54.4556 128.01C54.4566 128.225 54.5139 128.436 54.6218 128.622C54.7297 128.808 54.8844 128.963 55.0705 129.07L99.1552 154.366C99.7885 154.73 100.284 155.292 100.565 155.967C100.846 156.641 100.896 157.39 100.708 158.096C100.52 158.802 100.104 159.426 99.5254 159.871C98.9465 160.316 98.2369 160.556 97.5071 160.556' fill='white'/%3e%3c/g%3e%3c/svg%3e ");
	width: clamp(3rem, -0.5433rem + 15.1181vw, 13.063rem);
  	height: clamp(6rem, 3.9532rem + 8.7331vw, 11.813rem);
	position: absolute;
	bottom: clamp(-5rem, -3.953rem - 8.7331vw, 11.813rem);
	left: 50%;
	background-repeat: no-repeat;
	display: block;
	z-index: 1;
	transform: translatex(-50%);
	background-size: contain;
}
.ourstory_contant > .vc_column-inner > .wpb_wrapper{
	max-width: 591px;
	width: 100%;
	margin-left: auto;
}
.ourstory_contant .vc_custom_heading{
	margin-bottom: 50px;
}
.ourstory_contant p strong{
	color: #073666;
}
.ourmv_box .wpb_single_image {
	margin-bottom: 30px;
	min-height: 111px;
}
.ourmv_box .vc_custom_heading{
	font-size: clamp(1.25rem, 0.6622rem + 1.6357vw, 2.625rem);
	margin-bottom: 30px;
}
.ourmv_box p{
	font-size: clamp(0.875rem, 0.7681rem + 0.2974vw, 1.125rem);
}
.ourmv_box > .vc_column-inner > .wpb_wrapper {
	max-width: 467px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ourmv_section {
	margin-bottom: 130px;
}
.ourmv_section > .vc_row > .ourmv_box:first-child::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #BBBBBB;
	top: 0;
	right: 0;
}
.ourmv_section .ourmv_box .wpb_text_column{
	margin-bottom: 0;
}
.ourmv_section .vc_custom_heading{
	margin-bottom: 50px;
}
.ourValues_section .ourDepartments_contant ul{
	padding-left: 50px;
}
.ourValues_section .ourDepartments_contant ul li{
	color: #67748E;
	margin-bottom: 20px;
	line-height: 28px;
}
.ourValues_section .ourDepartments_contant ul li strong{
	color: #073666;
}
.ourValues_section .wpb_wrapper {
	max-width: 666px;
	width: 100%;
}
.ourValues_section .ourValues_contant > .vc_column-inner > .wpb_wrapper{
	max-width: 666px;
  	width: 100%;
}
.ourValues_section .ourValues_contant .vc_custom_heading{
	margin-bottom: 50px;
}
.ourValues_section {
	margin-bottom: 150px;
}
.ourValues_section .wpb_single_image {
	max-width: 603px;
	width: 100%;
	margin-left: auto;
}
/* About Us Page End */

/* Support & Maintenance Start */
.ongoingAssistance {
	margin-bottom: 80px;
}
.ongoingAssistance .vc_custom_heading{
	margin-bottom: 30px;
}
.ourpriority_section {
	margin-bottom: 80px;
}
.ourpriority_section .ourpriority_text > .vc_column-inner > .wpb_wrapper{
	max-width: 591px;
	width: 100%;
	margin-left: auto;
}
.ourpriority_section {
	margin-bottom: 80px;
	overflow: visible !important;
}
.ourpriority_section::after {
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="258" height="589" viewBox="0 0 258 589" fill="none"><g clip-path="url(%23clip0_864_1632)"><g style="mix-blend-mode:multiply"><path d="M151.012 174.372C151.012 165.34 148.644 156.421 144.164 148.579C139.684 140.736 133.203 134.166 125.423 129.579L-58.0827 21.3777C-74.374 11.7719 -94.6147 11.7719 -110.906 21.3776L-294.412 129.579C-302.192 134.166 -308.672 140.736 -313.152 148.579C-317.632 156.421 -320 165.34 -320 174.372V392.869C-320 401.901 -317.632 410.82 -313.152 418.663C-308.672 426.505 -302.192 433.075 -294.412 437.663L-110.906 545.864C-94.6146 555.47 -74.3741 555.47 -58.0827 545.864L125.423 437.663C133.203 433.075 139.684 426.505 144.164 418.663C148.644 410.82 151.012 401.901 151.012 392.869L151.012 174.372ZM156.012 174.372L156.012 392.869C156.012 413.047 145.344 431.721 127.963 441.97L-55.5432 550.171C-73.4069 560.704 -95.5817 560.704 -113.445 550.171L-296.952 441.97C-314.333 431.721 -325 413.047 -325 392.869V174.372C-325 154.194 -314.333 135.52 -296.951 125.272L-113.445 17.0706C-95.5817 6.53766 -73.4069 6.53766 -55.5432 17.0706L127.963 125.272C145.344 135.52 156.012 154.194 156.012 174.372Z" fill="%23F8BD4A"/></g></g><path d="M212.145 198.329C216.214 200.678 219.599 204.049 221.967 208.107C224.334 212.165 225.602 216.771 225.644 221.469L226.088 270.5C226.131 275.321 224.883 280.066 222.472 284.242C220.061 288.418 216.576 291.872 212.378 294.245L169.694 318.376C165.605 320.689 160.982 321.894 156.284 321.873C151.586 321.852 146.974 320.606 142.905 318.256L98.9431 292.875C94.8743 290.526 91.4889 287.156 89.1215 283.097C86.7541 279.039 85.4866 274.434 85.4443 269.735L85.0038 220.707C84.9604 215.885 86.2091 211.14 88.62 206.964C91.0309 202.788 94.516 199.334 98.7133 196.961L141.397 172.83C145.486 170.518 150.108 169.312 154.806 169.333C159.503 169.354 164.114 170.6 168.183 172.948L212.145 198.329Z" fill="%23F8BD4A"/><mask id="mask0_864_1632" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="119" y="204" width="73" height="83"><path d="M191.982 204.44H119.48V286.901H191.982V204.44Z" fill="white"/></mask><g mask="url(%23mask0_864_1632)"><path d="M178.681 249.158C178.441 247.644 177.843 246.208 176.937 244.971C176.03 243.735 174.841 242.732 173.468 242.048L162.808 236.953C163.469 235.656 163.812 234.22 163.808 232.763C163.816 231.552 163.578 230.351 163.109 229.234C162.64 228.116 161.949 227.106 161.078 226.263L161.978 224.463C162.237 223.954 162.295 223.367 162.142 222.817C161.989 222.267 161.635 221.794 161.15 221.492C160.913 221.358 160.651 221.274 160.38 221.246C160.109 221.218 159.835 221.247 159.575 221.331C159.316 221.415 159.077 221.552 158.874 221.733C158.67 221.915 158.507 222.136 158.394 222.384L157.445 224.284C156.35 224.036 155.213 224.033 154.117 224.276L153.172 222.384C153.059 222.136 152.895 221.915 152.692 221.733C152.488 221.552 152.249 221.415 151.99 221.331C151.731 221.247 151.457 221.218 151.185 221.246C150.914 221.274 150.652 221.358 150.415 221.492C149.93 221.795 149.577 222.267 149.424 222.818C149.27 223.368 149.329 223.955 149.588 224.464L150.474 226.238C149.596 227.082 148.898 228.095 148.424 229.216C147.95 230.338 147.71 231.544 147.717 232.761C147.713 234.218 148.056 235.654 148.717 236.951L138.2 241.981C136.095 242.982 134.43 244.719 133.519 246.864C132.737 248.671 132.493 250.664 132.815 252.606C133.137 254.548 134.012 256.355 135.335 257.812C136.141 258.705 137.125 259.419 138.224 259.909C139.322 260.4 140.51 260.655 141.713 260.66C142.268 260.66 142.821 260.605 143.365 260.496C144.556 260.253 145.682 259.764 146.673 259.059C147.04 259.834 147.495 260.564 148.03 261.233L154.008 268.694C154.22 268.956 154.487 269.168 154.791 269.314C155.094 269.46 155.426 269.537 155.763 269.54C156.101 269.537 156.435 269.458 156.739 269.31C157.043 269.162 157.311 268.949 157.523 268.685L163.494 261.233C164.029 260.564 164.484 259.835 164.851 259.06C165.841 259.765 166.968 260.254 168.159 260.497C168.703 260.606 169.256 260.661 169.811 260.661C171.014 260.656 172.202 260.401 173.3 259.91C174.398 259.42 175.382 258.706 176.188 257.813C177.238 256.657 178.008 255.276 178.44 253.776C178.872 252.275 178.955 250.696 178.681 249.158ZM173.543 254.958C172.965 255.608 172.227 256.096 171.403 256.371C170.578 256.647 169.695 256.701 168.843 256.528C167.978 256.346 167.172 255.951 166.499 255.378C165.826 254.805 165.307 254.072 164.989 253.247L159.443 239.761L171.951 245.738C172.757 246.134 173.456 246.718 173.987 247.442C174.517 248.167 174.865 249.009 174.999 249.896C175.165 250.795 175.12 251.721 174.867 252.599C174.614 253.477 174.161 254.285 173.543 254.958ZM161.781 256.612C161.517 257.329 161.141 257.998 160.666 258.595L156.135 264.247C156.09 264.302 156.033 264.347 155.969 264.377C155.905 264.408 155.835 264.423 155.764 264.423C155.693 264.423 155.623 264.408 155.559 264.377C155.495 264.347 155.438 264.302 155.393 264.247L150.864 258.595C150.389 257.998 150.013 257.329 149.749 256.612H161.781ZM150.911 252.576L151.741 250.547H159.781L160.614 252.572L150.911 252.576ZM151.464 232.764C151.416 232.171 151.492 231.573 151.686 231.01C151.88 230.447 152.189 229.93 152.593 229.492C152.997 229.054 153.487 228.705 154.033 228.466C154.579 228.227 155.168 228.103 155.764 228.103C156.36 228.103 156.949 228.227 157.495 228.466C158.041 228.705 158.531 229.054 158.935 229.492C159.339 229.93 159.648 230.447 159.842 231.01C160.036 231.573 160.112 232.171 160.064 232.764C160.071 233.66 159.828 234.54 159.364 235.306L156.517 233.947C156.281 233.834 156.022 233.776 155.76 233.776C155.499 233.776 155.24 233.834 155.004 233.947L152.165 235.303C151.701 234.537 151.458 233.657 151.465 232.761M153.405 246.511L155.767 240.77L158.129 246.511H153.405ZM152.081 239.761L146.538 253.247C146.22 254.073 145.7 254.805 145.027 255.378C144.353 255.951 143.547 256.347 142.681 256.528C141.829 256.701 140.946 256.647 140.121 256.371C139.297 256.096 138.559 255.608 137.981 254.958C137.363 254.285 136.909 253.477 136.656 252.599C136.403 251.721 136.358 250.795 136.524 249.896C136.658 249.008 137.006 248.166 137.537 247.442C138.068 246.718 138.766 246.133 139.573 245.738L152.081 239.761Z" fill="white"/><path d="M155.917 286.902C155.496 286.902 155.083 286.791 154.717 286.582L122.48 268.109C121.608 267.607 120.882 266.886 120.376 266.016C119.869 265.146 119.6 264.159 119.595 263.153L119.48 227.911C119.479 226.905 119.742 225.917 120.242 225.045C120.742 224.173 121.462 223.447 122.33 222.941L152.793 205.215C153.664 204.71 154.651 204.443 155.657 204.44C156.663 204.436 157.653 204.697 158.526 205.196L190.765 223.669C191.041 223.826 191.283 224.037 191.478 224.289C191.672 224.54 191.815 224.827 191.898 225.134C191.982 225.441 192.004 225.761 191.963 226.076C191.923 226.391 191.821 226.695 191.663 226.971C191.505 227.247 191.294 227.489 191.043 227.683C190.792 227.877 190.504 228.02 190.198 228.104C189.891 228.187 189.571 228.209 189.256 228.169C188.94 228.128 188.636 228.026 188.36 227.869L156.12 209.394C155.984 209.315 155.83 209.274 155.673 209.274C155.516 209.274 155.362 209.315 155.225 209.394L124.762 227.119C124.627 227.198 124.515 227.311 124.436 227.448C124.358 227.584 124.317 227.738 124.317 227.896L124.433 263.141C124.434 263.298 124.476 263.452 124.555 263.587C124.634 263.723 124.747 263.836 124.883 263.915L157.122 282.384C157.585 282.648 157.947 283.059 158.152 283.551C158.358 284.042 158.395 284.588 158.258 285.104C158.121 285.619 157.818 286.074 157.396 286.399C156.973 286.724 156.455 286.901 155.922 286.902" fill="white"/></g><defs><clipPath id="clip0_864_1632"><rect width="481.012" height="588.625" fill="white" transform="translate(-325)"/></clipPath></defs></svg>') no-repeat;
	width: 588px;
	height: 588px;
	position: absolute;
	left: 0;
	top: -244px;
	background-size: contain;
	z-index: 1;
}
.ourpriority_section .vc_custom_heading{
	margin-bottom: 50px;
}
.vc_tta-tabs-container{
	max-width: 50%;
}
/* Support & Maintenance End */

/* Technologies Page Start */
.innovativeSolutions{
	padding-bottom: 0;
}
.innovativeSolutions.ourDepartments_section::after{
	display: none;
}
.expertiseLogo {
	height: clamp(1rem, -4.9054rem + 16.4324vw, 10.5rem);
	display: block;
	text-align: center !important;
	min-height: 100px;
}
.expertiseLogo * {
	height: 100%;
}
.expertiseLogo img {
	max-height: 100%;
	width: auto;
	object-fit: contain;
}
.expertiseSection .vc_custom_heading {
	margin-bottom: 50px;
}
/* Technologies Page End */

@media (max-width: 1500px) {
	.tabSec .vc_tta-tabs-list{
		width: 100%;
	}
}
@media (max-width: 1199.5px) {
	.contactusLeft_contant{
		right: 60px;
		left: 30px;
	}
	.ourstory_contant .vc_custom_heading {
		margin-bottom: 30px;
	}
	.ourValues_section .ourValues_contant .vc_custom_heading {
		margin-bottom: 30px;
	}
	.ourmv_section .vc_custom_heading {
		margin-bottom: 30px;
	}
	.ourstory_section {
		margin-top: 30px;
	}
	.ourmv_section, .ourValues_section, .ourstory_section{
		margin-bottom: 80px;
	}
	.LT_box_row{
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.bannerBottom_text {
		margin-bottom: 0;
	}
	.LT_box .LT_position{
		  margin-bottom: 15px;
	}
	.ourDepartments_contant h2 {
		margin-bottom: 30px;
	}
	.ourDepartments_contant > .vc_column-inner > .wpb_wrapper {
		padding-left: 0;
	}
	.benefitswithUs_section .vc_custom_heading {
		margin-bottom: 30px;
	}
	.explorenow_btn {
		margin-top: 10px;
	}
	.benefitswithUs_section {
		margin-bottom: 50px;
	}
	.ourpriority_section::after{
		width: 158px;
  		height: 368px;
		top: -184px;
	}
	.ourpriority_section .vc_custom_heading {
		margin-bottom: 30px;
	}
	
}
@media (max-width: 991.5px) {
	.contactusRight > .vc_column-inner > .wpb_wrapper{
		padding: 20px;
	}
	.custom_form .wpcf7-form-control{
		padding: 15px 15px;
	}
	.custom_form .wpcf7-form-control-wrap{
		margin-bottom: 15px !important;
	}
	.contactusLeft_social .emailPhoneRow {
		margin-bottom: 30px;
	}
	.contactusLeft .contactusLeft_text {
		margin-bottom: 30px;
	}
	.contactusLeft .contactus_bg_img {
		margin-bottom: 0;
	}
	.contactusLeft_social .contactusLeft_social{
		margin-bottom: 0;
	}
	.contactusLeft_contant{
		max-width: 263px;
	}
	.ourValues_section .ourDepartments_contant ul li{
		margin-bottom: 10px;
	}
	.LT_box .wpb_single_image {
		max-width: 168px;
	}
	.LT_box .wpb_single_image::before{
		width: 66px;
		height: 64px;
		bottom: -30px;
		right: 17px;
	}
	.ourDepartments_contant h2 {
		margin-bottom: 20px;
	}
	.benefitswithUs_section {
		margin-bottom: 20px;
	}
	.benefit_box .wpb_single_image{
		max-width: 70px;
		margin-bottom: 15px;
		min-height: 76px;
	}
	.ourpriority_section{
		margin-bottom: 30px;
	}
	.card_form > .vc_column-inner > .wpb_wrapper {
		padding: 20px;
	}
	.card_form .vc_custom_heading{
		margin-bottom: 30px;
	}
}
@media (max-width: 767.5px) {
	.contactusLeft .contactus_bg_img{
		max-height: 450px;
	}
	.contactusLeft .contactus_bg_img{
		display: none;
	}
	.contactusLeft .contactus_bg_img_mobile{
		display: block;
	}
	.contactusLeft .contactus_bg_img_mobile::before {
		content: '';
		background-color: rgba(7, 54, 102, 0.85);
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
	}
	.contactusRight > .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.contactusRight > .vc_column-inner > .wpb_wrapper{
		max-width: 100%;
	}
	.contactusLeft_contant {
		max-width: 515px;
		left: 50%;
		right: auto;
		transform: translate(-50% , -50%);
	}
	.contactusSection {
		margin-bottom: 15px;
	}
	.contactUs_map_section {
		margin-bottom: 15px;
	}
	.ourstory_contant > .vc_column-inner > .wpb_wrapper{
		max-width: 100%;
		margin-top: 50px;
	}
	.ourstory_contant .vc_custom_heading {
		margin-bottom: 20px;
	}
	.ourmv_section .vc_custom_heading {
		margin-bottom: 15px;
	}
	.ourmv_box{
		margin-bottom: 35px;
	}
	.ourmv_box .wpb_single_image{
		margin-bottom: 20px;
	}
	.ourmv_section > .vc_row > .ourmv_box:first-child::after{
		width: 200px;
		height: 1px;
		top: auto;
		right: 50%;
		bottom: -17px;
		transform: translateX(50%);
	}
	.ourmv_section, .ourValues_section, .ourstory_section {
		margin-bottom: 50px;
	}
	.ourmv_box .wpb_single_image {
		max-width: 90px;
		min-height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.ourstory_section {
		margin-top: 0;
	}
	.ourDepartments_section {
		padding-bottom: 30px;
	}
	.LT_box_row{
		margin-bottom: 20px;
	}
	.explorenow_btn{
		margin-bottom: 0 !important;
	}
	.ourDepartments_section::after{
		top: 20%;
		bottom: auto;
	}
	.tabSec .vc_tta-panels-container .vc_tta-panel{
		margin-bottom: 15px;
	}
	.tabSec .vc_tta-panels-container .vc_tta-panel-body .wpb_single_image {
		max-width: 310px;
		margin-left: auto;
		margin-right: auto;
	}
	.tabSec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
		border-color: #F8BD4A !important;
		margin-bottom: 0;
	}
	.tabSec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
		border-bottom: 0;
	}
	.tabSec .vc_tta-panels-container .vc_tta-panel-body {
		padding: 20px !important;
		border-color: #F8BD4A !important;
		border-top: 0 !important;
	}
	.ourpriority_section .ourpriority_text > .vc_column-inner > .wpb_wrapper{
		max-width: 100%;
	}
	.ourpriority_section .vc_custom_heading {
		margin-bottom: 15px;
	}
	.ongoingAssistance .vc_custom_heading {
		margin-bottom: 15px;
	}
	.ourpriority_section::after {
		width: 98px;
		height: 228px;
		top: -114px;
	}
	.card_form {
		margin-bottom: 50px;
	}
	.expertiseSection .vc_custom_heading {
		margin-bottom: 20px;
	}
	.expertiseRow{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.expertiseRow > .wpb_column {
		width: 33.33%;
	}
	.mt-md-60 {
		margin-top: 60px;
	}
}
@media (max-width: 575px) {
	.contactusLeft_contant{
		position: unset;
		transform: unset;
		padding: 35px 15px 0;
		background-color: rgb(7, 54, 102);
		max-width: 100%;
		margin-top: -1px;
	}
	.contactusLeft .contactus_bg_img_mobile {
		display: block;
		margin-bottom: 0;
	}
	.custom_form .wpcf7-form-control, .custom_form input[type="file"]{
		padding: 12px;
		font-size: 14px;
	}
	.custom_form label{
		font-size: 14px;
	}
	.contactusRight > .vc_column-inner{
		padding-bottom: 30px;
	}
	.ourstory_contant > .vc_column-inner > .wpb_wrapper {
		max-width: 100%;
		margin-top: 30px;
	}
	.ourstory_contant > .vc_column-inner > .wpb_wrapper {
		margin-top: 30px;
	}
	.ourmv_section, .ourValues_section, .ourstory_section {
		margin-bottom: 30px;
	}
	.ourValues_section .ourValues_contant .vc_custom_heading {
		margin-bottom: 20px;
	}
	.ourValues_section .ourDepartments_contant ul {
		padding-left: 20px;
	}
	.explorenow_btn .vc_btn3 {
		font-size: 14px !important;
		padding-left: 0;
		padding-right: 0;
	}
	.ongoingAssistance .vc_custom_heading {
		margin-bottom: 15px;
	}
	.tabSec .vc_tta.vc_general .vc_tta-panel-title{
		font-size: 18px;
	}
	.card_form .vc_custom_heading{
		margin-bottom: 20px;
	}
	.expertiseRow > .wpb_column {
		width: 50%;
	}
	.ourDepartments_section {
		padding-bottom: 0;
	}
	.mt-md-60 {
		margin-top: 30px;
	}
}