@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,700;1,100;1,700&display=swap');

/* body {
	background: #ffffff;
	line-height: 1.8
} */

ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

a:hover {
	text-decoration: none
}

button {
	cursor: pointer
}

button:focus {
	outline: 0 !important;
	box-shadow: none !important
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Fira Sans', sans-serif;
	color: #333c4e;
	line-height: 1.25;
	font-weight: 700
} */

/* h1,
.h1 {
	font-size: 35px
} */

/* @media (min-width: 992px) {

	h1,
	.h1 {
		font-size: 55px
	}

} */

/* h2,
.h2 {
	font-size: 26px
} */

/* @media (min-width: 992px) {

	h2,
	.h2 {
		font-size: 36px
	}
} */

img {
	max-width: 100%;
}

/* p {
	margin-top: 0;
	margin-bottom: 0.5rem;
} */

/* h3,
.h3 {
	font-size: 20px
} */

.gradient,
.priceTable-bg::after,
.card-pricing:hover .button,
.testimonial .owl-dots .owl-dot.active span,
.blog_item_img .blog_item_date,
.button,
.footer-area .single-footer-widget .click-btn {
	background: -webkit-linear-gradient(to right, #2926ac 0%, #6128be 100%);
}


@keyframes rainbow {
	0% {
		background-position: 0% 82%
	}

	50% {
		background-position: 100% 19%
	}

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

@-webkit-keyframes rainbow {
	0% {
		background-position: 0% 82%
	}

	50% {
		background-position: 100% 19%
	}

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

@-moz-keyframes rainbow {
	0% {
		background-position: 0% 82%
	}

	50% {
		background-position: 100% 19%
	}

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

@-o-keyframes rainbow {
	0% {
		background-position: 0% 82%
	}

	50% {
		background-position: 100% 19%
	}

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


.bg-gray {
	background: #f9f9ff
}

.section-margin {
	margin: 65px 0
}

@media (min-width: 992px) {
	.section-margin {
		margin: 85px 0
	}

}

@media (min-width: 1200px) {
	.section-margin {
		margin: 130px 0
	}

}

.section-padding {
	padding: 65px 0
}

@media (min-width: 992px) {
	.section-padding {
		padding: 85px 0
	}

}

@media (min-width: 1200px) {
	.section-padding {
		padding: 130px 0
	}

}

.pb-85px {
	padding-bottom: 40px
}

@media (min-width: 992px) {
	.pb-85px {
		padding-bottom: 85px
	}

}

@media (min-width: 1200px) {
	.pt-xl-235 {
		padding-top: 235px
	}

}

.header_area {

	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: background 0.4s, all 0.3s linear;
	border-bottom: 1px solid rgb(61 54 0 / 37%);
}

.header_area .navbar-brand {
	margin-right: 30px;
	padding: 0
}

.header_area .navbar-social {
	min-width: 95px;
	float: right
}

.header_area .navbar-social li {
	margin-right: 12px
}

.header_area .navbar-social li i,
.header_area .navbar-social li span {
	font-size: 13px
}

.header_area .navbar-social li:last-child {
	margin-right: 0
}

.header_area .navbar-social li a:hover i,
.header_area .navbar-social li span {
	color: #1e1859
}

.header_area .menu_nav {
	width: 100%;
	align-items: center;
}

.header_area .navbar {
	background: transparent;
	border: 0px;
	border-radius: 0px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0
}

.header_area .navbar .nav-right {
	min-width: 315px
}

.header_area .navbar .nav .nav-item {
	margin-right: 50px
}

.header_area .navbar .nav .nav-item .nav-link {
	font-family: 'Open Sans', sans-serif;
	color: #1c1c1c;
	/* text-transform: capitalize; */
	font-weight: 400;
	/* padding: 25px 0; */
	padding: 35px 0px;
	display: inline-block
}

.header_area .navbar .nav .nav-item .nav-link:after {
	display: none
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
	opacity: 1;
	position: relative
}

.header_area .navbar .nav .nav-item:hover .nav-link::after,
.header_area .navbar .nav .nav-item.active .nav-link::after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background: #f5ca05;
	position: absolute;
	bottom: 0px;
	left: 0;
}

/* .header_area .navbar .nav .nav-item.submenu {
	position: relative
} */
.header_area .navbar .nav .nav-item.submenu .sub-item {
	background: #fff;
	display: none;
	visibility: hidden;
	opacity: 0;
	top: 95px;
	position: absolute;
	left: 0;
	min-width: 500px;
	transition: all 300ms ease-in;
	width: 100%;
	z-index: 10;
	border: none;
	padding: 0px;
	box-shadow: 0px 6px 7px 3px #0003;
}
.header_area .navbar .nav .nav-item .sub-item .dropdown__list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 1.5rem;
	column-gap: clamp(1.5rem, 3vw, 2.5rem);
	padding: 30px;
}
.header_area.navbar_fixed .navbar .nav .nav-item .sub-item
{
	top: 88px;
}
.header_area .navbar .nav .nav-item .sub-item .dropdown__link {
	display: flex;
	gap: 1rem;
}
.header_area .navbar .nav .nav-item .sub-item .dropdown__icon {
	flex: 0 0 24px;
	width: 24px;
}
.header_area .navbar .nav .nav-item .sub-item .dropdown__icon {
	flex: 0 0 24px;
	width: 24px;
}
.header_area .navbar .nav .nav-item .sub-item .dropdown__info .title{
	font-size: 16px;
	font-weight: 600;
	color: #5a5d84;  
}
.header_area .navbar .nav .nav-item .sub-item .dropdown__info .desc{
font-size: 14px;
  color: #999abf;
}
.header_area .navbar .nav .nav-item .sub-item .dropdown__link:hover .title{
	color: #fb9340;
}

.header_area .navbar .nav .nav-item.submenu:hover .sub-item {
	visibility: visible;
	opacity: 1;
	display: block;
}

.header_area .navbar .nav .nav-item.submenu ul {
	border: none;
	padding: 0px;
	border-radius: 0px;
	box-shadow: none;
	margin: 0px;
	background: #fff
}

/* @media (min-width: 992px) { */
	.header_area .navbar .nav .nav-item.submenu ul {
		display: none;
		visibility: hidden;
		opacity: 0;
		top: 100%;
		position: absolute;
		left: 0;
		min-width: 200px;
		text-align: left;
		transition: all 300ms ease-in;
		width: 100%;
		z-index: 10;
		border: none;
		padding: 0px;
		border-radius: 0px;
		box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4)
	}

/* } */

.header_area .navbar .nav .nav-item.submenu ul:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #eeeeee transparent transparent transparent;
	position: absolute;
	right: 24px;
	top: 45px;
	z-index: 3;
	opacity: 0;
	transition: all 400ms linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
	display: block;
	float: none;
	margin-right: 0px;
	border-bottom: 1px solid #ededed;
	margin-left: 0px;
	transition: all 0.4s linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
	line-height: 45px;
	color: #1e1859 !important;
	padding: 0px 30px;
	transition: all 150ms linear;
	display: block;
	margin-right: 0px
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link::after {
	display: none
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
	border-bottom: none
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
 background-color: #7c1414;	
	color: #fff !important
}

/* @media (min-width: 992px) { */
	.header_area .navbar .nav .nav-item.submenu:hover ul {
		visibility: visible;
		opacity: 1;
		display: block;
	}

/* } */

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
	margin-top: 0px
}

.header_area .navbar .nav .nav-item:last-child {
	margin-right: 0px
}

.header_area .navbar .search {
	font-size: 12px;
	line-height: 60px;
	display: inline-block;
	margin-left: 80px
}

.header_area .navbar .search i {
	font-weight: 600
}

.header_area.navbar_fixed .main_menu {
	position: fixed;
	width: 100%;
	top: -70px;
	left: 0;
	right: 0;
	z-index: 99;
	transform: translateY(70px);
	transition: transform 500ms ease, background 500ms ease;
	-webkit-transition: transform 500ms ease, background 500ms ease;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1)
}

.header_area.navbar_fixed .main_menu .navbar {
	background: #fff;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
	line-height: 20px
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item:hover .nav-link,
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item.active .nav-link {
	color: #565656
}

@media (min-width: 992px) {
	.header_area.white_menu .navbar .navbar-brand img {
		display: none
	}

	.header_area.white_menu .navbar .navbar-brand img+img {
		display: inline-block
	}

}

@media (max-width: 991px) {
	.header_area.white_menu .navbar .navbar-brand img {
		display: inline-block
	}

	.header_area.white_menu .navbar .navbar-brand img+img {
		display: none
	}

}

.header_area.white_menu .navbar .nav .nav-item .nav-link {
	color: #fff
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
	display: inline-block
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img+img {
	display: none
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
	line-height: 70px
}

.top_menu {
	background: #ec9d5f
}

.top_menu .float-left a {
	line-height: 40px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.top_menu .float-left a:last-child {
	margin-right: 0px
}

.top_menu .float-right .pur_btn {
	color: #fff;
	line-height: 40px;
	display: block;
	padding: 0px 40px;
	font-weight: 500;
	font-size: 12px
}

@media (max-width: 1619px) {
	.header_area .navbar .search {
		margin-left: 40px
	}

}

@media (max-width: 1199px) {
	.header_area .navbar .nav .nav-item {
		margin-right: 28px
	}

	.home_banner_area .banner_inner {
		padding: 100px 0px
	}

	.header_area .navbar .tickets_btn {
		margin-left: 40px
	}

	.home_banner_area .banner_inner .banner_content h2 br {
		display: none;
		font-size: 36px
	}

	.home_banner_area .banner_inner .banner_content h2 {
		font-size: 36px;
		line-height: 45px
	}

}

@media (max-width: 991px) {
	.navbar-toggler {
		border: none;
		border-radius: 0px;
		padding: 0px;
		cursor: pointer;
		margin-top: 27px;
		margin-bottom: 23px
	}

	.header_area .navbar {
		background: #7676ff
	}

	.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
		opacity: 1
	}

	.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
		opacity: 0
	}

	.navbar-toggler[aria-expanded="true"] span:first-child {
		transform: rotate(-45deg);
		position: relative;
		top: 7.5px
	}

	.navbar-toggler[aria-expanded="true"] span:last-child {
		transform: rotate(45deg);
		bottom: 6px;
		position: relative
	}

	.navbar-toggler span {
		display: block;
		width: 25px;
		height: 3px;
		background: #1e1859;
		margin: auto;
		margin-bottom: 4px;
		transition: all 400ms linear;
		cursor: pointer
	}

	.navbar .container {
		padding-left: 15px;
		padding-right: 15px
	}

	.nav {
		padding: 0px 0px
	}

	.header_top .nav {
		padding: 0px
	}

	.header_area .navbar .nav .nav-item .nav-link {
		padding: 12px 0;
		margin-right: 0px;
		display: block;
		border-bottom: 1px solid #ededed33;
		border-radius: 0px
	}

	.header_area .navbar .search {
		margin-left: 0px
	}

	.header_area .navbar-collapse {
		/* max-height: 340px; */
		max-height: 100vh;
		height: 100vh;
		overflow-y: scroll
	}

	.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
		padding: 0px 15px
	}

	.header_area .navbar .nav .nav-item {
		margin-right: 0px
	}

	.home_banner_area .banner_inner .banner_content .banner_map_img {
		display: none
	}

	.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
		line-height: 40px
	}

	.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
		line-height: 40px
	}

	.header_area.white_menu .navbar .nav .nav-item .nav-link {
		color: #222
	}

	.categories_post img {
		width: 100%
	}

	.categories_post {
		max-width: 360px;
		margin: 0 auto
	}

	.blog_categorie_area .col-lg-4 {
		margin-top: 30px
	}

	.single-post-area .blog_right_sidebar {
		margin-top: 30px
	}

	.contact_info {
		margin-bottom: 50px
	}

	.home_banner_area .donation_inner {
		margin-bottom: -30px
	}

	.home_banner_area .dontation_item {
		max-width: 350px;
		margin: auto
	}

	.footer_area .col-sm-6 {
		margin-bottom: 30px
	}

	.footer_area .footer_inner {
		margin-bottom: -30px
	}

	.news_widget {
		padding-left: 0px
	}

	.home_banner_area .banner_inner .home_left_img {
		display: none
	}

	.header_area .navbar .tickets_btn {
		display: none
	}

	.home_banner_area .banner_inner {
		padding: 70px 0px 100px 0px
	}

	.left_side_text {
		margin-bottom: 50px
	}

	.price_item {
		max-width: 360px;
		margin: 0px auto 30px
	}

	.price_inner {
		margin-bottom: -30px
	}

}

@media (max-width: 767px) {
	.home_banner_area {
		min-height: 500px
	}

	.home_banner_area .banner_inner {
		min-height: 500px
	}

	.home_banner_area .banner_inner .banner_content {
		margin-top: 0px
	}

	.blog_banner .banner_inner .blog_b_text h2 {
		font-size: 40px;
		line-height: 50px
	}

	.blog_info.text-right {
		text-align: left !important;
		margin-bottom: 10px
	}

	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 30px
	}

	.home_banner_area .banner_inner .banner_content p br {
		display: none
	}

	.home_banner_area .banner_inner .banner_content h3 span {
		line-height: 45px;
		padding-bottom: 0px;
		padding-top: 0px
	}

	.footer-bottom {
		text-align: center
	}

	.footer-bottom .footer-social {
		text-align: center;
		margin-top: 15px
	}

	.made_life_inner .nav.nav-tabs li {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 15px
	}

	.made_life_inner .nav.nav-tabs {
		margin-bottom: -15px
	}

	.made_life_area.made_white .left_side_text {
		margin-bottom: 0px;
		margin-top: 30px
	}

}

@media (max-width: 575px) {
	.top_menu {
		display: none
	}

	.home_banner_area .banner_inner .banner_content h2 {
		font-size: 28px;
		line-height: 38px
	}

	.home_banner_area {
		min-height: 450px
	}

	.home_banner_area .banner_inner {
		min-height: 450px
	}

	.blog_banner .banner_inner .blog_b_text {
		margin-top: 0px
	}

	.home_banner_area .banner_inner .banner_content img {
		display: none
	}

	.home_banner_area .banner_inner .banner_content h5 {
		margin-top: 0px
	}

	.p_120 {
		padding-top: 70px;
		padding-bottom: 70px
	}

	.main_title h2 {
		font-size: 25px
	}

	.sample-text-area {
		padding: 70px 0 70px 0
	}

	.generic-blockquote {
		padding: 30px 15px 30px 30px
	}

	.blog_details h2 {
		font-size: 20px;
		line-height: 30px
	}

	.blog_banner .banner_inner .blog_b_text h2 {
		font-size: 28px;
		line-height: 38px
	}

	/* .footer-area {
		padding: 70px 0px
	} */

	.pad_top {
		padding-top: 70px
	}

	.pad_btm {
		padding-bottom: 70px
	}

}

@media (max-width: 480px) {
	.header_area .navbar-collapse {
		max-height: 500px
	}

	.home_banner_area .banner_inner .banner_content {
		padding: 30px 15px;
		margin-top: 0px
	}

	.banner_content .white_btn {
		display: block
	}

	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 24px
	}

	.banner_area .banner_inner .banner_content h2 {
		font-size: 32px
	}

	.comments-area .thumb {
		margin-right: 10px
	}

	.testi_item .media .d-flex {
		padding-right: 0px
	}

	.testi_item .media .d-flex img {
		width: auto;
		margin-bottom: 15px
	}

	.testi_item .media {
		display: block
	}

	.banner_btn {
		margin-bottom: 20px
	}

}

/* .hero-banner {
	background: url(../images/info_banner.jpeg) left center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding-top: 130px;
	padding-bottom: 70px;
} */

@media (min-width: 600px) {
	.hero-banner {
		padding-top: 190px;
		padding-bottom: 120px
	}

}

@media (min-width: 1200px) {
	.hero-banner {
		padding-top: 290px;
		padding-bottom: 220px
	}

}

.hero-banner::after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 23%;
}

.hero-banner h1 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px
}

@media (min-width: 992px) {
	.hero-banner h1 {
		margin-bottom: 40px
	}

}

.hero-banner>* {
	color: #fff
}

.hero-subtitle {
	max-width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px
}

@media (min-width: 992px) {
	.hero-subtitle {
		margin-bottom: 38px
	}

}

.hero-banner-sm {
	padding-top: 120px;
	padding-bottom: 50px
}

@media (min-width: 600px) {
	.hero-banner-sm {
		padding-top: 150px;
		padding-bottom: 80px
	}

}

@media (min-width: 1200px) {
	.hero-banner-sm {
		padding-top: 70px;
		padding-bottom: 50px;
	}
}

.hero-banner-sm h1 {
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 10px
}

@media (min-width: 600px) {
	.hero-banner-sm h1 {
		font-size: 25px
	}

}

@media (min-width: 1200px) {
	.hero-banner-sm h1 {
		font-size: 30px
	}

}

.banner-breadcrumb {
	display: inline-block
}

.banner-breadcrumb .breadcrumb {
	background: transparent;
	padding: 0
}

.banner-breadcrumb .breadcrumb-item {
	padding: .1rem
}

.banner-breadcrumb .breadcrumb-item a {
	text-transform: capitalize;
	color: #fff
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	padding-left: .2rem;
	padding-right: .4rem
}

.banner-breadcrumb .breadcrumb-item.active {
	color: #fff
}

.section-style {
	width: 130px;
	height: 11px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 15px
}

.section-style::before {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1e1859
}

.section-style::after {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #1e1859
}

.section-intro-white h1,
.section-intro-white h2,
.section-intro-white h3,
.section-intro-white h4,
.section-intro-white h5,
.section-intro-white h6 {
	color: #fff
}

.section-intro-white .section-style::before {
	background-color: #fff
}

.section-intro-white .section-style::after {
	background-color: #fff
}

.section-intro {
	max-width: 570px;
	margin-right: auto;
	margin-left: auto
}

.domain-search {
	padding: 50px 0
}

.domain-search h3 {
	font-size: 27px;
	font-weight: 700
}

.form-domainSearch {
	margin-bottom: 15px
}

.form-domainSearch .form-group {
	flex: 1 0 auto;
	margin-bottom: 0
}

.form-domainSearch .form-control {
	font-size: 13px;
	color: #999999;
	height: 45px;
	border-radius: 0;
	width: 100%;
	padding-left: 25px;
	background: transparent;
	border-color: #dbd9e6
}

@media (min-width: 600px) {
	.form-domainSearch .form-control {
		height: 60px
	}

}

.form-domainSearch .form-control::placeholder {
	color: #999999
}

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

.form-domainSearch button {
	padding: 5px 25px;
	height: 45px;
	margin-left: 10px;
	box-shadow: 0px 20px 20px 0px rgba(42, 38, 172, 0.2)
}

@media (min-width: 600px) {
	.form-domainSearch button {
		padding: 15px 62px;
		height: 60px
	}

}

.domain-check li {
	margin: 5px
}

@media (min-width: 768px) {
	.domain-check li {
		display: inline-block;
		margin-right: 8px;
		margin-bottom: 0
	}

}

@media (min-width: 1200px) {
	.domain-check li {
		margin-right: 15px
	}

}

.domain-check li:last-child {
	margin-right: 15px
}

.domain-check label {
	font-size: 15px;
	font-weight: 700;
	color: #1e1859
}

.domain-check .dollar-hint {
	font-size: 18px;
	color: #999999;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-left: 3px
}

.checkbox_style {
	font-size: 13px;
	font-weight: 400
}

.checkbox_style [type="checkbox"]:checked,
.checkbox_style [type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px
}

.checkbox_style [type="checkbox"]:checked+label,
.checkbox_style [type="checkbox"]:not(:checked)+label {
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	margin-bottom: 0
}

.checkbox_style [type="checkbox"]:checked+label:before,
.checkbox_style [type="checkbox"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 14px;
	height: 14px;
	border: 1px solid #dbd9e6;
	background: transparent
}

.checkbox_style [type="checkbox"]:checked+label:before {
	border-color: transparent
}

.checkbox_style [type="checkbox"]:checked+label:after,
.checkbox_style [type="checkbox"]:not(:checked)+label:after {
	content: "\e64d";
	position: absolute;
	top: 2px;
	left: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 16px;
	color: #1e1859;
	font-family: 'Open Sans';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased
}

.checkbox_style [type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.checkbox_style [type="checkbox"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.logo-carousel {
	padding: 55px 0;
	border-bottom: 1px solid #dbd9e6
}

.logo-carousel .owl-item img {
	width: auto !important;
	height: auto !important
}

.client-logo-title {
	font-size: 27px;
	color: #888888;
	font-weight: 300
}

.card-feature {
	background: #f9f9ff;
	padding: 45px 30px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.card-feature .feature-icon {
	margin-bottom: 30px
}

.card-feature h3 {
	margin-bottom: 12px
}

.card-feature p {
	margin-bottom: 0
}

.card-feature:hover {
	background: #fff;
	box-shadow: 0px 20px 20px 0px rgba(40, 25, 114, 0.1)
}

.card-feature-content {
	padding: 0;
	background: transparent
}

@media (min-width: 768px) {
	.card-feature-content {
		padding: 30px 0
	}

}

.card-feature-content h2 {
	margin-bottom: 25px
}

.card-feature-content:hover {
	box-shadow: none
}

.card-service {
	padding: 30px 18px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

@media (min-width: 992px) {
	.card-service {
		padding: 45px 30px
	}

}

.card-service .service-icon {
	margin-bottom: 30px
}

.card-service h3 {
	margin-bottom: 12px
}

.card-service p {
	margin-bottom: 0
}

.card-service:hover {
	background: #fff;
	box-shadow: 0px 20px 20px 0px rgba(40, 25, 114, 0.1)
}

.priceTable-bg {
	background: url(../img/home/priceTable-bg.png) left center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1
}

.priceTable-bg::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	z-index: -1
}

.card-pricing {
	background: #faf9ff;
	border-radius: 3px;
	border: 0;
	box-shadow: 0px 2px 2px 0px rgba(40, 25, 114, 0.1);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.card-pricing__header {
	border-bottom: 1px solid #ebebeb;
	padding: 40px 7px
}

.card-pricing__header h4 {
	font-size: 27px;
	font-weight: 900;
	margin-bottom: 5px;
	color: #1d2441
}

.card-pricing__header p {
	font-weight: 400;
	margin-bottom: 27px
}

.card-pricing__price {
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin: 0;
	color: #1d2441
}

@media (min-width: 991px) {
	.card-pricing__price {
		font-size: 60px
	}

}

.card-pricing__price span {
	font-size: 40px;
	vertical-align: middle;
	position: relative;
	bottom: 5px;
	margin-right: 3px
}

.card-pricing__list {
	padding: 30px 8px 25px 8px;
	border-bottom: 1px solid #ebebeb
}

.card-pricing__list li {
	margin-bottom: 12px
}

.card-pricing__list li:last-child {
	margin-bottom: 0
}

.card-pricing__list li i,
.card-pricing__list li span {
	font-size: 13px;
	margin-right: 10px
}

.card-pricing__list li.unvalid i,
.card-pricing__list li.unvalid span {
	color: #f81c1c;
	font-size: 12px
}

.card-pricing .button {
	background: transparent;
	border: 1px solid #dbd9e6;
	color: #1e1859
}

.card-pricing__footer {
	padding: 45px 0
}

.card-pricing:hover {
	background: #fff;
	box-shadow: 0px 20px 25.5px 4.5px rgba(33, 20, 106, 0.1)
}

.card-pricing:hover .card-pricing__price {
	color: #1e1859
}

.card-pricing:hover .card-pricing__header h4,
.card-pricing:hover p {
	color: #1e1859
}

.card-pricing:hover .button {
	color: #fff;
	box-shadow: 0px 10px 20px 0px rgba(42, 38, 172, 0.1)
}

.priceTable-relative {
	position: relative
}

@media (min-width: 1200px) {
	.priceTable-relative {
		padding-top: 290px
	}

	.priceTable-relative .priceTable-wrapper {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0
	}

}

.form-subscribe {
	max-width: 610px;
	margin-right: auto;
	margin-left: auto
}

.form-subscribe .form-control {
	border: 0;
	border-radius: 0;
	font-size: 15px;
	height: 40px;
	padding: 0 0 8px 0;
	margin-right: 5px;
	background: transparent;
	color: #888888;
	border-bottom: 1px solid #dbd9e6
}

@media (min-width: 600px) {
	.form-subscribe .form-control {
		margin-right: 40px
	}

}

.form-subscribe .form-control::placeholder {
	font-weight: 300;
	color: #888888
}

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

.testimonial .owl-item img {
	width: auto;
	height: auto
}

.testimonial .testimonial-item {
	padding: 28px 25px;
	background: #fff
}

.testimonial .testimonial-item h4 {
	font-size: 20px;
	margin-bottom: 0
}

.testimonial .testimonial-img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-right: 20px
}

.testimonial .testi-intro {
	font-size: 14px;
	margin-bottom: 0
}

.testimonial .owl-dots {
	margin-top: 30px !important
}

@media (min-width: 600px) {
	.testimonial .owl-dots {
		margin-top: 60px !important
	}

}

.testimonial .owl-dots .owl-dot span {
	width: 20px;
	height: 3px;
	background: #dbd9e6;
	border-radius: 5px;
	margin: 5px 8px
}

.testimonial .owl-dots .owl-dot.active span {
	height: 5px
}

.contact-info {
	margin-bottom: 12px
}

.contact-info__icon {
	margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
	color: #8f9195;
	font-size: 27px
}

.contact-info .media-body h3 {
	font-size: 16px;
	margin-bottom: 0
}

.contact-info .media-body h3 a {
	color: #1e1859
}

.contact-info .media-body p {
	color: #999999
}

.contact-title {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 20px
}

.form-contact label {
	color: #1e1859;
	font-size: 14px
}

.form-contact .form-group {
	margin-bottom: 15px
}

@media (min-width: 1000px) {
	.form-contact .form-group {
		margin-bottom: 30px
	}

}

.form-contact .form-control {
	border: 1px solid #f0e9ff;
	border-radius: 5px;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: transparent
}

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

.form-contact .form-control::placeholder {
	font-weight: 300;
	color: #999999
}

.form-contact textarea {
	border-radius: 12px;
	height: 100% !important
}

.l_blog_item .l_blog_text .date {
	margin-top: 24px;
	margin-bottom: 15px
}

.l_blog_item .l_blog_text .date a {
	font-size: 12px
}

.l_blog_item .l_blog_text h4 {
	font-size: 18px;
	color: #1e1859;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 0px;
	padding-bottom: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.l_blog_item .l_blog_text h4:hover {
	color: #1e1859
}

.l_blog_item .l_blog_text p {
	margin-bottom: 0px;
	padding-top: 20px
}

.causes_slider .owl-dots {
	text-align: center;
	margin-top: 80px
}

.causes_slider .owl-dots .owl-dot {
	height: 14px;
	width: 14px;
	background: #eeeeee;
	display: inline-block;
	margin-right: 7px
}

.causes_slider .owl-dots .owl-dot:last-child {
	margin-right: 0px
}

.causes_slider .owl-dots .owl-dot.active {
	background: #1e1859
}

.causes_item {
	background: #fff
}

.causes_item .causes_img {
	position: relative
}

.causes_item .causes_img .c_parcent {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	height: 3px;
	background: rgba(255, 255, 255, 0.5)
}

.causes_item .causes_img .c_parcent span {
	width: 70%;
	height: 3px;
	background: #1e1859;
	position: absolute;
	left: 0px;
	bottom: 0px
}

.causes_item .causes_img .c_parcent span:before {
	content: "75%";
	position: absolute;
	right: -10px;
	bottom: 0px;
	background: #1e1859;
	color: #fff;
	padding: 0px 5px
}

.causes_item .causes_text {
	padding: 30px 35px 40px 30px
}

.causes_item .causes_text h4 {
	color: #1e1859;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	cursor: pointer
}

.causes_item .causes_text h4:hover {
	color: #1e1859
}

.causes_item .causes_text p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 0px
}

.causes_item .causes_bottom a {
	width: 50%;
	border: 1px solid #1e1859;
	text-align: center;
	float: left;
	line-height: 50px;
	background: #1e1859;
	color: #fff;
	font-size: 14px;
	font-weight: 500
}

.causes_item .causes_bottom a+a {
	border-color: #eeeeee;
	background: #fff;
	font-size: 14px;
	color: #1e1859
}

.latest_blog_area {
	background: #f9f9ff
}

.single-recent-blog-post {
	margin-bottom: 30px
}

.single-recent-blog-post .thumb {
	overflow: hidden
}

.single-recent-blog-post .thumb img {
	transition: all 0.7s linear
}

.single-recent-blog-post .details {
	padding-top: 30px
}

.single-recent-blog-post .details .sec_h4 {
	line-height: 24px;
	padding: 10px 0px 13px;
	transition: all 0.3s linear
}

.single-recent-blog-post .date {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400
}

.single-recent-blog-post:hover img {
	transform: scale(1.23) rotate(10deg)
}

.tags .tag_btn {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	border: 1px solid #eeeeee;
	display: inline-block;
	padding: 1px 18px;
	text-align: center;
	color: #1e1859
}

.tags .tag_btn:before {
	background: #1e1859
}

.tags .tag_btn+.tag_btn {
	margin-left: 2px
}

.blog_categorie_area {
	padding-top: 30px;
	padding-bottom: 30px
}

@media (min-width: 900px) {
	.blog_categorie_area {
		padding-top: 80px;
		padding-bottom: 80px
	}

}

@media (min-width: 1100px) {
	.blog_categorie_area {
		padding-top: 120px;
		padding-bottom: 120px
	}

}

.categories_post {
	position: relative;
	text-align: center;
	cursor: pointer
}

.categories_post img {
	max-width: 100%
}

.categories_post .categories_details {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(34, 34, 34, 0.75);
	color: #fff;
	transition: all 0.3s linear;
	display: flex;
	align-items: center;
	justify-content: center
}

.categories_post .categories_details h5 {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
	position: relative
}

.categories_post .categories_details p {
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0px
}

.categories_post .categories_details .border_line {
	margin: 10px 0px;
	background: #fff;
	width: 100%;
	height: 1px
}

.categories_post:hover .categories_details {
	background: rgba(222, 99, 32, 0.85)
}

.blog_item {
	margin-bottom: 50px
}

.blog_details {
	padding: 30px 0 20px 10px;
	box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3)
}

@media (min-width: 768px) {
	.blog_details {
		padding: 60px 30px 35px 35px
	}

}

.blog_details p {
	margin-bottom: 30px
}

.blog_details h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px
}

@media (min-width: 768px) {
	.blog_details h2 {
		font-size: 24px;
		margin-bottom: 15px
	}

}

.blog-info-link li {
	float: left;
	font-size: 14px
}

.blog-info-link li a {
	color: #999999
}

.blog-info-link li i,
.blog-info-link li span {
	font-size: 13px;
	margin-right: 5px
}

.blog-info-link li::after {
	content: "|";
	padding-left: 10px;
	padding-right: 10px
}

.blog-info-link li:last-child::after {
	display: none
}

.blog-info-link::after {
	content: "";
	display: block;
	clear: both;
	display: table
}

.blog_item_img {
	position: relative
}

.blog_item_img .blog_item_date {
	position: absolute;
	bottom: -10px;
	left: 10px;
	display: block;
	color: #fff;
	padding: 8px 15px;
	border-radius: 5px
}

@media (min-width: 768px) {
	.blog_item_img .blog_item_date {
		bottom: -20px;
		left: 40px;
		padding: 13px 30px
	}

}

.blog_item_img .blog_item_date h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.2
}

@media (min-width: 768px) {
	.blog_item_img .blog_item_date h3 {
		font-size: 30px
	}

}

.blog_item_img .blog_item_date p {
	margin-bottom: 0
}

@media (min-width: 768px) {
	.blog_item_img .blog_item_date p {
		font-size: 18px
	}

}

.blog_right_sidebar .widget_title {
	font-size: 20px;
	margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
	content: "";
	display: block;
	padding-top: 15px;
	border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
	background: #fbf9ff;
	padding: 30px;
	margin-bottom: 30px
}

.blog_right_sidebar .search_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999999;
	padding-left: 20px;
	border-radius: 0;
	border-right: 0
}

.blog_right_sidebar .search_widget .form-control::placeholder {
	color: #999999
}

.blog_right_sidebar .search_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
	background: #fff;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0
}

.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
	font-size: 14px;
	color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999999;
	padding-left: 20px;
	border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
	color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
	background: #fff;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
	font-size: 14px;
	color: #999999
}

.blog_right_sidebar .post_category_widget .cat-list li {
	border-bottom: 1px solid #f0e9ff;
	transition: all 0.3s ease 0s;
	padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
	border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
	font-size: 14px;
	line-height: 20px;
	color: #888888
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
	margin-bottom: 0px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
	padding-top: 15px
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
	color: #1e1859
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;
	padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
	transition: all 0.3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
	color: #1e1859
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0px
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
	margin-top: 20px
}

.blog_right_sidebar .tag_cloud_widget ul li {
	display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
	display: inline-block;
	border: 1px solid #eeeeee;
	background: #fff;
	padding: 4px 20px;
	margin-bottom: 8px;
	margin-right: 5px;
	transition: all 0.3s ease 0s;
	color: #888888;
	font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
	background: #1e1859;
	color: #fff
}

.blog_right_sidebar .instagram_feeds .instagram_row {
	display: flex;
	margin-right: -6px;
	margin-left: -6px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
	width: 33.33%;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 15px
}

.blog_right_sidebar .br {
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 30px 0px
}

.blog-pagination {
	margin-top: 80px
}

.blog-pagination .page-link {
	font-size: 14px;
	position: relative;
	display: block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #8a8a8a;
	border: 1px solid #f0e9ff;
	margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
	font-size: 13px
}

.blog-pagination .page-link:hover {
	background-color: #fbf9ff
}

.blog-pagination .page-item.active .page-link {
	background-color: #fbf9ff;
	border-color: #f0e9ff;
	color: #888888
}

.blog-pagination .page-item:last-child .page-link {
	margin-right: 0
}

.single-post-area .blog_details {
	box-shadow: none;
	padding: 0
}

.single-post-area .social-links {
	padding-top: 10px
}

.single-post-area .social-links li {
	display: inline-block;
	margin-bottom: 10px
}

.single-post-area .social-links li a {
	color: #cccccc;
	padding: 7px;
	font-size: 14px;
	transition: all 0.2s linear
}

.single-post-area .social-links li a:hover {
	color: #1e1859
}

.single-post-area .blog_details {
	padding-top: 26px
}

.single-post-area .blog_details p {
	margin-bottom: 20px
}

.single-post-area .quote-wrapper {
	background: rgba(130, 139, 178, 0.1);
	padding: 15px;
	line-height: 1.733;
	color: #888888;
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 25px
}

@media (min-width: 768px) {
	.single-post-area .quote-wrapper {
		padding: 30px
	}

}

.single-post-area .quotes {
	background: #fff;
	padding: 15px 15px 15px 20px;
	border-left: 2px solid #1e1859
}

@media (min-width: 768px) {
	.single-post-area .quotes {
		padding: 25px 25px 25px 30px
	}

}

.single-post-area .arrow {
	position: absolute
}

.single-post-area .arrow i,
.single-post-area .arrow span {
	font-size: 20px;
	font-weight: 600
}

.single-post-area .thumb .overlay-bg {
	background: rgba(0, 0, 0, 0.8)
}

.single-post-area .navigation-top {
	padding-top: 15px;
	border-top: 1px solid #f0e9ff
}

.single-post-area .navigation-top p {
	margin-bottom: 0
}

.single-post-area .navigation-top .like-info {
	font-size: 14px
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
	font-size: 16px;
	margin-right: 5px
}

.single-post-area .navigation-top .comment-count {
	font-size: 14px
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
	font-size: 16px;
	margin-right: 5px
}

.single-post-area .navigation-top .social-icons li {
	display: inline-block;
	margin-right: 15px
}

.single-post-area .navigation-top .social-icons li:last-child {
	margin: 0
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
	font-size: 14px;
	color: #999999
}

.single-post-area .navigation-top .social-icons li:hover i,
.single-post-area .navigation-top .social-icons li:hover span {
	color: #1e1859
}

.single-post-area .blog-author {
	padding: 40px 30px;
	background: #fbf9ff;
	margin-top: 50px
}

@media (max-width: 600px) {
	.single-post-area .blog-author {
		padding: 20px 8px
	}

}

.single-post-area .blog-author img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 30px
}

@media (max-width: 600px) {
	.single-post-area .blog-author img {
		margin-right: 15px;
		width: 45px;
		height: 45px
	}

}

.single-post-area .blog-author a {
	display: inline-block
}

.single-post-area .blog-author p {
	margin-bottom: 0
}

.single-post-area .blog-author h4 {
	font-size: 16px
}

.single-post-area .navigation-area {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-top: 55px
}

.single-post-area .navigation-area p {
	margin-bottom: 0px
}

.single-post-area .navigation-area h4 {
	font-size: 18px;
	line-height: 25px;
	color: #1e1859
}

.single-post-area .navigation-area .nav-left {
	text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
	margin-right: 20px;
	background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left i,
.single-post-area .navigation-area .nav-left span {
	margin-left: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left:hover i,
.single-post-area .navigation-area .nav-left:hover span {
	opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
	opacity: .5
}

@media (max-width: 767px) {
	.single-post-area .navigation-area .nav-left {
		margin-bottom: 30px
	}

}

.single-post-area .navigation-area .nav-right {
	text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
	margin-left: 20px;
	background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right i,
.single-post-area .navigation-area .nav-right span {
	margin-right: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right:hover i,
.single-post-area .navigation-area .nav-right:hover span {
	opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
	opacity: .5
}

@media (max-width: 991px) {
	.single-post-area .sidebar-widgets {
		padding-bottom: 0px
	}

}

.comments-area {
	background: transparent;
	border-top: 1px solid #eee;
	padding: 45px 0;
	margin-top: 50px
}

@media (max-width: 414px) {
	.comments-area {
		padding: 50px 8px
	}

}

.comments-area h4 {
	margin-bottom: 35px;
	color: #1e1859;
	font-size: 18px
}

.comments-area h5 {
	font-size: 16px;
	margin-bottom: 0px
}

.comments-area a {
	color: #1e1859
}

.comments-area .comment-list {
	padding-bottom: 48px
}

.comments-area .comment-list:last-child {
	padding-bottom: 0px
}

.comments-area .comment-list.left-padding {
	padding-left: 25px
}

@media (max-width: 413px) {
	.comments-area .comment-list .single-comment h5 {
		font-size: 12px
	}

	.comments-area .comment-list .single-comment .date {
		font-size: 11px
	}

	.comments-area .comment-list .single-comment .comment {
		font-size: 10px
	}

}

.comments-area .thumb {
	margin-right: 20px
}

.comments-area .thumb img {
	width: 70px;
	height: 70px;
	border-radius: 50%
}

.comments-area .date {
	font-size: 14px;
	color: #cccccc;
	margin-bottom: 0;
	margin-left: 20px
}

.comments-area .comment {
	margin-bottom: 10px;
	color: #777777
}

.comments-area .btn-reply {
	background-color: transparent;
	color: #888888;
	padding: 5px 18px;
	font-size: 14px;
	display: block;
	font-weight: 400;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.comments-area .btn-reply:hover {
	color: #1e1859
}

.comment-form {
	border-top: 1px solid #eee;
	padding-top: 45px;
	margin-top: 50px;
	margin-bottom: 20px
}

.comment-form .form-group {
	margin-bottom: 30px
}

.comment-form h4 {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 22px;
	color: #1e1859
}

.comment-form .name {
	padding-left: 0px
}

@media (max-width: 767px) {
	.comment-form .name {
		padding-right: 0px;
		margin-bottom: 1rem
	}

}

.comment-form .email {
	padding-right: 0px
}

@media (max-width: 991px) {
	.comment-form .email {
		padding-left: 0px
	}

}

.comment-form .form-control {
	border: 1px solid #f0e9ff;
	border-radius: 5px;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: transparent
}

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

.comment-form .form-control::placeholder {
	font-weight: 300;
	color: #999999
}

.comment-form .form-control::placeholder {
	color: #777777
}

.comment-form textarea {
	padding-top: 18px;
	border-radius: 12px;
	height: 100% !important
}

.comment-form ::-webkit-input-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form ::-moz-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form :-ms-input-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form :-moz-placeholder {
	font-size: 13px;
	color: #777
}

.button {
	border: 0;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	border-radius: 30px;
	padding: 9px 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

@media (min-width: 1000px) {
	.button {
		padding: 12px 45px
	}

}

.button:hover {
	background-color: #1e1859;
	border-color: #1e1859;
	color: #fff
}

.button-small {
	padding: 5px 45px
}

.button-outline {
	border: 1px solid #fff;
	background: transparent
}

.button-link {
	padding: 0;
	background: transparent
}

.button-link i,
.button-link span {
	font-size: 15px;
	margin-right: 3px
}

.button-link:hover {
	background: transparent
}

.button-shadow {
	box-shadow: 0px 10px 20px 0px rgba(42, 38, 172, 0.1)
}

.button-shadow2 {
	box-shadow: 0px 20px 20px 0px rgba(42, 38, 172, 0.2)
}

button.button {
	border: 0
}

.button-contactForm {
	border-radius: 5px
}

.footer-area {
	/* padding: 10px 0; */
	/* background: #373737; */
	width: 100%;
	/* margin: 25px 0px 0px 0px; */

}

@media (max-width: 991px) {
	/* .footer-area {
		padding: 60px 0px
	} */

}

@media (max-width: 991px) {
	.footer-area .single-footer-widget {
		margin-bottom: 30px
	}

}

/* .footer-area {
	color: #fff;
} */

.footer-area .single-footer-widget p {
	color: #fff;
}

.footer-area .single-footer-widget h4 {
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px
}

@media (max-width: 1024px) {
	.footer-area .single-footer-widget h4 {
		font-size: 20px
	}

}

@media (max-width: 991px) {
	.footer-area .single-footer-widget h4 {
		margin-bottom: 15px
	}

}

.footer-area .single-footer-widget ul li {
	margin-bottom: 4px
}

.footer-area .single-footer-widget ul li a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #888
}

.footer-area .single-footer-widget ul li a {
	color: #fff;
}

.footer-area .single-footer-widget ul li a:hover {
	color: #fbe101;
}

.footer-area .single-footer-widget .form-wrap {
	margin-top: 25px
}

.footer-area .single-footer-widget .form-wrap .info {
	color: #fff
}

.footer-area .single-footer-widget input {
	height: 40px;
	border: 1px solid #eeeeee;
	font-weight: 400;
	background: #fff;
	color: #888;
	padding-left: 12px;
	border-radius: 30px;
	font-size: 14px
}

.footer-area .single-footer-widget input:focus {
	outline: none;
	box-shadow: none
}

.footer-area .single-footer-widget input.placeholder {
	font-size: 14px;
	font-weight: 300;
	padding-left: 10px;
	color: #888
}

.footer-area .single-footer-widget input:-moz-placeholder {
	font-size: 14px;
	font-weight: 300;
	padding-left: 10px;
	color: #888
}

.footer-area .single-footer-widget input::-moz-placeholder {
	font-size: 14px;
	font-weight: 300;
	padding-left: 10px;
	color: #888
}

.footer-area .single-footer-widget input::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 300;
	padding-left: 10px;
	color: #888
}

.footer-area .single-footer-widget .click-btn {
	color: #1e1859;
	border-radius: 30px !important;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 6px 23px;
	border: 0;
	color: #fff;
	position: relative;
	z-index: 99;
	left: -18px;
	text-transform: capitalize
}

.footer-area .single-footer-widget .click-btn i,
.footer-area .single-footer-widget .click-btn span {
	font-size: 14px;
	font-weight: 500
}

.footer-area .single-footer-widget .click-btn:focus {
	outline: none;
	box-shadow: none
}

.footer-area .footer-bottom {
	border-top: 1px solid #333333;
	/*margin-top:70px;*/
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 25px;
}

@media (max-width: 991px) {
	/* .footer-area .footer-bottom {
		margin-top: 20px
	} */

}

.footer-area .footer-bottom p {
	font-weight: 400;
	color: #fff;
	margin-bottom: 0px;
}

.footer-area .footer-bottom p a {
	color: #fff
}

.footer-area .footer-bottom .footer-social {
	text-align: center
}

@media (max-width: 991px) {
	.footer-area .footer-bottom .footer-social {
		text-align: left;
		margin-top: 30px
	}

}

.footer-area .footer-bottom .footer-social a {
	margin-right: 22px;
	color: #fff;
	display: inline-grid;
	align-content: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.footer-area .footer-bottom .footer-social a:hover {
	color: #6128be
}

.footer-area .footer-bottom .footer-social a:last-child {
	margin-right: 0
}

.footer-area .footer-bottom .footer-social a i,
.footer-area .footer-bottom .footer-social a span {
	font-size: 14px
}

.quick-info {
	/* min-height: 35px; */
	/* background: #f9c000; */
	min-height: 46px;;
}

.ws-particels {
	position: relative;
	background-repeat: no-repeat;
}

.particles-js-canvas-el {
	position: absolute;
	top: 0px;
}

.ws-circle {
	position: absolute;
	left: 40px;
	top: 45px;
	width: 410px;
	height: 410px;
	border-radius: 100%;
	background: url(/uploads/1694250972.0179.jpg) #cccc;
	z-index: 2;
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.ws-circle:after {
	content: '';
	display: block;
	background: #00000078;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.ws-fetures-circle {
	width: 100%;
	height: 500px;
	border-radius: 100%;
	margin: 0px auto;
	position: relative;
}

.ws-single-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	z-index: 20;
}

.ws-single-circle .itemDot {
	font-size: 40px;
}

.ws-single-circle .itemDot {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	background: #ffffff;
	color: #FD373C;
	border-radius: 20px;
	text-align: center;
	line-height: 57px;
	font-size: 30px;
	z-index: 3;
	/* cursor: pointer; */
	/* border: 2px solid #f3f4f8; */
	box-shadow: 0 0 6px rgba(17, 20, 39, 0.15);
}

.ws-content-circle {
	width: 250px;
	border-radius: 100%;
	color: #ffffff;
	position: relative;
	top: 180px;
	left: 250px;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.ws-content-circle .CirItem {
	display: none;
	border-radius: 100%;
	color: #ffffff;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	opacity: 1;
	transform: scale(1);
	transition: 0.5s;
	font-size: 15px;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	margin: auto;
	line-height: 25px;
}

.ws-content-circle .CirItem h2 {
	color: #fff;
}

.ws-single-circle .itemDot {
	align-items: center;
	justify-content: center;
	display: flex;
	background: #fff;
	box-shadow: 2px 2px 6px 4px #00000030;
}

.ws-single-circle .itemDot:hover,
.ws-single-circle .itemDot.active {
	background: #f3c118;
	cursor: pointer;
}

.ws-single-circle .itemDot img {
	width: 80%;
}

.ws-single-circle .itemDot1 {
	left: 392px;
	top: 112px;
	transition: all 1s ease 0s;

}

.ws-single-circle .itemDot2 {
	left: 206px;
	top: 7px;
	transition: all 1s ease 0s;
}

.ws-single-circle .itemDot3 {
	left: 23px;
	top: 112px;
	transition: all 1s ease 0s;
}

.ws-single-circle .itemDot4 {
	left: 19px;
	top: 282px;
	transition: all 1s ease 0s;
}

.ws-single-circle .itemDot5 {
	left: 207px;
	top: 410px;
	transition: all 1s ease 0s;
}

.ws-single-circle .itemDot6 {
	left: 389px;
	top: 282px;
	transition: all 1s ease 0s;
}

.our-clients-list-container {
	width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #1a1919;
	font-size: 32px;
	margin: 5px;
	padding: 4px 7px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	border: none;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	background: transparent;
	border: 0px;
}

.domain-search-holder::before {
	position: absolute;
	display: inline-block;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/cloud-bg.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	opacity: 0.17;
	z-index: -1;
}

.benefits {

	padding: 20px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	height: 70%;
	border-style: none;
	border-color: rgb(201, 225, 255);
	border-radius: 5px;
	background: #fff;
	box-shadow: 3px 5px 13px -2px #00000014;
	text-align: center;

}

.benefits:hover {
	background: #fbe100;
}

.benefits h3 {

	font-weight: bolder;

}

.home-box-to-do .service_title a {
	font-size: 20px;
	font-weight: normal;
	color: #0d2846;
}

.home-box-to-do .service_title a:hover {
	color: #fff;
}

.home-box-to-do:hover a {
	color: #fff;
}


/*****Common List start ********/
/*.commonListDetails {
	padding: 25px;
	background: #ffffff;
	border-radius: 10px;
	display: flex;
	transition: 0.5s;
}

/*.commonListDetails:hover{
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

/*****Common List start ********/

.commonListDetails {
	padding: 25px;
	background: #ffffff;
	border-radius: 10px;
	transition: 0.5s;
	position: relative;
}

.commonListDetails .commonListImage {
	width: 70PX;
	height: 70px;
	float: left;
}

.commonListDetails:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.commonListDetails .p-txt:first-child h3 {
	position: relative;
	width: auto;

}

.commonListDetails .p-txt:last-child {
	position: relative;
}

.commonListDetails .p-txt strong {
	margin-top: 30px;
	padding-top: 0;
	display: inline-block;
}

.commonListDetails .p-txt p {
	display: block;
	margin-top: 0;
	padding-top: 0;
	display: block;
	margin-left: 95px;
}

/*****Common List End ********/


/**********************************Header Moving Bar Start**************************/
.bar {
	height: 5px;
	width: 150px;
	background: linear-gradient(to right, #ffe357 0, #ffaa05 100%);
	margin: 20px auto;
	position: relative;
	border-radius: 30px;
}

.bar::Before {
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #ff8500;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG;
}

@keyframes MOVE-BG {

	0%,
	100% {
		transform: translateX(0px);
	}

	50% {
		transform: translateX(135px);
	}
}

/**********************************Header Moving Bar Start**************************/


/*****Misson Vison Start ********/

.missonVisonDetails {}

.missonVisonDetails .mission-head {
	background: linear-gradient(45deg, #fbe100, #ffa600);
	width: 84px;
	height: 84px;
	margin: 0 auto;
	border-radius: 47px;
	line-height: 5;
	color: #fff;
	font-size: 17px;
	-webkit-box-shadow: 0 9.5px 25px 5.5px #ececeb;
	box-shadow: 0 9.5px 25px 5.5px #ccccca;
}

.missonVisonDetails .vertical-line {
	width: 1px;
	border-left: 4px dashed #cacaca;
	margin: 0 auto;
	height: 100%;
}

.missonVisonDetails .mission {
	position: relative;
	left: -572px;
	width: 500px;
	top: -54px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: -1px 5px 20px 4px rgba(0, 0, 0, .1);
	box-shadow: -1px 5px 20px 4px rgba(0, 0, 0, .1);
	padding: 10px;
	height: auto;
}

.missonVisonDetails .mission::after {
	content: '\25ba';
	padding-left: .5em;
	color: #fff;
	position: absolute;
	top: 0;
	right: -12px;
}

.missonVisonDetails .mission p {
	text-align: left !important;
}

.missonVisonDetails .vision {
	position: relative;
	left: 66px;
	width: 500px;
	text-align: left;
	top: -40px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: -1px 5px 20px 4px rgba(0, 0, 0, .1);
	box-shadow: -1px 5px 20px 4px rgba(0, 0, 0, .1);
}

.missonVisonDetails .vision ::before {
	content: '\25c4';
	top: 10px;
	left: -11px;
	color: #fff;
	position: absolute;
}

.missonVisonDetails .vision-head {
	position: relative;
	left: -45px;
	top: 22px;
	-webkit-box-shadow: 0 9.5px 25px 5.5px #ececeb;
	box-shadow: 0 9.5px 25px 5.5px #ececeb;
}

.missonVisonDetails .vision p {
	text-align: left;
	padding: 10px;
}

/*****Misson Vison End ********/


/***** Technology start ********/
.technology:hover .rotateImage {
	transition: .50s ease-in-out;
	transform: scale(1.1);
}

.technology:hover {
	border: 1px solid #3C71EA !important;
}

.technology {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 1px solid #fff !important;
	-webkit-transition: all 0.40s ease-in-out;
	-moz-transition: all 0.40s ease-in-out;
	-o-transition: all 0.40s ease-in-out;
	transition: all 0.40s ease-in-out;
	background: #fff;
}

.rotateImage {
	width: 140px;
	height: 100px;
}

.rotateImage img {
	width: 100% !important;
	height: 100%;
	object-fit: contain;
}

/*****Technology End ********/

/**********Media Query Start ***************/
@media only screen and (max-width:992px) {
	.commonListDetails {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width:600px) {
	.commonListDetails {
		padding: 14px;
		justify-content: center;
		align-items: center;
		flex-direction: column;

	}

	.commonListDetails .ws_1696572578602 {
		width: 200px;
		height: 200px;
		margin-right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.commonListDetails .ws_1696572578602 img {
		width: 100% !important;
		height: 100% !important;
		object-fit: contain;
	}

	.commonListDetails .p-txt:first-child h3 {
		position: relative;
		width: auto;
		text-align: center;
		margin-top: 13px;
	}

	.commonListDetails .p-txt p {
		display: block;
		margin-top: 10px;
		padding-top: 0;
		display: inline-block;
		text-align: center;
	}

	.commonListDetails .ws_1696579866645 {
		width: 200px;
		height: 200px;
		margin-right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.commonListDetails .ws_1696579866645 img {
		width: 100% !important;
		height: 100%;
		object-fit: contain;
	}

	.commonListDetails .ws_1696589929353 {
		width: 140px;
		height: 200px;
		margin-right: 0;
		display: flex;
		justify-content: center;
		align-items: center;

	}

	.commonListDetails .ws_1696589929353 img {
		width: 100% !important;
		height: 100% !important;
		object-fit: contain;
	}

	.commonListDetails .ws_1696591487930_95 {
		width: 140px;
		height: 200px;
		margin-right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.commonListDetails .ws_1696591487930_95 img {
		width: 100% !important;
		height: 100% !important;
		object-fit: contain;
	}
}

.commonListDetails .commonListImage img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: none;
}

/**********Media Query End ***************/

/********Map*******/

@media (min-width: 1200px) {
	.offset-xl-1 {
		margin-left: 0 !important;
	}
}

/********Map*******/


/***Services list Start ********/


.servicesList ul {
	margin: 0 39px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.servicesList ul li {
	height: 170px;
	width: 170px;
	border: 2px solid rgb(79, 81, 89);
	border-radius: 10%;
	transform: rotate(45deg);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.servicesListBottom ul li::before {
	content: "";
	position: absolute;
	left: -18px;
	border-radius: 0;
	display: inline-block;
	width: 34px;
	height: 35px;
	transform: rotate(315deg);
	z-index: 9;
	background: url(../images/before.png) !important;
	background-repeat: no-repeat !important;

}

.servicesList ul li::before {
	content: "";
	position: absolute;
	left: 238px;
	border-radius: 0;
	display: inline-block;
	width: 34px;
	height: 35px;
	transform: rotate(225deg);
	background-color: #fff;
	z-index: 9;
	top: -27px;
	background: url(../images/before.png) !important;
	background-repeat: no-repeat !important;

}

.servicesListBottom ul {
	margin: 0 39px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.servicesListBottom ul li {
	height: 170px;
	width: 170px;
	border: 2px solid rgb(79, 81, 89);
	border-radius: 10%;
	transform: rotate(45deg);
	display: flex;
	justify-content: center;
	align-items: center;
}

.servicesListBottom ul li:first-child {
	margin-top: -63px;
	margin-left: 2px;
	position: relative;
}

.servicesDetails {
	display: flex;
	margin: 0 auto;
	text-align: center;
	width: auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
}

.servicesList ul li:nth-child(2) {
	margin-top: 10px;
	margin-left: 85px;
	position: relative;
}

.servicesList ul li:nth-child(2)::after {
	content: "";
	height: 46px;
	width: 40px;
	border-radius: 50%;
	background: #f9fbff;
	position: absolute;
	bottom: -13px;
	left: 138px;
}

.servicesListBottom ul li:nth-child(2) {
	margin-left: 89px;
	margin-top: -63px;
	position: relative;
}

.servicesListBottom ul li:nth-child(2)::after {
	content: "";
	height: 31px;
	width: 25px;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: -4px;
	background: #f9fbff;
}

.servicesList ul li:nth-child(3) {
	margin-left: 83px;
	margin-top: 2px;
	position: relative;
}

.servicesList ul li:nth-child(3)::after {
	content: "";
	height: 29px;
	width: 27px;
	position: absolute;
	left: 146px;
	bottom: -9px;
	background: #f9fbff;
	border-radius: 50%;
}

.servicesListBottom ul li:nth-child(3) {
	margin-left: 77px;
	margin-top: -60px;
	position: relative;
}

.servicesListBottom ul li:nth-child(3)::after {
	content: "";
	height: 22px;
	width: 24px;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: -2px;
	background: #f9fbff;
}

.servicesList ul li:nth-child(4) {
	margin-left: 76px;
	position: relative;
}

.servicesList ul li:nth-child(4)::after {
	content: "";
	height: 29px;
	width: 27px;
	position: absolute;
	left: 146px;
	bottom: -9px;
	background: #f9fbff;
	border-radius: 50%;
}

.servicesList ul li:first-child {
	position: relative;
}

.servicesList ul li:first-child::after {
	content: "";
	background: #f9fbff;
	height: 37px;
	width: 35px;
	position: absolute;
	bottom: -14px;
	left: 136px;
}

.servicesListBottom ul li:first-child::after {
	content: "";
	height: 28px;
	width: 34px;
	background: #f9fbff;
	position: absolute;
	top: -4px;
	left: -3px;
	border-radius: 50%;
}

.servicesHeadingIcon {
	transform: rotate(315deg);
	height: 110px;
	width: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.servicesHeadingIcon img {
	width: 38px;
	height: 38px;
	object-fit: contain;
}

.servicesHeadingIcon h2 {
	font-size: 15px;
	margin-top: 5px;
	font-weight: 500;
	line-height: 19px;
}

.backcount {
	font-size: 50px;
	position: absolute;
	left: -13px;
	bottom: -4px;
	font-weight: 600;
	color: rgba(191, 191, 191, 0.1);
	-webkit-transition: all 0.40s ease-in-out;
	-moz-transition: all 0.40s ease-in-out;
	-o-transition: all 0.40s ease-in-out;
	transition: all 0.40s ease-in-out;
}

.servicesList ul li:hover .backcount {
	color: #fbe10069;
}

.servicesListBottom ul li:hover .backcount {
	color: #fbe10069;
}

.servicesList ul li:nth-child(3)::before {
	left: 238px;
	top: -25px;
}

.servicesList ul li:nth-child(4)::before {
	display: none;
}

.servicesList ul li:nth-child(2)::before {
	top: -33px;
}

.servicesListMobile {
	display: flex;
	margin: 0 auto;
	text-align: center;
	width: auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	display: none;
}


@media only screen and (max-width:992px) {
	.servicesDetails {
		display: none;
	}

	.servicesListMobile {
		display: block;
	}

	.servicesListMobile .servicesList ul li::after {
		display: none;
	}

	.servicesListMobile .servicesList ul li::before {
		display: none;
	}

	.servicesList ul {
		margin: 0 39px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.servicesList ul li:nth-child(2) {
		margin-top: unset;
		margin-left: unset;
		position: relative;
	}

	.servicesList ul li:nth-child(3) {
		margin-top: unset;
		margin-left: unset;
		position: relative;
	}

	.servicesList ul li:nth-child(4) {
		margin-top: unset;
		margin-left: unset;
		position: relative;
	}

	.servicesList ul li:nth-child(5) {
		margin-top: unset;
		margin-left: unset;
		position: relative;
	}

	.servicesList ul li:nth-child(6) {
		margin-top: unset;
		margin-left: unset;
		position: relative;
	}

	.servicesList ul li:nth-child(7) {
		margin-top: unset;
		margin-left: unset;
		position: relative;
	}

	.servicesList ul li {
		height: 200px;
		width: 200px;
		margin-bottom: 80px;
	}

}

@media only screen and (max-width:600px) {}

/***Services list End ********/


.progress-wrap {
	position: fixed;
	right: 25px;
	bottom: 10px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px #060871;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}


.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: 'Open Sans';
	font-weight: 900;
	content: '\f062';
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #95beff;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.lightScrollIcon::after {
	color: #ecedf3 !important;
}

.progress-wrap:hover::after {
	opacity: 0;
}

.progress-wrap::before {
	position: absolute;
	font-family: 'Open Sans';
	font-weight: 900;
	content: '\f062';
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	opacity: 0;
	background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}


.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #95beff;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

/************************************************START**********************************************************/
.quick-info-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	padding-top: 12px;
	color: white;
	gap: 10px;
	font-size: 14px;
	align-items: center;
	padding-bottom: 8px;
}

.quick-info-main li.call i {
	transform: rotate(30deg);
}

.quick-info-main li {
	list-style-type: none;

}

.quick-info-main li a {
	color: #fff;
}

.quick-info-main li i {
	margin-right: 7px;
}

/*********************************************END*************************************************************/
/*.footer-area::before {
  display: block;
  background: url(/images/info_bg_footer.jpeg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-attachment: scroll;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background-attachment: fixed;
  background-position: center;
  top: 0;}
*/
/*********************************************PE_MEDIA_QUERY*************************************************************/

@media only screen and (max-width:480px) {
	.quick-info-main {
		display: block;
	}

	.quick-info {
		height: auto;
		background: #4a4a4a;
	}
}

@media only screen and (min-width:992px) and (max-width:1170px) {

	.col-xl-2.col-sm-6.mb-4.mb-xl-0.single-footer-widget:nth-child(3) {
		display: none;
	}

	.form-wrap iframe {
		width: 100%;
	}

	.header_area .navbar {
		background: #ffffff;

	}

	.pageContentD section.contactSection .contactDetails {
		flex-direction: column;
	}

}

@media only screen and (min-width:769px) and (max-width:990px) {
	.col-xl-2.col-sm-6.mb-4.mb-xl-0.single-footer-widget:nth-child(3) {
		display: none;
	}

	.form-wrap iframe {
		width: 100%;
	}

	.header_area .navbar {
		background: #ffffff;
	}

	.pageContentD section.contactSection .contactDetails {
		flex-direction: column;
	}

	/* .whatsNew .row {
		flex-direction: column;
	}

	.whatsNew .row .col-3.mt-5.mb-5 {
		max-width: 100%;
		margin: 0 0 47px 0 !important;
	}

	.whatsNew .row .col-3.mt-5.mb-5 .galleryImg.gallerycontainer {
		width: 100%;
		max-width: 100%;
	}

	.whatsNew .row .col-3.mt-5.mb-5 .galleryImg.gallerycontainer img {
		width: 100%;
	} */

}

@media only screen and (min-width:641px) and (max-width:768px) {
	.col-xl-2.col-sm-6.mb-4.mb-xl-0.single-footer-widget:nth-child(3) {
		display: none;
	}

	.form-wrap iframe {
		width: 100%;
	}

	.header_area .navbar {
		background: #ffffff;
	}

	.pageContentD section.contactSection .contactDetails {
		flex-direction: column;
	}

	/* .whatsNew .row {
		flex-direction: column;
	}

	.whatsNew .row .col-3.mt-5.mb-5 {
		max-width: 100%;
		margin: 0 0 47px 0 !important;
	}

	.whatsNew .row .col-3.mt-5.mb-5 .galleryImg.gallerycontainer {
		width: 100%;
		max-width: 100%;
	}

	.whatsNew .row .col-3.mt-5.mb-5 .galleryImg.gallerycontainer img {
		width: 100%;
	} */

}

@media only screen and (min-width:481px) and (max-width:640px) {
	.col-xl-2.col-sm-6.mb-4.mb-xl-0.single-footer-widget:nth-child(3) {
		display: none;
	}

	.form-wrap iframe {
		width: 100%;
	}

	.header_area .navbar {
		background: #ffffff;
	}

	.pageContentD section.contactSection .contactDetails {
		flex-direction: column;
	}

	.pageContentD section.contactSection .contactDetails {
		flex-direction: column;
		padding: 0 20px;
	}

	/* .whatsNew .row {
		flex-direction: column;
	}

	.whatsNew .row .col-3.mt-5.mb-5 {
		max-width: 100%;
		margin: 0 0 47px 0 !important;
	}

	.whatsNew .row .col-3.mt-5.mb-5 .galleryImg.gallerycontainer {
		width: 100%;
		max-width: 100%;
	}

	.whatsNew .row .col-3.mt-5.mb-5 .galleryImg.gallerycontainer img {
		width: 100%;
	} */
}

@media only screen and (max-width:480px) {
	.col-xl-2.col-sm-6.mb-4.mb-xl-0.single-footer-widget:nth-child(3) {
		display: none;
	}

	.form-wrap iframe {
		width: 100%;
	}

	.header_area .navbar {
		background: #ffffff;
	}

	.pageContentD section.contactSection .contactDetails {
		flex-direction: column;
	}

	.pageContentD section.contactSection .contactDetails {
		flex-direction: column;
		padding: 0 20px;
	}

	/* .whatsNew .row {
		flex-direction: column;
	}

	.whatsNew .row .col-3.mt-5.mb-5 {
		max-width: 100%;
		margin: 0 0 47px 0 !important;
	}

	.whatsNew .row .col-3.mt-5.mb-5 .galleryImg.gallerycontainer {
		width: 100%;
		max-width: 100%;
	}

	.whatsNew .row .col-3.mt-5.mb-5 .galleryImg.gallerycontainer img {
		width: 100%;
	} */


}

.address {
	font-weight: 300 !important;
	font-size: 15px;
	padding-top: 0;
	float: right;
	color: #000 !important;
	line-height: 20px;
	width: auto;
	justify-content: flex-start;
}


/*********************************************PE_MEDIA_QUERY_END*************************************************************/

.pageContentD section.contactSection {
	padding: 50px 0;
}


.header_area .navbar .nav .nav-item .nav-link.selected::after {
	width: 100%;
	background: #f5ca05;
}


.header_area .navbar .nav .nav-item .nav-link.selected {
	position: relative;
}

.header_area .navbar .nav .nav-item .nav-link.selected::after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background: #f5ca05;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.hero-banner::before {
    content: "";
    /* background: #0093ff4a; */
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 147, 255, 0.3);
}

.type_custom sup img {
	float: left;
	padding-right: 7px;
}

.type_custom sup {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 15px;
}

.bannerHome .owl-carousel .item {
	height: 800px;
	background: #fff;
	padding: 0;
	position: relative;
}

.bannerHome .btns {
	display: table;
	margin: 30px auto;
}

.bannerHome .customNextBtn,
.bannerHome .customPreviousBtn {
	float: right;
	background: #2d9070;
	color: #fff;
	padding: 10px;
	margin-left: 5px;
	cursor: pointer;
}

.bannerHome .owl-carousel .item:before {
	content: "";
	height: 100%;
	width: 100%;
	background: rgb(0 49 97 / 36%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.bannerHome .caption {
	padding: 0;
	margin: 0;
	width: 70%;
}


.bannerHome .banner_buttom {
	padding: 15px 15px;
	/* background: #fde428; */
	background: #7c1414;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin-top: 27px;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: color 1000ms;
	transition: color 1000ms;
	margin-right: 20px;
}


.bannerHome .banner_buttom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: #2098d1; */
	background: #ffffff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.bannerHome .banner_buttom:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


.bannerHome h1.banner_home_heading {
	font-size: 70px;
	text-align: left;
	color: #fde428;
	font-weight: 300;
	padding-bottom: 0;
	line-height: 90px;
	position: relative;
	text-shadow: -1px 1px #99a8b7;
}

.bannerHome h1.banner_home_heading span {
	display: block;
	font-weight: 700;
}

.bannerHome h1.banner_home_heading:before {
	content: "";
	width: 12px;
	height: 4px;
	background: #fde428;
	position: absolute;
	border-radius: 2px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	bottom: -15px;
}

.bannerHome h1.banner_home_heading::after {

	content: "";
	width: 65px;
	height: 4px;
	background: #fde428;
	position: absolute;
	margin-left: 20px;
	border-radius: 2px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	bottom: -15px;
}

.bannerHome .wrapper {
	width: 1350px;
	margin: 0px auto;
	position: relative;
}

.bannerHome .owl-carousel .item .captionBox {
	position: absolute;
	width: 100%;
	top: 240px;
	left: 0;
	right: 0;
}

.bannerHome .captionBox .caption p {
	font-size: 42px;
	color: #FFF;
	line-height: 30px;
	font-weight: 600;
	line-height: 35px;
	padding: 0 0px 0;
	line-height: 61px;
	margin: 0;
}

.bannerHome {
	position: relative;
}

.bannerHome .owl-dots {
	position: absolute;
	bottom: 110px;
	left: 80px;
}

.bannerHome .owl-dots .owl-dot span {
	border: 2px solid #ffffff !important;
	height: 13px;
	width: 13px;
	background: #ffffff;
}

.bannerHome .owl-dots .owl-dot.active span,
.bannerHome .owl-dots .owl-dots .owl-dot:hover span {
	background: #fff;
}

.blogdetails .blogimage img {
	transform: scale(1);
	transition: all ease 0.4s;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #fff;
}

.blogdetails:hover .blogimage img {
	transform: scale(1.1);
}

.blogdetails .blogDesc p, .blogdetails .blogDesc span{
	font-size: 13px;	
}
.blogSection{
border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-shadow: 1px 3px 6px 3px #1c1c1c0a;
}
.blogdetails .bottom-section {
	padding: 15px 15px;
  border-top: none;
  border-radius: 0 0 5px 5px;
  background: #fff;
}

.blogdetails .bottom-section h2{
font-size: 18px;
}
.blogdetails .blogimage {
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	width: 100%;
	height: 250px;
	/* border: 1px solid #f1f1f1; */
}

button.link-btn {
	background: no-repeat;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	position: relative;
}

.link-btn:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #0e5af2;
	transition: all ease 0.4s;
}

.link-btn:hover::before {
	width: 100%;
}

.blogdetails {
	margin-bottom: 30px;
}

.blogImages {
	height: 250px;
	width: 100%;
}

.blogImages img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.blogDetails {
	background: #fff;
}

.testimonialdetails {
	/* position: relative; */
	margin-bottom: 5rem;
}

.testimonialdetails img {
	border-radius: 50%;
}

.testimonialImg {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 200px;
	height: 200px;
}

.mt-100 {
	margin-top: 100px;
}

.pd-20 {
	padding: 20px;
}

.testimonialSection h5 {
	text-align: center;
}

.imgCls {
	/* display: flex;
    justify-content: center;
	align-items: center; */
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.testimonialImg img,
.imgCls img {
	/* width: 100%;
	height: 100%; */
	object-fit: fill;
}

.testimonialsImg img {
	width: 300px;
	height: 300px;
}

.topClass {
	/* background: aliceblue; */
	background: #fff;
	position: relative;
}

.owl-nav {
	text-align: center;
	margin-top: 20px;
}

.owl-prev,
.owl-next {
	font-size: 30px !important;
	color: #0072bc !important;
}

.accordionCls {
	width: 100%;
	background: #FFF;
	/* margin: 0 1rem; */
	margin: 12px 1rem;
	padding: 1rem;
	border-radius: 0.5rem;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.accordionCls .accordion-content {
	margin: 10px 0;
	border-radius: 5px;
	overflow: hidden;
	line-height: 2.2;
}

.accordionCls .accordion-content.is-open {
	padding-bottom: 10px;
}

.accordionCls .accordion-content header {
	display: flex;
	min-height: 50px;
	padding: 10px 15px;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	transition: all 0.2s linear;
	background: #7c1414;
}

.accordionCls .accordion-content.is-open header {
	min-height: 35px;
}

.accordionCls .accordion-content-title {
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
}

.accordionCls .accordion-content-description {
	height: 0;
	font-size: 13px;
	color: #000000;
	font-weight: 400;
	padding: 0 15px;
	background-color: #fff;
	border: 1px solid #ece6e6;
	border-radius: 0px 0px 5px 5px;
}

.accordionCls .accordion-content header i {
	color: #fff;
}

#teamDetails .imgCls {
	width: 100%;
	height: 250px;
	margin: 0 auto;
}

h5.teamMemberName {
	color: #403f3f;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	/* display: inline-block; */
}

#teamDetails .teamSection {
	font-family: 'Open Sans', sans-serif;
}

#teamDetails .teamSection p {
	color: #797979;
}

.astro_img_wrapper {
	position: relative;
}

.astro_img_wrapper li {
	background: #ee8722;
	border-top-right-radius: 8px;
}

.astro_img_wrapper li {
	float: left;
	width: 130px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	/* background: #00a651; */
	position: absolute;
	font-size: 18px;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.astro_img_wrapper li a,
.appoinmentBtn a {
	color: #ffffff;
}

.astro_team_main:hover .astro_img_wrapper li,
.appoinmentBtn:hover {
	background: #75429c;
}

.astro_team_main:hover h5 {
	color: #75429c;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/* .hs_title_img_overlay {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
} */

.hs_indx_title_main_wrapper {
	/* background: url(https://images.rawpixel.com/image_800/czNmcy1wcml2YXRlL3Jhd3BpeGVsX2ltYWdlcy93ZWJzaXRlX2NvbnRlbnQvbHIvcm0zMDktYWV3LTAxM18xXzEuanBn.jpg) 50% 0 repeat-y; */
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 200px;
	padding-bottom: 40px;
}

.profileInfo {
	position: relative;
	background: #f7f7f7b3;
	border-radius: 5px;
	box-shadow: 4px 2px 10px 9px #0000000a;
	border: 1px solid #ebe8e8;
}

.profileInfoImg {
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 225px;
	height: 225px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.profileInfoImg img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	border-radius: 50%;
}

.profileDetails {
	margin-bottom: 5rem;
}

.profileSection h5 {
	text-align: center;
}

.profileSection {
	padding-top: 165px;
}

.socialImages img {
	width: 30px;
	height: 30px;
}

.profileExtraDetails .nav-tabs .nav-link {
	border: none;
	border-bottom: 5px solid transparent;
}

.profileExtraDetails .nav-tabs .nav-link.active {
	border: none;
	border-bottom: 5px solid #2b8ce8;
}

.profileExtraDetails .nav-tabs .nav-link:hover {
	border: none;
	border-bottom: 5px solid #2b8ce8;
}

.profileExtraDetails .nav-tabs {
	border: none;
}

.profileExtraDetails .nav-tabs a {
	color: #696d72;
}

.profileExtraDetails .nav-tabs .nav-item {
	margin-right: 10px;
}

.profileExtraDetails {
	background: #f7f7f7b3;
	border-radius: 5px;
	box-shadow: 4px 2px 10px 9px #0000000a;
	border: 1px solid #ebe8e8;
	margin-top: 30px;
}

.pb-15 {
	padding-bottom: 15px;
}

.studentProfileCls {
	background: url(../images/ankstra_bg.jpg)50% 0 repeat-y;
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.profileExtraDetails .tab-content {
	padding: 15px;
	max-height: 350px;
	overflow: auto;
	margin: 15px;
}

.galleryVideo button {
	/* background: #1c0ab4; */
	background: #75429c;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 2px 7px;
	font-size: 14px;
}

.galleryVideo button:hover {
	background: #ee8722;
}

button.loginBtn {
	background: #ee8722;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 5px 12px;
}

button.loginBtn:hover {
	background: #75429c;
}

.galleryImgs .galleryImg img {
	width: 233px;
	height: 134px;
	transition: transform 0.3s ease;
}

.galleryImgs .galleryImg {
	position: relative;
	overflow: hidden;
	width: 225px;
	height: 135px;
}

.galleryImgs .galleryImg:hover img {
	transform: scale(1.1);
}

.d-flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.appoinmentBtn {
	float: right;
	padding: 0px 10px 0px 10px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	background: #ee8722;
	border-radius: 8px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-right: -50px;
}

/* this css only for custom links */
/* .header_area .navbar .nav li.nav-item.custom_link:hover .nav-link::after, .header_area .navbar .nav li.custom_link.nav-item .nav-link.selected::after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 0;
}  */

#teamDetails {
	padding: 0px 20px 0px 20px;
	width: 100%;
	margin: 0px;
}

.socialImages {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 20px 10px 10px 10px;
}

.teamMemberExpertise {
	color: #8b8b8b;
}

.blogCreatedDetails {
	display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  color: rgb(158 155 155) !important;
  line-height: 0;
  font-size: 15px;
}

.teamMemberName.memberName {
	display: inline-block;
}

#teamDetails .topClass {
	background: #fff;
	position: relative;
	border: 2px solid #e2dfd5;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	/* min-height: 390px; */
}

.header_area .menu_nav {
	width: 100%;
	align-items: center;
}

.noRecordsPresent {
	margin: 0 auto;
	text-align: center;
}

.noRecordsPresent img {
	max-width: 100%;
	width: 250px;
	height: 250px;
}

.noRecordsPresent h4 {
	color: #8a8686;
	font-family: 'Open Sans', sans-serif;
}

.noMediaPresent img {
	width: 150px;
	height: 150px;
}

.footer-social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 20px 10px 10px 10px;
}

.footer-social-icons img {
	width: 30px;
	height: 30px;
}

.header-social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0px 10px 0px 10px;
	/* margin-top: -25px; */
}

.header-social-icons img,
.quick-info-main li img {
	/* width: 22px; */
	height: 18px;
}

.hero-banner .container {
    position: relative;
    z-index: 2;
}

.accordion-desc p span{
	color: #676565!important;
}

.image-container img {
    object-fit: contain;
    width: 100%;
}

.image-container p {
    font-size: 16px;
    font-weight: bold;
    color: #292E31;
}

.withClientImg{
	border-bottom: 1px solid #ccc;
}

/* .footerDetails .sectionCls p{
	color: #fff!important;
} */

.emp-container img.teamMemberImage {
    float: left;
    margin-right: 20px;
    width: 120px;
	height: 120px;
    max-width: 100%;
    border-radius: 50%;
}

.emp-container .emp-data {
    width: 100%;
    clear: both;
    display: inline-block;
    margin-bottom: 50px;
}

.emp-container .emp_txt span {
    color: #BBBBBB;
}

.emp-container .emp_txt {
    margin-top: 30px;
}

.single-emp .emp-container .emp_txt {
    margin-top: 0px;
}

.single-emp .emp-container .emp_txt h3 {
    color: #292E31;
    font-size: 54px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.single-emp .emp-container .emp_txt span {
    font-size: 24px;
    font-weight: bold;
    color: #676565;
}

.single-emp .emp-container .emp_txt h3:before {
    content: "";
    width: 74px;
    height: 3px;
    background-color: #292e31;
    display: block;
    margin-left: 143px;
    margin-bottom: 10px;
}

.teamSingleDesc p{
	color: #676565;
	font-size: 18px;
}

.single-emp .emp-container {
    width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
}

.blog-border {
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    padding: 0px;
    margin: 20px 10px;
}

.blog-border .img-fluid {
    object-fit: cover;
    width: 100%;
    max-height: 300px;
}

.blog-border .bottom-section {
    padding: 40px 40px 25px 40px !important;
    min-height: 247px;
}

.firstBlog.blog-border .bottom-section {
    padding: 25px 50px !important;
}

.firstBlog.blog-border h4 {
    font-size: 36px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.firstBlog {
    background: #05466C;
}

.firstBlog .col-md-6 {
    padding: 0px;
}

.blog-border .date {
    font-size: 14px;
    color: #676565;
    margin-bottom: 20px;
}

.header_area .navbar .nav .nav-item.submenu:hover .fa-solid.fa-chevron-down{
	transform: rotate(180deg);	
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
		display: block!important;

	}
}

.secondaryMenuList{
	font-size: 14px;
}

.primaryMenuList{
	font-size: 16px;
}

@media (max-width: 991px) {
	.nav {
    	display: block !important;
	}
}

.stickyItems .float {
    position: fixed;
    width: 46px;
    height: 46px;
    right: 25px;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stickyItems.whatsapp .float {
    bottom: 80px;
    background-color: #25d366;
    color: #FFF;
}

.stickyItems.phone .float {
    bottom: 150px;
    background-color: #ffffff;
    color: #25d366;
}

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

.widget-title {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 28px;
	position: sticky;
    top: 0;
    background: #fff;
}

.widget-title:after {
    position: absolute;
    content: '';
    height: 4px;
    width: 60px;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    background: blue;
}

.news-widget-item:not(:last-child) {
    margin-bottom: 25px;
}
.news-widget-item {
    display: flex;
    align-items: center;
}

.news-widget-item img {
    margin-right: 30px;
	max-width: 100%;
    display: inline-block;
	width: 100px;
    height: 100px;
}

.news-widget-item h5 {
    font-weight: 700;
    line-height: 1.66;
    margin-bottom: 0;
}

.news-widget-item .date i {
    margin-right: 5px;
	color: #949494;
}

.news-widget-item .date {
    font-size: 14px;
}

.news-widget-item .date a {
    color: #949494;
}

.recentBlogsView .news-widget-wrap{
	max-height: 300px;
    overflow: auto;
}

.tema-social-icons{
	display: flex;
	flex-shrink: 0;
	gap: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tema-social-icons img{
	width: 25px;
	height: 25px;
	max-width: 100%;
	max-height: 100%;
}

.tema-social-icons img.whatsappImg{
	width: 30px;
    height: 30px;
}

.pageContentD section.cpc.contactSection {
    padding: 300px 0;
    background-image: url(http://cpc-analytics.com/home///images/site/CPC_Contact_Us.jpeg);
    background-position-x: center;
    background-position-y: left;
    background-size: cover;
    margin-top: 0px;
}

.cpc.contactSection .p-txt h1 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    font-weight: bold;
    line-height: 95px;
    margin-bottom: 0px;
}

.cpc.contactSection .connectWithUs a {
    font-size: 18px;
    display: inline-block;
	margin: 0px 7px;
	color: #BBBBBB;
	font-weight: lighter;
}

.cpc.contactSection .connectWithUs a:hover {
    text-decoration: underline;
}

.cpc.contactSection .connectWithUs i {
    font-size: 26px;
}

.cpc.contactSection .contactUs input[type=text], .cpc.contactSection .contactUs input[type=email], .cpc.contactSection .contactUs textarea {
    width: 100%;
    background: #02020273;
    border: 1px solid #bbb;
    padding: 7px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 4px;
	font-weight: lighter;
	font-size: larger;
}

.cpc.contactSection .contactUs button[type=submit] {
    background: transparent;
    color: #fff;
    padding: 12px 24px;
    border: 1px solid #bbb;
    border-radius: 5px;
    font-size: 13px;
    border-radius: 4px;
}

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

.cpc.contactSection .contactUs input.form-control{
	background: #02020273!important;
	color: #fff!important;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.slider-container {
	position: relative;
	width: 100%;
	/* margin: 0 auto; */
}

.slider-image,.slider-image img {
	/* display: none; */
	width: 100%;
	max-height: 60vh;
	height: 60vh;
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 12px 18px;
	border: none;
	outline: none;
	border-radius:50px;
}

.prev {
	left: 0;
}

.next {
	right: 0;
}

.blogdetails .categoryName{
	font-size: 16px;
    color: #676565;
    margin-bottom: 15px;
}

.faqdetails .fa-question-circle:before {
    color: #40a9b5;
	font-size: 35px;
}

.d-flex{
	display: flex;
}

.d-flex-item{
	display: flex;
	align-items: center;
}

.d-flex-content{
	display: flex;
	justify-content: center;
}

.d-flex-item-content{
	display: flex;
	justify-content: center;
	align-items: center;
}

.titleDescCls{
	padding-left: 15px;
}

.joinusSection .et_pb_title_container .entry-title{
	text-align: center;
}

.joinusSection .et_pb_text_inner p{
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 14px;
	line-height: 27.2px;
    font-weight: lighter;
	font-family: 'Open Sans';
	/* font-family: Open Sans, Arial, sans-serif; */
}

.joinusSection .et_pb_title_container h1.entry-title{
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
	font-size: 42px;
	font-family: 'Open Sans', sans-serif;
}

.joinUsForm-card{
	padding: 75px 50px;
}

.joinUsForm-card input, .joinUsForm-card textarea,.joinUsForm-card select{
	background-color: #eee;
	width: 100%;
    height: 50px;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
	appearance: none;
}

.joinusSection .footerSection {
    padding-top: 8%;
    padding-bottom: 8%;
    position: relative;
    background-position: 50%;
    background-size: cover;
    text-align: left;
    color: #fff;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, rgba(131, 0, 233, 0.75) 0%, rgba(131, 0, 233, 0.46) 100%), url(http://ankurpratishthan.org/wp-content/uploads/2021/03/46-1.jpg);
	animation-name: fadeInUp;
	animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
	opacity: 0;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.joinusSection .footerSection h2{
	color: #fff;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 58px;
    line-height: 1.2em;
}

.joinusSection .footerSection .footerImgSection{
    display: flex;
    flex-flow: row;
}

.joinusSection .footerSection .footerImgSection{
    position: relative;
    z-index: 3;
    width: 82%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.joinusSection .footerSection .footerImgSection .header-content-container{
    -webkit-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
	width: 100%;
}

.joinusSection .footerSection .footerImgSection .header-content-container .header-content{
	max-width: 800px;
	text-align: left;
    margin-left: 0;
	padding: 10px;
}

.joinusSection .footerSection .et_pb_fullwidth_header_overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}

.joinusSection .footerSection .et_pb_fullwidth_header_scroll {
    width: 100%;
    min-height: 30px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.joinusSection .joinLinkBtn a{
	color: #ffffff ;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif ;
    font-weight: normal ;
    background-color: #02d002;
	padding: 18px 30px;
    line-height: 1.7em ;
}

.joinusSection .footerButtonLinks{
	display: flex;
	align-items: center;
	gap: 20px;
	/* margin-left: 125px; */
	margin-top: 20px;
	width: 82%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.joinusSection .joinLinkBtn a.donateBtn{
	color: #353740;
	background-color: #ffffff;
}

.joinusSection  .cityDropDown:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #666;
    margin-top: -4px;
    pointer-events: none;
}

.joinUsForm-card textarea {
    min-height: 150px;
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
	.joinusSection .joinLinkBtn a {
		font-size: 16px;
		padding: 15px 25px;
	}
	.joinUsForm-card {
		padding: 75px 0px;
	}
	.joinusSection .footerSection h2{
        font-size: 36px;
    }
}

.navbar-social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0px 10px 0px 10px;
	flex-shrink: 0;
}

.navbar-social-icons img {
	width: 22px;
	height: 18px;
}

.quick-info-main-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    color: white;
    gap: 10px;
    font-size: 14px;
    align-items: center;
}

.footerStrip-social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 20px 10px 10px 10px;
}

.footerStrip-social-icons img {
	/* width: 30px; */
	height: 30px;
}

.joinUsForm-card.celebrateWithUsForm-card {
    padding: 25px 50px 75px;
}

/* Hide by default */
.quick-info {
    display: none;
}

/* Show on desktop */
@media (min-width: 1024px) {
    .quick-info.show-on-desktop {
        display: block;
    }
}

/* Show on tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .quick-info.show-on-tablet {
        display: block;
    }
}

/* Show on mobile */
@media (max-width: 767px) {
    .quick-info.show-on-mobile {
        display: block;
    }
}

p{
	margin-bottom: 0px;
}

.gap-5{
	gap: 5px;
}

.gap-10{
	gap: 10px;
}

.blogCreatedDetails span{
	font-size: 15px;
	color: rgb(158 155 155);
}

.carouselCls .testimonialdetails .col-md-4.testimonialsImg img{
	height: 100px;
}

.testimonialdetails .testiDesc{
	padding: 10px 0px;
}

.testimonialdetails .testiDesc p{
	color: #403f3f;
	font-size: 14px;
}
.carouselCls .owl-item {
    display: flex;
    align-items: stretch;
}

.carouselCls .carouselCss {
    /* height: 100%;  */
	flex: 1;
	/* background:#0072bc; */
}
.carouselCls .owl-stage {
    display: flex;
}

.team-main-container{
	background: rgba(5, 70, 108, 1);
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
	margin-top: 30px;
	padding: 60px 0px;
}

.team-main-container .categoryName h2{
	color: rgba(255, 255, 255, 1);
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
    font-size: 54px;
    line-height: 59.4px;
    font-weight: 700;
}

.team-main-container .categoryName h2::before {
    content: "";
    width: 74px;
    height: 3px;
    background-color: #fff;
    display: block;
}

.emp-container .emp_txt h3 {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.team-main-container .categoryTwo{
	padding: 60px 0px;
    margin-top: 30px;
}

@media only screen and (max-width: 1196px) {
    .team-main-container .categoryName h2{
        font-size: 32px !important;
    }
}

.quick-info .borderRight{
	color: #fff;
	font-size: 14px;
}
#subscribtionForm .form-label{
	color: #495057;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
	font-family: 'Open Sans';
}
.p-txt ul{
	list-style: circle;
	margin-left: 25px;
}
img.profile-img,.profile-initials {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    margin: 0px 4px 0px 4px;
}
.profile-name .text, .profile-name .fa {
    color: #fff;
}
.profile-name .fa {
	margin-left: 10px;
}

.logged-in-customer .dropdown-item{
	padding :0.1rem 0.5rem
}


.nav-pills .nav-link.active{
	color: #7c1414 !important;
    background-color: #ffffff;
}

