/* ::::::::::::::::::::::::::::::::::::::::
Template Name: Amrita - creative agency template
Author: Micro Theme
Version:    1.1
Last Change:    05/20/2019

TABLE OF CONTENTS
::::::::::::::::::::::::::::::::::::::::::: */

/* 01 - Basic & General Styles                */
/* 02 - Header Styles                         */
/* 03 - Hero section Styles                   */
/* 04 - Services section Styles               */
/* 05 - About section Styles                  */
/* 09 - Blog section Styles                   */
/* 10 - Contact section Styles                */
/* 11 - Global Footer section Styles          */
/* 12 - Responsive stylesheet Styles          */

/* ==========================================================================
   01. Basic & General Styles: opinionated defaults
	 ========================================================================== */
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-right: 10px;
	padding-left: 10px;
}

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #7863d6;
	text-shadow: none;
	color: #fff;
}

::selection {
	background: #7863d6;
	text-shadow: none;
	color: #fff;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.hidden {
	display: none !important;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
	/* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
@-webkit-keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40% {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40% {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

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

@keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

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

@-webkit-keyframes rotatedHalf {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes rotatedHalf {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@-webkit-keyframes rotatedHalfTwo {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@keyframes rotatedHalfTwo {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}


@-webkit-keyframes scale-upOne {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
	}
}

@keyframes scale-upOne {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
	}
}

@-webkit-keyframes scale-right {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	50% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@keyframes scale-right {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	50% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0.7;
	}

	40% {
		opacity: 1;
	}

	100% {
		opacity: 0.7;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0.7;
	}

	40% {
		opacity: 1;
	}

	100% {
		opacity: 0.7;
	}
}


@keyframes hvr-ripple-out {
	0% {
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		opacity: 1;
	}

	100% {
		top: -6px;
		right: -6px;
		bottom: -6px;
		left: -6px;
		opacity: 0;
	}
}

@keyframes hvr-ripple-out-two {
	0% {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 1;
	}

	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@-webkit-keyframes scale-up-one {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	40% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-up-one {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	40% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes scale-up-two {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	40% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

@keyframes scale-up-two {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	40% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

@-webkit-keyframes scale-up-three {
	0% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}

	40% {
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
	}

	100% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}

@keyframes scale-up-three {
	0% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}

	40% {
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
	}

	100% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}


@keyframes animationFramesOne {
	0% {
		transform: translate(0px, 0px) rotate(0deg);
	}

	20% {
		transform: translate(73px, -1px) rotate(36deg);
	}

	40% {
		transform: translate(141px, 72px) rotate(72deg);
	}

	60% {
		transform: translate(83px, 122px) rotate(108deg);
	}

	80% {
		transform: translate(-40px, 72px) rotate(144deg);
	}

	100% {
		transform: translate(0px, 0px) rotate(0deg);
	}
}


@-webkit-keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}

	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes animationFramesTwo {
	0% {
		transform: translate(0px, 0px) rotate(0deg) scale(1);
	}

	20% {
		transform: translate(73px, -1px) rotate(36deg) scale(0.9);
	}

	40% {
		transform: translate(141px, 72px) rotate(72deg) scale(1);
	}

	60% {
		transform: translate(83px, 122px) rotate(108deg) scale(1.2);
	}

	80% {
		transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
	}

	100% {
		transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
}


@-webkit-keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
	}

	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
	}

	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
	}

	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
}


@keyframes animationFramesThree {
	0% {
		transform: translate(165px, -179px);
	}

	100% {
		transform: translate(-346px, 617px);
	}
}


@-webkit-keyframes animationFramesThree {
	0% {
		-webkit-transform: translate(165px, -179px);
	}

	100% {
		-webkit-transform: translate(-346px, 617px);
	}
}


@keyframes animationFramesFour {
	0% {
		transform: translate(-300px, 151px) rotate(0deg);
	}

	100% {
		transform: translate(251px, -200px) rotate(180deg);
	}
}


@-webkit-keyframes animationFramesFour {
	0% {
		-webkit-transform: translate(-300px, 151px) rotate(0deg);
	}

	100% {
		-webkit-transform: translate(251px, -200px) rotate(180deg);
	}
}


@keyframes animationFramesFive {
	0% {
		transform: translate(1px, 0px) rotate(0deg);
	}

	21% {
		transform: translate(4px, -90px) rotate(38deg);
	}

	41% {
		transform: translate(-109px, -100px) rotate(74deg);
	}

	60% {
		transform: translate(-150px, -124px) rotate(108deg);
	}

	80% {
		transform: translate(-195px, -49px) rotate(144deg);
	}

	90% {
		transform: translate(-55px, -20px) rotate(80deg);
	}

	100% {
		transform: translate(-1px, 0px) rotate(0deg);
	}
}


@-webkit-keyframes animationFramesFive {
	0% {
		-webkit-transform: translate(61px, -99px) rotate(0deg);
	}

	21% {
		-webkit-transform: translate(4px, -190px) rotate(38deg);
	}

	41% {
		-webkit-transform: translate(-139px, -200px) rotate(74deg);
	}

	60% {
		-webkit-transform: translate(-263px, -164px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-195px, -49px) rotate(144deg);
	}

	90% {
		-webkit-transform: translate(-55px, -20px) rotate(80deg);
	}

	100% {
		-webkit-transform: translate(-1px, 0px) rotate(180deg);
	}
}

@keyframes gradientBG {
	0% {
		background-position: 0 0;
	}

	50% {
		background-position: 300% 0;
	}

	100% {
		background-position: 0 0;
	}
}

@-webkit-keyframes gradientBG {
	0% {
		background-position: 0 0;
	}

	50% {
		background-position: 300% 0;
	}

	100% {
		background-position: 0 0;
	}
}

@keyframes imageBgAnim {
	0% {
		background-position: 0 0;
	}

	50% {
		background-position: 120% 0;
	}

	100% {
		background-position: 0 0;
	}
}

@-webkit-keyframes gradientBG {
	0% {
		background-position: 0 0;
	}

	50% {
		background-position: 120% 0;
	}

	100% {
		background-position: 0 0;
	}
}
/*Reset styles*/
body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #999999;
	font-weight: 400;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #6147f0;
}

button,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
}

/* Typography */
h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

.btn {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 10px 30px;
	position: relative;
	overflow: hidden;
	z-index: 4;
}

.btn-tp,
.btn-tp:visited {
	color: #999999;
	border: 1px solid #999999;
}

.btn-bg,
.btn-bg:visited {
	background-image: -moz-linear-gradient(0deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
	color: #fff;
	z-index: 2;
}

.btn-bg::before,
.btn-tp::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-image: -moz-linear-gradient(0deg, rgb(98, 71, 239) 0%, rgb(98, 71, 239) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(98, 71, 239) 0%, rgb(98, 71, 239) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(98, 71, 239) 0%, rgb(98, 71, 239) 100%);
	box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
	color: #fff;
	z-index: -1;
}

.btn-bg:hover::before,
.btn-tp:hover::before {
	width: 100%;
}

.btn-bg:hover {
	color: #fff;
}

.btn-tp:hover {
	color: #fff;
	border: 1px solid #6444ed;
}

.section-header {
	text-align: center;
	color: #999999;
	margin-bottom: 55px;
}

.section-header .section-title {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
}

.section-title {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
}

.section-title-white {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
}

.section-header .section-title>span {
	color: #6147f0;
}

.page-header-section {
	background: url(../img/page-header-bg.jpg) no-repeat;
	background-size: cover;
	padding: 90px 0;
	position: relative;
	color: #fff;
}

.page-header-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	opacity: 0.95;
	z-index: 0;
}

.page-header-section .breadcrumb {
	background-color: transparent;
	padding: .75rem 0rem;
}

.page-header-section .page-breadcrumb {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.page-header-section .breadcrumb-item>a {
	color: #d7d7d7;
}

.page-header-section .breadcrumb-item.active {
	color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

/* ==========================================================================
   02 - Header Styles
   ========================================================================== */
.header-top {
	background: #f2efff;
	padding: 10px;
	font-size: 16px;
}

.contact-mail .ti-email,
.contact-phone .ti-mobile {
	display: inline-block;
	color: #6246ee;
}

.header-top a,
.header-top a:visited {
	color: #999999;
}

.header-top a:hover {
	color: #6147f0;
	text-decoration: none;
}

.header-social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
	float: right;
}

.header-social-icons li {
	margin-left: 15px;
}

.header-social-icons li>a:hover {
	opacity: 0.7;
}

.amrita-header {
	background: #fff;
	position: relative;
	padding: 0;
	box-shadow: 0px 3px 9.3px 0.7px rgba(0, 0, 0, 0.15);
	z-index: 2;
}

.site-logo a {
	color: #6147f0;
	font-size: 26px;
	font-weight: 700;
}

.site-logo a:hover {
	text-decoration: none;
}

.fixed-header {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #dfdfdf;
}

/***
================
Main Navigations
================
***/
.site-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.main-nav {
	margin-left: auto
}

.main-nav a {
	font-weight: 500;
	font-size: .875em;
	color: #999999;
	display: block
}

.main-nav a:hover {
	text-decoration: none;
	color: #6147f0;
}

.main-nav ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	position: relative
}

.main-nav ul ul {
	-webkit-transition: top .3s ease 0s, opacity .3s;
	transition: top .3s ease 0s, opacity .3s;
	position: absolute;
	top: 110%;
	left: 0;
	min-width: 260px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background: #fff;
	-webkit-border-radius: 0em;
	border-radius: 0em;
	-webkit-box-shadow: 0 -5px 30px -5px rgba(0, 0, 0, .2);
	box-shadow: 0 -5px 30px -5px rgba(0, 0, 0, .2);
	z-index: 99
}

.main-nav ul ul:before {
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	background-color: transparent;
	left: 0;
	top: -10px;
	z-index: 99
}

.main-nav ul ul ul {
	-webkit-transition: left .3s ease 0s, opacity .3s;
	transition: left .3s ease 0s, opacity .3s;
	left: 115%;
	top: 0;
	margin-top: 0;
	z-index: 99
}

.main-nav ul ul ul:before {
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
	background-color: transparent;
	top: 0;
	left: -10px;
	z-index: 99
}

.main-nav li {
	position: relative
}

.main-nav li:hover>ul {
	opacity: 1;
	z-index: 9999;
	top: 59%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.main-nav li li {
	padding: 0 20px;
	display: block;
	line-height: 1;
	-webkit-transition: .5s;
	transition: .5s;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
	white-space: nowrap
}

.main-nav li li:last-child {
	border-bottom: 0
}

.main-nav li li a {
	font-size: 16px;
	padding: 18px 0;
	font-weight: 500;
	color: #999;
	position: relative;
	display: block;
	text-transform: capitalize
}

.main-nav li li:hover>a {
	color: #6147f0
}

.main-nav li li:hover>ul {
	top: 0;
	left: -webkit-calc(100% + 10px);
	left: calc(100% + 10px)
}

.main-nav ul.menu {
	zoom: 1
}

.main-nav ul.menu:before,
.main-nav ul.menu:after {
	content: "";
	display: table
}

.main-nav ul.menu:after {
	clear: both
}

.main-nav ul.menu li.mf-active-menu {
	z-index: 9
}

.main-nav ul.menu>li {
	float: left;
	position: relative;
	text-align: left;
	padding: 27px 22px;
	margin-bottom: 0
}
.main-nav ul.menu>li:last-child{
	padding: 27px 0px 27px 22px;
}
.main-nav ul.menu>li:first-child>ul {
	left: 0
}

.main-nav ul.menu>li>a {
	text-transform: uppercase;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s
}

.main-nav ul.menu>li.current-menu-item>a,
.main-nav ul.menu>li.current-menu-parent>a,
.main-nav ul.menu>li.current-menu-ancestor>a,
.main-nav ul.menu>li:hover>a {
	color: #6147f0
}

.header-version-2 .main-nav ul.menu>li.current-menu-item>a,
.header-version-2 .main-nav ul.menu>li.current-menu-parent>a,
.header-version-2 .main-nav ul.menu>li.current-menu-ancestor>a,
.header-version-2 .main-nav ul.menu>li:hover>a {
	color: #000
}

.main-nav ul.menu>li.active>a,
.main-nav ul.menu>li:hover>a {
	color: #6147f0
}

.main-nav>ul.menu {
	zoom: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.main-nav>ul.menu:before,
.main-nav>ul.menu:after {
	content: "";
	display: table
}

.main-nav>ul.menu:after {
	clear: both
}

.main-nav>ul.menu>li {
	position: relative;
	margin-bottom: 0
}

.main-nav>ul.menu>li:first-child>ul {
	left: 0
}

.main-nav>ul.menu>li:last-child {
	padding-right: 0
}

.main-nav>ul.menu>li>a {
	text-transform: uppercase;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s
}

.main-nav>ul.menu>li.current_page_item>a,
.main-nav>ul.menu>li:hover>a {
	color: #6147f0
}

.main-nav li:hover>ul {
	opacity: 1;
	z-index: 9999;
	top: 100%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.main-nav li li:hover>ul {
	top: 0;
	left: -webkit-calc(100% + 10px);
	left: calc(100% + 10px)
}

.main-nav .menu {
	position: relative
}

.main-nav .menu .is-mega-menu {
	position: static !important
}

.main-nav .menu .is-mega-menu:hover .dropdown-submenu {
	-webkit-transform: translateX(0) scale(1);
	-ms-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1)
}

.main-nav .menu .is-mega-menu:hover.align-right .dropdown-submenu {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.main-nav .menu .is-mega-menu:hover.align-left .dropdown-submenu {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.main-nav .menu .is-mega-menu .dropdown-submenu {
	left: 0;
	-webkit-transform: translateX(0) scale(0);
	-ms-transform: translateX(0) scale(0);
	transform: translateX(0) scale(0);
	width: 100%;
	padding: 0
}

.main-nav .menu .is-mega-menu .dropdown-submenu>li {
	padding: 0
}

.main-nav .menu .is-mega-menu .dropdown-submenu .mega-menu-content {
	padding: 42px 15px
}

.main-nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega {
	padding: 0 25px
}

.main-nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega>a {
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 5px 0;
	font-weight: 500;
	text-transform: uppercase
}

.main-nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega>a:hover {
	color: #fff
}

.main-nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega>a.hide-text {
	visibility: hidden
}

.main-nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu {
	background-color: transparent
}

.main-nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu .sub-menu {
	margin-left: 10px;
	padding-bottom: 0
}

.main-nav .menu .is-mega-menu .dropdown-submenu .mr-col {
	border-right: 1px solid #2f2f2f
}

.main-nav .menu .is-mega-menu .dropdown-submenu .mr-col:last-child {
	border: 0
}

.main-nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu {
	position: static;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
	width: 100%;
	border: 0;
	z-index: 9999;
	min-width: inherit;
	padding: 0;
	margin-top: 20px
}

.main-nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu:before {
	display: none
}

.main-nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li {
	padding: 0;
	border: 0
}

.main-nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li a {
	padding: 12px 0
}

.main-nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li:first-child>a {
	padding-top: 0
}

.main-nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li:last-child>a {
	padding-bottom: 0
}

.main-nav .menu .is-mega-menu.align-right {
	position: static
}

.main-nav .menu .is-mega-menu.align-right .dropdown-submenu {
	left: auto;
	right: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.main-nav .menu .is-mega-menu.align-left {
	position: static
}

.main-nav .menu .is-mega-menu.align-left .dropdown-submenu {
	left: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.main-nav .menu .is-mega-menu:hover .mega-menu-container {
	opacity: 1;
	top: 100%;
	z-index: 9999;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.main-nav .menu .is-mega-menu .sub-menu {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

/***
==========
Mobile nav
==========
***/
.primary-mobile-nav {
	width: 340px;
	-webkit-transition: .4s;
	transition: .4s;
	background-image: -moz-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	position: fixed;
	top: 0;
	right: -400px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	color: #fff;
	z-index: 9999
}

.primary-mobile-nav .mobile-nav-content {
	padding: 50px 30px
}

.primary-mobile-nav .close-canvas-mobile-panel {
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
	margin-bottom: 25px;
	color: #fff;

}

.primary-mobile-nav.open .close-canvas-mobile-panel {
	-webkit-animation: fadeInDown 1.2s both 1.2s;
	animation: fadeInDown 1.2s both 1.2s;
}

.primary-mobile-nav .close-canvas-mobile-panel:before,
.primary-mobile-nav .close-canvas-mobile-panel:after {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 14px;
	top: 0;
	background-color: #ffffff
}

.primary-mobile-nav .close-canvas-mobile-panel:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.primary-mobile-nav .close-canvas-mobile-panel:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.primary-mobile-nav ul.menu {
	padding: 0;
	margin: 0;
}

.primary-mobile-nav ul.menu li {
	list-style: none;
	margin-bottom: 0;
}

.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 23px;
	height: 23px;
	display: block
}

.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children:before,
.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children:after {
	content: '';
	position: absolute;
	background-color: #ffffff;
}

.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children:before {
	width: 1px;
	height: 100%;
	left: 12px;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children:after {
	height: 1px;
	width: 100%;
	top: 12px;
	left: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.primary-mobile-nav ul.menu li>a {
	color: #fff;
	position: relative
}

.primary-mobile-nav ul.menu li>a:hover {
	color: #d6d4df
}

.primary-mobile-nav ul.menu li.active>a {
	color: #d6d4df
}

.primary-mobile-nav ul.menu li.active>a .toggle-menu-children:before {
	opacity: 0
}

.primary-mobile-nav ul.menu li.current_page_parent>a,
.primary-mobile-nav ul.menu li.current-menu-item>a,
.primary-mobile-nav ul.menu li.current-menu-ancestor>a,
.primary-mobile-nav ul.menu li.current-menu-parent>a {
	color: #d6d4df
}

.primary-mobile-nav ul.menu ul {
	padding-left: 15px;
	display: none;
	padding-top: 10px
}

.primary-mobile-nav ul.menu ul li {
	padding: 8px 0
}

.primary-mobile-nav ul.menu ul li a {
	font-size: 14px;
	display: block
}

.primary-mobile-nav ul.menu>li {
	border-bottom: 1px solid #efefef;
	padding: 15px 0 14px
}

.primary-mobile-nav ul.menu>li>a {
	font-size: 16px;
	display: block;
	padding-right: 20px
}

.primary-mobile-nav .toggle-search {
	display: none !important
}

.primary-mobile-nav .extra-menu-item.menu-item-search .search-form {
	position: relative;
	opacity: 1
}

.primary-mobile-nav .extra-menu-item.menu-item-search .search-form .search-field:hover,
.primary-mobile-nav .extra-menu-item.menu-item-search .search-form .search-field:focus {
	border-color: #efefef
}

.primary-mobile-nav .mf-header-item-button {
	float: none
}

.primary-mobile-nav.open {
	right: 0
}

.navbar-toggle {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: static
}

.navbar-icon {
	-webkit-transition: all .4s;
	transition: all .4s;
	height: 25px;
	width: 27px;
	position: relative;
	float: right
}

.navbar-icon .navbars-line {
	-webkit-transition: .4s;
	transition: .4s;
	display: inline-block;
	width: 27px;
	height: 2px;
	background-color: #252525;
	position: absolute;
	top: 50%;
	left: 0;
	cursor: pointer
}

.navbar-icon .navbars-line:before,
.navbar-icon .navbars-line:after {
	position: absolute;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #252525
}

.navbar-icon .navbars-line:before {
	top: -8px
}

.navbar-icon .navbars-line:after {
	bottom: -8px
}

.grd-off-canvas-layer {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9990;
	cursor: pointer;
	display: none;
	background-color: rgba(0, 0, 0, .5)
}

.open-canvas-panel .grd-off-canvas-layer {
	display: block
}

/*--------------------------------------------------------------
  Media Queries
--------------------------------------------------------------*/
@media (min-width: 1200px) {
	#topbar_mobile {
		display: none
	}

	.navbar-toggle {
		display: none
	}
}

@media (max-width: 1199px) {
	.site-menu {
		display: none !important
	}

	.navbar-toggle {
		display: block !important
	}
}

/*End menu navigation styles*/
/* ==========================================================================
   03 - Hero section Styles
   ========================================================================== */
.hero-banner {
	padding: 50px 0;
	color: #999999;
	font-size: 18px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-heading {
	font-size: 40px;
	line-height: 1.2;
	color: #333333;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 30px;
}

.blue-text {
	color: #6444ed;
}

.hero-buttons {
	margin-top: 50px;
}

/* ==========================================================================
   05 - About section Styles
   ========================================================================== */
.about-us {
	padding: 110px 0;
	color: #999999;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}

.about-us:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 45vw;
	height: 100%;
	/* background: url(../img/about-shapebg.png); */
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.about-items {
	list-style: none;
	padding: 0;
	margin: 0;
}

.about-items li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}

.about-items li::before {
	content: "";
	background: url(../img/list-icon.png);
	position: absolute;
	width: 13px;
	height: 14px;
	left: 0;
	top: 5px;
}

.left-0 {
	position: absolute;
	left: 0;
	width: 50%;
}

/* ==========================================================================
   06 - Fun facts section Styles
   ========================================================================== */
.fun-facts {
	background-image: -moz-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	position: relative;
	padding: 80px 0;
	color: #fff;
}

.fun-facts::after {
	background: url("../img/world-shape.png") no-repeat center center;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

span.counter {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.7;
}

.fun-title {
	font-size: 24px;
}


/* ==========================================================================
   09 - Blog section Styles
   ========================================================================== */
.blog-section {
	padding: 110px 0;
	background: #fff;
	position: relative;
	background: #fff;
	background-image: url(../img/blog-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}

.post-grid {
	background: #fff;
	box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.15);
}

.post-details {
	padding: 30px;
}

.post-date {
	color: #4c4c4c;
	font-weight: 300;
	font-size: 14px;
}

.post-title {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0 10px;
}

.post-excerpt {
	color: #999999;
}

.read-more {
	color: #6147f0;
	text-transform: uppercase;
}

.post-thumb {
	position: relative;
}

.post-thumb::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(left, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -o-linear-gradient(left, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: linear-gradient(to right, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	opacity: 0;
	visibility: visible;
	-webkit-transition: .4s;
	transition: .4s;
}

.post-grid:hover .post-thumb::after {
	opacity: 0.4;
	visibility: visible;
	z-index: 1;
}

.post-grid:hover .read-more {
	color: #9a12b3;
}

/* ==========================================================================
   10 - Contact section Styles
   ========================================================================== */
.contact-block {
	padding: 110px 0;
	background: #faf9ff;
}

.contact-info-block {
	background: #fff;
	padding: 30px;
	text-align: center;
	color: #999999;
}

.contact-info-block p {
	margin-bottom: 0;
}

.divider-50 {
	height: 50px;
	overflow: hidden;
}

.divider-75 {
	height: 75px;
	overflow: hidden;
}

.contact-info-title {
	font-size: 18px;
	font-weight: 500;
	color: #6147f0;
	margin: 20px auto 10px;
}

.form-control {
	min-height: 50px;
}

/* ==========================================================================
   11 - Global Footer section Styles
   ========================================================================== */
.amrita-footer {
	padding: 50px 0;
	background: #e9ebf4;
	position: relative;
	z-index: 1;
}

.amrita-footer::after {
	background: url("../img/world-pattern.png") no-repeat center center;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.social-icons {
	padding: 0;
	margin: 15px 0px;
	list-style: none;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.social-icons li {
	display: inline-block;
	margin: 5px 10px;
	font-size: 18px;
}

.footer-logo {
	margin: 10px auto;
}

.footer-logo-text {
	color: #6147f0;
}

.copyright-text {
	color: #999999
}

.copyright-text a {
	color: #6345ed;
}

.dropdown-toggle::after {
	content: none;
}

.scroll-top {
	background-image: -moz-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	display: none;
	font-size: 28px;
	line-height: 50px;
	color: #fff;
	position: fixed;
	right: 15px;
	bottom: 50px;
	width: 50px;
	height: 50px;
	z-index: 9999;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .35s linear;
	-o-transition: all .35s linear;
	-moz-transition: all .35s linear;
	transition: all .35s linear;
}

.scroll-top:hover {
	background-color: #000;
}

/* ==========================================================================
   12 - Responsive stylesheet Styles
   ========================================================================== */
@media (max-width: 575.98px) {

	.hero-heading,
	.section-header .section-title,
	.section-title,
	.section-title-white {
		font-size: 24px;
	}

	.our-services,
	.contact-block,
	.reviews-block,
	.portfolio-section,
	.about-us,
	.fun-facts,
	.blog-section {
		padding: 50px 0;
	}

	.about-agency-img {
		margin-bottom: 30px;
	}

	span.counter {
		font-size: 30px;
	}

	.sorting-lists {
		text-align: center;
	}

	.site-logo a {
		font-size: 24px;
	}

	.about-us:before {
		content: none;
	}

	.sorting-lists li {
		margin: 0px 15px;
	}

	.post-grid {
		margin-bottom: 30px;
	}

	.last-post-grid {
		margin-bottom: 0px;
	}

	.form-control {
		margin-bottom: 15px;
	}

	.scroll-top {
		bottom: 15px;
	}

	.left-0 {
		position: relative;
		left: auto;
		width: auto;
	}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	span.counter {
		font-size: 35px;
	}

	.fun-title {
		font-size: 16px;
	}

	.section-title-white {
		font-size: 40px;
	}

}

.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea {
	min-height: 50px;
	padding: 5px 15px;
}

.nf-form-fields-required {
	display: none !important;
}

.header-version-2.amrita-header {
	background: transparent;
	position: absolute;
	padding: 0;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
}

.admin-bar .header-version-2.amrita-header {
	top: 30px;
}

.header-version-2 .menu>li>a {
	color: #fff;
}

.header-version-2 .fixed-header .menu>li>a {
	color: #999;
}

.header-version-1 .menu>li>a {
	color: #6147f0;
}

.page-entry-header {
	position: relative;
	padding: 30px 0;
}

.page-entry-header .entry-title {
	color: #6246ee;
}

.portfolio-header-banner {
	padding: 100px 0;
	text-align: center;
	color: #333;
	background-size: cover;
	position: relative;
}

.portfolio-header-banner::before {
	background-image: -moz-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.portfolio-header-title {
	color: #fff;
	font-size: 36px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.cat-name {
	background: #6147f0;
	color: #fff;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	letter-spacing: 2px;
}

.portfolio-main-section {
	padding: 50px 0;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
}

.post-metabox a,
.post-metabox {
	color: #fff
}

.wp-block-quote {
	padding: 30px 0 30px 100px;
	font-size: 18px;
	line-height: 1.7;
	font-style: italic;
	position: relative;
}

.wp-block-quote cite {
	font-size: 19px;
	font-weight: 600;
	font-style: normal;
	color: #000;
}

.wp-block-quote::before {
	font-family: 'themify';
	position: absolute;
	content: "\e67f";
	color: #333;
	font-size: 60px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.wp-block-image {
	margin-bottom: 30px;
}

.blog-content p {
	margin-top: 0;
	margin-bottom: 30px;
}

@media (min-width: 600px) {
	.wp-block-column:not(:last-child) {
		margin-right: 15px;
	}

	.wp-block-column:not(:first-child),
	.wp-block-column:nth-child(2n) {
		margin-left: 32px;
	}
}

.post-details-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.post-details-section img {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.post-details-section .post-thumbnail {
	margin-bottom: 30px;
}

.single-post-footer {
	border-top: 1px solid rgb(216, 216, 216);
	margin-top: 30px;
	padding-top: 30px;
}

.single-post-footer .cat-links {
	margin-right: 20px;
}

.post-entry-footer .cat-links {
	margin-right: 20px;
}

.single-post-footer .cat-links a,
.single-post-footer .cat-links a:visited,
.single-post-footer .tags-links a,
.single-post-footer .tags-links a:visited {
	color: #6246ee;
}

.comments-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comments-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.comment-info,
.comment-consent {
	margin-top: 30px;
}

.comment-check-box {
	margin-right: 7px;
}

.comment-info .form-control {
	padding-left: 15px;
}

.comments-list .children {
	list-style: none;
}

.comment-body {
	margin-bottom: 15px;
}

.commentor-name span {
	font-size: 16px;
	font-weight: 600;
}

.commentor-name a {
	color: #222;
}

.comment-meta.commentmetadata a {
	color: #999999;
}

.comment-body-texts {
	margin-top: 10px;
}

.comment-reply-title {
	font-size: 18px;
	font-weight: 700;
}

#cancel-comment-reply-link {
	color: #ee1212;
	margin-left: 10px;
}

.blog-single-content {
	padding-bottom: 50px;
}

.blog-posts {
	padding: 50px 0;
}

.post-date-absolute {
	position: absolute;
	bottom: 30px;
	left: 30px;
	background-image: -moz-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(97, 71, 240) 0%, rgb(154, 18, 179) 100%);
	z-index: 5;
	color: #fff;
	text-align: center;
	padding: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.post-publish-date {
	font-size: 24px;
	font-weight: 800;
	display: block;
	letter-spacing: 2px;
}

.post-month-year {
	font-size: 16px;
}

.post-author-name {
	margin-right: 20px;
}

.post-block-details {
	position: relative;
	padding: 15px 0;
}

.post-entry-footer {
	padding: 10px 0px 15px 0;
}

.post-readmore {
	margin-top: 15px;
	margin-bottom: 45px;
}

.post-block-details .entry-title {
	font-weight: 600;
	font-size: 28px;
}

.post-block-details .entry-title a,
.post-block-details .entry-title a:visited {
	color: #440044;
}

.post-entry-footer a {
	color: #999999;
}

.post-entry-footer .cat-links a,
.post-entry-footer .cat-links a:visited,
.post-block-details .tags-links a,
.post-block-details .tags-links a:visited {
	color: #999999;
}

.post-block-details:hover .entry-title a {
	color: #6246ee;
}

.post-readmore.btn-tp,
.post-readmore.btn-tp:visited {
	color: #6246ee;
	border: 1px solid #6246ee;
}

.post-readmore.btn-tp:hover {
	color: #fff;
}

/* 1.3 Sidebar ***************************************************/
input:focus {
	outline: none;
}

.sidebar .widget {
	display: block;
	margin-bottom: 45px;
	float: left;
	width: 100%;
	/* Rss */
	/* Sidebar Calendar */
	/* Sidebar Tag clound */
	/* Sidebar Search */
	/* Sidebar dropdown */
	/* Sidebar img */
	/* sidebar ul, ol, li */
	/* widget categorires */
}

.sidebar .widget a {
	color: #5c5c5c;
}

.sidebar .widget a:hover {
	color: #343434;
}

.sidebar .widget h4.widget-title {
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-top: 0;
	position: relative;
}

.sidebar .widget .screen-reader-text {
	display: none;
}

.sidebar .widget.widget_rss {
	margin-bottom: 35px;
}

.sidebar .widget.widget_rss ul li {
	margin-bottom: 30px;
	padding-bottom: 17px;
	border-bottom: 1px solid #e7e7e7;
}

.sidebar .widget.widget_rss ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.sidebar .widget.widget_rss ul li a.rsswidget {
	font-weight: 600;
	display: block;
	line-height: 1.5em;
	margin-bottom: 12px;
	color: #343434;
	font-size: 15px;
}

.sidebar .widget.widget_rss ul li .rss-date {
	display: inline-block;
	margin-bottom: 12px;
	font-weight: 500;
	opacity: 0.7;
}

.sidebar .widget.widget_rss ul li .rssSummary {
	margin-bottom: 12px;
}

.sidebar .widget.widget_calendar {
	width: 100%;
}

.sidebar .widget.widget_calendar table {
	margin-bottom: 0;
}

.sidebar .widget.widget_calendar table thead {
	border: 1px solid #343434;
}

.sidebar .widget.widget_calendar table thead tr th {
	background-color: #343434;
	color: #fff;
}

.sidebar .widget.widget_calendar tr th {
	background: #ccc;
	color: #444;
}

.sidebar .widget.widget_calendar caption {
	background: #343434;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: none;
}

.sidebar .widget.widget_calendar tr th,
.sidebar .widget.widget_calendar tr td {
	border: none;
	text-align: center;
}

.sidebar .widget.widget_calendar tr td {
	border: 1px solid #e4e4e4;
}

.sidebar .widget.widget_tag_cloud .tagcloud {
	position: relative;
	width: 100%;
	float: left;
}

.sidebar .widget.widget_tag_cloud .tagcloud a {
	float: left;
	margin: 0 10px 10px 0;
	display: block;
	padding: 5px 15px;
	background-color: transparent;
	border: solid 1px #dcdcdc;
	font-size: 14px !important;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
color: #6147f0;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
}

.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
	background-color: #6147f0;
}

.sidebar .widget.widget_search form.search-form {
	position: relative;
	align-items: center;
	display: flex;
}

.sidebar .widget.widget_search input.search-submit {
	border: none;
	height: 40px;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	-webkit-border-top-right-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-topright: 40px;
	-moz-border-radius-bottomright: 40px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	background: #6246ee;
	color: #fff;
}

.sidebar .widget.widget_search label {
	margin-bottom: 0px;
}

.sidebar .widget.widget_search label input.search-field {
	max-width: 180px;
	margin-right: 0px;
	height: 40px;
	padding: 5px 10px;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}

.sidebar .widget.widget_search label input.search-field::-moz-placeholder {
	color: #8a929a;
}

.sidebar .widget.widget_search label input.search-field::-webkit-input-placeholder {
	color: #333;
	opacity: 0.9;
}

.sidebar .widget.widget_search label input.search-field:-moz-placeholder {
	color: #333;
	opacity: 1;
}

.sidebar .widget.widget_search label input.search-field::-moz-placeholder {
	color: #333;
	opacity: 1;
}

.sidebar .widget.widget_search label input.search-field:-ms-input-placeholder {
	color: #333;
}

.sidebar .widget ul.search {
	list-style-type: none;
	padding-left: 0;
}

.sidebar .widget select {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.sidebar .widget img {
	width: auto;
}

.sidebar .widget ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0px;
}

.sidebar .widget.widget_categories ul {
	margin-bottom: 0;
}

.sidebar .widget.widget_archive a,
.sidebar .widget.widget_categories a,
.sidebar .widget.widget_links a,
.sidebar .widget.widget_meta a,
.sidebar .widget.widget_nav_menu a,
.sidebar .widget.widget_pages a,
.sidebar .widget.widget_recent_comments a,
.sidebar .widget.widget_recent_entries a {
	border: 0;
}

.sidebar .widget.widget_archive ul,
.sidebar .widget.widget_categories ul,
.sidebar .widget.widget_links ul,
.sidebar .widget.widget_meta ul,
.sidebar .widget.widget_nav_menu ul,
.sidebar .widget.widget_pages ul,
.sidebar .widget.widget_recent_comments ul,
.sidebar .widget.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.sidebar .widget.widget_archive li,
.sidebar .widget.widget_categories li,
.sidebar .widget.widget_links li,
.sidebar .widget.widget_meta li,
.sidebar .widget.widget_nav_menu li,
.sidebar .widget.widget_pages li,
.sidebar .widget.widget_recent_comments li,
.sidebar .widget.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.sidebar .widget.widget_archive li:first-child,
.sidebar .widget.widget_categories li:first-child,
.sidebar .widget.widget_links li:first-child,
.sidebar .widget.widget_meta li:first-child,
.sidebar .widget.widget_nav_menu li:first-child,
.sidebar .widget.widget_pages li:first-child,
.sidebar .widget.widget_recent_comments li:first-child,
.sidebar .widget.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.sidebar .widget.widget_archive li:last-child,
.sidebar .widget.widget_categories li:last-child,
.sidebar .widget.widget_links li:last-child,
.sidebar .widget.widget_meta li:last-child,
.sidebar .widget.widget_nav_menu li:last-child,
.sidebar .widget.widget_pages li:last-child,
.sidebar .widget.widget_recent_comments li:last-child,
.sidebar .widget.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.sidebar .widget.widget_categories .children,
.sidebar .widget.widget_nav_menu .sub-menu,
.sidebar .widget.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

/* pagination ***************************************************/
.pagination-wrapper {
	text-align: center;
	margin: 50px 0px;
}
.pagination {
    padding: 0;
    margin: 0;
}
.pagination-wrapper .pagination li a {
	border-radius: 4px;
	margin-right: 10px;
	color: #333333;
	padding: 5px 20px;
	text-align: center;
	font-weight: 700;
	border: 1px solid rgba(52, 52, 52, 0.3);
}

.pagination-wrapper .pagination li a:focus,
.pagination-wrapper .pagination li a:hover {
	border: 1px solid #6147f0;
	background-color: #6147f0;
	color: #fff;
}

.pagination-wrapper .pagination li.active a {
	border: 1px solid #6147f0;
	background-color: #6147f0;
	color: #fff;
}

.form-submit {
	margin-top: 30px;
}

.footer-widget-box .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-widget-box .menu li {
	margin-bottom: 10px;

}

.footer-widget-box .menu li a,
.footer-widget-box .menu li a:visited {
	color: #505050;
}
.footer-widget-box .menu li a:hover{
	color: #6246ee;
}
.footer-widget-title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
}

.footer-bottom {
	border-top: 1px solid #bebebe;
	margin-top: 15px;
	padding-top: 50px;
}

.amrita-footer {
	color: #505050;
}

.error-404 {
	padding: 50px 0;
}

.not-found-page {
	height: calc(100vh - 300px);
}

.not-fould-img {
	max-width: 600px;
	display: block;
	margin: 0px auto;
}
.edit-link {
	margin-left: 20px;
	color: #333;
}
.page-title {
	color: #fff;
}
.search-page-content, .archive-page-content{
	padding: 50px 0;
}
.pagi_dots{
	border-radius: 4px;
	margin-right: 10px;
	color: #333333;
	padding: 5px 20px;
	text-align: center;
	font-weight: 700;
	border: 1px solid rgba(52, 52, 52, 0.3);
}
.sidebar {
	padding-left: 30px;
}
.comments-area {
	padding-top: 45px;
}
.post-details-section .entry-content{
	font-size: 17px;
	line-height: 1.6;
	margin-top: 15px;
}
.post-details-section .entry-content p{
	margin-bottom: 30px;
}
.single-post-meta a, .single-post-meta {
	color: #000;
}
.single-post-title{
	font-size: 36px;
	margin-bottom: 15px;
	line-height: 1.2;
}
.archive-description{
	color: #fff;
	margin-top: 20px;
}
.not-found-page-header{
	text-align: center;
}
.no-results.not-found{
	padding: 50px 0;
	text-align: center;
	min-height: calc(100vh - 400px)
}
.no-results.not-found .search-submit{
	background: #6147f0;
	color: #fff;
	border: none;
	height: 40px;
	cursor: pointer;
	padding: 5px 20px;
}
.no-results.not-found .search-field{
	height: 40px;
	padding: 5px 15px;
}
.not-found-page-title{
	margin-bottom: 20px;
}
.header-contact-info{
	list-style: none;
	padding: 0;
	margin: 0;
}
.header-contact-info li{
	display: inline-block;
	margin-right: 20px;
}
.wpcf7-submit:hover{
	cursor: pointer;
}