/*********embeded fonts**************/
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap");

body {
	margin: 0px;
	background-color: var(--white-color);
	font-size: 14px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 500;
	line-height: 35px;
}

:root {
	--primary-color: #ff9007;
	--secondary-color: #23a46e;
	--deep-blue-color: #011c4d;
	--top-header-deep-blue-color: #00173c;
	--white-color: #fff;
	--black: #222;
	--green-color: #1b9a5f;
	--p-text: #203958;
	--green-btn: #44c588;
	--allover-font: "Source Sans Pro", sans-serif;
	--heading-font: "Khand", sans-serif;
}

h1,
h2,
h3 {
	font-family: "Khand", sans-serif;
}

b {
	font-weight: bold;
	font-size: 15px;
}

a {
	color: var(--primary-color);
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

p {
	font-size: 18px;
	color: #203958;
	font-weight: 600;
}

button,
a:focus,
.btn:focus {
	outline: none;
	box-shadow: none;
}

.primary-color {
	color: var(--primary-color);
}

.orange-text {
	color: var(--primary-color);
}

.yellow-color {
	color: #f8bd39;
}

.sub-heading {
	font-weight: 700;
	font-size: 38px;
}

.accordion-button:focus {
	z-index: 3;
	border-color: transparent !important;
	outline: 0;
	box-shadow: none !important;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
	border-color: blue !important;
}

.primary-btn {
	width: 120px;
	padding: 7px;
	color: var(--primary-color);
	font-weight: 500;
	border: solid 2px var(--primary-color);
}

.secondary-btn {
	width: 120px;
	padding: 7px;
	color: var(--green-color);
	font-weight: 500;
	border: none;
	border: solid 2px var(--secondary-color);
}

.font-weight-600 {
	font-weight: 600;
}

.blue-text {
	color: var();
}

.green-text {
	color: var(--secondary-color);
}

/* ===========btn============== */

/* GENERAL BUTTON STYLING */
.theme-btn-color::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.theme-btn-color span {
	z-index: 2;
	position: relative;
}

.theme-btn-color {
	background: none;
	border: 2px solid var(--green-btn);
	border-radius: 5px;
	color: var(--green-btn);
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 22px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	align-items: center;
	/* display: flex; */
	background: #fff;
	box-shadow: 1px 3px 10px #44c58847;
	width: 170px;
	line-height: 25px;
}

.login-btn .theme-btn-color {
	background: none;
}

.theme-btn-color::before,
.theme-btn-color::after {
	background: #44c588;
	content: "";
	position: absolute;
	z-index: 1;
}

.theme-btn-color:hover span {
	color: #fff;
}

/* BUTTON 5 */
.theme-btn-color {
	overflow: hidden;
}

.theme-btn-color::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.theme-btn-color::after {
	/*background-color: #f00;*/
	height: 130%;
	left: -62%;
	top: -9px;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	width: 0;
}

.theme-btn-color:hover:after {
	height: 123%;
	width: 160%;
}

/* ===========btn============== */

.contact-us-text {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.contact-us-text i {
	font-size: 22px;
	margin-right: 6px;
	position: relative;
	top: 5px;
}

.login-btn .btn {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.login-btn .btn i {
	font-size: 19px;
	margin-right: 6px;
	position: relative;
	top: 4px;
}

.img-responsive {
	width: 100%;
	height: auto;
	display: block;
}

.home-logo img {
	width: 250px;
	height: auto;
	display: block;
	max-width: 100%;
}

header {
	width: 100%;
	height: auto;
	display: block;
	background-color: var(--white-color);
	padding: 0;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0px 6px 11px 0 rgb(6 6 6 / 41%);
	/*background-color: #141c27;*/
}

/*header .nav-menu ul{
    column-gap: 6px;
}*/
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.education-block-section {
	position: relative;
	z-index: 9;
}

.education-block-section ul {
	display: flex;
}

.education-block-section ul>li {
	width: 33.3333%;
}

.education-block {
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	text-align: center;
	color: var(--white-color);
	align-items: center;
}

.education-block figure {
	width: 65px;
	height: 65px;
	display: block;
	margin: 0;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	background: var(--secondary-color);
	box-shadow: 1px 1px 15px var(--secondary-color);
	text-align: center;
}

.red-color figure {
	background: #df4b59;
	box-shadow: 1px 4px 20px #cb4040;
}

.yellow-color figure {
	box-shadow: 1px 3px 15px #cf940c;
	background: #f8bd39;
}

.education-block figure i {
	font-size: 35px;
}

.education-block figure img {
	width: 100%;
	height: 34px;
	display: block;
	object-fit: contain;
}

.education-block figcaption h3 {
	margin: 0 0 0 15px;
	font-size: 22px;
	text-transform: capitalize;
	color: var(--white-color);
	font-weight: 500;
	text-align: left;
}

.education-block:nth-child(2) figure {
	background: #308ece;
}

/* .education-block-section ul > li:nth-child(2) .education-block figure,
.education-block-section ul > li:nth-child(2) .education-block{
    border-color: #308ece;
}
.education-block figure > li:nth-child(3) .education-block{
    background-color: #ec644b;
}
.education-block-section ul > li:nth-child(3) .education-block figure,
.education-block-section ul > li:nth-child(3) .education-block{
    border-color: #ec644b;
}
.education-block figure > li:nth-child(4) .education-block figure,
.education-block-section ul > li:nth-child(4) .education-block{
    border-color: #7aa93c;
} */
.pt-45 {
	padding-top: 45px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.default-title {
	width: 100%;
	display: inline-block;
	margin: 0 0 14px 0;
	position: relative;
	text-align: center;
	color: #05072e;
	font-size: 48px;
	font-weight: 600;
}

.default-title span {
	width: auto;
	display: inline-block;
	position: relative;
	font-size: 26px;
	color: var(--primary-color);
	padding: 10px;
	font-weight: 500;
	background: #ff900724;
	padding: 3px 10px !important;
}

.default-title span:before {
	content: "";
	width: 49px;
	height: 3px;
	background-color: #ff9007;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	right: 111%;
}

.default-title span:after {
	content: "";
	width: 49px;
	height: 3px;
	background-color: #ff9007;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	left: 111%;
}

.mt--150 {
	margin-top: -150px;
}

.light-bg {
	background: linear-gradient(180deg, #c0c2db, rgba(255, 255, 255, 0) 100%);
}

.light-grey-bg {
	background-color: #f0f1f1;
}

.default-ul-icon>li {
	box-sizing: border-box;
	padding-left: 30px;
	position: relative;
	margin: 0 0 6px 0;
}

.default-ul-icon>li:before {
	content: "\f14a";
	font: normal normal normal 14px/1 FontAwesome;
	color: #19beec;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 6px;
}

.client-logo li {
	width: 200px;
	border: 1px solid #e5e5e5;
	float: left;
	margin: -1px 0 0 -1px;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}

.client-logo img {
	max-width: 100%;
	display: inline-block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/*#footer {
    background: #f8f9fa;
    padding: 0 0 30px 0;
    color: #000;
    font-size: 14px;
}
#footer .footer-top {
    background: #515d6a;
    padding: 30px 0;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--white-color);
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul li {
    padding: 3px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 1;
}*/

/*.home-banner{
    padding: 0px;
    background: url(../images/banner-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
}*/
.home-banner {
	background: #011c4d;
}

.home-video {
	height: 470px;
	overflow: hidden;
	position: relative;
}

.home-video::before {
	background: linear-gradient(84deg,
			rgb(5 33 73) 0%,
			rgb(8 41 68 / 73%) 54%,
			rgb(47 181 153 / 85%) 100%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
}

.icon-sec {
	border-top: solid 1px #dddddd1f;
	padding: 20px 0;
	border-bottom: solid 1px #dddddd40;
}

.mentor-video {
	position: relative;
}

.video-play-button {
	position: absolute;
	z-index: 10;
	top: 20%;
	left: 20%;
	transform: translateX(-50%) translateY(-50%) scale(0.75);
	box-sizing: content-box;
	display: block;
	width: 28px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.mentor-video .video-play-button {
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.video-play-button {
	position: absolute;
	z-index: 10;
	top: 20%;
	left: 20%;
	transform: translateX(-50%) translateY(-50%) scale(0.75);
	box-sizing: content-box;
	display: block;
	width: 28px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ba1f24;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #f44336;
	border-radius: 50%;
	transition: all 200ms;
}

.video-play-button:hover:after {
	background-color: darken(#f44336, 10%);
}

.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 32px solid var(--white-color);
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

.video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all ease 500ms;
}

.video-overlay.open {
	position: fixed;
	z-index: 1000;
	opacity: 1;
}

.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: var(--white-color);
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms;
}

.video-overlay-close:hover {
	color: #fa183d;
}

.video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	/* width: 90%; */
	/* height: auto; */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.mentor-video {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.mentor-video iframe {
	position: relative;
	width: 100%;
	height: 350px;
	border-radius: 10px;
	pointer-events: none;
	z-index: 9;
}

.mentor-video .silder-top {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 88;
	left: 0px;
	top: 0px;
}

.mentor-video .silder-top img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 444;
	border-radius: 12px;
	border: 7px solid var(--white-color);
}

.mentor-video .owl-carousel img {
	border-radius: 12px !important;
}

.mentor-video:before {
	position: absolute;
	top: 20px;
	left: -20px;
	width: 100%;
	height: 100%;
	border: 6px solid #ddd;
	content: "";
	border-radius: 12px;
	transform: rotate(-5deg);
	z-index: 1;
	background: rgba(255, 255, 255, 1);
}

.mentor-video:before {
	position: absolute;
	top: 0px;
	left: 0px;
}

.nav-menu ul li a {
	font-size: 14px;
	color: var(--white-color);
	padding: 6px 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 600;
	text-transform: capitalize;
}

.nav-menu ul li a strong {
	font-weight: 400;
}

.btn-border {
	border: #020879 1px solid !important;
}

.banner-txt {
	color: var(--white-color);
}

.banner-txt h2 {
	font-size: 28px;
	font-weight: 300;
}

.banner-txt h3 {
	font-size: 38px;
	font-weight: 600;
}

.banner-txt p {
	font-size: 16px;
	font-weight: 400;
}

.btn-white {
	border-color: var(--white-color) !important;
	color: var(--white-color) !important;
}

.btn-lg {
	padding: 10px 35px !important;
}

.default-title.left-title {
	text-align: left !important;
}

.default-title.left-title span:before {
	display: none;
}

.avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	height: 48px;
	width: 48px;
	margin-right: 15px;
}

.child-mb-25>* {
	margin-bottom: 25px !important;
}

.card {
	border-radius: 15px;
	box-shadow: 0px 4px 23px 0 rgba(135, 125, 125, 0.14);
	background-color: var(--white-color) fff;
	text-align: center;
	position: relative;
}

.process-block {
	position: relative;
	padding: 25px !important;
	border: none;
	box-shadow: none;
	border-radius: 6px;
	background: #fff;
}

.process-block span.count {
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	z-index: 3;
	right: -15px;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 53px;
	font-weight: 700;
	color: #ededf1;
	z-index: 0;
	opacity: 0;
}

.process-block .content-block {
	width: 100%;
	position: relative;
	z-index: 5;
	text-align: center;
}

.process-block .content-block .content h2 {
	font-size: 1.5rem;
	line-height: 1.19;
	color: #293856;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
}

.process-block .img-frame img {
	width: 56px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-right: 20px;
}

/* .row-4 > li.col-lg-4 {
    flex: 0 0 auto;
    width: 25%;
} */
.service-items {
	box-shadow: 0 4px 15px 0 rgba(135, 125, 125, 0.14);
	height: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 12px;
	background: var(--white-color);
	flex-wrap: wrap;
}

.service-items .service-icon {
	width: 100%;
	font-size: 18px;
}

.service-items .servoce-name {
	width: 100%;
	font-size: 14px;
	line-height: normal;
}

.pa-10 {
	box-sizing: border-box;
	padding: 10px;
}

.service-section {
	background-color: #020879;
	padding-top: 50px;
	padding-bottom: 50px;
}

.deep-bg .default-title span,
.deep-bg .default-title {
	color: var(--white-color);
}

.deep-bg .default-title span:after {
	background-color: var(--white-color);
}

.pt-50 {
	padding-top: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.key-features-section .fre-item {
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 7px;
}

.fre-item h2 {
	font-size: 14px;
	font-weight: 400;
	color: #898888;
	transition: all 0.3s ease;
}

.fre-item h3 {
	font-size: 24px;
	font-weight: 700;
	color: #0b1152;
	transition: all 0.3s ease;
	text-transform: capitalize;
}

.key-features-section .key-icon {
	background: #ececec;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	line-height: 56px;
	margin-right: 10px;
	border: solid 1px #dcdcdc;
	position: absolute;
	left: 15px;
}

.key-features-section .key-icon img {
	width: 32px;
	height: 32px;
}

/* .fre-item:hover{
    background-color: #020879;
} */
/* .fre-item:hover h2,
.fre-item:hover p {
	color: var(--white-color);
} */

.fre-item:hover .btn-border {
	border: var(--white-color) 1px solid !important;
	color: var(--white-color) !important;
}

header.sticky-header {
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
}

.key-section .fre-item.grey {
	background-color: #f2f2f2 !important;
}

.fre-item.key {
	padding: 50px;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fre-item.key p {
	margin: 0;
	text-align: center;
}

.key-full {
	width: 100%;
	height: auto;
	border-radius: 6px;
	overflow: hidden;
}

.key-full img {
	width: 100%;
	height: auto;
	display: block;
}

.key-over:nth-child(2) .fre-item {
	background-color: #f8bd39;
}

.key-over:hover .fre-item.key {}

/* .key-over .fre-item:hover {
    background-color: #ffc107 !important;
} */
.key-features-section {
	background: url(../images/parallex.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
	background-position: bottom;
}

.key-features-section:before {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #dddde7b3;
}

.key-features-section .fre-item.key {
	padding: 15px;
	min-height: 104px !important;
	text-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 12px;
	/* border-radius: 20px; */
	line-height: 24px;
	padding-left: 91px;
	position: relative;
	display: flex;
}

.key-features-section .fre-item.key p {
	text-align: left;
}

.key-features-section .fre-item.key .avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	height: 40px;
	width: 40px;
	margin: 0 15px 0 0px !important;
}

.key-features-section .key-over .fre-item:hover {
	background-color: #ffc107 !important;
}

/* .key-features-section .key-over:hover .fre-item.key {
	border-radius: 0px !important;
} */

.float-right {
	width: auto !important;
	float: right;
}

.pagination a {
	color: #555;
}

.card ul.tricker-ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul.tricker-ul>.news-item {
	padding: 4px 0px !important;
	margin: 0px;
	border-bottom: 1px dotted #3e4095;
	text-align: left;
}

.default-new.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: var(--white-color);
	background-clip: border-box;
	border: 1px solid #3e4095;
	border-radius: 0.25rem;
	max-height: 397px;
	height: 100%;
	overflow: auto;
}

.default-new .card-footer {
	padding: 0.5rem 1rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid #3e4095;
}

.default-new .card-footer .fa {
	margin: 0px !important;
}

.default-new .news-item h3 {
	font-size: 16px;
	margin: 0 0 3px 0;
	box-sizing: border-box;
	padding-left: 15px;
}

.default-new .news-item .w-100 {
	display: inline-block;
}

.default-new .news-item td {
	vertical-align: top;
}

.default-new .news-item p {
	font-size: 14px;
	margin: 0;
	box-sizing: border-box;
	padding-left: 15px;
}

.news-section {
	background-color: rgb(230 240 255 / 25%);
}

header .nav-menu>ul {
	align-items: center;
	column-gap: 0px;
}

header .nav-menu>ul>li {
	position: relative;
}

header .nav-menu>ul>li>a:not(.btn-border) {
	width: 100%;
	padding: 30px 10px;
	border-radius: 0px !important;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header .nav-menu>ul>li>ul {
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 100%;
	background-color: var(--white-color);
	min-width: 320px;
	/* border-bottom: solid 1px var(--white-color); */
	border-top: none;
}

header .nav-menu>ul>li>ul li {
	border-bottom: solid 1px #dddddd6b;
	position: relative;
}

header .nav-menu>ul>li>ul li:last-child {
	border-bottom: none;
}

header .nav-menu>ul>li>ul>li a {
	padding: 15px 10px;
	width: 100%;
	display: block;
	text-align: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

header .nav-menu>ul>li>ul li a span {
	position: relative;
	display: inline-block;
	z-index: 1;
	transition: color 0.3s, opacity 0.3s;
	color: #1f407a;
	line-height: 20px;
}

header .nav-menu>ul>li>ul li a:after {
	display: block;
	content: "";
	height: 100%;
	width: 3px;
	position: absolute;
	top: 0;
	background: #ffc107;
	left: 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.35s ease;
	pointer-events: none;
}

header .nav-menu>ul>li>ul>li>ul>li>ul>li:hover>a:after,
header .nav-menu>ul>li>ul>li>ul>li:hover>a:after,
header .nav-menu>ul>li>ul>li:hover>a:after {
	width: 100%;
}

header .nav-menu>ul>li>ul>li>ul>li>ul,
header .nav-menu>ul>li>ul>li>ul {
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	left: 100%;
	top: 0;
	background-color: #ffc107;
	max-width: 180px;
	border-bottom: solid 1px var(--white-color);
	border-top: none;
}

header .nav-menu>ul>li:hover>a:not(.btn-border) {
	background-color: #ffc107;
}

.home-banner {
	position: relative;
	width: 100%;
	display: block;
}

.half-silder {
	width: 50%;
	height: auto;
	min-height: 10px;
	float: right;
}

.half-silder-txt {
	width: 50%;
	height: auto;
	min-height: 10px;
	box-sizing: border-box;
	float: left;
	/*background-color: var(--white-color);*/
	position: relative;
	/*background-color: rgba(255, 193, 7, 0.6);*/
	/*position: absolute;
    z-index: 10;
    left: 0;
    top: 0px;*/
	padding: 15px 15px 15px 8%;
	color: #000;
}

.half-silder-txt .banner-txt {
	width: auto;
	display: block;
	position: absolute;
	z-index: 4;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
}

.half-silder-txt .banner-txt h3 {
	font-size: 38px;
	font-weight: 600;
	color: #000;
	line-height: 58px;
	text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.3);
}

.half-silder-txt .banner-txt h3 span {
	display: inline-block;
}

.half-silder-txt .banner-txt h3 span.big {
	font-size: 58px;
	color: #ffc107;
}

.pl-20 {
	padding-left: 20px !important;
}

.process-block span.count,
.process-block .content-block,
.process-block {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.process-block:hover {
	background-color: #fff;
	box-shadow: 1px 1px 53px #9ca3b3ba;
	padding: 30px 25px;
}

.process-block:hover span.count {
	color: #dbdbdb;
	opacity: 1;
}

.white-bg {
	background-color: var(--white-color) !important;
}

.client-logo {
	display: inline-block;
}

.text-justify {
	text-align: justify !important;
}

.avatar-big {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	height: 150px;
	width: auto;
	margin: 0 0 15px 0;
}

.anu-logo {
	height: 100px;
	max-width: 100%;
	max-height: 100%;
}

.process-block .content {
	padding-right: 50px;
}

.ml-15 {
	margin-left: 15px;
}

.top-header {
	padding: 7px 0;
	background-color: var(--top-header-deep-blue-color);
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	z-index: 99;
	width: 100%;
	backdrop-filter: blur(20px);
}

.top-header ul li a {
	padding: 0px 15px;
	color: #9db0c1;
}

.top-header ul img {
	width: 80px;
}

.bottom-header {
	background: var(--deep-blue-color);
	padding: 0px 0;
}

header.sticky-header .top-header {
	margin-top: -54px;
	background: var(--deep-blue-color);
	box-shadow: 1px 1px 5px #000d225e;
}

header .nav-menu>ul>li:nth-last-child(2)>ul,
header .nav-menu>ul>li:last-child>ul {
	left: auto;
	right: 0px;
	top: 100%;
}

.header-content h3 {
	color: var(--white-color);
	font-size: 18px;
	margin-top: 15px;
}

.header-content h3 a {
	text-decoration: underline;
}

.aminated-txt .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.aminated-txt .cover .header-content {
	position: relative;
	overflow: hidden;
	padding-left: 86px;
}

.banner-cm-img {
	position: absolute;
	bottom: 0;
	right: 0px;
}

.banner-cm-img img {
	width: 380px;
}

.aminated-txt .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 9px solid var(--white-color);
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.aminated-txt .cover .header-content h1 {
	font-weight: 600;
	font-size: 50px;
	text-transform: capitalize;
	color: #ffffff;
}

/* .header-content p{ font-size: 18px; color: var(--white-color);} */
/* .aminated-txt  .cover .header-content h1 {
  font-size: 34px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #000;
  margin: 0px;
} */
/*.aminated-txt .item .cover .header-content h4 {
  font-size: 54px;
  font-weight: 300;
  line-height: 36px;
  color: var(--white-color);
}*/
/* .aminated-txt .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;
} */
.aminated-txt .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;
}

/* .aminated-txt .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;
} */
/* .aminated-txt .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;
}

.owl-theme.middle-nav .owl-nav {
    margin-top: 0px !important;
}
.owl-theme.middle-nav .owl-nav [class*='owl-'] {
    color: var(--white-color);
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    background: #D6D6D6;
    display: block;
    cursor: pointer;
    border-radius: 0px;
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
}
.owl-theme.middle-nav .owl-nav button.owl-prev{
    left: 0px;
}
.owl-theme.middle-nav .owl-nav button.owl-next{
    right: 0px;
} */
.text-right {
	text-align: right !important;
}

/*add css*/
.user-btn {
	width: 170px;
	display: flex;
	align-items: center;
}

.pf-icon {
	background-color: #ffffff24;
	width: 40px !important;
	height: 40px !important;
	text-align: center !important;
	line-height: 39px !important;
	border-radius: 50px !important;
	margin-left: 8px;
	border: solid 1px #ffffff36;
}

.user-btn span {
	width: auto;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100px;
	color: var(--green-color);
	text-align: right;
	line-height: 17px;
}

/*add css*/
.dashboard-inner {
	padding-top: 35px;
	padding-bottom: 35px;
}

.dashboard-inner .card {
	box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
	text-align: left;
	border: none;
	background: #fff;
	border-radius: 4px;
}

.p-3 {
	padding: 1rem !important;
}

.bg-gradient-primary {
	background-image: linear-gradient(310deg, #7928ca, #ff0080);
}

.icon-shape {
	width: 48px;
	height: 48px;
	background-position: 50%;
	border-radius: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white-color);
	font-size: 24px;
	float: right;
}

.shadow {
	box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.12) !important;
}

.border-radius-md {
	border-radius: 0.5rem;
}

.text-end {
	text-align: right !important;
	align-items: flex-end;
}

.numbers .text-sm {
	min-height: 48px;
	line-height: 20px;
}

table.custom-table tr th {
	background-color: #d3d0d0;
}

.dropdown-menu {
	border: none;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #dddddd91 !important;
}

table.dataTable.custom-table thead th,
table.dataTable.custom-table thead td {
	padding: 3px 10px !important;
}

.custom-table .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: var(--white-color);
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.custom-table .badge-warning {
	color: #d27511 !important;
	background: aliceblue;
	border-radius: 0.27rem;
}

.custom-table .badge-success {
	color: #3c763d !important;
	background: aliceblue;
	border-radius: 0.27rem;
}

.custom-table .badge-danger {
	color: #d02f2f !important;
	background: aliceblue;
	border-radius: 0.27rem;
}

.text_center {
	text-align: center !important;
}

.dashboard-table {
	background-color: #fff;
	padding: 25px;
}

.dataTables_length,
.dataTables_filter {
	margin-bottom: 15px;
}

.c-title {
	font-size: 20px;
	text-align: center;
	margin: 0 0 25px 0;
}

/*feedback css start*/
.feedback-section {
	padding-top: 55px;
	padding-bottom: 55px;
}

.default-select {
	display: block;
	width: 100%;
	height: 46px;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: 400;
	color: #495057;
	background-color: var(--white-color);
	background-clip: padding-box;
	border: 1px solid #d2d6da;
	border-radius: 6px;
	transition: 0.2s ease;
}

.default-input {
	display: block;
	width: 100%;
	height: 46px;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: 400;
	color: #495057;
	background-color: var(--white-color);
	border: 1px solid #d2d6da;
	border-radius: 6px;
	transition: 0.2s ease;
}

.default-input:read-only:not[type="file"] {
	background-color: #ddd !important;
}

.default-textarea {
	display: block;
	width: 100%;
	height: 76px;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #495057;
	background-color: var(--white-color);
	border: 1px solid #d2d6da;
	border-radius: 6px;
	transition: 0.2s ease;
	resize: none;
}

.form-group {
	margin-bottom: 25px;
}

.form-group:last-child {
	margin-bottom: 0px;
}

/*feedback css end*/
/*footer css start*/
.footer {
	background: url(../images/footer-bg.jpg);
	padding-top: 80px;
	padding-bottom: 25px;
	text-transform: capitalize;
	position: relative;
	background-size: cover;
}

.footer:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	background: #000c22e6;
}

.footerNav {
	position: relative;
}

.footerNav h5 {
	color: var(--white-color);
	font-weight: 600;
}

.footer_first_contact li {
	display: flex;
	align-items: center;
	width: 100%;
	padding-bottom: 20px;
}

.footer_first_contact p a {
	color: rgb(170 161 161);
}

.footer_first_contact li i {
	font-size: 25px;
	color: var(--primary-color);
}

.footer_first_contact li p {
	float: left;
	padding-left: 20px;
	font-size: 14px;
	line-height: 24px;
	color: rgb(170 161 161);
	font-weight: 400;
	margin-bottom: 0;
	text-transform: none !important;
}

.footer-btn .btn {
	padding: 14px 23px;
	font-size: 13px;
}

.footer_border_displ ul li {
	margin-bottom: 15px;
}

.footer_border_displ ul li i {
	color: var(--primary-color);
	margin-right: 15px;
}

.footer_border_displ ul li a {
	color: rgb(170 161 161);
	font-weight: 400;
	font-size: 14px;
	font-weight: 400;
}

.footer_border_displ ul li a:hover {
	color: var(--white-color);
}

.nav-widget {
	margin-top: 40px;
}

.copyright_left {
	padding-top: 30px;
	color: #222;
	font-weight: 400;
	font-size: 14px;
}

.copyright_left {
	background: #010c24a6;
	padding: 10px;
	border-radius: 8px;
	margin-top: 45px;
	text-align: center;
	color: #918d8d;
}

.copyright_left a {
	color: #ffc107;
}

.count-icon {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	text-align: center;
	border-radius: 50px;
	background: #fff;
	box-shadow: 1px 1px 20px #8e97a3cc;
}

/* .green-bg {
	background: var(--green-color);
	box-shadow: 1px 1px 15px #198754;
} */

.count-icon i {
	color: #f8bd39;
}

/*footer css end*/

.count-box {
	background-color: #f8f8f8;
	height: 132px;
	padding: 30px;
	z-index: 9;
	position: relative;
	border-radius: 9px;
	box-shadow: 1px -7px 33px #7c7c7c24;
}

.counter-item {
	margin-bottom: 30px;
	position: relative;
	padding-left: 95px;
}

.counter-item img {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #dd5961;
	background-color: var(--white-color) fff;
	text-align: center;
	font-size: 35px;
	border-radius: 5px;
	box-shadow: 4px 5px 3px #f5e6e1;
	padding: 14px;
}

.counter-item p {
	margin-bottom: 2px;
	color: #020879;
}

.counter {
	font-size: 33px;
	font-weight: 700;
	color: #000;
	margin-top: 7px;
}

.mt--66 {
	margin-top: -66px !important;
}

.pt-120 {
	padding-top: 120px !important;
}

.btn-sec {
	position: relative;
	z-index: 99;
}

.btn.btn-default {
	color: var(--white-color);
	box-shadow: 1px 7px 19px #cf750bb3;
	background: #ffc107;
	/*    background: linear-gradient(270deg, rgba(247, 174, 0, 1) 0%, rgba(255, 130, 40, 1) 100%);*/
	border: none;
}

.footer-btn .btn {
	padding: 14px 23px;
	font-size: 13px;
}

.hamburger,
.mobile-nav {
	display: none;
}

.home-inner-banner {
	width: 100%;
	display: block;
	position: relative;
}

.banner-txt {
	width: 100%;
	position: absolute;
	z-index: 4;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.banner-txt h2 {
	color: var(--white-color);
	font-size: 40px;
	margin-bottom: 10px;
	font-weight: 600;
}

#breadcrumbs {
	display: inline-block;
	font-size: 14.7px;
	margin-top: 15px;
	transform: translateY(-51%);
	font-weight: 600;
	border-radius: 4px;
	color: var(--primary-color);
}

#breadcrumbs ul {
	padding: 0;
}

#breadcrumbs ul li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 7px;
	color: #ffc107;
	font-size: 16px;
}

#breadcrumbs ul li:first-child {
	margin-left: 0;
}

#breadcrumbs ul li:before {
	content: "";
	display: inline-block;
	height: 4px;
	width: 4px;
	background-color: var(--white-color);
	font-size: 14px;
	margin-right: 12px;
}

#breadcrumbs ul li a {
	color: var(--white-color);
	font-weight: 600;
}

.no-shadow {
	box-shadow: none !important;
}

.service-accordion-holder .accordion-button {
	font-weight: 600;
}

/*.service-accordion-holder .service-details {
	margin-bottom: 25px;
}
*/
.service-accordion-holder .service-action {
	display: flex;
	column-gap: 15px;
}

.service-accordion-holder .service-action .btn {
	width: 140px;
}

.service-accordion-holder .accordion-item:first-of-type,
.service-accordion-holder .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.card-header.custom-card-head {
	padding: 1rem 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-bottom: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.business-section p {
	font-size: 16px;
	color: #203958;
	font-weight: 600;
	line-height: 1.9rem;
}

.business-section {
	position: relative;
}

.business-section::before {
	position: absolute;
	background-image: url(../images/about_s4_lines.png);
	width: 465px;
	height: 620px;
	content: "";
	top: 0;
	background-size: cover;
	z-index: -1;
}

.frequently-section .fre-item {
	background-color: #f2f2f2;
	padding: 25px;
	border-radius: 6px;
	height: 234px;
}

/* .dashboard-inner .card{} */
table.dataTable.no-footer {
	border-bottom: 0px solid rgba(0, 0, 0, 0.3) !important;
	background: #e9e9e9;
}

.table-sec {
	background-color: #fff;
	border-radius: 6px;
	padding: 10px;
}

.table-sec h4 {
	background: #ffc107;
	/* border-radius: 4px; */
	padding: 10px;
	font-size: 18px;
	font-weight: 600;
	color: var(--p-text);
	/* border-bottom: dashed 1px #ddd; */
}

.table-sec .row {
	background: rgb(194 201 211 / 25%);
}

.table-sec p {
	margin: 0;
	padding: 10px;
	line-height: 24px;
	font-size: 15px;
	text-align: center;
}

.apiip-page-content h4 {
	font-size: 18px;
}

.fr-product-checks ul {
	margin-top: 25px;
}

.apiip-page-content .fr-product-checks.scheme-ul ul li {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 8px;
}

.apiip-page-content .fr-product-checks.scheme-ul ul li .ul-li {
	margin-bottom: 0;
	font-weight: 600;
	display: flex;
	font-size: 16px;
	color: var(--deep-blue-color);
	align-items: center;
	height: 78px;
	background: #fff;
	margin-bottom: 0;
	border: none;
	border-radius: 6px;
	box-shadow: 1px 5px 46px rgb(195 197 221 / 82%);
}

.apiip-page-content .fr-product-checks.scheme-ul ul li img {
	width: 50px;
	height: 50px;
	margin-right: 14px;
	margin-left: 15px;
	padding: 7px;
	background: #e1e4ed;
	border-radius: 50px;
}

.who-box {
	background-color: #fff;
	border-radius: 6px;
	padding: 25px 50px;
	position: relative;
	transition: 0.5s ease-in-out;
	box-shadow: 1px 1px 50px #03466647;
	margin-top: 70px;
	height: 340px;
	text-align: center;
}

.who-box .who-img {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 100%;
	position: relative;
	/* top: -44px; */
	border: solid 2px #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-bottom: 12px;
	text-align: initial;
}

.who-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.who-box h4 {
	color: var(--heading-color);
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	margin: 0;
}

.who-box p {
	color: #ff5722;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	margin-top: 6px;
	margin-bottom: 0;
}

.phone-ul li {
	color: #149d70;
	font-size: 17px;
	font-weight: 600;
	line-height: 25px;
}

.phone-ul li i {
	padding-right: 8px;
	color: #149d70;
	font-size: 20px;
	font-weight: 400;
	position: relative;
	top: 7px;
}

.pdf-sec .card {
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
	border: solid 2px #ffffff;
	background: #eaf0f9;
	position: relative;
}

.pdf-sec .card .card-horizontal {
	display: flex;
	flex: 1 1 auto;
}

.pdf-sec .card .card-body {
	display: flex;
	align-items: center;
	width: 70%;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.pdf-sec .img-square-wrapper {
	position: relative;
	margin: 6px;
	background: #fff;
	width: 70px;
	height: 64px;
	border-radius: 5px;
}

.pdf-sec .img-square-wrapper:before {
	content: "";
	background: url(../images/policy_pdf_sprites.png) 0 4px;
	height: 100%;
	width: 100%;
	position: absolute;
	transform: scale(0.6);
	top: 0;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	transition: all 0.3s;
	min-width: 76px;
	background-size: cover;
}

.pdf-sec .card .card-body .card-title {
	color: #1c32af;
	font-weight: 600;
	font-size: 16px;
	margin: 0;
}

.pdf-sec .card .card-body .sub-card-tite {
	color: #ff5722;
	font-size: 13px;
	line-height: 1;
	font-weight: 500;
	margin: 0;
}

.pdf-sec .card .card-body .card-text {
	color: #009688;
	font-size: 14px;
	font-weight: 500;
}

.pdf-sec .card:hover .img-square-wrapper {
	background-color: #009688;
	transition: all 1.2s;
}

.pdf-sec .card:hover .img-square-wrapper:before {
	background: url(../images/policy_pdf_sprites.png) -64px 3px;
	background-repeat: no-repeat;
	transition: all 0.3s;
	background-size: cover;
}

.faq-section .accordion-item {
	margin-bottom: 5px;
	border-radius: 6px;
	overflow: hidden;
}

.faq-section .accordion-item .accordion-button {
	padding: 25px;
	font-size: 20px;
	font-weight: 600;
}

.contact-img {
	background: #3fb59f;
	padding: 50px;
	border-radius: 1px;
	align-items: center;
	box-shadow: 1px 8px 40px #3fb59f;
}

/* .contact-sec .contact-ul li {
	display: flex;
	align-items: center;
	width: 100%;
	padding-bottom: 20px;
} */

.contact-sec .contact-ul li span {
	background: #ffffffb0;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	padding: 10px;
	line-height: 30px;
	text-align: center;
}

.contact-sec .contact-ul li i {
	font-size: 20px;
	color: #ff5722;
}

.contact-img .contact-ul li p {
	color: #fff;
	font-size: 15px;
}

.contact-ul li p {
	width: 80%;
	padding-left: 20px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 0;
}

.contact-sec .contact-ul li {
	display: flex;
	align-items: center;
	width: 100%;
	padding-bottom: 20px;
}

.contact-ul p a {
	color: #fff;
}

/*---- new-------*/
.faq-section img {
	width: 100%;
	max-width: 480px;
}

.accordion .accordion-body {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.accordion .service-action {
	margin-left: 20px;
}

.text-area {
	padding: 35px 0 0;
}

.text-area h3 {
	font-size: 48px;
	font-weight: 600;
}

.privacy_text p i {
	margin-right: 20px;
	font-size: 12px;
}

.privacy_text ul {
	margin-bottom: 20px;
}

.privacy_text ul li {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

.refund_area p i {
	margin-right: 20px;
	font-size: 12px;
}

.footer .nav-widget li a.active {
	color: #fff;
}

header .nav-menu>ul>li>ul li a span.show-mobile,
.show-mobile {
	display: none;
}

.news-box {
	box-shadow: 11px 1px 10px #8d929912;
	margin-bottom: 30px;
}

.news-box .news-img {
	position: relative;
	height: 250px;
}

.news-img:before {
	content: '';
	position: absolute;
	border-top: 1.25em solid;
	border-left: 1.25em solid transparent;
	margin-left: 0;
	color: #b2babc;
	bottom: -17px;
	left: -1px;
}

.news-box .news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-contant {
	background: #fff;
	display: inline-block;
	padding: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: 16px;
	width: 96.1%;
}

.news-contant h3 {
	color: var(--top-header-deep-blue-color);
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
	font-family: var(--allover-font);
}

.news-contant .date {
	color: var(--green-color);
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
	display: flex;
}

.news-contant .date i {
	margin-right: 5px;
}

.news-readmore {
	display: flex;
	font-size: 17px;
	align-items: center;
	margin-top: 10px;
}

.news-readmore i {
	font-size: 22px;
}

.news-details-contant .date {
	color: var(--green-color);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.news-details-contant .date i {
	margin-right: 5px;
	margin-top: 4px;
}

.news-details-contant h3 {
	color: var(--top-header-deep-blue-color);
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	margin: 0;
	font-family: var(--allover-font);
}

.news-details-img {
	width: 100%;
	height: 350px;
}

.news-details-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-details {
	background-color: #fff;
	padding: 25px;
	box-shadow: 1px 1px 16px #dddddd61;
}

@media (min-width: 767px) {

	header .nav-menu>ul>li>ul>li>ul>li:hover>ul,
	header .nav-menu>ul>li>ul>li:hover>ul,
	header .nav-menu>ul>li:hover>ul {
		display: block;
	}
}

/* 08-10-2024 */

table.table-space thead th,
table.table-space tbody td {
	line-height: 1.25;
	padding-top: 10px;
	padding-bottom: 10px;
}