:root {
	--blue: #254777;
	--yellow: #ece058;
}
body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

/* .dropdown:hover>.dropdown-menu {
  display: block;
} */

strong, .text-strong, .medium-text {
	font-weight: 500;
}

/* .title{
	width: 100%;
	padding: 150px;
} */

.lite-text {
	font-weight: 300;
}

.color-blue {
	color: #254777;
}

.thin-text {
	font-weight: 100;
}

.bg-gray {
	background: #F6F6F6;
}

.italic-text {
	font-weight: 300;
	font-style: italic;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 500;
}
.text-black {
	color: #000;
}
.number-title {
	color: #ece058;
	font-weight: 400;
}

.btn-primary {
	background: #254777;
	border-radius: 5px;
	padding: 9px 40px;
	border: 0;
	transition: all 0.3s linear;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	/* opacity: 0.6; */
	color: #ddd;
	background: #254777a2;
	/* background: #004e56!important;*/
	box-shadow: none!important;
}
.cursor-pointer {
	cursor: pointer;
}
.outline-0 {
	outline: none;
}
.outline-0:hover {
	outline: none;
}
/**Text Sizes**/

.size10 {
	font-size: 10px;
}
.size12 {
	font-size: 12px;
}
.size14 {
	font-size: 14px;
}

.size16 {
	font-size: 16px;
}

.size18 {
	font-size: 18px;
}

.size20 {
	font-size: 20px;
}

.size22 {
	font-size: 22px;
}

.size24 {
	font-size: 24px;
}

.size26 {
	font-size: 26px;
}

.size28 {
	font-size: 28px;
}

.size30 {
	font-size: 30px;
}

.size32 {
	font-size: 32px;
}

.size34 {
	font-size: 34px;
}

.size36 {
	font-size: 36px;
}

.size37 {
	font-size: 37px;
}

.size38 {
	font-size: 38px;
}

.size42 {
	font-size: 42px;
}

.size46 {
	font-size: 46px;
}

.size50 {
	font-size: 50px;
}

.size52 {
	font-size: 52px;
}

.size60 {
	font-size: 60px;
}

.size75 {
	font-size: 75px;
}

.size90 {
	font-size: 90px;
}

.line-height-normal {
	line-height: normal;
}

.letterspace1 {
	letter-spacing: 0.2em;
	width: 100%;
	padding: 30px;
}

.letterspace2 {
	letter-spacing: 0.1em;
}

.letterspace3 {
	letter-spacing: 3px;
}
.letterspace4 {
	letter-spacing: 4px;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-semi-bold {
	font-weight: 600;
}

.element-li li>span>a {
	color: #32588a;
}

.section-heading {
	text-align: center;
}

.section-heading h2 {
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 36px;
}

.section-heading h3 {
	/* color: #4D4D4D; */
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 3px;
}

.section-heading p {
	margin-bottom: 30px;
	color: #212529;
	letter-spacing: normal;
	font-size: 22px;
	font-weight: 300;
}

.number-count {
	background: #254777;
	height: 25px;
	width: 26px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	color: #fff;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 500;
}

.border-right-blue {
	border-right: 1px solid #254777;
}

.border-left-blue {
	border-left: 1px solid #254777;
}

.mb-100 {
	margin-bottom: 100px;
}
.bg-yellow {
	background: #ece058;
}
.list-style-disc {
	list-style-type: disc!important;
}
.list-style-disc li::before {
	display: none;
}
.img-hover-effect-1 img {
    transition: transform 8s ease-out;
    -webkit-transition: transform 8s ease-out;
    -moz-transition: transform 8s ease-out;
    -o-transition: transform 8s ease-out;
}
.img-hover-effect-1:hover img {
	transform: scale(1.1);
}
.img-hover-effect-1:hover h4 {
	text-decoration: underline!important;
}
/* end common css */

/* start navbar */

.navbar {
	padding: 10px;
	/* background: #FAFAFD; */
	background: #fff;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active {
	color: #284c79;
}

.navbar-light .navbar-nav .nav-link {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	color: #111;
	font-weight: 500!important;
	outline: 0;
}

.navbar-light .navbar-nav .show>.nav-link {
	color: #284c79;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	background: #fff;
	/* background: #FAFAFD; */
	color: #284c79;
}

.nav-item.active .nav-link:hover, .nav-item.active .nav-link:focus {
	color: #284c79;
}

.navbar-nav>li>.dropdown-menu {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-backdrop-filter: blur(19px);
	backdrop-filter: blur(19px);
	/* box-shadow: 0 3px 30px 0 rgba(0,0,0,.16); */
	background-color: #fff;
	/* background-color: #FAFAFD; */
	top: auto;
	border: none;
	border-radius: 9px;
	padding: 20px 20px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #284c79;
}

.navbar-nav>li>.mega-dropdown-menu.show {
	display: flex;
	box-shadow: none;
	border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
	width: 200px;
	font-weight: bold;
}

.mega-dropdown {
	position: static !important;
	/* width: 100%; */
}

.mega-dropdown-menu {
	margin: 0 auto;
	padding: 20px 0px;
	width: 100%;
	border-radius: 5px;
	flex-wrap: wrap;
	left: -50%;
	transform: translateX(50%);
	box-shadow: none;
	border-bottom: 1px solid #ddd;
}

.mega-dropdown-menu>li>ul {
	padding: 0;
	margin: 0;
}

.mega-dropdown-menu>li>ul>li {
	list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #999;
	white-space: normal;
}

.mega-dropdown-menu>li ul>li>a:hover, .mega-dropdown-menu>li ul>li>a:focus {
	text-decoration: none;
	color: #444;
	background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
	color: #323232;
	font-size: 18px;
	font-weight: bold;
}

.mega-dropdown-menu form {
	margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
	margin-bottom: 3px;
}

.mega-dropdown-menu .menu-item-box-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}

.mega-dropdown-menu .menu-item-box {
	display: flex;
	/* max-width: 15%; */
	flex-direction: column;
	padding: 15px 10px;
	align-items: flex-start;
	transition: all 0.3s linear;
}

.mega-dropdown-menu .menu-item-box img {
	object-fit: contain;
	margin-bottom: 10px;
	width: 60px;
	padding: 10px;
	padding-left: 0;
	border-radius: 5px;
	transition: all 0.3s linear;
	/* padding-left: 20px; */
	/* background: #E2F0E1; */
}

.mega-dropdown-menu .menu-item-box:hover a .main-img {
	display: none;
}

.mega-dropdown-menu .menu-item-box:hover a .hover-img {
	display: block!important;
}

.mega-dropdown-menu .menu-item-box h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #888;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.mega-dropdown-menu .menu-item-box h3 {
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 7px;
	display: inline-block;
}

.mega-dropdown-menu .menu-item-box h3 a {
	color: #284c79;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	transition: all 0.3s linear;
}

.mega-dropdown-menu .menu-item-box.menu-icon-box:hover h3 a, .mega-dropdown-menu .menu-item-box h3:hover a {
	opacity: 0.7;
}

.mega-dropdown-menu .menu-item-box ul {
	padding: 0;
	list-style: none;
	color: #323232;
}

.mega-dropdown-menu .menu-item-box ul li a {
	color: #323232;
	font-size: 14px;
}

.mega-dropdown-menu .menu-item-box:hover>h3 a {
	color: #284c79;
}

.mega-dropdown-menu .menu-item-box p {
	font-size: 14px;
	font-weight: 100;
	line-height: 1.5;
	letter-spacing: normal;
}

.mega-dropdown-menu .more-menu-item-box {
	padding: 15px 30px;
}

.mega-dropdown-menu .more-menu-item-box:after {
	content: '';
	height: 80%;
	width: 1px;
	transform: translateY(10%);
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ddd;
}

.mega-dropdown-menu .more-menu-item-box h3 {
	margin: 0;
	padding-bottom: 4px;
}

.menu-icon {
	background: url('../assets/images/menuicons/down-arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 15px;
	height: 8px;
	margin-left: 0px;
	transform: translateY(8px);
	position: absolute;
}

.arrow-up {
	transform: rotate(180deg) translateY(-5px);
}

.dropdown-toggle::after {
	border: 0;
}

/* end navbar */

/* common banner */
.clipy-bg-gray {
	position: relative;
	z-index: 1;
}
.clipy-bg-gray::after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 100% 65%, 0% 100%, 0 100%);
	background: #f6f6f6;
	z-index: -1;
}
.common-banner {
	padding: 50px 0;
    background: #f6f6f6;
    position: relative;
}
.common-banner::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    height: 40px;
    width: 80px;
    background: #f6f6f6;
}
.common-banner-bg-yellow, .common-banner-bg-yellow::after {
	background: #ece058;
}
.banner-msg {
	padding: 25px;
	background: rgba(0, 0, 0, 0.4);
}

.btn-outline-pb {
	border: 2px solid #ece058;
	background-color: transparent;
	margin: 30px 10px;
	width: 180px;
	border-radius: 10px;
}

.btn-outline-pb-wide {
	width: 210px;
}

a.btn-outline-pb {
	color: rgb(0, 0, 0);
}

a.btn-outline-pb:hover, button.btn-outline-pb:hover {
	background-color: #ece058;
}

/* A Semi Circle */

.semicircle::before {
	content: '';
	position: absolute;
	top: -30px;
	display: inline-block;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	height: 40px;
	width: 80px;
	background: #e2f0e1;
}

.pbline {
	border-bottom: 2px solid #ece058;
}

.differenth1, .packagesh1, .solutionsh1 {
	color: #234876;
}

.item {
	min-width: 150px;
}

#service .item img {
	height: 82px;
}

/* get started */

.get-started-how-it-work::after {
	clip-path: none!important;
}

#full-faq {
	padding: 100px 0;
}

#full-faq .faq-area .card {
	border: 0;
	margin: 8px 0;
	overflow: visible;
}

#full-faq .faq-area .card .card-header {
	border: 0;
	padding: 0;
	border-radius: 10px;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	/* border: solid 1px #e3e8ec; */
	background-color: #f5f8fa;
}

#full-faq .faq-area .card .card-header h2 button {
	padding: 20px 30px;
	font-weight: 500;
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}

#full-faq .faq-area .card .card-header h2 button:focus {
	box-shadow: none;
}

#full-faq .faq-area .card .card-header h2 button span {
	color: #96a9b8;
}

#full-faq .faq-area .card .card-header.active {
	/* background-color: #fffef8; */
	background-color: #f5f8fa;
}

#full-faq .faq-area .card .card-header.active span {
	color: rgb(37 71 119);
}
#full-faq .faq-area .card ul {
	list-style: none;
}
#full-faq .faq-area .card ul li:before {
	content: '\2014';
	position: absolute;
	margin-left: -20px;
  }
/* start footer */

footer {
	background-color: #e2f0e1;
	padding: 50px 0;
	color: #234876;
}

.elements {
	padding: 40px 0;
}

.element {
	padding-bottom: 25px;
}

.elehead {
	padding-bottom: 20px;
}

.socicon {
	padding: 40px 15px;
}

.line {
	border-bottom: 2px solid #234876;
	width: 90%;
}

.copyright {
	color: #234876;
}

/* end footer */


.who-you-are-ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.who-you-are-ul li {
	width: 30%;
}
/* responsive */


/* start resource */
.resource-descriptions h2 {
	color: #4D4D4D;
    font-size: 36px;
    font-weight: 300;
    /* letter-spacing: 4px; */
}
.resource-descriptions p {
	font-size: 22px;
	font-weight: 300;
	padding: 10px 0 30px 0;
}
.resource-descriptions ul, ol > li {
	font-size: 22px;
	padding: .5rem 0;
	font-weight: 300;
}
/* end resource */

@media (max-width: 991.98px) {
	.border-sm-none {
		border: none!important;
	}
	.size-sm-16 {
		font-size: 16px!important
	}
	.w-180 {
		width: 180px;
	}
	/* start navbar */
	.navbar {
		padding: 5px;
	}
	.navbar-collapse {
		border-top: 1px solid #ddd;
		padding: 10px;
	}
	.navbar-nav>li>.dropdown-menu {
		box-shadow: none;
		border-radius: 0;
	}
	.mega-dropdown-menu {
		transform: translate(0);
		width: 100%;
	}
	.mega-dropdown-menu .menu-item-box {
		width: 100%;
		padding: 0 20px;
	}
	.navbar-nav>li>.mega-dropdown-menu.show {
		padding: 0;
	}
	.mega-dropdown-menu .menu-item-box img {
		display: none;
	}
	.mega-dropdown-menu .menu-item-box:hover a .hover-img {
		display: none!important;
	}
	.mega-dropdown-menu .more-menu-item-box h3 {
		padding: 2px 0;
	}
	.mega-dropdown-menu .more-menu-item-box:after {
		content: '';
		height: 0;
		width: 0;
	}
	.mega-dropdown-menu .menu-item-box {
		padding: 0px 10px;
	}
	.mega-dropdown-menu .menu-item-box h4 {
		margin: 10px 0;
	}
	.mega-dropdown-menu .menu-item-box-area {
		padding-left: 0;
	}
	/* end navbar */
	.who-you-are-ul li {
		width: 40%;
	}
}

/* start 0-575px */

@media (max-width: 575.98px) {
	.size-xs-20 {
		font-size: 20px!important
	}
	.size-xs-22 {
		font-size: 22px!important
	}
	.size-xs-24 {
		font-size: 24px!important
	}
	.size-xs-26 {
		font-size: 26px!important
	}
	.size-xs-28 {
		font-size: 28px!important
	}
	.border-xs-none {
		border: none!important;
	}
	.navbar-brand img {
		width: 190px;
	}
	.text-xs-center {
		text-align: center!important;
	}
	.border-xs-0 {
		border: 0;
	}
}

/* end 0-575px */

.nav-button {
	position: relative;
	z-index: 1111;
	border: solid 0px #f8f8f8;
	background-color: #e2f0e1;
	height: 42px;
	display: block;
	width: 50px;
	padding: 12px;
}

.nav-button #nav-icon3 {
	width: 24px;
	height: 22px;
	display: inline-block;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.nav-button #nav-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.nav-button #nav-icon3 span:nth-child(1) {
	top: 0
}

.nav-button #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
	top: 7px
}

.nav-button #nav-icon3 span:nth-child(4) {
	top: 14px
}

.nav-open #nav-icon3 span:nth-child(1) {
	top: 9px;
	width: 0;
	left: 50%
}

.nav-open #nav-icon3 span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.nav-open #nav-icon3 span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.nav-open #nav-icon3 span:nth-child(4) {
	top: 9px;
	width: 0;
	left: 50%
}