/* .dropdown-backdrop{display:none;}
 or in mobile in class= .dropdown-menu... dont make the "ul" static... instead make it position relative and increase z-index
*/
 /*for ie8{
	background:rgba(255, 255, 255, 0.56);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); 
}also use rgba to hex conertor*/


body {
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height:1.5;
}
img {
	max-width:100%;
}
figure {
	margin:0;
	padding:0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
	outline:none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'El Messiri', sans-serif;
	font-weight: bold;
	line-height: 1.1;
	color: inherit;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}


 input[type="text"],
 input[type="tel"],
 input[type="email"],
 input[type="password"],
 input[type="number"],
 input[type="date"],
 input[type="file"],
 textarea,
 select{
	width: 100%;
	margin: 0 0 16px;
	padding: 0 7px;
	border: solid 1px #ccc;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	outline: none;
	background-color: #ffffff;
}
 textarea{
	height:150px;
	line-height: 22px;
	padding: 10px 12px;
}
 input[type="submit"], form input[type="button"], form input[type="reset"], form button, a.button, button, .button {
	background-color: #ff414d;
	color:#fff;
	border: none;
	line-height: 48px;
	height: 48px;
	font-size:17px;
	text-align:center;
	padding: 0px 25px;
	display: inline-block;
	margin: 10px 0 0;
	transition: 0.3s;
	border-radius: 100px;
	text-transform: uppercase;
	font-weight: 500;
}

 input[type="submit"]:hover, form button:hover, , a.button:hover{
    background-color: #1e60aa;
	transition: 0.3s;
}
@media (max-width: 1299px) {
	.container {
		max-width:none;
	}
}
@media (min-width: 1300px) {
	.container {
		max-width: 1300px;
	}
}
.main_heading {
	position: relative;
	font-size: 40px;
	font-weight: bold;
	color:#002157;
	margin: 0px;
	text-align: center;
	padding-bottom: 10px;
}

@media (max-width: 896px) {
	body {
		font-size: 17px;
	}
	.main_heading {
		font-size: 30px;
		line-height: 35px;
	}
	
}

.header_right {
	float:right;
	width: auto;
	display: inline-flex;
	flex-direction: row-reverse;
}
.top_link {
	color: #fff;
	text-align: right;
	position: relative;
	z-index: 1;
	top: 15px;
	right:0px;
}
 

.top_link a i{
	font-size: 18px;
	line-height: 0;
}
 
.site_logo {
    display: inline-block;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    width: 325px;
    margin: 5px 0;
}

@media (max-width:992px) {
	.site_logo{
		width: 150px !important;
	}
}

@media (max-width:896px) {
	.header_right {
		/* display: block; */
		/* width: auto; */
		/* height: 0; */
		/* height: auto; */
		/* float: none; */
	}
	.top_link {
		/* margin: 0; */
		/* float: none; */
		/* width: 100%; */
		/* text-align: left; */
		/* padding: 0 15px; */
		/* color: #fff; */
		/* font-size: 22px; */
		/* padding-top: 6px; */
	}
	.site_logo{
		display: inline-block;
		margin:0px;
		width: auto !important;
	}
}.header_left {
	padding: 20px 0px;
	float: left;
	width:auto;
	text-align: left;
}

@media(max-width:1400px) {
	header:before {
		width: 56px;
	}
}
@media (max-width: 896px) {
	.header_left {
		display: block;
		float: none;
		margin: 0;
		text-align: center;
		width: auto;
		padding: 0;
		z-index: 111;
		/* max-width: 263px; */
		/* position: absolute; */
		top: 0;
		left: 0;
	}
	.site_logo {
		display: inline-block;
		/* margin: 10px 0px 10px 0; */
	}
}
@media(max-width:1200px) {
	.site_logo img {
		width: auto;
	}
	header::after{
		right: -435px !important;
	}
}
@media(max-width:896px) {
	/*.site_logo img {
		width: 150px;
	}*/
}
@media(max-width: 540px) {
	.header_left {
		/* padding: 10px 0px 0px 15px; */
		/* max-width: 145px; 
		margin: 0 auto -25px;*/
	}
	.site_logo {
		padding: 0;
		margin: 5px 0 !important;
	}
}
header.shrink .header_body {
	height: auto;
}
header.shrink .header_body .header_left{
	padding: 20px 0px;
}
header.shrink .site_logo {
    margin: 0;
}

@media (min-width: 1200px){
header.shrink .site_logo {
		width: auto;
		display: block;
	}
}
@media(min-width:897px) {
	header.shrink .site_logo {
		width: 150px;
		display: block;
	}
	header.shrink .nav_link {
		/* top: 18px !important; */
	}
	header.shrink .nav_link a{
		/* color:#000; */
	}
	header.shrink .nav_link ul li ul li a{
		/* color:#fff; */
	}
	header.shrink .top_link .times{
		margin-top:0px;
	}
	header.shrink a.sign_up{
		color:#ffffff !important;
	}
	header.shrink .top_link{
		/* top: 20px; */
	}
}
@media(max-width:896px) {
	/*header.shrink .site_logo{
		width: 150px;
		margin-top: 5px;
		margin-left: 15px;
	}
	header.shrink .site_logo img{
		max-width:100%;
	}*/
	header.shrink .header_body .header_left{
		padding: 0;
	}
}
header.shrink .site_logo {
    margin: 0;
}
@media (min-width: 897px){	
	.site_logo {
		width: 200px;
		display: block;
		margin: 0px 0 0;
	}
}
@media (max-width: 1150px){
	.site_logo {
		width: 180px;
	}
}
@media(max-width:896px){
	.site_logo {
		width: 125px !important;
	}
	header.shrink .site_logo {
		/* width: 180px !important; */
	}
}

.banner {
	position:relative;
	z-index: 2;
	max-height: 100vh;
	overflow: hidden;
	background-color: #e9edef;
}
.banner video{
	position:relative;
	z-index: 0;
	vertical-align: top;
	border: none;
	top: 1px;
	width: 100%;
}
.banner .carousel{
    background: #2f4357;
    margin-top: 0px;
}
.banner .carousel-item{
    text-align: center;
    min-height: auto;
}
.banner:after {
    content: "";
    position: absolute;
    right: 0px;
    display: inline-block;
    bottom: -1px;
    z-index: 1;
    width: 100%;
    height: 120px;
    background: url(../images/banner_bottom_shape.png) no-repeat;
    background-size: 100% 100%;
}
footer {
	background:#011941;
	color:#fff;
	/* font-size: 21px; */
}
footer a, footer a:focus {
	color:#fff;
}
footer a:hover {
	color:#fff;
}
.footer_left {
	float:none;
	width:100%;
	text-align: center;
}
.footer_right {
	float:none;
	width:100%;
	text-align: right;
}
.footer_logo{
	margin-bottom:15px;
	max-width: 170px;
}
@media (max-width:896px) {
	.footer_logo{
		max-width: 150px;
	}
	.footer_left {
		width: 100%;
		font-size: 18px;
		
	}
}


footer article p{
	color: #c0cee7;
}

.footer_top{
	padding: 60px 0px 40px;
}	

.footer_top h3{
	position: relative;
	font-family:'Jost', sans-serif;
	text-transform: capitalize;
	font-size: 27px;
	margin: 0 0 20px;
	padding: 0 0 15px;
	font-weight: 500;
} 
.footer_top h3:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #ff5468;
}

.footer_top ul{
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.footer_top ul li{
	position: relative;
	padding: 0 0 10px 22px;
	width: 50%;
	float: left;
}	

.footer_top ul li:before{
	content: "\F134";
	position: absolute;
	left: 0;
	top: 4px;
	font-family: "bootstrap-icons";
	color: #c0cee7;
	font-size: 15px;
}

.footer_top ul li a{
	position: relative;
	right: 0;
	transition: 0.3s;
}	

.footer_top ul li a:hover{
	right: -2px;
	opacity: 0.8;
	transition: 0.3s;
}

.address_footer p{
	margin: 0 0 25px;
}	

.footer_top .contact_ul li{
	padding: 0 0 8px 0;
	width: 100%;
	float: none;
}
.footer_top .contact_ul li:before{
	display:none;
}

.footer_bottom{
	padding: 20px 0;
	/* font-size: 21px; */
	color:#c0cee7;
	/* background-color: #011941; */
	border-top:1px solid #394c6b;
}

.footer_tel{
	font-size: 19px;	
}

.control_margin{
	margin-left: 40px;	
}

footer article .media{
	display:inline-block;
	margin:0;	
	width:100%;
	padding: 0px;
}

footer article .media a{
	border: 1px solid #c0cee7;
	width: 48px;
	height: 48px;
	line-height: 0;
	border-radius: 100px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	display: inline-flex;
	margin: 0px 10px 10px 0;
	transition: 0.3s;
	justify-content: center;
	align-items: center;
}

footer article .media a:hover{
	background:#fff;
	color:#072f5c;	
}


@media(max-width: 1024px){
	footer {
		font-size: 18px;
	}
	.footer_top h3 {
		font-size: 20px;
	}
	.footer_bottom {
		padding: 20px 0;
	}  
}

@media(max-width:896px){
	.control_margin{
		margin-left: 0;	
	}
	.footer_top article{
		margin: 0 0 20px;
	}
	.footer_top{
		padding: 25px 0 0;
	}
	.footer_bottom {
		padding: 18px 0;
	}
	.custom_ul li{
		float: none;
		width: 100% !important;
	}
}

.block{
	padding:50px 0px;
}
.block .col_center{
	text-align:center;
}
.block .col_center h2{
	margin:15px 0px;
	font-weight: 400;
}

@media(max-width:896px){
	.block{
		padding:30px 0;
	}
}
.header_body {
	background-color: transparent;
	padding: 0px 0px;
}
.nav_link ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.nav_link li {
	display: inline-block;
	padding: 0;
}
.nav_link li a {
	text-transform:uppercase;
	font-size: 17px;
	padding: 24px 10px;
	font-weight: 500;
	display: block;
	position: relative;
	margin: 0 7px;
	color: #000;
}
.nav_link li.active > a {
	color: #ff414d;
}
 @media(max-width:1200px) {
	.top_link {
		top: 14px;
	}
	.nav_link {
		top: 11px;
		/* padding-right: 185px !important; */
	}
}
 @media(max-width:1100px) {
	 .nav_link{
		 /* padding-right: 180px !important; */
		}
	.nav_link li a{
		margin: 0 5px !important;
		font-size: 15px;
	}
	.top_link {
		/* top: 14px !important; */
	}
	.top_link a{
		font-size: 14px;
		margin: 0 5px !important;
	}
	header.shrink .top_link {
		top: 15px !important;
	}
 }
 @media(max-width:992px) {
	.nav_link {
		/* padding-right: 145px !important; */
	}
	.nav_link li a{
		font-size: 14px;
		margin: 0 2px !important;
		/* padding: 10px 7px; */
	}
	.top_link {
		/* top: 17px !important; */
	}
 }
@media(max-width:896px) {
	.top_link {
		/* top: 10px !important; */
	}
	header.shrink {
	  background: #fff;
	  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .1);
	}
	header.shrink a.sign_up {
		color: #ffffff !important;
	}
}
@media(min-width: 897px){
	.banner .item{
		position: relative;
		height: 750px;
		background-color: #d7e3e6;	
		overflow:hidden;
	}

	.banner .item > img{
		min-height: 120%;
		min-width: 100%;
		max-width: 0;
		transition: .3s;
		width: auto;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin: auto;
		max-width: none;
	}
}

.banner .container{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
	color: #fff;
	right: 0;
}
.banner_content{
	max-width: 638px;
}	
.banner_content h1{
	font-family: 'El Messiri', sans-serif;
	font-size: 65px;
	font-weight: 600;
	margin: 0 0 10px;
	color: #002157;
	line-height: 65px;
	letter-spacing: -2px;
}
.banner_content p{
	color: #000000;
	margin-bottom: 25px;
	font-weight: 500;
}
.btn{
	position: relative;
	color: #fff;
	background-color: #ff414d;
	display: inline-block;
	padding: 0 20px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	font-weight: 500;
	text-transform:uppercase;
	border-radius: 50px;
	margin: 0 5px;
	font-size: 17px;
}
.btn_primary{
    color: #fff;
    background-color: #011941;
    border-color: #011941;
}
.btn-primary:hover {
    color: #fff;
    background-color: #011941;
    border-color: #011941;
}
.btn_sm{
	padding: 0 25px;
	height: 48px;
	line-height: 48px;
}

.btn_lg{
	padding: 0 40px;
	height: 55px;
	line-height: 55px;
}
@media(max-width:896px){
	.btn_lg{
		padding: 0 30px;
		height: 45px;
		line-height: 45px;
	}
}
.btn_lg.outline{
	border: 2px solid #002157;
}
.btn_lg.outline:hover{
	border: 2px solid #002157;
}
.btn:hover {
    background: #19305a;
    color: #fff;
}
.outline, .outline {
    background-color: transparent;
    border: 1px solid #002157;
    color: #000;
    cursor: pointer;
}
.outline:hover, .outline:hover {
	background-color: #002157;
	border: 1px solid #002157;
	color:#fff;
}
.outline_gray {
    background-color: transparent !important;
    border: 2px solid #ccc !important;
    color: #000 !important;;
    cursor: pointer;
}
.outline_gray:hover, .outline_gray:hover {
	background-color: #002157 !important;
    border: 2px solid #002157 !important;
	color:#fff !important;;
}
.banner_content .btn{
	margin: 0px 0px;
}

.nav_icon,.nav_close{
	display: none;	
}
.nav_icon span{
	height: 0;
	width: 20px;
	border-bottom: #000 solid 2px;
	margin: 5px 0;
	display: block;
	transition: all 0.3s;
	position: relative;
}
.nav-open .nav_icon span:nth-child(1){
	transform: rotate(45deg);
	top: 4px;
}
.nav-open .nav_icon span:nth-child(2){
	display:none;
}
.nav-open .nav_icon span:nth-child(3){
	transform: rotate(-45deg);
	top: -3px;
}
@media(max-width:1250px){
	.banner .item {
		height: 650px;
	}
	.banner_content h1 {
		font-size: 60px;
        line-height: 55px;
	}
}

@media(max-width:896px){
	.banner .item{
		height: auto;	
	}
	.banner:after{
		height: 45px;
	}
	.banner .container{
		position: static;
		transform: translate(0,0);
		background-color: #e9edef;
		text-align: center;
		padding-bottom: 13px;
		padding-top: 12px;
		margin-top: -1px;
	}
	.banner_content {
		max-width: none;
		padding: 10px 5px;
	}	
	.banner_content h1 {
		font-size: 45px;
		/* margin: 0px 0px 0px; */
		letter-spacing: -1px;
	}
	.banner_content p{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.banner_content a.btn{
		/* margin: 0px 0px 15px; */
		/* padding: 10px 25px; */
		/* font-size: 15px; */
		/* min-width: auto; */
	}
}
@media(max-width:767px){
	.banner_content h1 {
		font-size: 35px;
		line-height: 35px;
	}
}
@media(max-width:480px){
	.banner_content h1 {
		/* font-size: 25px; */
		/* line-height: 30px; */
	}
}
@media(max-width:896px){
	.nav_icon {
		display: inline-block;
		cursor: pointer;
		color: #000;
		font-size: 25px;
		position: relative;
		top: 0;
	}
	header {
		position: static;
	}
	.header_body {
		padding: 10px 0;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	header.shrink .top_link {
		/* top: 10px !important; */
	}
	header.shrink .header_body {
		/* height: 85px; */
	}
	header .nav_link{
		/* padding-right: 0px !important; */
	}
	header .nav_link.user_ac {
        padding-right: 0px !important;
    }
	.nav_link ul,  .nav_link ul li {
		display: block;
		float: none;
		border-bottom: solid 1px rgb(255 255 255 / 30%);
	}
	.nav_link {
		position: fixed;
		left: 0;
		right: 0;
		top: 60px !important;
		bottom: 0;
		background-color: #fff;
		z-index: 11111;
		display: none;
		overflow: auto;
		padding-right:0px !important;
	}
	.nav_link li a {
		display: block;
		text-align: center;
		border: none !important;
		font-size: 25px;
		padding: 14px 16px;
	}
	/*.nav_link li a:before,
	.nav_link li a:after{
		display: none;
	}*/
	.nav_link ul {
		position: relative;
		margin: 0;
	}
	.nav_close {
		font-size: 32px;
		position: absolute;
		color: #000;
		right: 10px;
		top: 5px;
		display: block;
		cursor: pointer;
		z-index: 999;
	}
	body.nav-open {
		overflow: hidden;
		height: 100%;
	}
	/*header:before,
	.header_left:before {
		display: none;
	}*/
}
@media(max-width:375px){
	.nav_link ul li ul li:last-child {
		border-radius: 0px !important;
	}
}

header {
	background-color:transparent;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	position: fixed;
}
header .container {
	position: relative;
}
.mb_login, .mb_signup, .mb_dashboard{
	display:none !important;
}
.btn.user {
	display: inline-flex;
	gap: 10px;
	padding: 0 15px 0 0;
	text-transform: uppercase;
	background-color: transparent !important;
	color: #000 !important;
	min-width: auto;
	align-items: center;
	border: none;
}
.btn.user:hover {
	background-color:transparent;
	color:#000;
}
.btn.user figure{
	height: 40px;
	width: 40px;
	overflow: hidden;
	border-radius: 200px;
	border: #dfebe9 solid 2px;
}
.btn.user figure img{
	width: 101%;
	vertical-align: top;
}

	.top_link > a{
	margin-left: 15px;
	}
@media(min-width: 1200px) {

	.nav_link {
		padding-right: 0px;
	}
	header.shrink .top_link {
		/* top: 20px; */
	}
}

@media(min-width: 1300px) {
	.nav_link {
		padding-right: 0;
	}
}

@media(min-width:897px) {
	header::before {
		content:"";
		background: url(../images/menu_bar.png) no-repeat;
		background-position: right;
		background-size: 73% 100%;
		height: 85px;
		position: absolute;
		width: 100%;
		top: 0;
		left:0px;
	}
	header.shrink::before {
		background-color: rgb(255 255 255 / 75%);
		background-image: none;
		height: 74px;
		box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .1);
	}
	.nav_link {
		/* position: absolute; */
		right: 0;
		top: 15px;
		min-height: 45px;
		line-height: initial;
	}
}
@media(max-width:1300px){
	header::before{
		background-size: 80% 100%;
	}
	.nav_link li a{
		margin: 0 2px;
	}
}
@media(max-width:1100px){
	header::before {
		background-size: 80% 100%;
	}
}
@media(max-width:896px) {	
	header {
		background-color: white;
		border-bottom: none;
	}
	header::before{
		background-color: transparent;
	}
	.banner{
		margin-top: 60px;
	}
	.top_link {
		text-align: right;
		padding: 0px 0 0;
		/* top: 10px !important; */
		position: static;
		display: flex;
		align-items: center;
	}
	.nav_icon {
		text-align: left;
		float: right;
		margin: 4px 5px 4px 20px;
		/* margin-right: 0px; */
	}
	.login_btn {
		padding: 5px 10px !important;
		display: none !important;
	}
	.top_link a, .login{
		font-size: 15px;
		/* padding: 0 15px !important; */
		/* line-height: 1.3; */
	}
	.login{
		background: #19305a !important;
		color:#fff !important;
	}
	.nav_link li a {
		color: #000;
		font-size: 20px;
		padding: 13px 30px;
		margin: 6px 0;
	}
}
.mb_user_login{
	display: none;
}
@media(max-width:540px) {
	.top_link {
        top: 0px !important;
    }
	header.shrink .top_link {
		top: 0px !important;
	}
	.top_link a, .login{
		display: none !important;
	}
	.mb_login, .mb_signup, .mb_dashboard{
		display: inline-block !important;
		margin: 20px 0px 0px;
		min-width: 200px;
	}
	.mb_login.user{
		display: inline-flex !important; 
	}
	.mb_login{
		background: transparent;
		border: 1px solid #19305a;
		color: #000;
	}
	.mb_user_login{
		display: block;
	}
	.mb_login:hover,.mb_signup:hover{
		background:#19305a;
		color:#fff;
	}
}
.grey_bg{
	background-color: #f5f5f5;	
}	

.capable_card{
	background-color: #fff;
	padding: 30px 20px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	color: #000;	
	margin: 25px 0 0;
	display: table;
	width: 100%;
}

.capable_card figure{
	width: 35%;	
	border-right: 1px solid #ccc;
	display: table-cell;
	vertical-align: middle;
}

.capable_card figure img{
	min-height: 85px;
}

.capable_card h5{
	overflow: hidden;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	padding:0;
	margin: 0;
	padding-left: 22px;
	line-height: 1.5;
	display: table-cell;
	width: 65%;
	vertical-align: middle;
} 

@media(max-width:1100px){
	.capable_card figure {
		width: 40%;
		text-align: center;
		padding-right: 15px;
	}
}

@media(max-width:767px){
	.capable_card{
		max-width: 500px;
		margin: 20px auto 0;	
	}
	.capable_card figure img{
		min-height: initial;	
	}
}

.exp_col h2{
	text-align: left;	
}

.exp_col h2:before{
	left: 0;
	margin: 0;
}

.fig_box{
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	margin: 30px 25px 0 0;
	padding: 20px;
	text-align: center;
}

.fig_box figure{
	display: inline-block;
	padding: 10px;
	width: 49%;
	line-height: 100px;
}

.exp_col ul{
	list-style-type: none;
	margin: 25px 0 0;
	padding: 0;	
}

.exp_col ul li{
	position: relative;
	padding-left: 35px;
	padding-bottom: 10px;
}

.exp_col ul li:before{
	content: "\f058";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 24px;
	color: #71c2ff;
}	

@media(max-width:767px){
	.exp_col h2{
		text-align: center;	
	}
	.exp_col h2:before{
		left: 50%;
		margin-left:-35px;
	}
	.fig_box{
		margin: 20px 0 25px;	
	}
}

.approach_section{
	background-image: url(../images/approach.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;	
}

.approach_section h2{
	color: #ffff;
}

.approach_card{
	background-color: #fff;
	padding: 40px 15px 20px;
	text-align: center;
	margin: 20px 0 0;
	min-height: 295px;
}

.approach_card figure{
	line-height: 120px;
}

.approach_card h3{
	margin: 15px 0;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
}

.approach_card a{
	font-size: 16px;
	font-weight: 500;
	color: #56aae9;
	text-decoration: underline;
	padding: 0 0 3px;
}	

.ul_contact li{
	padding-left: 32px !important;	
}

.ul_contact li:before{
	content: "" !important;
	background-image: url(../images/insta.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 20px;	
	background-size: 18px;
	top: 4px !important;
}

.ul_contact li:nth-child(2):before{
	background-image: url(../images/mail.png);
}

.ul_contact li:nth-child(3):before{
	background-image: url(../images/phone-i.png);
}

.margin_s{
	margin-top: 52px !important;	
}

@media(max-width:767px){
	.margin_s{
		margin-top: 25px !important;
	}
}

.nav_link ul li ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	z-index:500;
	min-width:200px;
	display:none;
	/* box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .1); */
}
.nav_link ul li ul.active {
	display:block;
}
.nav_link ul li ul li {
	display: block;
	float:none;
	border-bottom: solid 1px #c5d7d4;
	box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 7%);
}
.nav_link ul li ul li a {
	font-weight:400;
	background: #e0e9e8;
	display: block;
	/* color:#ffffff; */
	margin:0px 0px;
	padding: 10px 18px;
	font-size: 18px;
	text-transform: capitalize;
}
.nav_link ul li ul li a:hover {
	text-decoration: none;
	background: #d2e2e0;
}
.nav_link ul li ul li:last-child {
	border-bottom:none;
}
.hassub > a {
	cursor:pointer;
} 
.nav_link ul li ul li:last-child {
    border-bottom: none;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
.nav_link ul li.hassub > a:after {
	content: '\F282';
	font-family: bootstrap-icons;
	font-size: 14px;
	color: #000;
	margin-left: 8px;
}
.nav_link ul li.up > a:after {
	content: '\F286';
	font-family: bootstrap-icons;
}
@media(max-width:896px) {	
	.nav_link li a {
		color: #000;
		font-size: 20px;
		padding: 13px 30px;
		margin: 6px 0;
	}
	
	.nav_link li:last-child a {
		padding-right: 30px;
	}
	.nav_link ul li ul li a,  .nav_link ul li ul li {
		background: #ebebeb;
		border-bottom: solid 1px #d3d3d3;
		font-size: 20px;
		box-shadow: none;
	}
	.nav_link ul li ul li a {
		color: #000;
	}
	.nav_link ul li ul li a:hover {
	    text-decoration: none;
	    background: #e1e1e1;
	}
}
@media (min-width:897px) {
	.nav_link ul li ul {
		display: none;
		padding-top: 8px;
		/* margin-top: 8px; */
	}
	.nav_link ul li:hover ul {
		display: block;
	}
	.nav_link ul li ul:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 40px;
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 10px solid #e0e9e8;
	}
	.nav_link ul li ul li a {
		transition: 0.4s;
	}
	.nav_link ul li ul li a:hover {
		padding-left: 16px;
		transition: 0.4s;
	}	
	.nav_link ul li ul li:last-child {
		border-radius: 0 0 8px 8px;
	}
	.nav_link ul li ul li:first-child {
		border-radius: 4px 4px 0 0;
	}
}
@media (min-width:897px) {
	.nav_link ul li ul li:first-child {
		border-radius: 8px 8px 0 0;
		overflow: hidden;
	}
}
@media(min-width:896px) {		
	.nav_link {
		/* padding-right:350px !important; */
	}
	.nav_link.user_ac {
		padding-right:200px !important;
	}
}
@media (max-width: 1100px) {
    .nav_link {
        /* padding-right: 300px !important; */
    }
    .nav_link.user_ac {
		padding-right:150px !important;
	}
}
@media (max-width:896px) {

	.nav_link ul, .nav_link ul li ul {
		border-top: solid 1px rgba(0, 0, 0, 0.1);
		 
	}
	.nav_link ul{
		border-bottom: solid 1px rgba(255, 255, 255, 0.6);
		padding-top:20px;
	}
	.nav_link ul li ul {
		position:static;
	}
 }

@media(max-width:575px){
	.footer_left, .footer_right {
		text-align: center;
	}
}

.heading_sec{
	position: relative;
	z-index: 1;
	text-align:center;
	margin-bottom: 30px;
}
.heading_sec p{
    max-width: 800px;
    margin: 0px auto;
	line-height:normal;
}
@media(max-width:992px){
	.heading_sec{
		margin-bottom: 15px;
	}
}
.trustedsupport_sec{
	position: relative;
    background: url(../images/trustedsupport_bg.jpg) no-repeat;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.features_box{
	position: relative;
	background: #fff;
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .08);
	margin: 0px 6px 5px;
	transition: all 0.3s;
	display: inline-block;
	transform: scale(1);
	max-width: 480px;
}
.features_box:hover{
	/* background:#ff5468;
	transform: scale(1.05); */
}
.features_img {
    position: relative;
    margin-bottom: 25px;
    border-bottom-left-radius: 120px;
    overflow: hidden;
}
.features_img img {
    width: 100%;
}
.features_content{
	padding:0 15px;
}
.features_content .features_title {
    font-size: 32px;
    line-height: 30px;
    margin: 0px 0px 10px;
    color:#ff5468;
}
.features_content .features_title a{
	/* color:#ff5468; */
}

.features_content p {
	color:#000;
	margin-bottom: 25px;
}
.features_box:hover .features_title, .features_box:hover .features_content p{
	/* color:#fff; */
}
.bottom_text{
	font-size: 28px;
	font-weight: 300;
}
.bottom_text span {
    vertical-align: middle;
}
.bottom_text span a{
	position:relative;
}
.uline{
	position: relative;
	font-style: normal;
	display: inline-block;
}
.uline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #000;
    
}

@media(max-width:992px){
	.features_img img{
		border-bottom-left-radius: 90px;
	}
	.features_content .features_title {
		font-size: 29px;
		margin: 0px 0px 0px;
	}
}
@media(max-width:767px){
	.features_box{
		min-height: auto;
		margin: 15px 0;
	}
	.features_img{
		margin-bottom: 20px;
		border-bottom-left-radius: 80px;
	}
	.features_content .features_title {
		font-size: 25px;
	}
	.features_content p{
		font-size: 18px;
	}
	.bottom_text{
		line-height: 26px;
	}
	.bottom_text span{
		font-size: 22px;
	}
	.bottom_text img{
		height:20px;
	}
}
.about_left{
	margin-right: 40px;
}
.about_left > figure{

}
.about_left .about_img1{
	position: relative;
	border-radius: 0px 50px 0px 50px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 78%;
	background-color: #e6ebeb;
}
.about_img1 iframe {
    width: 100%;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    vertical-align: top;
}
.about_left .about_img2{
	position: relative;
	border-radius: 70px 0px 70px 0px;
	overflow: hidden;
	bottom: -95px;
	padding-top: 151%;
	background-color: #e6ebeb;
}
.about_left .about_img1 img,.about_left .about_img2 img{
	min-width: 100%;
	width: auto;
	border: #ccc solid 1px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;
	height: 101%;
	max-width: 400%;
}
.best_experience{
	position: relative;
	display: flex;
	background: #e6ebeb;
	padding: 15px 15px;
	border-radius: 40px 0px;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	font-size: 21px;
}
.best_experience .icon{
    height: 60px;
    width: 60px;
    display: flex;
    background-color: #ff5468;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    flex: 60px 0 0;
}
.best_experience .icon img{
    width: 60%;
}
.best_experience .text{
	font-size: 24px;
	line-height: 25px;
}
@media(max-width:768px){
	.best_experience .text{
		font-size: 20px;
	}
}
.about_right{
	/* margin-left: 15px; */
}
.about_right h3{
	position: relative;
	font-size: 50px;
	/* font-weight: 600; */
	color: #002157;
	margin: 0px 0px 10px;
	text-transform: capitalize;
	padding-bottom: 10px;
}
.about_right p{
    font-weight: normal;
}
.about_btn{
	margin: 25px 0px;
}
.about_btn span{
	background: #e6ebeb;
    padding: 4px 8px;
    border-radius: 0px 10px 0px 10px;
    margin-right: 15px;
}
.about_btn span i{
	font-size:20px;
	color:#ff5468;
}

@media(max-width:991px){
	.about_left {
		margin: 0px;
	}
	.about_right{
		margin-left:0px;
		margin-top:30px;
	}
}
@media(max-width:767px){
	.about_right h3{
		font-size: 35px;
	}
}
@media(max-width: 576px){
	.about_left .about_img1{
		margin: 0;
		bottom: 0;
		border-radius: 0px 50px 0px 50px;
	}
	.about_left .about_img2{
		bottom: 0;
		padding-top: 151%;
		border-radius: 50px 0px 50px 0px;
	}
	.best_experience{
		margin-top: 10px;
	}
}
.nestling_sec{
	position: relative;
	background: #dceaf4 url(../images/nestling_bg.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.pricing-table {
    position: relative;
    margin: 10px auto 0px;
    max-width: 1087px;
    padding: 0px 15px;
    border-radius: 40px;
}
.pricing-table .table{
	border-color:transparent;
}
.pricing-table .table thead tr th {
	text-align: center;
	padding: 15px 20px 10px;
}

.pricing-table .table thead tr th:nth-child(2) {
	background: #44a990;
	color: #fff;
	border-radius: 30px 30px 0px 0px;
}
@media(max-width:768px){
	.pricing-table .table thead tr th {
		text-align: center;
		padding: 5px;
	}
	.pricing-table .table thead tr th:nth-child(2) {
	    /* border-radius: 15px 15px 0px 0px; */
	}
	.pricing-table {
	    border-radius: 15px;
	}
}
.pricing-table .table thead tr th strong{
	font-weight: 500;
	font-size: 25px;
	line-height: 0;
}
.pricing-table .table tbody{
	border-top:none;
	background:#fff;
}
.pricing-table .table tbody tr th{
	border-top: none;
	font-weight: 500;
	line-height: 25px;
	padding: 15px 10px 10px 20px;
	font-size: 18px;
}
.pricing-table .table tbody tr th .bi-chevron-right{
	font-size:12px;
	position: relative;
	top: -2px;
}
.pricing-table .table tbody tr td .bi-check-lg{
	font-size: 24px;
}
.pricing-table .table tbody tr td .bi-x{
	font-size: 26px;
	line-height: 0;
}

.pricing-table .table tbody tr th .d-flex{
	align-items: flex-start;
}
@media(max-width:768px){
	.pricing-table .table tbody tr th .d-flex{
		align-items: flex-start;
	}
}
.pricing-table .table tbody tr:first-child th{
	border-top-left-radius: 30px;
}
.pricing-table .table tbody tr:first-child td:nth-child(3){
	border-top-right-radius: 30px;
	width: 212px;
}
@media(max-width:768px){
	.pricing-table .table tbody tr:first-child td:nth-child(3){
		width: 80px;
	}
}
.pricing-table .table tbody tr td:nth-child(3){
	color:#ff5468;
	vertical-align: middle;
}
.pricing-table .table tbody tr td:nth-child(2) {
	background: #44a990;
	color:#fff;
	width: 220px;
	vertical-align: middle;
}
@media(max-width:768px){
	.pricing-table .table tbody tr td:nth-child(2) {
		width: 87px;
	}
}
.pricing-table .table tbody tr:last-child td:nth-child(2) {
	background:#fff;
}
.pricing-table .table tbody tr:last-child td:nth-child(2) span{
	background: #44a990;
	display: block;
	border-radius: 0px 0px 30px 30px;
	min-height: 55px;
	padding: 10px;
	margin-top: -1px;
}
.pricing-table .table tbody tr th,.pricing-table .table tbody tr td{
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.pricing-table .table tbody tr:last-child th, .pricing-table .table tbody tr:last-child td {
	border-bottom: none;
}
.pricing-table .table tbody tr:last-child th{
	border-bottom-left-radius: 30px;
}
.pricing-table .table tbody tr:last-child td:nth-child(3){
	border-bottom-right-radius: 30px;
}

@media(max-width:1024px){
	.pricing-table{
		max-width:100%;
	}
	.pricing-table .table thead tr th strong {
		font-size: 16px;
	}
	.pricing-table .table tbody tr th {
		font-size: 18px;
	}
}
@media(max-width:767px){
	.pricing-table .table tbody tr:last-child td:nth-child(2) span{
		min-height: 70px;
	}
}
@media(max-width:575px){
	.pricing-table {
        padding: 0px;
    }
	.pricing-table .table tbody tr:last-child td:nth-child(2) span{
		min-height: 70px;
	}
	.pricing-table .table tbody tr th{
		padding: 10px;
	}
}
@media(max-width:480px){
	.pricing-table .table tbody tr th{
		padding: 10px 5px;
		line-height: 17px;
		font-size: 15px;
	}
	
}
.nestlingdifference_sec{
	position: relative;
	background: #faf1ed url(../images/nestlingdifference_bg.jpg) no-repeat;
	z-index: 0;
	background-size: 100%;
	background-position: left bottom;
}
.nestling_card{
	position:relative;
	background:#faf1ed;
	border:1px solid #b7734e;
	border-radius:0px 50px 50px 50px;
	margin-bottom:40px;
	padding: 15px 20px 15px 45px;
	margin-left: 30px;
	min-height: 255px;
}
.nestling_card ul{
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
}
.nestling_card ul li{
	padding-left: 20px;
	position: relative;
	/* font-size: 18px; */
	color: #404040;
}
.nestling_card ul li:before {
    content: "\F134";
    position: absolute;
    left: 0;
    top: 3px;
    font-family: "bootstrap-icons";
    color: #b7734e;
    font-size: 13px;
}
.number_box{
	position: absolute;
	background: #ff5468;
	width: 60px;
	height: 60px;
	line-height: 68px;
	left: -30px;
	border-radius: 50px;
	font-size: 35px;
	font-family: "El Messiri", sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
@media(max-width:768px){
	.number_box{
		width: 40px;
		height: 40px;
		line-height: 48px;
		left: -20px;
		font-size: 25px;
	}
}
.nestling_card h4{
	font-size: 22px;
	color:#000;
	font-family:"Jost", sans-serif;
	font-weight:500;
}
.nestling_card p {
    color: #404040;
    margin-bottom: 0px;
    line-height: normal;
}
@media(max-width: 1200px){
	.nestlingdifference_sec{
		padding-bottom: 30%;
	}
}
@media(max-width: 768px){
	.nestling_card h4{
		font-size: 20px;
	}
	
	.nestlingdifference_sec .main_heading{
		margin: 0 0 0px;
	}
	.nestling_card{
		margin-right: 0px;
		margin-left: 20px;
		padding: 15px 15px 15px 25px;
		border-radius: 0px 40px 40px 40px;
		margin-bottom: 20px;
		min-height: auto;
	}
}
.list_bar{
    list-style: none;
    padding: 0;
    margin: 0;
}
.list_bar li {
    position: relative;
    padding: 0 0 10px 22px;
    line-height: normal;
}
.list_bar li:before {
    content: "\F26A";
    position: absolute;
    left: 0;
    top: 5px;
    font-family: "bootstrap-icons";
    color: #002157;
    font-size: 15px;
}
.howitworks_sec{
	background:#f2f7fd;
}
.howitworks_card {
	position: relative;
	width: 100%;
	margin: 0px auto 50px;
	padding: 0px;
}
.howitworks_card .road {
	content: '';
	position: sticky;
	width: 20px;
	height: 20px;
	background: #002157;
	top: 70%;
	left: 49.5%;
	border-radius: 50px;
	display: inline-block;
	z-index: 0;
}
.howitworks_card .road::before {
	content: '';
	position: absolute;
	width: 5px;
	background: #8596b2;
	bottom: 20px;
	left: 50%;
	margin-left: -3px;
	display: inline-block;
	height: 2000px;
	z-index: -1;
}
@media(max-width:768px){
	.howitworks_card .road {
		content: '';
		position: sticky;
		left: 0;
	}
}
.howitworks_box {
	padding: 0px;
	position: relative;
	background: inherit;
	width: 45%;
	margin-top: -27px;
}
.howitworks_box.left {
	left: 0;
}
.howitworks_box.right {
	left: 55%;
}

.howitworks_box.right::after {
	left: -8px;
}
.howitworks_box.right::before {
	left: 8px;
}
.howitworks_box .icon {
	position: absolute;
    display: inline-block;
    width: 110px;
    height: 110px;
    padding: 9px 0;
    top: -60px;
    overflow: hidden;
    background: #fff;
    border: 5px solid #44a990;
    border-radius: 100%;
    color: #006E51;
}
.howitworks_box .howitworks_content {
	padding:70px 35px 30px;
    background: #44a990;
    position: relative;
    border-radius: 25px 0px 25px 25px;
}
.howitworks_box.right .howitworks_content {
	padding: 65px 15px 15px;
	border-radius: 0px 25px 25px 25px;
}
.color1{
	background:#fff0e0 !important;
}
.color1 .icon{ 
	border: 5px solid #fff0e0 !important;
}
.color2{
	background:#fcdce0 !important;
}
.color2 .icon{ 
	border: 5px solid #fcdce0 !important;
}
.howitworks_box .howitworks_content h2 {
	margin: 0 0 10px 0;
	font-size: 30px;
	color: #fff;
}
.howitworks_box .howitworks_content .list_bar li,
.howitworks_box .howitworks_content .list_bar li:before {
	color: #fff;
}
.howitworks_box .color1 h2,
.howitworks_box .color2 h2,
.howitworks_box .color1 .list_bar li:before,
.howitworks_box .color2 .list_bar li:before{
	color: #002157;
}
.howitworks_box .color1 .list_bar li,
.howitworks_box .color2 .list_bar li{
	color: #000;
}


@media (max-width: 767.98px) {
	.howitworks_box .howitworks_content h2 {
		font-size: 25px;
	}
	.howitworks_card{
		margin-bottom:30px;
	} 
	.howitworks_box {
		width: 90%;
		margin-left: 10%;
		margin-top: 0px;
	}
	.howitworks_box .howitworks_content{
		margin: 35px 0 70px;
		padding: 65px 15px 15px;
		border-radius: 0 25px 25px 25px;
	}
	.mb_0{
		margin-bottom:0px !important;
	}
	.howitworks_box.right {
		left: 0%;
	}
}
@media (max-width: 480px) {
	.howitworks_sec .heading_sec{
		margin-bottom: 80px;
	}
}
.clients_sec{
	background:#edf6f5;
}
.clients_sec .heading_sec{
	margin-bottom: 15px;
}
.testimonial_item {
    position: relative;
    background-color: #FFF;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 30px 40px 78px;
    margin:20px;
    box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.1);
    min-height: 285px;
}
.testimonial_top_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0px;
	position: absolute;
	left: 40px;
	bottom: 10px;
	right: 40px;
}
@media(max-width:768px){
	.testimonial_item {
	    border-top-right-radius: 40px;
	    border-bottom-left-radius: 40px;
	    padding: 25px;
	}
	.testimonial_top_box {
		position: static;
		margin-top:20px;
	}
}
.testimonial_author_box{
	display: flex;
	align-items: center;
	gap: 15px;
}
.testimonial_thumb {
    position: relative;
    /* margin-right: 25px; */
    border-radius: 50px;
    overflow: hidden;
    width: 85px;
    height: 85px;
    box-shadow:0 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.testimonial_thumb img{
	width:100%;
	min-height: 100%;
}
.testimonial_info {
	position:relative;
	padding-left: 45px;
}
.testimonial_info span {
	font-size: 25px;
	color: #000;
	line-height: 25px;
}
.testimonial_info:before {
	content: "\F4DA";
	left: 0;
	top: -5px;
	font-family: "bootstrap-icons";
	color: #ff5468;
	font-size: 20px;
	height: 35px;
	width: 35px;
	display: inline-block;
	background-color: #ececec;
	text-align: center;
	border-radius: 100px;
	vertical-align: baseline;
	line-height: 35px;
	margin-right: 8px;
	position:absolute;
}
.testimonial_info span b {
    font-weight: 400;
    color: #ff5468;
}
@media(max-width:768px){
	.testimonial_info span b {
	    font-size: 18px;
	    display: block;
	}
	.testimonial_info:before {
		content: "\F4DA";
		top: 0px;
		font-family: "bootstrap-icons";
	}
}
.testimonial_icon {
	text-align: right;
}
.testimonial_content P {
    line-height: normal;
    color:#555555;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.testimonial_slide .owl-carousel .owl-nav.disabled{
	display:block;
}
.testimonial_slide .owl-next {
    background: url(../images/right.png) top left no-repeat;
	background-size: cover;
    width: 45px;
    height: 49px;
    right: -30px;
    margin-top: -22px;
}
.testimonial_slide .owl-prev {
    background: url(../images/left.png) top left no-repeat;
	background-size: cover;
    width: 45px;
    height: 49px;
    left: -30px;
    margin-top: -22px;
}

@media (max-width:1350px) {
	.testimonial_slide .owl-next {
		right: 0px;
	}
	.testimonial_slide .owl-prev {
		left: 0px;
	}
}
@media (max-width:575px) {
	.testimonial_thumb{
		width: 60px;
		height: 60px;
		/* margin-right: 15px; */
	}
	.testimonial_info span {
		font-size: 22px;
	}
	.testimonial_icon {
		margin-right: 0px;
		max-width: 50px;
	}
}
.blog_sec{
	/* padding-bottom:20px; */
}
.blog_sec .heading_sec{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media(max-width:992px){
	.blog_sec .heading_sec {
		margin-bottom: 20px;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: space-around;
	}
}
.blog_sec .heading_sec .main_heading{
	text-align: left;
    padding: 0px;
    margin: 0px;
}
.blog_btn{
	font-size:21px;
	color:#002157;
}
@media(max-width:768px){
	.blog_btn{
		font-size:18px;
	}
}
.blog_btn i{
	vertical-align: middle;
}
.blog_btn:hover{
	color:#ff5468;
}

.blog_project {
    position: relative;
    margin: 0 0 30px;
}
.blog_project_thumbnail {
	display: block;
	width: 100%;
	padding: 0px 15px;
	position: relative;
	z-index: 1;
}
.n_img {
	margin-bottom: 20px;
	position: relative;
	padding-top: 65%;
	overflow: hidden;
	border-radius: 25px;
}
.n_img .middle_img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: none;
	transform: translate(-50%, -50%);
	width: 100%;
	min-width: 100%;
	min-height: 100%;
}
.caption_h {
	position: static;
	text-align: left;
	background: #fff;
	padding: 140px 15px 55px;
	margin-top: -140px;
	transition: all 0.3s;
	box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.2);
	border-top-right-radius: 45px;
	border-bottom-left-radius: 45px;
	min-height: 415px;
}
@media(max-width:768px){
	.caption_h {
		min-height:auto;
		padding: 140px 15px 100px;
	}
}
.caption_h h3 {
	font-family:'Jost', sans-serif;
	font-size: 22px;
	position: relative;
	margin: 0px 0px 10px;
	font-weight: 600;
	line-height: 30px;
	color:#002157;
}
.caption_h h3 a{
	transition: all 0.3s;
	color:#002157;
	min-height: 60px;
	display: block;
}
.caption_h h3 a:hover{
	color:#ff5468;
	text-decoration: none;
}
@media(max-width:768px){
	.caption_h h3 {
		font-size: 22px;
		margin: 0px 0px 15px;
		line-height: 25px;
	}
	.caption_h h3 a{
		min-height: auto;
	}
}

.date_text {
	position: absolute;
	top: 17px;
	left: 32px;
	width: 62px;
	height: 72px;
	padding-top: 9px;
	background: #ff5468;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-transform: uppercase;
}
.date_text span {
    font-weight: 700;
    font-size: 27px;
    line-height: 23px;
    text-align: center;
}
.date_text span b {
    font-size: 16px;
    font-weight: 400;
}
.blog_author {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 25px;
}
.post_card_details .blog_author {  
    position: static; 
}
@media(max-width:768px){
	.blog_author {
		flex-direction:column;
		align-items:center;
	}
}
.blog_author a,
.blog_author > div span{
    text-decoration: none;
    color: #9f9f9f; 
}
.blog_author > div span b{
	color:#002157;
	font-weight:normal;
}
.blog_author a i, .blog_author > div i{
	background: #ededed;
    padding: 2px 6px;
    border-radius: 50px;
    font-size: 15px;
	color:#ff5468;
}
.blog_author a.read_more {
    color: #002157;
    font-weight: 500;
    display: flex;
}
.blog_author a.read_more i {
    background: transparent;
    padding: 0px;
    font-size: 20px;
}
.howitworks_box{ 
	transition: all 0.3s;
	opacity: 0.3;
}
#step1.active{
	opacity: 1 !important;
}
#step2.active{
	opacity: 1 !important;
}
#step3.active{
	opacity: 1 !important;
}
#step_end{
	opacity: 0.3;
	transition: all 0.3s;
}
#step_end.active{
	opacity: 1 !important;
}
.howitworks_sec .heading_sec{
	margin-bottom:0;
}
.howitworks_sec .heading_sec h2{
	background: #f2f7fd;
	padding-top: 40px;
	display: inline-block;
	margin: auto;
	padding-bottom: 40px;
}
@media(max-width:768px){
	.howitworks_sec .heading_sec h2{
		display: block;
	}
}
.faq_text{
	padding-left: 30%;
}
@media(max-width:1200px){
	.faq_text{
		padding-left:0;
	}
}
.modal-content:after {
	content: '';
	left: -8px;
	right: -8px;
	top: -8px;
	bottom: -8px;
	border: rgb(0 56 255 / 20%) solid 15px;
	position: absolute;
	border-radius: 24px;
	z-index: -1;
}
.modal {
  transform: rotateX(-90deg);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.modal.show {
  opacity: 1;
  transform: rotateX(0deg);
}
.modal .modal-dialog {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) !important;
    margin: 0 auto;
}
.modal .modal-dialog.large_dialog {
	max-width: 1300px;
}
.modal-body {
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
}
 .or_separate {
     width: 100%;
     display: block;
     text-align: center;
     position: relative;
     width: 100%;
     margin: 35px 0;
     height: 1px 
}
 .or_separate:before {
     width: 100%;
     content: "";
     height: 1px;
     display: block;
     background-color: #e0e0e0;
     position: absolute;
     top: 0 
}
 .or_separate span {
    background-color: #fff;
    position: absolute;
    line-height: 10px;
    white-space: nowrap;
    top: -5px;
    padding: 0 10px;
    color: gray;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
}
.forgot_txt{
     margin-bottom: 20px;
     text-align: right;
     cursor: pointer;
}
.forgot_txt a{
     color: #000;
}
.forgot_txt a:hover{
     color: #000;
}
.modal-header {
    padding: 20px 35px;
}
.modal-title {
    color: #002157;
    line-height: 1;
    font-size: 30px;
}
.modal-footer {
    padding: 15px 30px;
}
.modal-body {
    padding: 35px;
}
.modal-content {
    border-radius: 15px;
}
@media(max-width:768px){
	.modal-header {
	    padding: 15px 10px;
	}
	.modal-footer {
	    padding: 5px;
	}
	.modal-body {
	    padding: 15px 10px;
	}
}
.alert {
     padding: 7px 10px;
     margin-bottom: 10px;
     border: none;
     line-height: 1.4;
     text-align: center;
}
 .alert-success {
     color: #15761c;
     background-color: #e7ffe9;
}
 .alert-info {
     color: #075da9;
     background-color: #d9f3ff;
}
 .alert-warning {
     color: #b56400;
     background-color: #fdffc3;
}
 .alert-danger {
	color: #da0000;
	background-color: #ffd9d9;
}
.input_box{
     width: 100%;
     margin: 0 0 16px;
     padding: 0 10px 0 35px;
     border: solid 1px #ababab;
     /* font-size: 16px; */
     height: 50px;
     outline: none;
     border-radius: 5px;
     position: relative;
     background-color: #fff;
}
 .input_box i{
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 15px;
}
 .input_box input, .input_box select{
     border: none !important;
     margin: 0 !important;
     height: 50px !important;
     background-color: transparent !important;
     padding: 0 0 0 7px !important;
}

.full_btn{
	display: block !important;
	width: 100%;
}
.user_dropdown{
	position: relative;
	margin-left: 15px;
}
.user_dropdown ul {
    background-color: #ffffff;
    box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 18%);
    border-radius: 10px;
    padding: 15px 10px;
    position: absolute;
    z-index: 11;
    left: auto !important;
    right: 5px !important;
    border: none;
    top: 25px !important;
}
@media (min-width: 897px) {
    .user_dropdown ul:before {
        content: "";
        position: absolute;
        top: -10px;
        right: 60px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 16px solid #fff;
    }
}
.user_dropdown ul li{
	font-size: 17px;
}
.user_dropdown ul li a{
	border-radius: 10px;
	text-align: left;
	padding: 7px 10px;
	font-size: 17px;
}
.user_dropdown ul li a i {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #ff414d;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    line-height: 31px;
    color: #ffffff;
}
.admin_list{
	display: inline-flex;
	padding: 7px 10px;
	gap: 10px;
	align-items: center;
	border-bottom: #e3e3e3 solid 1px;
	margin-bottom: 10px;
}
.admin_list figure{
	display: inline-block;
	background-color: #ffffff;
	border-radius: 100px;
	overflow: hidden;
	height: 30px;
	width: 30px;
	vertical-align: top;
	margin: 0;
}
.admin_list figure img{
	width: 102%;
	min-height: 100%;
	max-width: none;
}
.admin_list p{
	color: #000;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 120px;
}
.admin_list p span{
	display: block;
	font-size: 13px;
	color: #6f6f6f;
}
@media (max-width: 540px) {
    .top_link .dropdown a{
        display: inline-flex !important; !important;
        margin: 0 !important;
    }
    .top_link .dropdown >a{
        padding: 0 5px 0 0;
    }
}


.nav.popup_tab{
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
.popup_tab .nav-item{
	flex: 1;
}
.popup_tab .nav-item .nav-link{
	text-align: center;
	background-color: #eaeaea;
	border-radius: 10px;
	color: #000;
	padding: 11px;
	font-weight: 500;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
}
.popup_tab .nav-item .nav-link img{
	height: 0;
}
.popup_tab .nav-item .nav-link.active{
	background-color: #002157;
	color: #fff;
}
.popup_tab .tab-pane{
}
@media (max-width: 896px) {
    .header_body.center_logo {
        justify-content: center;
    }
	.label_block{
		display: block;
	}
}
.chat_list .nav-tabs li > div>a {
    color: #000;
    display: flex;
    gap: 15px;
    align-items: center;
}
@media(max-width:896px) {
    header{
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .1);
    }
}
.no_banner {
    padding-right: 0 !important;
}
.caregiver_details{
	display: flex;
	justify-content: space-between !important;
	gap:10px;
	flex-wrap: wrap;
}
@media(max-width: 540px){
	.caregiver_details{
		flex-direction: column-reverse;
        margin-top: 25px;
        gap: 25px;
	}
	.caregiver_details .btn{
		padding: 0 10px;
        font-size: 15px;
        margin: 0 2px;
	}
	.caregiver_details .btn i{
		display: none;
	}
}
