/*Google fonts*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap');

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'roboto', sans-serif;
	font-size: 24px;
	line-height: 1.73;
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;
}
p{}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
button:focus{
	outline: none;
}
.btn.focus, .btn:focus {
    outline: 0;
     box-shadow: none;
}
/* ****************** Default css end  ********************** */
/* Header Area */
.header-top-area{
	background: #1e212d;
	padding: 8px 0;
}
.top-nav-info span{
	font-size: 14px;
	color: #c4c4c4;
}
.top-nav-social{

}
.top-nav-social a{
	color: #fff;
	font-size: 14px;
	margin-left: 15px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 5px 7px;
	display: inline-block;
	width: 25px;
	height: 25px;
	transition: .3s;
	line-height: 16px;
}
.top-nav-social a:hover{
	background: #8D4B9C;
}
/* Menu Styling */
.menu-area{

}
.main-menu{

}
.main-menu ul{

}
.main-menu ul li{
	display: inline-block;
	margin: 0 10px;
}
.main-menu ul li a{
	text-decoration: none;
	color: #666;
	font-size: 18px;
	font-weight: 500;
	padding: 40px 10px;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	display: block;
	position: relative; 

}
.main-menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background: #8D4B9C;
    height: 4px;
    bottom: 0;
    left: 0;
    transition: .3s;
    transform: scale(0);
}
.main-menu ul li:hover a:before{
	transform: scale(1);
}
.main-menu ul li:hover a{
	color: #8D4B9C;
}
.main-menu ul li .active{
	color: #8D4B9C;
}
/***** Slider Area *****/
.single-slider-wrapper{

	position: relative;
}
.slider-text{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.slider-text h2{
	font-size: 56px;
	font-weight: 700;

}
.slider-text p{
	font-size: 30px;
	letter-spacing: 1.5px;
	margin-bottom: 35px;
}
.slider-text a{
	background: #844E9E;
	color: #fff;
	padding: 15px 40px;
	letter-spacing: 1.1;
	display: inline-block;
}
/* Owl corousel */
.slider-active{

}
.slider-img{
	position: relative;
}
.slider-img:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
}
.slider-active{
	
}
.slider-active .owl-nav button {
    position: absolute;
    top: 50%;
    font-size: 20px!important;
    background: #fff!important;
    color: #212121;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 23px;
    left: 30px;
    transition: .3s;
    transform: translateY(-50%);
    border: none!important;
    opacity: 0;
    visibility: hidden;
}
.slider-active .owl-nav button.owl-next{
	right: 0;
	left: auto;
	right: 30px;
}
.slider-active:hover .owl-nav button{
	opacity: 1;
	visibility: visible;
}
.slider-active .owl-dots{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}
.slider-active .owl-dot{
	width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 10px;
    background: #676464!important;
}
.slider-active .owl-dot.active{
	background: #93499B!important;
}
/*CTA Area*/
.cta-area{
	background: #93499B;
	padding-top: 30px;
	padding-bottom: 30px;
}
.cta-text p{
	color: #fff;
	font-weight: 500;
	margin: 0;
}
.cta-text span {
    font-size: 30px;
    width: 20px;
    height: 20px;
    border: 1px solid;
    padding: 0 10px;
    border-radius: 50%;
}
.cta-text > span.ex-style{
	margin-bottom: -15px!important;
}
.cta-button a{
	border: 2px solid #fff;
	padding: 8px 35px;
	color: #fff;
	font-size: 21px;
	display: inline-block;
}
/*Features Section*/
.features-section{
	padding: 100px 0;
}
.feature-single{

}
.feature-icon{

}
.feature-icon a{
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: inline-block;
	font-size: 30px;
	color: #5b5d60;
	text-decoration: none;
	line-height: 70px;
	position: relative;
	transition: .3s;
}
.feature-single:hover .feature-icon a{
	background: #844E9E;
	border-color: #844E9E;
	color: #fff;
}
.feature-icon a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 3px rgb(132, 78, 158);
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom: -3px;
    transform: rotate(44deg);
    opacity: 0;
    transition: .3s;

}
.feature-single:hover .feature-icon a:before{
	opacity: 1;
}

.feature-text{

}
.feature-text h4{
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 1;
}
.feature-text p{
	font-size: 15px;
	line-height: 22px;
}
/* About Us Section */
.about-section{
	padding: 110px 0;
}
.bg-overlay{
	position: relative;
}
.bg-overlay:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: 11;
}
.about-content{
	position: relative;
	z-index: 999;
}
.about-content h3{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.about-content p{
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	width: 60%;
}
.about-content a{
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	direction: inline-block;
	border: 1px solid #fff;
	font-weight: 500;
	line-height: 17px;
	margin-bottom: 10px;
}
/* Services section */
.services-section{
	padding: 80px 0;
}
.service-heading{
	width: 65%;
	margin: auto;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 60px;
}
.service-heading:before, .service-heading:after{
	content: "";
	position: absolute;
	width: 80PX;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: #dcd9d9;
}
.service-heading:after{
	width: 30px;
	background: #844E9E;
}
.service-heading h3{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #212121;
	margin-bottom: 20px;
}
.service-heading p{
	font-size: 18px;
	line-height: 29px;
	color: #898989;
	margin: 0;
}
.single-service{
	position: relative;
	overflow: hidden;
}
.service-content {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    padding: 30px;
    transition: 0.5s;
    transform: translateY(80%);
    padding-top: 6px;
    opacity: 0.9;
}
.single-service:hover .service-content{
	transform: translateY(0%);
	padding-top: 30px;
}
.service-img{
	position: relative;
}
.img-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #844E9E;
	opacity: 0.6;
}
/*.service-img:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;

}*/
.service-img img{
	width: 100%;
}
.service-title{
	margin-bottom: 15px;
}
.service-title i{
	font-size: 30px;
	color: #fff;
	margin-right: 10px;
}
.service-title h4{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	position: relative;
	top: -4px;
}
.service-content p{
	font-size: 14px;
	color: #fafafa;
	line-height: 25px;
	margin: 0;
}
.service-content a{
	font-size: 14px;
	text-decoration: none;
	line-height: 15px;
	color: #fff;

}
/*
.service-img:before{
	content: "";
	position: absolute;
	wodth: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	opacity: 0.8;
}
*/









/* Footer area */
.footer-area{
	background: #565656;
	line-height: 1;
	padding: 12px 0;
}
.footer-left{

}
.footer-left p{
	margin: 0!important;
	font-size: 15px;
	color: #D6D6D6;

}
.footer-menu a{
	margin: 0;
	font-size: 15px;
	color: #D6D6D6;
	margin-left: 15px;
	display: inline-block;
}
/*TDL Style*/
a.tdl-style {
    font-size: 14px;
    color: #8f8f8f;
}
