@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

/*-----------------------------------------------------------

#. General Style
#. Menu Style
#. Hero Slider Section
#. We Love Followers
#. Success Help
#. Contact Form
#. Breadcrumb Section
#. Footer Area
#. Scroll Top
#. About Area
#. Client Reviews Area
*/

/*****************************************************************	
	General Style
*****************************************************************/
@font-face {
    font-family: 'Sheila', sans-serif;
    src: url('../../assets/fonts/Sheila.otf') format('otf'),
         url('../../assets/fonts/Sheila.woff') format('woff'),
		 url('../../assets/fonts/Sheila.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	background: #ffffff;
	color: #29193e;
}
a {
	color: #29193e;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-decoration: none;
}
a:hover {
	color: #167ac6;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bg-info {
	background-color: #f7f7f7;
}
.hover-bg {
	background-color: #f44336;
}
.tww-title-item {
	padding: 0 0 20px 0;
}
.tww-title-item h3, .tww-title-item h3 a {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #ffffff;
	margin: 0;
}
.tww-title-item h3 a:hover {
	color: #29193e;
}
.tww-title-item .see-all-link {
	float: right;
}
.tww-btn-danger {
	background: #29193e;
	border-radius: 4px;
	color: #ffffff;
	border: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 30px;
	text-transform: uppercase;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tww-btn-danger:hover {
	background: #734da4;
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#main-wrapper {
	background: #0d0620;
}
.tww-btn-submit {
	background: #29193e;
	border-radius: 6px;
	color: #ffffff;
	border: none;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tww-btn-submit:hover {
	background: #26AFD3;
	color: #ffffff;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
h2.form-title-item {
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 8px;
	position: relative;
}
h2.form-title-item::before {
	background: #29193e;
	border: 0 none;
	content: "";
	height: 4px;
	left: 0;
	margin: 0;
	border-radius: 20px;
	position: absolute;
	bottom: 0px;
	width: 45px;
}
.custom-control-label {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}
.bg-gray{
	background:#e5e5e5
}

/********************************************		
	Menu Style
*****************************************/
.header-top {
	background-color: #f44336;
	overflow: hidden;
	min-height: 40px;
	line-height: 40px;
}
.header-top .user-info, .header-top .user-info a, .site-info, .site-info a {
	color: #fff;
	padding-right: 15px;
	font-weight: 400;
	text-transform: capitalize;
}
.header-top .user-info {
	padding-right: 0;
}
.header-top .user-info a:last-child {
	padding-right: 0;
}
.header-top i {
	padding-right: 10px;
	display: inline-block;
}
.header-top .mail-address a {
	text-transform: lowercase;
}
.site-info div {
	display: inline-block;
}
.site-navbar {
	margin-bottom: 0px;
	z-index: 999;
	position: relative;
	padding: 10px 0;
	width: 100%;
	background-color: #29193e;
	/*border-bottom: 1px solid #a4a4a4;*/
}
.site-logo .site-logo img {
	max-width: 100%;
	width: 140px;
	height: 50px;
	object-fit: contain;
	text-align: left;
}
.site-navbar.transparent {
	background: transparent;
}
.site-navbar.absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.site-navbar .site-navigation .site-menu {
	margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active > a span {
	color: #f88ae5;
	display: inline-block;
}
.site-navbar .site-navigation .site-menu a {
	text-decoration: none !important;
	display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
	display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
	padding: 10px 0px;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a > span {
	padding: 5px 15px;
	display: inline-block;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	border-radius: 6px;
	font-weight: 600;
	/*text-transform: uppercase;*/
}
.site-navbar .site-navigation .site-menu > li > a:hover > span {
	color: #f88ae5;
	display: inline-block;
}
.site-navbar .site-navigation .site-menu .has-children {
	position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a span {
	position: relative;
	padding-right: 30px;
}
.site-navbar .site-navigation .site-menu .has-children > a span:before {
	position: absolute;
	content: "\e313";
	font-size: 16px;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'icomoon';
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	position: absolute;
	text-align: left;
	border: 1px solid rgba(255, 255, 255, 0.1);		
	padding: 5px;
	margin-top: 20px;
	margin-left: 0px;
	background: #111827;
	border-radius: 6px;
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
	position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	bottom: 100%;
	left: 12%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: rgb(17, 24, 61);
	border-width: 10px;
	margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: 0s all;
	-o-transition: 0s all;
	transition: 0s all;
	color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
	color: #007bff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
	padding: 6px 12px;
	display: block;
	font-size: 14px;
	margin-bottom: 1px;
	font-weight: 500;
	color: #d9d9d9;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
	background: rgba(19, 183, 225, 0.15);
	color: #29193e;
	border-radius: 6px;
	margin-bottom: 1px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a {
	position: relative;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:after {
	position: absolute;
	right: 0;
	content: "\e315";
	right: 10px;
	font-family: 'icomoon';
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
	left: 104%;
	top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
	background: rgba(19, 183, 225, 0.2);
	color: #29193e;
	border-radius: 6px;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
	color: #29193e;
}
.site-menu-toggle .icon-menu{
	color:#ffffff;
	font-size: 30px;
	margin-bottom: 0;
	vertical-align: middle;
	text-align: center;
}
/*.site-navbar .site-navigation .site-menu .has-children:hover > a span, .site-navbar .site-navigation .site-menu .has-children:focus > a span, .site-navbar .site-navigation .site-menu .has-children:active > a span {
	background: #141d30;
	color: #29193e;
}*/
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
	cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}
.site-mobile-menu {
	width: 300px;
	position: fixed;
	right: 0;
	z-index: 2000;
	padding-top: 0px;
	background: #29193e;
	height: calc(100vh);
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15);
	box-shadow:0 10px 20px rgba(255, 255, 255, 0.15);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
	margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 30px;
	display: inline-block;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 1;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
	color: #f88ae5;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display: inline-block;
	text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding: 10px;
	height: calc(100vh - 52px);
}/* hide scrollbar but allow scrolling */
.site-mobile-menu .site-mobile-menu-body {
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll;
}
.site-mobile-menu .site-mobile-menu-body::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}
.site-mobile-menu .site-nav-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.site-mobile-menu .site-nav-wrap a {
	padding: 8px 10px;
	display: block;
	position: relative;
	color: #ffffff;
}
.site-mobile-menu .site-nav-wrap a:hover {
	color: #f88ae5;
}
.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
	color: #f88ae5;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
	background: #f8f9fa;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	width: 30px;
	height: 30px;
	color: #141d30;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 12px;
	z-index: 20;
	font-family: "icomoon";
	content: "\f078";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
	font-size: 16px;
	font-weight: 600;
}
.site-mobile-menu .site-nav-wrap > li > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
	display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
	padding-left: 25px;
	font-size: 15px;
	font-weight: 500;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
	padding: 0;
	margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
	display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
	font-size: 15px;
	padding-left: 40px;
	font-weight: 500;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
	width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
	padding-left: 15px !important;
}
.right-sub-item-area {
	display: flex;
	padding: 0;
	text-align: right;
	right: 0;
}

@media (min-width: 992px) {
.site-menu-toggle{
	display:none;
}
}

@media (max-width: 767px) {
.right-sub-item-area {
	right: 0;
	position: relative;
	z-index: 4;
}
.searchTerm {
	width: 100%;
	padding: 6px 40px 6px 12px;
	height: 46px;
}
.searchButton {
	width: 40px;
	height: 46px;
}
.site-logo.ps-2 {
	padding-left: 0 !important;
}
}

@media (max-width: 1000px) {
.header-section #menu > ul li a:hover, .header-section #menu > ul li a.active {
	color: #29193e;
}
}

ul.nav > li.active > a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
ul.nav > li > a {
	border-bottom: 4px solid transparent;
}
ul.nav > li a.active, ul.nav > li:hover > a {
	border-color: #29193e;
	color: #29193e;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mega-list li a i {
	padding-right: 0px;
}
.main-menu .tww-item-nav > li > a {
	display: inline-block;
	padding: 23px 15px 19px 15px;
	font-size: 14px;
	font-weight: 700;
}
.modal-title {
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.navbar-toggle {
	background-color: transparent;
}
.main-nav .fa.fa-bars {
	color: #e5e5e5;
}

/*****************************************************************	
	Hero Slider Section
*****************************************************************/
.hero-slider-content h1{
	font-size:40px;
	line-height:44px;
	font-weight:800;
	margin-bottom:15px;
}
.hero-slider-content p{
	font-size:18px;
	line-height:32px;
	font-weight:600;
	margin-bottom:20px;
	color:#dddddd;
}
.hero-slider-content .followus-btn span{
	background:rgba(255, 255, 255, 0.2);
	color:#ffffff;
	font-size:18px;
	font-weight: 700;
	padding:10px 20px;
	border-radius:50px;
}
.hero-slider-content .followus-btn a{
	color:#f28e25;
	font-size:16px;	
	padding: 0;
	line-height: 1;
	font-weight: 600;
	vertical-align: unset;
}
.hero-slider-content .followus-btn span a:hover{
	color:#ffffff;	
	text-decoration:underline
}
[image-overlay] {
	position: relative;
}
[image-overlay]:before {
	position: absolute;
	content: '';
	background: #29193e;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
[image-overlay] *:not(.container):not(.background-image-wraper) {
	z-index: 2;
}
.bounce-effect {
	position: relative;
	-webkit-animation: bounce-hero 3s infinite;
	-moz-animation: bounce-hero 3s infinite;
	animation: bounce-hero 3s infinite;
}
@keyframes bounce-hero {
	0% {
		top:0px;
	}
	50% {
		top:25px;
	}
	100% {
		top:0px;
	}
}

/*****************************************************************	
	We Love Followers
*****************************************************************/
.we_foll_bg{
	background: rgb(167,54,174);
	background: -webkit-linear-gradient(90deg, rgba(167,54,174,1) 0%, rgba(252,192,95,1) 100%);
	background: -o-linear-gradient(90deg, rgba(167,54,174,1) 0%, rgba(252,192,95,1) 100%);
	background: -moz-linear-gradient(90deg, rgba(167,54,174,1) 0%, rgba(252,192,95,1) 100%);
	background: linear-gradient(90deg, rgba(167,54,174,1) 0%, rgba(252,192,95,1) 100%);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	-webkit-transform-origin: right 0 0;
	transform-origin: right 0 0;
	padding:30px;
	justify-content: center;
	position: relative;
	display: flex;
}
.followers_box{
	background:rgba(255, 255, 255, 0.2);
	border-radius:20px;
	padding:30px 25px;
	color:#ffffff;
	text-align: center;
	box-shadow:0 3px 8px rgba(0, 0, 0, 0.08);
}
.followers_box h2{
	font-size:38px;
	font-weight:800;
	line-height:1.2;
}
.followers_box h3{
	font-size:28px;
	font-weight:700;
}
.followers_box p{
	font-size:20px;
	font-weight:600;
	margin-bottom:0;
}
.we_love_text h2{
	font-family: 'Satisfy', sans-serif !important;
	font-size: 64px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.3;
	color: #ffffff;
	max-width: 100%;
	justify-content: center;
	display: flex;
	margin: 0;
	padding-left: 25px;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}

/*****************************************************************	
	Success Help
*****************************************************************/
.success-help h2{
	font-size:36px;
	font-weight:800;
	color:#29193e;
	margin-bottom:0;
}

/*****************************************************************	
	Contact Form
*****************************************************************/
.contact_area h3{
	font-size:30px;
	font-weight:800;
	color:#29193e;
	margin-bottom:25px;
}
.contct-form .form-control {
	font-size: 16px;
	font-weight: 600;
	color: #29193e;
	height: 60px;
	line-height: 1.8;
	border: none;
	padding: 10px 20px;
	background: #ffffff;
	border-radius: 8px;
	width: 100%;
}
textarea.form-control {
	min-height: 130px;
}
.contact_info{
	background:rgba(255, 255, 255, 0.7);
	border-radius:10px;
	padding:30px 20px;
	text-align:center;
	box-shadow:0 3px 8px rgba(0, 0, 0, 0.06);
	margin-bottom:25px;
}
.contact_info i{
	background: #29193e;
	color: #ffffff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	margin-bottom: 20px;
	font-size: 24px;
}
.contact_info h3{
	font-size:16px;
	font-weight:600;
	margin-bottom:0;
}

/*****************************************************************	
	Breadcrumb Section
*****************************************************************/
.breadcrumb-section {
    position: relative;
    display: flex;
	padding:50px 10px;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
}
#breadcrumbs {
    display: block;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	z-index: 99;
	text-align: center;	
}
#breadcrumbs h2 {
    display: block;
    list-style: none;
	font-size:32px;
	font-weight: 700;
    margin-bottom:10px;
    color:#29193e;
}
#breadcrumbs p {
    display: block;
    list-style: none;
	font-size:16px;
	font-weight: 600;
    color:#686868;
	margin-bottom:0;
}

/*******************************		
	Footer Area
*****************************/
.footer-wrapper {
	background: #ffffff;
	padding: 25px 10px;
	border-top: 1px solid #ededed;
	margin-top: 10px;
}
.single-footer-text p {
	line-height: 24px;
}
.footer-heading-wrap {
	margin-bottom: 20px;
}
.footer-heading {
	display: inline-block;
	color:#393F45;
	font-size: 18px;
	text-transform: inherit;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}
.single-footer .ft-logo-item img{
	max-width: 100%;
	width: 150px;
	height: 38px;
	object-fit: contain;
}
.copyright-text {
	text-align: left;
}
.designed-text {
	text-align: right;
}
.designed-text p a {
	color: #691ef2;
}
.designed-text p a:hover{
	text-decoration:underline;
}
.copyright-text p, .designed-text p {
	margin-bottom: 0;
	color: #4a494b;
	font-weight: 600;
	font-size: 16px;
}

/*******************************		
	Scroll Top
*****************************/
.scroll-top {
	position: fixed;
	width: 34px;
	height: 34px;
	background: #96999C;
	bottom: 55px;
	right: 20px;
	border-radius: 30px;
	z-index: 9999;
	cursor: pointer;
	-webkit-transition: all .6s linear 0s;
	transition: all .6s linear 0s;
	display: none;
}
.scroll-top .scroll-icon {
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
}
.scroll-top:hover {
	background: #29193e !important;
	-webkit-transition: all .6s linear 0s;
	transition: all .6s linear 0s;
}

/*******************************		
	About Area
*****************************/
.about_details_area{
	background:url(../../assets/images/about_bg_logo.png) no-repeat;
	background-position:center center;
	opacity:1;
	background-size:30% auto;
}
.about_details_area .details_item_block p, .about_details_area .details_item_block div {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #4a494b;
} 

/*******************************		
	Client Reviews Area
*****************************/
.client_reviews_area{
	background: #ffffff;
	display: block;
}
.reviews-box {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.reviews-box .reviews-item {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 30px;
	position: relative;
	border: 1px solid #9b9696;
	border-radius: 10px;
	margin-bottom: 30px;
}
.reviews-box .reviews-item::before {
	content: "";
	position: absolute;
	top: auto;
	height: 24px;
	width: 24px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: transparent;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #9b9696;
	bottom: -24px;
	left: 50px;
}
.reviews-box .reviews-item .reviews-text {
	font-size: 20px;
	line-height: 36px;
	text-align: left;
	width: 100%;
	font-weight: 600;
	font-style: italic;
	color: #444758;
}
.reviews-box .reviews-user {
	display: flex;
	align-items: center;
	padding-left: 18px;
}
.reviews-box .reviews-user .user-img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #9b9696;
}
.reviews-box .reviews-user .user-info {
	margin-left: 20px;
	font-weight: 700;
	font-size: 24px;
	font-style: italic;
	color: #444758;
}

.error>input,.error>textarea
{
	color: #b94a48;
    border-color: #b94a48;
    box-shadow: 0 0 0 0.25rem #b94a48;
}

.warning>input
{
	color: #c09853;
    border-color: #c09853;
    box-shadow: 0 0 0 0.25rem #c09853;
}

.email_msg{
	font-size: 15px;
	font-weight: 600;
}
