/* @import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
/*font-family: 'Nunito', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: var(--fonttheme);*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('hover.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');

body {
	margin: 0;
}

:root {
	--font0: 0;
	--font7: 0.438rem;
	--font8: 0.5rem;
	--font9: 0.563rem;
	--font10: 0.625rem;
	--font11: 0.688rem;
	--font12: 0.75rem;
	--font13: 0.813rem;
	--font14: 0.875rem;
	--font15: 0.938rem;
	--font16: 1rem;
	--font17: 1.063rem;
	--font18: 1.125rem;
	--font19: 1.188rem;
	--font20: 1.25rem;
	--font30: 1.875rem;
	--font25: 1.565rem;
	--themecolor: #37af4a;
	--li-blue: #f4f8fb;
	--li-orange: #f6ebe3;
	--li-grey: #f7f7f7;
	--li-red: rgb(253, 218, 218);
	--fonttheme: 'Montserrat', sans-serif;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

body {
	font-size: var(--font15);

	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	/* font-family: 'Nunito', sans-serif; */
}

a {
	text-decoration: none;
	cursor: pointer;
	color: var(--theme);
}

.no-padding {
	padding: 0px !important;
}

button:focus {
	outline: none;
}

.btn,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

.btn:focus {
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	/* font-family: 'Open Sans', sans-serif; */

}

input,
button,
select {}

textarea {
	overflow: hidden;
}

p,
.text {
	position: relative;
	line-height: 1.8em;
}

.strike-through {
	text-decoration: line-through;
}


.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

/*List Style One*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	color: #555555;
	font-size: var(--font14);
	font-weight: 400;
	margin-bottom: 10px;
}

.list-style-one li span {
	position: relative;
	color: #222222;
	font-size: var(--font14);
	font-weight: 600;
	margin-bottom: 10px;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.grey-bg {
	background-color: #f1f2f3;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	line-height: 29px;
	color: #ffffff;
	font-size: var(--font15);
	font-weight: 600;
	border-radius: 50px;
	letter-spacing: 1px;
	background: none;
	border: 2px solid #ffffff;
	padding: 10px 28px 10px;
	-moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.20);
	-o-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.20);
}

.btn-style-one:hover {
	color: var(--theme);
	background: #ffffff;
}

.btn-style-one:hover .icon {
	color: var(--theme);
}

/*Btn Style Two*/

.btn-style-two {
	position: relative;
	line-height: 29px;
	color: #ffffff;
	font-size: var(--font15);
	font-weight: 600;
	border-radius: 50px;
	letter-spacing: 1px;
	background: var(--theme);
	padding: 12px 30px 12px;
	border: 2px solid var(--theme);
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.20);
}

.btn-style-two .icon {
	position: relative;
	color: #ffffff;
	margin-left: 10px;
	font-size: 30px;
	top: 6px;
	line-height: 10px;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.btn-style-two:hover {
	color: var(--theme);
	background: none;
}

.btn-style-two:hover .icon {
	color: var(--theme);
}

/* Btn Style Three */

.btn-style-three {
	position: relative;
	line-height: 29px;
	color: #9f70ed;
	font-size: var(--font15);
	font-weight: 600;
	border-radius: 50px;
	letter-spacing: 1px;
	background: none;
	padding: 14px 30px 14px;
	border: 1px solid #f4f4f4;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.20);
}

.btn-style-three .icon {
	position: relative;
	color: #9f70ed;
	margin-left: 10px;
	font-size: 30px;
	top: 6px;
	line-height: 10px;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.btn-style-three:hover {
	color: #ffffff;
	background-color: #9f70ed;
	border-color: #9f70ed;
}

.btn-style-three:hover .icon {
	color: #ffffff;
}

/* Btn Style Four */

.btn-style-four {
	position: relative;
	line-height: 29px;
	color: #ffffff;
	font-size: var(--font15);
	font-weight: 600;
	border-radius: 50px;
	letter-spacing: 1px;
	background: #9f70ed;
	padding: 12px 53px 12px;
	border: 2px solid #9f70ed;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.20);
}

.btn-style-four:hover {
	color: #ffffff;
	border-color: #ff617d;
	background: #ff617d;
}

.theme_color {
	color: var(--theme);
}

img {
	display: inline-block;
	max-width: 100%;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 70px;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 65px;
	text-align: center;
	z-index: 99999;
	cursor: pointer;
	background: var(--theme);
	display: none;
	border: 2px solid var(--theme);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: #ffffff;
	background: var(--backgr);
	border-color: var(--backgr);
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99;
	width: 100%;
	padding: 0px;
	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.fixed-header {
	top: 0px;
	background: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.header-style-two.fixed-header {
	background: #202020;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

/*Language Dropdown*/

.main-header .language {
	position: relative;
	line-height: 1em;
	display: inline-block;
	margin-top: 8px;
	margin-left: 15px;
}

.main-header .language .dropdown-menu {
	top: 100%;
	right: 0px;
	left: auto !important;
	width: 170px;
	border-radius: 0px;
	margin-top: 17px;
	background-color: #222222;
	border: none;
	padding: 0px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border-top: 3px solid var(--theme);
}

.fixed-header .language .dropdown-menu {
	margin-top: 41px;
}

.main-header .language>a {
	color: #222222;
	padding: 0px 0px;
	background: none !important;
	text-transform: uppercase;
	display: inline-block;
	border: 0px;
	font-weight: 500;
	font-size: var(--font15);
	line-height: 1em;
}

.main-header .language>a:focus {
	outline: none;
}

.main-header .language>a:after {
	display: none;
}

.main-header language a:hover {
	background: none;
}

.main-header .language .dropdown-menu>li {
	padding-right: 0px !important;
	margin: 0px !important;
	float: none;
	display: block !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .language .dropdown-menu>li:last-child {
	border-bottom: none;
}

.main-header .language .dropdown-menu>li>a {
	padding: 14px 20px !important;
	color: #ffffff;
	display: block;
	text-align: left;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .language .dropdown-menu>li>a:hover {
	color: #ffffff !important;
	background-color: var(--theme);
}


/*Sticky Header*/

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #18191b;
	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;
}

.sticky-header .logo {
	padding: 5px 0px 5px;
}

.main-header .sticky-header .outer-box {
	margin-top: 20px;
}

.main-header .sticky-header .search-box-outer .dropdown-menu {
	top: 46px;
}

.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;
}

.main-header .header-upper {
	position: relative;
	z-index: 5;
	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 .header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header .logo-outer {
	position: relative;
	z-index: 25;
	padding: 5px 0px 0px;
	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 .logo-outer {
	padding: 12px 0px;
}

.fixed-header .header-upper .upper-right {
	margin-top: 0px !important;
}


.main-header .header-upper .upper-right {
	position: relative;
	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.header-style-one .header-upper .upper-right {
	margin-top: 0px;
}

.main-header .header-lower {
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 5;
}

.main-header .nav-outer {
	position: relative;
	margin: 0px 0px;
}

.main-menu {
	position: relative;
	float: left;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	margin-left: 32px;
}

.header-style-three .main-menu .navigation>li {
	margin-left: 0px;
	margin-right: 45px;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px;
}

.main-header .sticky-header .main-menu .navigation>li {
	margin: 0px;
	border: 0px;
	margin-left: 30px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	font-size: var(--font15);
	color: #fff;
	line-height: 30px;
	font-weight: 400;
	opacity: 1;
	text-transform: capitalize;
	padding: 10px 0px 10px 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: var(--fonttheme);
	text-decoration: none;
}

.main-menu .navigation>li.dropdown>a {
	padding-right: 15px;
}

.main-menu .navigation>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
	font-size: var(--font15);
	font-weight: normal;
	display: block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.header-style-two .main-menu .navigation>li>a,
.main-header.header-style-two .search-box-btn,
.main-header.header-style-two .language>a,
.main-header.header-style-two .outer-box .nav-btn {
	color: #ffffff;
}

.main-header.header-style-two .search-box-btn {
	border-color: rgba(255, 255, 255, 0.40);
}

.main-header .sticky-header .main-menu .navigation>li>a {
	color: #ffffff;
	padding: 20px 0px;
	line-height: 30px;
	font-size: var(--font16);
	font-weight: 500;
	min-height: 0px;
	background: none;
	border: 0px;
	font-family: var(--fonttheme);
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
	color: var(--theme);
	opacity: 1;
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
	color: var(--theme);
	opacity: 1;
}

.main-menu .navigation>li:hover>a:after {
	opacity: 1;
}

.main-header .sticky-header .main-menu .navigation>li>ul:before {
	display: none;
}

.main-header .sticky-header .main-menu .navigation>li>ul {
	top: 100% !important;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 220px;
	z-index: 100;
	display: none;
	background: #fff;
	/* border-top: 2px solid var(--backgr); */
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
	-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 rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
	padding: 8px;
	font-size: var(--font14);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	font-weight: bold;
	padding: 0px;
}

.main-menu .navigation>li>ul>li:hover {
	font-weight: bold;
	cursor: pointer;
	color: var(--themecolor);
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;

}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 5px 10px;
	line-height: 24px;
	font-weight: 500;
	font-size: var(--font15);
	color: #242424;
	text-align: left;

	padding-right: 0px !important;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: var(--fonttheme);
}

.main-menu .navigation>li>ul>li>a:before {
	position: absolute;
	left: 15px;
	top: 50%;
	width: 7px;
	height: 1px;
	background-color: #242424;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'FontAwesome';
	font-weight: bold;
}

.main-menu .navigation>li>ul>li:hover>a:before {
	background-color: transparent;
	content: "";

}

.main-menu .navigation>li>ul>li a:hover {
	font-weight: 600;
	cursor: pointer;
	color: var(--themecolor);
}

/* .main-menu .navigation > li > ul > li:hover > a{
	background-color:var(--theme);
	color:#ffffff;
} */

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 220px;
	z-index: 100;
	display: none;
	background: #f6f6f6;
	border-top: 2px solid var(--backgr);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-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:before {
	position: absolute;
	content: '';
	right: 100%;
	top: 0px;
	width: 20px;
	height: 100%;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
}

.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: 12px 30px;
	line-height: 24px;
	font-weight: 500;
	font-size: var(--font15);
	color: #242424;
	text-align: left;
	padding-right: 0px !important;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: var(--fonttheme);
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
	position: absolute;
	content: '';
	left: 15px;
	top: 50%;
	width: 7px;
	height: 1px;
	background-color: #242424;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'FontAwesome';
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
	background-color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	background-color: var(--theme);
	color: #ffffff;
}

.sticky-header .main-menu .navigation>li>a:after {
	display: none;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 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 .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: var(--font16);
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .outer-box {
	position: relative;
	float: left;
	margin-left: 24px;
	margin-top: 15px;
}

.main-header .outer-box .nav-btn {
	position: relative;
	top: 3px;
	font-size: 21px;
	cursor: pointer;
	color: #222222;
	margin-left: 20px;
	display: inline-block;
}

.main-header .header-lower .search-box-outer {
	min-width: 60px;
}

.main-header .header-lower .search-box-btn {
	position: relative;
	display: block;
	width: 100%;
	font-size: var(--font18);
	color: #ffffff;
	line-height: 20px !important;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	background: 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;
}

.main-header .header-lower .search-box-outer .dropdown-menu {
	top: 44px;
	right: 0px;
	padding: 0px;
	width: 280px;
	border-radius: 0px;
	border-top: 3px solid var(--theme);
}

.main-header .header-lower .search-box-outer .dropdown-menu>li {
	padding: 0px;
	border: none;
	background: none;
}

.main-header .header-lower .search-panel .form-container {
	padding: 25px 20px;
}

.main-header .header-lower .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select {
	display: block;
	width: 100%;
	height: 40px;
	color: #000000;
	line-height: 24px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 7px 40px 7px 15px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus {
	border-color: var(--theme);
}

.main-header .header-lower .search-panel .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #555555;
	font-size: var(--font12);
	background: none;
	cursor: pointer;
}

/*search box btn*/

.main-header .search-box-outer {
	position: relative;
	left: 3px;
	display: inline-block;
}

.main-header .search-box-btn {
	position: relative;
	font-size: var(--font15);
	line-height: 1em;
	color: #222222;
	cursor: pointer;
	background: none;
	display: inline-block;
}

.main-header .search-box-btn:after {
	display: none;
}

.main-header .search-box-outer .dropdown-menu {
	top: 62px !important;
	padding: 0px;
	width: 280px;
	right: 0px;
	border-radius: 0px;
	left: auto !important;
	border-top: 3px solid var(--theme);
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .search-panel .form-container {
	padding: 25px 20px;
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 7px 40px 7px 15px;
	height: 40px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
	border-color: var(--theme);
}

.main-header .search-panel .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #555555;
	font-size: var(--font12);
	background: none;
	cursor: pointer;
}

.main-header .info-box {
	position: relative;
	float: left;
	margin-left: 30px;
	font-size: var(--font15);
	color: #424242;
	text-align: left;
	padding: 0px 0px 0px 50px;
}

.main-header .info-box:first-child {
	padding-right: 30px;
	border-right: 1px solid #c8c8c8;
}

.main-header .info-box:last-child {
	padding-right: 0px;
	margin-left: 0px;
	top: -2px;
}

.main-header .info-box .icon-box {
	position: absolute;
	left: 0px;
	top: 6px;
	color: var(--theme);
	font-size: 26px;
	text-align: left;
	line-height: 1.2em;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .info-box li {
	position: relative;
	line-height: 20px;
	color: #767676;
	font-size: var(--font15);
	margin-bottom: 3px;
	font-weight: 500;
}

.main-header .info-box strong {
	font-weight: 500;
	color: #333333;
	font-size: var(--font15);
	display: block;
	margin-bottom: 4px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
	width: 100px;
	font-size: var(--font18);
	font-style: normal;
	height: 50px;
	padding: 10px 20px;
	line-height: 33px;
	color: #262626;
	float: left;
	border-radius: 0px;
	border: 1px solid #f2f2f2;
	background: #ffffff;
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 2px;
	text-indent: 0px;
	color: #333333;
}

.form-group .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 30px;
	display: block;
	color: #262626;
	line-height: 23px;
	font-size: var(--font15);
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item {
	font-size: var(--font14);
	border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background-color: var(--theme);
	border-color: var(--theme);
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: var(--font14);
	line-height: 24px;
}

.ui-menu-item:hover {}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}



.sec-title.light h2 {
	color: #ffffff;
}

.sec-title.centered {
	text-align: center;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #e0e0e0;
}

.main-slider .tp-caption {
	z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
	background: rgba(0, 0, 0, 0.40) !important;
}

.main-slider .tparrows.gyges {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.20);
}

.main-slider .tparrows.gyges:before {
	line-height: 60px;
}

.main-slider .tparrows.gyges:hover {
	color: var(--theme) !important;
	background-color: var(--theme);
}

.main-slider h2 {
	position: relative;
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3em;
	display: inline-block;
}

.main-slider .text {
	position: relative;
	font-size: var(--font15);
	font-weight: 400;
	color: #e7e7e7;
	line-height: 2em;
}

.main-slider .btns-box {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.main-slider .btns-box .theme-btn {
	position: relative;
	z-index: 2;
	margin-right: 20px;
}

.main-slider:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 40%;
	border-bottom: 50px solid #ffffff;
	border-right: 750px solid transparent;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
	display: none !important;
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
	content: '';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	font-size: var(--font12);
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, 0.40) !important;
	color: #ffffff;
	visibility: visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before {
	content: '\f178';
}

.fancybox-prev span:before {
	content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

.fancybox-type-image .fancybox-close {
	right: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/icons/icon-cross.png) center center no-repeat;
	background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
	background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
	padding: 0px !important;
}

/*Appointment Box*/

.appointment-box {
	position: fixed;
	right: -400px;
	top: 0px;
	width: 400px;
	max-width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.appointment-form-visible .appointment-box {
	right: 0px;
	opacity: 1;
	visibility: visible;
}

.appointment-box .inner-box {
	position: relative;
	background-color: var(--backgr);
	padding: 80px 30px 30px;
}

.appointment-box .inner-box .cross-icon {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	color: #ffffff;
	font-size: var(--font20);
}

.appointment-box .inner-box h2 {
	position: relative;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2em;
	color: #ffffff;
	margin-bottom: 20px;
	font-family: var(--fonttheme);
}

/*Appointment Form*/

.appointment-form {
	position: relative;
}

.appointment-form .form-group {
	position: relative;
	margin-bottom: 15px;
}

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 23px;
	padding: 10px 20px;
	height: 48px;
	color: #ffffff;
	font-size: var(--font16);
	border: 1px solid rgba(255, 255, 255, 0.40);
	background: none;
	transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.appointment-form input::placeholder,
.appointment-form textarea::placeholder {
	color: #ffffff;
}

.contact-form.alternate input::placeholder,
.contact-form.alternate textarea::placeholder {
	color: #ffffff !important;
}

.appointment-form textarea {
	height: 135px;
	resize: none;
}

.appointment-form .form-group button {
	margin-top: 15px;
}

.contact-info-box {
	position: relative;
	padding-top: 50px;
}

.contact-info-box .info-list {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 25px;
}

.contact-info-box .info-list li {
	position: relative;
	color: #ffffff;
	font-size: var(--font18);
	font-weight: 400;
	margin-bottom: 10px;
	font-family: var(--fonttheme);
}

.contact-info-box .info-list:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 1px;
	background-color: #ffffff;
}

.contact-info-box .social-list {
	position: relative;
}

.contact-info-box .social-list li {
	position: relative;
	width: 50%;
	float: left;
	margin-bottom: 6px;
	display: inline-block;
}

.contact-info-box .social-list li a {
	position: relative;
	font-size: var(--font16);
	font-weight: 400;
	color: rgba(255, 255, 255, 0.80);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.contact-info-box .social-list li a:hover {
	color: rgba(255, 255, 255, 0.80);
}

.form-back-drop {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.70);
	visibility: hidden;
	z-index: 9990;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.appointment-form-visible .form-back-drop {
	opacity: 1;
	visibility: visible;
}

/*Main Banner*/

.main-banner {
	position: relative;
	padding-top: 0px;
	z-index: 1;
	margin-bottom: 30px;

}


.main-banner .bg-round-layer {
	position: absolute;
	right: -150px;
	top: 70px;
	width: 864px;
	height: 864px;
	background: url(../images/background/round-bg.png) center center no-repeat;
}

.main-banner .content-column {
	position: relative;
}

.main-banner .content-column .inner-column {
	position: relative;
	padding-top: 150px;
	text-align: center;
	padding-bottom: 50px;
}

.main-banner .content-column h2 {
	position: relative;
	color: #444444;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3em;
}

.main-banner .content-column .text {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	margin-top: 5px;
	line-height: 1.8em;
	margin-bottom: 15px;
	padding-right: 0px;
}

.main-banner .image-column .inner-column .icon-one {
	position: absolute;
	left: 10%;
	bottom: 16%;
	width: 50px;
	height: 50px;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	line-height: 50px;
	font-size: 26px;
	display: inline-block;
	background-color: #b276f3;
}

.main-banner .image-column .inner-column .icon-two {
	position: absolute;
	right: -18%;
	top: 20%;
	width: 64px;
	height: 64px;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	line-height: 64px;
	font-size: var(--font20);
	display: inline-block;
	background-color: #fe3250;
}

.main-banner .image-column .inner-column .icon-three {
	position: absolute;
	right: -39%;
	bottom: 16%;
	width: 37px;
	height: 37px;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	line-height: 50px;
	font-size: 26px;
	display: inline-block;
	background-color: #ffffff;
	border: 12px solid #6363ec;
}

.main-banner .image-column .inner-column .icon-four {
	position: absolute;
	left: 42%;
	top: 18%;
	width: 40px;
	height: 40px;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #20f2f9;
	background-color: rgba(32, 242, 249, 0.10);
}

.main-banner .image-column .inner-column .icon-four:before {
	position: absolute;
	content: '';
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 50%;
	background-color: #20f2f9;
}

.main-banner .image-column .inner-column .icon-five {
	position: absolute;
	left: 25%;
	bottom: 30%;
	width: 37px;
	height: 37px;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	line-height: 50px;
	font-size: 26px;
	display: inline-block;
	background-color: #ffffff;
	border: 12px solid #21ffaf;
}

.main-banner .image-column {
	position: relative;
	z-index: 1;
}

.main-banner .image-column .inner-column {
	position: relative;
}

.main-banner .image-column .inner-column .circle-one {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 820px;
	width: 860px;
	border-radius: 50%;
	border: 1px solid #f3f3f3;
}

.main-banner .image-column .inner-column .circle-two {
	position: absolute;
	left: 130px;
	top: 110px;
	right: 130px;
	bottom: 130px;
	height: 610px;
	width: 610px;
	border-radius: 50%;
	border: 1px solid #f3f3f3;
}

.main-banner .image-column .inner-column .circle-three {
	position: absolute;
	left: 260px;
	top: 250px;
	right: 130px;
	bottom: 130px;
	height: 350px;
	width: 350px;
	border-radius: 50%;
	border: 1px solid #f3f3f3;
}

.main-banner .image-column .inner-column .circle-four {
	position: absolute;
	left: 370px;
	top: 360px;
	right: 130px;
	bottom: 130px;
	height: 130px;
	width: 130px;
	border-radius: 50%;
	border: 1px solid #f3f3f3;
}

.main-banner .image-column .inner-column .image {
	position: relative;
	padding-top: 0px;
	text-align: center;
}

.main-banner .image-column .image img {
	position: relative;
	max-width: none;
	display: inline-block;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 0px 0px 0px;
	z-index: 1;
}

.services-section .sec-title {
	margin-bottom: 30px;
}

/*.services-section.style-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:-140px;
	width:100%;
	height:227px;
	background:url(../images/background/4.png) no-repeat;
}*/

.services-block {
	position: relative;
	margin-bottom: 30px;
}

.services-block .inner-box {
	position: relative;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	padding: 30px 20px 45px;
	border: 1px solid #dedede;
}

.services-block .inner-box:before {
	position: absolute;
	content: '';
	left: 0%;
	top: 0%;
	width: 0px;
	height: 100%;
	background-color: var(--lightgreen);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.services-block .inner-box:hover::before {
	width: 100%;
}

.services-block .inner-box:hover {
	border-color: var(--lightgreen);
}

.services-block .inner-box .icon-box {
	position: relative;
	z-index: 1;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	display: inline-block;
	/* background:url(../images/icons/icon-1.png) no-repeat; */
}

.services-block:nth-child(2) .inner-box .icon-box {
	/* background:url(../images/icons/icon-2.png) no-repeat; */
}

.services-block:nth-child(3) .inner-box .icon-box {
	/* background:url(../images/icons/icon-3.png) no-repeat; */
}

.services-block:nth-child(4) .inner-box .icon-box {
	/* background:url(../images/icons/icon-4.png) no-repeat; */
}

.services-block .inner-box .icon-box .icon {
	position: relative;
	font-size: 44px;
	color: #fe7696;
}

.services-block:nth-child(2) .inner-box .icon-box .icon {
	color: #4e79f5;
}

.services-block:nth-child(3) .inner-box .icon-box .icon {
	color: #42bd2d;
}

.services-block:nth-child(4) .inner-box .icon-box .icon {
	color: #b276f3;
}

.services-block .inner-box h3 {
	position: relative;
	font-size: var(--font18);
	z-index: 1;
	font-weight: 600;
	text-transform: capitalize;
}

.services-block .inner-box h3 a {
	position: relative;
	color: #444444;
}

.services-block .inner-box .text {
	position: relative;
	color: #7f8497;
	z-index: 1;
	font-size: var(--font16);
	line-height: 1.8em;
	margin-top: 10px;
}

/*** 

====================================================================
	App Section
====================================================================

***/

.app-section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 150px;
}

.app-section.style-two {
	padding-bottom: 0px;
}

.app-section .image-column {
	position: relative;
}

.app-section .image-column .inner-column {
	position: relative;
	text-align: center;
}

.app-section .image-column .inner-column .message-box {
	position: absolute;
	left: 0px;
	top: 105px;
}

.app-section .image-column .inner-column .message-box .box-inner {
	position: relative;
	width: 100%;
	max-width: 250px;
	text-align: center;
	border-radius: 10px;
	padding: 35px 25px 30px;
	background-color: #ffffff;
	box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.10);
}

.app-section .image-column .inner-column .message-box .box-inner .icon-one {
	position: absolute;
	right: 62px;
	top: -8px;
	font-size: 42px;
	color: #dadada;
	line-height: 1em;
}

.app-section .image-column .inner-column .message-box .box-inner .icon-two {
	position: relative;
	font-size: 26px;
	color: #ffffff;
	line-height: 1em;
	padding: 7px 10px;
	border-radius: 6px;
	display: inline-block;
	background-color: #ff5c35;
}

.app-section .image-column .inner-column .message-box .box-inner h3 {
	position: relative;
	color: #333333;
	font-size: var(--font15);
	margin-top: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.app-section .image-column .inner-column .message-box .box-inner .text {
	position: relative;
	color: #7f8497;
	font-size: var(--font14);
	margin-top: 8px;
	font-weight: 400;
}

/* Play Box */

.app-section .image-column .inner-column .play-box {
	position: absolute;
	right: 55px;
	bottom: 130px;
	min-width: 195px;
	text-align: left;
	padding: 18px 30px;
	background-color: #f3d176;
	border-radius: 0px 0px 0px 30px;
	box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
}

.app-section .image-column .inner-column .play-box .box-inner {
	position: relative;
	color: #363636;
	font-size: var(--font15);
	line-height: 1.4em;
	padding-left: 60px;
	font-weight: 700;
	text-transform: uppercase;
}

.app-section .image-column .inner-column .play-box .box-inner .play-btn {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000000;
	font-size: 42px;
	line-height: 1em;
	font-weight: 600;
}

/* Chat Icon */

.app-section .image-column .inner-column .chat-icon {
	position: absolute;
	right: 0px;
}

.app-section .image-column .inner-column:before {
	position: absolute;
	content: '';
	right: 0px;
	top: -60px;
	width: 566px;
	height: 652px;
	z-index: -1;
	display: inline-block;
	background: url(../images/resource/pattern-1.png) no-repeat;
}

.app-section .content-column {
	position: relative;
}

.app-section .content-column .inner-column {
	position: relative;
	padding-left: 50px;
	padding-top: 100px;
}

.app-section .content-column .inner-column h2 {
	position: relative;
	color: #444444;
	font-size: 35px;
	line-height: 1.4em;
}

.app-section .content-column .inner-column .text {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 1.8em;
	margin-top: 25px;
	margin-bottom: 35px;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
	position: relative;
	padding: 115px 0px 70px;
	background-color: #ebf1fe;
}

.services-section-two.style-two {
	margin-bottom: 170px;
}

.services-section-two.style-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -230px;
	width: 100%;
	height: 230px;
	background: url(../images/background/2.png) repeat-x;
}

.services-section-two.style-two:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -181px;
	width: 100%;
	height: 181px;
	background: url(../images/background/3.png) repeat-x;
}

.services-block-two {
	position: relative;
	padding-bottom: 40px;
}

.services-block-two .inner-box {
	position: relative;
}

.services-block-two .inner-box .content-column {
	position: relative;
	margin-bottom: 40px;
}

.services-block-two .inner-box .content-column .inner-column {
	position: relative;
	padding-top: 90px;
	padding-right: 40px;
}

.services-block-two .inner-box .content-column .icon-box {
	position: relative;
}

.services-block-two .inner-box .content-column .icon-box .service-number {
	position: absolute;
	left: 0px;
	top: 165%;
	font-weight: 800;
	font-size: 85px;
	color: rgba(255, 255, 255, 0.50);
	/* font-family: 'Nunito', sans-serif; */
}

.services-block-two .inner-box .content-column .icon-box .icon {
	position: relative;
	font-size: 54px;
	color: var(--theme);
	line-height: 1em;
}

.services-block-two .inner-box .content-column h3 {
	position: relative;
	color: #444444;
	font-size: 25px;
	line-height: 1.3em;
	margin-top: 30px;
}

.services-block-two .inner-box .content-column .text {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 1.7em;
	margin-top: 30px;
}

.services-block-two .image-column {
	position: relative;
}

.services-block-two .image-column .inner-column {
	position: relative;
	padding-left: 70px;
}

.services-block-two.style-two .inner-box .content-column .inner-column,
.services-block-three.style-two .inner-box .content-column .inner-column {
	padding-top: 50px;
}

.services-block-two.style-two .inner-box .content-column .icon-box .icon,
.services-block-three.style-two .inner-box .content-column .icon-box .icon {
	color: #9f70ed;
}

/* Services Block Three */

.services-block-three {
	position: relative;
	padding-bottom: 40px;
}

.services-block-three .inner-box {
	position: relative;
}

.services-block-three .inner-box .content-column {
	position: relative;
}

.services-block-three .inner-box .content-column .inner-column {
	position: relative;
	padding-top: 90px;
	padding-left: 50px;
}

.services-block-three .inner-box .content-column .icon-box {
	position: relative;
}

.services-block-three .inner-box .content-column .icon-box .service-number {
	position: absolute;
	left: 0px;
	top: 165%;
	font-weight: 800;
	font-size: 85px;
	color: rgba(255, 255, 255, 0.50);
	/* font-family: 'Nunito', sans-serif; */
}

.services-block-three .inner-box .content-column .icon-box .icon {
	position: relative;
	font-size: 54px;
	color: var(--theme);
	line-height: 1em;
}

.services-block-three .inner-box .content-column h3 {
	position: relative;
	color: #444444;
	font-size: 25px;
	line-height: 1.3em;
	margin-top: 30px;
}

.services-block-three .inner-box .content-column .text {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 1.7em;
	margin-top: 30px;
}

.services-block-three .image-column {
	position: relative;
}

.services-block-three .image-column .inner-column {
	position: relative;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}

.testimonial-section.style-two {
	padding: 120px 0px 100px;
}

.testimonial-section .carousel-column {
	position: relative;
}

.testimonial-section .carousel-column .owl-nav {
	display: none;
}

.testimonial-section .carousel-column .owl-dots {
	position: relative;
	margin-top: 30px;
}

.testimonial-section .carousel-column .owl-dots .owl-dot {
	position: relative;
	width: 14px;
	height: 6px;
	margin-right: 5px;
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #cccccc;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.testimonial-section .carousel-column .owl-dots .owl-dot.active,
.testimonial-section .carousel-column .owl-dots .owl-dot:hover {
	width: 24px;
	border-color: var(--theme);
	background-color: var(--theme);
}

.testimonial-section .carousel-column .inner-column {
	position: relative;
	padding-top: 0px;
	padding-right: 60px;
}

.testimonial-section .carousel-column .inner-column h2 {
	position: relative;
	color: #444444;
	font-size: 35px;
	line-height: 1.3em;
}

.testimonial-section .carousel-column .inner-column .designation {
	position: relative;
	color: #424242;
	font-size: var(--font15);
	line-height: 1.3em;
	margin-top: 12px;
}

.testimonial-section .carousel-column .inner-column .quote-icon {
	position: relative;
	color: #9f70ed;
	font-size: 36px;
	margin: 20px 0px 25px;
}

.testimonial-section .carousel-column .inner-column .text {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 1.8em;
}

.testimonial-section .carousel-column .inner-column .big-letter {
	position: absolute;
	right: 85px;
	top: 50px;
	color: #f7f9ff;
	line-height: 1em;
	font-size: 400px;
	font-weight: 700;
	z-index: -9;
	font-family: var(--fonttheme);
}

.testimonial-section .image-column {
	position: relative;
}

.testimonial-section .image-column .inner-column {
	position: relative;
	min-height: 580px;
}

.testimonial-section .image-column .inner-column #particles-js {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.testimonial-section .image-column .inner-column .author-one {
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	overflow: hidden;
	width: 154px;
	height: 154px;
	margin-left: -77px;
	margin-top: -77px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-one.now-in-view {
	left: 5%;
	top: 42%;
}

/*.testimonial-section .image-column .inner-column .author-one{
	position:absolute;
	left:0%;
	top:42%;
	border-radius:50%;
	overflow:hidden;
	width:154px;
	height:154px;
} */

.testimonial-section .image-column .inner-column .author-two {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: -47px;
	margin-top: -47px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-two.now-in-view {
	left: 20%;
	top: 15%;
}

.testimonial-section .image-column .inner-column .author-three {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: -40px;
	margin-top: -40px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-three.now-in-view {
	left: 45%;
	top: 10%;
}

.testimonial-section .image-column .inner-column .author-four {
	position: absolute;
	right: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: -25px;
	margin-top: -25px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-four.now-in-view {
	right: 30%;
	top: 0%;
}

.testimonial-section .image-column .inner-column .author-five {
	position: absolute;
	right: 50%;
	top: 50%;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: -36px;
	margin-top: -36px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-five.now-in-view {
	right: 15%;
	top: 14%;
}

.testimonial-section .image-column .inner-column .author-six {
	position: absolute;
	right: 50%;
	top: 50%;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: -36px;
	margin-top: -36px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-six.now-in-view {
	right: 30%;
	top: 30%;
}

.testimonial-section .image-column .inner-column .author-seven {
	position: absolute;
	right: 50%;
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: -22px;
	margin-top: -22px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-seven.now-in-view {
	right: -10%;
	top: 40%;
}

.testimonial-section .image-column .inner-column .author-eight {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: -50px;
	margin-top: -50px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-eight.now-in-view {
	left: 35%;
	top: 48%;
}

.testimonial-section .image-column .inner-column .author-nine {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -23px;
	margin-left: -23px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-nine.now-in-view {
	left: 65%;
	top: 60%;
}

.testimonial-section .image-column .inner-column .author-ten {
	position: absolute;
	right: 50%;
	top: 50%;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: -29px;
	margin-top: -29px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-ten.now-in-view {
	right: 0%;
	top: 66%;
}

.testimonial-section .image-column .inner-column .author-eleven {
	position: absolute;
	left: 50%;
	bottom: 50%;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: -29px;
	margin-top: -29px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-eleven.now-in-view {
	left: 25%;
	bottom: 10%;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
	position: relative;
	padding: 120px 0px 100px;
}

.testimonial-section-two .carousel-column {
	position: relative;
	z-index: 1;
}

.testimonial-section-two .carousel-column .owl-nav {
	display: none;
}

.testimonial-section-two .carousel-column .owl-dots {
	position: relative;
	margin-top: 30px;
}

.testimonial-section-two .carousel-column .owl-dots .owl-dot {
	position: relative;
	width: 14px;
	height: 6px;
	margin-right: 5px;
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #cccccc;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.testimonial-section-two .carousel-column .owl-dots .owl-dot.active,
.testimonial-section-two .carousel-column .owl-dots .owl-dot:hover {
	width: 24px;
	border-color: var(--theme);
	background-color: var(--theme);
}

.testimonial-section-two .carousel-column .inner-column {
	position: relative;
	padding-top: 40px;
	padding-right: 0px;
}

.testimonial-section-two .carousel-column .inner-column h2 {
	position: relative;
	color: #444444;
	font-size: 35px;
	line-height: 1.3em;
}

.testimonial-section-two .carousel-column .inner-column .designation {
	position: relative;
	color: #424242;
	font-size: var(--font15);
	line-height: 1.3em;
	margin-top: 12px;
}

.testimonial-section-two .carousel-column .inner-column .quote-icon {
	position: relative;
	color: #9f70ed;
	font-size: 36px;
	margin: 20px 0px 25px;
}

.testimonial-section-two .carousel-column .inner-column .text {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 1.8em;
}

.testimonial-section-two .carousel-column .inner-column .big-letter {
	position: absolute;
	right: 85px;
	top: 100px;
	color: #f7f9ff;
	line-height: 1em;
	font-size: 400px;
	font-weight: 700;
	font-family: var(--fonttheme);
}

.testimonial-section-two .image-column {
	position: relative;
	text-align: center;
}

.testimonial-section-two .image-column .inner-column {
	position: relative;
	min-height: 340px;
	background: url(../images/background/map.png) center center no-repeat;
}

/* Circle One */

.testimonial-section-two .image-column .inner-column .circle-one {
	position: absolute;
	left: 70px;
	top: 0px;
	width: 380px;
	height: 380px;
	border-radius: 50%;
	border: 2px dashed #bdbbbc;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

.testimonial-section-two .image-column .inner-column .circle-two {
	position: absolute;
	left: 135px;
	top: 65px;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	border: 2px dashed #bdbbbc;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

/* Author One */

.testimonial-section-two .image-column .inner-column .author-one {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 89px;
	height: 89px;
	border-radius: 50%;
	overflow: hidden;
	padding: 5px;
	margin-left: -44.5px;
	margin-top: -44.5px;
	background-color: #ffffff;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.20);
}

.testimonial-section-two .image-column .inner-column .author-one img {
	border-radius: 50%;
}

.testimonial-section-two .image-column .inner-column .author-one.now-in-view {
	left: 23%;
	top: 13%;
}

/* Author Two */

.testimonial-section-two .image-column .inner-column .author-two {
	position: absolute;
	content: '';
	right: 50%;
	top: 50%;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	overflow: hidden;
	padding: 5px;
	margin-right: -33px;
	margin-top: -33px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	background-color: #ffffff;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.20);
}

.testimonial-section-two .image-column .inner-column .author-two img {
	border-radius: 50%;
}

.testimonial-section-two .image-column .inner-column .author-two.now-in-view {
	right: 25%;
	top: 30%;
}

/* Author Three */

.testimonial-section-two .image-column .inner-column .author-three {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 50%;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
	padding: 5px;
	margin-left: -36px;
	margin-bottom: -36px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	background-color: #ffffff;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.20);
}

.testimonial-section-two .image-column .inner-column .author-three img {
	border-radius: 50%;
}

.testimonial-section-two .image-column .inner-column .author-three.now-in-view {
	left: 12%;
	bottom: 0%;
	margin: 0px;
}

/* Author Four */

.testimonial-section-two .image-column .inner-column .author-four {
	position: absolute;
	content: '';
	right: 50%;
	bottom: 50%;
	width: 44px;
	height: 43px;
	border-radius: 50%;
	overflow: hidden;
	padding: 5px;
	margin-right: -22px;
	margin-bottom: -22px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	background-color: #ffffff;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.20);
}

.testimonial-section-two .image-column .inner-column .author-four img {
	border-radius: 50%;
}

.testimonial-section-two .image-column .inner-column .author-four.now-in-view {
	right: 28%;
	bottom: 10%;
}

/* Author Five */

.testimonial-section-two .image-column .inner-column .author-five {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 50%;
	width: 137px;
	height: 137px;
	border-radius: 50%;
	overflow: hidden;
	padding: 5px;
	margin-left: -68.5px;
	margin-bottom: -68.5px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	background-color: #ffffff;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.20);
}

.testimonial-section-two .image-column .inner-column .author-five img {
	border-radius: 50%;
}

.testimonial-section-two .image-column .inner-column .author-five.now-in-view {
	left: 34%;
	bottom: 24%;
	margin: 0px;
}

/* Icon */

.testimonial-section-two .image-column .inner-column .icon {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 50%;
	width: 44px;
	height: 43px;
	border-radius: 50%;
	overflow: hidden;
	padding: 5px;
	color: #ffffff;
	margin-left: -22px;
	margin-bottom: -22px;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	background-color: #ffffff;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.20);
}

.testimonial-section-two .image-column .inner-column .icon .fa {
	background-color: var(--theme);
	color: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
}

.testimonial-section-two .image-column .inner-column .icon.now-in-view {
	left: 9%;
	bottom: 40%;
	margin: 0px;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section {
	position: relative;
	padding: 70px 0px 130px;
}

.pricing-section .sec-title {
	margin-bottom: 70px;
}

.pricing-section.style-two {
	padding-top: 130px;
}

.pricing-section .pricing-option {
	position: relative;
	text-align: center;
	margin-top: 60px;
}

.pricing-section .pricing-option .option-inner {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.pricing-section .pricing-option span.monthly {
	position: relative;
	top: -5px;
	color: #333333;
	cursor: pointer;
	font-size: var(--font14);
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
}

.pricing-section .pricing-option span.yearly {
	position: relative;
	top: -4px;
	color: #333333;
	font-size: var(--font14);
	font-weight: 600;
	cursor: pointer;
	display: inline-block;
	text-transform: capitalize;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.pricing-section .pricing-option span.icon {
	position: relative;
	top: 8px;
	width: 65px;
	height: 32px;
	margin: 0px 8px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #d9d9d9;
}

.pricing-section .pricing-option span.icon:before {
	position: absolute;
	content: '';
	left: 2px;
	top: 2px;
	bottom: 1px;
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 50%;
	background-color: var(--theme);
	-webkit-transition: all 300ms ease;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.pricing-section .pricing-option .option-inner.active span.icon:before {
	left: 36px;
}

.pricing-section .pricing-inner-container .yearly-package,
.pricing-section .pricing-inner-container .monthly-package {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	opacity: 0;
}

.pricing-section .pricing-inner-container .monthly-package {
	position: relative;
	opacity: 1;
}

.pricing-section .pricing-inner-container.toggle-package .yearly-package {
	position: relative;
	opacity: 1;
}

.pricing-section .pricing-inner-container.toggle-package .monthly-package {
	position: absolute;
	opacity: 0;
}

/* Price Block */

.price-block {
	position: relative;
	margin-bottom: 60px;
}

.pricing-section .monthly-package .price-block,
.pricing-section .yearly-package .price-block,
.pricing-section .toggle-package .monthly-package .price-block {
	visibility: hidden;
	transform: scaleX(0.5);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease;
}

.pricing-section .default-active .price-block,
.pricing-section .monthly-package .price-block {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}

.pricing-section .toggle-package .yearly-package .price-block {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}

.price-block .inner-box {
	position: relative;
	border-radius: 8px;
	border: 1px solid #e4e4e4;
	box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.10);
}

.price-block .inner-box .ribbon {
	position: absolute;
	right: 10px;
	top: 21px;
	color: #ffffff;
	font-size: var(--font12);
	font-weight: 600;
	padding: 8px 16px 8px 25px;
	display: inline-block;
	background-color: #9f70ed;
	transform: rotate(-90deg);
	font-family: var(--fonttheme);
}

.price-block .inner-box .ribbon:after {
	position: absolute;
	content: '';
	left: -1px;
	bottom: 0px;
	border-top: 22px solid transparent;
	border-left: 15px solid #ffffff;
	border-bottom: 22px solid transparent;
}

.price-block .inner-box .title-box {
	position: relative;
	text-align: center;
	padding: 30px 15px;
	border-bottom: 1px solid #e4e4e4;
}

.price-block .inner-box .title-box h2 {
	position: relative;
	color: #444444;
	font-size: var(--font20);
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.price-block .inner-box .content-box {
	position: relative;
	text-align: center;
	padding: 25px 15px 0px;
}

.price-block .inner-box .content-box .price {
	position: relative;
	color: #444444;
	font-weight: 700;
	line-height: 1em;
	font-size: 44px;
	font-family: var(--fonttheme);
}

.price-block .inner-box .content-box .price sub {
	position: relative;
	font-size: 22px;
	font-weight: 600;
}

.price-block .inner-box .content-box .price span {
	font-size: 22px;
	font-weight: 600;
}

.price-block .inner-box .content-box .title {
	position: relative;
	color: #24cfb5;
	font-size: var(--font15);
	line-height: 1.3em;
	font-weight: 600;
	margin: 20px 0px 25px;
}

.price-block:nth-child(2) .inner-box .content-box .title {
	color: #9a60fa;
}

.price-block:nth-child(3) .inner-box .content-box .title {
	color: #4ca6fb;
}

.price-block:nth-child(4) .inner-box .content-box .title {
	color: #ff617d;
}

.price-block:nth-child(5) .inner-box .content-box .title {
	color: #35ce3c;
}

.price-block:nth-child(6) .inner-box .content-box .title {
	color: #fb4cf1;
}

.price-block .inner-box .content-box .price-list {
	position: relative;
	margin-bottom: 45px;
}

.price-block .inner-box .content-box .price-list li {
	position: relative;
	color: #424242;
	font-size: var(--font14);
	margin-bottom: 8px;
	font-weight: 600;
	padding-left: 15px;
	font-family: var(--fonttheme);
}

.price-block .inner-box .content-box .price-list li:last-child {
	margin-bottom: 0px;
}

.price-block .inner-box .content-box .price-list li .check {
	position: relative;
	color: #50e245;
	margin-right: 6px;
}

.price-block .inner-box .content-box .price-list li .remove {
	position: relative;
	color: #ff3044;
	margin-right: 6px;
}

.price-block .inner-box .content-box .btn-box {
	position: relative;
	margin-bottom: -30px;
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section {
	position: relative;
	padding: 15px 0px 60px;
	background-color: #fbfbfb;
}

.sponsors-section .owl-item {
	text-align: center !important;
}

.sponsors-section .owl-item img {
	display: inline-block;
	width: auto !important;
	max-height: 100% !important;
	opacity: 0.50;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sponsors-section .owl-item img:hover {
	opacity: 1;
}

.sponsors-section .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.sponsors-section .title-box h2 {
	position: relative;
	color: #444444;
	font-size: 35px;
	font-weight: 400;
	line-height: 1.3em;
}

.sponsors-section .title-box .title {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	margin-top: 25px;
}

.sponsors-section .owl-dots,
.sponsors-section .owl-nav {
	display: none;
}

.sponsors-section.style-two {
	padding-top: 0px;
	background-color: #ffffff;
}

/*** 

====================================================================
	Download Section
====================================================================

***/

.download-section {
	position: relative;
	padding: 180px 0px 180px;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.download-section .circle-icons {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

.download-section .circle-icons .icon-one {
	position: absolute;
	left: 7%;
	top: 12%;
	width: 62px;
	height: 62px;
	background-color: #ffc34a;
	border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-two {
	position: absolute;
	left: 18%;
	top: 45%;
	width: 35px;
	height: 35px;
	background-color: #9f4aff;
	border-radius: 50px 50px 50px 0px;
}

.download-section .circle-icons .icon-three {
	position: absolute;
	left: 5%;
	bottom: 10%;
	width: 70px;
	height: 70px;
	background-color: #58e582;
	border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-four {
	position: absolute;
	left: 35%;
	top: 18%;
	width: 42px;
	height: 42px;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	background-color: #54bdff;
	border-radius: 0px 50px 50px 50px;
}

.download-section .circle-icons .icon-five {
	position: absolute;
	left: 35%;
	top: 45%;
	width: 35px;
	height: 35px;
	background-color: #ffc34a;
	border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-six {
	position: absolute;
	left: 30%;
	bottom: 10%;
	width: 32px;
	height: 32px;
	background-color: #ff4a5b;
	border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-seven {
	position: absolute;
	left: 44%;
	bottom: 7%;
	width: 60px;
	height: 60px;
	background-color: #524aee;
	border-radius: 50px 50px 50px 0px;
}

.download-section .circle-icons .icon-eight {
	position: absolute;
	left: 60%;
	bottom: 12%;
	width: 32px;
	height: 32px;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	background-color: #ff6131;
	border-radius: 50px 0px 50px 50px;
}

.download-section .circle-icons .icon-nine {
	position: absolute;
	left: 60%;
	top: 10%;
	width: 32px;
	height: 32px;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	background-color: #34f8e8;
	border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-ten {
	position: absolute;
	left: 68%;
	bottom: 12%;
	width: 60px;
	height: 60px;
	background-color: #cc6aff;
	border-radius: 50px 50px 50px 0px;
}

.download-section .circle-icons .icon-eleven {
	position: absolute;
	left: 70%;
	top: 20%;
	width: 47px;
	height: 47px;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	background-color: #0294f5;
	border-radius: 50px 50px 50px 0px;
}

.download-section .circle-icons .icon-twelve {
	position: absolute;
	right: 10%;
	top: 20%;
	width: 66px;
	height: 66px;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	background-color: #5fdbea;
	border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-thirteen {
	position: absolute;
	right: 20%;
	top: 50%;
	width: 30px;
	height: 30px;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	background-color: #f55d28;
	border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-fourten {
	position: absolute;
	right: 6%;
	bottom: 10%;
	width: 62px;
	height: 62px;
	background-color: #ffe34a;
	border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-fifteen {
	position: absolute;
	right: 20%;
	bottom: 6%;
	width: 30px;
	height: 30px;
	background-color: #4aff9f;
	border-radius: 50px 50px 0px 50px;
}

.download-section .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 35px;
}

.download-section .title-box h2 {
	position: relative;
	color: #444444;
	font-weight: 600;
	font-size: 35px;
}

.download-section .title-box .text {
	position: relative;
	color: #7f8497;
	font-weight: 400;
	font-size: var(--font16);
	max-width: 830px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 2em;
}

.download-section .buttons-box {
	position: relative;
	text-align: center;
}

.download-section .buttons-box .theme-btn {
	margin: 0px 10px 20px;
	border-radius: 50px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.20);
}

/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section {
	position: relative;
	padding: 35px 0px 30px;
}

.faq-section .sec-title {
	position: relative;
	margin-bottom: 15px;
}

.faq-section .owl-dots {
	display: none;
}

.faq-section .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	margin-top: -15px;
}

.faq-section .owl-nav .owl-prev {
	position: absolute;
	left: -80px;
	color: #d0d0d0;
	font-size: 50px;
	font-weight: 400;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.faq-section .owl-nav .owl-next {
	position: absolute;
	right: -80px;
	color: #d0d0d0;
	font-size: 50px;
	font-weight: 400;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.faq-section .owl-nav .owl-prev:hover,
.faq-section .owl-nav .owl-next:hover {
	color: #9f70ed;
}

/* Faq Block */

.faq-block {
	position: relative;
	margin-bottom: 30px;
}

.faq-block .inner-box {
	position: relative;
	text-align: center;
	border-radius: 8px;
	padding: 68px 30px 45px;
	border: 1px solid #dedede;
}

.faq-block .inner-box h3 {
	position: relative;
	color: #444444;
	font-size: var(--font18);
	font-weight: 600;
	margin-bottom: 16px;
	font-family: var(--fonttheme);
}

.faq-block .inner-box .text {
	position: relative;
}

.faq-block .inner-box .text p {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 1.8em;
	margin-bottom: 18px;
}

.faq-block .inner-box .text p:last-child {
	margin-bottom: 0px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	background-color: #202125;
	color: #fff;
}

.main-footer .button-box {
	position: relative;
	top: -28px;
	text-align: center;
}

.main-footer .widgets-section {
	position: relative;
	padding: 40px 0px 20px;
}

.main-footer .footer-column {
	position: relative;
	float: left;
	width: 20%;
	margin-bottom: 30px;
}

.main-footer .footer-column h2 {
	position: relative;
	color: #444444;
	font-size: var(--font17);
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 15px;
	font-family: var(--fonttheme);
}

.main-footer .footer-column .footer-list {
	position: relative;
}

.main-footer .footer-column .footer-list li {
	position: relative;
	margin-bottom: 8px;
}

.main-footer .footer-column .footer-list li a {
	position: relative;
	color: #7f8497;
	font-size: var(--font15);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-footer .footer-column .footer-list li a:hover {
	color: #9f70ed;
}

.main-footer .footer-bottom {
	position: relative;
	text-align: center;
	border-top: 0px solid #d4d4d4;
}

.main-footer .footer-bottom .logo {
	position: relative;
	margin-bottom: 20px;
}

.main-footer .footer-bottom .copyright {
	position: relative;
	color: #7f8497;
	font-size: var(--font12);
	margin-bottom: px;
}

.main-footer .footer-bottom .social-nav {
	position: relative;
}

.main-footer .footer-bottom .social-nav a {
	position: relative;
	margin: 0px 9px;
	color: #7f8497;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-footer .footer-bottom .social-nav a:hover {
	color: #9f70ed;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two {
	position: relative;
	padding-top: 290px;
	z-index: 1;
	text-align: center;
}

.banner-section-two .content-column {
	position: relative;
}

.banner-section-two .content-column .inner-column {
	position: relative;
}

.banner-section-two .content-column h2 {
	position: relative;
	color: #444444;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 40px;
}

.banner-section-two .image-box {
	position: relative;
	z-index: 1;
	margin-top: 50px;
}

.banner-section-two .image-box .image {
	position: relative;
}

.banner-section-two .image-box .image img {
	position: relative;
	display: inline-block;
}

/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section {
	position: relative;
	padding: 70px 0px 100px;
	background-color: var(--lightgreen);
}

.default-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -230px;
	width: 100%;
	height: 230px;
	background: url(../images/background/2.png) repeat-x;
}

.counter-section {
	position: relative;
}

.counter-section .inner-container {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #b4bed5;
}

/*Fact Counter*/

.fact-counter {
	position: relative;
}

.fact-counter .column {
	position: relative;
	z-index: 5;
	margin-bottom: 30px;
}

.fact-counter .column .inner {
	position: relative;
	text-align: center;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.fact-counter .counter-column:nth-child(2) .count-outer,
.fact-counter .counter-column:nth-child(2) .count-outer .count-text {
	color: #ff617d;
}

.fact-counter .count-outer {
	position: relative;
	font-weight: 600;
	color: #909cb8;
	font-size: 53px;
}

.fact-counter .count-outer .count-text {
	position: relative;
	font-weight: 700;
	color: #909cb8;
	float: left;
	font-size: 53px;
	line-height: 1em;
	font-family: var(--fonttheme);
}

.fact-counter .column .counter-title {
	position: relative;
	font-size: var(--font16);
	font-weight: 300;
	color: #424242;
	margin-top: 28px;
	float: left;
	margin-left: 2px;
	text-transform: capitalize;
}

.counter-section .content-column {
	position: relative;
}

.counter-section .content-column .inner-column {
	position: relative;
}

.counter-section .content-column .inner-column .text {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 1.8em;
}

/*** 

====================================================================
	App Section Two
====================================================================

***/

.default-section .app-section-two {
	position: relative;
	padding-top: 100px;
}

.default-section .app-section-two h2 {
	position: relative;
	color: #444444;
	font-size: 35px;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 35px;
}

.app-section-two .accordian-column {
	position: relative;
	z-index: 1;
}

.app-section-two .accordian-column .inner-column {
	position: relative;
	padding-right: 30px;
}

.app-section-two .image-column {
	position: relative;
}

.app-section-two .image-column .inner-column {
	position: relative;
	padding-left: 125px;
}

.app-section-two .image-column .inner-column .icon-one {
	position: absolute;
	left: 8%;
	top: 62%;
	width: 31px;
	height: 29px;
	background: url(../images/icons/icon-5.png) no-repeat;
}

.app-section-two .image-column .inner-column .icon-two {
	position: absolute;
	left: 35%;
	top: -10%;
	width: 17px;
	height: 16px;
	background: url(../images/icons/icon-6.png) no-repeat;
}

.app-section-two .image-column .inner-column .icon-three {
	position: absolute;
	right: 30%;
	top: -20%;
	width: 31px;
	height: 29px;
	background: url(../images/icons/icon-7.png) no-repeat;
}

.app-section-two .image-column .inner-column .icon-four {
	position: absolute;
	right: -11%;
	bottom: 15%;
	width: 31px;
	height: 29px;
	background: url(../images/icons/icon-8.png) no-repeat;
}

.app-section-two .image-column .inner-column .icon-five {
	position: absolute;
	right: -12%;
	bottom: 36%;
	width: 16px;
	height: 15px;
	background: url(../images/icons/icon-9.png) no-repeat;
}

.app-section-two .image-column .inner-column .lock-icon {
	position: absolute;
	left: 0px;
	top: -100px;
	opacity: 0.4;
	font-size: 200px;
	color: #cfdeff;
	line-height: 1em;
}

.app-section-two .image-column .image {
	position: relative;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.20);
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	margin-bottom: 10px;
	padding: 21px 35px;
	border-radius: 5px;
	border: 1px solid #c3cee5;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.accordion-box .block.active-block {
	background-color: #ffffff;
}

.accordion-box .block:nth-child(2) .icon-outer {
	color: var(--theme);
}

.accordion-box .block:nth-child(3) .icon-outer {
	color: #4e79f5;
}

.accordion-box .block:nth-child(4) .icon-outer {
	color: #b276f3;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: var(--font18);
	cursor: pointer;
	line-height: 30px;
	color: #444444;
	font-weight: 600;
	padding: 0px 0px 0px 40px;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	font-family: var(--fonttheme);
}

.accordion-box .block .icon-outer {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 26px;
	color: #42bd2d;
	font-weight: 400;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	font-size: var(--font14);
	padding: 10px 0px 0px 0px;
}

.accordion-box .block .content .text {
	margin-bottom: 0px;
	line-height: 1.9em;
	font-size: var(--font16);
	color: #7f8497;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

/*** 

====================================================================
	Platform Section
====================================================================

***/

.platform-section {
	position: relative;
	padding-bottom: 150px;
}

.platform-section .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 130px;
}

.platform-section .title-box h2 {
	position: relative;
	color: #444444;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2em;
}

.platform-section .title-box .text {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 1.8em;
	max-width: 1010px;
	margin: 0 auto;
	margin-top: 20px;
}

.platform-section .inner-container {
	position: relative;
}

.platform-section .inner-container .image-column {
	text-align: center;
}

.platform-section .inner-container .image-column:nth-child(2) {
	transform: translateY(-45px);
}

.platform-section .inner-container:before {
	position: absolute;
	content: '';
	right: -30px;
	top: -60px;
	width: 100%;
	height: 369px;
	display: block;
	background: url(../images/background/pattern-1.png) no-repeat;
	background-position: right top;
}

.platform-section .inner-container .image-column .image {
	position: relative;
	margin-bottom: 40px;
}

.platform-section .inner-container .button-box {
	text-align: center;
	margin-top: 60px;
}

/*** 

====================================================================
	Download Section Two
====================================================================

***/

.download-section-two {
	position: relative;
	padding: 125px 0px 125px;
	background-size: cover;
	background-repeat: no-repeat;
}

.download-section-two .title-column {
	position: relative;
}

.download-section-two .title-column .inner-column {
	position: relative;
}

.download-section-two .title-column h2 {
	position: relative;
	color: #444444;
	font-size: 35px;
	font-weight: 600;
}

.download-section-two .title-column .text {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 1.8em;
	margin-top: 15px;
}

.download-section-two .title-column .buttons-box {
	position: relative;
	margin-top: 35px;
}

.download-section-two .title-column .buttons-box .theme-btn {
	margin-right: 20px;
	border-radius: 50px;
	margin-bottom: 15px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.20);
}

.download-section-two .clients-column {
	position: relative;
}

.download-section-two .clients-column .inner-column {
	position: relative;
	padding-left: 30px;
}

.download-section-two .clients-column {
	position: relative;
}

.download-section-two .clients-column .clients {
	position: relative;
}

.download-section-two .clients-column .clients li {
	position: relative;
	float: left;
	width: 33.33%;
	display: block;
	text-align: center;
	padding: 0px 5px;
	margin-bottom: 10px;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.download-section-two .clients-column .clients li a {
	position: relative;
	display: block;
	background-color: #ffffff;
	border: 1px solid transparent;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.download-section-two .clients-column .clients li a:hover {
	border-color: #ff617d;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 130px 0px 110px;
}

.news-block {
	position: relative;
	margin-bottom: 40px;
}

.news-block .inner-box {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}

.news-block .inner-box .image {
	position: relative;
	overflow: hidden;
}

.news-block .inner-box .image:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(255, 97, 125, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.news-block .inner-box:hover .image:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.news-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block .inner-box .lower-content {
	position: relative;
	padding: 30px 28px;
}

.news-block .inner-box .lower-content .time {
	position: relative;
	color: #ff617d;
	font-size: var(--font15);
	line-height: 1.3em;
}

.news-block .inner-box .lower-content h3 {
	position: relative;
	color: #444444;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4em;
	font-weight: 600;
	margin-top: 14px;
}

.news-block .inner-box .lower-content h3 a {
	position: relative;
	color: #444444;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block .inner-box .lower-content h3 a:hover {
	color: #ff617d;
}

.news-block .inner-box .lower-content .text {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 1.8em;
	margin-top: 12px;
}

.news-block .inner-box .lower-content .author-box {
	position: relative;
	margin-top: 18px;
}

.news-block .inner-box .lower-content .author-box .author-inner {
	position: relative;
	padding-left: 70px;
	padding-top: 8px;
}

.news-block .inner-box .lower-content .author-box .author-inner .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 57px;
	height: 57px;
	overflow: hidden;
	border-radius: 50%;
}

.news-block .inner-box .lower-content .author-box .admin {
	position: relative;
	color: #a6a6a6;
	font-size: var(--font15);
	line-height: 1.3em;
}

.news-block .inner-box .lower-content .author-box .author-name {
	position: relative;
	color: #222222;
	font-size: var(--font17);
	margin-top: 4px;
}

.news-block .inner-box .lower-content .likes {
	position: relative;
	color: #cfcfcf;
	font-size: 34px;
	line-height: 1em;
	margin-top: 32px;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block .inner-box .lower-content .likes .total {
	position: absolute;
	right: -4px;
	top: -4px;
	width: 15px;
	height: 15px;
	color: #ffffff;
	font-size: 9px;
	text-align: center;
	line-height: 15px;
	border-radius: 50px;
	background-color: #ff617d;
}

.news-block .inner-box .lower-content .likes:hover {
	color: #ff617d;
}

/* Main Banner Three */

.banner-section-three {
	position: relative;
	padding-top: 200px;
	z-index: 1;
}

.banner-section-three:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -60px;
	width: 100%;
	height: 227px;
	background: url(../images/background/4.png) left bottom repeat-x;
}

.banner-section-three.style-two:before {
	display: none;
}

.banner-section-three.style-three {
	margin-bottom: 215px;
}

.banner-section-three .content-column {
	position: relative;
}

.banner-section-three .content-column .inner-column {
	position: relative;
	padding-top: 160px;
}

.banner-section-three .content-column h2 {
	position: relative;
	color: #444444;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.3em;
}

.banner-section-three .content-column .text {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	margin-top: 22px;
	line-height: 1.9em;
	padding-right: 60px;
}

.banner-section-three .image-column {
	position: relative;
	z-index: 1;
}

.banner-section-three .image-column .image {
	position: relative;
}

.banner-section-three .image-column .image img {
	position: relative;
	max-width: none;
	right: 100px;
	display: inline-block;
}

/*** 

====================================================================
	Screenshots Section
====================================================================

***/

.screenshots-section {
	position: relative;
	padding: 70px 0px 110px;
	overflow: hidden;
}

.screenshots-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 250px;
	width: 100%;
	height: 499px;
	background: url(../images/background/5.png) repeat-x;
}

.screenshots-section .carousel-container {
	position: relative;
	overflow: hidden;
}

.screenshots-section .carousel-outer {
	position: relative;
	width: 284px;
	height: 578px;
	margin: 0 auto;
	padding: 70px 20px;
	background: url(../images/resource/iphone-mockup.png) center top no-repeat;
}

.screenshots-section .carousel-outer .owl-carousel {
	z-index: auto;
}

.screenshots-section .carousel-outer .mockup-layer {
	position: absolute;
	width: 285px;
	left: 0px;
	top: 0px;
	z-index: 20;
}

.screenshots-section .carousel-outer .mockup-layer:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 630px;
	background: url(../images/resource/iphone-mockup.png) left top no-repeat;
	z-index: 20;
}

.screenshots-section .carousel-outer .mockup-layer:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 21px;
	height: 630px;
	background: url(../images/resource/iphone-mockup.png) right top no-repeat;
	z-index: 20;
}

.screenshots-section .owl-stage-outer {
	overflow: visible;
}

.screenshots-section .slide {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.screenshots-section .active .slide {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.screenshots-section .slide .image img {
	width: 100%;
	display: block;
	border-radius: 5px;
	z-index: 99999999;
}

.screenshots-section .owl-nav,
.screenshots-section .owl-dots {
	display: none;
}

/*** 

====================================================================
	Price Page Section
====================================================================

***/

.price-page-section {
	position: relative;
	padding-top: 145px;
	padding-bottom: 80px;
}

.price-page-section .sec-title {
	margin-bottom: 70px;
}

.price-page-section .price-block {
	margin-bottom: 100px;
}

/*** 

====================================================================
	Faq Page Section
====================================================================

***/

.faq-page-section {
	position: relative;
	padding-top: 110px;
	padding-bottom: 90px;
}

.faq-page-section .outer-container {
	position: relative;
	padding: 0px 80px;
}

.faq-page-section .faq-tabs {
	position: relative;
}

.faq-page-section .faq-tabs .tab-btns {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 70px;
}

.faq-page-section .faq-tabs .tab-btns .tab-btn {
	position: relative;
	top: 1px;
	display: inline-block;
	font-size: var(--font20);
	background: none;
	color: #484950;
	font-weight: 400;
	line-height: 24px;
	cursor: pointer;
	border-radius: 50px;
	margin: 0px 4px;
	padding: 13px 42px 13px;
	transition: all 500ms ease;
	border: 1px solid #dddddd;
	text-transform: capitalize;
	font-family: var(--fonttheme);
}

.faq-page-section .faq-tabs .tab-btns .tab-btn:hover,
.faq-page-section .faq-tabs .tab-btns .tab-btn.active-btn {
	color: #ffffff;
	background: var(--theme);
	border-color: var(--theme);
}

.faq-page-section .faq-tabs .tabs-content {
	position: relative;
}

.faq-page-section .faq-tabs .tabs-content .tab {
	position: relative;
	display: none;
}

.faq-page-section .faq-tabs .tabs-content .tab.active-tab {
	display: block;
}

.faq-page-section .faq-tabs .tabs-content .tab .content {
	position: relative;
}

.faq-page-section .faq-tabs .tabs-content .tab .content .faq-block {
	float: left;
	width: 20%;
	padding: 0px 15px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 100px 0px 50px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}

/*Sidebar Widget*/

.sidebar-widget {
	position: relative;
	margin-bottom: 45px;
}

/*Sidebar Title*/

.sidebar-title {
	position: relative;
	margin-bottom: 20px;
}

.sidebar-title h2 {
	position: relative;
	color: #444444;
	font-size: var(--font18);
	font-weight: 600;
	text-transform: capitalize;
}

/*Search Box Widget*/

.search-box {
	position: relative;
}

.search-box.margin-bottom {
	margin-bottom: 5px;
}

.search-box .form-group {
	position: relative;
	margin: 0px;
}

.search-box .form-group input[type="text"],
.search-box .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: var(--font14);
	color: #666666;
	line-height: 28px;
	padding: 10px 20px;
	padding-right: 60px;
	height: 76px;
	width: 100%;
	font-style: italic;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.search-box .form-group button {
	position: absolute;
	right: 5px;
	top: 0px;
	width: 60px;
	height: 76px;
	line-height: 60px;
	text-align: center;
	display: block;
	font-size: 24px;
	color: #c8c8c8;
	background: none;
	cursor: pointer;
	font-weight: normal;
	font-weight: 400;
}

.category-widget ul {
	position: relative;
}

.category-widget ul li {
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 14px;
	border-bottom: 1px solid #dddddd;
}

.category-widget ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
}

.category-widget ul li a {
	position: relative;
	display: block;
	font-size: var(--font16);
	color: #7f8497;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.category-widget ul li a span {
	position: absolute;
	right: 0px;
}

.category-widget ul li a:hover {
	color: #ff617d;
}

/*Post Widget*/

.sidebar .popular-posts .post {
	position: relative;
	font-size: var(--font16);
	color: #7f8497;
	margin-bottom: 15px;
	padding-bottom: 14px;
	border-bottom: 1px solid #d9d9d9;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
	border: 0px;
	padding-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 83px;
	border-radius: 50%;
	overflow: hidden;
}

.sidebar .popular-posts .post:hover .post-thumb img {
	opacity: 0.70;
}

.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
	position: relative;
	top: -4px;
	font-size: var(--font16);
	margin: 0px 0px 0px;
	font-weight: 500;
	color: #7f8497;
	line-height: 1.8em;
	text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
	color: #7f8497;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
	color: var(--backgr);
}

.sidebar .popular-posts .post-info {
	position: relative;
	font-size: var(--font14);
	font-weight: 400;
	color: var(--backgr);
}

/* Tags */

.tags a {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	padding: 10px 26px;
	border-radius: 4px;
	margin-bottom: 8px;
	margin-right: 5px;
	display: inline-block;
	border: 1px solid #dadadf;
	background-color: #f9f9f9;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.tags a:hover {
	color: #ffffff;
	border-color: #ff617d;
	background-color: #ff617d;
}

/* Tweet Widget */

.tweet-widget {
	position: relative;
}

.tweet-box {
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 24px;
	border-bottom: 1px solid #dbdbe2;
}

.tweet-box:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.tweet-box .tweet-title {
	position: relative;
}

.tweet-box .tweet-title .tweet-reply {
	position: relative;
	color: #444444;
	font-size: var(--font16);
	font-weight: 500;
	font-family: var(--fonttheme);
}

.tweet-box .tweet-title .tweet-reply a {
	position: relative;
	color: #1da1f2;
}

.tweet-box .tweet-title .tweet-date {
	position: relative;
	color: #9094a5;
	font-size: var(--font15);
}

.tweet-box .tweet-content {
	position: relative;
	padding-left: 30px;
	margin-top: 28px;
}

.tweet-box .tweet-content .icon {
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 22px;
	color: #1da1f2;
	line-height: 1em;
}

.tweet-box .tweet-content .text {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 1.8em;
	font-weight: 500;
}

.tweet-box .tweet-content .text .purple {
	color: #9f70ed;
}

.tweet-box .tweet-content .text .blue {
	color: #1da1f2;
}

.tweet-box .tweet-content .text .black {
	color: #000000;
}





.meta-tags .widget-content {
	position: relative;
	border-radius: 8px;
	padding: 30px 30px 20px;
	border: 1px solid #d9d9d9;
}

.meta-tags .widget-content ul {
	position: relative;
}

.meta-tags .widget-content ul li {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}

.meta-tags .widget-content ul li:last-child {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.meta-tags .widget-content ul li a {
	position: relative;
	display: block;
	font-size: var(--font16);
	color: #7f8497;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

/* News Block Two */

.news-block-two {
	position: relative;
	margin-bottom: 100px;
}

.news-block-two:last-child {
	margin-bottom: 0px;
}

.news-block-two .inner-box {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.news-block-two .inner-box .image {
	position: relative;
	overflow: hidden;
}

.news-block-two .inner-box .image .post-time {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 1;
	color: #ffffff;
	font-size: var(--font14);
	padding: 9px 18px;
	border-radius: 4px;
	line-height: 1.3em;
	display: inline-block;
	background-color: #9f70ed;
}

.news-block-two .inner-box .image .post-time.style-two {
	background-color: #ff617d;
}

.news-block-two .inner-box .image .post-time.style-three {
	background: none;
	border: 1px solid #ffffff;
}

.news-block-two .inner-box .image:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 110%;
	height: 110%;
	z-index: 1;
	background: rgba(255, 97, 125, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.news-block-two .inner-box:hover .image:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.news-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 5px;
}

.news-block-two .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	border-radius: 5px;
	background-color: rgba(159, 112, 237, 0.80);
}

.news-block-two .inner-box .image .overlay-box .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 95px;
	height: 95px;
	color: #9f70ed;
	margin-left: -40px;
	text-align: center;
	border-radius: 50%;
	line-height: 95px;
	display: inline-block;
	padding-left: 4px;
	font-size: 28px;
	margin-top: -43px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.20);
}

.news-block-two .inner-box .owl-dots {
	display: none;
}

.news-block-two .inner-box .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	margin-top: -23px;
}

.news-block-two .inner-box .owl-nav .owl-prev {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 56px;
	height: 56px;
	color: #ff617d;
	font-size: var(--font20);
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	background-color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-two .inner-box .owl-nav .owl-next {
	position: absolute;
	right: 20px;
	top: 0px;
	width: 56px;
	height: 56px;
	color: #ff617d;
	font-size: var(--font20);
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	background-color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-two .inner-box .owl-nav .owl-prev:hover,
.news-block-two .inner-box .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #ff617d;
}

.news-block-two .inner-box .lower-content {
	position: relative;
	padding: 30px 0px 0px;
}

.news-block-two .inner-box .lower-content h3 {
	position: relative;
	color: #444444;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.4em;
}

.news-block-two .inner-box .lower-content h3 a {
	position: relative;
	color: #444444;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-two .inner-box .lower-content h3 a:hover {
	color: #ff617d;
}

.news-block-two .inner-box .lower-content .text {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 1.8em;
	margin-top: 16px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1eb;
}

.news-block-two .inner-box .lower-content .pull-right {
	padding-top: 6px;
}

.news-block-two .inner-box .lower-content .author-box {
	position: relative;
	float: left;
}

.news-block-two .inner-box .lower-content .author-box .author-inner {
	position: relative;
	padding-left: 70px;
	padding-top: 8px;
}

.news-block-two .inner-box .lower-content .author-box .author-inner .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 57px;
	height: 57px;
	overflow: hidden;
	border-radius: 50%;
}

.news-block-two .inner-box .lower-content .author-box .admin {
	position: relative;
	color: #a6a6a6;
	font-size: var(--font15);
	line-height: 1.3em;
}

.news-block-two .inner-box .lower-content .author-box .author-name {
	position: relative;
	color: #222222;
	font-size: var(--font17);
	margin-top: 4px;
}

.news-block-two .inner-box .lower-content .likes {
	position: relative;
	color: #cfcfcf;
	float: left;
	margin-left: 14px;
	font-size: 34px;
	line-height: 1em;
	margin-top: 4px;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-two .inner-box .lower-content .likes .total {
	position: absolute;
	right: -4px;
	top: -4px;
	width: 15px;
	height: 15px;
	color: #ffffff;
	font-size: 9px;
	text-align: center;
	line-height: 15px;
	border-radius: 50px;
	background-color: #ff617d;
}

.news-block-two .inner-box .lower-content .likes:hover {
	color: #ff617d;
}

.news-block-two .inner-box .lower-content .social-icons {
	position: relative;
	float: left;
}

.news-block-two .inner-box .lower-content .social-icons a {
	position: relative;
	width: 38px;
	height: 38px;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 36px;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	margin-left: 5px;
	border: 1px solid #d6d6d6;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-two .inner-box .lower-content .social-icons a:hover {
	background-color: #1da1f2;
	color: #ffffff;
	border-color: #1da1f2;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}

.news-block-two .inner-box .lower-content .times {
	position: relative;
	float: left;
	color: #7f8497;
	font-size: var(--font15);
	margin: 7px 0px 0px 15px;
}

.news-block-two .inner-box .lower-content .post-date {
	position: relative;
	margin-bottom: 24px;
	z-index: 1;
	color: #ff617d;
	font-size: var(--font14);
	padding: 9px 18px;
	border-radius: 4px;
	line-height: 1.3em;
	display: inline-block;
	background-color: #ffffff;
}

.news-block-two.style-two .inner-box {
	background-color: #a5ffd6;
}

.news-block-two.style-two .inner-box .lower-content {
	padding: 40px 30px;
}

.news-block-two.style-two .inner-box .lower-content .text {
	color: #444444;
	border-color: rgba(255, 255, 255, 0.90);
}

.news-block-two.style-two .inner-box .lower-content .social-icons a {
	border-color: #ffffff;
	background-color: #ffffff;
}

.news-block-two.style-two .inner-box .lower-content .social-icons a:hover {
	background-color: #1da1f2;
	border-color: #1da1f2;
}

.news-block-two.style-two .inner-box .lower-content .likes {
	color: #b9bcc6;
}

.blog-masonry .styled-pagination {
	margin-top: 25px;
}

/*Pagination*/

.styled-pagination {
	position: relative;
	display: inline-block;
}

.styled-pagination li {
	position: relative;
	display: inline-block;
	margin: 0px 6px 10px 0px;
}

.styled-pagination li a {
	position: relative;
	display: inline-block;
	line-height: 50px;
	height: 52px;
	font-size: var(--font15);
	min-width: 52px;
	color: #7f8497;
	font-weight: 400;
	text-align: center;
	background: #ffffff;
	border-radius: 4px;
	border: 1px solid #dfdfdf;
	text-transform: capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
	width: 72px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: #ffffff;
	border-color: #ff617d;
	background-color: #ff617d;
}

/* Blog Single */

.blog-single {
	position: relative;
}

.blog-single .inner-box {
	position: relative;
}

.blog-single .inner-box .image {
	position: relative;
}

.blog-single .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 5px;
}

.blog-single .inner-box .image .post-time {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 1;
	color: #ffffff;
	font-size: var(--font14);
	padding: 9px 18px;
	border-radius: 4px;
	line-height: 1.3em;
	display: inline-block;
	background-color: #9f70ed;
}

.blog-single .inner-box .lower-content {
	position: relative;
	padding-top: 32px;
}

.blog-single .inner-box .lower-content h2 {
	position: relative;
	color: #444444;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 18px;
}

.blog-single .inner-box .lower-content p {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 1.7em;
	margin-bottom: 25px;
}

.blog-single .inner-box .lower-content p:last-child {
	margin-bottom: 0px;
}

.blog-single .inner-box .lower-content blockquote {
	position: relative;
	border: none;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 55px;
	padding: 35px 80px 45px;
	background-color: #a5ffd6;
}

.blog-single .inner-box .lower-content blockquote .quote-icon {
	position: relative;
	color: #ffffff;
	font-size: 34px;
	line-height: 1em;
	margin-bottom: 15px;
}

.blog-single .inner-box .lower-content blockquote .quote-text {
	position: relative;
	color: #444444;
	font-size: var(--font20);
	line-height: 1.6em;
}

.blog-single .inner-box .lower-content blockquote .quote-author {
	position: relative;
	margin-top: 25px;
	padding-top: 15px;
	color: #222222;
	font-size: var(--font16);
	font-weight: 600;
	display: inline-block;
}

.blog-single .inner-box .lower-content blockquote .quote-author:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0px;
	width: 30px;
	height: 1px;
	margin-left: -15px;
	background-color: #737373;
}

.blog-single .inner-box .lower-content .post-share-options {
	position: relative;
	padding-top: 25px;
	margin-top: 35px;
	border-top: 2px solid #f1f1f6;
}

.blog-single .inner-box .lower-content .post-share-options .social-icons {
	position: relative;
}

.blog-single .inner-box .lower-content .post-share-options .social-icons a {
	position: relative;
	width: 38px;
	height: 38px;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 36px;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	margin-left: 5px;
	border: 1px solid #d6d6d6;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.blog-single .inner-box .lower-content .post-share-options .social-icons a:hover {
	background-color: #1da1f2;
	color: #ffffff;
	border-color: #1da1f2;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}

.blog-single .inner-box .lower-content .post-share-options .like-box {
	position: relative;
}

.blog-single .inner-box .lower-content .post-share-options .like-box .likes {
	position: relative;
	color: #cfcfcf;
	float: left;
	margin-left: 14px;
	font-size: 34px;
	line-height: 1em;
	margin-top: 4px;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.blog-single .inner-box .lower-content .post-share-options .like-box .likes .total {
	position: absolute;
	right: -4px;
	top: -4px;
	width: 15px;
	height: 15px;
	color: #ffffff;
	font-size: 9px;
	text-align: center;
	line-height: 15px;
	border-radius: 50px;
	background-color: #ff617d;
}

.blog-single .inner-box .lower-content .post-share-options .like-box .times {
	position: relative;
	float: left;
	color: #7f8497;
	font-size: var(--font15);
	margin: 7px 0px 0px 15px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
	position: relative;
	margin-bottom: 50px;
	padding-top: 55px;
}

.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: 50px;
}

.sidebar-page-container .group-title h2 {
	font-size: 30px;
	color: #444444;
	font-weight: 400;
	text-transform: capitalize;
}

.sidebar-page-container .group-title .title {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	margin-top: 8px;
}

.sidebar-page-container .comments-area .comment-box {
	position: relative;
	padding: 0px 0px 10px;
	margin-bottom: 32px;
	border-bottom: 1px solid #e4e4e4;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
	margin-bottom: 0px;
	border: none;
	padding-bottom: 0px;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
	padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
	border-color: var(--theme);
}

.sidebar-page-container .comments-area .comment {
	position: relative;
	padding: 0px 0px 0px 120px;
	font-size: var(--font14);
}

.sidebar-page-container .comments-area .reply-comment {
	margin-left: 110px;
	margin-right: 0px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 98px;
	height: 98px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 25px;
	transform: perspective(100px) rotateY(15deg);
	-webkit-transform: perspective(100px) rotateY(15deg);
	-ms-transform: perspective(100px) rotateY(15deg);
	-o-transform: perspective(100px) rotateY(15deg);
	-moz-transform: perspective(100px) rotateY(15deg);
}

.sidebar-page-container .comments-area .comment-box.reply-comment .author-thumb {
	transform: perspective(100px) rotateY(-15deg);
	-webkit-transform: perspective(100px) rotateY(-15deg);
	-ms-transform: perspective(100px) rotateY(-15deg);
	-o-transform: perspective(100px) rotateY(-15deg);
	-moz-transform: perspective(100px) rotateY(-15deg);
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block;
	border-radius: 5px;
}

.sidebar-page-container .comments-area .comment-info {
	margin-bottom: 10px;
	color: #3e5773;
	line-height: 24px;
	font-size: var(--font15);
}

.sidebar-page-container .comments-area .comment-box strong {
	font-size: var(--font17);
	font-weight: 600;
	color: #222222;
	display: block;
	line-height: 1.2em;
	text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box strong span {
	color: var(--theme);
	font-size: var(--font14);
}

.sidebar-page-container .comments-area .comment-box .text {
	margin-bottom: 20px;
	color: #7f8497;
	font-size: var(--font16);
}

.sidebar-page-container .comments-area .comment-info .comment-time {
	font-size: var(--font15);
	color: #222222;
	font-weight: 400;
	margin-top: 6px;
}

.sidebar-page-container .comments-area .comment-box .reply-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: var(--font15);
	color: #a1a0a0;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 5px 22px 3px;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #cfcfcf;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box .reply-btn:hover {
	color: #ffffff;
	border-color: #9f70ed;
	background-color: #9f70ed;
}

.sidebar-page-container .comments-area .reply-comment:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group {
	position: relative;
	margin-bottom: 25px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	font-size: var(--font15);
	color: #000000;
	line-height: 32px;
	padding: 10px 0px;
	font-weight: 400;
	background: none;
	border-bottom: 1px solid #bababa;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 110px;
	font-size: var(--font15);
	color: #000000;
	line-height: 32px;
	padding: 10px 0px;
	font-weight: 400;
	resize: none;
	background: none;
	border-bottom: 1px solid #bababa;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.comment-form .form-group textarea::-webkit-input-placeholder,
.comment-form .form-group input::-webkit-input-placeholder {
	color: #262626;
}

.comment-form .theme-btn {
	margin-top: 10px;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

 ***/

.contact-page-section {
	position: relative;
	padding-top: 100px;
}

.contact-page-section .auto-container {
	position: relative;
	max-width: 1880px;
	margin: 0 auto;

}

.contact-page-section .map-column {
	position: relative;
}

.contact-page-section .map-column .inner-column {
	position: relative;
	padding-right: 30px;
}

.contact-page-section .map-column .inner-column .map-canvas {
	position: relative;
}

.contact-page-section .map-column .inner-column .map-canvas:before {
	position: absolute;
	content: '';
	left: 0px;
	right: -2px;
	bottom: -2px;
	top: 0px;
	z-index: 1;
	background: url(../images/background/map-pattern.png) no-repeat;
	background-size: cover;
	background-position: right top;
}

.contact-page-section .form-column {
	position: relative;
}

.contact-page-section .form-column .inner-column {
	position: relative;
	padding-top: 30px;
	padding-left: 30px;
}

.contact-page-section .form-column .title-box {
	position: relative;
	margin-bottom: 25px;
}

.contact-page-section .form-column .title-box h2 {
	position: relative;
	font-size: 30px;
	color: #444444;
	font-weight: 400;
	text-transform: capitalize;
}

.contact-page-section .form-column .title-box .title {
	position: relative;
	color: #7f8497;
	font-size: var(--font16);
	margin-top: 8px;
}

/*Map Data*/

.map-data {
	text-align: center;
	font-size: var(--font14);
	font-weight: 400;
	line-height: 1.8em;
}

.map-data h6 {
	font-size: var(--font16);
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}

.map-canvas {
	height: 580px;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form .form-group {
	position: relative;
	margin-bottom: 25px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	font-size: var(--font15);
	color: #000000;
	line-height: 32px;
	padding: 10px 0px;
	font-weight: 400;
	background: none;
	border-bottom: 1px solid #bababa;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 110px;
	font-size: var(--font15);
	color: #000000;
	line-height: 32px;
	padding: 10px 0px;
	font-weight: 400;
	resize: none;
	background: none;
	border-bottom: 1px solid #bababa;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
	color: #262626;
}

.contact-form .theme-btn {
	margin-top: 10px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: var(--font11);
	color: #ff0000;
	font-weight: 500;
}

/* Contact Info Section */

.contact-info-section {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
}

.info-block {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.info-block .block-inner {
	position: relative;
	text-align: center;
	display: inline-block;
}

.info-block .block-inner h3 {
	position: relative;
	color: #ff617d;
	font-size: var(--font18);
	font-weight: 600;
	margin-bottom: 8px;
}

.info-block .block-inner ul {
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 2px solid #e8e8ef;
}

.info-block .block-inner ul li {
	position: relative;
	color: #7f8497;
	font-size: var(--font15);
	margin-bottom: 2px;
}

.info-block .block-inner .social-icons {
	position: relative;
}

.info-block .block-inner .social-icons a {
	position: relative;
	width: 38px;
	height: 38px;
	color: #7f8497;
	font-size: var(--font16);
	line-height: 36px;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #d6d6d6;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.info-block .block-inner .social-icons a:hover {
	background-color: #9f70ed;
	color: #ffffff;
	border-color: #9f70ed;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}

.scrolling-contentent {

	padding: 30px 0px;
	margin: 0px 0px;
	text-align: center;
	font-size: 20px;
	color: #333;

}

.custlo img {
	display: inline-block;
	padding: 0px 15px;
	margin: 15px 0px;
}

.custlo {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}

.btn {
	background-color: var(--theme);
	font-size: var(--font15);
	padding: 8px 25px;
	border-radius: 50px;
	color: #fff;
}

.py-10 {
	padding: 10px 0px;
}

.py-15 {
	padding: 15px 0px;
}

.py-20 {
	padding: 20px 0px;
}

.f22 {
	font-size: 22px;
}

.greenbg {
	background-color: var(--theme);
	padding: 40px 20px;
	color: #fff;
	line-height: 22px;
}

.card-header i {
	float: right;
	background-color: #1da1f2;
	width: 45px;
	height: 45px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-header a {

	font-size: 12px;
}

.card-header {
	padding: .1rem 1rem;
	margin-bottom: 0;
	background-color: #f5f7fb;
	border-bottom: 0px solid rgba(0, 0, 0, .125);
	line-height: 41px;
}

.card {
	border: 0 !important;
}

.card-header .hed {
	font-size: var(--font16);
	color: #223548 !important;
	font-weight: bold;
	line-height: 23px;
}

.card-header {
	margin: 0.5rem 0rem;
}

.redbtn {
	background-color: var(--red);
	color: #fff;
	border-radius: 25px;
	padding: 10px 25px;
	text-align: center;
}

.redtxt {
	color: var(--redtxt);
}

.center {
	align-items: center;
	text-align: center;
	float: inherit;
	justify-content: center;
}

.fet li {

	list-style-image: url(../images/tick.png);
	background-repeat: no-repeat;
	line-height: 20px;
	font-size: var(--font16);
	padding: 5px 0px;
}

.soft-fe ul {
	margin-left: 25px;
}

.footer-list li {
	display: block;
	padding: 3px 0px;
	text-align: left;
}

.footer-list li a {
	color: rgb(188, 192, 204);
	font-size: 14px;
}

.form-back {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	margin: 30px;
}

.feat ul {
	margin-left: 15px;
}

/* ............ */
.lead {
	font-size: 18px;
	font-weight: bold;
}

.f13 {
	font-size: var(--font13)
}

.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 0px;
	width: 100%;
	position: relative;
}

.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
	float: left;
	width: 280px;
}

.MultiCarousel .MultiCarousel-inner .item>div {
	text-align: center;
	/* padding: 20px;*/
	margin: 10px;
	background: #fff;
	color: #666;
	/* box-shadow: rgb(238, 238, 238) 0px 0px 10px;
	border-bottom: #1da1f2 solid 5px; */
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 25px);
	background: transparent;
}

.MultiCarousel .leftLst {
	left: 0;
}

.MultiCarousel .rightLst {
	right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
	pointer-events: none;
	background: transparent;
}

.my-30 {
	margin: 30px 0px;
}

.my-60 {
	margin: 60px 0px;
}

.redbtn {
	cursor: pointer;
}

.pos-relative {
	position: relative;
	width: 230px;
}

.bann {
	position: absolute;

	border-radius: 10px;
	display: block;
	background-color: #4ac4f3;
	right: 100px;
	top: 15px;
	z-index: 9999;
	text-align: center;
	color: #fff;
	padding: 15px 0px;
	line-height: 20px;


}

.f16 {
	font-size: var(--font16);
}

.b {
	font-weight: bold;
}

.bann1 {
	position: absolute;

	border-radius: 10px;
	display: block;
	background-color: var(--red);
	left: 50px;
	bottom: 70px;
	z-index: 9999;
	text-align: center;
	color: #fff;
	padding: 15px 0px;
	line-height: 20px;
}

.bann2 {
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	display: block;

	left: 120px;
	top: 50px;
	z-index: 9999;
	text-align: center;
	color: #000;
	padding: 15px 0px;
	line-height: 20px;
	box-shadow: rgb(223, 223, 223) 0px 0px 5px;
}

.pulse {
	display: block;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
	animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}

.floatanim {
	animation: float 3s ease-in-out infinite;
}

.floatanim1 {
	animation: float 5s ease-in-out infinite;
}

.floatanim2 {
	animation: float 4s ease-in-out infinite;
}

@keyframes float {
	0% {
		box-shadow: 0 22px 45px rgba(0, 0, 0, 0.09);
		transform: translatey(0px);
	}

	50% {
		box-shadow: 0 22px 45px rgba(0, 0, 0, 0.2);
		transform: translatey(-15px);
	}

	100% {
		box-shadow: 0 22px 45px rgba(0, 0, 0, 0.09);
		transform: translatey(0px);
	}
}

.py-30 {
	padding: 30px 0px;
}

.pb-30 {
	padding-bottom: 30px;
}

@media screen and (min-width:320px) {
	.fecnt {

		display: inline-flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;

	}


	.keyfeatersbox li {
		background-color: #fff;
		padding: 10px 15px;
		text-align: center;
		margin: 10px 5px;
		border-radius: 5px;
		display: inline-flex;
		align-items: flex-start;
		justify-content: center;
		width:45%;
		height: 180px;
		box-shadow: #dedfed 0px 0px 5px;

	}

	.mc {
		text-align: center;
	}

	.main-header .logo-outer .logo1 img {
		position: relative;
		display: none;
		max-width: 100%;
	}


	.bann,
	.bann1,
	.bann2 {
		display: none;
	}

	.header-upper .logo-outer {
		width: 100%;
		text-align: center;
	}

	.main-banner .bg-round-layer {
		display: none;
	}
}

@media screen and (min-width:800px) {
	.fecnt {

		display: flex;
		align-items: center;
		justify-content: center;

	}

	.keyfeatersbox li {
		background-color: #fff;
		padding: 10px 15px;
		text-align: center;
		margin: 10px 5px;
		border-radius: 5px;
		display: inline-flex;
		align-items: flex-start;
		justify-content: center;
		width: 160px;
		height: 200px;
		box-shadow: #dedfed 0px 0px 5px;

	}

	.bann,
	.bann1,
	.bann2 {
		display: block;
	}

	.header-upper .logo-outer {
		width: auto;
		text-align: center;
	}

}

@media screen and (min-width:980px) {


	.bann,
	.bann1,
	.bann2 {
		display: block;
	}

	.header-upper .logo-outer {
		width: auto;
		text-align: center;
	}

	.main-banner .bg-round-layer {
		display: block;
	}
}

@media screen and (min-width:1024px) {
	.mc {
		text-align: left;
	}

	.header-upper .logo-outer {
		display: block;
	}

}

@media screen and (min-width:1280px) {
	.main-header .logo-outer .logo1 img {
		position: relative;
		display: block;
		max-width: 100%;
	}

	.header-upper .logo-outer {
		display: block;
	}

}

.mt-30 {
	margin-top: 30px;
}

.rightLst,
.leftLst {
	cursor: pointer;
}

.pb-20 {
	padding-bottom: 20px;
}

.innerbanner {
	margin-top: 80px;
}

.grid {

	line-height: 20px;
	font-size: var(--font14);
}

.gird-hd {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0px;
	line-height: 22px;

}

.gird-img img {
	width: 100%;
	text-align: center;
}

.mt-45 {
	margin-top: 45px;
}


.d-flex {
	display: flex;
}

.wrap {
	flex-wrap: wrap;
}

.videobox {
	background-color: #223548;
	margin: 10px;
}

.f25 {
	font-size: 25px;
	text-align: center;
}

.my-40 {
	margin: 40px 0px;
}

.listfet li:hover {
	box-shadow: #ccc 0px 0px 15px;
}

.tablest {
	background-color: #404145;
	padding: 15px;
	color: #fff;
	margin-bottom: 15px;
	border: #ccc solid 1px;
}

.tablest input,
.tablest select {
	border: #ccc solid 1px;
	padding: 5px 10px;
	width: 100%;
}

.tablest td {
	padding: 0px 10px;
}

.pric {
	color: #49ba33;
	font-size: 25px;
	display: inline-block;
	margin: auto;
	text-align: center;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #fff;
	border: #ccc solid 1px;
	margin: 5px;
}

.b {
	font-weight: bold;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0px 1.25rem 20px 20px;
}

.card-header {
	padding: .1rem 0rem 0 10px;
}

.mt-50 {
	margin-top: 50px;
}

.listtick li {


	line-height: 25px;
	list-style-image: url(../images/tick.png);
}

.pos ul {
	margin-left: 20px;
}

.pos .box {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	margin: 10px 0px;
	box-shadow: #dadada 0px 0px 10px 0px;
}

.dinein .box {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	margin: 10px;
	box-shadow: #dadada 0px 0px 10px 0px;
}

.dinein .active,
.dinein .box1:hover {
	background-color: #3a7dcb !important;
	color: #fff;
	cursor: pointer;

}

.dinein .box1 {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;

	margin: 10px;
	box-shadow: #dadada 0px 0px 10px 0px;
}



.pl-15 {
	padding-left: 15px;
}

.servicess .services-block {
	margin: 5px;
	align-items: center;
	display: flex;
}

.servicess .services-block .inner-box {
	position: relative;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	padding: 10px 10px 15px;
	border: 1px solid #dedede;
}

.servicess .services-block .inner-box img {
	width: 50px;
}

.box2 {
	border-radius: 5px;
	padding: 15px;
	width: 100px;
	height: auto;
	text-align: center;

	justify-content: center;
	box-shadow: #ccc 0px 0px 10px;
}

.box2 img {
	width: 70px;
	height: 70px;
}

.fetr .listfet li {
	box-shadow: rgb(238, 238, 238) 0px 0px 3px;
	list-style-image: url(../images/tick.png);

	background-repeat: no-repeat;
	line-height: 22px;
	font-size: var(--font14);
	display: block;
	width: 100%;
}

.mb-30 {
	margin-bottom: 30px;
}

.pb-15 {
	padding-bottom: 15px;
}

.commong-feat .item {
	text-align: center;
	padding: 20px;
	margin: 10px;
	background: #fff;
	color: #666;
	line-height: 20px;
	font-size: var(--font15);
	height: 85px;
	align-items: center;
	justify-content: center;
	width: 200px !important;
	box-shadow: rgb(238 238 238) 0px 0px 10px;
	border-bottom: #1da1f2 solid 5px;
}

.commong-feat {
	padding: 0px 0px;
	margin: 0px 0px;
	text-align: center;
	color: #333;
	overflow: hidden;
}

.ml-25 {
	margin-left: 25px;
	line-height: 20px;
}

.btn a {
	color: #fff;
	text-decoration: none;
}

.listfet img {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	box-shadow: #ccc 0px 0px 5px;
	padding: 5px;
}

.listfet div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

@media only screen and (min-width:320px) {


	.gcont {
		background-color: #f1f4f7;
		padding: 0px;
	}

	.first {
		order: 1;
	}

	.second {
		order: 2;
	}

	.third {
		order: 3;
	}

	.mt-100 {
		margin-top: 0px;
		margin-bottom: 25px;
	}

	.box {
		background-color: #fff;
		border-radius: 15px;
		padding: 20px;
		margin: 10px 0px;
		box-shadow: #dadada 0px 0px 10px 0px;
	}

	.sec-title h2 {
		position: relative;
		font-size: var(--font20);
		color: #444444;
		font-weight: 400;
		line-height: 1.3em;
	}

	.listfet li {
		line-height: 25px;
		display: block;
		flex-wrap: nowrap;
		width: 95%;
		min-height: auto;
		padding: 10px;
		border-radius: 5px;
		height: auto;
		background-color: #fff;
		margin: 5px 10px;
	}
}

@media only screen and (min-width:991px) {
	.mt-60 {
		margin-top: 60px !important;
	}

	.gcont {
		background-color: #f1f4f7;
		padding: 40px;
	}

	.first {
		order: inherit;
	}

	.second {
		order: inherit;
	}

	.third {
		order: inherit;
	}
}

@media only screen and (min-width:1024px) {

	.sec-title h2 {
		position: relative;
		font-size: 30px;
		color: #444444;
		font-weight: 400;
		line-height: 1.3em;
	}

	.listfet li {
		line-height: 20px;
		display: inline-flex;
		flex-wrap: nowrap;
		width: 30%;

		padding: 10px;
		border-radius: 5px;
		height: auto;
		background-color: #fff;
		margin: 5px 10px;
	}

	.box {
		background-color: #fff;
		border-radius: 15px;
		padding: 20px;
		margin: 0px 0px;
		box-shadow: #dadada 0px 0px 10px 0px;
	}
}

.f35 {
	font-size: 35px;

}

@media only screen and (min-width:1360px) {
	.mt-100 {
		margin-top: 80px;
		margin-bottom: 0px;
	}
}

.pt-30 {
	padding-top: 30px;
}

.testi {
	line-clamp: 4;
	line-height: 20px;
	overflow: hidden;
	white-space: wrap;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;

	display: -webkit-box;
	-webkit-box-orient: vertical;

}

.wid50 {
	min-width: 50px;
}

.wid50 img {
	width: 40px;
}

.orangetxt {
	font-weight: 600;
	color: var(--themecolor);
	font-size: var(--font15);
	text-transform: uppercase;
}

.textlink {
	font-weight: 600;
	color: var(--themecolor);
	font-size: var(--font15);
	text-align: left;
}

.trustbg {
	background-color: #f1f5f5;
	padding: 35px;
	margin: auto;
	min-height: 350px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.heading {

	color: #000;
	font-weight: bold;
	padding-bottom: 0px;

}

.heading1 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 30px;
}


.bor {
	border: #efefef solid 1px;
	padding: 15px;
}

.res-cnt-head {
	font-size: var(--font20);
	text-align: center;
	font-weight: 700;
	padding-bottom: 15px;
	padding-top: 15px;
}

.res-cnt {
	text-align: left;
	color: #2f2f37;
	font-size: var(--font16);
}

.explore {
	color: #fff;
	background-color: var(--themecolor);
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	text-align: center;
}

.shadow {
	box-shadow: #efeff0 0px 0px 5px;
	padding: 25px 15px;
	margin: 10px 5px;
	cursor: pointer;
	min-height: 170px;
}

.shadowbox {
	box-shadow: #e8e8e9 0px 0px 5px;
	padding: 5px 15px;
	margin: 10px 5px;
	cursor: pointer;
}

.shadowbox .res-cnt {
	line-height: 25px;
}

.shadowbox .res-cnt-head {
	padding-left: 0px;
	text-align: left;
}

.shadow .res-cnt-head {
	text-align: left;
	padding-left: 0px;
	margin-left: 0px !important;
	line-height: 25px;
	font-size: var(--font20);
	font-weight: 700;
	padding-top: 0px;
}

.shadow:hover {
	box-shadow: #e4e4eb 0px 0px 20px;
	/* transition: 400ms;
	transform: translateY(-20px); */
}

.pl-0 {
	padding-left: 0px;
}

.redpills {
	background-color: var(--li-red);
	font-size: var(--font16);
	color: #da6a6a;
	border-radius: 15px;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 15px;
}

.highligher {
	background-color: #17a2b8;
	padding: 3px 10px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	/* margin-bottom: 15px; */
}

.cardshadow {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: #efeff0 0px 0px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;

}




.fe-title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.viewbtn {
	background-color: var(--themecolor);
	color: #fff;
	margin: 0 10px 0px;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 3px;
}

.demobtn {
	background-color: var(--themecolor);
	color: #fff;
	margin: 0px 0px;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.demobtn a {
	margin: 0px !important;
	color: #fff !important;
	padding: 0px !important;

}


.mt-15 {
	margin-top: 15px;
}

.be .res-cnt-head {
	margin-left: -32px;
}

.bluebg {
	background-color: #253f81;
	padding: 25px 0px;
	position: relative;
	color: #fff;

}

/* 
.blueborder {
	background-image: url(../images/bluebg.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 100px;
	position: relative;
	top: -25px;
	z-index: 9;
} */

/* --------------- */
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

/* ========== */
.mb-60 {
	margin-bottom: 60px;
}

.spl-head {
	font-size: 38px;
	color: #000;
	line-height: 38px;
	font-weight: 600;

}

.nn {
	background-color: #f7f9f8;
	border-top-left-radius: 150px;
	padding: 15px;
}

.corner {
	background-image: url('../images/cal.png');
	background-repeat: no-repeat;
	z-index: 9;
}

.pt-10 {
	padding-top: 10px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.backbg {
	background-color: #f7f9f9;
}

.bluebackbg {
	background-color: #f0f3f5;
}

.mt-80 {
	margin-top: 80px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-15 {
	padding-top: 15px;
}

.md-form {
	padding-bottom: 0px;
}

.md-form label {
	font-size: var(--font15);
	line-height: 8px;
}

.form-control {
	background-color: #edf0f2 !important;
	padding: 10px 15px !important;
	font-size: var(--font14);

}

.featureslist li {
	list-style-image: url(../images/tick.png);
	line-height: 20px;
	padding-top: 10px;
}

.featureslist li {
	list-style-image: url(../images/tick1.png);
	line-height: 20px;
	padding-top: 10px;
}

section.pricing {
	/* background: #007bff;
	background: linear-gradient(to right, #0062E6, #33AEFF); */
}

.pricing .card {
	border: none;
	border-radius: 1rem;
	transition: all 0.2s;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
	margin: 1.5rem 0;
}

.pricing .card-title {
	margin: 0.5rem 0;
	font-size: 0.9rem;
	letter-spacing: .1rem;
	font-weight: bold;
}

.pricing .card-price {
	font-size: 3rem;
	margin: 0;
}

.pricing .card-price .period {
	font-size: 0.8rem;
}

.pricing ul li {
	margin-bottom: 1rem;
}

.pricing .text-muted {
	opacity: 0.7;
}

.pricing .btn {
	font-size: 80%;
	border-radius: 5rem;
	letter-spacing: .1rem;
	font-weight: bold;
	padding: 1rem;
	opacity: 0.7;
	transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
	.pricing .card:hover {
		margin-top: -.25rem;
		margin-bottom: .25rem;
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
	}

	.pricing .card:hover .btn {
		opacity: 1;
	}
}

.my-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.cardshadow .res-cnt,
.cardshadow .res-cnt-head {
	padding-bottom: 0px;
	padding-top: 0px;
}

.cardshadow .res-cnt-head {
	font-size: var(--font16);
	line-height: 20px;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
}

.cardshadow .res-cnt {
	line-height: 20px;
	padding-top: 10px;
}

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

.flexbox {
	display: flex;
	flex-wrap: wrap;
	text-align: center;

}



.item .main:hover {
	/* box-shadow: #d6d9e2 0px 0px 20px; */
	z-index: 999;
}

.item .flexbox-head {
	font-weight: bold;
	font-size: var(--font20);
	color: #000;
	padding-bottom: 10px;
	font-weight: 600;
}

.item .res-cnt {
	font-size: var(--font14);
	line-height: 18px;
	text-align: left;
}

.notes {
	font-size: 13px;
	color: #4a4545
}

.pricingbox {
	border-radius: 10px;
	box-shadow: green 0px 0px 10px;
	background-color: #fff;
	padding: 45px;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	margin-top: 30px;
	height: 300px;
	color: #000;
}


.accordion-item {
	font-size: var(--font14);
}

.accordion-button {
	font-weight: bold;
}

.justify-content-center {
	justify-content: center;
	align-items: center;
}

/* .kitchen .accordion-item
{
	box-shadow: #eeeeee 0px 0px 0px;
} */

.kitchen .accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url('../images/plus.png') !important;
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}

.kitchen .accordion-button:not(.collapsed)::after {
	background-image: url('../images/minus.png') !important;
	background-repeat: no-repeat;
	content: "";

}

.listbusiness .shadowbox {
	border-radius: 15px;
	padding: 15px;
	margin: 10px;
	box-shadow: #d8d8de 0 0 10px;
	width: 22.5%;
}

.listbusiness .res-cnt-head {
	font-size: var(--font16);
	font-weight: bold;
}

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

svg {
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: hidden;

}


.mainSVG {
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: hidden;
	/*  top:200px; */
	left: 50%;
	transform: translate(-50%, 0%);
	overflow: visible;
}

#boxLabel {
	text-anchor: middle;
	fill: #115F9A;
	font-size: 21px;
	user-select: none;
	-webkit-user-select: none;
	pointer-events: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.box {
	opacity: 0;
}

circle {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ----------------------------- */
.footertxt {
	font-size: 14px;
	color: #fefefe;
	text-transform: uppercase;
	font-weight: bold;
}

.footer-list {
	padding-left: 0px;
}

.fete .col-md-6 {
	width: 45%;

}

.copyrights {
	font-size: 12px;
	color: #adadb3;
}

.Be-ft .col-md-4 {
	width: 30%;
}

.pt-15 {
	padding-top: 15px;
}

.prod .col-md-4:hover {

	transition: 0.3s ease-in-out;
	cursor: pointer;
	background-color: #f0faff;
}

.prod .col-md-4 {
	padding-bottom: 60px;
	/* box-shadow: #e5e8ee 0px 0px 10px; */
	border: #e2f0f7 solid 1px;
	border-radius: 15px;
	margin: 10px;
	width: 31%;
}

a .viewbtn {
	color: #fff;
	text-decoration: none;
}

.red {
	color: red;
}

.bullets li {
	list-style-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	line-height: 20px;
	font-size: var(--font16);
	padding: 5px 0px;
}

.bold {
	font-weight: bold;
}

article.scrollspy-example {
	position: relative;
	overflow: scroll;
	width: auto;
	height: 500px;
}

.nav-item .active {
	display: block !important;
}

.nav-item .nav-link {
	display: none;
}

.stickyleft {
	position: absolute;
	left: 0;
	top: 0;
}

.stickyright {
	position: absolute;
	right: 0;
	top: 0;
}

.intro {
	display: table;
	width: 100%;
	height: 700px;
	position: relative;

}

.intro>div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: -10;

}

.blur {
	background-image: url("images/2997933.png");
	background-color: red;
}

.second {
	background-image: url("images/2997933.png");
	background-color: rgb(122, 10, 29);
}

.clear {
	background-size: cover;
	background-color: blue;
	background-image: url("images/bakery.png");
}

.icon--degree {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 50px;
	border-radius: 8px;
	margin-right: 10px;
	font-size: 18px;
	color: #2c8cf4;
	background: linear-gradient(140deg, rgba(146, 205, 250, 0.5) 0%, rgba(215, 215, 255, 0.4) 100%);
}

/* ------------------ */
.slider-wrap {
	height: 100%;
	width: 100%;
}

.slider-wrap .slider {
	position: absolute;
	width: 100%;
	left: 50px;
	top: 50px;
}

.slider-item {
	width: 500px;
	padding: 20px 0 25px 30px;
	border-radius: 10px;
	background-color: #fdfdfd;
	display: flex;
	justify-content: flex-start;
	position: absolute;
	opacity: 0;
	z-index: 0;
	border: #fff solid 2px;
	box-shadow: 0 4px 9px #e1e1e4;
	position: absolute;
	left: 0;
	top: 0;
}

.slider-item .animation-card_image {
	max-width: 60px;
	max-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
	background-color: #ffffff;
}

.slider-item .animation-card_image img {
	width: 53px;
	height: 53px;
	border-radius: 50%;
	object-fit: cover;
}

.slider-item .animation-card_content {
	width: 100%;
	max-width: 374px;
	margin-left: 26px;
	font-family: var(--fonttheme);
}

.slider-item .animation-card_content .animation-card_content_title {
	color: #4a4545;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.18px;
	line-height: 24px;
	margin: 0;
}

.slider-item .animation-card_content .animation-card_content_description {
	color: #696d74;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 24px;
	margin: 10px 0 0 0;
}

.slider-item .animation-card_content .animation-card_content_city {
	font-size: 11px;
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #696d74;
}

/* -------------- container animation ------------- */
.service-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	perspective: 1000px;
	-webkit-perspective: 1000px;
}

.service-icon {
	width: 100%;
	height: 220px;
	padding: 20px;
	text-align: center;
	transition: all .5s ease;
}

.service-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 220px;
	padding: 20px;
	text-align: center;
	transition: all .5s ease;
	background-color: #fff;
	backface-visibility: hidden;

	transform-style: preserve-3d;
	-webkit-transform: translateY(110px) rotateX(-90deg);
	-moz-transform: translateY(110px) rotateX(-90deg);
	-ms-transform: translateY(110px) rotateX(-90deg);
	-o-transform: translateY(110px) rotateX(-90deg);
	transform: translateY(110px) rotateX(-90deg);
}

.service-box .service-icon .front-content {
	position: relative;
	top: 80px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
	font-size: 28px;
	color: #fff;
	font-weight: normal;
}

.service-box .service-icon .front-content h3 {
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.service-box .service-content h3 {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.service-box .service-content p {
	font-size: 13px;
	color: #fff;
	margin: 0;
}

.yellow {
	background-color: green;
}

.service-box:hover .service-icon {
	opacity: 0;
	-webkit-transform: translateY(-110px) rotateX(90deg);
	-moz-transform: translateY(-110px) rotateX(90deg);
	-ms-transform: translateY(-110px) rotateX(90deg);
	-o-transform: translateY(-110px) rotateX(90deg);
	transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
	opacity: 1;
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
	border: #cccccc solid 1px;
}



.py-0 {
	padding-top: 0px;
	padding-bottom: 0px
}

.pl-30 {
	padding-left: 30px;
}

.pt-15 {
	padding-top: 15px;
}

.f14 {
	font-size: var(--font14);
}

.f45 {
	font-size: 2.815em;
}

.f30 {
	font-size: 1.875em;
}

.pb-10 {
	padding-bottom: 10px;
}

.mt-10 {
	padding-top: 10px;
}


.mb-60 {
	margin-bottom: 60px;
}

.listtext li {
	display: block;
}

.listtext li div {
	display: flex;
}

.listtext .icons {
	width: 40px;
	background-color: #e7e7f5;
	height: 40px;
	border-radius: 50%;
	padding: 10px;
	margin: 0px 10px 25px 0;

}

.listtext .icons img {
	width: 20px;
}

.listtext .text {
	text-align: left;
	line-height: 25px;
	padding: 10px 0px;
}

.cardshadow img {
	width: 80%;
}

.main-menu .navigation>li>a {
	color: #fff;
}





.mbl .main-menu .navigation>li {
	color: #fff;
}

.main-menu .navigation>li {
	color: #000 ;
}

.main-menu .navigation>li>a,
.mbl .fixed-header .main-menu .navigation>li>a {
	color: #000 ;
}

.mbl .main-menu .navigation>li>a {
	color: #fff ;
}

.main-menu .navigation>.demobtn a {
	color: #fff ;
}

.eighty-height {
	height: calc(80vh - 100px);
	display: flex;
	align-items: center;
}

.f20 {
	font-size: 20px;
}

.productimg {
	background-color: #fff5f5;
	padding: 60px;
}


.products .shadowbox {
	box-shadow: #dbdbe2 0px 0px 10px;
	padding: 5px 15px;
	margin: 20px 5px 30px 5px;
	cursor: pointer;
}


/* .content::after{
	content:'';
	position:absolute;
	background-color:#fff;
   height:20px;
   width:20px;
   left:48%;
   bottom:-10px;
   transform:rotate(45deg);
	   --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	 --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	 box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
 } */
/* ----------------------------- */
.card-main {
	padding: 50px;
	border-radius: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 0px 4px 8px 0px #283593;
}

.card-0 {
	color: #000;
	background-color: #fff;
	position: relative;
	margin-left: 70px;
	border-radius: 10px;
	min-height: 230px;
	box-shadow: #ccc 0px 5px 10px;
	margin: 15px 15px 15px 70px;
	font-size: var(--font16);
}

.carousel-indicators li {
	cursor: pointer;
	border-radius: 50% !important;
	width: 10px;
	height: 10px;
}

.profile {
	color: #000;
	background-color: #e9eaf2;
	position: absolute;
	left: -70px;
	top: 17%;
	border-radius: 8px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.profile-pic {
	width: 100px;
	height: 100px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
}

.open-quotes {
	margin-left: 120px;
	margin-top: 100px;
}

.content {
	margin-left: 140px;
	margin-right: 80px;
}

.close-quotes {
	margin-bottom: 100px;
	margin-right: 60px
}

@media screen and (max-width: 600px) {
	.card-main {
		padding: 50px 10px;
	}

	.card-0 {
		min-height: 432px;
	}

	.profile {
		top: 24%;
	}

	.profile-pic {
		width: 90px;
		height: 90px;
	}

	.open-quotes {
		margin-left: 100px;
	}

	.content {
		margin-left: 120px;
		margin-right: 50px;
	}

	.close-quotes {
		margin-right: 30px
	}
}

/* -------------------- */
@media only screen and (max-width:820px) {
	.fixed-header .logo {
		display: none;
	}

	.mbl .adl .logo1 {
		display: none;
	}

	.fixed-header .adl .logo1 {
		display: block !important;
	}

	.mbl .fixed-header .logo {
		display: none;
	}

	.mbl .logo {
		display: block;
	}

	.carousel-item img {
		width: auto;
		height: auto;


	}

}


@media only screen and (min-width:980px) {
	.fixed-header .logo {
		display: block;
	}

	.mbl .adl .logo1 {
		display: none;
	}

	.fixed-header .adl .logo1 {
		display: none !important;
	}

	.mbl .fixed-header .logo {
		display: block;
	}

	.mbl .logo {
		display: block;
	}

	.carousel-item img {
		width: auto;
		height: 500px;

	}


}

@media only screen and (min-width:1140px) {
	.main-header .logo-outer .logo1 img {
		position: relative;
		display: block;
		max-width: 275px;
	}

	.mbl .logo {
		display: none;
	}

	.mbl .adl .logo1 {
		display: block;
	}
}


.testimonial img {
	width: 100px;
	height: 100px;
	margin-right: 15px;
}



.floating {
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;


}

@keyframes floating {
	0% {
		transform: translate(0, 0px);
	}

	50% {
		transform: translate(0, 15px);
	}

	100% {
		transform: translate(0, -0px);
	}
}




@media only screen and (min-width:320px) {
	.pricingcolor {
		background-color: #65bc73;
		overflow: hidden;
		height: auto;
		color: #fff;
		position: relative;
		padding: 15px 0px;

	}

	.item .main {
		width: 100%;

		border-radius: 8px;
		/* border: #eaeaea solid 1px; */
		margin-right: 10px;
		margin-bottom: 10px;
		padding:5% 10px;
height: auto;
		text-align: center;

	}

	.main-header .logo-outer .logo img {
		position: relative;
		display: inline-block;
		max-width: inherit;
		width: 180px;
	}

	.auto-container {
		position: static;
		max-width: 640px;
		padding: 0px 15px;
		margin: 0px auto;
	}

	.logo img {
		width: 100%;
	}

	.f30 {
		font-size: 20px;
		line-height: 20px;
	}

	.my-60 {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.custlo .custo {
		display: flex;
		width: 48%;
	}


	.custlo .custo img {
		width: 100%;
		display: flex;
	}

	.my-30 {
		margin-top: 30px;
		margin-top: 30px;
	}

	.mt-60 {
		margin-top: 80px;

	}

	.heading {
		line-height: 30px;
		font-size: var(--font25);
	}

	.products .col-md-6 {

		width: 98%;
		margin: 2% 1%;

	}

	.fe-image img {
		width: 35%;
		padding: 5% 0%;
	}

	.shadowbox .fe-image {
		text-align: left;
	}

	.carousel-indicators {
		margin-bottom: 0px !important;
		bottom: -26px !important;
	}

	.testimonial {
		display: block;
		align-items: center;
		justify-content: center;
		padding-top: 40px;
		padding-bottom: 40px;
		justify-content: center;
	}

	.testimonialcnt {
		font-family: var(--fonttheme);
		font-size: var(--font15);
		width: 100%;
		line-height: 23px;
		max-width: inherit;
		padding-top: 15px;
	}

	.pt-60 {
		padding-top: 60px;
	}

	.pb-60 {
		padding-bottom: 60px;
	}

}

@media only screen and (min-width:640px) {
	.item .main {
		width: 295px;
	
		border-radius: 8px;
		/* border: #eaeaea solid 1px; */
		margin-right: 10px;
		margin-bottom: 10px;
		padding:5% 10px;

		text-align: center;

	}

}

@media only screen and (min-width:768px) {

	.item .main {
		width: 100%;
	
		border-radius: 8px;
		/* border: #eaeaea solid 1px; */
		margin-right: 15px;
		margin-bottom: 15px;
		padding:5% 10px;
		text-align: center;
		

	}

	.pricingcolor {
		background-color: #65bc73;
		overflow: hidden;
		height: 360px;
		color: #fff;
		position: relative;

	}

	.auto-container {
		position: static;
		max-width: 991px;
		padding: 0px 15px;
		margin: 0 auto;
	}

	.header-upper .logo-outer {
		width: 200px;
	}

	.main-menu {
		text-align: right;
		float: right;
	}

	.custlo .custo {
		display: flex;
		width: 32%;
	}

	.my-60 {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.mt-60 {
		margin-top: 60px;

	}

	.fe-image img {
		width: 80%;
		padding: 5% 0%;
	}


}

@media only screen and(min-width:890px) {
	.item .main {
		width: 270px;
		height: 60vh;
		border-radius: 8px;
		/* border: #eaeaea solid 1px; */
		margin-right: 15px;
		margin-bottom: 15px;
		padding:5% 10px;
		text-align: center;
	}
	
}

@media only screen and (min-width:991px) {

	.auto-container {
		position: static;
		max-width: 1200px;
		padding: 0px 15px;
		margin: 0 auto;
	}

	.logo img {
		width: 50%;
	}

	.my-60 {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.f30 {
		font-size: var(--font30);
		line-height: 20px;
	}

	.custlo .custo {
		display: flex;
		width: 190px;
		justify-content: center;
		align-items: center;
	}


	.custlo .custo img {
		width: 160px;
		display: flex;
	}

	.my-30 {
		margin-top: 30px;
		margin-top: 30px;
	}

	.mt-60 {
		margin-top: 60px;

	}

	.heading {
		line-height: 40px;
		font-size: var(--font25);
	}

	.products .col-md-6 {

		width: 45%;
		margin: 2% 1%;

	}

	.fe-image img {
		width: 100%;
		padding: 10%;
	}

	.shadowbox .fe-image {
		text-align: center;
	}

	.carousel-indicators {
		margin-bottom: 2rem;
		bottom: 0px;
	}

	.testimonial {
		display: flex;
		align-items: center;
		padding-top: 40px;
		padding-bottom: 40px;
		justify-content: center;
	}

	.testimonialcnt {
		font-family: var(--fonttheme);
		font-size: var(--font15);
		width: 60%;
		line-height: 23px;
		max-width: 600px;
	}

	.main-header .logo-outer .logo img {
		position: relative;
		display: inline-block;
		max-width: 100%;
		width: 300px;
	}
}

.demobtn a {
	color: #fff !important;
}

.f15 {
	font-size: inherit;
	line-height: 20px;
}

.caps {
	text-transform: uppercase;
}

.f12 {
	font-size: var(--font12);
}

.fa-angle-down:before {
	content: "\f107";
	color: #000;
}

.shad {
	box-shadow: #ccc 0px 0px 10px;
	background-color: #fff;
	position: sticky;
}

.logo {
	text-align: left;
}

.pt-60 {
	padding-top: 60px;
}

.main-menu .navbar-collapse>.navigation>li.current>a {
	/* color: #000; */
}

.list li {
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	list-style: none;
	text-align: left;
	padding: 0px 25px;
	line-height: 30px;
}

.item .res-cnt {
	min-height: 100px;
}


.redtxt {
	font-size: 12px;
	color: red;
	line-height: 15px;
}

.bg-lightblue {
	background-color: #f7f9fc;
	padding: 45px auto;
}

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


.keyfeatersbox li img {
	margin: 10px 0px;
	padding: 10px;
}

.keyfeatersbox .text {
	line-height: 15px;
	font-size: 14px;
}

.keyfeatersbox li img {
	width: 80px;
	height: auto;
}

.banner1 {

	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 100%;
	min-height: 650px;
	width: 100%;
	background-color: #1c387f;

	object-fit: contain;
}

.banner1 img {
	width: auto;
	align-items: center;
	justify-content: center;
}

.banner2 {
	background-color: #1c387f;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 700px;
	overflow-y: hidden;
	width: 100%;
}

.bannerleft {
	width: 50%;
	float: left;
	align-items: center;
	justify-content: end;
	display: flex;
}

.bannerright {
	width: 50%;
	float: right;
	align-items: center;
	justify-content: start;

	display: flex;
}

.greenhed {
	color: #3ebb52;
	font-size: 25px;
	padding-bottom: 15px;
}

.whitetxt {
	color: #fff;
	font-size: 16px;
	padding-bottom: 5px;
}

.bannertxtcontaner {
	width: 60%;
	margin-left: 5%;
}

.bn-demo-btn {
	background-color: var(--themecolor);
	color: #fff;
	padding: 10px 25px;
	border-radius: 150px !important;
	display: inline-block;
	color: #fff;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-width: 180px;
	margin-top: 15px;
}

.whitetxt li {
	list-style-image: url(../images/arrow1.png);
	padding: 10px 0px;

}

.lightbg 
{
	background-color: #f7f9f9;
	padding: 45px auto;
}

.whitebg
{
	background-color: #fff;
	padding: 45px auto;
}


.fe-title
{
	font-size: 18px;
}
.item .res-cnt
{
	font-size: 16px;
	line-height: 25px;
}
.item
{
	margin: auto;
	width: 100%;
}

.whitetxt-nn li {
	/* list-style-image: url(../images/arrow1.png); */
	padding: 0px 0px;
	list-style-type: circle;
	color: #fff !important;
}


.whitetxt-nn li span
{
	display: inline;
}   

.main-header.fixed-header >.demobtn
{
	color:#fff !important;
}
.main-header .demobtn a 
{
	color:#fff !important;
}