/*
----------------------------------------------------------

#Maool Style

----------------------------------------------------------
*/

.displayBlock {
	display: block !important;
}

.displayNone {
	display: none !important;
}

.preloder {
	position:fixed;
	display:block;
	width:100%;
	height:100%;
	max-height:100%;
	background:#FFFFFF;
	overflow:hidden;
	z-index:999999;
}

.lm_section_loader {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.preloder .preloader-container {
	height: 30px;
	margin-top: calc(50vh - 15px);
	margin-left: calc(50vw - 80px);
	width: 160px;
}

.preloder.lm_section_loader .preloader-container{
	position: absolute;
	display: table-cell;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -60px;
	vertical-align: middle;
	text-align: center; 
}
 
.preloder .preloader-container .circle {
	border-radius: 50%;
	border: 5px #4b7bec solid;
	float: left;
	height: 30px;
	margin: 0 5px;
	width: 30px;
}

.preloder .preloader-container .circle-1 {
	animation: move 1s ease-in-out infinite;
}

.preloder .preloader-container .circle-1a {
	animation: fade 1s ease-in-out infinite;
}

@keyframes fade {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.preloder .preloader-container .circle-2 {
	animation: move 1s ease-in-out infinite;
}

@keyframes move {
	0% {transform: translateX(0);}
	100% {transform: translateX(35px);}
}

.preloder .preloader-container .circle-1a {
	margin-left: -35px;
	opacity: 0;
}

.preloder .preloader-container .circle-3 {
	animation: circle-3 1s ease-in-out infinite;
	opacity: 1;
}

@keyframes circle-3 {
	0% {opacity: 1;}
	100% {opacity: 0;}
}


/* Menus */
.menu-light .menu-smart a {
	color: #191919;
}

@media (max-width: 959px) {
	.menu-light .menu-smart a {
		padding: 10px !important;
	}

	body.menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner {
		padding: 0px 0px 36px 0px;
	}
}

.menuLogin {
	background: #FFFFFF;
	font-weight: 700 !important;
	height: 40px !important;
	padding: 0 12px !important;
	margin-left: 8px !important;
	margin-right: 8px !important;
	line-height: 40px !important;
	display: inline-block;
	box-shadow: 0 0.2rem 0.5rem rgb(103 110 144 / 10%), 0 0 0 0.1rem rgb(103 110 144 / 5%);
	border-radius: 4px;
	transition: all 0.2s ease;
}

.menuLogin a {
	color: #4b7bec !important;
	font-weight: 700 !important;
}

.menuLogin:hover {
	box-shadow: 0 0.2rem 0.5rem rgb(103 110 144 / 20%), 0 0 0 0.1rem rgb(103 110 144 / 5%);
	transition: all 0.2s ease;
}

.menuRegister {
	background: #4b7bec;
	font-weight: 700 !important;
	height: 40px !important;
	padding: 0 12px !important;
	line-height: 40px !important;
	display: inline-block;
	box-shadow: 0 0.2rem 0.5rem rgb(103 110 144 / 10%), 0 0 0 0.1rem rgb(103 110 144 / 5%);
	border-radius: 4px;
	transition: all 0.2s ease;
}

.menuRegister:hover {
	background: #5185ff;
	box-shadow: 0 0.2rem 0.5rem rgb(103 110 144 / 20%), 0 0 0 0.1rem rgb(103 110 144 / 5%);
	transition: all 0.2s ease;
}

.menuRegister a {
	color: #ffffff !important;
	font-weight: 700 !important;
	padding: 0px 14px !important;
}

@media (max-width: 959px) {
	.menuLogin {
		height: auto !important;
		width: 80%;
		margin: 12px auto 20px auto !important;
	}

	.menuRegister {
		height: auto !important;
		width: 80%;
		margin: 0 auto !important;
	}
}

@media (min-width: 960px) {
	body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > ul > li:last-child > a,
	body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > ul > li:only-child > a {
		padding: 0px 14px !important;	
	}
}

#logo-container-mobile {
	padding: 18px 36px 18px 36px;
}


/* MainSection */
.mainSection {
	background: #FFFFFF;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 0;
}

@media (max-width: 959px) {
	.mainSection {
		padding: 20px 0 !important;
	}
}

.mainSection h1 {
	color: #191919 !important;
	font-size: 62px !important;
	line-height: 72px;
	font-weight: 800;
	width: 700px;
	margin: 0 auto;
	padding-bottom: 36px;
}

@media (max-width: 959px) {
	.mainSection h1 {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.mainSection h1 {
		font-size: 48px !important;
		line-height: 58px;
	}
}

.mainSection p {
	font-size: 22px !important;
	line-height: 32px;
	font-weight: 600;
	width: 700px;
	margin: 0 auto;
}

@media (max-width: 959px) {
	.mainSection p {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.mainSection p {
		font-size: 20px !important;
		line-height: 30px;
	}
}


/* Home Page */
.rtl {
	direction: rtl;
}

.rtl .uncont{
	direction: ltr;
}

.rtl .uncode-single-media-wrapper {
	direction: ltr;
	text-align: right;
}

.homeFeature h3 {
	direction: ltr;
	color: #191919 !important;
	font-size: 42px !important;
	line-height: 52px;
	font-weight: 800;
	margin: 0 auto;
	padding-bottom: 24px;
}

@media (max-width: 959px) {
	.homeFeature h3 {
		font-size: 38px !important;
		line-height: 48px;
		text-align: center;
	}
}

.homeFeature p {
	direction: ltr;
	color: #777777 !important;
	font-size: 22px !important;
	line-height: 32px;
	font-weight: 600;
	margin: 0 auto;
	padding-bottom: 36px;
}

@media (max-width: 959px) {
	.homeFeature p {
		font-size: 20px !important;
		line-height: 30px;
		text-align: center;
	}
}

.mainfeatureContainer {
	direction: ltr;
	display: block;
	width: 604px;
}

@media (max-width: 959px) {
	.mainfeatureContainer {
		width: 100%;
		text-align: center;
	}
}

.mainfeature {
	direction: ltr;
	display: inline-block;
	width: 300px;
}

.mainfeature img {
	width: 40px;
	margin-bottom: 8px;
}

.mainfeature p {
	color: #777777 !important;
	font-size: 18px !important;
	line-height: 32px;
	font-weight: 600;
	margin: 0 auto;
}


/* Template Section */
.overflow {
	overflow: hidden !important;
}

.overflow::-webkit-scrollbar {
	 display: none;
}

.templateSectionTitle h4 span {
	color: #191919 !important;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.templateSectionTitle p {
	font-size: 16px;
	margin: 5px 0 0;
}

.templateSectionTitleDevider {
	margin-top: 20px !important;
	border-color: #f1f1f1 !important;
}

.templateSite img,
.templateImg img,
.templateCover img {
	cursor: pointer;
	border-radius: 8px;
	box-shadow: 0 8px 25px rgb(103 110 144 / 10%);
	transition: box-shadow 0.2s ease;
}

.templateSite:hover img,
.templateImg:hover img,
.templateCover:hover img {
	box-shadow: 0 15px 35px rgb(103 110 144 / 15%);
	transition: box-shadow 0.2s ease;
}

.templateSite span,
.templateImg span,
.templateCover span {
	cursor: pointer;
	display: block;
	color: #191919;
	font-size: 18px;
	font-weight: 700;
	padding-top: 16px;
	transition: color 0.2s ease;
}

.templateSite:hover span,
.templateImg:hover span,
.templateCover:hover span {
	color: #4b7bec;
	transition: color 0.2s ease;
}

.templatePopup {
	background: #FFFFFF;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
	
.templatePopupFrame {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
}

.templatePopupClose {
	cursor: pointer;
	display: block;
	position: fixed;
	top: 20px;
	right: 40px;
	height: 30px;
	width: 30px;
	background: #e1e1e1;
	border-radius: 4px;
	z-index: 2;
}

.templatePopupClose:after,
.templatePopupClose:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	height: 14px;
	width: 2px;
	background: #666666;
	display: block;
	margin-top: -7px;
	margin-left: -1px;
	border-radius: 12px;
}

.templatePopupClose:after {
	transform: rotate(45deg);
}

.templatePopupClose:before {
	transform: rotate(138deg);
}


/* Feature Section */
.featureSectionIcon .icon-box-content p u {
	font-size: 18px;
}

.featureSectionIcon .icon-box-icon span {
	padding: 18px;
}

@media (max-width: 959px) {
	.featureSectionIcon p {
		padding-bottom: 26px;
	}
}


/* Pricing Section */

.priceBtn {
	position: relative;
	display: inline-block;
	width: 272px;
	height: 48px;
	background-color: #e9e9e9;
	margin-top: 50px;
	border-radius: 4px;
}

.priceDrop {
	padding-top: 14px;
	color: #1ABCFE;
	font-weight: 600;
}

.anualBtn, .monthBtn {
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: 134px;
	height: 48px;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0.1px;
	color: #666666;
	text-transform: capitalize;
	z-index: 2;
	transition: color 0.2s ease;
}

.anualBtn:hover, .monthBtn:hover {
	color: #191919;
	transition: color 0.2s ease;
}

.anualBtn.active, .monthBtn.active {
	color: #4b7bec !important;
}

.bgbtn {
	position: absolute;
	top: 4px;
	width: 130px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	transition: all 0.2s ease;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 0 0 rgb(0 0 0 / 5%);
	z-index: 1;
}


.priceTableSection {
	width: 70%;
	margin: 0 auto;
}

@media (max-width: 959px) {
	.priceTableSection {
		width: 85%;
		margin: 0 auto;
	}
}

.planName {
	color: #191919;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}

.planPrice {
	color: #191919;
	font-size: 48px;
	line-height: 58px;
	font-weight: 900;
	letter-spacing: 0.5px;
	padding-top: 16px;
}

.planPrice span {
	color: #999999;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin-left: 4px;
}

.planInfo {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	margin-left: 4px;
}

.planBtn {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 0.5px;
	padding: 0px 48px;
	border-radius: 4px;
	margin: 16px 0;
}

.tryBtn {
	color: #FFFFFF !important;
	background: #4b7bec;
	border: 2px solid #4b7bec;
	transition: all 0.2s ease;
}

.proBtn, .agenBtn {
	color: #4b7bec !important;
	background: #FFFFFF;
	border: 2px solid #4b7bec;
	transition: all 0.2s ease;
}

.tryBtn:hover,
.proBtn:hover, 
.agenBtn:hover {
	color: #FFFFFF !important;
	background: #5185ff;
	border: 2px solid #5185ff;
	transition: all 0.2s ease;
}

.planFeatur {
	list-style: none !important;
	padding: 0px !important;
}

.planFeatur li {
	color: #191919;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	padding-bottom: 12px;
}

.planFeatur li i{
	color: #1ABCFE;
}

@media (max-width: 959px) {
	.priceTable{
		padding-bottom: 48px;
	}
}

.faqSection h2 {
	color: #191919 !important;
	font-size: 36px !important;
	line-height: 46px;
	font-weight: 800;
	padding-bottom: 36px;
}

@media (max-width: 959px) {
	.faqSection h2 {
		margin-left: 36px;
	}

	.faqSection .panel-group {
		margin: 0 36px;
	}
}

.uncode-accordion:not(.default-typography) .panel-title > a > span {
	color: #191919 !important;
	font-size: 22px;
	font-weight: 700 !important;
	letter-spacing: -0.5px !important;
	text-transform: unset !important;
}

.faqSection .wpb_accordion_header span {
	font-weight: 700 !important;
}


/* Pricing Section */

.privacySection {
	width: 70%;
	margin: 0 auto;
}

@media (max-width: 959px) {
	.privacySection {
		width: 100%;
		margin: 0 auto;
	}
}

.privacySection h2 {
	color: #191919 !important;
	font-size: 62px !important;
	line-height: 72px;
	font-weight: 800;
}

.privacySection h3 {
	color: #191919 !important;
	font-size: 26px !important;
	line-height: 36px;
	font-weight: 700;
	margin-top: 50px;
}

.privacySection p {
	font-size: 16px !important;
}

.privacySection p a {
	color: #4b7bec !important;
	text-decoration: underline;
}


/* CTA Section */
.callToACtion {
	background: #FFFFFF;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	padding: 80px 0;
}

.callToACtion h2 {
	color: #191919 !important;
	font-size: 62px !important;
	line-height: 72px;
	font-weight: 800;
	width: 700px;
	margin: 0 auto;
	padding-bottom: 36px;
}

@media (max-width: 959px) {
	.callToACtion h2 {
		width: 100%;
		font-size: 48px !important;
		line-height: 58px;
	}
}

.callToACtion p {
	color: #4b7bec;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	padding-bottom: 16px;
}

.callToACtion a {
	display: inline-block;
	color: #ffffff !important;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	padding: 20px 32px;
	background: #1abcfe;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.callToACtion a:hover {
	background: #38c5ff;
	transition: all 0.2s ease;
}

.callToACtion span {
	display: block;
	color: #666666;
	padding-top: 10px;
}

/* Footer */
.footer-last .row{
	border-top: 1px solid #f1f1f1;
}

.site-info {
	font-size: 14px;
	font-weight: 400;
	color: #939da8;	
}

ul.ml_footer_link li {
	color: #191919;
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 5px;
}

.contactEmail {
	font-size: 18px;
	font-weight: 700;
	display: inline-flex;
}

.contactEmail img {
	margin-right: 8px !important;
}