@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* Common Settings */
html {
	scroll-behavior: smooth;
}

body,
.editor-styles-wrapper .wp-block-post-content {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	background: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
	.container {
		max-width: 1200px;
		padding: 0px 15px;
	}
}

.row {
	padding: 10px 0;
}

@media only screen and (max-width: 575px) {
	.row {
		padding: 0 !important;
		margin: 0 !important;
	}
}

.large-container {
	max-width: 1600px;
	padding: 0px 15px;
	margin: 0 auto;
}

.container-fluid {
	padding: 0px;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.small-container {
	max-width: 680px;
	margin: 0 auto;
}

body {
	position: relative;
	overflow-x: hidden;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

a {
	text-decoration: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

a:hover {
	text-decoration: none !important;
	outline: none;
}

input,
button,
select,
textarea {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 15px;
}

input {
	transition: all 500ms ease;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

button:focus,
input:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
	transition: all 500ms ease;
}

p {
	position: relative;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 0px;
	font-style: normal;
	transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	margin: 0px;
	transition: all 500ms ease;
	width: 100%;
}

.centred {
	text-align: center;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

figure {
	margin: 0px;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
}

@keyframes pulse {
	50% {
		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
	}
}

@keyframes pulse-2 {
	50% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2), 0 0 0 40px rgba(0, 0, 0, 0.1);
	}
}


/* Animation class */
.float-bob-y {
	animation-name: float-bob-y;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob-y;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob-y;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob-y;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes shine {
	from {
		-webkit-mask-position: 150%;
	}

	to {
		-webkit-mask-position: -50%;
	}
}

@keyframes shine {
	from {
		-webkit-mask-position: 150%;
	}

	to {
		-webkit-mask-position: -50%;
	}
}

/* Buttons */
.menu-btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
	color: #4527a4;
	line-height: 30px;
	background: #fff;
	padding: 10px 36px;
	text-align: center;
	border-radius: 30px;
	z-index: 1;
	box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

.menu-btn:hover {
	background: #4527a4;
	color: #fff;
}

.menu-btn:before {
	position: absolute;
	content: '';
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: -50px;
	z-index: -1;
	border-bottom: 50px solid #4527a4;
	border-right: 50px solid transparent;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.menu-btn:hover::before {
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%);
}

.menu-btn:after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: -50px;
	z-index: -1;
	border-left: 40px solid transparent;
	border-bottom: 50px solid #4527a4;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.menu-btn:hover::after {
	-webkit-transform: translateX(40%);
	transform: translateX(40%);
}

.btn-h {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 30px;
	text-align: center;
	z-index: 1;
	padding: 14px 42px;
}

.btn-h:hover {
	border-color: #fff;
	color: #4527a4;
}

.btn-h::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #4527a4;
	background-color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
	z-index: -1;
}

.btn-h:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.theme-btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 15px;
	height: 50px;
	padding: 12px 80px 12px 40px;
	background: transparent;
	line-height: 26px;
	color: #4527a4;
	border: 1px solid #4527a4;
	font-weight: 500;
	border-radius: 30px;
	text-transform: capitalize;
	transition: all 500ms ease;
	cursor: pointer;
	z-index: 1;
}

.theme-btn:hover {
	color: #fff;
}

.theme-btn:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #4527a4;
	border-radius: 30px;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.theme-btn:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.theme-btn i {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #4527a4;
	font-size: 15px;
	color: #fff;
	border-radius: 50%;
	transition: all 900ms ease;
}

.theme-btn:hover i {
	background: transparent;
}

.btn-one,
.wpcf7-submit {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #4527a4;
	background: transparent;
	border: 1px solid #4527a4;
	text-align: center;
	padding: 14px 42px;
	border-radius: 30px;
	margin: 0px 15px;
	z-index: 1;
}

.btn-one:hover,
.wpcf7-submit:hover {
	color: #fff;
	background: #4527a4;
}

.btn-one:before,
.wpcf7-submit::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #4527a4;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
	z-index: -1;
}

.btn-one:hover::before,
.wpcf7-submit:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn-two,
.wpcf7-submit {
	display: inline-block;
	overflow: hidden;
	border: none;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #4527a4;
	border-radius: 30px;
	text-align: center;
	padding: 15px 35px;
	cursor: pointer;
	z-index: 1;
	transition: all 500ms ease;
}

.btn-two:hover,
.wpcf7-submit:hover {
	color: #4527a4;
	background: #fff;
	box-shadow: 0 0 15px rgb(69 39 164 / 50%);
}

/* Heading */
.sec-title {
	position: relative;
	display: block;
}

.sec-title.center {
	text-align: center;
}

.sec-title.right {
	text-align: right;
}

.sec-title h2,
.sec-title h1 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 48px;
	color: #222222;
	font-weight: 500;
	padding-bottom: 31px;
	margin-bottom: 31px;
}

.sec-title h2:before,
.sec-title h1:before {
	position: absolute;
	content: '';
	background: #cccccc;
	width: 130px;
	height: 2px;
	left: 0px;
	bottom: 0px;
}

.sec-title h2:after,
.sec-title h1:after {
	position: absolute;
	content: '';
	background: #777777;
	width: 45px;
	height: 4px;
	left: 0px;
	bottom: 0px;
	transition: all 500ms ease;
	-webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.6) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
	mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.6) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
	-webkit-mask-size: 200%;
	mask-size: 200%;
	animation: shine 2s infinite;
}

.sec-title.center h2:before,
.sec-title.center h2:after {
	left: 50%;
	transform: translateX(-50%);
}

.sec-title.right h2:before,
.sec-title.right h2:after {
	right: 0;
	left: auto;
}

.sec-title p {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #777;
	margin: 0px;
}

.sec-title.center h2,
.sec-title.center p {
	text-align: center;
}

.sec-title.right h2,
.sec-title.right p {
	text-align: right;
}

/* Header */
.main-menu {
	height: 120px;
	position: relative;
	float: left;
	display: flex;
	gap: 50px;
}

.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	z-index: 2;
	padding: 70px 0px 25px 0px;
	margin: 0px 25px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
	margin-left: 0px !important;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	opacity: 1;
	color: #fff;
	padding: 0px;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	margin-top: -20px;
	width: 280px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	padding: 20px 0px;
	background-color: #ffffff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0px 30px;
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 6px 0px;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #222;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:hover {
	color: #4527a4;
}

/* .main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	z-index: 5;
} */

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: -2px;
	width: 230px;
	z-index: 100;
	display: none;
	padding: 20px 0px;
	background-color: #ffffff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0px 30px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 6px 0px;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #222;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #4527a4;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .outer-container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.main-header .outer-container .logo-box .logo {
	padding: 35px 0px;
}

.main-header .main-menu .navigation>li {
	padding: 15px 20px;
	margin: 0;
}

/* .main-header .menu-right-content {
	position: relative;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
} */

/* .main-header .menu-right-content .nav-btn {
	position: relative;
	width: 20px;
	display: inline-block;
	cursor: pointer;
	margin-left: 48px;
	z-index: 1;
} */

/* .main-header .menu-area .btn-box {
	position: relative;
	margin: 0px;
	float: none;
	display: inline-block;
	top: 12px;
} */

@media only screen and (max-width: 1200px) {
	.main-menu {
		gap: 25px;
	}

	.main-header .main-menu .navigation>li {
		padding: 7px 13px;
		margin: 0;
	}
}

@media only screen and (max-width: 991px) {
	.main-header .menu-right-content {
		display: none;
	}

	.main-menu.primary {
		display: none;
	}
}

/* Sticky header */
.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	background: #4527a4;
	left: 0px;
	top: 0px;
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	width: 100%;
	z-index: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.sticky-header .logo-box {
	float: left;
	padding: 8px 0px 7px;
}

.sticky-header .main-menu {
	height: 65px;
	float: right;
	display: flex;
	align-items: center;
}

.sticky-header .main-menu .navbar-collapse {
	padding: 0px;
	display: block;
}

.sticky-header .main-menu .navigation>li {
	padding: 0px !important;
	margin: 0px !important;
}

.sticky-header .main-menu .navigation>li>a {
	color: #fff;
	padding: 10px 20px;
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
	background: #fff;
	color: #4527a4;
}

@media only screen and (max-width: 1200px) {
	.sticky-header .main-menu .navigation>li>a {
		padding: 7px 13px;
	}
}

@media only screen and (max-width: 767px) {
	.main-menu.sticky {
		display: none;
	}
}

/* Mobile Menu */
.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #3786ff;
	display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
	position: relative;
	height: 2px;
	width: 30px;
	display: block;
	margin-bottom: 5px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
	margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
	.menu-area .mobile-nav-toggler {
		display: block;
		margin-top: 38px;
		padding: 10px;
	}
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 25px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #000;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}

.mobile-menu .menu-outer .menu-right-content {
	margin-top: 25px;
	margin-left: 25px;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
	font-size: 16px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	border-left: 5px solid #4527a4;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
	color: #4527a4;
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	background: #4527a4;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

/* Footer */
.bpFooter {
	background: #4527a4;
	padding-top: 100px;
}

.bpFooter .footer-top {
	position: relative;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.bpFooter .footer-top:before {
	position: absolute;
	content: '';
	background: #4527a4;
	width: 400px;
	height: 2px;
	left: 0px;
	bottom: -2px;
}

.bpFooter .footer-top .about-widget {
	margin-right: 0px;
	margin-bottom: -30px;
	margin-top: -8px;
}

.bpFooter .footer-top .about-widget .footer-logo {
	margin-bottom: 17px;
}

.bpFooter .footer-top .about-widget .text {
	color: #fff;
	margin-bottom: 29px;
	font-size: 16px;
	line-height: 36px;
}

.bpFooter .footer-top .about-widget .apps-download a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #fff;
	background: #4527a4;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 8px 21px 10px 61px;
	z-index: 1;
	margin-bottom: 20px;
}

.bpFooter .footer-top .about-widget .apps-download a:hover {
	background: #fff;
	color: #4527a4;
	box-shadow: 0 5px 25px rgb(0 0 0 / 50%);
}

.bpFooter .footer-top .about-widget .apps-download a i {
	position: absolute;
	left: 24px;
	top: 11px;
	font-size: 30px;
	color: #fff;
	transition: all 500ms ease;
}

.bpFooter .footer-top .about-widget .apps-download a:hover i {
	color: #222;
}

.bpFooter .footer-top .about-widget .apps-download a span {
	position: relative;
	display: block;
	font-size: 10px;
}

.bpFooter .footer-top .about-widget .apps-download a.firstBtn {
	margin-right: 25px;
}

.bpFooter .footer-top .widget-title {
	color: #fff;
	font-size: 22px;
	margin-bottom: 25px;
	line-height: 30px;
	font-weight: 500;
	padding-bottom: 10px;
}

.bpFooter .footer-top .links-widget .list li {
	padding: 0px;
	margin-bottom: 5px;
}

.bpFooter .footer-top .links-widget .list li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.bpFooter .footer-top .contact-widget .contact-info {
	position: relative;
	margin-bottom: 18px;
}

.bpFooter .footer-top .contact-widget .contact-info li {
	font-size: 16px;
	color: #fff;
	margin-bottom: 6px;
}

.bpFooter .footer-top .contact-widget .contact-info li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.bpFooter .footer-top .contact-widget .contact-info li i {
	margin-right: 20px;
}

.bpFooter .footer-top .contact-widget .social-links li {
	position: relative;
	float: left;
	margin-right: 10px;
}

.bpFooter .footer-top .contact-widget .social-links li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: transparent;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
}

.bpFooter .footer-top .contact-widget .social-links li a:hover {
	background: #fff;
	color: #4527a4;
}

.bpFooter .footer-bottom {
	padding: 19px 0px;
}

.bpFooter .footer-bottom .footer-nav li {
	position: relative;
	display: inline-block;
	padding-right: 40px;
	margin-right: 35px;
}

.bpFooter .footer-bottom .footer-nav li:last-child {
	padding: 0px;
	margin: 0px;
}

.bpFooter .footer-bottom .footer-nav li:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 1px;
	height: 16px;
	top: 8px;
	right: 0px;
}

.bpFooter .footer-bottom .footer-nav li:last-child:before {
	display: none;
}

.bpFooter .footer-bottom .footer-nav li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.bpFooter .copyright {
	position: relative;
	text-align: center;
	background: #251757;
	font-size: 16px;
	color: #fff;
	padding: 20px 0px 20px 0px;
	margin-top: 80px;
}

.bpFooter .copyright a {
	color: #fff;
}

@media only screen and (max-width: 991px) {
	.bpFooter .footer-top {
		padding-bottom: 70px;
	}

	.bpFooter .footer-top .footer-widget {
		margin-bottom: 30px;
	}

	.bpFooter .footer-top .widget-title {
		margin-bottom: 10px;
		padding-bottom: 5px;
	}

	.bpFooter .copyright {
		margin-top: 0;
	}
}

/* Toggle */
.xs-sidebar-group .xs-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background-color: #000000;
	-webkit-transition: all .4s ease-in .8s;
	-o-transition: all .4s ease-in .8s;
	transition: all .4s ease-in .8s;
	cursor: url(../images/icons/cross-out.png),
		pointer;
	z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay {
	opacity: .9;
	visibility: visible;
	-webkit-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
	transition: all .8s ease-out 0s;
	right: 100%;
}

.xs-sidebar-group .xs-sidebar-widget {
	position: fixed;
	left: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 360px;
	z-index: 999999;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #ffffff;
	-webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
	-o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
	transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
	visibility: hidden;
	opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
	opacity: 1;
	visibility: visible;
	left: 0;
	-webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
	-o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
	transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.xs-sidebar-group .widget-heading .close-side-widget {
	color: #4527a4;
	font-size: 24px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px 25px;
}

.xs-sidebar-group .sidebar-content {
	padding: 50px 30px 30px 30px;
}

/* Scroll Top */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	z-index: 99;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	background: #222;
	transition: 1s ease;
	border: none;
	box-shadow: none;
}

.scroll-top:hover {
	background: #4527a4;
	-webkit-box-shadow: 2px 2px 0px #222;
	-ms-box-shadow: 2px 2px 0px #222;
	box-shadow: 2px 2px 0px #222;
}

.scroll-top.open {
	bottom: 30px;
}

.scroll-top span {
	color: #fff;
}

/* Pages */
.pageHero {
	position: relative;
	background: #4527a4;
	padding: 200px 0px 0px 0px;
	width: 100%;
}

.pageHero .title-box h1 {
	position: relative;
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	font-weight: 500;
	padding-bottom: 44px;
	margin-bottom: 30px;
}

.pageHero .title-box h1:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 130px;
	height: 2px;
	left: 0px;
	bottom: 0px;
}

.pageHero .title-box h1:after {
	position: absolute;
	content: '';
	background: #eaeaea;
	width: 45px;
	height: 4px;
	left: 0px;
	bottom: 0px;
}

.pageContent {
	padding: 50px 0;
}

.pageContent .container {
	background: #fff;
}

/* 404 Page */
.errorPage {
	text-align: center;
}

.errorPage h2 {
	font-size: 150px;
	color: #4527a4;
}

.errorPage p {
	font-size: 24px;
	color: #777;
	margin-bottom: 30px;
}

/* Gutenberg */
/* .alignwide{
	max-width: 100vw!important;
	margin: 0 calc(-50vw + 58%)!important;
} */
/* .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: 1400px;
	width: unset;
}

@media screen and (max-width: 1440px) {
	.alignwide {
		max-width: 1180px;
		margin-left: -5px;
		margin-right: -5px;
	}
}

@media screen and (max-width: 1200px) {
	.alignwide {
		max-width: 100%;
		margin: 0;
	}
}

.aligncenter {
	max-width: 1180px;
	width: 100%;
}

.wp-block-spacer {
	width: 100%;
} */

/* Icon style */
.flaticon-arrow-pointing-to-right {
	position: relative;
	width: 50px;
	height: 18px;
	display: inline-block;
}

.flaticon-arrow-pointing-to-right:before {
	color: #4527a4;
	position: absolute;
	top: -2px;
}

/* Style for bDocs */
.weworks-section {
	padding: 150px 0 80px 0;
}

/* Style for Free Plugin */
.single-item .inner-box {
	height: 100%;
	background: #fff;
	padding: 30px 20px;
	border-radius: 20px;
	box-shadow: 0 5px 30px 0px rgb(0 0 0 / 10%);
	transition: all 500ms ease;
}

.single-item .inner-box .text {
	font-size: 16px;
	line-height: 170%;
}

/* Style for Download Page */
.downloadPage .thanksHeading {
	margin-bottom: 10px;
}

.downloadPage .thanksText {
	margin-bottom: 20px;
}

.downloadPage .noteText {
	margin-top: 15px;
}

.downloadPage .d_btn {
	display: inline-block;
	background: #3a3abf;
	padding: 10px;
	color: white;
	cursor: pointer;
	margin-right: 20px;
	border: none;
}

.downloadPage .d_btn:hover {
	background: #2f2f9d;
	color: white;
}

/* Support Page */
.supportPage .pageContent form {
	color: #777;
	padding: 0 10px;
}

.supportPage .pageContent form label {
	width: 100%;
}

/* verify form */
.form {
	width: 400px;
	padding: 30px 20px;
	border: 1px solid lightgray;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	margin-top: 50px;
}

.form h2 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 10px;
}

.form h5 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14px;
}

.form__submit {
	border: 1px solid lightgray;
	outline: 0;
	margin-top: 20px;
	background: #4527A4;
	color: #fff;
}


/* Blog Posts */
.blogPosts {
	height: fit-content;
}

.blogPosts .singlePost {
	margin-bottom: 30px;
}

.blogPosts article {
	transition: all .3s ease;
	box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.blogPosts article:hover {
	box-shadow: 0 14px 25px rgb(0 0 0 / 16%);
}

.blogPosts article figure {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.blogPosts article figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .4s ease;
}

.blogPosts article:hover figure img {
	transform: scale(1.2) rotate(5deg);
}

.blogPosts article figure .cats {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.blogPosts article figure .cats a {
	color: #fff;
	background-color: #4527a4;
	padding: 0 7px;
	display: inline-block;
	margin: 0 3px;
}

.blogPosts article .articleContent {
	padding: 20px;
}

.blogPosts article .articleContent h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.blogPosts article .articleContent h2 a {
	color: #333;
}

.blogPosts article .articleContent h2 a:hover {
	color: #4527a4;
}

.blogPosts article .articleContent>p {
	font-size: 15px;
	color: #777;
	text-align: justify;
	margin-bottom: 20px;
}

.blogPosts article .articleContent .readMore {
	text-align: right;
}

.blogPosts article .articleContent .readMore a {
	font-size: 15px;
	font-weight: 700;
	color: #4527a4;
	text-transform: uppercase;
	transition: all .3s ease;
}

.blogPagination {
	position: relative;
	display: block;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

.blogPagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.blogPagination ul li {
	margin: 0 6px;
}

.blogPagination ul li a,
.blogPagination ul li span {
	width: 40px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #4527a4;
	border-radius: 50%;
	color: #4527a4;

	transition: all .3s ease;
}

.blogPagination ul li a:hover,
.blogPagination ul li span {
	color: #fff;
	background-color: #4527a4;
}


/* Blog Meta */
.blogMeta {
	margin-bottom: 20px;
	font-size: 15px;
}

.blogMeta a {
	text-transform: uppercase;
	font-size: 14px;
}

.pageHero .blogMeta {
	color: #fff;
	font-size: 18px;
}

.pageHero .blogMeta a {
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}

/* Single Post */
.singlePage .singlePost>img,
.wp-block-post-content img {
	margin-bottom: 25px;
}

.singlePage figure,
.wp-block-post-content figure {
	margin-bottom: 25px;
}

.singlePage p,
.wp-block-post-content p {
	color: #222;
	margin-bottom: 25px;
	font-size: 18px;
}

.singlePage h1,
.wp-block-post-content h1 .singlePage h2,
.wp-block-post-content h2 .singlePage h3,
.wp-block-post-content h3 .singlePage h4,
.wp-block-post-content h4 .singlePage h5,
.wp-block-post-content h5 .singlePage h6,
.wp-block-post-content h6 {
	color: #222;
	margin-bottom: 12px;
}

.singlePage blockquote,
.wp-block-post-content blockquote {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 30px;
	padding: 29px 0px 31px 50px;
	position: relative;
	border-left: 8px solid #4527a4;
	border-radius: 25px;
}

.singlePage pre,
.wp-block-post-content pre {
	margin-bottom: 25px;
}

.singlePage ul,
.wp-block-post-content ul {
	padding: 0 0 25px 35px;
	list-style-type: disc;
}

.singlePage ul li,
.wp-block-post-content ul li {
	list-style-type: inherit;
}

.singlePage ul ul,
.wp-block-post-content ul ul {
	list-style-type: circle;
}

/* Sidebar */
.sidebarWidget {
	margin-bottom: 30px;
}

.sidebarWidget .sidebarTitle {
	font-size: 24px;
	font-weight: 500;
	color: #222;
	margin-bottom: 20px;
}

.sidebarWidget ul {
	margin: 0;
}

.sidebarWidget ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #777;
	font-size: 16px;
	border-bottom: 1px solid #dddddd;
	position: relative;
}

.sidebarWidget ul li:last-child {
	border-bottom: 0;
}

.sidebarWidget ul li a {
	color: #777;
	padding: 15px 20px;
	transition: all .3s ease;
	font-weight: bold;
}

.sidebarWidget ul li a:hover {
	color: #4527a4;
}

/* Menu Widget */
.sidebarWidget ul.menu li.menu-item-has-children {
	display: inline-flex;
}

.sidebarWidget ul.menu li.menu-item-has-children a::after {
	content: '\276F';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.sidebarWidget ul.menu li.menu-item-has-children ul {
	position: absolute;
	top: 0;
	left: 999999px;
	width: fit-content;
	background-color: #fffc;
	z-index: 10;
}

.sidebarWidget ul.menu li.menu-item-has-children:hover>ul {
	left: 100%;
}

/* Calender Widget */
.calendar_wrap .wp-calendar-table {
	width: 100%;
	color: #777;
	text-align: center;
}

.calendar_wrap .wp-calendar-table caption {
	caption-side: top;
	text-align: center;
	padding-top: 0;
	font-weight: bold;
}

.calendar_wrap .wp-calendar-table tr td {
	padding: 5px 0;
}

.calendar_wrap a {
	color: #4527a4;
	font-weight: bold;
}

.calendar_wrap .wp-calendar-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Gallery Widget */
.sidebarWidget .gallery .gallery-item {
	width: calc(33.33% - 20px) !important;
	margin: 10px;
}

.sidebarWidget .gallery .gallery-item .wp-caption-text {
	display: none;
}

.sidebarWidget .gallery .gallery-item img {
	border: none !important;
	transition: all .3s ease;
}

.sidebarWidget .gallery .gallery-item img:hover {
	filter: drop-shadow(0px 3px 5px #4527a4);
}

.sidebarWidget img {
	width: 100%;
}

/* Recent Posts Widget */
.sidebarWidget.widget_recent_entries ul li {
	flex-direction: column;
	align-items: flex-start;
}

.sidebarWidget.widget_recent_entries ul li a {
	padding-bottom: 0;
	font-size: 18px;
}

.sidebarWidget.widget_recent_entries .post-date {
	padding: 0 0 15px 20px;
	font-size: 14px;
	display: inline-block;
}

/* Recent Comments Widget */
.sidebarWidget.widget_recent_comments ul li {
	display: block;
	padding: 15px 20px;
}

.sidebarWidget.widget_recent_comments ul li span {
	display: inline-block;
	font-size: 15px;
}

.sidebarWidget.widget_recent_comments ul li>a {
	display: block !important;
	font-size: 18px;
}

/* Tag Widget */
.sidebarWidget.widget_tag_cloud a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #777;
	border: 2px solid #ebebeb;
	border-radius: 30px;
	text-align: center;
	padding: 8px 29px;
	margin: 10px 5px;
	transition: all .3s ease;
}

.sidebarWidget.widget_tag_cloud a:hover {
	color: #fff;
	background-color: #4527a4;
	border: 2px solid #4527a4;
}

/* Contact Form */
.wpcf7 {
	width: 100%;
}

form.wpcf7-form>p {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

form.wpcf7-form>p:nth-child(2),
form.wpcf7-form>p:nth-child(3) {
	width: 47%;
}

form.wpcf7-form>p:nth-child(2) {
	margin-right: 5.5%;
}

form.wpcf7-form>p label,
form.wpcf7-form>p label {
	width: 100%;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {

	form.wpcf7-form>p:nth-child(2),
	form.wpcf7-form>p:nth-child(3) {
		width: 100%;
		margin-right: 0;
	}
}

/* Contact Section */
.contact {
	padding: 100px 0;
}

.contact .sec-title h2 {
	margin-bottom: 63px;
}

.contact form,
form.wpcf7-form {
	max-width: 960px;
	margin: 0 auto;
}

.contact .form-group {
	position: relative;
	margin-bottom: 30px;
}

.contact .form-group i {
	position: absolute;
	top: 23px;
	right: 30px;
	font-size: 15px;
	font-weight: 700;
	color: #777;
	z-index: 1;
}

.contact .form-group input[type='text'],
.contact .form-group input[type='email'],
.contact .form-group textarea,
.contact .form-group select,
form.wpcf7-form input:not([type="submit"]),
form.wpcf7-form textarea,
form.wpcf7-form select {
	position: relative;
	width: 100%;
	height: 60px;
	background: #fff;
	padding: 10px 45px 10px 30px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 30px;
	border: 3px solid #fff;
	box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
	transition: all 500ms ease;
}

.contact select,
form.wpcf7-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	color: #777;
	outline: none;
}

.contact .form-group textarea,
form.wpcf7-form textarea {
	height: 200px;
	resize: none;
	border-radius: 20px;
}

.contact .form-group input:focus,
.contact .form-group textarea:focus,
form.wpcf7-form input:focus,
form.wpcf7-form textarea:focus,
.contact select:focus,
form.wpcf7-form select:focus {
	border-color: #4527a4;
}

.contact .message-btn {
	margin: 0px;
	text-align: left;
}

.contact .message-btn .btn-two,
.wpcf7-submit {
	padding: 13px 38px;
	font-weight: 400;
}

form.halfForm>p:nth-child(2),
form.halfForm>p:nth-child(3) {
	width: 100%;
}

form.halfForm>p:nth-child(2) {
	margin-right: 0;
}

/* Comment */
.comment-form .logged-in-as,
.comment-form .comment-notes {
	color: #777;
	margin-bottom: 15px;
	font-size: 15px;
}

.comment-form .logged-in-as a {
	color: #777;
	font-weight: bold;
}

.comment-form .logged-in-as a:hover {
	color: #4527a4;
}

.comment-form textarea,
.comment-form input:not([type="submit"]) {
	width: 100%;
	height: 50px;
	border: 1px solid #dddddd;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 13px;
	color: #777;
	background: #fff;
	transition: all 500ms ease;
}

.comment-form textarea.form-control {
	height: 120px;
	resize: none;
	border-radius: 15px;
}

.comment-form textarea:focus,
.comment-form input:focus {
	box-shadow: none;
	border-color: #4527a4;
}

.comments-area {
	margin-top: 35px;
}

.comments-area ul {
	list-style-type: none;
}

.comments-area .commentList {
	margin: 50px 0 0 0;
}

.commentList .comment-body {
	position: relative;
	margin-bottom: 50px;
}

.commentList .comment-body .comment-author img {
	border-radius: 50%;
	background: rgb(255, 255, 255);
	box-shadow: rgb(0 0 0 / 10%) 0px 0px 30px 0px;
}

.commentList .comment-body .comment-author cite {
	display: inline-block;
	margin: 0 0 0 22px;
	transform: translateY(-10px);
}

.commentList .comment-body .comment-author a {
	color: #222;
	display: inline-block;
	font-style: normal;
	font-size: 18px;
	font-weight: 500;
}

.commentList .comment-body .comment-author span.says {
	display: none;
}

.commentList .comment-body .comment-meta {
	position: absolute;
	top: 40px;
	left: 100px;
}

.commentList .comment-body .comment-meta a {
	font-size: 14px;
	color: #bbbbbb;
}

.commentList .comment-body>p,
.commentList .comment-awaiting-moderation {
	margin-left: 100px;
	font-size: 14px;
	color: #777;
	margin-top: 5px;
	width: auto;
	display: block;
}

.commentList .comment-body>p a {
	font-weight: bold;
	color: #777;
}

.commentList .comment-body>p a:hover {
	color: #4527a4;
}

.commentList .children {
	margin-left: 100px;
	list-style: none;
}

.commentList .comment-body .reply {
	position: absolute;
	right: 10px;
	top: 15px;
}

.commentList .comment-body a {
	color: #4527a4;
	font-weight: bold;
}

/* Page with 2 columns */
@media screen and (max-width: 991px) {
	.twoColumns {
		display: block !important;
	}

	.twoColumns .wp-block-column {
		margin-left: 0 !important;
	}
}