body {
	font-family: "Formular" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .1px;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	transition: all ease-in-out .25s;
	color: #337ab7;
}

a:hover {
	text-decoration: none;
}

.heading3 {
	color: #444;
	font-size: 38px;
	line-height: 53px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 300;
}

#drop-nav {
	display: none;
	height: 55px;
	position: fixed;
	top: 0;
	z-index: 5;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}

#drop-nav  .navbar {
	margin-bottom: 0;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
}

#drop-nav .navbar-default .navbar-nav > li > a {
	color: #606060 !important;
	font-size: 12px !important;
}

#drop-nav .navbar-default .navbar-nav > li > a:hover {
	color: #3daafd !important;
}

#drop-nav .navbar-brand img {
	width: 90px;
	margin-top: 9px;
}

.navbar-brand {
	float: left;
	height: auto;
	padding: 7px 15px 7px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand img {
	width: 110px;
}

#drop-nav .navbar-brand {
	padding: 0px 15px 0;
	margin-bottom: 0;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.menu {
	margin-top: 53px;
	float: right;
	text-align: right;
	width: auto;
}

#drop-nav .menu {
	margin-top: 25px;
	float: right;
	text-align: right;
}

#drop-nav .navbar-nav {
	float: none;
	margin: 0;
	display: inline-block;
	height: 32px;
}

#drop-nav .btn_grps {
	width: auto;
	float: none;
	display: inline-block;
}

#drop-nav .btn_grps {
	width: auto;
	float: right;
}

#drop-nav .navbar-nav {
	float: none;
	margin: 0;
	display: inline-block;
}

#drop-nav .navbar-default .navbar-nav > li > a {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
}

#drop-nav .navbar-default .navbar-nav > li > a:hover {
	color: #3ca7ee;
}

a.button2, .button2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid #fff;
	padding: 5px 22px !important;
	display: inline-block;
	text-decoration: none;
	background: #3ca7ee;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	height: 40px;
	line-height: 30px !important;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	margin: 5px 7px;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

a.button2:hover, .button2:hover {
	border: 1px solid #3ca7ee !important;
	color: #3ca7ee !important;
	background: transparent;
}

a.button2:focus, .button2:focus {
	outline: none !important;
}

.hading4, h4 {
	font-size: 27px;
	line-height: 48px;
	color: #3a3a3a;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

.hading5, h5 {
	font-size: 40px;
	font-family: "SourceSansProBold";
	font-weight: 700;
	line-height: 24px;
	color: #545454;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 1px;
}

a {
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.container {
	max-width: 1200px;
}

.main-nav-container {
	width: 100%;
	float: left;
	background: #fff;
	transition: .3s ease-in-out;
	position: relative;
}

.main-nav-container .container {
	position: relative;
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all .5s;
	z-index: 997;
	float: left;
	background: #fff;
}

.shape__squres {
	position: absolute;
	left: 58px;
	top: -119px;
	transform: rotate(23deg);
}

.navbar-brand {
	float: left;
	width: 150px;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0;
}

.content-part {
	width: 100%;
	float: left;
	background: #f6f6f6;
	position: relative;
	padding-top: 80px;
}

.headerbtncontainer {
	width: auto;
	float: right;
	text-align: right;
}

.navbar {
	padding: 0;
}

.navbar-collapse {
	margin-top: 0px;
}

.btnStle01, a.btnStle01 {
	background: #27a1e1;
	color: #fff;
	text-transform: capitalize;
	font-size: 17px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	border: 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	padding: 12px 25px;
	line-height: 53px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	margin: 0 0px 0 16px;
	text-decoration: none;
}

.chat-btn {
	background: url("/core/views/1e1dea0dea/assets_v2/css/../images/chat-bubble.png") no-repeat center right;
	width: 31px;
	height: 31px;
	border: 0;
	display: inline-block;
	-webkit-background-size: 90%;
	-moz-background-size: 90%;
	-ms-background-size: 90%;
	background-size: 90%;
	margin-left: 10px;
	--lzl-bg-img: "/core/views/1e1dea0dea/assets_v2/css/../images/chat-bubble.png";
}

.chat-btn.lzl:not(.lzl-ed), .chat-btn.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAED0lEQVR42u3BMQEAAADCoPVPbQdvoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4DcC8AABL9rASwAAAABJRU5ErkJggg==");
}

.chat-btn:focus {
	outline: none;
	box-shadow: none;
}

.addtoany_content {
	margin: 20px auto !important;
}

.detail__blog {
	width: 100%;
	float: left;
	padding: 80px 0;
	background: #fff;
}

.content_top {
	text-align: left;
	padding: 0 135px;
}

.list__text__content {
	padding-bottom: 30px;
	color: #636262;
	font-size: 18px;
	line-height: 30px;
	display: block;
	font-weight: 300;
}

.list__text__content .post {
	padding: 0 135px;
}

.detail__blog h1 {
	font-family: "SourceSansProBold";
	font-weight: 700;
	color: #141414;
	font-size: 62px;
	text-transform: inherit;
	margin: 0;
	letter-spacing: -.5px;
	line-height: 72px;
	width: 100%;
	float: left;
}

.featured_img {
	margin: 50px auto 50px;
	float: none;
	max-width: 900px;
	position: relative;
	text-align: center;
}

.detail__blog .featured_img img {
	width: 100%;
}

.thums__author {
	display: inline-block;
	margin: 15px 0;
	background: #35a2ec;
	color: #fff;
	position: absolute;
	right: 30px;
	bottom: -40px;
	padding: 18px 18px;
	border-radius: 10px;
}

h1, .heading_main1 {
	font: normal normal bold 50px/55px SourceSansProBold;
	letter-spacing: 0px;
	opacity: 1;
	color: #343434;
	position: relative;
}

h4, .heading_main4 {
	font: normal normal 500 22px/30px Spoof;
	letter-spacing: 0px;
	color: #262525;
}

h5, .heading_main5 {
	font: normal normal 600 30px/30px SourceSansProSemiBold;
	letter-spacing: 0px;
	color: #3f3f3f;
}

a.btn_login {
	border: 1px solid #27a1e1 !important;
	background: #fff !important;
	color: #333f48 !important;
	padding: 10px 25px !important;
}

a.btn_signup {
	background: #3da7ef;
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
	animation: blurBlue 2.5s infinite;
}

a.btn_signup:hover {
	color: #fff !important;
}

a.btn_login:hover {
	color: #27a1e1 !important;
}

@keyframes borderBlue {
	0% {
		background: #3da7ef;
	}
	
	50% {
		background: #3da7ef;
		box-shadow: 0 0 1px 5px rgba(61, 167, 239, .45);
	}
	
	100% {
		background: #3da7ef;
	}
}

@keyframes blurBlue {
	0% {
		background: #3da7ef;
	}
	
	50% {
		background: #3da7ef;
		box-shadow: 0 0 3px 2px #3da7ef;
	}
	
	100% {
		background: #3da7ef;
	}
}

@keyframes scale-blur {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.08);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes scale-triangle {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(.8);
	}
	
	100% {
		transform: scale(1);
	}
}

.messengers-container {
	position: fixed;
	width: 60px;
	height: auto;
	right: 24px;
	bottom: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column-reverse;
	z-index: 9999;
}

.messengers {
	display: flex;
	flex-direction: column-reverse;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	flex-wrap: nowrap;
	align-items: center;
	margin-left: -1px;
	padding-bottom: 72px;
	gap: 10px;
	cursor: pointer;
}

a.messenger-link {
	display: none;
	width: 50px;
	height: 50px;
	box-sizing: initial;
	transform-origin: center;
	font-size: 24px;
	text-align: center;
	transform: translateY(15px) scale(.7) rotate(90deg);
	opacity: 1 !important;
	background: none;
	margin: 0 !important;
}

a.messenger-link.email {
	height: 38px;
}

a.messenger-link img {
	width: 45px;
}

.chat-icon {
	display: block;
}

.chat-icon img {
	width: 60px;
}

#drop-nav .menu {
	width: 100%;
	display: flex;
	height: 80px;
	margin-top: 0;
	align-items: center;
	justify-content: space-between;
}

#drop-nav .btn_grps {
	display: flex;
	align-items: center;
}

#drop-nav .container {
	padding: 0;
}

#drop-nav .navbar-brand img {
	margin-top: 0px;
}

#drop-nav .navbar-brand {
	margin: 0;
	padding: 0;
	width: auto;
}

#drop-nav .navbar-collapse.collapse {
	padding: 0 !important;
}

#drop-nav .navbar-brand img {
	width: 110px;
}

a.button2, .button2 {
	margin: 0px 0px 0 7px;
	text-transform: capitalize;
	font-size: 17px;
	font-family: "Lato", sans-serif;
	letter-spacing: 0;
}

#drop-nav {
	top: 0px;
	height: 80px;
	background: #fff;
}

.t__onloadBttn {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .52);
	top: 0;
	left: 0;
	display: none;
}

.t__OnloadContain {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s ease-in-out;
	transform: scale(1.3);
	opacity: 0;
	padding: 15px 10px;
}

.t__onloadInner {
	width: 711px;
	height: auto;
	border-radius: 20px;
	padding: 5px;
	float: left;
	position: relative;
	background-color: #fff;
}

.t__onloadInner picture {
	width: 100%;
	height: 435px;
	background-color: #f00;
	background-image: url("/core/views/1e1dea0dea/assets_v2/css/../images/popBackImg.png");
	background-size: cover;
	float: left;
	border-radius: 17px;
	overflow: hidden;
	position: relative;
	--lzl-bg-img: "/core/views/1e1dea0dea/assets_v2/css/../images/popBackImg.png";
}

.t__onloadInner picture.lzl:not(.lzl-ed), .t__onloadInner picture.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArAAAAGmCAYAAACEI7etAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEfElEQVR42u3BAQEAAACCIP+vbkhAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwKsBuyUAAVdjamkAAAAASUVORK5CYII=");
}

.t__onloadInner picture::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(110.28deg, rgba(206, 11, 255, .67) 8.88%, rgba(10, 64, 255, .71) 86.2%);
	top: 0;
	left: 0;
}

.t__onloadInner article {
	position: absolute;
	width: 348px;
	top: 138px;
	left: 47px;
	z-index: 99;
	font-family: "Poppins", sans-serif;
}

.t__onloadInner article h4 {
	width: 100%;
	float: left;
	margin: 0 0;
	font-size: 20px;
	line-height: unset;
	color: #fff;
	font-family: "Poppins", sans-serif;
}

.t__onloadInner article h4 strong {
	display: block;
	margin: 20px 0 8px 0;
	font-size: 26px;
	font-weight: 600;
}

.t__onloadInner article span {
	width: 100%;
	float: left;
	margin: 18px 0 0 0;
	display: flex;
	flex-flow: row wrap;
	gap: 17px;
}

.t__onloadInner article span a.bttns {
	float: left;
	color: #000;
	background-color: #efdd3d;
	padding: 14px 29px;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
	border-radius: 8px;
	transition: .3s ease-in-out;
}

.t__onloadInner article span a.bttns:hover {
	background-color: #fff;
}

.closeIcon {
	position: absolute;
	right: 23px;
	top: 17px;
	font-size: 26px;
	-webkit-text-stroke: 2px #fff;
	color: #f00;
	cursor: pointer;
	user-select: none;
	z-index: 999;
}

@media (min-width: 240px) and (max-width: 500px) {
	.t__onloadInner article {
		position: absolute;
		width: 100%;
		top: 131px;
		right: 0;
		z-index: 99;
		font-family: "Poppins", sans-serif;
		padding: 1px 24px;
	}
}

@media (min-width: 501px) and (max-width: 810px) {
	.t__onloadInner article {
		position: absolute;
		width: 100%;
		top: 131px;
		right: 0;
		z-index: 99;
		font-family: "Poppins", sans-serif;
		padding: 1px 24px;
	}
}

.addtoany_share_save_container {
	display: flex;
	flex-flow: column-reverse;
	gap: 16px;
	margin: 9px 0 12px 0 !important;
	float: left;
	width: 100%;
}

.updatedText {
	color: #999;
	width: 100%;
	float: left;
	margin: -10px 0 15px 0;
}

.featured_img .updatedText {
	color: #999;
	width: 78%;
	float: left;
	margin: 4px 0 15px 0;
	text-align: left;
	padding: 0 0 0 0;
}

.navWrap {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menuInner {
	float: left;
}

.menuList {
	float: left;
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
	gap: 30px;
}

.menuList li {
	float: left;
	margin: 0;
	position: relative;
	padding: 26px 0;
}

.menuList li a {
	font-family: "raleway";
	color: #3b3b3b;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .6px;
}

.menuList li a:hover {
	color: #3da7ef;
}

.menuList li .sub-menu {
	position: absolute;
	left: 0;
	padding: 12px 26px;
	list-style: none;
	min-width: 240px;
	background: #fff;
	box-shadow: 0 2px 18px rgba(0, 0, 0, .12);
	border-radius: 15px;
	top: 65px;
	display: none;
}

.menuList li .sub-menu li {
	width: 100%;
	float: left;
	padding: 7px 0;
}

.menuList li .sub-menu li a {
	font-weight: 600;
	font-size: 12px;
	padding: 0 0;
}

.menuList li .sub-menu::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	top: -6px;
	left: 21px;
	transform: rotate(45deg);
}

#ez-toc-container {
	width: 100% !important;
	border: 1px solid #aaa !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	display: table !important;
	margin-bottom: 1em !important;
	padding: 12px 25px !important;
	position: relative !important;
	float: left !important;
	background-color: #fff !important;
}

#ez-toc-container ul {
	width: 100% !important;
	float: left !important;
	margin: 9px 0px 19px !important;
	padding: 14px 20px !important;
	background: #f0f0f0 !important;
}

#ez-toc-container a {
	color: #343f47 !important;
	font-size: 15px !important;
	margin: 4px 3px !important;
}

.footerNew {
	width: 100%;
	float: left;
	padding: 33px 0 34px 0;
	background: #161e29;
	font-family: "Inter";
	position: relative;
	overflow: hidden;
}

.footerNew::after {
	content: "";
	width: 400px;
	height: 400px;
	background-color: #455469;
	border-radius: 100%;
	top: -183px;
	right: -117px;
	position: absolute;
}

.footerContainer {
	width: 1140px;
	float: left;
}

.footerNew .footerHeader {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	padding: 0 15px 25px;
	border-bottom: 1px solid #3f4245;
	position: relative;
	z-index: 1;
}

.footerNew .footerHeader .footerHeaderInner {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footerNew .footerHeader .footerHeaderInner .footerLogo {
	float: left;
}

.footerNew .footerHeader .footerHeaderInner .footerLogo img {
	width: 120px;
}

.footerHeaderRight {
	float: left;
	display: flex;
	align-items: center;
	gap: 23px;
}

.footerHeaderRight h4 {
	width: 285px;
	float: left;
	display: flex;
	flex-flow: column;
	color: #fff;
	font-family: "Inter";
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.footerHeaderRight h4 small {
	width: 100%;
	float: left;
	color: #fff;
	font-family: "Inter";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 7px 0 0 0;
}

.footerHeaderRight a.imgBttn {
	width: 160px;
	float: left;
}

.footerHeaderRight a.imgBttn img {
	width: 100%;
}

.footerBody {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	margin: 35px 0 0 0;
	position: relative;
	z-index: 1;
}

.footerBody .footerBodyInner {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	gap: 30px;
}

.footBlock {
	width: 320px;
	float: left;
	margin: 20px 0 0;
}

.footBlock h5 {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #fff;
	font-family: "Inter";
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.footBlock h5 i {
	width: 30px;
	height: 30px;
	background-color: #5a5c7f;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 30px;
	font-size: 16px;
	color: #bbbfff;
}

.footBlock h5 i.fa-cog {
	background-color: #6e6a64;
	color: #fbac35;
}

.footBlock h5 i.fa-heart {
	background-color: #688276;
	color: #3fdd94;
}

.footBlock .footLinks {
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
	display: flex;
	flex-flow: row wrap;
	padding: 0;
	list-style: none;
}

.footBlock .footLinks li {
	width: 50%;
	float: left;
	margin: 5px 0 5px 0;
}

.footBlock .footLinks li a {
	width: 100%;
	float: left;
	color: #c7c7c7;
	font-family: "Inter";
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}

.footBlock.features {
	width: 775px;
	float: left;
}

.footBlock.features .footLinks li {
	width: 25%;
	float: left;
}

.footBlock.solutions {
	width: 100%;
}

.footBlock.solutions .footLinks li {
	width: 16.5%;
	float: left;
}

.footBlock .footLinks li a:hover {
	color: #007bc3;
}

.endFooterWrap {
	width: 100%;
	float: left;
	margin: 35px 0 0 0;
	display: flex;
	justify-content: center;
	border-top: 1px solid #3f4245;
	position: relative;
	z-index: 1;
}

.endFooterWrap .endFooterInner {
	width: 100%;
	float: left;
	margin: 18px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
}

.endFooterWrap .endFooterInner p {
	float: left;
	color: #afafaf;
	font-family: "Inter";
	font-size: 14px;
	font-weight: 300;
}

.endFooterWrap .endFooterInner p a {
	color: #afafaf;
}

.socialIcons {
	float: left;
	display: flex;
	gap: 8px;
}

.icon {
	background-color: #007bc3;
	min-width: 35px;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
}

.icon:hover {
	color: #007bc3;
	background-color: #fff;
}