* {
	outline: none;
}

body,
html {
	font-family: 'Manrope';
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 13px;
	font-weight: 400;
}

label {
	display: block;
	font-family: 'Manrope';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Manrope';
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Manrope';
}

img {
	vertical-align: middle;
	border: none
}

p {
	font-size: 14px;
	padding: 0;
	color: rgba(0, 0, 0, .82);
	line-height: normal;
	display: block;
	font-family: 'Manrope';
	margin: 0;
}

a,
input,
select,
textarea,
.btn {
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	outline: none;
	font-family: 'Manrope';
	text-decoration: none;
}

a {
	color: #666;
}

a:hover {
	outline: none;
	cursor: pointer;
	color: #212121;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none
}

.full-width {
	float: left;
	width: 100%;
}

.relative {
	position: relative
}

.full-img {
	width: 100%;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
select,
input[type="number"] {
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
	width: 100%;
}

button {
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
select:focus,
input[type="number"]:focus {
	outline: none;
	transition-duration: 0.1s;
	box-shadow: none;
}

.form-control {
	box-shadow: none;
	padding: 0 10px;
	border-radius: 0;
}

.form-control:focus {
	box-shadow: none;
}

.form-control::-moz-placeholder {
	opacity: 1;
	color: #555;
}

.form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #555;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

video {
	width: 100%;
}

input:-webkit-autofill {
	box-shadow: inset 0 0 0px 9999px #fff;
	background-color: #fff;
}

.top-btn {
	background-color: #fca204;
	padding: 2px 30px !important;
	border-radius: 50px;
}

.top-btn a {
	color: #fff;
}

#name-alert,
#email-alert,
#phone-alert,
#company-alert,
#date-alert,
#message-alert {
	display: none;
	font-family: 'Manrope';
	font-size: 18px;
	font-weight: 700;
}

.main-btn:hover {
	transform: scale3d(1.01, 1.01, 1.01);
}

.modal {
	z-index: 10000;
	right: -17px;
}

.modal-backdrop {
	z-index: 9999;
}

.modal-open {
	padding-right: 0 !important;
	overflow: auto;
}

.modal.in {
	padding-right: 0 !important;
}

.modal-content {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.modal-content .close {
	opacity: 1;
	padding: 0;
	margin-top: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 99;
	text-shadow: none;
	background-color: #3b9c7d;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
}

.modal-content .close:hover {
	background-color: #f56f4d;
}

.modal-content .close img {
	position: relative;
	top: 0;
}

.modal-dialog {
	max-width: 700px;
	width: 90%;
	margin: 70px auto 0;
}

.modal-body {
	float: left;
	width: 100%;
	padding: 15px;
	background-color: #f2efef;
}

.modal-backdrop.in {
	opacity: .40;
}

.img_block>img {
	width: 100%;
}

.btn {
	font-size: 32px;
	color: #fff;
	padding: 5px;
	border-radius: 40px;
	font-weight: 700;
	background: #00c8a0;
	background: -moz-linear-gradient(to right, #f9a590 0%, #f28a70 98%);
	background: -webkit-linear-gradient(to right, #f9a590 0%, #f28a70 98%);
	background: linear-gradient(to right, #f9a590 0%, #f28a70 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5704d', endColorstr='#f28a70', GradientType=1);
}

.btn span {
	border: 2px solid #fff;
	padding: 0 40px;
	line-height: 60px;
	border-radius: 40px;
	float: left;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
}

.btn span .fa {
	padding-left: 30px;
	font-size: 40px;
}

.btn:hover span {
	background-color: #fff;
}

.container {
	max-width: 1170px;
	width: 100%;
}

header.inner-page-nav {
	position: relative;
}

header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 25px 0
}

.navbar-header {
	position: relative;
}

.logo {
	margin-top: 17px;
}

header .logo img {
	height: 55px;
}

.navigation {
	float: right;
}

.navigation>ul {
	float: left;
	margin: 0;
	padding: 27px 0;
}

.navigation>ul>li {
	float: left;
	margin-left: 28px;
	padding: 0;
}

.navigation>ul>li:first-child {
	margin-left: 0;
}

.navigation>ul>li>a {
	color: #383838;
	float: left;
	position: relative;
	font-size: 16px;
	padding: 0;
	line-height: 30px;
	font-weight: 700;
}

.navigation>ul>li>span {
	color: #383838;
	float: left;
	position: relative;
	font-size: 16px;
	padding: 0;
	line-height: 30px;
	font-weight: 700;
	left: 6px;
	top: 15px;
}

.navigation>ul>li>a img {
	margin-right: 3px;
}

.navigation>ul>li>a.top-btn:hover,
.navigation>ul>li.active>a {
	background-color: #fca204 !important;
}

.navigation>ul>li>a:hover,
.navigation>ul>li.active>a {
	background-color: transparent !important;
}

.navigation>ul>li>a:focus {
	background-color: transparent;
}

.navigation>ul>li>a:before {
	display: none;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
	background-color: #383838;
}

.navigation>ul>li>span:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
	background-color: #383838;
}


.navigation>ul>li>a:hover:before,
.navigation>ul>li.active>a:before {
	width: 100%;
	left: 0;
	right: auto;
}

.navigation>ul>li:last-child>a:before {
	display: none;
}

@keyframes downheader {
	0% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

header.active {
	position: fixed;
	animation-name: downheader;
	animation-duration: .5s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	opacity: 0;
	animation-timing-function: ease-out;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	padding: 5px 0;
}

header.active .logo {
	margin-top: 5px;
}

header.active .logo img {
	height: 40px;
}

header.active .navigation>ul {
	padding: 10px 0;
}

header.active .navigation>ul>li>a {
	color: #52413b;
	font-weight: 700;
}

header.active .navigation>ul>li>span {
	color: #52413b;
	font-weight: 700;
}

header.active .navigation>ul>li>a::before {
	background-color: #52413b;
}

.bottom_fixed {
	display: none;
}

.hamburger {
	width: 24px;
	height: 20px;
	background-color: transparent;
	border: none;
	position: relative;
	margin: 10px 18px 10px 10px;
	padding: 0;
	-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;
}

.hamburger span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	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;
}

.hamburger span:nth-child(1) {
	top: 0px;
}

.hamburger span:nth-child(2) {
	top: 7px;
	left: 0;
}

.hamburger span:nth-child(3) {
	top: 14px;
}

.hamburger.open span {
	height: 3px;
}

.hamburger.open span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.hamburger.open span:nth-child(2) {
	opacity: 0;
	left: -22px;
}

.hamburger.open span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.curved_icon {
	position: absolute;
}

.top_section {
	background-image: url("../images/gray-bg.webp");
	background-position: center top;
	background-repeat: no-repeat;
}

@keyframes uptext {
	0% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.banner_section {
	display: flex;
	flex-wrap: wrap;
	padding-top: 180px;
	position: relative;
	padding-bottom: 240px;
}

.banner_section.faq-inner-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.banner_section .copy_block {
	width: 50%;
}

.banner_section .copy_block h2 {
	color: #353535;
	font-weight: 800;
	font-size: 80px;
}

.banner_section .copy_block h3 {
	color: #f57a20;
	font-weight: 800;
	font-size: 60px;
}

.banner_section .copy_block h3 span {
	color: #f4704d;
}

.banner_section .img_block {
	width: 50%;
}

.banner_section .curved_icon {
	left: 3%;
	bottom: 23%;
}

.banner_section .copy_block h3.color {
	color: #f57a20;
}

.banner_section .copy_block h3.color span {
	color: #f57a20;
}

.banner_carousel .active .item h3 {
	animation-name: uptext;
	animation-duration: .5s;
	animation-delay: .15s;
	animation-fill-mode: forwards;
	opacity: 0;
	animation-timing-function: ease-out;
}

.banner_section .copy_block h4 {
	padding-top: 20px;
	font-size: 24px;
	font-weight: 300;
	line-height: 40px;

}

.banner_carousel .item {
	padding-bottom: 15px;
}

.about_section {
	padding-top: 100px;
	position: relative;
}

.about_section .copy_block h3 {
	color: #383838;
	font-weight: 300;
	font-size: 42px;
}

.about_section .copy_block h3 span {
	font-weight: 600;
}

.about_section .copy_block h3 span.orange {
	color: #f57a20;
}

.about_section .copy_block h3 span.yellow {
	color: #f57a20
}

.about_section .copy_block h1 {
	color: #383838;
	font-weight: 300;
	font-size: 30px;
}

.about_section .copy_block h1 span {
	font-weight: 600;
}

.about_section .copy_block h1 span.orange {
	color: #f57a20;
}

.about_section .copy_block h1 span.yellow {
	color: #f57a20
}

.about_section .video_block {
	text-align: right;
}

.about_section .video_block>omg {
	width: 100%;
	max-width: 829px;
}

.about_section .abt_copy {
	padding: 270px 505px 0 0;
	position: relative;
}

.about_section .abt_copy p {
	text-align: justify;
	font-size: 24px;
	color: #5d5d5d;
}

.about_section .abt_copy p span {
	color: #f57a20
}

.about_section .abt_copy p span.bg {
	font-weight: 700;
	background-color: #f57a20;
	color: #fff;
}

.about_section .curved_icon {
	left: -2%;
	top: 34%;
	background-color: #edf4f2;
	padding: 10px 0 0;
}

.about_section .abt_copy .curved_icon {
	right: 7%;
	top: auto;
	left: auto;
	bottom: 6%;
	background-color: #fff;
}

.feature_section {
	padding-top: 230px;
}

.feature_list>li {
	position: relative;
	text-align: center;
}

.feature_list>li:nth-child(1) {
	z-index: 3
}

.feature_list>li:nth-child(2) {
	z-index: 2
}

.feature_list>li:nth-child(3) {
	z-index: 1;
}

.feature_list>li .box {
	display: inline-block;
	width: 510px;
	position: relative;
	background-color: #f9914e;
	box-shadow: 20px 0 45px rgba(51, 51, 51, .40);
	z-index: 2;
}

.feature_list>li .box:before {
	content: '';
	position: absolute;
	left: -60px;
	top: 0;
	border-top: 160px solid #f9914e;
	border-left: 60px solid transparent;
}

.feature_list>li .box:after {
	content: '';
	position: absolute;
	right: -60px;
	top: 0;
	border-top: 160px solid #f9914e;
	border-right: 60px solid transparent;
}

.feature_list>li .box h3 {
	color: #fff;
	font-size: 44px;
	line-height: 160px;
}

.feature_list>li .box h2 {
	color: #fff;
	font-size: 44px;
	line-height: 160px;
}

.feature_list>li:nth-child(2) .box {
	background-color: #ff9d5c;
	width: 390px;
}

.feature_list>li:nth-child(3) .box {
	background-color: #ffaf7a;
	width: 270px;
}

.feature_list>li:nth-child(2) .box:before,
.feature_list>li:nth-child(2) .box:after {
	border-top-color: #ff9d5c;
}

.feature_list>li:nth-child(3) .box:before,
.feature_list>li:nth-child(3) .box:after {
	border-top-color: #ffaf7a;
}

.feature_list>li .line_block {
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 100%;
	z-index: 1;
	transform: translateX(-50%);
}

.feature_list>li .line_block .line {
	width: 100%;
	height: 3px;
	background-color: #f5704d;
	position: absolute;
	left: 0;
	bottom: 0;
}

.feature_list>li .line_block .line:before {
	content: '';
	position: absolute;
	left: 0;
	top: -5px;
	width: 12px;
	height: 12px;
	background-color: #f5704d;
	border-radius: 100%;
}

.feature_list>li .line_block .line:after {
	content: '';
	position: absolute;
	right: 0;
	top: -5px;
	width: 12px;
	height: 12px;
	background-color: #f5704d;
	border-radius: 100%;
}

.feature_list>li .line_block p {
	color: #5d5d5d;
	font-size: 24px;
	padding-bottom: 20px;
}

.feature_list>li .line_block p span {
	color: #f5704d;
}

.feature_list>li .line_block p.text_left {
	text-align: left;
	float: left;
}

.feature_list>li .line_block p.text_right {
	text-align: right;
	float: right;
}

.feature_list>li:nth-child(2) .line_block {
	width: 90%;
}

.feature_list>li:nth-child(3) .line_block {
	width: 80%;
}

.feature_list>li:nth-child(2) .line_block .line {
	background-color: #f57a20;
}

.feature_list>li:nth-child(2) .line_block .line:before,
.feature_list>li:nth-child(2) .line_block .line:after {
	background-color: #f57a20;
}

.feature_list>li:nth-child(3) .line_block .line {
	background-color: #f57a20
}

.feature_list>li:nth-child(3) .line_block .line:before,
.feature_list>li:nth-child(3) .line_block .line:after {
	background-color: #f57a20;
}

.feature_list>li:nth-child(2) .line_block p span {
	color: #f57a20;
}

.feature_list>li:nth-child(3) .line_block p span {
	color: #f57a20;
}

.feature_section .copy_block {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 220px;
}

.feature_section .copy_block h2 {
	font-size: 32px;
	color: #f57a20;
	font-weight: 700;
	padding-bottom: 30px;
}

.feature_section .copy_block p {
	font-size: 24px;
	color: #767474;
}

.detail_wrap {
	background-color: #fff;
	box-shadow: 2px 0 81px rgba(51, 51, 51, .18);
	padding: 40px 10px 30px;
	border-radius: 10px;
}

.detail_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.detail_list>li {
	width: 25%;
	padding: 0 5px 10px;
}

.detail_list>li .inner {
	background-color: #e8e5e2;
	position: relative;
	border: 2px solid transparent;
}

.detail_list>li .inner .front {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 255px;
}

.detail_list>li:nth-child(2) .inner {
	background-color: #e8e5e2;
}

.detail_list>li:nth-child(3) .inner {
	background-color: #e8e5e2;
}

.detail_list>li:nth-child(4) .inner {
	background-color: #e8e5e2;
}

.detail_list>li:nth-child(5) .inner {
	background-color: #e8e5e2;
}

.detail_list>li:nth-child(6) .inner {
	background-color: #e8e5e2;
}

.detail_list>li:nth-child(7) .inner {
	background-color: #e8e5e2;
}

.detail_list>li:nth-child(8) .inner {
	background-color: #e8e5e2;
}

.detail_list>li .inner .front>div {
	text-align: center;
	padding: 10px;
}

.detail_list>li .inner .front h4 {
	color: #535151;
	font-size: 22px;
	padding-top: 20px;
	line-height: normal;
}

/* .detail_list > li .inner .back{ position: absolute; left: 0; top: 0; height: 100%; width: calc(100% + 10px); display: flex; align-items: center; padding: 15px; visibility: hidden; opacity: 0; background-color:#f1f1f1; z-index: 1; transition: .85s;} */
.detail_list>li .inner .back {
	position: absolute;
	left: 0;
	top: -2px;
	height: 100%;
	width: calc(100% + 10px);
	display: flex;
	align-items: center;
	padding: 15px;
	visibility: hidden;
	opacity: 0;
	background-color: #f1f1f1;
	z-index: 1;
	transition: .85s;
	height: 259px;
}

.detail_list>li .inner:hover {
	background-color: #f1f1f1;
	border: 2px solid #f9a590;
	border-right: 2px solid #f9a590;
}


/* .detail_list>li .inner.extra:hover {
	background-color: #f1f1f1;
	border-left: 2px solid #f9a590;
	border-top: 2px solid #f9a590;
	border-bottom: 2px solid #f9a590;
	border-right: 2px solid transparent #f9a590;
} */

/* .detail_list>li .inner:hover .back {
	visibility: visible;
	opacity: 1;
	transform: translate(96.1%);
	border: 2px solid #f9a590;
	border-left: 2px solid transparent !important;
} */

.detail_list>li .inner .back p {
	color: #535151;
	font-size: 16px;
}

/* .detail_list>li .inner:hover .back {
	visibility: visible;
	opacity: 1;
	transform: translate(96.1%);

	border-right: 2px solid #f9a590 !important;
	border-top: 2px solid #f9a590 !important;
	border-bottom: 2px solid #f9a590 !important;
	border-left: 2px solid transparent !important;
} */

/* .detail_list>li .inner.extra:hover .back {
	visibility: visible;
	opacity: 1;
	transform: translate(96.1%);
	
	border-right: 2px solid #f9a590 !important;
	border-top: 2px solid #f9a590 !important;
	border-bottom: 2px solid #f9a590 !important;
	border-left: 2px solid #f9a590 !important;
	border-right: 2px solid transparent !important;
} */

/* .detail_list>li:nth-child(4) .inner:hover .back,
.detail_list>li:nth-child(8) .inner:hover .back {
	transform: translate(-100%);
} */

/* .detail_list>li:nth-child(1) .inner .back,
.detail_list>li:nth-child(3) .inner .back,
.detail_list>li:nth-child(6) .inner .back,
.detail_list>li:nth-child(8) .inner .back {
	background-color: #f1f1f1;
	border-bottom: 2px solid #f9a590;
	border-top: 2px solid #f9a590;
	border-left: 2px solid transparent !important;
	border-right: 2px solid #f9a590;
	border-bottom: 2px solid #f9a590;
} */

/* .detail_list>li:nth-child(1) .inner:hover,
.detail_list>li:nth-child(3) .inner:hover,
.detail_list>li:nth-child(6) .inner:hover,
.detail_list>li:nth-child(8) .inner:hover {
	background-color: #f1f1f1;
	border-top: 2px solid #f9a590;
	border-left: 2px solid #f9a590;
	border-right: 2px solid transparent;
	border-bottom: 2px solid #f9a590;
} */

/* .detail_list>li:nth-child(1) .inner.extra:hover,
.detail_list>li:nth-child(3) .inner.extra:hover,
.detail_list>li:nth-child(6) .inner.extra:hover,
.detail_list>li:nth-child(8) .inner.extra:hover {
	background-color: #f1f1f1;
	border-top: 2px solid #f9a590;
	border-right: 2px solid #f9a590;
	border-left: 2px solid transparent;
	border-bottom: 2px solid #f9a590;
} */

/* .detail_list > li:nth-child(1) .inner .back, .detail_list > li:nth-child(3) .inner .back, .detail_list > li:nth-child(6) .inner .back, .detail_list > li:nth-child(8) .inner .back {
    background-color: #f1f1f1;
    border-bottom: 2px solid #f9a590;
    border-top: 2px solid #f9a590;
    border-right: 2px solid transparent !important;
    border-left: 2px solid #f9a590 !important;
 
  } */
/* .detail_list>li:nth-child(1) .inner .back,
.detail_list>li:nth-child(3) .inner .back,
.detail_list>li:nth-child(6) .inner .back,
.detail_list>li:nth-child(8) .inner .back {
	background-color: #f1f1f1;
	border-bottom: 2px solid #f9a590;
	border-top: 2px solid #f9a590;
	border-right: 2px solid #f9a590 !important;
	border-left: 2px solid transparent !important;
	
} */

/* .detail_list>li:nth-child(1) .inner .back.extra,
.detail_list>li:nth-child(3) .inner .back.extra,
.detail_list>li:nth-child(6) .inner .back.extra,
.detail_list>li:nth-child(8) .inner .back.extra {
	background-color: #f1f1f1;
	border-bottom: 2px solid #f9a590;
	border-top: 2px solid #f9a590;
	border-right: 2px solid transparent !important;
	border-left: 2px solid #f9a590 !important;
	
} */

/* .detail_list>li:nth-child(1) .inner .back p,
.detail_list>li:nth-child(3) .inner .back p,
.detail_list>li:nth-child(6) .inner .back p,
.detail_list>li:nth-child(8) .inner .back p {
	color: #535151;
} */

.bottom_section {
	background-image: url("../images/gray-bg2.webp");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 280px;
}

.bottom_section.redirect-page {
	padding-top: 130px;
}

.book_demo {
	position: relative;
}

.book_demo .curved_icon {
	left: 15%;
	top: -18%;
	background-color: #fff;
	padding: 0 15px;
}

.book_demo .bd_img {
	text-align: right;
}

.book_demo .copy_block {
	position: relative;
	display: inline-block;
	width: 100%;
	top: -300px;
}

.book_demo .copy_block p {
	font-size: 24px;
	color: #767474;
	padding-bottom: 30px;
}

/*.book_demo .copy_block .btn{ float: left;}*/

.poweredby {
	position: relative;
	text-align: center;
	padding: 120px 0 100px;
	margin-bottom: 120px;
}

.poweredby.inner-four {
	padding: 0px 0 0px;
}

.poweredby .curved_icon {
	left: auto;
	right: 2%;
	top: -43%;
	background-color: #e8f2ef;
	padding: 10px 0;
}

.poweredby .circle_block {
	background-color: #fff;
	border: 20px solid #f9a590;
	width: 860px;
	height: 860px;
	display: inline-block;
	border-radius: 100%;
	position: relative;
	z-index: 2;
	box-shadow: 31px 0 70px rgba(51, 51, 51, .15);
}

.poweredby .circle_block .flexbox {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.poweredby .circle_block .copy {
	padding: 0 135px;
}

.poweredby .circle_block .copy h4 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	padding-bottom: 20px;
}

.poweredby .circle_block .copy p {
	font-size: 24px;
	color: #767474;
	padding-top: 50px;
}

.poweredby .circle_block .copy p span {
	font-weight: 700;
	color: #f5704d;
}

.poweredby .net_img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.poweredby .curved_icon.bottom {
	left: -6%;
	right: auto;
	top: auto;
	bottom: 38%;
	background-color: #fff;
}

footer {
	background-color: #e8e8e8;
	padding: 40px 0 0;
	position: relative;
}

footer p {
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}


footer a {
	color: #b77100;
	font-size: 14px;
	font-weight: 400;
}

footer .tel a {
	color: #272727;
	font-size: 20px;
	font-weight: 600;
}

footer .tel img {
	margin-bottom: 5px;
	width: 25px;
}

.footer-copy {
	padding: 20px;
	background: #f9d53d;
	margin-top: 20px;
}

footer a:hover {
	color: #272727;
	text-decoration: underline;
}

/*.curved_icon{ position: relative;}
.curved_icon1 .icon{ float: left;}
.demo-box h2{ font-size: 30px; color: #363636; font-weight: 300;}

.demo {
  display: flex;
  justify-content: center;
  margin: 0;
  word-break: keep-all;
}*/

/*body { background-image: url("../images/full-line.webp"); width: 100%; height: 100%; background-repeat: no-repeat; background-position: 0 -13%;}*/
.body_wrapper {
	overflow: hidden;
	position: relative;
}

.line_draw {
	position: absolute;
	left: -10%;
	top: 8%;
	padding-top: 0;
	width: 1920px;
}

/*.line_draw{ position: absolute; left: -10%; top: 0; padding-top: 0; width: 1920px;}*/
.st0 {
	fill: none;
	stroke: #363636;
}

.small_icons {
	position: absolute;
}

.about_section .small_icons {
	right: -60px;
	top: 15%;
}

.about_section .small_icons>img {
	width: 100px;
}

.about_section .small_icons.two {
	right: auto;
	top: 70%;
	left: 20%;
}

.about_section .small_icons.two>img {
	width: auto;
}

.feature_section .small_icons {
	top: -15%;
	right: 10%;
}

.poweredby .small_icons {
	right: 0;
	top: 10%;
}

.section_two .element.right {
	top: 45%;
	right: 20px;
	animation: spin 3s linear infinite;
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.book_demo .small_icons2 {
	position: absolute;
	top: 30%;
	left: 20%;
	animation: spin 3s linear infinite;
}

.small_icons2 {
	position: absolute;
	left: 20%;
	animation: spin 3s linear infinite;
}

.banner_section .si_wrap {
	position: absolute;
	bottom: -50px;
	left: -100px;
}

.banner_section .si_wrap .small_icons2 {
	position: absolute;
	top: 0;
	left: 0;
	animation: spin 3s linear infinite;
}

.banner_section .si_wrap span {
	position: absolute;
	left: 0;
	top: 0;
}

.book_popup .modal-dialog {
	max-width: 1080px;
}

.modal-body {
	padding: 40px;
}

.book_popup .modal-body {
	text-align: center;
}

.form_wrap {
	display: inline-block;
	width: 100%;
	max-width: 700px;
}

.form_wrap h2 {
	font-size: 34px;
	color: #f7977e;
	font-weight: 700;
	text-align: center;
	padding-bottom: 40px;
}

.form_wrap h5 {
	font-size: 34px;
	color: #f7977e;
	font-weight: 700;
	text-align: center;
	padding-bottom: 40px;
}

.form_wrap h3 {
	font-size: 34px;
	color: #f7977e;
	font-weight: 700;
	text-align: center;
	padding-bottom: 40px;
}

.form_wrap h4 {
	font-size: 22px;
	color: #f7977e;
	font-weight: 700;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 19px;
	line-height: 1.6;
}

.pop-main-img {
	width: 14%;
	padding-top: 27px;
}

.form_wrap h2 span {
	color: #f7977e;
}

.form_wrap h5 span {
	color: #f7977e;
}

.form_wrap h3 span {
	color: #f7977e;
}

.form_wrap .form-control {
	border: none;
	height: 60px;
	background-color: #fff;
	color: #7d7c7c;
	font-size: 20px;
	font-weight: 700;
	padding-left: 35px;
	box-shadow: 10px 10px 30px rgba(51, 51, 51, .24);
	border: 1px solid rgb(178, 178, 178);
}

.form_wrap .form-control.pricing-holder {
	border: 1px solid rgb(178, 178, 178);
}

.form_wrap .form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #666565 !important;

}

.form_wrap .form-control:focus {
	box-shadow: 10px 10px 30px rgba(51, 51, 51, .24);
}

.form_wrap .form-control::-moz-placeholder {
	color: #fff;
}

.form_wrap .form-control::-webkit-input-placeholder {
	color: #fff;
}

.form_wrap .btn {
	background-color: #f7977e;
	background-image: none;
	font-size: 20px;
}

.form_wrap .btn span {
	line-height: 40px;
	border-width: 1px;
}

.form_wrap .btn span .fa {
	font-size: 24px;
}

.form_wrap ul>li:last-child {
	padding-top: 30px;
}

.form_wrap ul>li:nth-child(3) .form-control,
.form_wrap ul>li:nth-child(4) .form-control {
	background-color: #fff;
}

.form_wrap ul>li:nth-child(5) .form-control,
.form_wrap ul>li:nth-child(6) .form-control {
	background-color: #fff;
}

.form_wrap ul>li .relative .form-control {
	padding-left: 70px;
}

.form_wrap ul>li .relative .fa {
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
	color: #666565;
	font-size: 20px;
}

.detail_list>li .inner .front>div img {
	width: 80px;
	margin: auto;
}

/* css south */
.blog-top-heading p {
	font-size: 16px;
	color: #5d5d5d;
	font-family: 'Manrope';
	margin-bottom: 20px;
	text-align: center;
}

.blog-bottom-txt span {
	font-size: 14px;
	color: #999;
	font-family: 'Manrope';
	padding-right: 15px;
}

.blog-bottom-txt {
	padding: 5px 0px;
}

.blog-main-img img {
	transition: transform .2s;
	-webkit-transition: transform .2s;
}

.blog-main-img-top {
	overflow: hidden;
	margin-bottom: 25px;
	width: 100%;
}

.blog-main-img {
	overflow: hidden;
}

.blog-main-img-top img {
	overflow: hidden;
	transition: transform .2s;
	-webkit-transition: transform .2s;
	width: 100%;
}

.blog-main-img-top img:hover {
	transform: scale(1.2);
	-webkit-transition: scale(1.2);
}

.blog-main-img img:hover {
	transform: scale(1.2);
	-webkit-transition: scale(1.2);

}

.seo-blog-main-img-top img {
	width: 100%;
}

.blog-right-img-list {
	position: relative;
}

.blog-over-txt {
	background-color: #000000c4;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
}

.blog-right-line-box h4 {
	font-size: 17px;
	color: #f57a20;
	font-weight: 800;
	font-family: 'Manrope';
	margin-bottom: 5px;
	line-height: 17px;
}

.blog-right-line-box span {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	font-family: 'Manrope';
}

.blog-right-line-box:hover span {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	font-family: 'Manrope';
}

.blog-right-line-box:hover h4 {
	font-size: 17px;
	color: #fff;
	font-weight: 800;
	font-family: 'Manrope';
	margin-bottom: 5px;
	line-height: 17px;
}


.blog-right-line-box {
	padding: 50px 20px;
	border: 1px solid #d2d0d0;
	border-radius: 5px;
	margin-top: 17px;
}

.blog-over-txt h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	font-family: 'Manrope';
	line-height: 18px;
	margin-bottom: 5px;
}

.blog-over-txt h3 {
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	font-family: 'Manrope';
	line-height: 18px;
	margin-bottom: 5px;
}

.blog-over-txt span {
	color: #fff;
	font-size: 15px;
	font-family: 'Manrope';
	line-height: 18px;
	margin-top: 5px;
	font-weight: 800;
}

.blog-inner-wrap {
	min-height: 217px;
}

.blog-inner-wrap span {
	font-size: 14px;
	color: #999;
	font-family: 'Manrope';
	margin-top: 10px;

}

.blog-right-discription {
	padding: 0px 30px;
}

.blog-right-img-list img {
	width: 100%;
	border-radius: 3px;
}

.strong-heading {
	color: #f57a20;
}

.blog-wrap-inpage-details h2 {
	text-transform: uppercase;
	font-size: 20px;
	color: #f57a20;
	font-weight: 600;
	font-family: 'Manrope';
	padding: 5px 0px;
}

/* seo  pagecss */
.main-seo-wrap {
	margin-top: 30px;
}

.seo-details-inner-wrap {
	padding: 60px 0px;
}

.inner-details-box {
	text-align: center;
	border: 2px solid #f4937a;
	padding: 20px 50px;
	min-height: 320px;
}

.inner-details-box {
	background-image: url("../images/seo-img/box-img1.webp");
	background-size: 100% 100%;
}

.seo-inner-border-wrap {
	text-align: center;
	padding: 40px 0px;
}

.seo-inner-border-wrap h4 {
	text-transform: uppercase;
	font-size: 25px;
	color: #f4937a;
	font-weight: 600;
	font-family: 'Manrope';
	padding: 5px 0px;
}

.seo-inner-btn-wrap {
	margin: 25px 0px;
}

.seo-inner-border-details {
	padding: 10px 20px;
	min-height: 220px;
	margin-bottom: 30px;
}

.seo-inner-border-details.right-seo-line {
	border-right: 1px solid #c4c2c2;
}

.text-main-center {
	text-align: center;
}

.page-wrap-main {
	padding: 50px 0px;
}

.seo-inner-border-wrap p {
	text-align: center !important;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	font-family: 'Manrope';
	padding: 5px 0px;
}

.inner-details-box h4 {
	text-transform: uppercase;
	font-size: 22px;
	color: #f57a20;
	font-weight: 600;
	font-family: 'Manrope';
	padding: 5px 0px;
}

.inner-details-box p {
	text-align: center !important;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	font-family: 'Manrope';
	padding: 5px 0px;
}

.blog-wrap-inpage-details h5 {

	text-transform: capitalize;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	font-family: 'Manrope';
	padding: 5px 0px;
}

.blog-wrap-inpage-details h3 {
	text-transform: uppercase;
	font-size: 20px;
	color: #f57a20;
	font-weight: 600;
	font-family: 'Manrope';
	padding: 5px 0px;
}

.blog-wrap-inpage-details h3 {
	text-transform: uppercase;
	font-size: 20px;
	color: #f57a20;
	font-weight: 600;
	font-family: 'Manrope';
	padding: 5px 0px;
}

.blog-wrap-inpage-details ul {
	padding-left: 50px;
}

.blog-wrap-inpage-details ul li {
	list-style-type: square;
	font-size: 16px;
	color: #5e5c5c;
	font-family: 'Manrope';
	padding: 10px 0px;
	text-align: justify;
}

.blog-wrap-inpage-details p {
	line-height: 2;
	font-size: 16px;
	color: #5e5c5c;
	font-family: 'Manrope';
	padding: 5px 0px;
	text-align: justify;
}

.blog-inner-wrap p {
	font-size: 16px;
	color: #979696;
	font-family: 'Manrope';
	padding: 10px 0px;
}

.blog-blog-wrap {
	padding-bottom: 60px;
}

.blog-inner-wrap h2 {
	font-size: 17px;
	color: #222;
	font-weight: 600;
	font-family: 'Manrope';
	padding: 5px 0px;
}

.blog-inner-details h1 {
	font-size: 20px;
	color: #222;
	font-weight: 700;
	font-family: 'Manrope';
	padding: 10px 0px;
	margin: 15px 0px;
}

.blog-img-wrap {
	background-color: #fffefe;
	padding: 5px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .08);

}

.blog-inner-wrap {
	padding: 10px;
	/* border-bottom: 1px solid #e8e7e7; */
}

.blog-main-img img {
	width: 100%;
}

.faq-heading span {
	color: #f57a20;
}

.blog-heading span {
	color: #f57a20;
}

.faq-heading {
	color: #383838;
	font-weight: 300;
	font-size: 35px;
	padding: 20px 0px;
	text-align: center;
}

.blog-heading {
	color: #383838;
	font-weight: 300;
	font-size: 35px;
	padding: 20px 0px;
	text-align: center;
}

.pringin-inner-top.form_wrap {
	margin-top: 29%;
}

.pricing-phone-wrap p {
	padding: 5px 0px;
	font-size: 19px;
	color: #5d5d5d;
	font-family: 'Manrope';
	text-align: center;
}

.pricing-phone-inner {
	padding-top: 20px;
}

/* .form_wrap.pringin-inner-top .form-control{
  background-color: #f7b2a1;
}
.form_wrap.pringin-inner-top ul > li:nth-child(3) .form-control, .form_wrap.pringin-inner-top ul > li:nth-child(4) .form-control {
	background-color: #f9a590;
}
.form_wrap.pringin-inner-top ul > li:nth-child(5) .form-control, .form_wrap.pringin-inner-top ul > li:nth-child(6) .form-control {
	background-color: #ff987e;
} */
.form_wrap.pringin-inner-top h2 {
	font-size: 34px;
	color: #121515;
	font-weight: 700;
	text-align: center;
	padding-bottom: 40px;
}

.blog-poweredby {
	border: 1px solid #d2d0d0;
	padding: 20px;
	margin-top: 30px;
}

.blog-copy_block .btn span .fa {
	padding: 0 40px;
	line-height: 40px;
}

.blog-copy_block .btn span .fa {
	padding-left: 30px;
	font-size: 26px;
}

.blog-pricing-phone-wrap p {
	padding: 5px 0px;
	font-size: 19px;
	color: #5d5d5d;
	font-family: 'Manrope';
}

.blog-form_wrap .btn {
	background-color: #f7977e;
	background-image: none;
	font-size: 20px;
}

.blog-form_wrap h2 span {
	color: #f7977e;
}

.blog-form_wrap.blog-pringin-inner-top h2 {
	font-size: 34px;
	color: #121515;
	font-weight: 700;
	padding-bottom: 10px;
}

.feature_section .owl-dots {
	bottom: -4%;
	left: 0;
	position: absolute;
	right: 0;
}

.feature_section .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}

.feature_section .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #edb200;
}

/* accordien */

.accordion__header {
	padding: 1em;
	background-color: #eee;
	margin-top: 2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	margin-bottom: 12px;
}

.accordion__header>* {
	margin-top: 0;
	margin-bottom: 0px !important;
	font-size: 16px;
	font-family: 'Manrope';
	font-weight: 700;
	margin-bottom: 12px;
	width: 100%;

}

.accordion__header.is-active {
	background-color: #d0d0d0;
	color: #f57a20;
}

.accordion__toggle {
	margin-left: 10px;
	height: 3px;
	background-color: #222;
	width: 13px;
	display: block;
	position: relative;
	flex-shrink: 1;
	border-radius: 2px;
}

.accordion__body p {
	font-family: 'Manrope';
	font-size: 16px;
	color: #5d5d5d;
}

.accordion__toggle::before {
	content: "";
	width: 3px;
	height: 13px;
	display: block;
	background-color: #222;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
}

.is-active .accordion__toggle {
	background-color: #f57a20;
}

.is-active .accordion__toggle::before {
	display: none;
}


.accordion__body {
	display: none;
	padding: 1em;
	border: 1px solid #ccc;
	border-top: 0;
	background-color: #fff;
}

.accordion__body.is-active {
	display: block;
}

.faq-inner-section {
	padding-top: 190px;
}

.blog-inner-section {
	padding-top: 130px;
}

.bootstrap-datetimepicker-widget .btn {
	background-color: transparent !important;
	border-radius: 0px !important;
	border: 0px !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover {
	background-color: #00ced1;
}

.bootstrap-datetimepicker-widget {
	color: #000 !important;
	/* background-color: transparent !important; */
}

.timepicker .btn {
	font-size: 24px;
	background-color: transparent;
	color: #000;
}

/* ss */

#thankyoupop .modal-content {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	border-radius: 0;
	border: none;
	box-shadow: none;
	width: 50%;
	margin: auto;
	text-align: center;
	left: 20%;
	top: 1%;
}

.blog-copy_block .pricing-txt {
	padding: 5px 0px;
	font-size: 16px;
	color: #5d5d5d;
	font-family: 'Manrope';
	margin-bottom: 20px;
	text-align: justify;
}

.pricing-txt {
	padding: 5px 0px;
	font-size: 16px;
	color: #5d5d5d;
	font-family: 'Manrope';
	margin-bottom: 20px;
}

.error-heading h1 {
	color: #f7977e;
	font-size: 40px;
	padding: 0;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.error-heading p {
	font-size: 18px;
	margin-bottom: 12px;
}

.qodef-btn-text {
	color: #fca204;
	font-size: 20px;
}

.inner-navigation-link.privacy-nav {
	position: absolute;
	left: 20%;
	top: 5%;
	width: 100%;
	z-index: 9;
	padding: 25px 0;
}

.inner-navigation-link.blog-navbar {
	position: absolute;
	left: 20%;
	top: 5%;
	width: 100%;
	z-index: 9;
	padding: 25px 0;
}

.inner-navigation-link {
	position: absolute;
	left: 20%;
	top: 5%;
	width: 100%;
	z-index: 9;
	padding: 25px 0;
}

/* .inner-navigation-link.pricing-nav {
	top: 8%;
} */

.inner-navigation-link ul li {
	display: inline-block;
}

.inner-navigation-link li a {
	font-size: 16px;
	color: #000;
	font-family: 'Manrope';
}

.inner-navigation-link li {

	font-size: 16px;
	color: #0078fa;
	padding-left: 10px;
	font-family: 'Manrope';
}

.footer-wrap {
	display: flex;
	margin-bottom: 15px;
}

.fotter-main {
	width: 40%;
}

.footer-btn {

	width: 30%;
}

.footer-btn img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.footer-btn .store {
	margin-top: 15px;
}

.footer-btn .store ul {
	display: inline-flex;
}

.footer-btn .store img {
	width: 100%;
}

.footer-btn .social p {
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

.footer-quicklinks {
	width: 30%;
	text-align: left;
	margin: auto;
	/* padding-left: 70px; */
}

.footer-quicklinks h3 {
	font-size: 24px;
	font-weight: 600;
}

.footer-quicklinks ul {
	margin-top: 15px;
}


.fotter-main img {
	width: 50%;
	margin-bottom: 20px;
}

.footer-quicklinks li {
	margin-bottom: 7px;
	width: 40%;
	display: inline-block;
}

.footer-quicklinks li a {
	color: #272727;
	font-family: 'Manrope';
	font-size: 15px;
	line-height: 30px;
}

.footer-quicklinks h4 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
}

.footer-btn h4 {
	font-family: 'Manrope';
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}

.footer-btn p {
	font-family: 'Manrope';
	margin-top: 5px;
	font-size: 16px;
	margin-bottom: 5px;
	color: #272727;
}

.footer-btn ul {
	display: inline-flex;
	gap: 15px;
}

.fotter-main p {
	color: #272727;
	font-family: 'Manrope';
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px;
}

.privacy-main-txt {
	text-align: justify;
	font-size: 24px;
	color: #5d5d5d;
}

.privacy-main-txt h3 {
	font-size: 34px;
	color: #121515;
	font-weight: 700;
	text-align: left;
	padding: 25px 0px;
}

.privacy-main-txt p {
	padding: 5px 0px;
	font-size: 16px;
	color: #5d5d5d;
	font-family: 'Manrope';
}

.privavacy-left p {
	padding-left: 40px;
	background-image: url("../images/dot-left.webp");
	background-repeat: no-repeat;
	background-position: left 1px;
}

.error-heading img {
	width: 100%;
	margin: auto;
}

.footer-btn .btn span {
	border: 2px solid #fff;
	padding: 0 20px;
	line-height: 45px;
	border-radius: 40px;
	float: left;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
}

.footer-btn .btn span .fa {
	padding-left: 30px;
	font-size: 26px;
}

.footer-btn .btn {
	font-size: 22px;
	color: #fff;
	padding: 5px;
	border-radius: 40px;
	font-weight: 700;
	background: #00c8a0;
	background: -moz-linear-gradient(to right, #f9a590 0%, #f28a70 98%);
	background: -webkit-linear-gradient(to right, #f9a590 0%, #f28a70 98%);
	background: linear-gradient(to right, #f9a590 0%, #f28a70 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5704d', endColorstr='#f28a70', GradientType=1);
}

.footer-btn .btn:hover span {
	background-color: #fff;
	color: #000;
}

#sidebar-wrapper {
	margin-right: -249px;
	right: 0;
	top: 38%;
	width: 250px;
	background: #75bba3;
	position: fixed;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	/* height: 100%; */
	/* overflow-y: auto; */
	z-index: 999999;
}

#menu-toggle {
	cursor: pointer;
	transform: rotate(90deg);
	text-align: right;
	position: absolute;
	top: 19%;
	left: -101px;
	z-index: 99;
	background-color: #fca204;
	padding: 10px 15px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 20px;
}


#menu-close {
	color: #fff;

	background-color: transparent;

	border: none;

	font-size: 25px;

	position: relative;

	z-index: 99999;

}

#sidebar-wrapper.active {
	right: 250px;
	width: 357px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	padding: 20px 0px;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#mainform .form-control {
	padding: 23px 7px;
}

#slidesubmitForm .form-control {
	color: #000 !important;
}

.form-btn .btn {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	background: #fca204;
	width: 100%;
	color: #000;
	text-transform: uppercase;
	border-radius: 0px;
}

.bottom_fixed ul>li.footer-enquiry-btn {
	position: absolute;
	bottom: 27%;
	left: 35%;
}

#sidebar-wrapper h3 {
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	padding: 20px;
	text-transform: uppercase;
}


/* industry css */

.main-banner-industry {
	margin-top: 110px;
}

.industry-banner-text-top {
	position: absolute;
	top: 40%;
	z-index: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 70%;
	padding: 25px 20px;
	background: rgba(255, 255, 255, 0.8);
}

.seo-blog-main-img-top {
	position: relative;
}

.industry-banner-text h3 {
	font-size: 35px;
	color: #222;
	font-weight: 700;
	font-family: 'Manrope';
	margin-bottom: 15px;
}

.industry-banner-text p {
	font-size: 20px;
	color: #222;
	font-weight: 700;
	font-family: 'Manrope';
}

.inner-details-box.industry-extra {
	min-height: 295px;
}

.seo-inner-border-details.industry-box {
	min-height: 170px;
}

.inner-details-box.industry-extra h4 {
	font-size: 17px;
}

.inner-details-box.industry-extra {
	padding: 20px 20px;
}

.inner-details-box.commerical-box {
	min-height: 300px;
}

.dropdown-menu>li>a {
	color: #383838;
	float: left;
	position: relative;
	font-size: 16px;
	padding: 0;
	line-height: 40px;
	font-weight: 700;
}

.dropdown-menu {
	padding: 20px 20px;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 8px;
}


@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 24px;
	}

	.open .dropdown-menu>li>a {
		padding: 5px 15px 10px 0px !important;
	}

	.dropdown-submenu {
		>a::after {
			margin-top: -34px !important;
			margin-right: -280px !important;
		}
	}

	.navigation>ul>li>span {
		left: 223px;
		top: 15px;
	}

	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 8px dashed !important;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}

}

@media (max-width: 1023px) {
	.navigation {
		width: 100% !important;
	}

	.navigation>ul>li>a {
		color: #383838 !important;
		float: left !important;
		position: relative !important;
		font-size: 16px !important;
		padding: 0 !important;
		line-height: 30px !important;
		font-weight: 700 !important;
	}
}

.navbar {
	margin-bottom: 0px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-color: transparent;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent;
}

.dropdown-menu {
	min-width: 295px;
}

.dropdown-submenu {
	position: relative;

	>a::after {
		display: block;
		content: "";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 6px 0 6px 8px;
		border-left-color: #000;
		margin-top: -26px;
		margin-right: -260px;
	}

	>ul.dropdown-menu {
		position: absolute;
		left: 100%;
		top: 0;
		margin-left: 20px;
	}
}

.page-Breadcrumb {
	width: 100%;
	padding: 5px 0;
}

.page-Breadcrumb li {
	font-size: 16px;
	color: #0078fa;
	padding-left: 10px;
	font-family: 'Manrope';
}

.page-Breadcrumb ul li {
	display: inline;
}

.calendly-overlay .calendly-popup {
	background: #ffffffbf;
}

.calendly-overlay .calendly-popup-close {
	right: 150px !important;
}

.faq {
	padding-top: 60px;
	padding-bottom: 60px;
}

#botpenguin-launcher-12 {
	bottom: 60px !important;
	right: 12px !important;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 5px dashed;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

/*--------------------------------------------------*/
.button-shine {
	color: #fff;
	border: none;
	border-radius: 1px;
	padding: 10px 28px;
	background: #fca204;
	position: relative;
	overflow: hidden;
}

.multi-action {
	display: inline-block;
	position: fixed;
	width: 50px;
	height: 50px;
	left: 1%;
	bottom: 10%;
	z-index: 9;
}

.active {
	box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}

.actions {
	position: absolute;
	/* list-style: none inside none; */
	margin: 0 0 0 0;
	padding: 0;
	width: auto;
	float: left;
	background-color: transparent;
	top: 8px;
	left: 8px;
	z-index: 1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.actions {
	li {
		position: absolute;
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		margin: 0;
		background: #212121;
		color: #ffffff;
		transition: all .3s;
		transform: scale(.3);
	}
}

.action-button {
	&.active~.actions {
		li {
			transition: all .3s;
			transform: scale(1);
		}
	}
}

.actions {
	& li {
		a {
			background: inherit;
			color: inherit;
			display: block;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			line-height: 40px;
			text-align: center;
		}
	}
}

.action-button {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 0;
	outline: 0;
	background: #fca204;
	font-size: 24px;
	color: white;
	z-index: 2;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	transition: all .3s;
}

li {
	transition: all .3s;
	transform: scale(1);
}

.actions {
	& li {
		&:nth-child(1) {
			background: #1877F2;
		}
	}
}

.action-button {
	&.active~.actions {
		& li {
			&:nth-child(1) {
				margin-top: -56px;
			}
		}
	}
}

.action-button {
	&.active~.actions {
		li {
			transition: all .3s;
			transform: scale(1);
		}
	}
}

.action-button {
	&.active~.actions {
		& li {
			&:nth-child(2) {
				margin-top: -104px;
			}
		}
	}
}

.action-button {
	&.active~.actions {
		& li {
			&:nth-child(3) {
				margin-top: -152px;
			}
		}
	}
}

.actions {
	& li {
		&:nth-child(3) {
			background: #0077B5;
		}
	}
}

.action-button {
	&.active~.actions {
		& li {
			&:nth-child(4) {
				margin-top: -200px;
			}
		}
	}
}

.actions {
	& li {
		&:nth-child(4) {
			background: #25d366;
		}
	}
}


.events_item {
	min-height: auto !important;
}

.blog-tags ul li {
	width: auto;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	color: #3e3c3c;
	background-color: #eae8e8;
	border-radius: 50px;
	padding: 5px 15px;
	text-align: center;
	margin-bottom: 15px;
}






/* .feature-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	margin: 0;
	justify-content: center;
} */

.feature-list li {
	flex: 1 1 250px;
	max-width: 300px;
}

.feature-box {
	position: relative;
	width: 100%;
	height: 250px;

	/* border-radius: 10px; */
	background: #E8E5E2;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease;
}

/* .feature-box:hover {
	transform: translateY(-5px);
} */

.feature-front,
.feature-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	text-align: center;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.feature-front {
	flex-direction: column;
	visibility: visible;
	opacity: 1;
}

.feature-front img {
	max-width: 70px;
	margin-bottom: 10px;
}

.feature-front h4 {
	font-size: 16px;
	color: #333;
}

.feature-back {
	background: #E8E5E2;
	visibility: hidden;
	opacity: 0;
	/* border-radius: 10px; */
}

.feature-back p {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}

.feature-box:hover .feature-front {
	visibility: hidden;
	opacity: 0;
}

.feature-box:hover .feature-back {
	visibility: visible;
	opacity: 1;
}



.feature-list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* 4 columns */
	gap: 10px;
	padding: 20px;
	margin: 0;
}

.feature-list li {
	background: #fff;
	/* White inside */
	/* padding: 30px 20px; */
	/* border-radius: 8px; */
	border: 1px solid #ddd;
	/* Thin border */
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-list li:hover {
	/* transform: translateY(-5px); */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border: 1px solid #f08080;
}

.feature-box img {
	width: 60px;
	height: auto;
	margin-bottom: 15px;
}

.feature-box h4 {
	color: #535151;
	font-size: 20px;
	padding-top: 20px;
	line-height: normal;
}



/* Responsive */
/* Responsive */
@media (max-width: 992px) {
	.feature-list {
		grid-template-columns: repeat(2, 1fr);
		/* 2 per row for tablets */
		padding: 0px;
	}
}

@media (max-width: 576px) {
	.feature-list {
		grid-template-columns: repeat(2, 1fr);
		/* 2 per row for mobiles too */
	}

	.feature-box h4 {
		font-size: 16px;
	}

	.feature-box {
		height: 210px;
	}

	.feature-back p {
		line-height: none;
		font-size: 14px;
		margin-top: -10px;
	}

	.feature-front,
	.feature-back {
		padding: 0px;
	}
}