.hm-videos {
	position: relative
}

.hm-videos .year-video a {
	display: block;
	position: relative
}

.hm-videos .year-video a img {
	height: 400px;
	object-fit: cover
}

.hm-videos .year-video a .video {
	width: fit-content;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto
}

.hm-videos .year-video a .video:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 7px solid #fff
}

.hm-videos .year-video a .video img {
	width: auto;
	height: 53px
}

.hm-videos .year-cont {
	background: #000258;
	color: #fff;
	text-align: center;
	padding: 80px 15px 85px;
	font-size: 18px
}

.hm-videos .year-cont .sec-title {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	text-transform: uppercase
}

.hm-videos .year-cont .sec-title span {
	opacity: .2
}

.hm-videos .year-cont .rep .items {
	margin-top: 40px
}

.hm-videos .year-cont .rep .items .yrs {
	font-family: "Lato", sans-serif;
	font-weight: 800;
	font-size: 48px;
	color: #ff0101;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
	line-height: 50px
}

.hm-videos .year-cont .rep .items .sub {
	margin-top: 5px
}

.hm-videos .year-cont .desc {
	margin-top: 55px
}

.hm-videos .year-cont .site-btn {
	margin-top: 60px
}

@media(min-width: 768px) {
	.hm-videos {
		position: relative
	}

	.hm-videos .year-video a img {
		height: auto
	}
}

@media(min-width: 992px) {
	.hm-videos {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center
	}

	.hm-videos .year-video {
		width: 50%;
		height: 650px
	}

	.hm-videos .year-video a img {
		object-fit: cover;
		height: 650px
	}

	.hm-videos .year-cont {
		width: 50%;
		padding: 50px 28px 50px;
		height: 650px
	}

	.hm-videos .year-cont .rep {
		margin-top: 25px
	}

	.hm-videos .year-cont .rep .items {
		margin-top: 20px
	}

	.hm-videos .year-cont .desc {
		margin-top: 35px
	}

	.hm-videos .year-cont .site-btn {
		margin-top: 35px
	}
}

@media(min-width: 1200px) {
	.hm-videos .year-video {
		height: 42.8125vw
	}

	.hm-videos .year-video a .video:after {
		left: -4.4270833333vw;
		width: 11.71875vw;
		height: 11.71875vw;
		border: .3645833333vw solid #fff
	}

	.hm-videos .year-video a .video img {
		height: 6.5104166667vw
	}

	.hm-videos .year-video a img {
		height: 42.8125vw
	}

	.hm-videos .year-cont {
		padding: 9.8958333333vw 8.3333333333vw 10.4166666667vw;
		font-size: .9375vw;
		height: 42.8125vw;
		text-align: left
	}

	.hm-videos .year-cont .sec-title {
		font-size: .8333333333vw;
		text-transform: uppercase;
		text-align: left
	}

	.hm-videos .year-cont .rep {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start
	}

	.hm-videos .year-cont .rep .items {
		margin-top: 0;
		max-width: 13.8020833333vw
	}

	.hm-videos .year-cont .rep .items+.items {
		margin-left: 2.6041666667vw
	}

	.hm-videos .year-cont .rep .items .yrs {
		font-size: 2.5vw;
		line-height: 2.6041666667vw
	}

	.hm-videos .year-cont .rep .items .sub {
		margin-top: .2604166667vw
	}

	.hm-videos .year-cont .desc {
		margin-top: 2.34375vw
	}

	.hm-videos .year-cont .site-btn {
		margin-top: 3.3854166667vw
	}
}

.hm-what-do {
	margin-top: 40px;
	padding: 0 20px
}

.hm-what-do .what-slider {
	text-align: center;
	margin-top: 40px
}

.hm-what-do .what-slider .owl-stage {
	padding: 0 2px;
	display: flex
}

.hm-what-do .what-slider .owl-item {
	padding: 0 1px
}

.hm-what-do .what-slider .item {
	border-radius: 30px 30px 0 0;
	border: 1px solid #d8d8d8;
	overflow: hidden;
	flex: 1 0 auto;
	height: 100%
}

.hm-what-do .what-slider .item .cont {
	padding: 0 40px
}

.hm-what-do .what-slider .item .cont .title {
	color: #000258;
	font-size: 20px;
	font-family: "Sora", sans-serif;
	font-weight: 600;
	margin-top: 30px;
	min-height: 60px
}

.hm-what-do .what-slider .item .cont .desc {
	margin-top: 5px;
	font-size: 16px;
	font-family: "Lato", sans-serif;
	color: #848484;
	min-height: 72px
}

.hm-what-do .what-slider .item .cont .site-btn {
	margin: 28px 0 30px
}

.hm-what-do .owl-nav {
	display: none
}

.hm-what-do .owl-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 30px
}

.hm-what-do .owl-dots .owl-dot {
	padding: 0;
	margin: 0
}

.hm-what-do .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d8d8d8;
	display: block;
	margin: 0 5px
}

.hm-what-do .owl-dots .owl-dot.active span {
	background: #000258
}

@media(min-width: 768px) {
	.hm-what-do .what-slider .item .cont .title {
		min-height: 60px
	}

	.hm-what-do .what-slider .item .cont .desc {
		min-height: 75px
	}
}

@media(min-width: 1200px) {
	.hm-what-do {
		margin-top: 5.7291666667vw;
		padding: 0 13.28125vw
	}

	.hm-what-do .what-slider {
		display: block;
		margin-top: 3.125vw;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
		height: 100%
	}

	.hm-what-do .what-slider .item {
		border-radius: 0;
		border: .0520833333vw solid #d8d8d8;
		overflow: hidden;
		flex: unset;
		height: 100%;
		width: calc(33.33% - .4166666667vw);
		margin: .2083333333vw;
		height: auto
	}

	.hm-what-do .what-slider .item .cont {
		padding: 0 2.0833333333vw 1.5625vw;
		text-align: left
	}

	.hm-what-do .what-slider .item .cont .title {
		font-size: 1.40625vw;
		margin-top: 1.8229166667vw;
		line-height: 1.5625vw;
		min-height: 3.125vw;
		font-weight: 700
	}

	.hm-what-do .what-slider .item .cont .desc {
		margin-top: 1.3020833333vw;
		font-size: .9375vw;
		min-height: 4.2708333333vw
	}

	.hm-what-do .what-slider .item .cont .site-btn {
		margin: 2.1875vw 0 0
	}

	.hm-what-do .owl-nav {
		display: none
	}

	.hm-what-do .owl-dots {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-top: 1.5625vw
	}

	.hm-what-do .owl-dots .owl-dot {
		padding: 0;
		margin: 0
	}

	.hm-what-do .owl-dots .owl-dot span {
		width: .5208333333vw;
		height: .5208333333vw;
		border-radius: 50%;
		background: #d8d8d8;
		display: block;
		margin: 0 .2604166667vw
	}

	.hm-what-do .owl-dots .owl-dot.active span {
		background: #000258
	}
}

.hm-success {
	margin-top: 42px
}

.hm-success .success-slider {
	margin-top: 25px;
	background: #f3f3f3;
	padding: 30px 20px
}

.hm-success .success-slider .item .cont {
	text-align: center
}

.hm-success .success-slider .item .cont img {
	width: auto;
	max-width: 100%;
	margin: 0 auto
}

.hm-success .success-slider .item .cont .section-sub {
	color: #02021e;
	font-size: 20px;
	font-family: "Sora", sans-serif;
	font-weight: 500;
	margin-top: 5px
}

.hm-success .success-slider .item .cont .section-designation {
	margin-top: 15px;
	font-size: 16px;
	font-family: "Sora", sans-serif;
	color: #02021e;
	text-transform: uppercase
}

.hm-success .success-slider .item .cont .success-disk {
	margin: 30px 0 0;
	color: #02021e
}

.hm-success .success-slider .item .sec-img {
	border-radius: 0 30px 30px 0;
	overflow: hidden;
	margin-top: 30px
}

@media(min-width: 768px) {
	.hm-success {
		margin-top: 60px
	}

	.hm-success .success-slider {
		padding: 30px 50px
	}
}

@media(min-width: 992px) {
	.hm-success {
		margin-top: 60px;
		background: #f3f3f3
	}

	.hm-success .sec-main {
		padding-top: 30px
	}

	.hm-success .success-slider {
		padding: 0 0 30px
	}

	.hm-success .success-slider .item {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between
	}

	.hm-success .success-slider .item .cont {
		text-align: left;
		width: 50%;
		padding: 30px 30px 30px 20px
	}

	.hm-success .success-slider .item .cont img {
		width: auto;
		max-width: 100%;
		margin: 0
	}

	.hm-success .success-slider .item .cont .section-sub {
		color: #02021e;
		font-size: 20px;
		font-family: "Sora", sans-serif;
		font-weight: 500;
		margin-top: 5px
	}

	.hm-success .success-slider .item .cont .section-designation {
		margin-top: 15px;
		font-size: 16px;
		font-family: "Sora", sans-serif;
		color: #02021e;
		text-transform: uppercase
	}

	.hm-success .success-slider .item .cont .success-disk {
		margin: 30px 0 0;
		color: #02021e
	}

	.hm-success .success-slider .item .sec-img {
		border-radius: 0 30px 30px 0;
		overflow: hidden;
		margin-top: 0;
		width: 50%
	}
}

@media(min-width: 1200px) {
	.hm-success {
		margin-top: 4.1666666667vw;
		background: #f3f3f3;
		padding: 8.59375vw 8.0729166667vw 10.4166666667vw
	}

	.hm-success .sec-main {
		font-size: 2.7083333333vw;
		text-align: left;
		position: relative;
		z-index: 2;
		top: 3.6458333333vw;
		left: 5.7291666667vw;
		letter-spacing: -.1041666667vw
	}

	.hm-success .success-slider {
		padding: 6.7708333333vw 2.6041666667vw 2.6041666667vw;
		margin: 0;
		background: #fff;
		border-radius: 0 2.6041666667vw 2.6041666667vw;
		position: relative
	}

	.hm-success .success-slider:before {
		content: "";
		position: absolute;
		background: url(../images/suc-curve.jpg) no-repeat;
		background-size: cover;
		left: 0;
		top: -3.6458333333vw;
		width: 39.7395833333vw;
		height: 3.6979166667vw
	}

	.hm-success .success-slider .owl-stage-outer {
		background: #f3f3f3;
		border-radius: 1.8229166667vw
	}

	.hm-success .success-slider .owl-stage-outer .item {
		display: flex;
		flex: 1 0 auto;
		height: 100%;
		align-items: stretch
	}

	.hm-success .success-slider .owl-stage-outer .item .cont {
		padding: 3.125vw 6.7708333333vw 1.5625vw 2.8645833333vw
	}

	.hm-success .success-slider .owl-stage-outer .item .cont .section-sub {
		font-size: 1.9270833333vw;
		font-weight: 500;
		margin-top: .78125vw
	}

	.hm-success .success-slider .owl-stage-outer .item .cont .section-designation {
		margin-top: .5208333333vw;
		font-size: .9114583333vw
	}

	.hm-success .success-slider .owl-stage-outer .item .cont .success-disk {
		margin: 1.6666666667vw 0 0;
		font-size: .9375vw;
		font-weight: 400;
		line-height: 1.5625vw;
		opacity: .8
	}

	.hm-success .success-slider .owl-stage-outer .item .sec-img {
		border-radius: 0 2.0833333333vw 2.0833333333vw 2.0833333333vw;
		position: relative
	}

	.hm-success .success-slider .owl-stage-outer .item .sec-img:after {
		content: "";
		position: absolute;
		background: url(../images/corner1.png);
		top: 0;
		left: 0;
		width: 4.0104166667vw;
		height: 5.5208333333vw
	}

	.hm-success .success-slider .owl-stage {
		display: flex
	}

	.hm-success .success-slider .owl-nav {
		position: absolute;
		bottom: auto;
		left: -5.2083333333vw;
		right: 0;
		margin: 0 auto;
		width: calc(100% + 10.4166666667vw);
		top: 50%;
		transform: translateY(-50%)
	}
}

.hm-innovate {
	margin-top: 0;
	background: #000258
}

.hm-innovate .left {
	color: #fff;
	padding: 65px 20px 0;
	text-align: center
}

.hm-innovate .left .sec-main {
	color: #fff;
	margin-top: 0;
	font-weight: 500;
	line-height: 40px
}

.hm-innovate .left .inno-desc {
	margin-top: 35px;
	font-size: 18px
}

.hm-innovate .left .site-btn {
	margin-top: 40px
}

.hm-innovate .right {
	margin-top: 30px
}

@media(min-width: 1200px) {
	.hm-innovate {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		padding: 0 0 0 15.625vw;
		position: relative
	}

	.hm-innovate .left {
		padding: 0;
		width: 64%;
		text-align: left;
		padding-top: 3.3854166667vw;
		padding-bottom: 4.4270833333vw;
		width: 39.5833333333vw
	}

	.hm-innovate .left .sec-main {
		line-height: 2.8645833333vw;
		text-align: left;
		font-size: 2.7083333333vw
	}

	.hm-innovate .left .inno-desc {
		margin-top: 2.0833333333vw;
		font-size: .9375vw;
		width: 26.0416666667vw
	}

	.hm-innovate .left .site-btn {
		margin-top: 2.6041666667vw
	}

	.hm-innovate .right {
		margin-top: 1.5625vw;
		width: 35.2604166667vw;
		position: absolute;
		right: 6.7708333333vw;
		bottom: 0
	}

	.hm-innovate .right img {
		width: 100%
	}
}

.hm-tech {
	margin-top: 40px;
	padding: 0;
	text-align: center
}

.hm-tech .site-btn {
	margin: 22px auto 0
}

.hm-tech .tech-slider {
	text-align: center;
	margin-top: 30px
}

.hm-tech .tech-slider .owl-stage {
	padding: 0 2px;
	display: flex
}

.hm-tech .tech-slider .item {
	flex: 1 0 auto;
	height: 100%;
	position: relative
}

.hm-tech .tech-slider .item .cont {
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.hm-tech .tech-slider .item .cont .date {
	color: #fff;
	font-size: 18px
}

.hm-tech .tech-slider .item .cont .title {
	color: #fff;
	font-size: 25px;
	font-family: "Sora", sans-serif;
	font-weight: 500;
	margin-top: -2px
}

.hm-tech .tech-slider .item .cont .desc {
	font-size: 16px;
	font-family: "Lato", sans-serif;
	color: #fff;
	margin-top: 12px
}

.hm-tech .tech-slider .item .cont .site-btn {
	margin: 28px 0 30px
}

.hm-tech .owl-nav {
	display: none
}

.hm-tech .owl-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 30px
}

.hm-tech .owl-dots .owl-dot {
	padding: 0;
	margin: 0
}

.hm-tech .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d8d8d8;
	display: block;
	margin: 0 5px
}

.hm-tech .owl-dots .owl-dot.active span {
	background: #000258
}

@media(min-width: 768px) {
	.hm-tech {
		margin-top: 40px;
		padding: 0 20px
	}
}

@media(min-width: 1200px) {
	.hm-tech {
		margin-top: 4.6875vw;
		padding: 0 14.3229166667vw;
		text-align: center;
		position: relative
	}

	.hm-tech .sec-title {
		text-align: left
	}

	.hm-tech .sec-main {
		text-align: left;
		margin-top: 1.3020833333vw
	}

	.hm-tech .site-btn {
		margin: 0;
		position: absolute;
		right: 14.3229166667vw;
		top: 3.6458333333vw
	}

	.hm-tech .tech-slider {
		text-align: center;
		margin: 3.3854166667vw -get-vw(5px) 0;
		width: calc(100% + .5208333333vw);
		display: block;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center
	}

	.hm-tech .tech-slider .item {
		width: calc(33.33% - .5208333333vw);
		margin: 0 .2604166667vw;
		flex: 1 0 auto;
		height: 100%;
		position: relative;
		box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px
	}

	.hm-tech .tech-slider .item .cont {
		padding: 0 2.0833333333vw;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: left
	}

	.hm-tech .tech-slider .item .cont .date {
		color: #fff;
		font-size: .9375vw
	}

	.hm-tech .tech-slider .item .cont .title {
		color: #fff;
		font-size: 1.5625vw;
		line-height: 1.9270833333vw;
		font-family: "Sora", sans-serif;
		font-weight: 500;
		margin-top: .78125vw
	}

	.hm-tech .tech-slider .item .cont .desc {
		font-size: .8333333333vw;
		font-family: "Lato", sans-serif;
		color: #fff;
		margin-top: .625vw
	}

	.hm-tech .tech-slider .item .cont .site-btn {
		margin: 1.3020833333vw 0 3.125vw;
		position: relative;
		top: auto;
		right: auto
	}

	.hm-tech .owl-nav {
		display: none
	}

	.hm-tech .owl-dots {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-top: 1.5625vw
	}

	.hm-tech .owl-dots .owl-dot {
		padding: 0;
		margin: 0
	}

	.hm-tech .owl-dots .owl-dot span {
		width: .5208333333vw;
		height: .5208333333vw;
		border-radius: 50%;
		background: #d8d8d8;
		display: block;
		margin: 0 .2604166667vw
	}

	.hm-tech .owl-dots .owl-dot.active span {
		background: #000258
	}
}

.hm-form-section {
	margin-top: 82px;
	position: relative;
	z-index: 1
}

.hm-form-section .left {
	padding: 0 20px
}

.hm-form-section .left .sec-main {
	margin-top: 0
}

.hm-form-section .left .form-area {
	margin-top: 20px
}

.hm-form-section .right {
	background: #f6f5f8;
	margin: 30px 20px 0;
	text-align: center;
	padding: 20px 15px 25px;
	border-radius: 35px;
	position: relative
}

.hm-form-section .right:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/form-corner.png);
	width: 92px;
	height: 87px
}

.hm-form-section .right .right-title {
	font-size: 30px;
	font-family: "Sora", sans-serif;
	font-weight: 600;
	line-height: 43px;
	letter-spacing: -0.3px;
	border-bottom: 2px solid #dddce2;
	padding: 0 0 20px;
	margin: 0 15px;
	position: relative;
	z-index: 1
}

.hm-form-section .right .developer {
	margin-top: 20px
}

.hm-form-section .right .developer .icon {
	width: fit-content;
	margin: 0 auto;
	position: relative
}

.hm-form-section .right .developer .icon img {
	width: 92px;
	height: 92px;
	border-radius: 50%;
	z-index: 2;
	position: relative
}

.hm-form-section .right .developer .icon:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #d3dce6;
	left: -4px;
	top: -4px;
	z-index: 1
}

.hm-form-section .right .developer .desc {
	margin-top: 20px
}

.hm-form-section .right .developer .desc .designation {
	color: #64748b;
	font-weight: 500;
	margin-top: 0
}

.hm-form-section .right .descriptions {
	font-size: 18px;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	line-height: 27px;
	margin-top: 20px
}

.hm-form-section .right .contact-bar {
	position: relative;
	bottom: auto;
	background: none;
	padding: 0;
	margin-top: 30px
}

.hm-form-section .right .contact-bar .box img {
	width: 18px
}

.hm-form-section .right .contact-bar .box a {
	font-size: 18px
}

@media(min-width: 768px) {
	.hm-form-section {
		padding: 0 50px
	}
}

@media(min-width: 1200px) {
	.hm-form-section {
		margin-top: 3.6458333333vw;
		padding: 0 18.2291666667vw;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-between
	}

	.hm-form-section .left {
		padding: 0;
		width: 58%;
		text-align: left
	}

	.hm-form-section .left .sec-main {
		text-align: left;
		font-size: 2.7083333333vw;
		line-height: 3.2291666667vw;
		width: 28.6458333333vw
	}

	.hm-form-section .left .form-area {
		margin-top: 1.0416666667vw
	}

	.hm-form-section .right {
		padding: 2.1875vw 2.6041666667vw 2.8645833333vw;
		border-radius: 1.8229166667vw;
		width: 42%;
		margin: 0
	}

	.hm-form-section .right:after {
		width: 4.7916666667vw;
		height: 4.53125vw;
		width: 92px;
		height: 87px;
		top: 0;
		right: 0
	}

	.hm-form-section .right .right-title {
		text-align: left;
		font-size: 1.7708333333vw;
		line-height: 2.2395833333vw;
		letter-spacing: -.0260416667vw;
		border-bottom: .1041666667vw solid #dddce2;
		padding: 0 0 1.0416666667vw;
		margin: 0 .78125vw
	}

	.hm-form-section .right .developer {
		margin-top: 1.5625vw;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start
	}

	.hm-form-section .right .developer .icon {
		margin: 0
	}

	.hm-form-section .right .developer .icon img {
		width: 4.7916666667vw;
		height: 4.7916666667vw
	}

	.hm-form-section .right .developer .icon:after {
		width: 5.2083333333vw;
		height: 5.2083333333vw;
		left: -.2083333333vw;
		top: -.2083333333vw
	}

	.hm-form-section .right .developer .desc {
		margin-top: 0;
		margin-left: 1.0416666667vw
	}

	.hm-form-section .right .developer .desc .name {
		text-align: left
	}

	.hm-form-section .right .descriptions {
		font-size: 1.25vw;
		line-height: 1.40625vw;
		margin-top: 1.5625vw;
		text-align: left;
		line-height: 1.9791666667vw;
		color: #02021e
	}

	.hm-form-section .right .contact-bar {
		margin-top: 3.6458333333vw;
		text-align: left;
		justify-content: flex-start
	}

	.hm-form-section .right .contact-bar .box {
		justify-content: flex-start;
		padding: 0
	}

	.hm-form-section .right .contact-bar .box img {
		width: .9375vw
	}

	.hm-form-section .right .contact-bar .box a {
		font-size: .9375vw
	}

	.hm-form-section .right .contact-bar .box+.box {
		margin-left: 1.1458333333vw
	}
}

/*# sourceMappingURL=home.min.css.map */