:root {
	--plyr-color-main: #4D69B0;
}
* {
	outline: none !important;
}
body, html {
overflow-x: hidden;
}
body {
	color: #4E4E4E;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	position: relative;
}
p {
	font-size: 16px;
}
a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	box-shadow: none;
}
h1, h2, h3 {
	font-family: "Poppins", sans-serif;
}
h4, h5, h6 {
	font-family: "Poppins", sans-serif;
}
.scrolltop {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 9999;
}
.scrolltop .scroll {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #BDB08D;
    padding: 15px 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
	border-radius: 100px;
}
.scrolltop .scroll i {
    color: #fff;
    font-size: 20px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
/*header*/

.site-header {
	padding: 35px 0px !important;
}

.menu_area a.nav-link {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 15.5px;
    text-transform: capitalize;
    padding: 0px 16px !important;
}
.menu_area ul.dropdown-menu li a.nav-link {
	color: #151515 !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #fff;
}

.menu_area a.nav-link:hover {
	color: #8daaf1;
}

.menu_area .nav-item.active a {
	color: #fff;
}

.dropdown-toggle::after {
    border: none !important;
    content: '\f078';
    display: inline-block;
    font: normal normal normal 12px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0px;
    top: 7px;
    webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #000;
}

.dropdown-toggle:hover::after {
    webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    top: 7px;
    color: #000;
}
@media (min-width: 1200px) {
	
	.menu_area a.nav-link {
		color: #fff;
	}
	header#home-header {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 9999;
		background-image: linear-gradient(#000d13, #000d13d1, #000d13a6, #00000063, #0000001f, #00000000);
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		min-width: 230px;
	}
	.menu_area ul.dropdown-menu li {
		margin-bottom: 7px;
	}
	.menu_area ul.dropdown-menu li a:hover {
		color: #8daaf1 !important;
	}
}
.form-search {
	display: flex;
    align-items: center;
    width: 200px;
}
.form-search input {
	background: #4D69B0;
    border-color: #4D69B0;
    border-radius: 0px;
    padding: 10px;
    color: #fff;
}
.form-search .search_items {
	position: absolute;
    right: 5px;
    border-radius: 0;
    background: #fff;
    border-color: #fff;
}
.form-search input::placeholder {
  color: #7F9FF1;
}
    
/* opening video */
section#opening_video_sec {
    position: relative;
    /* max-height: 900px; */
    overflow: hidden;
    background-color: #000;
}
section#opening_video_sec .embed-container {
    --video--width: 1920;
    --video--height: 1080;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    overflow: hidden;
    max-width: 100%;
}
section#opening_video_sec .embed-container iframe, 
section#opening_video_sec .embed-container object, 
section#opening_video_sec .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section#opening_video_sec:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #00000075;
    left: 0;
    right: 0;
}
.slider_container {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
	z-index: 99;
}
.open_cnt_wrap h1 {
	/* color: #4D69B0; */
	color :#fff;
    font-family: Poppins;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
	margin-bottom: 20px;
}
.open_cnt_wrap p {
	font-family: Outfit;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    text-transform: capitalize;
    width: 75%;
	margin-bottom: 20px;
}
a.learn_more {
    display: inline-block;
    overflow: hidden;
}
a.learn_more span {
    background: #4D69B0;
    padding: 20px 50px;
    color: #fff;
    font-family: "Outfit";
    font-size: 21px;
    font-weight: 600;
}
a.learn_more:hover span {
	background: #fff;
	color: #282F66;
}
a.learn_more i{
    background-color: #ffffff;
    padding: 20px;
    font-size: 21px;
    color: #282F66;
}

/* our services */
section.services-section {
    padding: 90px 15px;
	background-image: url(/files/images/service_bg.png);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center; 
	background-attachment: fixed;
}
.services-section h2 {
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    font-size: 45px;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 85px;
    color: #000;
}
.service-card {
    background: #F2F6FF;
    padding: 65px 25px 100px;
    box-shadow: 0px 2px 30px 0px #4D6FB333;
    height: 100%;
    position: relative;
}
.service-icon {
    margin-bottom: 25px;
}
.service-card h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 25px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 10px;
}

.service-card p {
    font-size: 16px;
    color: #383838;
    line-height: 24px;
}
.read-more-div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}
.read-more-div a {
    font-family: Outfit;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    text-transform: capitalize;
	color: #000;
}
.read-more-div a:hover{
	color: #4D69B0;
}
.read-more-div a i {
	padding-left: 6px;
	font-size: 15px;
}
/* Provider */
section.provider-section {
	padding: 90px 15px;
	background: #fff;
}
.provider-section h2 {
	text-align: center;
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 25px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 65px;
}

.provider-img {
    height: 360px;
    overflow: hidden;
    margin-bottom: 15px;
}

.provider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	overflow-clip-margin: unset;
}

.provider-info h5 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #031E2D;
}

a.btn-view-providers {
    display: inline-block;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    background: #282F66;
    color: #fff;
    margin-top: 50px;
    padding: 15px 40px;
	border: 2px solid #282F66;
}

a.btn-view-providers:hover {
	background: #fff;
	color: #282F66;
}

/* Video Reviews Section */
.video-section {
	padding: 80px 15px;
	background-color: #4D69B0;
	color: #fff;
}

.video-section h2 {
    margin-bottom: 10px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: capitalize;
}

.video-section p {
    text-align: center;
    color: #FAFAFA;
    font-family: Poppins;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    margin: auto;
    padding-bottom: 15px;
}
.video-card {
	position: relative;
	/* border-radius: 10px; */
	overflow: hidden;
	cursor: pointer; 
}

.video-thumbnail {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background-color: #5a7fc0;
    position: relative;
}

.video-thumbnail:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    content: '';
    top: 0;
    border: 0;
    left: 0;
    right: 0;
	bottom: 0;
}

.play-button {
	width: 40px;
	height: 40px;
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-button i {
    color: #252B61;
    font-size: 12px;
    margin-left: 5px;
}

.video-title {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
	color: #fff;
}

/* Footer */
footer#site_footer {
    background: #F2F6FF;
    padding: 60px 15px 15px;
}
.footer-bottom {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom p {
    margin-bottom: 0px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.copy-left a {
	 font-weight: 700;
}
.copy-left a:hover, .copy-right a:hover {
	color: #4D69B0;
}

.row.footer-wrapper {
    padding-bottom: 40px;
}
.logo-container img {
	width: 85%;
	margin-bottom: 15px;
}
.logo-container h6 {
	font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding-bottom: 5px;
}
.logo-container p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    width: 85%;
    color: #000;
    opacity: 0.7;
}
.foot-nav h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000;
	margin-bottom: 20px;
}
ul.nav-links {
	list-style: none;
	padding-left: 0px;
}
ul.nav-links li {
	margin-bottom: 20px;
}
ul.nav-links li a {
	font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    opacity: 0.7;
}
ul.nav-links li a:hover {
	color:#4D69B0;
}
.foot-logos {
    margin-bottom: 15px;
}
.foot-logos img {
		margin-bottom: 15px;
}
.foot-logos h5 {
	font-size: 13.8px;
    color: #000000;
    opacity: 0.7;
}

/* Inner page */
.page-inner {
	min-height: 600px;
}
#inner-header a.nav-link {
	color:#151515;
}
#inner-header a.nav-link:hover {
    color: #8daaf1;
}
/* Highlight all active menu links */
#inner-header ul.navbar-nav li.active > a.nav-link {
  color: #8daaf1 !important;
}

/* Highlight parent dropdown if any child is active (modern browsers) */
#inner-header ul.navbar-nav li.dropdown:has(.dropdown-menu li.active) > a.nav-link {
  color: #8daaf1 !important;
}

/* Highlight active submenu items */
#inner-header ul.navbar-nav li.dropdown .dropdown-menu li.active > a.nav-link {
  color: #8daaf1 !important;
}



/* breadcrumb */
 .hero-section {
	background: linear-gradient(135deg, #4D69B0 0%, #394769 100%);
	padding: 80px 0 120px;
	position: relative;
	overflow: hidden;
}
.hero-section::before {
    content: "";
    position: absolute;
    left: -200px;
    top: 0;
    bottom: 0;
    width: 400px;
    background: rgb(0 0 0 / 12%);
    transform: skewX(-15deg);
}

.hero-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.breadcrumb-wrapper {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}

.breadcrumb-clean {
	background: transparent;
	padding: 12px 20px;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	display: inline-flex;
}

.breadcrumb-clean .breadcrumb-item {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
}

.breadcrumb-clean .breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	color: rgba(255, 255, 255, 0.5);
	padding: 0 10px;
}

.breadcrumb-clean .breadcrumb-item a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	transition: all 0.3s ease;
}

.breadcrumb-clean .breadcrumb-item a:hover {
	color: white;
}

.breadcrumb-clean .breadcrumb-item.active {
	color: white;
}

/* Default logo (desktop) */
#inner-header .logo_area img {
  content: url('/files/images/dark-logo.png');
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.logo_area img {
		width: 170px;
	}
	.menu_area a.nav-link {
		font-size: 13.5px;
	}
}

/* Override on small screens (mobile/tablet) */
@media (max-width: 1199px) {
  .logo_area img {
    content: url('/files/images/dark-logo.png');
  }
	header.site-header .menu_bar .header_right .menu_area nav.navbar button.navbar-toggler {
        position: absolute;
        top: -50px;
        right: 5px;
        border: 0;
    }
	header.site-header .menu_bar .header_right .menu_area nav.navbar button.navbar-toggler.collapsed span.navbar-toggler-icon:before {
		content: "\f0c9";
		display: inline-block;
		font-family: FontAwesome;
		font-size: 32px;
		color: #4D69B0;
	}
	header.site-header .menu_bar .header_right .menu_area nav.navbar button.navbar-toggler span.navbar-toggler-icon:before {
		content: "\f00d";
		display: inline-block;
		font-family: FontAwesome;
		font-size: 32px;
		color: #4D69B0;
	}
	header.site-header .menu_bar .header_right .menu_area nav.navbar .navbar-toggler-icon {
		background-image: none!important;
	}
	header.site-header .menu_bar .header_right .menu_area nav.navbar button.navbar-toggler:focus {
		box-shadow: none;
	}
	header.site-header .menu_bar .header_right .menu_area nav.navbar #mainmenu ul.navbar-nav {
		margin: 20px 0;
		align-items: flex-start !important;
	}
	header.site-header .menu_bar .header_right .menu_area nav.navbar a.nav-link {
		padding: 6px 0px !important;
	}
	.menu_area a.nav-link {
		font-size: 17px !important;
	}
	ul.dropdown-menu.show {
		padding: 6px;
		margin-left: 15px;
		background: #fafbfe;
	}
	.provider-img {
		height: 420px;
	}
	.open_cnt_wrap p {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.footer-bottom {
		flex-direction: column;
	}
	.foot-col {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.open_cnt_wrap h1 {
		font-size: 50px;
    	line-height: 55px;
	}
	.open_cnt_wrap p {
		font-size: 16px;
    	line-height: 20px;
	}
	.video-section p {
		width: 100% !important;
	}
}

@media (max-width: 576px) {
	.slider_container {
		position: unset;
	}
	section#opening_video_sec:after {
		display: none;
	}
	.open_cnt_wrap h1 {
		font-size: 40px;
		line-height: 45px;
	}
	.open_cnt_wrap p {
		width: 100% !important;
	}
	a.learn_more span {
		font-size: 16px;
	}
	section.services-section,
	section.provider-section,
	.video-section {
    	padding: 60px 15px;
	}
	.services-section h2, .provider-section h2 {
		font-size: 35px;
		margin-bottom: 45px;
		line-height: 38px;
	}
	.service-card {
		padding: 40px 25px;
	}
	.read-more-div {
    	position: unset;
	}
	.provider-img {
		height: 300px;
	}
	a.btn-view-providers {
		font-size: 16px;
	}
	.provider-info h5 {
		font-size: 20px;
	}
	a.btn-view-providers {
		margin-top: 25px;
	}
	.logo-container p {
		width: 100%;
	}
	.row.footer-wrapper {
		padding-bottom: 10px;
	}
	.footer-bottom {
		text-align: center;
	}
	.footer-bottom p {
		font-size: 14px;
	}
	.footer-bottom a {
		font-size: 14px;
	}
	.hero-title {
		font-size: 2rem;
		margin-bottom: 0;
	}
	a.learn_more i {
		font-size: 16px !important;
	}
	.logo_area img {
		width: 190px;
	}
	header.site-header .menu_bar .header_right .menu_area nav.navbar button.navbar-toggler {
		top: -38px;
	}
	
	.breadcrumb-clean .breadcrumb-item,
	.breadcrumb-clean .breadcrumb-item a {
		font-size: 13px;
	}
}   
    