body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 17px !important;
}

/* h4,
h4 {
	font-size: 1.75rem;
}
.h5,
h5 {
	font-size: 1.35rem;
} */
html {
	scroll-padding-top: 4rem;
}

a[name]:not([href]) {
	padding-top: 90px;
	margin-top: -90px;
}

a[name]:not([href]):before {
	display: block;
	content: " ";
	padding-top: 90px;
	margin-top: -90px;
	visibility: hidden;
}

/* *********************************   SCROLLBAR ********************************** */
/*::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
-webkit-border-radius: 10px;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #752BF5;
}*/
/* *********************************HEADINGS********************************** */
.main-head {
	font-family: 'Poppins', sans-serif !important;
	font-size: 30px !important;
	font-weight: 700;
	padding-bottom: 25px;
	/* text-transform: uppercase; */
}

.main-head-align {
	height: 90vh;
	display: flex;
	align-items: center;
}

.main-head:before,
.main-head:after {
	background-color: #7e2bee;
	content: "";
	display: inline-block;
	height: 4px;
	position: relative;
	vertical-align: middle;
	width: 35px;
	margin: 10px;
}

.main-head:before {
	/* right: 0.5em;
	margin-left: -50%; */
}

.main-head:after {
	/* left: 0.5em;
	margin-right: -50%; */
}

/* *********************************NAVBAR********************************** */
.navbar-default .navbar-brand {
	font-size: 21px;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	margin-top: -5px;
	*margin-bottom: 5px;
	margin-bottom: 0px;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-brand {
	padding: 0px;
	/* firefox bug fix */
}

.navbar-brand>img {
	height: 100%;
	padding: 20px 0;
	/* firefox bug fix */
	width: 150px;
	transition: all 0.6s ease;
	filter: brightness(0) invert(1);
}

.navbar-default .navbar-nav>li>a {
	font-family: 'Poppins', sans-serif !important;
	font-size: 18px !important;
	font-weight: 500;
	*padding: 0 15px !important;
}

.navbar-nav>li {
	padding: 0 5px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #752BF5;
}

/* .navbar-default .navbar-nav>li>a:focus {
	color: #752BF5 !important;
} */
navbar-default .navbar-toggle {
	border-color: #fff;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 10px 10px;
	margin-top: 8px;
	*margin-right: 15px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 3px solid transparent;
	/* border-radius: 4px; */
	-moz-border-radius-topleft: 90px;
	-webkit-border-top-left-radius: 90px;
	border-top-left-radius: 90px;
	-moz-border-radius-topright: 90px;
	-webkit-border-top-right-radius: 90px;
	border-top-right-radius: 90px;
	-moz-border-radius-bottomleft: 90px;
	-webkit-border-bottom-left-radius: 90px;
	border-bottom-left-radius: 90px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #752BF5;
	*background-color: #752BF5;
}

/* *********************************NAVBAR********************************** */
/* *********************************CAROUSEL- SLIDER********************************** */
#site-header {
	position: relative;
	font-family: 'Poppins', sans-serif;
	/* *background: url(../images/bg-fixed.jpg)no-repeat center center / cover;
	background-image: url(../images/bg-fixed.jpg); */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*#site-header:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(243,129,129,0.1); 
    background: -webkit-linear-gradient(top, rgba(243,129,129,0.1), rgba(252, 227, 138, 0.1));
    background: -o-linear-gradient(top, rgba(243,129,129,0.1), rgba(252, 227, 138, 0.1));
    background: linear-gradient(to bottom, rgba(243,129,129,0.1), rgba(252, 227, 138, 0.1));
}*/
#site-header-inner {
	/* position: relative; */
	z-index: 5;
}

/*=======================main navbar section===========================*/
#top-navbar {
	background: none;
	border: none;
	border-radius: 0;
}

#top-navbar .navbar-brand {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}

#top-navbar .navbar-nav>li>a {
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

#top-navbar .navbar-nav>li>a:hover,
#top-navbar .navbar-nav>.active>a,
#top-navbar .navbar-nav>.active>a:hover {
	color: #fce38a;
	border-color: #fce38a;
	background: none;
}

#top-navbar .main-nav>li>a {
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	padding: 15px 5px 5px;
	margin: 0 12px;
	color: #fff;
	text-align: center;
}

#top-navbar .navbar-collapse {
	border-top-width: 0;
	padding-top: 10px;
	margin-top: 5px;
}

.fixed-me {
	transition: all .5s;
}

.fixed-me {
	background-color: rgba(241, 114, 114, 0.96) !important;
	padding: 0 !important;
	margin-bottom: 5px;
	position: fixed;
	top: 0;
	z-index: 888;
	width: 100%;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.site-logo {
	padding: 15px 16px;
	margin: 15px 0;
}

.navbar-me {
	min-height: 70px;
	background-color: transparent;
	top: 0;
	border: 0;
	border-radius: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.menu-collapsed-button {
	margin: 20px 15px 10px 15px !important;
}

/*======================main slider section style===================*/
#site-slider {
	padding-top: 30px;
}

#site-slider .carousel-inner {
	height: auto;
}

#site-slider .carousel-inner>.item {
	text-align: center;
	color: #fff;
}

#site-slider .carousel-indicators {
	width: 100%;
	left: 0;
	position: static;
	margin: 0;
	margin-top: 35px;
	margin-bottom: 10px;
}

#site-slider .carousel-indicators li,
#site-slider .carousel-indicators li.active {
	float: left;
	width: 25%;
	height: auto;
	margin: 0;
	text-indent: initial;
	border-radius: 0;
	background: none;
	text-align: left;
	border: none;
}

#site-slider .carousel-indicators li .inner {
	border-top: 2px solid #f7eac4;
	position: relative;
	color: #faf3e0;
	text-transform: uppercase;
	margin: 0 12px;
	padding: 10px 0;
}

#site-slider .carousel-indicators li:hover .inner,
#site-slider .carousel-indicators li.active .inner {
	border-color: #fff;
	color: #fff;
}

#site-slider .carousel-indicators li:hover .inner:after,
#site-slider .carousel-indicators li.active .inner:after {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 60px;
	height: 2px;
	background: #f38181;
}

#site-slider .carousel-indicators li .number {
	font-weight: 700;
	font-size: 18px;
	margin-right: 3px;
}

/*==============slider content===================*/
#site-slider .site-slider-title {
	*font-size: 50px;
}

#site-slider .site-slider-title .site-slider-sub {
	font-size: 45px;
}

.site-slider-title .site-slider-sub {
	display: block;
	text-transform: none;
	font-weight: 600;
	font-family: 'Poppins', san-serif;
	/* font-size: 20px; */
	margin-bottom: 5px;
	color: #752BF5
}

.site-slider-title {
	font-weight: 300;
	/* font-size: 45px; */
	/* line-height: 1.25; */
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px !important;
	text-align: left;
	color: #333;
	/* max-width: 450px; */
	padding-left: 9%;
	/* margin: 0 auto; */
	top: 30%
}

.site-slider-title-new {
	font-weight: 300;
	/* font-size: 45px; */
	/* line-height: 1.25; */
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px !important;
	text-align: left;
	color: #333;
	max-width: 86%;
	/* max-width: 450px; */
	padding-left: 8%;
	/* margin: 0 auto; */
	/* top: 15% */
}

.nav-left {
	padding-left: 9%;
}

@media only screen and (max-width : 640px) {
	.dreamit-button.mt-5 {
		margin-top: 5px !important;
	}
}

@media only screen and (max-width : 800px) {
	.main-head-align {
		height: 98vh !important;
	}

	.site-slider-title-new {
		max-width: 99%;
		/* max-width: 450px; */
		padding-left: 3%;
		/* margin: 0 auto; */
		/* top: 15%; */
	}

	.site-slider-title {
		/* font-weight: 600; */
		font-size: 28px;
		line-height: 1;
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 30px !important;
		text-align: left;
		color: #333;
		/* max-width: 450px; */
		padding: 5px 20px;
		/* margin: 0 auto; */
		top: 30%;
		min-height: 175px;
	}

	.contact-right {
		padding-top: 0px !important;
		padding-bottom: 20px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.site-slider-sub {
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.site-slider-title .site-slider-sub:after {}

/* 
.site-slider-title:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #fff;
	transform: translateX(-50%);
} */
.slider-btn {
	display: inline-block;
	color: #784af5;
	text-transform: uppercase;
	padding: 10px 20px;
	text-align: center;
	border: 2px solid #784af5;
	font-size: 16px;
	line-height: 100%;
	text-decoration: none;
	transition: .5s;
	background: #fff;
	max-width: 185px;
	margin-top: 10px;
}

.slider-btn:hover {
	transition: .5s;
	border: 2px solid #3a1b91;
	color: #FFF;
	background: linear-gradient(to left, #533efe, #740fd6);
}

/* change transition duration to control the speed of fade effect */
.carousel-item {
	transition: transform 2.6s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	transition: opacity 0s 2.6s;
}

/* *********************************CAROUSEL- SLIDER END********************************** */
/* *********************************SKEW ********************************** */
.skew-Footer {
	padding: 80px 0;
	background-color: blue;
	text-align: center;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.skew-Footer :after {
	width: 100%;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 10%;
	-webkit-transform: skewY(-4deg);
	-moz-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	-o-transform: skewY(-4deg);
	transform: skewY(-4deg);
	background-color: red;
	z-index: 2;
}

.skew-bottom {
	position: relative;
	z-index: 1;
	padding-bottom: 15px;
}

.skew-bottom:after {
	position: absolute;
	display: block;
	z-index: -1;
	left: 0;
	right: 0;
	height: 100%;
	background-color: inherit;
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	bottom: 0;
	content: '';
}

.skew-top {
	position: relative;
	z-index: 1;
	padding-top: 15px;
}

.skew-top:before {
	position: absolute;
	display: block;
	z-index: -1;
	left: 0;
	right: 0;
	height: 100%;
	background-color: inherit;
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	top: 0;
	content: '';
}

.skew-bottom-In {
	position: relative;
	z-index: 1;
	padding-bottom: 15px;
}

.skew-bottom-In:after {
	position: absolute;
	display: block;
	z-index: -1;
	left: 0;
	right: 0;
	height: 100%;
	background-color: inherit;
	-webkit-transform: skewY(3deg);
	transform: skewY(3deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	bottom: 0;
	content: '';
}

.skew-top-In {
	position: relative;
	z-index: 1;
	padding-top: 15px;
}

.skew-top-In:before {
	position: absolute;
	display: block;
	z-index: -1;
	left: 0;
	right: 0;
	height: 100%;
	background-color: inherit;
	-webkit-transform: skewY(3deg);
	transform: skewY(3deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	top: 0;
	*top: -30px;
	content: '';
}

/* *********************************SKEW END********************************** */
/* *********************************Shrink Start********************************** */
.shrink {
	/* height: 70px !important; */
	padding-top: 5px;
	transition: all 0.6s ease;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	width: 100%;
	z-index: 99;
	box-shadow: 0px 2px 40px 0px hsl(0deg 0% 6% / 5%);
}

.shrink nav {
	height: 70px !important;
	padding-top: 5px;
	transition: all 0.6s ease;
	background-color: #333;
}

.shrink .navbar-brand>img {
	height: 100%;
	padding: 5px;
	/* firefox bug fix */
	width: 130px;
	*width: auto;
	transition: all 0.6s ease;
	filter: initial;
}

.shrink.navbar-default .navbar-nav>li>a {
	color: #565656;
	text-shadow: initial;
}

.shrink.navbar-default .navbar-nav>li>a:hover {
	color: #752BF5;
}

.nav .btn-primary {
	background-color: red !important;
	color: #fff !important;
	border: 0;
}

.shrink .btn-primary {
	background-color: #752BF5 !important;
	color: #fff !important;
	border: 2px;
}

.navbar.navbar-default {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	z-index: 99;
	padding-left: 4%;
	padding-right: 4%;
}

/* *********************************Shrink END********************************** */
/* ==================== Scroll to Top =============== */
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	*background: rgba(126, 43, 238, 0.8);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	border-radius: 50px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99;
	border: 7px solid #752BF5;
}

#return-to-top i {
	color: #752BF5;
	margin: 0;
	position: relative;
	left: 8px;
	top: 5px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(117, 43, 245, 0.65);
}

#return-to-top:hover i {
	color: #fff;
	top: 8px;
}

/* ==================== Scroll to Top End =============== */
/* ==================== Padding & Margin =============== */
.Padding-TB-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.Padding-TB-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.Padding-T-50 {
	padding-top: 50px;
}

.Padding-T-100 {
	padding-top: 100px;
}

.Padding-B-50 {
	padding-bottom: 50px;
}

.Padding-B-100 {
	padding-bottom: 100px;
}

.Padding-B-25 {
	padding-bottom: 25px;
}

/* ==================== Padding & Margin End =============== */
/* ==================== COLORS BG =============== */
.bg-color-ash {
	background-color: #f3f5f6 !important;
}

.bg-color-ash-new {
	background-color: #2d3e50;
}

.bg-color-white {
	background-color: #fff;
}

.bg-color-ash-dark {
	background-color: #141b2e;
}

.bg-color-purple {
	background-color: #752BF5;
}

/* ====================  Text BG  =============== */
.txt-color-white {
	color: #fff !important;
}

/* ====================  Services  =============== */
#Services {}

#Services h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	display: inline-flex;
}

#About {}

#About h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	font-weight: 700;
	text-align: left;
	/* text-transform: uppercase; */
	margin-top: 10px;
	margin-bottom: 10px;
}

#About h1 span {
	font-weight: 700;
}

#About h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px
}

#WHY h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF !important;
}

#WHY h1 span {
	font-family: 'danuberegular';
}

#WHY .inside-box-L {
	*margin-right: 100px;
}

#WHY .inside-box-R {
	*margin-left: 100px;
}

#WHY .fit-space {
	display: block;
	height: 90px;
}

#WHY .inside-box-L h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFF !important;
}

#WHY .inside-box-R h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFF !important;
}

#Work-process h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #752BF5;
}

#Work-process h1 span {
	font-weight: 700;
}

#Work-process h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

#Work-process h2 span {
	font-weight: 700;
}

#contact {}

#contact h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
}

#contact h1 span {
	font-weight: 700;
}

#contact h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	*text-transform: capitalize;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #FFF;
	line-height: 20px;
}

footer {
	color: #484848;
	/* position: sticky; */
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f3f3f3;
	display: grid;
	place-items: center;
	padding: 25px 0;
}

footer .nav {
	color: #484848;
	justify-content: flex-end !important;
}

#Footer {
	color: #484848;
}

#Footer a {
	color: #484848;
	text-decoration: none !important;
}

#Footer a:hover {
	color: #6c19da !important;
	text-decoration: none !important;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

/* ==================== Timeline  =============== */
.hexa {
	border: 0px;
	float: left;
	text-align: center;
	height: 35px;
	width: 60px;
	font-size: 22px;
	background: #f0f0f0;
	color: #3c3c3c;
	position: relative;
	margin-top: 15px;
}

.hexa:before {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 15px solid #f0f0f0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	top: -15px;
}

.hexa:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 15px solid #f0f0f0;
	bottom: -15px;
}

.timeline {
	position: relative;
	padding: 0;
	width: 100%;
	margin-top: 20px;
	list-style-type: none;
}

.timeline:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: ' ';
	display: block;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background: rgb(213, 213, 213);
	background: -moz-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
	background: -webkit-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
	background: -o-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
	background: -ms-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
	background: linear-gradient(to bottom, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
	z-index: 5;
}

.timeline li {
	padding: 2em 0;
}

.timeline .hexa {
	width: 16px;
	height: 10px;
	position: absolute;
	background: #752BF5;
	z-index: 5;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: -30px;
	margin-top: 0;
}

.timeline .hexa:before {
	border-bottom: 4px solid #752BF5;
	border-left-width: 8px;
	border-right-width: 8px;
	top: -4px;
}

.timeline .hexa:after {
	border-left-width: 8px;
	border-right-width: 8px;
	border-top: 4px solid #752BF5;
	bottom: -4px;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;
	text-align: center;
}

.flag-wrapper {
	text-align: center;
	position: relative;
}

.flag {
	position: relative;
	display: inline;
	background: rgb(255, 255, 255);
	font-weight: 400;
	text-transform: uppercase;
	z-index: 15;
	padding: 6px 10px;
	text-align: left;
	border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -15px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255, 255, 255);
	border-width: 8px;
	pointer-events: none;
}

.direction-l .flag {
	/* -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15); */
}

.direction-r .flag {
	/* -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15); */
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
	line-height: 1em;
	vertical-align: middle;
	color: #fff;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.time {
	*background: #752BF5;
	background: #f7f7f7;
	border-radius: 5px;
	display: inline-block;
	padding: 8px;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(254, 254, 254);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
	z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	z-index: 15;
}

@media(min-width: 768px) {
	.timeline {
		width: 660px;
		margin: 0 auto;
		margin-top: 20px;
	}

	.timeline li:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.timeline .hexa {
		left: -28px;
		right: auto;
		top: 8px;
	}

	.timeline .direction-l .hexa {
		left: auto;
		right: -28px;
	}

	.direction-l {
		position: relative;
		width: 310px;
		float: left;
		text-align: right;
	}

	.direction-r {
		position: relative;
		width: 310px;
		float: right;
		text-align: left;
	}

	.flag-wrapper {
		display: inline-block;
	}

	.flag {
		font-size: 18px;
	}

	.direction-l .flag:after {
		left: auto;
		right: -16px;
		top: 50%;
		margin-top: -8px;
		border: solid transparent;
		border-left-color: rgb(254, 254, 254);
		border-width: 8px;
	}

	.direction-r .flag:after {
		top: 50%;
		margin-top: -8px;
		border: solid transparent;
		border-right-color: rgb(254, 254, 254);
		border-width: 8px;
		left: -8px;
	}

	.time-wrapper {
		display: inline;
		vertical-align: middle;
		margin: 0;
	}

	.direction-l .time-wrapper {
		float: left;
	}

	.direction-r .time-wrapper {
		float: right;
	}

	.time {
		padding: 5px 10px;
		top: -15px;
		position: relative;
	}

	.direction-r .desc {
		margin: 1em 0 0 0.75em;
	}
}

@media(min-width: 992px) {
	.timeline {
		width: 800px;
		margin: 0 auto;
		margin-top: 20px;
	}

	.direction-l {
		position: relative;
		width: 380px;
		float: left;
		text-align: right;
	}

	.direction-r {
		position: relative;
		width: 380px;
		float: right;
		text-align: left;
	}
}

/* ====================  site Shape  & Parallax =============== */
.site-shape {
	width: 300px;
	height: 300px;
	-moz-border-radius-topleft: 90px;
	-webkit-border-top-left-radius: 90px;
	border-top-left-radius: 90px;
	-moz-border-radius-topright: 90px;
	-webkit-border-top-right-radius: 90px;
	border-top-right-radius: 90px;
	-moz-border-radius-bottomleft: 90px;
	-webkit-border-bottom-left-radius: 90px;
	border-bottom-left-radius: 90px;
}

.heading {
	text-align: center;
	color: #fff;
	font-size: 60px;
	font-family: 'Amaranth', sans-serif;
}

.scene {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	display: none;
	pointer-events: none;
}

@media (min-width: 992px) {
	.scene {
		display: block;
	}
}

.parallax-scene-wrapper {
	position: relative;
	z-index: 6;
	*padding: 35px 0 40px;
	vertical-align: middle;
	text-align: center;
	top: 265px;
}

.parallax-scene-wrapper .shell {
	position: relative;
	z-index: 1;
}

.scene [class^='layer-'] {
	position: absolute;
	pointer-events: none;
}

.scene [class^='layer-'] img {
	max-width: none;
}

.scene .layer-01 {
	left: 80px;
}

.scene .layer-02 {
	left: 14%;
	top: 35%;
	*display: none;
}

.scene .layer-03 {
	left: 10%;
	top: 75%;
}

.scene .layer-04 {
	left: 86%;
	top: 3%;
}

.scene .layer-05 {
	left: 80%;
	top: 50%;
}

.scene .layer-06 {
	left: 85%;
	top: 60%;
	*display: none;
}

@media (min-height: 750px) and (min-width: 1200px) {
	.scene .layer-04 {
		top: 2%;
	}

	.scene .layer-05 {
		top: 38%;
	}

	.scene .layer-02,
	.scene .layer-06 {
		display: block;
	}
}

/* ====================  Dropdown  =============== */
.dropdown-menu {
	background-color: #752BF5;
	*text-transform: uppercase;
	font-weight: 600;
}

.dropdown-menu>li>a {
	color: #FFF;
}

/* ====================  List Style =============== */
.list-type4 {
	width: 80%;
	margin: 0 auto;
	font-weight: 600;
}

.list-type4 ol {
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	padding: 0;
	margin-bottom: 4em;
}

.list-type4 a {
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;
	background: #ececec;
	color: #752BF5;
	text-decoration: none;
	box-shadow: inset 0.5em 0 #141b2e;
	-webkit-transition: box-shadow 1s;
	/* For Safari 3.1 to 6.0 */
	transition: box-shadow 1s;
}

.list-type4 a:hover {
	box-shadow: inset 1.5em 0 #141b2e;
}

/* ====================  Vertical Align  =============== */
.Deep-Vertical-Center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px dashed deeppink;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.vertical-align {
	display: flex;
	flex-direction: row;
}

.vertical-align>[class^="col-"],
.vertical-align>[class*=" col-"] {
	display: flex;
	align-items: center;
	justify-content: center;
}

.vertical-align>[class^="col-"]>div,
.vertical-align>[class*=" col-"]>div {
	/* flex: 1; */
	flex-grow: 1;
}

table td {
	vertical-align: middle !important;
}

/* =========================================================================================  Media Querys  =============== */
@media (min-width: 768px) {
	.shrink .navbar-nav {
		/* display: table;
	float: none;
	table-layout: fixed; */
		*padding-top: 10px;
		padding-top: 5px;
		transition: all 0.6s ease;
	}

	.navbar-right {
		float: right !important;
		margin-right: 0px;
		transition: all 0.6s ease;
	}

	.navbar-nav {
		padding-top: 15px;
		background-color: transparent !important;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #ff85df;
	}

	.logo {
		width: 208px;
		margin-top: 5px;
	}
}

@media (max-width:1920px) and (min-width:1112px) {
	.logo-wrapper {
		left: 0;
		position: absolute;
		right: 0;
		top: 60px;
		z-index: 21;
	}

	.logo {
		width: 250px;
		padding: 10px;
	}
}

@media (max-width:1460px) and (min-width:1000px) {
	.resp-banner img {
		height: 480px !important;
	}
}

@media (max-width:3800px) and (min-width:1501px) {
	header {
		max-height: 760px !important;
		height: 70vh !important;
	}

	.main-head-align {
		height: 62vh !important;
	}


}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.navbar-nav {
		/* background-color: rgba(163, 35, 142, 0.9) */
	}

	#site-slider .site-slider-title {
		font-size: 30px !important;
	}

	#site-slider .site-slider-title .site-slider-sub {
		font-size: 30px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.navbar-nav {
		/* background-color: rgba(163, 35, 142, 0.9) */
	}
}

@media only screen and (max-width : 640px) {
	.widget-review {
		text-align: center;
		margin: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		max-width: 100% !important;
		margin: 0 auto;
		margin-bottom: 10px;
		padding: 30px 15px 30px 5px !important;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 2px 40px rgb(0 0 0 / 15%);
	}

	.head-sub .card {
		flex-direction: column !important;
		align-items: center !important;
		display: flex;
	}

	.head-sub .card.reverse {
		align-items: center !important;
		display: flex;
		flex-direction: column-reverse !important;
	}

	.head-sub .card img {
		width: 100% !important;
	}

	.head-sub .card-body {
		padding: 2em 1.2em !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#site-slider .site-slider-title {
		font-size: 30px !important;
	}

	#site-slider .site-slider-title .site-slider-sub {
		font-size: 30px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#site-slider .site-slider-title {
		font-size: 45px !important;
	}

	#site-slider .site-slider-title .site-slider-sub {
		font-size: 45px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}

@media (max-width:989px) and (min-width:600px) {}

div.gallery {
	border: 1px solid #ccc;
	margin: 10px;
}

div.gallery:hover {
	border: 1px solid #752BF5;
}

div.gallery img {
	width: 100%;
	height: auto;
}

* {
	box-sizing: border-box;
}

.responsive {
	padding: 0 6px;
	float: left;
	width: 24.99999%;
}

@media only screen and (max-width: 700px) {
	.responsive {
		width: 49.99999%;
		margin: 6px 0;
	}
}

@media only screen and (max-width: 500px) {
	.responsive {
		width: 100%;
	}
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

#myCarousel .carousel-item .mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
}

#myCarousel h4 {
	font-size: 50px;
	margin-bottom: 15px;
	color: #FFF;
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
}

#myCarousel p {
	font-size: 18px;
	margin-bottom: 15px;
	color: #d5d5d5;
}

#myCarousel .carousel-item a {
	background: #F47735;
	font-size: 14px;
	color: #FFF;
	padding: 13px 32px;
	display: inline-block;
}

#myCarousel .carousel-item a:hover {
	background: #394fa2;
	text-decoration: none;
}

#myCarousel .carousel-item h4 {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

#myCarousel .carousel-item p {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

#myCarousel .carousel-item a {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	display: block;
	height: auto;
	max-width: 100%;
}

#myCarousel h4,
#myCarousel p,
#myCarousel a,
#myCarousel .carousel-item .mask img {
	-webkit-animation-duration: 1s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#myCarousel .container {
	max-width: 1430px;
}

#myCarousel .carousel-item {
	height: 100%;
	min-height: 550px;
}

#myCarousel {
	position: relative;
	z-index: 1;
	background: url(https://i.imgur.com/6axE29k.jpg) center center no-repeat;
	background-size: cover;
}

.carousel-control-next,
.carousel-control-prev {
	height: 40px;
	width: 40px;
	padding: 12px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background-color: #784af5;
}

.carousel-item {
	text-align: center;
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	opacity: 1
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
	opacity: 0
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

	.carousel-fade .carousel-item-left.active,
	.carousel-fade .carousel-item-next,
	.carousel-fade .carousel-item-prev,
	.carousel-fade .carousel-item-prev.active,
	.carousel-fade .carousel-item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

header {
	position: relative;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
	/* height: 100vh; */
	height: 85vh;
	min-height: 550px;
}

header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

header .container {
	position: relative;
	z-index: 2;
}

header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
/* @media (pointer: coarse) and (hover: none) {
	header {
		background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
	}
	header video {
		display: none;
	}
} */
.card {
	/* width: 33.33%; */
	height: 520px;
	box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 15px;
	background: #fff;
	transition: all 0.5s ease;
	cursor: pointer;
	user-select: none;
	z-index: 10;
	margin: 15px;
	overflow: hidden
}

.card .backgroundEffect {
	bottom: 0;
	height: 0px;
	width: 100%
}

.card:hover {
	color: #fff;
	transform: scale(1.025);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}

.card:hover .backgroundEffect {
	bottom: 0;
	height: 320px;
	width: 100%;
	position: absolute;
	z-index: -1;
	background: #752BF5;
	animation: popBackground 0.3s ease-in
}

@keyframes popBackground {
	0% {
		height: 20px;
		border-top-left-radius: 50%;
		border-top-right-radius: 50%
	}

	50% {
		height: 80px;
		border-top-left-radius: 75%;
		border-top-right-radius: 75%
	}

	75% {
		height: 160px;
		border-top-left-radius: 85%;
		border-top-right-radius: 85%
	}

	100% {
		height: 320px;
		border-top-left-radius: 100%;
		border-top-right-radius: 100%
	}
}

.card .pic {
	position: relative
}

.card .pic img {
	width: 100%;
	height: 280px;
	object-fit: cover
}

.card .date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 70px;
	background-color: #752BF5;
	color: white;
	position: absolute;
	bottom: 0px;
	transition: all ease
}

.card .date .day {
	font-size: 14px;
	font-weight: 600
}

.card .date .month,
.card .date .year {
	font-size: 10px
}

.card .text-muted {
	font-size: 12px
}

.card:hover .text-muted {
	color: #fff !important
}

.card .content {
	padding: 0 20px
}

.card .content .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	background-color: #752BF5;
	border-radius: 25px;
	font-size: 12px;
	border: none
}

.card:hover .content .btn {
	background: #6220d6;
	color: #fff;
	box-shadow: #0000001a 0px 3px 5px
}

.card .content .btn .fa {
	font-size: 10px;
	padding-left: 5px
}

.card .content .foot .admin {
	color: #752BF5;
	font-size: 12px
}

.card:hover .content .foot .admin {
	color: #fff
}

.card .content .foot .icon {
	font-size: 12px
}

.cont_custom {
	padding-top: 20px !important;
	padding-right: 90px !important;
}

@media only screen and (max-width : 800px) {
	.cont_custom {
		padding-top: 20px !important;
		padding-right: 10px !important;
	}
}

.owl-nav {
	padding: 15px 0;
	text-align: center;
}

.owl-nav div.owl-next:before,
.owl-nav div.owl-prev:before {
	font-size: 18px;
	box-sizing: border-box;
	/* position: absolute; */
	width: 36px;
	height: 36px;
	left: 0;
	top: 0;
	line-height: 36px;
	display: none;
}

.owl-nav div.owl-prev:before {
	content: "\e901";
}

.owl-nav div:before {
	content: "\e900";
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-family: 'ekko-font';
	box-sizing: border-box;
	font-weight: bold;
	transition: 0.2s;
}

.owl-nav div:before {
	content: "\e900";
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-family: 'ekko-font';
	box-sizing: border-box;
	font-weight: bold;
	transition: 0.2s;
}

.key-icon-box .sec-wrapper {
	padding: 40px;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	border-radius: 7px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	background: #ededed;
	margin-bottom: 20px;
	min-height: 215px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	border-left: 8px solid #752BF5;
}

.key-icon-box.icon-default.icon-left.cont-left .sec-wrapper {
	float: left;
}

.key-icon-box:hover .sec-wrapper {
	box-shadow: 0 44px 98px 0 rgba(0, 0, 0, 0.12);
	border-bottom-style: solid;
	background: #752BF5;
	color: #fff;
	transition: all .35s ease;
	/* background: rgba(255, 255, 255, 0.05); */
}

.sec-wrapper h5 {
	font-weight: 700;
}

.vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

.widget-review {
	text-align: center;
	margin: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 40px rgb(0 0 0 / 15%);
}

.widget-review h5 {
	font-style: italic;
	font-size: 14px;
	margin-bottom: 1px;
}

.widget-review h5:before,
.widget-review h5:after {
	background-color: #7e2bee;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 25px;
	margin: 10px;
}

.widget-review h5+p {
	font-style: italic;
	font-size: 13px;
}

.key-reviews {
	background-color: white;
	padding: 15px 30px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
	text-align: left;
	overflow: hidden;
	border-radius: 10px;
	padding-bottom: 30px;
	margin: 10px;
}

.registration-form .form-group input,
.registration-form .form-group textarea {
	background-color: #F3F5F6;
	font-weight: 400;
	font-size: 16px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	/* width: 100%;
	min-width: 100%; */
	box-sizing: border-box;
	border: none;
	margin-bottom: 10px;
	box-shadow: none;
	font-size: inherit;
	letter-spacing: 0;
	outline: none;
	line-height: 50px;
	height: 50px;
	padding: 0 30px;
	text-align: left;
	font-family: inherit;
	border-radius: 0px;
}

.registration-form .form-group textarea {
	height: 100px !important;
}

.rw-author-details {
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	max-width: 200px;
	box-shadow: 0 2px 40px rgb(0 0 0 / 15%);
}

.large-counter .kd_number_string {
	display: inline-block;
	float: none;
	width: auto;
	margin: 0;
	color: inherit;
	font-size: 62px;
	font-weight: 600;
	text-align: center;
	font-style: normal;
	line-height: 1;
	letter-spacing: -0.03em;
}

.large-counter .kd_counter_units {
	font-size: 62px;
	margin-top: 0;
	font-weight: 300;
	line-height: 1;
}

main {
	min-height: 100vh;
	background: white;
	z-index: 1;
}

.google-maps {
	position: relative;
	*padding-bottom: 75%;
	overflow: hidden;
	height: 450px;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	*pointer-events: none;
}

.contact-right {
	padding-top: 0px !important;
	padding-bottom: 20px !important;
	padding-left: 100px;
	padding-right: 100px;
}

.contact-right h2 {
	color: #565656;
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	text-transform: none;
	letter-spacing: -0.75px;
	text-align: left;
}

.tb-border-design .topbar-phone,
.tb-border-design .topbar-email,
.tb-border-design .topbar-opening-hours {
	border-right: 1px solid rgba(132, 132, 132, 0.15);
	margin-right: 20px;
}

.topbar {
	border-bottom: 1px solid rgba(132, 132, 132, 0.15);
	-webkit-transition: background 0.25s ease-in-out;
	-moz-transition: background 0.25s ease-in-out;
	-o-transition: background 0.25s ease-in-out;
	-ms-transition: background 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	background-color: #565656 !important;
}

.text-primary {
	color: #752BF5 !important;
}

.btn {
	border-radius: 0;
}

.btn-primary {
	background-color: #752BF5 !important;
	color: #fff !important;
	border: 0
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #6220d6;
	color: #fff !important;
	border: 0
}

.btn-pad {
	padding-top: 11px !important;
	padding-bottom: 11px !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
	border-radius: 5px;
}

.section-title.t_left {
	margin: auto auto auto 0;
	width: 100%;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
}

.section-title h3,
.section-title h2 {
	font-size: 38px;
	margin-bottom: 0px;
	text-transform: capitalize;
	margin-top: 0;
	line-height: 1.2;
	font-weight: 700;
}

.content-icon-new {
	text-align: center;
}

.content-icon-new img {
	max-height: 80px;
	margin-bottom: 30px
}

.content-desc-new {
	text-align: center;
}

.content-icon {
	float: left;
}

.content-icon i {
	color: #2513d1;
	font-size: 30px;
}

.box-right {
	padding-left: 5px;
}

.feature-boxes {
	display: flex;
	padding-bottom: 23px;
	align-items: flex-start;
}

.em_single_testimonial {
	padding: 50px;
}

.em_single_testimonial_inner1 {
	background: #fff;
	-webkit-box-shadow: 0 15px 46px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 15px 46px rgba(0, 0, 0, .1);
	box-shadow: 0 15px 46px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	border-radius: 100px 70px 70px 200px !important;
	position: relative;
	text-align: center;
}

.em_single_testimonial_inner1:before {
	content: "";
	background: rgba(12, 90, 219, 0.60);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px 70px 70px 200px !important;
	-ms-transform: skewX(-8deg);
	-webkit-transform: skewX(-8deg);
	transform: skewX(-8deg);
	z-index: -1;
}

.em_single_testimonial_inner1:after {
	content: "";
	background: rgba(12, 90, 219, 0.70);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px 70px 70px 200px !important;
	-ms-transform: skewX(-16deg);
	-webkit-transform: skewX(-16deg);
	transform: skewX(-16deg);
	z-index: -1;
}

.demo {
	text-align: center;
	border-radius: 4px;
	line-height: 25px;
	font-size: 20px;
	font-weight: 500;
	-webkit-animation: ripple-red 1s linear infinite;
	animation: ripple-red 1s linear infinite;
	-webkit-transition: .5s;
}

@keyframes ripple-red {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(108, 25, 218, 0.3), 0 0 0 10px rgba(108, 25, 218, 0.3), 0 0 0 20px rgba(108, 25, 218, 0.3);
		box-shadow: 0 0 0 0 rgba(108, 25, 218, 0.3), 0 0 0 10px rgba(108, 25, 218, 0.3), 0 0 0 20px rgba(108, 25, 218, 0.3)
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(108, 25, 218, 0.3), 0 0 0 20px rgba(108, 25, 218, 0.3), 0 0 0 30px rgba(108, 25, 218, 0);
		box-shadow: 0 0 0 10px rgba(108, 25, 218, 0.3), 0 0 0 20px rgba(108, 25, 218, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
	}
}

/* .gradient-blue {
	background-color: #AB46F8;
	background-image: -moz-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #AB46F8), color-stop(100%, #5225f8));
	background-image: -webkit-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background-image: -o-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background: -ms-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background: -webkit-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background: -o-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background: linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
} */
.slick-slider {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.wave-one::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: -144px;
	width: 100%;
	height: 595px;
	background-position-y: bottom;
	background-repeat: repeat-x;
	background-size: cover;
	background-image: url(../images/slider/bg-shape.png);
}

.icons_container {
	display: inline-flex;
}

.icons_container .icon {
	margin: 0 10px;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
	transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.icons_container .icon span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	height: 45px;
	width: 45px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
	transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.icons_container .icon .tooltip {
	position: absolute;
	top: 0;
	z-index: 1;
	background: #fff;
	color: #fff;
	padding: 10px 18px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 10px;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
	transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.icons_container .icon:hover .tooltip {
	top: -60px;
	opacity: 1;
	pointer-events: auto;
}

.icon .tooltip:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	background: #fff;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%) rotate(45deg);
	transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.icons_container .icon:hover span {
	color: #fff;
}

.icons_container .icon:hover span,
.icons_container .icon:hover .tooltip {
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}

.icons_container .facebook:hover span,
.icons_container .facebook:hover .tooltip,
.icons_container .facebook:hover .tooltip:before {
	background: #3B5999;
}

.icons_container .twitter:hover span,
.icons_container .twitter:hover .tooltip,
.icons_container .twitter:hover .tooltip:before {
	background: #46C1F6;
}

.icons_container .instagram:hover span,
.icons_container .instagram:hover .tooltip,
.icons_container .instagram:hover .tooltip:before {
	background: #e1306c;
}

.icons_container .github:hover span,
.icons_container .github:hover .tooltip,
.icons_container .github:hover .tooltip:before {
	background: #333;
}

.icons_container .youtube:hover span,
.icons_container .youtube:hover .tooltip,
.icons_container .youtube:hover .tooltip:before {
	background: #DE463B;
}

.w-150px {
	width: 150px;
}

.gradient-blue {
	background-color: #6c19da;
	background-image: -moz-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #AB46F8), color-stop(100%, #5225f8));
	background-image: -webkit-linear-gradient(295deg, #AB46F8 0%, #5225f8 100%);
	background-image: -o-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background: -ms-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background: -webkit-linear-gradient(295deg, #AB46F8 0%, #5225f8 100%);
	background: -webkit-linear-gradient(39deg, #AB46F8 0%, #5225f8 100%);
	background: linear-gradient(295deg, #AB46F8 0%, #5225f8 100%);
	background: linear-gradient(41deg, #AB46F8 0%, #5225f8 100%);
	background: linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
}

/* .head-sub img {
	padding: 15px;
	max-width: 100px;
} */
.head-sub .h5,
.head-sub h5 {
	font-size: 1.0rem;
}

.head-sub-sm img {
	padding: 15px;
	max-width: 75px;
}

.head-sub-sm .h5,
.head-sub-sm h5 {
	font-size: 1.0rem;
}

/* .custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(117, 43, 245, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} */
.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
	border-color: rgb(117, 43, 245);
	border: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none !important;
}

::-moz-selection {
	/* Code for Firefox */
	color: #fff;
	background: #6c19da;
}

::selection {
	color: #fff;
	background: #6c19da;
}

.dreamit-button {
	display: inline-block;
	background: linear-gradient(to right, #533efe, #740fd6);
	color: #fff;
	padding: 14px 35px;
	font-size: 18px;
	font-weight: 600;
	transition: .5s;
	border-radius: 10px;
}

.dreamit-button i {
	margin-left: 5px;
	/* font-size: 16px; */
}

.dreamit-button:hover {
	background: linear-gradient(to left, #533efe, #740fd6);
	color: #fff;
}

.footer_s_inner {
	margin-top: 0px;
	margin-bottom: 0;
}

.footer-sociala-icon {
	clear: both;
	float: left;
	margin-right: 17px;
	overflow: hidden;
}

.footer-sociala-icon i {
	height: 45px;
	width: 45px;
	background: linear-gradient(to right, #533efe, #740fd6);
	color: #fff;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	font-size: 18px;
	margin-top: 5px;
}

.footer-address p span {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.footer_s_inner {
	margin-top: 0px;
	margin-bottom: 0;
}

.footer-address p {
	color: #1d2124;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
}

.carousel-indicators [data-bs-target] {
	background-color: #7e2bee;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.solution-area {
	display: flex;
	/* flex-direction: row-reverse; */
}

.solution-area>.sol-image {
	/* flex: 1 0 0%; */
	/* text-align:right; */
}

.sol-image>img {
	vertical-align: top;
	max-width: 100%;
	max-height: 100px;
}

.solution-area>.read-more-area {
	flex: 1 0 0%;
	/* margin:auto 0; */
}

.solution-area {
	background-color: #ebebeb;
	padding: 25px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	/* box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%); */
	text-align: left;
	margin-bottom: 25px;
	/* text-align: center; */
	min-height: 250px;
	display: flex;
	align-items: center;
	/* justify-content: flex-start;
    flex-direction: column; */
	border-radius: 15px;
	-webkit-box-shadow: 0 0 20px rgb(8 21 66 / 5%);
	box-shadow: 0 0 20px rgb(8 21 66 / 5%);
}

@media (max-width:1200px) and (min-width:960px) {
	.solution-area {
		min-height: 300px !important;
	}
}

/* .solution-area {
	padding: 30px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	text-align: left;
	margin-bottom: 5px;
	text-align: center; */
/* max-height: 235px;
} */
.solution-area h5 {
	font-weight: 600;
	font-size: 24px;
	/* text-align: center; */
	color: #7e2bee !important;
}

.solution-area img {
	padding: 15px;
	max-width: 100px;
	max-height: 100px;
	margin: 0 auto;
	float: left;
}

.hideContent {
	overflow: hidden;
	line-height: 1em;
	height: 2em;
}

.owl-carousel .owl-dots .owl-dot.active span {
	background: #7e2bee !important;
}

.owl-carousel .owl-dots .owl-dot span {
	background: #752BF5 !important;
}

.hidden {
	display: none;
}

.shrinkable {
	/* width: 800px;
    clear:both;
    clip:auto;
    overflow: hidden; */
}

.revealText {
	background: white;
	/* Strange problem in ie8 where the sliding animation goes too far
                            if revealText doesn't have a background color!  */
}

.hiddenText {}

.readMore {
	cursor: pointer;
	color: blue;
}

.ellipsis {
	color: black;
}

.more-link,
.less-link {
	color: #7e2bee;
	text-decoration: none;
	font-weight: 500;
	display: block;
	margin-top: 12px;
}

.read-more {
	margin-bottom: 5px;
}

/* 
.carousel-item {
	transition: transform 2.6s ease-in-out;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	transition: opacity 0s 2.6s;
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .4s;
	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;
	transition: all 0.4s ease;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
	transition: all 0.4s ease;
}
.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);
	transition: all 0.4s ease;
} */
/* .carousel-item {
    transition: transform 5s ease-in-out;
  }
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity 0s 5s;
  } */
.carousel-item {
	transition: transform .4s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	transition: opacity 0s .4s;
}

.wave-one {
	position: relative;
}

.wave-one::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: -144px;
	width: 100%;
	height: 595px;
	background-position-y: bottom;
	background-repeat: repeat-x;
	background-size: cover;
	background-image: url(../images/bg-shape.png);
}

.ban-one {
	position: relative;
}

.ban-one::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 760px;
	background-position-y: top;
	background-repeat: repeat-x;
	background-size: cover;
	background-image: url(../images/ban.jpg);
}

/* .gradient-blue {
	background-color: #AB46F8;
	background-image: -moz-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #AB46F8), color-stop(100%, #5225f8));
	background-image: -webkit-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background-image: -o-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background: -ms-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background: -webkit-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background: -o-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
	background: linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
}
 */
.nav-link {
	text-shadow: 1px 0px 4px rgb(0 0 0 / 34%);
	color: #fff
}

.nav-link:hover {
	text-shadow: 1px 0px 4px rgb(0 0 0 / 34%);
	color: #2513d1
}

.dropdown-toggle::after {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg>');
	border: none;
	width: 10px;
	height: auto;
	margin-left: 0.4rem;
	vertical-align: middle;
}

.med-img {
	max-width: 350px;
}

/* Pricing---------- */
/* 
  .lis-bg-light {
section.pricing {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
    position: relative;
}
.lis-light {
    color: #707070;
}
.price-table {
    -webkit-transition: 0.3s ease;
}
.lis-brd-light {
    border-color: #dadada !important;
}
.lis-rounded-top {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.lis-bg-light {
    background-color: #f7f7f7;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.lis-latter-spacing-2 {
    letter-spacing: 2px;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.lis-font-weight-500 {
    font-weight: 500;
}
.price-table sup {
    top: -1.5em;
}
.price-table sup, .price-table small {
    font-size: 1.25rem;
}
.price-table small {
    font-size: 1.25rem;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
 sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}
.lis-brd-light {
    border-color: #dadada !important;
}
.bg-white {
    background-color: #fff!important;
}
.py-5 {
    padding-bottom: 3rem!important;
}
.lis-line-height-3 {
    line-height: 3 !important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.lis-line-height-3 {
    line-height: 3 !important;
}
.btn-primary-outline {
    background-color: transparent;
    color: #ff214f !important;
    border-color: #ff214f;
}
.btn {
    color: #fff;
    padding: .5rem 1.3rem;
    font-size: 1rem;
    word-wrap: break-word;
}
.lis-rounded-circle-50 {
    border-radius: 50px;
}
.pl-2, .px-2 {
    padding-right: .5rem!important;
}
.btn-primary-outline:hover, .btn-primary-outline:focus {
    background-color: #ff214f;
    border-color: #ff214f;
    color: #fff !important;
}
.lis-bg-primary {
    background-color: #ff214f;
}
.btn-primary {
    background-color: #ff214f;
    border-color: #ff214f;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #ff214f;
    border-color: #ff214f;
}
.price-table.active {
    transform: scale(1.045);
    -webkit-transform: scale(1.045);
}
.price-table {
    -webkit-transition: 0.3s ease;
}
.lis-rounded-bottom {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
} */
/* block 
---------------------*/
.block-grid {
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
}

.block-grid .block-img {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	height: 250px;
	background: #023d1a;
}

.block-grid .block-img img {
	object-fit: cover;
	height: 250px;
	width: 100%;
}

.block-grid .block-img .date {
	position: absolute;
	background: #087b37;
	box-shadow: 0 0 18px rgb(255 196 13);
	color: #ffffff;
	padding: 8px 15px;
	left: 0;
	top: 10px;
	font-size: 14px;
	font-weight: 700;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.block-grid .block-info {
	box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
	border-radius: 15px;
	background: #ffffff;
	padding: 20px;
	margin: -30px 20px 0;
	position: relative;
	min-height: 120px;
	flex-grow: 1;
}

.block-grid .block-info h5 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px;
	color: #6642e1;
}

.block-grid .block-info h5 a {
	color: #04441e;
}

.block-grid .block-info p {
	margin: 0;
}

.block-grid .block-info .btn-bar {
	margin-top: 20px;
}

.px-btn-arrow {
	padding: 0 50px 0 0;
	line-height: 20px;
	position: relative;
	display: inline-block;
	color: #077434;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

a.px-btn-arrow {
	text-decoration: none !important;
}

.px-btn-arrow .arrow {
	width: 13px;
	height: 2px;
	background: currentColor;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 25px;
	-moz-transition: ease right 0.3s;
	-o-transition: ease right 0.3s;
	-webkit-transition: ease right 0.3s;
	transition: ease right 0.3s;
}

.px-btn-arrow .arrow:after {
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	position: absolute;
	top: -3px;
	right: 0;
	display: inline-block;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.post-thumbnail a {
	display: block;
}

.post-thumbnail img {
	width: 100%;
	border-radius: 8px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: scale(1) translateX(0) rotate(0deg);
	-ms-transform: scale(1) translateX(0) rotate(0deg);
	transform: scale(1) translateX(0) rotate(0deg);
}

.post-thumbnail:hover img {
	-webkit-transform: scale(1.1) translateX(0) rotate(2deg);
	-ms-transform: scale(1.1) translateX(0) rotate(2deg);
	transform: scale(1.1) translateX(0) rotate(2deg);
}

.head-sub .card {
	/* width: 33.33%; */
	height: auto;
	box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 15px;
	background: #f5f5f5;
	transition: all 0.5s ease;
	cursor: pointer;
	user-select: none;
	z-index: 10;
	margin: 0px;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 15px;
	border: 1px solid #e3e3e3;
}

.head-sub .card-body {
	padding: 40px;
}

.head-sub .card .backgroundEffect {
	bottom: 0;
	height: 0px;
	width: 100%
}

.head-sub h5 {
	font-weight: 600;
	font-size: 24px;
	/* text-align: center; */
	color: #7e2bee !important;
}

.head-sub .card:hover {
	color: #752BF5 !important;
	transform: scale(1.025);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}

.head-sub .card {
	flex-direction: row;
	align-items: center;
}

.head-sub .card-title {
	font-weight: bold;
}

.head-sub .card img {
	width: 30%;
	border-top-right-radius: 0;
	border-bottom-left-radius: calc(0.25rem - 1px);
	max-height: 200px;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
	.head-sub a {
		display: none;
	}

	.head-sub .card-body {
		padding: 0.5em 1.2em;
	}

	.head-sub .card-body .card-text {
		margin: 0;
	}

	.head-sub .card img {
		width: 50%;
	}
}

@media only screen and (max-width: 1200px) {
	.head-sub .card img {
		width: 40%;
	}
}

.company.owl-carousel .owl-item img {
	width: 200px !important;
	margin: 15px;
}

.widget-new {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	/* margin-bottom: 90px; */
	min-height: 355px;
	padding: 40px;
	/* background: #784af5; */
	border-radius: 10px;
	box-shadow: 0 2px 40px rgb(0 0 0 / 15%);
}

.widget-new:hover {
	box-shadow: 0 2px 40px rgb(0 0 0 / 20%);
	/* background: #7e2bee; */
	/* color: #fff; */
	transition: all 0.6s ease;
}

.widget-new.content {
	font-size: 20px;
	font-weight: 500;
	border: 1px solid #784af5;
}

.price p {
	background: #f1f1f1;
	border-bottom: 1px solid #bcbcbc;
	min-height: 45px;
	color: #000;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* box-shadow:inset 0.5em 0 #cacaca;
	-webkit-transition: box-shadow 1s; 
	transition: box-shadow 1s; */
}

.price p:hover {
	/* box-shadow:inset 1.5em 0 #cacaca; */
}

.pric li {
	/* color: #fff; */
	padding-bottom: 10px;
	padding-left: 1px
}

.pric li .text-success {
	color: #784af5 !important;
}

.pric li i {
	margin-right: 6px;
	font-size: 20px;
	width: 20px;
	display: inline-flex;
}

blockquote {
	display: block;
	/* background: #fff; */
	padding: 15px 20px 15px 45px;
	margin: 0 0 20px;
	position: relative;
	font-size: 16px;
	line-height: 1.2;
	color: #666;
	text-align: justify;
	/* 
	border-left: 15px solid #c76c0c;
	border-right: 2px solid #c76c0c;
	-moz-box-shadow: 2px 2px 15px #ccc;
	-webkit-box-shadow: 2px 2px 15px #ccc;
	box-shadow: 2px 2px 15px #ccc; */
}

blockquote p {
	margin-bottom: 0;
}

blockquote::before {
	content: "\201C";
	/*Unicode for Left Double Quote*/
	/*Font*/
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	color: #eaeaea;
	position: absolute;
	left: 7px;
	top: -6px;
}

blockquote::after {
	/*Reset to make sure*/
	content: "";
}

blockquote a {
	text-decoration: none;
	background: #eee;
	cursor: pointer;
	padding: 0 3px;
	color: #c76c0c;
}

blockquote a:hover {
	color: #666;
}

blockquote em {
	font-style: italic;
}

.time-line {
	min-width: 300px;
	max-width: 630px;
	margin: auto;
}

.time-line p {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 500;
	border-top: 3px solid;
	-o-border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
	border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
	border-image-slice: 1;
	border-width: 3px;
	margin: 0;
	padding: 35px;
	/* counter-increment: section; */
	position: relative;
	color: #34435e;
}

.time-line p:before {
	/* content: counter(section); */
	content: " ";
	position: absolute;
	border-radius: 15px;
	padding: 13px;
	height: 1em;
	width: 1em;
	background-color: #3e3752;
	text-align: center;
	line-height: 10px;
	color: #ffffff;
	font-size: 1em;
	font-weight: 700;
}

.time-line p:nth-child(odd) {
	border-right: 3px solid;
	padding-left: 0;
}

.time-line p:nth-child(odd):before {
	left: 100%;
	margin-left: -11px;
}

.time-line p:nth-child(even) {
	border-left: 3px solid;
	padding-right: 0;
}

.time-line p:nth-child(even):before {
	right: 100%;
	margin-right: -11px;
}

.time-line p:first-child {
	border-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.time-line p:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.intl-tel-input {
	display: table-cell;
}

.intl-tel-input .selected-flag {
	z-index: 4;
}

.intl-tel-input .country-list {
	z-index: 5;
}

.input-group .intl-tel-input .form-control {
	border-top-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0;
}

/* ============ desktop view ============ */
/* @media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: none;
	}
	.navbar .nav-item:hover .nav-link {}
	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}
	.navbar .nav-item .dropdown-menu {
		margin-top: 0;
	}
} */
/* ============ desktop view .end// ============ */
.owl-nav [class*=owl-] {
	color: #fff;
	font-size: 25px;
	margin: 5px;
	padding: 0px 18px;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #752BF5;
	font-weight: 700;
	border: none;
}

.owl-nav [class*=owl-]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #6220d6;
	;
}

.owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.navbar-nav li:hover>.dropdown-menu {
	display: block;
}

.iti {
	width: 100% !important;
}

.iti--allow-dropdown {
	width: 50%;
}

.iti__hide {
	display: none;
}

.rc-anchor-normal {
	height: 74px;
	width: 232px;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.main-head-align {
		height: 75vh !important;
	}

	header {
		height: 70vh !important;
		min-height: 640px !important;
	}
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {}

@media all and (device-width: 820px) and (device-height: 1180px) and (orientation:portrait) {
	.main-head-align {
		height: 63vh !important;
	}

	header {
		height: 60vh !important;
		min-height: 640px !important;
	}
}

@media (max-width:991px) and (min-width:320px) {
	.nav-link {
		text-shadow: 1px 0px 4px rgb(0 0 0 / 34%);
		color: #565656;
	}

	.navbar-default {
		background: rgb(255 255 255 / 90%);
		border-color: transparent;
		/* padding: 0px; */
		min-height: 70px;
		color: #333
	}

	.navbar-brand>img {
		filter: initial
	}

	.navbar-default .shrink {
		padding: 14px;
	}

	footer .nav {
		color: #484848;
		justify-content: center !important;
	}

	.g-recaptcha {
		transform: scale(0.85);
		transform-origin: left top;
	}

	footer .text-start {
		text-align: center !important;
	}
}

.terms_para p {
    font-weight: 400;
	font-size: 14px;
}
.terms_para h3 {
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
}
.w-150px{
	width: 150px;
}