/* ---------------- fonts---------------- */
@font-face {
	font-family: "nunito";
	src: url('../fonts/static/Nunito-Regular.ttf');
}

@font-face {
	font-family: "nunito-semibold";
	src: url('../fonts/static/Nunito-SemiBold.ttf');
}

@font-face {
	font-family: "nunito-light";
	src: url('../fonts/static/Nunito-Light.ttf');
}

@font-face {
	font-family: "nunito-bold";
	src: url('../fonts/static/Nunito-Bold.ttf');
}

@font-face {
	font-family: "nunito-medium";
	src: url('../fonts/static/Nunito-Medium.ttf');
}
@font-face {
	font-family: "inter";
	src: url('../fonts/static/Inter-Regular.ttf');
}

/* --------------------Header------------------- */
.header .navbar-toggler {
	border: 0px;
}

.header .navbar-toggler:focus {
	outline: 0px;
	box-shadow: none;
}

.navbar-toogle-strip {
	transition: all .5s ease;
}

.header .strip div {
	height: 3px;
	border-radius: 2px;
	background: #000 !important;
	margin: 10px;
	transition: all .55s cubic-bezier(0.075, 0.82, 0.165, 1);
	width: 40px;
}

.header.scrolled .strip div {
	background: #000;
}

.navbar-toogle.active .strip div:first-child {
	transform: translateY(13px) rotate(45deg);
}

.navbar-toogle.active .strip div:nth-child(2) {
	opacity: 0;
}

.navbar-toogle.active .strip div:last-child {
	transform: translateY(-13px) rotate(-45deg);
}

.navbar-collapse.show li a {
	color: #000;
}

.navbar-brand{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.header {
	background-color: #fff !important;
	transition: 0.3s;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.header .logo {
	width: 105px !important;
	height: auto;
}

.header .logo-black {
	display: none;
}

.header .logo-white {
	display: block;
}

.header.scrolled .logo-black {
	display: block;
}

.header.scrolled .logo-white {
	display: none;
}

.scrolled {
	background-color: #fff;
	transition: 0.3s;
	box-shadow: 0 0 3px rgb(60 72 88 / 0.15);
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.header ul li a {
	color: #0c0652 !important;
	text-transform: uppercase;
	font-family: "inter";
	font-weight: bold;
	font-size: 13px;
	line-height: 1.5rem;
	letter-spacing: 1px;
	padding: 14px !important;
}

.header.scrolled ul li a {
	color: #0c0652;
}

.header ul li .submenu li .dropdown-item {
	transition: .3s;
	padding: 10px 1.25rem;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 17px;
	letter-spacing: .04em;
	color: #000;
}

.header ul li .submenu li .dropdown-item:focus {
	background: #0c0652;
	color: #fff !important;
}

.header ul li:hover .submenu {
	display: block;
	border-radius: 0.375rem;
	border: none;
	box-shadow: 0 0 3px rgb(60 72 88 / 0.15);
}

.header ul li .submenu {
	display: none;
}

.header ul li a.active,
.header ul li a:hover {
	color: #a9a016 !important;
}

.dropdown:hover .dropdown-toggle::after {
	rotate: 180deg;
}

/*  ----------------Section------------------------ */
.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

/*---------------------Body---------------------------- */
body {
	font-family: "nunito";
}

/* --------------------Button------------------------------- */
.main-btn {
	color: #fff;
	letter-spacing: .025em;
	font-family: "inter";
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	padding: .5rem 1.25rem;
	background-color: #0c0652;
	border: 1px solid #0c0652;
	border-radius: 0.375rem;
	text-decoration: none;
	display: inline-block;
}

/* ---------------------Home---------------------------- */
.banner-section img{
  width:100%;
}
.banner-section {
	overflow: hidden;
	padding: 20px 0px;
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 60px;
}

.banner-section .container {
	position: relative;
	z-index: 1;
}

.banner-section h4 {
	font-size: 3.75rem;
	color: rgb(22 28 45 / 1);
	font-weight: 700;
	line-height: 1.5;
}

.banner-section h4 span {
	position: relative;
}

.banner-section h4 span::after {
	content: '';
	background-image: linear-gradient(to left, #a9a016, #0c0652);
	width: auto;
	height: 0.375rem;
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	right: 0;
}

.banner-section p {
	color: rgb(148 163 184 / 1);
	font-size: 1.125rem;
	line-height: 1.75rem;
}

@media (min-width: 992px) and (max-width: 1400px) {
	.banner-section h4 {
		font-size: 3.25rem;
	}
}

@media (max-width: 992px) {
	.banner-section .bg-two {
		width: 100%;
	}

	.banner-section .bg-two .background-white {
		opacity: 0.9;
		width: 100%;
		transform: translate(10%, -50%) rotate(0deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
	}

	.banner-section .bg-two .blue-bg {
		display: none;
	}

	.banner-section h4 {
		font-size: 2.25rem;
		font-weight: 700;
		line-height: 1.5;
	}

	.banner-section p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

/* Service Section */
.service-section .service-subtitle {
	color: #0c0652;
	font-family: "nunito-bold";
	font-size: .875rem;
	line-height: 1.25rem;
	text-transform: uppercase;
}

.service-section .service-title {
	line-height: 1.5;
	font-size: 1.875rem;
	font-family: "inter";
	font-weight: bold;
	color: #000000;
}

.service-section .service-content {
	line-height: 1.625;
	color: #000;
	font-family: "inter";
}

.service-box {
	text-align: center;
	padding: 1.5rem;
	border-radius: 0.75rem;
	background-color: #fff;
	box-shadow: 0 0 3px rgb(60, 72, 88, 0.15);
	height: 100%;
}

.service-box:hover {
	background-color: #0c0652 !important;
	color: #fff;
}

.service-box .service-box-title {
	font-family: "inter";
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: #000;
	text-decoration: none;
}

.service-box:hover .service-box-title {
	color: #fff;
}

.service-box .service-box-cont {
	line-height: 1.625;
	color: #000;
	margin-top: 0.75rem;
	font-family: "inter";
}
.service-box:hover .service-box-cont{
	color: #fff !important;
}

.service-box {
	overflow: hidden;
	position: relative;
	color: transparent;
}

.service-box svg {
	fill: rgb(79 70 229 / 0.05);
	width: 6rem;
	height: 6rem;
	rotate: 90deg;
}

.service-box:hover svg {
	fill: #a9a016;
}

.service-box:hover .service-icon {
	color: #fff;
}

.service-box .service-icon svg {
	rotate: 0deg;
	width: 2.5rem;
	height: auto;
}

.service-icon {
	position: absolute;
	top: 20%;
	right: 0px;
	left: 0px;
	line-height: 2.5rem;
	color: #0c0652;
	font-size: 26px;
}

.about-section .about-subtitle {
	color: #0c0652;
	text-transform: uppercase;
	font-family: "inter";
	font-size: .875rem;
	line-height: 1.25rem;
}

.about-section .about-title {
	line-height: 1.5;
	font-size: 1.875rem;
	font-family: "inter";
	font-weight: bold;
	margin-bottom: 10px;
}

.about-section .about-cont {
	color: #000;
	margin-bottom: 1.5rem;
	line-height: 1.625;
	font-family: "inter";
}

.about-section .img-circle {
	position: relative;
}

.about-section .about-img {
	border-radius: 100%;
}

.about-section .img-circle-cont {
	width: 18rem;
	height: 18rem;
	background-color: #fff;
	border-radius: 9999px;
	top: 50%;
	inset-inline-start: 0px;
	inset-inline-end: 0px;
	position: absolute;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-section .img-circle-cont span.count-cont {
	color: #000;
	margin-top: 0.5rem;
	font-family: "nunito-semibold";
	display: block;
}

.about-section .img-circle-cont span.count {
	color: #0c0652;
	font-family: "nunito-bold";
	font-size: 1.5rem !important;
	line-height: 2rem !important;
	display: block;
}

.about-section .img-circle-cont span.counter-value {
	color: #0c0652;
	font-family: "nunito-bold";
	font-size: 3.75rem !important;
	line-height: 1rem !important;
}

/* ----------------------Video Section------------------ */
.video-section {
	background-image: linear-gradient(to top, rgb(22 28 45 / 0.6), rgb(22 28 45 / 0.6)), url('../images/bg/video-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 0px;
}

.video-section .video-title {
	font-size: 1.875rem;
	line-height: 2.25rem;
	color: #fff;
	font-weight: 500;
	margin-bottom: 1rem;
	font-family: "inter";
}

.video-section .video-cont {
	line-height: 1.625;
	color: rgba(255, 255, 255, 0.7);
}

.video-section .play-btn {
	display: inline-flex;
	justify-content: center;
	text-decoration: none;
	color: #0c0652;
	background: #fff;
	border-radius: 9999px;
	width: 5rem;
	height: 5rem;
	margin-top: 2.5rem;
}

.video-section .play-btn i {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 15px;
	line-height: 2rem;
}

.bgmap-section h3,
.who-we-are-section h3,
.key-features-section h3,
.our-team-section h3 {
	line-height: 1.5;
	font-size: 1.875rem;
	color: #000;
	font-family: "inter";
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.bgmap-section p,
.who-we-are-section p,
.key-features-section p,
.our-team-section p {
	color: #000;
	line-height: 1.625;
	font-family: "inter";
}

.bgmap-section .counter-box h1 {
	font-size: 3rem !important;
	line-height: 1 !important;
	color: #0c0652;
	font-family: "nunito-semibold";
	margin-bottom: 0.5rem !important;
}

.bgmap-section .counter-box .counter-head {
	font-weight: 500 !important;
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
	color: #000;
	font-family: "inter";
}

.bg-map {
	background-image: url('../images/bg/bg-map.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 0px;
	inset: 0px !important;
}

/* ----------------------------Blog Section-------------------------- */
.blog-section .blog-subtitle {
	color: #0c0652;
	text-transform: uppercase;
	font-family: "nunito-bold";
	font-size: .875rem !important;
	margin-bottom: 0.5rem;
	line-height: 1.25rem !important;
}

.blog-section .blog-title {
	line-height: 1.5 !important;
	font-size: 1.875rem !important;
	font-family: "nunito-semibold";
	margin-bottom: 1rem !important;
}

.blog-section .single-blog {
	border-radius: 0.375rem !important;
	-webkit-box-shadow: 0 0 3px rgb(60 72 88 / 15%);
	box-shadow: 0 0 3px rgb(60 72 88 / 15%);
	height: 100%;
}

.blog-section .blog-cont {
	color: #94A3B8;
	line-height: 1.625;
}

.blog-section .content {
	padding: 1.5rem;
}

.blog-section .content a {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: #000;
	text-decoration: none;
}

.blog-section .content a:hover {
	color: #0c0652;
}

.blog-section .content p {
	color: #94A3B8;
	margin-top: 0.75rem;
	line-height: 1.625;
}

.blog-section .readmore-btn {
	letter-spacing: .025em;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	display: inline-block;
	font-weight: 400;
	color: #000;
}

/* ----------------------Partners section --------------------------*/
.partners-section {
	border-top: 1px solid #e5e7eb;
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
	text-align: center;
}

.partners-section img {
	height: 25px;
}

/* ------------------------------ breadcrumb ---------------------- */
.breadcrumb {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 180px;
	padding-bottom: 150px;
	background-size: cover;
	text-align: center;
	background: linear-gradient(to right, #20236f, #6588d5);
}

.breadcrumb-title {
	color: #fff;
	font-size: 3.25rem;
	line-height: 1.5;
	margin-bottom: 15px;
	font-family: "inter";
	font-weight: bold;
}

.breadcrumb-subtitle span {
	color: #fff;
}

.breadcrumb-subtitle {
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin-bottom: 0px;
	color: #cbd5e1;
}

.breadcrumb-list {
	display: flex;
	list-style: none;
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding-left: 0px;
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	font-family: "nunito-bold";
}

.breadcrumb-list li,
.breadcrumb-list li a {
	color: rgb(255 255 255 / .5);
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
}

.breadcrumb-list li:hover a {
	color: #fff;
}

.background-shape-relative {
	position: relative;
}

.background-shape-absolute {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	bottom: 15px;
	inset-inline-start: 0px;
	inset-inline-end: 0px;
	color: #fff;
}

.background-shape-absolute svg {
	transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(2) scaleY(2);
	width: 100%;
	height: auto;
	display: block;
	transform-origin: top;
}

/* -------------Testimonial-section-------------- */
.testimonial-section .testimonial-title {
	line-height: 1.5 !important;
	font-size: 1.875rem !important;
	font-family: "inter";
	font-weight: bold;
	margin-bottom: 1rem !important;
}

.testimonial-section .testimonial-cont {
	color: #000;
	line-height: 1.625;
	font-family: "inter";
}

.testimonial-carousel .item .content {
	border-radius: 4px;
	background: transparent;
	color: #2d7187;
	padding: 1.5rem;
	text-align: center;
	box-shadow: 0 0 3px rgb(60, 72, 88, 0.15);
}

.testimonial-carousel .item .content {
	position: relative;
}

.testimonial-carousel .item .content:after,
.testimonial-carousel .item .content:before {
	border: solid transparent;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	pointer-events: none;
	width: 0;
	top: 100%;
}

.testimonial-carousel .item .content:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	left: 50%;
	margin-left: -10px;
	border-width: 12px;
}

.testimonial-carousel .item .content:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #e5e7eb;
	left: 50%;
	margin-left: -11px;
	border-width: 13px;
}

.testimonial-carousel .item .client-img img {
	height: 3.5rem;
	width: 3.5rem;
	border-radius: 9999px;
}

.testimonial-carousel .item i {
	color: #0c0652;
	font-size: 40px;
}

.testimonial-carousel .item .testimonial-cont {
	color: #000;
	line-height: 1.625;
	font-family: "inter";
}

.testimonial-carousel .item h6 {
	color: #000;
	font-family: "inter";
}

.testimonial-carousel .item span {
	color: #0c0652;
	font-size: .875rem;
	line-height: 1.25rem;
	font-family: "inter";
}

.testimonial-carousel .item ul {
	list-style: none;
	color: #fbbf24;
	padding-left: 0px !important;
}

.testimonial-carousel .item ul li {
	display: inline !important;
}

.testimonial-carousel .item ul i {
	font-size: 14px;
	color: #fbbf24;
}

.testimonial-carousel .owl-dots,
.feedback-carousel .owl-dots {
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	bottom: -12%;
}

.testimonial-carousel .owl-dots button span,
.feedback-carousel .owl-dots button span {
	width: 10px;
	height: 10px;
	margin: 5px;
	background: rgba(79, 70, 229, 0.3);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 3px;
}

.testimonial-carousel .owl-dots button.active span,
.feedback-carousel .owl-dots button.active span {
	background: #0c0652;
	transform: rotate(45deg);
}

/* -------------------------------------- */
.category-list {
	padding-left: 0px;
	list-style: none;
	text-align: center;
	gap: 10px;
}

.category-list li {
	margin-right: 10px;
	margin-bottom: 7px;
}

.btn-filter {
	color: #94A3B8;
	border: 1px solid #94A3B8;
	border-radius: .375rem !important
}

.btn-filter.active,
.btn-filter:hover {
	color: #0c0652;
	border: 1px solid #0c0652;
}

.category-card .card {
	border: 0px;
}

.category-card .card-title a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	font-family: "inter";
	font-weight: bold;
}

.category-card .card-title a:hover {
	color: #0c0652;
}

.category-card .card h6 {
	color: #454545 !important;
	font-family: "inter";
}

.category-card img {
	border-radius: .375rem;
}

/* --------------------------- pagination --------------------- */
.pagination-box {
	display: flex;
	justify-content: center;
}

.pagination-box .page-link {
	padding: 7px 15px;
	color: #94A3B8;
}

.pagination-box .page-link:focus {
	box-shadow: none;
}

.pagination-box .page-link:hover,
.pagination-box .page-link.active {
	color: #fff;
	background-color: #0c0652;
	border: 1px solid #0c0652;
}
/*--products--*/
.about-service3-area {
    padding: 60px 0;
}
.about-service4-area {
    background: none;
    padding-bottom: 0;
	display: flex;
    justify-content: center;
}
 .about-service4-inner .content-box .custom1 h1 {
    color: #000;
} 
.about-service4-inner .content-box .custom2 h1 {
    color: #fff;
} 
.custom1 {
    border-radius: 10px;
    background: #f9fafb;
    padding: 50px;
    gap: 94px;
    margin-bottom: 30px;
}
.custom1 p{
	color: #94A3B8;
}


/* @media (max-width: 390px){
.about-service3-area {
    padding-top: 60px;
    padding-bottom: 60px;
}
} */
@media (max-width: 1700px){
footer, section {
    overflow: hidden;
}
}
@media only screen and (max-width: 2500px) {
    .about-service3-area .img-box img {
      padding:45px;
    }
    .about-service3-area .content-box{
        padding:45px;
    }
  }
  @media (max-width: 1200px){
.custom-container {
    padding: 0 20px;
}
  }
@media only screen and (max-width:1700px){
	.custom-container{
		max-width:1170px;
	}
} 
/* ------------------------- contact section --------------------- */

.contact p {
	color: #94A3B8;
	margin-bottom: 40px;
}

.contact p.subtitle {
	font-family: "nunito-bold";
	font-size: .875rem;
	color: #0c0652;
	margin-bottom: 15px;
}

.contact h5 {
	font-family: "nunito-semibold";
	font-size: 1.875rem;
}

.btn-contact,
.btn-contact:hover,
.btn-contact:focus {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #fff;
	background-color: #0c0652;
	border-radius: 50px;
	padding: 7px 20px;
	font-family: "nunito-semibold";
}

/* ---------------------------- application detail ------------- */
.application-detail h4.title {
	font-size: 1.25rem;
	line-height: 1.75rem;
	border-bottom: 1px solid #f3f4f6;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-family: "inter";
	font-weight: bold;
}

.application-detail p {
	color: #000 !important;
	line-height: 1.625;
	font-family: "inter";
}

.application-detail img {
	margin-bottom: 30px;
	border-radius: .375rem;
}

.application-fixed-content {
	position: sticky;
	max-height: 550px;
}

.application-card {
	border: 0px;
	background-color: #f9fafb;
	box-shadow: 0 0 3px rgb(60 72 88 / 0.15);
	max-width: 450px;
	padding: 10px;
}


.application-card .card-title {
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding-bottom: .75rem;
	border-bottom: 1px solid #f3f4f6;
	font-family: "inter";
	font-weight: bold;
}

.application-card p {
	color: #94A3B8;
	line-height: 1.625;
	margin-bottom: 0.4rem;
	font-family: "inter";
}
.web-banner{
  display:block;
}
.mobile-banner{
  display:none;
}
@media (max-width: 768px) {
	.application-card {
		max-width: 100%;
	}
  .web-banner{
    display:none;
  }
  .mobile-banner{
    display:block;
  }
}

/* ---------------------- service -------------------------- */
.service-card1 {
	text-align: center;
	padding: 1.5rem;
	transition-duration: .5s;
	border-radius: 1rem;
	border: 0px;
}

.service-card2 {
	text-align: center;
	padding: 1.5rem;
	transition-duration: .5s;
	border-radius: 1rem;
	border: 0px;
	box-shadow: 0 20px 25px -5px rgba(60, 72, 88, 0.1), 0 8px 10px -6px rgba(60, 72, 88, 0.1);
}

.service-card1:hover {
	box-shadow: 0 20px 25px -5px rgba(60, 72, 88, 0.1), 0 8px 10px -6px rgba(60, 72, 88, 0.1);
}

.service-card1 .title,
.service-card2 .title {
	font-size: 1.125rem;
	color: #000;
	text-decoration: none;
}

.service-card1 .title:hover,
.service-card2 .title:hover {
	color: #0c0652
}

.service-card1 p,
.service-card2 p {
	margin-top: 20px;
	color: #94a3b8;
}

.service-card1 .icon-box,
.service-card2 .icon-box,
.contact-card .icon-box {
	font-size: 1.575rem;
	color: #0c0652;
	background-color: rgb(79 70 229 / .05);
	border-radius: 0.75rem;
	width: 5rem;
	height: 5rem;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.latest h4.title {
	font-size: 1.875rem;
	font-family: "nunito-semibold";
	margin-bottom: 20px;
}

.latest p {
	color: #94a3b8;
}

.latest-carousel .item {
	cursor: pointer;
}

.latest-carousel .item img {
	border-radius: .375rem;
}

.latest-carousel .item .content-details {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background-color: #fff;
	padding: 1rem;
	border-radius: .25rem;
}

.latest-carousel .item:hover .content-details {
	top: 70%;
	left: 50%;
	opacity: 1;
}

.fadeIn-bottom {
	top: 80%;
}

.latest-carousel .content-title {
	font-size: 1.125rem;
	color: #000;
}

.latest-carousel .content-title:hover {
	color: #0c0652;
}

.latest-carousel .content-text {
	color: #94A3B8;
	margin-bottom: 0px;
}

.latest-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	z-index: 10;
	height: 2rem;
	width: 2rem;
	-webkit-box-shadow: 0 0 #0000, 0 0 #0000, 0 5px 13px rgba(60, 72, 88, 0.20);
	box-shadow: 0 0 #0000, 0 0 #0000, 0 5px 13px rgba(60, 72, 88, 0.20);
	border-radius: 50%;
}

.latest-carousel .owl-nav button.owl-prev {
	font-size: 0.7rem;
	left: -7px;
	background-color: #fff;
}

.latest-carousel .owl-nav button.owl-next {
	font-size: 0.7rem;
	right: -7px;
	background-color: #fff;
}

.latest-carousel .owl-nav button:hover {
	color: #fff;
	background-color: #0c0652;
}

/* -------------------- contact page -------------------- */
.contact-card {
	text-align: center;
	padding: 1.5rem;
	transition-duration: .5s;
	border-radius: 1rem;
	border: 0px;
}

.contact-card .title {
	font-size: 1.25rem;
	color: #000;
	text-decoration: none;
	font-family: "inter";
}

.contact-card p {
	margin-top: 20px;
	color: #000;
	font-family: "inter";
}

.contact-card .link {
	color: #0c0652;
	text-decoration: none;
	font-family: "inter";
	display: inline-block;
}

.contact-card .link::after {
	content: '';
	display: block;
	width: 0px;
	height: 1px;
	background-color: #0c0652;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	inset-inline-start: 0px;
	inset-inline-end: 0px;
}

.contact-card .link:hover::after {
	width: 100%;
}

.get-help-card {
	border: 0px;
	box-shadow: 0 0 3px rgb(60, 72, 88, 0.15);
	padding: 1.5rem;
}

.get-help-card .card-body {
	padding: 0px;
}

.get-help-card h3 {
	font-size: 1.5rem;
	font-family: "inter";
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.form-icon {
	position: relative;
}

.get-help-card label {
	margin-bottom: 0.5rem;
	font-family: "nunito-semibold";
}

.form-icon svg {
	position: absolute;
	top: .75rem;
	width: 1rem;
	height: 1rem;
	inset-inline-start: 1rem;
}

.form-icon input,
.form-icon textarea {
	-webkit-padding-start: 2.75rem;
	padding-inline-start: 2.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border: 1px solid #e5e7eb;
	border-radius: 0.25rem;
	width: 100%;
}

.form-icon input:focus,
.form-icon textarea:focus {
	border: 1px solid #0c0652;
	box-shadow: none;
	outline: 0px;
}

.btn-get-help,
.btn-get-help:hover,
.btn-get-help:focus {
	color: #fff;
	background-color: #0c0652;
	font-size: 1rem;
	font-family: "inter";
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}


/* -------------------------Who we are----------------------- */
.who-we-are-section span.count-cont {
	color: #000;
	font-family: "inter";
	display: block;
	align-self: flex-end !important;
}
b{
	font-family: "inter" !important;
}

.who-we-are-section span.count {
	color: #0c0652;
	font-family: "nunito-bold";
	font-size: 1.5rem !important;
	line-height: 2rem !important;
	display: block;
}

.who-we-are-section span.counter-value {
	color: #0c0652;
	font-family: "nunito-bold";
	font-size: 3.75rem !important;
	line-height: 1 !important;
}

.who-we-are-section {
	background-color: #fff;
}

/* -----------------Key Features------------------ */
.key-features-section {
	background: #f9fafb;
}

.key-features-section .key-feature-box {
	box-shadow: 0 0 3px rgb(60, 72, 88, 0.15);
	border-radius: 0.375rem;
	padding: 0.75rem;
	transition: all 0.3s ease;
}

.key-features-section .key-feature-box:hover {
	box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2);
	transform: scale(1.05);
	transition-duration: .5s;
}

.key-features-section .key-feature-box h4 {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
	font-family: "inter" !important;
}

.key-features-section .key-feature-box .icon-box {
	color: #a9a016;
	border-radius: 9999px !important;
	min-width: 60px !important;
	height: 60px !important;
	background: linear-gradient(to left, rgba(169, 160, 22, 0.2), transparent);
}

/* ----------------Bg Video Section--------------------- */
#meet-our-team {
	position: relative;
	background: #f9fafb;
	padding-bottom: 60px;
}

#meet-our-team:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 500px;
	width: 100%;
	background: #0c0652;
	z-index: 1;
}

.meet-our-team-section .video-box img {
	border-radius: .375rem;
	box-shadow: 0 0 3px rgb(60, 72, 88, 0.15);
}

.meet-our-team-section .video-box {
	position: relative;
}

.video-box {
	position: relative;
	z-index: 2;
}

.meet-our-team-section .video-box .play-btn {
	display: inline-flex;
	text-decoration: none;
	color: #0c0652;
	background: #fff;
	border-radius: 9999px;
	width: 5rem;
	height: 5rem;
	position: absolute;
	top: 42%;
	transform: translateX(-50%);
}

.meet-our-team-section .video-box .play-btn i {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 15px;
	line-height: 2rem;
}

.meet-our-team-section {
	background: #0c0652;
}

.meet-our-team-section h6 {
	color: rgba(255, 255, 255, 0.5);
	font-family: "nunito-semibold";
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.meet-our-team-section h3 {
	line-height: 1.5;
	font-size: 1.875rem;
	font-family: "nunito-semibold";
	color: #fff;
	margin-top: 0.5rem;
}

.meet-our-team-section p {
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0.5rem;
	line-height: 1.625;
}

.meet-our-team-section a {
	text-decoration: none;
}

/* -------------------------Our Team Section----------------------- */
.our-team-section {
	background: #f9fafb;
}

.our-team-section .single-team {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 0.375rem !important;
	text-align: center;
}

.our-team-section .single-team img {
	border-radius: 9999px;
	width: 6rem;
	height: 6rem;
	box-shadow: 0 0 3px rgb(60, 72, 88, 0.15);
}

.our-team-section .single-team .content a {
	color: #000;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.75rem;
	display: block;
	text-decoration: none;
	font-family: "inter";
}

.our-team-section .single-team .content a:hover {
	color: #a9a016;
}

.our-team-section .single-team .content span {
	color: #0c0652;
	display: block;
}

.our-team-section .single-team .content ul {
	list-style: none;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.our-team-section .single-team .content ul li {
	display: inline;
}

.our-team-section .single-team .content ul li a {
	display: inline-flex !important;
	width: 2rem;
	height: 2rem;
	border-width: 1px;
	border-radius: 0.375rem;
	letter-spacing: .025em;
	font-size: 1rem;
	line-height: 1.5rem;
}

.our-team-section .single-team .content ul li a svg {
	width: 1rem;
	height: 1rem;
}

.our-team-section .single-team .content ul li a:hover {
	background: #a9a016;
}

.our-team-section .single-team .content ul li a:hover svg {
	color: #fff;
}

/* ----------------------Feedback Section--------------------- */
.feedback-section {
	background: #f9fafb;
}

.feedback-section .feedback-carousel img {
	/* width: 2rem; */
	height: 1.5rem;
}

.feedback-section .feedback-carousel p {
	color: #94A3B8;
	line-height: #94A3B8;
}

.feedback-section .feedback-carousel h6 {
	color: #0c0652;
	font-family: "nunito-semibold";
}

.feedback-section .feeback-img-box img {
	position: relative;
	z-index: 1;
}

.feedback-section .feeback-img-box {
	position: relative;
	overflow: hidden;
}

/* .feedback-section .feeback-img-box::after{ */
/* background: rgba(220, 38, 38, 0.1); */
/* border-radius: 1.5rem!important; */
/* width: 10rem; */
/* height: 10rem; */
/* top: 0px; */
/* right: 0; */
/* left: 0; */
/* position: absolute; */
/* z-index: 0;  */
/* content: '';  */
/* animation: 10s linear infinite spin !important; */
/* margin-left: auto!important; */
/* margin-right: auto!important; */
/* rotate: 45deg; */
/* } */
.feedback-carousel .owl-dots {
	bottom: -20% !important;
}


/* -------------------------- compliance ---------------------- */
.compliance-card {
	background-color: #fff;
	padding: 1.5rem;
	border: 0px;
	border-radius: .375rem;
	-webkit-box-shadow: 0 0 3px rgb(60 72 88 / 15%);
	box-shadow: 0 0 3px rgb(60 72 88 / 15%);
}

.compliance-card .card-body {
	padding: 0px;
}

.compliance-card h4.title {
	font-size: 1.25rem;
	margin-bottom: 1rem;
	font-family: "nunito-semibold";
}

.compliance-card p {
	color: #94a3b8;
}

.compliance-list {
	padding-left: 0px;
	list-style: none;
}

.compliance-list li {
	color: #94a3b8;
	margin-bottom: 0.5rem;
}

.compliance-list li i {
	color: #0c0652;
	margin-right: 0.5rem;
}

.mb-2rem {
	margin-bottom: 2rem;
}

/* ----------------------- research ----------------------- */
.research-section h4.title {
	font-size: 1.25rem;
	font-family: "nunito-semibold";
	margin-bottom: 1.5rem;
}

/* ------------------------- partners ----------------------- */
.partners-card {
	border: 0px;
	border-radius: .5rem;
	padding: 1.5rem 1.5rem 2.5rem 1.5rem;
	-webkit-box-shadow: 0 0 3px rgb(60 72 88 / 15%);
	box-shadow: 0 0 3px rgb(60 72 88 / 15%);
	height: 100%;
	position: relative;
}

.partners-card .card-body {
	padding: 0px;
}

.partners-card .card-title {
	display: flex;
	justify-content: left;
	align-items: center;
	background-color: transparent;
	border-bottom: 1px solid #f3f4f6;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

.partners-card .partner-img {
	width: 4rem;
	height: 4rem;
	border-radius: 9999px;
	margin-right: 1rem;
	-webkit-box-shadow: 0 0 3px rgb(60 72 88 / 15%);
	box-shadow: 0 0 3px rgb(60 72 88 / 15%);
}

.partners-card .card-title h5 {
	font-size: 1.125rem;
	margin-bottom: 0px;
	cursor: pointer;
}

.partners-card .card-title h5:hover {
	color: #0c0652;
}

.partners-card .card-title p {
	color: #94A3B8;
	margin-bottom: 0px;
}

.partners-card p {
	color: #94A3B8;
	line-height: 1.625;
}

.partners-card .rating {
	position: absolute;
	bottom: 15px;
}

.partners-card .rating i {
	font-size: 12px;
	color: #fbbf24;
}

/* ------------------------footer---------------------------------*/
.footer {
	background-color: #eee;
	padding: 60px 0px 0px 0px;
}

.footer p {
	color: #000;
	margin-top: 1.5rem;
}

.footer .social-icons {
	list-style: none;
	margin-top: 1.5rem;
	padding-left: 0px;
}

.footer ul.social-icons li {
	display: inline;
}

.footer ul.social-icons li a {
	letter-spacing: .025em;
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	border: 1px solid #a9a016;
	border-radius: 50%;
	width: 2.5rem;
	height: 2.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #0c0652;
	text-decoration: none;
	position: relative;
	transition: all 0.3s;
}

.footer ul.social-icons li a:hover {
	transform: scale(1.1);
}

.footer h5 {
	color: #0c0652;
	letter-spacing: 1px;
	font-family: "inter" !important;
	font-weight: bold;
	font-size: 16px;
}

.footer .footer-list {
	list-style: none;
	margin-top: 1.5rem;
	padding-left: 0px !important
}

.footer .footer-list li {
	margin-top: 10px !important;
}

.footer ul.footer-list li a {
	color: #000 !important;
	font-family: "inter";
	text-decoration: none;
}

.footer ul.footer-list li a:hover{
	color: #0c0652 !important;
}

.footer-bottom {
	padding: 30px 0px;
	border-top: 1px solid #0c0652;
}

/* -----------------------Back to top---------------------- */
#back-to-top {
	display: block;
	background-color: #0c0652;
	width: 2.25rem;
	height: 2.25rem;
	text-align: center;
	border-radius: 9999px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	color: #fff !important;
	line-height: 2.25rem;
	font-size: 1.125rem;
}

#back-to-top:hover {
	cursor: pointer;
	background-color: #0c0652;
}

#back-to-top:active {
	background-color: #555;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.dropdown-item:active {
	background-color: #0c0652;
}

.key-features-section .key-feature-box .icon-box img {
	width: 40px;
	height: auto;
}

.board-of-directors-section1 p,
.board-of-directors-section2 p
{
	color: #000;
    line-height: 1.625;
	font-family: "inter";
}
.board-of-directors-section1 h3, .board-of-directors-section2 h3 {
	line-height: 1.5;
    font-size: 1.875rem;
    color: #0c0652 !important;
    margin-bottom: 1.5rem;
	font-family: "inter";
}
.board-of-directors-section1 h5,
.board-of-directors-section2 h5 {
    color: #0c0652 !important;
    font-size: 16px;
    line-height: 1.5rem;
	font-family: "inter";
}
.board-of-directors-section1{
	background: #fff;
}
.board-of-directors-section2{
	background: #f9fafb;
}