* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: 'Lato', 'Arial', sans-serif; */
	font-family: 'Metrophobic', sans-serif;
}

/* HEADINGS */
body {
	background: #afc4d57d;

}

.container {
	max-width: 1300px !important;
}

body,
html {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

h1,
p {
	color: #fff;
	text-align: center;
	line-height: 1.4;
}

.center {
	text-align: center;
}

.head {
	padding: 40px 0;
}

.head h1 {
	font-size: 25px;
}

.head h1,
p {
	color: #353640;
}

.bg-none {
	border: none;
	background: none;
}

h1 {
	font-size: 25px;
	font-weight: 700;
}

a {
	color: #345890;
	font-size: 14px;
	text-decoration: none;
}

h2 {
	color: #000;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 10px;
}

@media (min-width:720px) {
	.m-d-n {
		display: none;
	}

}

@media (max-width:720px) {

	.head h1,
	p {
		color: #353640;
		text-align: left;
	}



	.head {
		padding: 10px;
	}

	p {
		font-size: 17px;
	}

	.d-d-n {
		display: none;
	}
}

/* BASIC SETUP */














/* --------------------------modal section starts here -------------------------- */
.modal .left-side {
	position: relative;
}

.modal .left-side::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -25%;
	z-index: 1;
	width: 42%;
	height: 60%;
	background: url(../images/modal.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.modal-dialog {
	position: relative;
}

.modal .button-86 {
	width: 122px;
	height: 16px;
	font-size: 13px;
	margin: 20px 0;
}

.modal button.close {
	position: absolute;
	right: -34px;
	top: 0;
	background: #DC373B;
	color: #FFF;
	height: 30px;
	width: 30px;
	border: none;
	font-size: 20px;
	display: flex;
	z-index: 10001;
	align-items: center;
	justify-content: center;
}

.modal.show .modal-dialog {
	height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1000;
}

.modal-backdrop.show {
	opacity: .6;
}

.modal-dialog h5 {
	font-weight: 400;
	position: relative;
	z-index: 10;
	margin: 20px 0;
	color: #15253D;
	font-weight: 400;
	font-size: 0 0 10px 0;
}

.modal-dialog h5::after {
	content: '';
	position: absolute;
	left: 0;
	top: -19px;
	width: 50%;
	height: 4px;
	background: #436697;
}

.modal-dialog::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #C2E2EB;
}

.modal .left-side p {
	color: #1A407E;
	position: relative;
	z-index: 1;
	z-index: 1030;
	line-height: 30px;
	font-size: 14px;
	text-align: left;
}

.modal-dialog {
	max-width: 750px;
}

@media (max-width:720px) {
	.modal.show .modal-dialog {
		height: 100%;
	}

	.modal #contact {
		position: relative;
		z-index: 1;
		padding: 10px 20px;
	}

	.modal .left-side p {
		background: #ffffff36;
		padding: 4px;
		margin: 0 0 5px 0;
		font-size: 13px;
	}

	.modal .left-side::after {
		width: 50%;
		height: 310px;
	}

	.modal .button-86 {
		display: none;
	}

	.modal #contact h3 {
		font-size: 22px;
	}

	.modal button.close {
		right: -10px;
		top: 33px;
		display: block;
	}

	.modal-dialog h5 {
		margin: 5px 0;
	}
}

/* --------------------------modal section starts here -------------------------- */
















.page-wrapper {
	width: 100%;
	height: auto;
}

.nav-wrapper {
	width: 100%;
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: 0;
	background-color: #fff;
}

.nav-wrapper .button-86 {
	position: absolute;
	right: 5%;
	top: 10px;
	width: 175px;
	height: 28px;
	color: #FFF;
}

.nav-wrapper .button-86::before {
	background: #1A407E;
	background: #DC373B;
}

.button-86::after {
	background: #cfe8fc85;
}

.grad-bar {
	width: 100%;
	height: 5px;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: gradbar 15s ease infinite;
	-moz-animation: gradbar 15s ease infinite;
	animation: gradbar 15s ease infinite;
}

/* NAVIGATION */

.navbar {
	display: grid;
	grid-template-columns: 1fr 3fr;
	align-items: center;
	height: 70px;
	overflow: hidden;
}

.navbar img {
	width: 190px;
	display: none;
	justify-self: start;
	margin-left: 20px;
}

.navbar ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	justify-self: end;

}

.nav-item a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.3s ease-out;
	letter-spacing: 0px;
}

.nav-item a:hover {
	color: #3498db;
}

@media (max-width:720px) {
	.page-wrapper .button-86 {
		display: none;
	}

	.navbar img {
		display: block;
		margin-left: 0;
		position: absolute;
		left: 0;
		top: 0;
	}

	.navbar ul {
		width: 80% !important;
	}

	.page-header.is-sticky ul {
		left: -20%;
		top: 0 !important;
		z-index: 1030;
	}

	.page-header nav {
		justify-content: space-between !important;
		padding: 0 !important;
		z-index: 1030;
	}

	.page-header nav img {
		max-width: 60%;
		margin-left: 15px;
	}

	.page-header nav ion-icon {
		font-size: 22px;
		background: #DC373B;
		padding: 6px;
		color: #FFF;
	}
}

/* SECTIONS */


.features {
	width: 100%;
	height: auto;
	background-color: #f1f1f1;
	display: flex;
	padding: 50px 20px;
	justify-content: space-around;
}

.feature-container {
	flex-basis: 30%;
	margin-top: 10px;
}

.feature-container p {
	color: #000;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 15px;
}

.feature-container img {
	width: 100%;
	margin-bottom: 15px;
}


/* SEARCH FUNCTION */

#search-icon {
	font-size: 0.9rem;
	margin-top: 3px;
	margin-left: 15px;
	transition: color 0.3s ease-out;
}

#search-icon:hover {
	color: #3498db;
	cursor: pointer;
}

.search {
	transform: translate(-35%);
	-webkit-transform: translate(-35%);
	transition: transform 0.7s ease-in-out;
	color: #3498db;
}

.no-search {
	transform: translate(0);
	transition: transform 0.7s ease-in-out;
}

.search-input {
	position: absolute;
	top: -4px;
	right: -125px;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.6s ease;
}

.search-active {
	opacity: 1;
	z-index: 0;
}

input {
	border: 0;
	border-left: 1px solid #ccc;
	border-radius: 0;
	/* FOR SAFARI */
	outline: 0;
	padding: 5px;
}

.nav-item {
	position: relative;
}

ul.sub-menu {
	/* display: none; */
	top: 100%;
	left: 0;
	background: #09C;
	position: absolute;
}

/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
	width: 25px;
	height: 3px;
	background-color: #3f3f3f;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menu-toggle {
	justify-self: end;
	margin-right: 25px;
	display: none;
}

.menu-toggle:hover {
	cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
	opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes gradbar {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

@keyframes gradbar {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

/* Media Queries */

/* Mobile Devices - Phones/Tablets */

@media only screen and (max-width: 720px) {
	.features {
		flex-direction: column;
		padding: 50px;
	}

	/* MOBILE HEADINGS */

	h1 {
		font-size: 1.9rem;
	}

	h2 {
		font-size: 1rem;
	}


	/* MOBILE NAVIGATION */

	.navbar ul {
		display: flex;
		flex-direction: column;
		position: fixed;
		justify-content: start;
		top: 140px;
		background-color: #AFC4D5;
		width: 100%;
		height: calc(100vh - 55px);
		transform: translate(-101%);
		text-align: center;
		overflow: hidden;
	}

	.navbar li {
		padding: 15px;
		border-bottom: 1px solid #FFF;
	}

	.navbar li:first-child {
		margin-top: 50px;
	}

	.navbar li a {
		font-size: 1rem;
	}

	.menu-toggle,
	.bar {
		display: block;
		cursor: pointer;
		margin-left: 80%;
		margin-right: 0;
	}

	.mobile-nav {
		transform: translate(0%) !important;
	}

	/* SECTIONS */

	.headline {
		height: 20vh;
	}

	.feature-container p {
		margin-bottom: 25px;
	}

	.feature-container {
		margin-top: 20px;
	}

	.feature-container:nth-child(2) {
		order: -1;
	}

	/* SEARCH DISABLED ON MOBILE */

	#search-icon {
		display: none;
	}

	.search-input {
		display: none;
	}

}




/* RESET & BASIC STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */


img {
	max-width: 100%;
	height: auto;
}

/* body {
	font: 18px/26px "Cabin", sans-serif;
} */



/* HEADER STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background-color: rgba(255, 255, 255, 0.15);
}

.page-header nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-header .button-86 ion-icon {
	font-size: 40px;
}

/* STICKY STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
	position: fixed;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	background: rgba(58, 57, 63, 0.6);
	animation: slideDown 0.35s ease-out;
	z-index: 1030;
}

/* .page-header.is-sticky img {
	max-width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 6%;
} */

/* .page-header.is-sticky nav {
	justify-content: center;
	padding: 0 40px !important;
}

.page-header.is-sticky nav figure.m-d-n {
	display: block !important;
	width: 20%;

} */


.page-header.is-sticky ul {
	margin: 0 10px 0 50px;
	top: 30px;
	left: 0;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}








/* ================================================================= */
/* top-header section start here  */
.top-header img {
	width: 60%;
}



section.top-header {
	background: #FFF;
}

.top-header h6 {
	margin: 0;
}

.top-header .timing h6 {
	margin: 5px;
	font-size: 14px;
}

.top-header figure {
	margin: 0;
}

.top-header .card {
	display: flex;
	align-items: left;
	justify-content: center;
	height: 10vh;
}

.top-header box-icon {
	width: 30px;
	position: absolute;
	left: -40px;
	top: 30%;
}

@media (max-width:720px) {
	.top-header {
		display: none;
	}

}

/* top-header section ends here  */
/* ================================================================= */





.owl-carousel {
	display: block !important;
}


header .item {
	height: 73vh;
	position: relative;
	-webkit-backface-visibility: hidden !important;
	-webkit-transform: translateZ(0) scale(1.0, 1.0) !important;
}

header .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

header .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	background: linear-gradient(45deg, #00000099, transparent);
	display: flex;
	align-items: center;
}

header .owl-theme .owl-dots {
	background: #D7E2EA;
	position: absolute;
	bottom: 0;
	left: 42%;
	margin: 0;
	height: 20px;
}

header .owl-theme .owl-nav {
	margin: 0;
}

header .item .cover .header-content {
	position: relative;
	padding: 56px;
	overflow: hidden;
}

.header-content h1 {
	color: #1A407E !important;
	background: #FFF;
	padding: 0 20px;
	display: inline-block;
	text-transform: uppercase;
}

header .item .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 15%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 9px solid #fff;
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

header .item .cover .header-content h2 {
	font-weight: 300;
	font-size: 35px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;

}

header .item .cover .header-content h1 {
	font-size: 56px;
	font-weight: 600;
	margin: 5px 0 20px;
	text-align: left;
	word-spacing: 3px;
	color: #fff;
	text-transform: uppercase;

}

header .item .cover .header-content h4 {
	font-size: 15px;
	font-weight: 300;
	line-height: 27px;
	color: #fff;
	text-align: left;

}

header .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

header .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

header .one img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

header .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}

header .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
	position: absolute;
	left: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
}

header .owl-nav .owl-prev span {
	font-size: 1.6875rem;
	color: #fff;
	padding: 0 0 5px 0;
}

header .owl-nav .owl-prev:focus {
	outline: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: #1A407E !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .owl-nav .owl-prev:hover {
	background: #000 !important;
}

header {
	position: relative;

}

header .owl-nav .owl-next {
	position: absolute;
	right: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
}

header .owl-nav .owl-next span {
	font-size: 1.6875rem;
	color: #fff;
	padding: 0 0 5px 0;
}

header .owl-nav .owl-next:focus {
	outline: 0;
}

header .owl-nav .owl-next:hover {
	background: #000 !important;
}

header:hover .owl-prev {
	left: 0px;
	opacity: 1;
}

header:hover .owl-next {
	right: 0px;
	opacity: 1;
}

header .button-86 {
	margin: 20px 0 !important;
}

@media (max-width:720px) {
	header .item {
		height: 80vh;
	}

	header .item .cover .header-content h2 {
		font-size: 22px;
	}

	header .item .cover .header-content h1 {
		font-size: 25px;
	}

	header:hover .owl-prev {
		left: 120px;
		top: 80%;
	}

	header .owl-nav .owl-prev {
		width: 25px;
		height: 25px;
	}

	header:hover .owl-next {
		right: 120px;
		top: 80%;
	}

	header .item .cover .header-content {
		padding: 56px 0 56px 30px;
	}

	header .owl-nav .owl-next {
		width: 25px;
		height: 25px;
	}
}








/* top-icon-div  section start here  */
.top-icon-div {
	background: #1A407E;
	padding: 5px;
	color: #FFF;
	display: flex;
	align-items: center;
}


.top-icon-div a {
	color: #FFF;
	display: flex;
	align-items: center;

}

.top-icon-div .icns-side {
	display: flex;
	align-self: center;
	justify-content: end;
}

.top-icon-div .icns-side .card {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.top-icon-div ion-icon {
	border: 1px solid aliceblue;
	padding: 5px;
	margin: 0 12px;
	border-radius: 50%;
	font-size: 14px;
}

@media (max-width:520px) {
	.top-icon-div a {
		font-size: 11px;
	}

	.top-icon-div .col-md-6 {
		padding: 0;
	}

	.top-icon-div ion-icon {
		margin: 0 4px;
	}
}

/* top-icon-div  section ends here  */










/* CSS */
.button-86 {
	all: unset;
	width: 150px;
	height: 25px;
	font-size: 16px;
	background: transparent;
	border: none;
	position: relative;
	color: #f0f0f0;
	color: #000;
	cursor: pointer;
	z-index: 1;

	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.button-86:hover {
	color: #f0f0f0;

}

.button-86::after,
.button-86::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -99999;
	transition: all .4s;
}

.button-86::before {
	transform: translate(0%, 0%);
	width: 100%;
	height: 100%;
	background: #28282d;
	background: #AFC4D5;
	columns: #FFF;
	border-radius: 0px;
}

.button-86::after {
	transform: translate(10px, 10px);
	width: 35px;
	height: 35px;
	background: #ffffff15;
	background: #1a407eba;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-radius: 50px;
}

.button-86:hover::before {
	transform: translate(5%, 20%);
	width: 110%;
	height: 110%;
}

.button-86:hover::after {
	border-radius: 10px;
	transform: translate(0, 0);
	width: 100%;
	height: 100%;
}

.button-86:active::after {
	transition: 0s;
	transform: translate(0, 5%);
}












/* form  */

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
	font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
	background: #F9F9F9;
	padding: 25px;
}

#contact h3 {
	color: #F96;
	color: #DC373B;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
	width: 100%;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #AAA;
}

#contact textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
}

#contact button[type="submit"] {
	cursor: pointer;
	width: 100%;
	border: none;
	background: #0CF;
	color: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
}

#contact button[type="submit"]:hover {
	background: #09C;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
	outline: 0;
	border: 1px solid #999;
}

::-webkit-input-placeholder {
	color: #888;
}

:-moz-placeholder {
	color: #888;
}

::-moz-placeholder {
	color: #888;
}

:-ms-input-placeholder {
	color: #888;
}

/* form  */



/* middle-apply section start here  */
.middle-apply {
	margin: 50px 0 0 0;
	padding: 40px 0 0 0;
	text-align: center;
}

.middle-apply h1 {
	color: #353640;
}

.middle-apply .button-86 {
	margin: 10px auto;
}

@media (max-width:720px) {
	.middle-apply {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.middle-apply h1 {
		font-size: 24px;
	}
}

/* middle-apply section ends here  */





/* @import url("https://fonts.googleapis.com/css?family=Lato:300,400,700"); */

/* *,
html {
	padding: 0;
	margin: 0;
	font-family: "Lato", sans-serif;
} */
.Services {
	margin: 20px 0;
}

.Services .items {
	padding: 0 10px;
}

.Services .owl-nav {
	position: absolute;
	top: -40px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6%;
}

.Services .owl-nav span {
	font-size: 33px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 0 10px 0;
	color: #FFF;
}

.shape-box {
	display: inline-block;
	position: relative;
	z-index: 1;
	max-width: 100%;
	height: 400px;
	border-radius: 4px;
	margin: 30px 10px 30px;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
	overflow: hidden;
	width: 100%;
}

.shape-box_half {
	overflow: hidden;
	text-align: left;
}

.shape-box_half:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: skewY(53.5deg);
	transform-origin: top left;
	transition: \transform .4s;
	background: #fff;
	z-index: 1;
}

.shape-box>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.bg-black {
	background-color: #000;
}

.shape-box_half figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 30px 30px;
	transition: \transform .4s;
	transform: translateY(100%);
	z-index: 3;
}

.shape-box_half figcaption .show-cont {
	position: absolute;
	bottom: calc(100% + 30px);
	left: 30px;
	right: 30px;
	transition: bottom .4s;
}

.card-no {
	font-size: 36px;
	color: #1A407E;
	padding: 0;
	margin: 10px 0;
}

.card-main-title {
	margin-top: 8px;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #292b2c;
}

.card-content {
	color: #9f9f9f;
	margin-top: 20px;
	line-height: 22px;
	font-size: 15px;
}

.read-more-btn {
	border: 2px solid #db3236;
	font-size: 14px;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 600;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #db3236;
	color: #fff;
	border-radius: 2px;
	margin-top: 25px;
	text-decoration: none;
}

.read-more-btn:hover {
	background: transparent;
	color: #db3236;

}

.shape-box_half>.after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1A407E;
	opacity: 0;
	transition: opacity .4s;
}

/*On hover*/
.shape-box_half:hover:before {
	transform: skewY(20deg);
}

.shape-box_half:hover figcaption {
	transform: translateY(0);
}

.shape-box_half:hover figcaption .show-cont {
	bottom: 100%;
}

.shape-box_half:hover>.after {
	opacity: 1;
}

@media (max-width:720px) {
	.Services .owl-nav {
		top: 0;

	}

	.Services .owl-nav span {
		width: 30px;
		height: 30px;
	}
}









/* footer  */
.footer_sec {
	width: 100%;
	padding: 80px 0;
}

a {
	text-decoration: none;
}

footer img {
	width: 80% !important;
}

footer .kilimanjaro_part p {
	text-align: left;
}

.foo_top_header_one {
	background-color: #15151e;
	color: #fff;
}

footer p {
	font-size: 14px;
}

.section_padding_100_70 {
	padding-top: 100px;
	padding-bottom: 70px;
}

footer iframe {
	height: 27vh;
}

.foo_top_header_one {
	color: #fff;
}

.kilimanjaro_part {
	margin-bottom: 30px;
	overflow: hidden;
}

.foo_top_header_one .kilimanjaro_part>h5 {
	color: #fff;
}

.kilimanjaro_part h4,
.kilimanjaro_part h5 {
	margin-bottom: 30px;
}

.kilimanjaro_single_contact_info>p,
.kilimanjaro_single_contact_info>h5,
.kilimanjaro_blog_area>a,
.foo_top_header_one .kilimanjaro_part>p {
	color: rgba(255, 255, 255, 0.5);
}

p,
ul li,
ol li {
	font-weight: 300;
}

ul {
	margin: 0;
	padding: 0;
}

.kilimanjaro_bottom_header_one {
	background-color: #111;
}

.section_padding_50 {
	padding: 15px 0;
}

.kilimanjaro_bottom_header_one p {
	color: #fff;
	margin: 0;
}

p,
ul li,
ol li {
	font-weight: 300;
}

.kilimanjaro_bottom_header_one a {
	color: inherit;
	font-size: 14px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

.m-top-15 {
	margin-top: 15px;
}

ul {
	margin: 0;
	padding: 0;
}

.kilimanjaro_widget>li {
	display: inline-block;
}

p,
ul li,
ol li {
	font-weight: 300;
}

ol li,
ul li {
	list-style: outside none none;
}

.kilimanjaro_widget a {
	border: 1px solid #333;
	border-radius: 6px;
	color: #888;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 4px;
	padding: 7px 12px;
}

.kilimanjaro_links a {
	border-bottom: 1px solid #333;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.kilimanjaro_links a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
}

.top-15 {
	margin-top: 15px;
}

.foo_top_header_one .kilimanjaro_part>h5 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.kilimanjaro_part h4,
.kilimanjaro_part h5 {
	margin-bottom: 20px;
}

.kilimanjaro_social_links>li {
	display: inline-block;
}

p,
ul li,
ol li {
	font-weight: 300;
}

.kilimanjaro_social_links a {
	border: 1px solid #333;
	border-radius: 6px;
	color: #888;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 3px;
	padding: 7px 12px;
}

.kilimanjaro_blog_area .kilimanjaro_date {
	color: #27ae60;
	font-size: 13px;
	margin-bottom: 5px;
}

.kilimanjaro_blog_area>p {
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.3;
	margin-bottom: 0;
}

.kilimanjaro_works>a {
	display: inline-block;
	float: left;
	position: relative;
	width: 33.33333333%;
	z-index: 1;
}

.kilimanjaro_thumb {
	left: 0;
	position: absolute;
	top: 0;
	width: 75px;
}

.kilimanjaro_links a i {
	padding-right: 10px;
}

.footer_area {
	position: relative;
	z-index: 1;
}

.footer_bottom p>i,
.footer_bottom p>a:hover {
	color: #27ae60;
}

.social_links_area {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 50px 0 30px 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.social_links_area>a:hover {
	color: #27ae60;
}

.inline-style .social_links_area>a:hover {
	background-color: transparent;
	color: #27ae60;
	border: 0px solid transparent;
}

.single_feature:hover .feature_text h4 {
	color: #27ae60;
}

.kilimanjaro_blog_area {
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
	padding: 0 0 15px 90px;
	position: relative;
	z-index: 1;
}

.kilimanjaro_links a {
	border-bottom: 1px solid #333;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.kilimanjaro_thumb img {
	width: 100%;
}

.kilimanjaro_single_contact_info a {
	color: rgba(255, 255, 255, 0.5);
}

.kilimanjaro_widget li a,
.kilimanjaro_social_links a {
	transition: 0.3s ease-in-out;
}

.kilimanjaro_widget li a:hover,
.kilimanjaro_social_links a:hover {
	background: #DC373B;
	color: #fff;
}

.kilimanjaro_links li a:hover {
	color: #FFF;
}

#scroll-top {
	font-size: 23px;
	line-height: 0;
	border-radius: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#scroll-top:hover {
	background: #f9a310;
	color: #000;
}

.header .sticky-header.fixed .logo {
	max-width: 155.25px;
}

.list li.active {
	font-weight: bold !important;
}

@media (max-width:720px) {
	footer img {
		width: 61% !important;
	}

}

/* footer  */








/* we-can-help section start here  */
.we-can-help {
	margin: 40px 0;
	padding: 40px 0;
}

.we-can-help .head {
	color: #000;
}

.we-can-help .details {
	background: #5774A0;
	padding: 20px;
	color: #FFF;
	text-align: left;
	position: absolute;
	top: 30%;
	margin: 20px;
	height: 40vh;
	display: flex;
	align-items: left;
	flex-direction: column;
	justify-content: center;
}

.we-can-help .card {
	height: 70vh;
}

.we-can-help .card p {
	text-align: left;
	color: #FFF;
	font-size: 15px;
	font-weight: 100;
}

.we-can-help .card h6 {
	text-align: left;
	color: #FFF;
	width: 100%;
	font-size: 18px;
}

.we-can-help img {
	max-width: 100%;
	height: auto;
	width: 400px;
	height: 250px;
	object-fit: cover;
}

.card-hover {
	width: 360px;
	height: 450px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 32px -10px rgba(0, 0, 0, 0.08);
}

.card-hover:has(.card-hover__link:hover) .card-hover__extra {
	transform: translateY(0);
	transition: transform 0.35s;
}

.card-hover:hover .card-hover__content {
	background-color: #DEE8C2;
	background-color: #a9b8c4;
	bottom: 100%;
	transform: translateY(100%);
	padding: 50px 60px;
	transition: all 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
}

.card-hover:hover .card-hover__content p {
	color: #000;
}

.card-hover:hover .card-hover__link {
	opacity: 1;
	transform: translate(-50%, 0);
	transition: all 0.3s 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
}

.card-hover:hover img {
	transform: scale(1);
	transition: 0.35s 0.1s transform cubic-bezier(0.1, 0.72, 0.4, 0.97);
}

.card-hover__content {
	width: 100%;
	text-align: center;
	background-color: #86B971;
	background-color: #184083;
	padding: 0 60px 50px;
	position: absolute;
	bottom: 0;
	color: #FFF;
	left: 0;
	transform: translateY(0);
	transition: all 0.35s 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
	will-change: bottom, background-color, transform, padding;
	z-index: 1;
}

.card-hover__content p {
	color: #FFF;
}

.card-hover__content::before,
.card-hover__content::after {
	content: '';
	width: 100%;
	height: 120px;
	background-color: inherit;
	position: absolute;
	left: 0;
	z-index: -1;
}

.card-hover__content::before {
	top: -80px;
	clip-path: ellipse(60% 80px at bottom center);
}

.card-hover__content::after {
	bottom: -80px;
	clip-path: ellipse(60% 80px at top center);
}

.card-hover__title {
	font-size: 1.5rem;
	margin-bottom: 1em;
}

.card-hover__title span {
	color: #2d7f0b;
	color: #103882;
	background: #A9B8C4;
	padding: 10px;
	font-size: 20px;
	font-weight: 700;
}

.card-hover__text {
	font-size: 15px;
	line-height: 24px;
	font-weight: 100;
}

.card-hover__link {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translate(-50%, 10%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
	color: #103882;
	opacity: 0;
	padding: 10px;
	transition: all 0.35s;
}

.card-hover__link:hover svg {
	transform: translateX(4px);
}

.card-hover__link svg {
	width: 18px;
	margin-left: 4px;
	transition: transform 0.3s;
}

.card-hover__extra {
	height: 50%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	font-size: 1.5rem;
	text-align: center;
	background-color: #86b971;
	background-color: #184083;
	padding: 80px;
	bottom: 0;
	z-index: 0;
	color: #dee8c2;
	transform: translateY(100%);
	will-change: transform;
	transition: transform 0.35s;
}

.card-hover__extra .card-hover__extra span {
	color: #103882;
}



.card-hover img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -1;
	transform: scale(1.2);
	transition: 0.35s 0.35s transform cubic-bezier(0.1, 0.72, 0.4, 0.97);
}

@media (max-width:720px) {
	.we-can-help {
		margin: 0;
		padding: 0 20px;

	}

	.card-hover {
		width: 100%;
		margin: 20px 0;
	}
}



/* we-can-help section ends here  */






/* about-us section start here  */
.about-us {
	margin: 0px 0 80px;
	background: #FFFFFF;
	padding: 20px 0 100px 0;
}

.content-side p {
	text-align: left;
}

.about-us .img-side img {
	width: 350px;
	height: 350px;
	border-radius: 50%;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	object-fit: cover;
	object-position: left;
}

.about-us b {
	font-weight: 900;
}

.about-us .button-86 {
	margin: 20px 0;
}

.about-us strong {
	font-size: 29px;
	color: #193F7C;
	font-weight: 600;
}

.about-us .img-side figure {
	text-align: center;
	position: relative;
}

.about-us .img-side figure::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 400px;
	z-index: 1;
	border-radius: 50%;
	background: #dc373bbd;
}

.about-us .img-side figure::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 300px;
	height: 300px;
	z-index: 1;
	background: rgb(26 64 126 / 68%);
}

@media (max-width:720px) {
	.about-us .img-side figure::after {
		width: 300px;
		height: 300px
	}

	.about-us .img-side img {
		width: 300px;
		height: 300px
	}

	.about-us strong {
		font-size: 22px;
	}

	.about-us {
		padding: 50px 20px;
		margin: 20px 0;
	}

	.about-us .img-side figure {
		margin: 20px 0;
	}
}

/* about-us section ends here  */

























/* type-of-hearing-aids section start here  */
.type-of-hearing-aids {
	margin: 40px 0;
	padding: 40px 0;
}

.type-of-hearing-aids .items {
	padding: 0 20px;
}

.type-of-hearing-aids .items:hover {
	box-shadow: 0 30px 30px -25px rgba(65, 51, 183, 0.25);

	transition: .3s ease-out;
	cursor: pointer;
}

.type-of-hearing-aids .items:hover img {
	border: 5px solid #184083;
	transition: .3s ease-out;
	cursor: pointer;
	transform: scale(1.1);
	overflow: hidden;
	border-radius: 4px;

}

.type-of-hearing-aids img {
	width: 200px !important;
	height: 200px;
	border-radius: 50%;
	display: inline-block !important;
}

.type-of-hearing-aids figure {
	text-align: center;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.type-of-hearing-aids h6 {
	font-size: 18px;
	font-weight: 500;
	margin: 14px 0px;
}


.type-of-hearing-aids .hearing-aids-slider p {
	text-align: left;
	height: 100px;
}

.type-of-hearing-aids .owl-nav {
	position: absolute;
	top: -40px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6%;
}

.type-of-hearing-aids .owl-nav span {
	font-size: 33px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 0 10px 0;
	color: #FFF;
}

.type-of-hearing-aids .button-86 {
	margin: 20px 0;
	padding: 10px 40px;
}

@media (max-width:720px) {
	.type-of-hearing-aids {
		margin: 0;
		padding: 40px 20px;
	}

	.type-of-hearing-aids .owl-nav span {
		width: 30px;
		height: 30px;
	}

	.type-of-hearing-aids .owl-nav {
		top: -40px;
		right: 12px;
	}

	.type-of-hearing-aids img {
		width: 150px !important;
		height: 150px;

	}

	.type-of-hearing-aids .hearing-aids-slider p {
		text-align: left;
		height: auto;
	}
}

/* type-of-hearing-aids section ends here  */









/* features section starts here  */
.features-sec img {
	width: 30% !important;
	display: inline !important;

}

.features-sec figure {
	text-align: center;
}

.features-sec .items:hover {
	cursor: pointer;
	transition: .4s ease;
}

.features-sec .owl-nav {
	position: absolute;
	top: -92px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6%;
}

.features-sec .owl-nav span {
	font-size: 33px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 0 10px 0;
	color: #FFF;
}

.features-sec h6 {
	text-align: center;
	margin: 20px 0 !important;
}

.features-sec .owl-theme .owl-dots {
	margin: 20px;
}

@media (max-width:720px) {
	.features-sec {
		padding: 40px 20px !important;
	}

	.features-sec h1 {
		text-align: left;
		font-size: 22px;
	}

	.features-sec h6 {
		text-align: center;

	}

	.features-sec img {
		width: 50%;
	}

	.features-sec .owl-theme .owl-dots .owl-dot {
		background: none !important;
	}

	.features-sec .owl-theme .owl-dots .owl-dot span {
		width: 7px;
		height: 7px;
		margin: 5px 7px;
		background: #1A407E;
	}

	.features-sec .owl-nav span {
		width: 30px;
		height: 30px;
	}

	.features-sec .owl-nav {
		top: -90px;
	}
}

/* features section ends here  */





/* service sec  */

.minip {
	width: 300px;
	height: 450px;
	margin: auto;
	background: #436496;
	position: relative;
	box-shadow: 0px 0px 5px var(--terracotta);
}

.minip .mg {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: grid;
	grid-template-columns: 250px 50px;
	grid-template-rows: 100px 150px;
	grid-template-areas:
		'clr group'
		'clr .....';
	transition:
		grid-template-columns .6s linear,
		grid-template-rows .6s linear;
}

.minip:hover .mg {
	grid-template-columns: 150px 150px;
	grid-template-rows: 50px 300px;
	transition:
		grid-template-columns .6s linear,
		grid-template-rows .6s linear;
}

.minip .mg .clr {
	grid-area: clr;
	background: var(--green);
}

.minip .mg .group {
	font: 10px/10px var(--mono);
	text-transform: uppercase;
	letter-spacing: 1px;
	writing-mode: vertical-lr;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 180px;
	background: #FFF;
	position: relative;
	z-index: 10;
	padding: 10px 0;
}

.minip .mg .group span {
	display: block;
	transform: rotate(180deg);
	transition:
		transform .6s linear;
}

.minip:hover .mg .group span {
	transform: rotate(270deg);
	transition:
		transform .6s linear;
}

.minip .av {
	width: 230px;
	height: 365px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: var(--green);
	background-position: top center;
	background-size: cover;
	transition: width .6s linear, height .6s linear;
}

.minip:hover .av {
	width: 250px;
	height: 400px;
	transition:
		width .6s linear,
		height .6s linear;
}

.minip .info {
	width: 203px;
	max-height: 100%;
	padding: 25px;
	position: absolute;
	bottom: 40px;
	left: 0px;
	background: #dc373bdb;
	display: flex;
	color: #FFF;
	flex-flow: column nowrap;
	place-content: flex-start center;
	transition: bottom 0.6s linear 0s;
	font-size: 14px;
}

.minip:hover .info {
	bottom: 0;
	transition:
		bottom .6s linear;
}

.minip .info name {
	display: block;
	font: 200 25px/30px var(--display);
	text-indent: -25px;
	letter-spacing: 1px;
	margin: 0px 0px 10px 25px;
}

.minip .info deets {
	font: 10px/15px var(--mono);
	text-transform: inherit;
	letter-spacing: 1px;
}

.minip a.plot {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #436496;
	font: 10px/10px var(--mono);
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	font-size: 14px;
	justify-content: center;
	transition: bottom .6s linear;
}

.minip:hover a.plot {
	color: #436496;
	background: #FFFFFF;
	bottom: 140px;
	transition:
		bottom .6s linear;
}

@media (max-width:720px) {
	.minip {
		margin: 20px 0;
	}

	.mobile-menu.active {
		top: 65px;
	}
	.b-nav{
		width: 0px !important;
	}
}

/* service sec  */



.mobile-menu {
	left: -200%;
	transition: 0.5s;
}

nav li a {
	font-size: 16px;
	font-weight: 500;
	color: #202020;
}

nav li a:hover {

	color: #1A407E;
}

.mobile-menu.active {
	left: 0;
	top: 42px !important;
	border-top: 5px solid #1A407E;
}

.mobile-menu ul li ul {
	display: none;
}

.mobile-menu ul li:hover ul {
	display: block;
}

.md\:flex {
	align-items: center;
}

nav .leading-8 {
	line-height: 3rem;
	border-bottom: 2px solid #ccc;
	width: 100%;
	padding: 5px 20px;
}

nav .absolute {
	border-top: 2px solid black;
	padding: 0 !important;
	margin: 8px 0;
}

@media (max-width:720px) {
	ul.bg-gray-100.shadow-lg.leading-9.font-bold.h-screen {
		background: #C9C9CA;
		
		align-items: center;
		flex-direction: column;
		width: 87%;
		justify-content: center;
		height: 100vh;
		line-height: 60px;
	}

	nav li {
		width: 100% !important;
	}

	.container {
		width: 100%;
		padding: 0 16px;
	}

	.button-86 {
		margin: 20px 0;
	}

	.leading-9 {
		position: relative;
	}

	.page-header .mobile-menu ion-icon {
		position: absolute;
		right: 0;
		z-index: 103;
	}
}

.page-top-banner {
	position: relative;
	z-index: -1;
}



.box-container {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 35px 15px;
	width: 100%;
}

@media screen and (min-width:1380px) {
	.box-container {
		flex-direction: row
	}
}

.box-item {
	position: relative;
	-webkit-backface-visibility: hidden;
	width: 415px;
	margin-bottom: 35px;
	max-width: 100%;
	overflow: hidden;
}

.box-item::after {
	content: '';
	position: absolute;
	right: -13%;
	top: -52px;
	background: #1038828c;
	width: 55%;
	height: 55%;
	border-radius: 50%;
}

.box-item:hover.box-item::after {
	background: #ffffffd1;
	transition: -4s ease-in;
	right: -13%;
	top: -60px;
	width: 40%;
	height: 40%;
}

.flip-box {
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 1000px;
	-webkit-perspective: 1000px;
}

.flip-box:hover {
	cursor: pointer;
}

.flip-box-front,
.flip-box-back {
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	min-height: 400px;
	-ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
	transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
	-webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-box-front {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background: #eee;
}

.flip-box-front h3 {
	text-align: left;
	font-size: 20px;
}

.flip-box:hover .flip-box-front {
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #1A407E;
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box-back p {
	color: #FFF;
	font-size: 14px !important;
}

.flip-box:hover .flip-box-back {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box .inner {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 25px;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;

	transform: translateY(-50%) translateZ(60px) scale(.94);
	-webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
	-ms-transform: translateY(-50%) translateZ(60px) scale(.94);
	top: 50%;
}

.flip-box-back .flex {
	display: flex;
	align-items: center;
}

.flip-box-back h3 {
	color: #FFF;
	font-size: 20px;
	margin: 0 10px;
}

.testimonial .button-86 {
	margin: 20px auto;
}

.testimonial .head {
	padding: 40px 0 0 0;
}

.testimonial .owl-nav {
	position: absolute;
	top: -40px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6%;
}

.testimonial .owl-nav span {
	font-size: 33px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 0 10px 0;
	color: #FFF;
}

.flip-box p {
	font-size: 17px;
	line-height: 1.5em;
	text-align: left;
	margin: 10px 0;
}

.flip-box-img {
	margin-top: 25px;
}

.flip-box img {

	width: 50px !important;
	border: 2px solid #456697;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	margin: 12px 0;
}

@media (max-width:720px) {
	.testimonial {
		padding: 20px;
	}

	.testimonial .head h1 {
		text-align: left;
	}

	.testimonial .head h6 {
		text-align: left;
	}

	.testimonial .box-container {
		padding: 0;
	}

	.box-item::after {
		width: 68%;
		height: 55%;

	}
}


/* about-widex sect start here  */
.about-widex {
	margin: 80px 0;
	padding: 50px 20px;
	background: #fff;
}



.about-widex img {
	width: 90% !important;
	margin: 0 auto;
}

.about-widex .button-86 {
	margin: 20px 0 !important;
}

.about-widex .card {
	display: flex;
	align-items: left;
	height: 100%;
	justify-content: center;
}

.about-widex h1 {
	font-size: 40px;
	color: #242424;
	text-align: left;
}

.about-widex h2 {
	font-size: 22px;
	color: #242424;
	text-align: left;
}

.about-widex p {

	text-align: left;
}

@media (max-width:720px) {
	.about-widex {
		padding: 10px;
	}

	.about-widex h1 {
		font-size: 30px;

	}

	.about-widex h2 {
		font-size: 18px;

	}
}

/* about-widex sect ends here  */






#controls-container {
	/* height: 80px; */
	display: flex;
	align-items: center;
	flex-direction: column;
	position: absolute;
	left: 5%;
	z-index: 1;
}

.controls-container:after {
	content: '';
	display: block;
	clear: both;
}

.explore-aids .left-side {
	display: flex;
	align-items: center;
}

.control {
	position: relative;
	float: left;
	width: 50px;
	height: 30px;
	margin: 10px 0;
}

.control-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid white;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	cursor: pointer;
	color: white;
	font-size: 30px;
	text-align: center;
	line-height: 46px;
	transition: all .3s;
}

.control-btn:hover {
	background-color: rgba(98, 89, 89, .4);
}

#images-container {
	height: 50vh;
	position: relative;
}

.explore-aids .image {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 30%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: all .5s;
}

.explore-aids .black {
	background: #323232;
}

.explore-aids .brown {
	background: #4A2D22;
}

.explore-aids .grey {
	background: #717475;
}

.explore-aids .blue {
	background: #0097D7;
}

.explore-aids .navy {
	background: #00215C;
}

.explore-aids .pink {
	background: #BD388B;
}

.explore-aids .x-l-brown {
	background: #927F71;
}

.image-1 {
	background-image: url('../images/aids/black.png');
	width: 300px;
	height: 300px;
	object-fit: cover;
}

.image-2 {
	background-image: url('../images/aids/brown.png');
	width: 300px;
	height: 300px;
	object-fit: cover;
}

.image-3 {
	background-image: url('../images/aids/grey.png');
	width: 300px;
	height: 300px;
	object-fit: cover;
}

.image-4 {
	background-image: url('../images/aids/light-blue.png');
	width: 300px;
	height: 300px;
	object-fit: cover;
}

.image-5 {
	background-image: url('../images/aids/navy.png');
	width: 300px;
	height: 300px;
	object-fit: cover;
}

.image-6 {
	background-image: url('../images/aids/pink.png');
	width: 300px;
	height: 300px;
	object-fit: cover;
}

.image-7 {
	background-image: url('../images/aids/x-l-brown.png');
	width: 300px;
	height: 300px;
	object-fit: cover;
}

.image[data-active="active"] {
	opacity: 1;
}

.explore-aids .left-side h1 {
	color: #000;
	font-size: 40px;
	text-align: left;

}

.explore-aids p {
	text-align: left;
}

.explore-aids .button-86 {
	margin: 20px 0 !important;
}

@media (max-width:720px) {

	.explore-aids .image {
		height: 90%;
		width: 100%;
	}

	.explore-aids .image {
		top: 10%;
	}
}



/* partner-sliders section start here  */
.partner-slider {
	padding: 40px 0;
	background: #FFFFFF;
}

.partner-slider .owl-theme .owl-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner-slider .owl-theme .owl-dots {
	display: none;
}

.partner-slider .owl-nav span {
	font-size: 33px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 0 10px 0;
	color: #FFF;
}

/* partner-sliders section ends here  */

.top-header .container {
	max-width: 1380px !important;
}