@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:wght@400;700&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

/* CSS Document */

body{
	color:#071730;	
		/*font-family: 'Roboto', sans-serif;
	
font-family: 'Poppins', sans-serif;	font-family: 'Lobster Two', cursive;  */

	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	font-weight: 400;	
	letter-spacing:0.5px;
	/*line-height: 28px;*/
	
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		/*font-family: 'Roboto', sans-serif;
	font-family: 'Poppins', sans-serif; 	font-family: 'Lobster Two', cursive;*/
	
		font-family: 'PT Sans', sans-serif;
	color: #000;	
}


.hero-banner{
	padding:0;
	position:relative;
	background:#fbac2c;	
}

.hero-banner  .hero-img-container{
	width: 50%;
	float:left;
	padding-top: 50px;
}
.hero-banner  .hero-img-container img{
	width:100%;
}

.custom-tab{
	padding:0;
}

.custom-tab-bg{
	position:relative;
}
.custom-tab{
	background: #fff;
	width: 500px;
	position: absolute;
	bottom: 20px;
	left: 15px;
	height: auto;
	border-radius: 4px;
	z-index: 3000;
}
.custom-tab .tab-content .list-view{
	height: 200px;
	overflow: auto;
}

.custom-tab .nav-tabs{
	background: #fff;
	border-bottom: 0px;
	border-left: 1px solid #fff;
	border-radius: 4px;
}

.custom-tab .nav-tabs .nav-link {
	border-radius: 0px;
	padding: 15px 30px 15px 30px;
	border: 0px;
	color: #071730;
	font-size: 16px;
	font-weight: normal;	
}
.custom-tab .nav-tabs .nav-link.active {
	background:#fff;
	color:#7623fb;
	font-weight:normal;
	position:relative;
}

.custom-tab .nav-tabs .nav-link.active::before{
	/*background: url('../img/mn-ds-line.png') no-repeat;*/
	width: 100%;
	height: 10px;
	left: 30px;
	top: 44px;
	z-index: 1;
	position: absolute;
	content: "";
	transition: all ease-in-out 0.5s;
	
}
.banner-section{
	position:relative;
	background:#fbac2c;
}

.list-view{
	margin: 20px 30px 0px 30px;
	padding: 0;
	list-style: none;
}
.list-view li{
	margin-bottom: 15px;
	position: relative;
	background: rgba(0,0,0,0.09);
	padding: 8px 10px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
}
.list-view li i{
font-size: 18px;
position: absolute;
left: 0px;
color:#666;
}


.wdt-full{
	width: 100%;
	display: inline-block;
}



.list-view li a{
	color:#071730;	
	text-decoration:none;
}
.list-view li a:hover{
	color:#8249fa;
}

.list-view li a.btn{
	font-weight:bold;
}

.list-view li a.btn.btn-primary{
	padding: 5px 20px;
	border-radius: 30px;
	min-width: 150px;
	text-align: left;
	margin-top: 10px;
	background:#8249fa;
	color:#fff;
	border: 1px solid #8249fa;
}
.list-view li a.btn.btn-primary:hover{
	background:#7442dd;
}

.icn,.sun-icn-list ul li::before{
	background:url('../img/sun-icon.png');
	width:20px;
	height:10px;
	float:right;
	margin-top: 5px;
}
.sun-icn-list ul li::before{
	left: 0;
	top: 4px;
	position: absolute;
	content: "";
	z-index: 1;
}

.btn.btn-primary{	
	background:#5b25cd;
	border-color:#5b25cd;
	color:#fff;
	font-size:13px;
}
.btn.btn-primary:hover{	
	background:#7442dd;
	color:#fff;
}

.border-dark {
	border-color: #e7e7e7 !important;
}

.spl-list-view{
	margin: 15px;
	background: #fff;
	padding: 30px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
}
.spl-list-view h3{
	font-size: 20px;
	margin-bottom: 15px;
}
.spl-list-view ul{
	list-style:none;
	position:relative;
}
.spl-list-view ul::before{
	position: absolute;
	left: 14px;
	width: 2px;
	height: 94%;
	z-index: 1;
	content: "";
	background: #2d7fe2;
	top: 10px;
	bottom: 0;
}
.spl-list-view ul li{
	margin-bottom:15px;
	position:relative;
}
.spl-list-view ul li::before{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: "";
	z-index: 1;
	left: -30px;
	top: 7px;
	background: #2d7fe2;
	position: absolute;
}
.tab-panel{
	padding: 30px;
}

.blue-panel-info{
	background: #2d7fe2;
	padding: 30px;
	color: #fff;
	border-radius: 4px;
	margin-bottom:3rem;
}

.blue-panel-info h3{
	font-size:20px;
	margin-bottom: 30px;
	color:#fff;
}
.blue-panel-info p{
	margin-bottom:30px;
}
.btn-light{
	font-size: 13px;
}

.white-panel-info{
border: 1px solid #e7e7e7;
padding: 30px;
border-radius: 4px;
margin-bottom: 60px;
min-height: 355px;
background: #fff;
}
.white-panel-info h3{
	font-size:20px;
	margin-bottom:60px;
}
.logo-slider-item {
   text-align: center;
}
.logo-slider-item  img{
width: 100px;
height: 100px;
}

.logo-slider-item h4{
	font-size:14px;
	font-weight:normal;
	color:#666;
}

.footer-section{
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;

}
.footer-section p.copyrights{
	margin: 0px;
	font-size: 13px;
	opacity: 0.8;
	padding: 10px;
	text-align: left;
}
.footer-section .social-links{
	text-align:center;
	display: inline-block;
}
.footer-section .social-links a{
	width: 30px;
	height: 30px;
	text-align: center;
	background: #fff;
	display: inline-block;
	font-size: 18px;
	border-radius: 50%;
	color: #5b25cd;
	margin-left: 5px;
	line-height: 33px;
	margin-bottom:10px;
}
.footer-section .social-links a:hover{
	background:#000;
	color:#fff;
}

.main-header{
	width:100%;	
	/*
	border: 1px solid #e0e3e8;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.15);
	*/
	z-index: 1000;
	position: relative;
	/*position: absolute;*/
	background:#fff;
}
.header-logo{
	float:left;
	padding: 10px;
}

.header-logo img {
    width: 130px;
}

.header-logo a{
	color:#071730;
}
.header-logo a span{
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-right: 10px;
}

.header-menu {
	float: right;
	margin-top: 48px;
	margin-bottom: 20px;
}

.header-menu ul {

    width: 100% !important;
    float: left;
    text-align: left;
    list-style: none;
	margin: 0 15px 0 0;
    padding: 0;

}

.header-menu li {    
   float: left;
width: auto;
padding-bottom: 0px;
margin-bottom: 0px;

}

.header-menu li a{
	color: #333;
	font-size: 14px;
	/*font-size: 14px;*/
	text-decoration: none;
	padding: 5px 15px;
	position: relative;
	margin: 0px 3px;
}

.header-menu li a:hover{
	background:#e252f1;
	color:#fff;
	border-radius:4px;
}
.header-menu ul li ul li a:hover{
	background:transparent;	
	color:#e23b98;
	text-decoration:none;		
	border-radius:0px;
}
.header-menu li a:hover{
}



.header-menu li.current_page_item a{
	background: #e252f1;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #e252f1;
}
.header-menu li.current_page_item ul li a {
	background:transparent;
	border-radius:0px;
}

.header-menu li  ul li a::before{
	background: url('../img/mn-ds-line.png') no-repeat;
	width: 0%;
	height: 10px;
	left: 15px;
	top: 44px;
	z-index: 1;
	position: absolute;
	content: "";
	transition: all ease-in-out 0.5s;
}

.header-menu li  ul li a:hover::before{
	width:80%;
}


.mn-hgt-cnt{	
	min-height: 480px;	
}

.facility-title-bg{
	background: #2d7fe2;
	padding: 60px 30px;	
	position:relative;
}
.facility-title-bg::before{
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
	background: url(../img/infrastructure-and-ecosystem-of-indian-solar-energy-harnessing-center.jpg);    
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-size: cover;
	background-position: bottom;
	opacity: 0.1;
}
.facility-title-bg h1{
	color: #fff;	
}
.facility-title-bg p{
	color: #c3deff;	
}

.facility-description{
	padding:2rem 2rem;
}
.facility-description .facility-single-item{
	margin-bottom:16px;
}

.facility-description .facility-single-item .icon-img{
	width:100%;
}
.facility-description .facility-single-item h4{
	font-size:16px;	
}
.facility-description .facility-single-item ul li{
	margin-bottom:0.5rem;	
}

.main-title-bg{
		background: #5b25cd;
	background:url('../img/pattern-bg.jpg') no-repeat;

	padding: 30px 30px;
	position:relative;	
	background-size: cover;
}
.custom-title-bg{
	padding:60px 0px;
	}
.custom-title-bg::before{
		content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
	background: url(../img/infrastructure-and-ecosystem-of-indian-solar-energy-harnessing-center.jpg);    
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-size: cover;
	background-position: bottom;
	opacity: 0.1;
}
/*.main-title-bg::before{
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
	background: url(../img/infrastructure-and-ecosystem-of-indian-solar-energy-harnessing-center.jpg);    
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-size: cover;
	background-position: bottom;
	opacity: 0.1;
}*/
.main-title-bg h1{
	color: #fff;
	font-size: 28px;	
}
.main-title-bg p{
	margin-top: 15px;
	color: #fff;
}
.mb-null{
	margin-bottom:0px;
}
.list-post{	
	background: #fff;
	padding:0px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);	
	margin-bottom: 30px;
	
}
.list-post .post-title{
	font-size: 18px;
	font-weight:normal;
	margin-top: 0px;	
	color:#5b25cd;
}
.list-post .post-title a{
	color:#5b25cd;
}
.list-post .post-description{
	font-size:14px;
}
.list-post .post-category{
	font-size: 13px;
	margin-right: 15px;
	color: #444;
}
.list-post .post-category a{
	color: #444;
	text-decoration:underline;
}
.list-post-bg{
	padding: 30px 0px;
	background: #f6f6f6;
/*	background: #e0e3e8;*/
}
.widget-bg{
	border-radius: 4px;
	padding: 15px;
	text-align: left;
	font-size: 15px;
	background: #e0e3e8;
}
.widget-bg .widget-title{
	font-size:16px;
}
.widget-bg ul{
	margin:0;
	padding:0;
	list-style:none;
}
.widget-bg ul li{
	margin-bottom: 10px;
	width: 100%;
}
.widget-bg ul li a{
	color:#666;
}
.widget-bg ul li:last-child{
	margin-bottom:0px;
}
.widget-bg input[type=text]{
	width: 100%;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 5px 15px;
	margin-bottom: 15px;
}
.widget-bg input[type="submit"]{
	background: #5b25cd;
	border-radius: 4px;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #5b25cd;
	font-size: 14px;	
}
.single-post-bg{
	padding:30px 0px;
	background: #fafafa;	
}
.comment-reply-title,#comments{
	font-size:18px;
}
.commentlist{
	list-style:none;
	margin:0;
	padding:0;
}
.commentlist li {
    background: #e0e3e8;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.comment-reply-link{	
	background: #2d7fe2;
	border-radius: 4px;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #2d7fe2;
	font-size: 14px;
}

.comment-body .comment-author .fn{
	font-size:13px;	
} 

.comment-meta.commentmetadata{
	font-size:13px;	
}


.comment-form-comment label{
	width:100%;
}
.comment-form-comment #comment{
	height: 150px;
	border: 1px solid #ccc;
}

.comment-form-comment .form-submit .submit{
	background: #2d7fe2;
	border-radius: 4px;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #2d7fe2;
	font-size: 13px;
}

.comment-respond{
	margin:30px 0px;	
}

.comment-form .form-submit .submit{
	background: #2d7fe2;
	border-radius: 4px;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #2d7fe2;
	font-size: 13px;
}

.post-description{	
	margin-top: 15px;
}
.fullpage-post-description{
	margin-bottom:60px;
	margin-top:30px;
	padding:0px 60px 0px 0px;
}
.fullpage-post-description h1,.fullpage-post-description h2,.fullpage-post-description h3,.fullpage-post-description h4,.fullpage-post-description h5,.fullpage-post-description h6{
	margin-top:2.5rem;
	line-height:1.2;
}


.tmm .tmm_member {
    margin-top: 30px;
    margin-bottom: 30px;
	background: transparent;
	border: 0px !important;
	box-shadow: 0px;
	text-align: left;
}

.tmm .tmm_member .tmm_photo{
	border-radius: 10px !important;
	border: none !important;
	margin-top:30px !important; 
}

.tmm .tmm_member{
	border-top:2px solid #2d7fe2 !important;
}

.tmm .tmm_member .tmm_photo{
	margin-top:0px !important;
}
.tmm .tmm_names {
    font-size: 16px !important;    
    line-height: 24px;
	min-height: auto;
}
.wpcf7-form{
	margin:0px 0px;
}
.wpcf7-form label{
	width:100%;
}

.wpcf7-submit{
	background: #fff;
	border-radius: 4px;
	padding: 5px 25px;
	color: #000;
	border: 1px solid #fff;
	font-size: 14px;
	cursor:pointer;
}
.contact-bg{
	background: #f6f6f6;
	padding:60px 0px;
}

.people-bg{
	background: #f6f6f6;
	padding: 60px 0px;
}
.hero-banner {
	padding-top:90px;
	display:inline-block;
	width:100%;
	height: auto;
}

.hero-banner .hero-banner-title{
	width: 50%;
	float: left;
}

.hero-banner .hero-banner-title h1{
	padding: 30px 0px 30px 0px;
}

.hero-banner .hero-banner-title h1 span{
display: inline-block;
color: #fff;
font-weight: bold;
font-size: 40px;
line-height: 1.5;

}

.hero-banner .hero-banner-title  h1 b{
font-weight: bold;
color:#fff;
font-size:50px;
}
.hero-banner .hero-banner-title .logo-lg{
width: 150px;
height: 150px;
margin-right: 15px;
margin-top: -10px;
}

.about-left{
	padding:0px 60px 0px 0px;
	margin-top:1.5rem;
}

ul li{
	margin-bottom:1rem;
}

.custom-title-bg h1{
	font-size: 24px;
}
.icon-box {
position: relative;
}
.icon-box i{
	font-size: 20px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: #fff;
	float: left;
	position: absolute;
	top: -8px;
	left: 35px;
	line-height: 50px;
}

.about-right{
	padding: 30px;
/*background: #f6f6f6;
color: #49688d;*/
border-radius: 4px;
margin-top:1.5rem;
margin-bottom:1.5rem;
}

.about-spl-box{
	background: #2d7fe2;
	padding: 30px;
	color: #fff;
	border-radius: 4px;
	margin-top:1.5rem;
}
.about-spl-box span{
    background: #fff;
    padding: 3px 15px;
    border-radius: 30px;
    margin-right: 15px;
    color: #666;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;    
    text-align: left;
}
.about-spl-box span:nth-chidl(4){
	margin-bottom:15px;
}
.about-spl-box span i{
	margin-right:5px;
	color:#2d7fe2;	
}
.hgt-txt{
margin-top: 30px;
color: #2d7fe2;
font-size: 32px;
}

.industry-bg{
font-size: 14px;
padding-top: 30px;
}

.industry-img{
width: 100px;
height: 100px;
}

.clb-bg{
	background: #e0e3e8;
	padding: 60px 0px 0px 0px;
}

.contact-us-bg{
	padding:60px 0px;
	background:url(../img/nature-img.jpg);
	background-size:cover;
	z-index:0;
	position:relative;
}
.contact-us-bg::before{
	position:absolute;
	left:0;
	right:0;
	width:100%;
	height:100%;
	z-index:0;
	content:"";
	background:rgba(0,0,0,0.7);
	    top: 0;
}
.contact-us-bg h3{
	color:#fff;
	line-height: 1.5;
}
.btn-lg{
	padding: 15px 40px;
font-size: 15px;
}

.about-main-bg{
	padding:30px 0px;
}
.research-project{
	/*background:#e0e3e8;*/
	padding:0px;	 
}
.research-project h2{
	font-size: 22px;	
}
.research-project h2,.research-project h3,.research-project h4,.research-project h5{
	margin-top:2rem;
}

.header-menu ul li ul{
	width: 300px !important;
	position: absolute;	
	border-radius: 4px;
	display: none;
	z-index: 50;
	top: 53px;
	background: #000;	
}

.header-menu ul li ul::before{
	width:0px;
	height:0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;  
	border-bottom: 10px solid black;
	left: 10px;
	top: 0px;	
	content:"";
	position:absolute;
	z-index:1;
}

.header-menu ul li:hover ul{
	display:block;
}
.header-menu ul li ul li{
	width: 100%;	
	margin-bottom: 0px;
	padding-bottom:0px;
}

.header-menu ul li ul li.current_page_item a{
	background:transparent;
	border-radius:0px;
	
}

.header-menu ul li ul li a{	
	color:#fff;
	padding: 15px 15px;
	display:inline-block;
	width:100%;	
	border-bottom:1px solid rgba(255,255,255,0.2);
}

.pd-null{
	padding:0;
}


.about-us-bg{
	padding: 30px;
	color: #fff;
	width: 100%;
	display: inline-block;
	margin: 40px 0px;	
	border-radius: 4px;
	/*position: relative;*/
}
.about-us-bg.ad-dts::before{
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #7c1646;
	position: absolute;
	border-radius: 4px;
	opacity: 0.95;	
}
.about-us-bg h2{
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 15px;	
	color: #f5a0fe;
	/*background: rgb(235,64,151); 
	background: -moz-linear-gradient(top, rgba(235,64,151,1) 0%, rgba(180,20,101,1) 100%);
	background: -webkit-linear-gradient(top, rgba(235,64,151,1) 0%,rgba(180,20,101,1) 100%);
	background: linear-gradient(to bottom, rgba(235,64,151,1) 0%,rgba(180,20,101,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4097', endColorstr='#b41465',GradientType=0 ); 
	background-clip: text;
	-webkit-text-fill-color: transparent;*/
}

.about-us-bg h3{
	font-size: 18px;
margin-top: 30px;
color: #fff;
}

.about-us-bg .tag{
	background: rgba(0,0,0,0.6);
color: #ff9bf8;
padding: 0px 15px;
border-radius: 30px;
float: left;
font-size: 13px;
margin-right: 5px;
margin-bottom: 10px;
margin-left: 10px;
}
.about-us-bg p{
color: rgba(255,255,255,0.95);

margin-bottom: 0px;
float: left;
width: 100%;
}
.main-title h2{
	font-size:28px;
	font-weight: bold;
}

.about-us-bg .main-title{
	margin-bottom: 30px;
	position: relative;
}

.about-us-bg .main-title h2{
	color: #fff;
}

.about-us-bg .main-title h2::before{
	position:absolute;
	content:"";
	z-index:1;
	/*background:url('../img/mn-ds-line.png') no-repeat;*/
	bottom: -35px;
	left: -1px;
	width: 100%;
	height: 30px;
}

.aboutus-list-bg{
	padding: 30px;
	display: inline-block;
	width: 100%;
	background: rgba(0,0,0,0.1);
	border-radius: 4px;
	margin-top: 20px;
}

.aboutus-list-bg ul{
	list-style:none;
}
.aboutus-list-bg ul li{
	position:relative;
}
.aboutus-list-bg ul li .icn{
	position: absolute;
	left: -35px;
	top: 5px;
}

.aboutus-list-bg ul li:last-child{
	margin-bottom:0px;
}

.features-bg{
	padding:60px 0px;
}

.features-grid-bg{
	background: #e9e9ea;
	padding: 15px 15px;
	float:left;		
	width: 100%;
	border-radius: 4px;
	margin-bottom: 30px;
}
.features-grid-bg em{
	color: #000;
	font-weight: bold;
	font-style: normal;
	float:left;
	width:100%;
}
.features-grid-bg h5{
	margin-top:20px;
	font-size:18px;
}

.features-grid-bg h3{
	font-size: 80px;
	font-family: 'Poppins', sans-serif;
	text-align:center;
	color: #652bfb;
	font-weight:lighter;
}
.features-grid-bg span{
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.features-grid-bg span.ds-line{
	width: 50px;
	height: 7px;
	margin-top: 0px;
	float: left;
}

.ds-line{
	/*background:url('../img/mn-ds-line.png');*/
	background-repeat:no-repeat;
}

.circle-icn-bg ul{
	list-style:none;	
	margin: 0;
	padding: 0;
}
.circle-icn-bg ul{
}
.circle-icn-bg ul li {
	position:relative;
	z-index:1;
	padding-left: 40px;
}

.circle-icn-bg ul li i{
	width: 25px;
	height: 25px;	
	text-align: center;
	font-size: 14px;
	background: #652bfb;
	color: #fff;
	position: absolute;
	left: 0;
	border-radius: 30px;
	line-height: 26px;
	top: 2px;
}

.features-bg .img-responsive{
	width:80%;
	border-radius:4px;	
}
.domain-area-bg{
	background: #f1e9ff;
	padding: 60px 0px;
	text-align: center;
}
.domain-area-bg h4{
	font-size:20px;
	color: #8249fa;
	margin-bottom: 30px;
	font-weight:bold;
}
.domain-area-bg h5{
	font-size:16px;
	color:#646575;
}

.sun-icn-list{
	background: #fff;
	border-radius: 4px;
	margin-bottom: 30px;
}
.sun-icn-list ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.sun-icn-list ul li{
	display:inline-block;
	width:auto;
	padding-left:30px;
	position:relative;
	color: #5a5f67;
}
.sun-icn-list ul li{
	margin:15px 15px 15px 0px;
}
.sun-icn-list ul li a{
	color:#8249fa;
}
.sun-icn-list ul li .icn{
	position: absolute;
	left: 5px;
	top: 4px;
}
.collabortates-logo{
	 padding:60px 30px;
	 background:#5b25cd;
	 color:#fff;
}

.collabortates-logo .logo{
	padding: 10px 30px;
	background: #fff;
	border-radius: 4px;
	width:350px;
	float: left;
	margin: 15px 15px 15px 0px;
}
.collabortates-logo .logo img{
    width: 75px;
    height: 75px;
    float: left;
}

.collabortates-logo .logo .dts{
	color: #000;
	float: left;	
	width: calc(100% - 90px);
	margin-left: 10px;
	margin-top: 5px;
}


.collabortates-logo .main-title h2{
	color:#fff;
	margin-bottom: 30px;
	}

.sponsors-logo{
	padding:60px 30px;
	color: #000;
	background: #fff;
}

.sponsors-logo .main-title h2{
	color: #000;
	margin-bottom: 30px;
}
 
.industry-logo{
	padding:60px 30px;
	background:#5b25cd;
	color:#fff;
}

.industry-logo .main-title h2{
	color:#fff;
	}
	
.industry-logo .logo{
	padding: 10px 20px;
	background: #fff;
	border-radius: 4px;
	width: auto;
	float: left;
	margin: 15px 15px 15px 0px;
}	
.industry-logo .logo img{
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 15px;
}
.industry-logo .logo p{
	color: #071730;
	width: calc(100% - 95px);
	float: left;
}

.contact-us-form{
	padding: 30px;
	background: #5b25cd;
	border-radius: 4px;
	color: #fff;
	margin:0px 15px;
	float: left;
}

.contact-us-form textarea.form-control{
	height:100px;
}


/* -- Team members  --*/

.tmm .tmm_member{
		background: #fff;
	border: 1px solid rgba(0,0,0,0.16) !important;
	border-radius: 4px;
}

.tmm .tmm_4_columns .tmm_member{
	width:calc(25% - 30px) !important;
	background: #fff;
	
	box-shadow: none;
	text-align: left;
	padding: 15px;
	box-shadow: none;
	border-radius: 4px;
	
	box-shadow: 1px 3px 3px rgba(0,0,0,0.12) !important;
}

#nav-people  .tmm .tmm_4_columns .tmm_member{
	min-height:480px;
}
.tmm .tmm_4_columns .tmm_member {
    margin: 10px 25px 15px 0px !important;
}

.tmm .tmm_member .tmm_textblock {
    padding: 0px 0px !important;
    text-align: left;
}

.tmm .tmm_4_columns .tmm_member .tmm_photo{
	width: 150px !important;
	height: 150px !important;
	/*margin-left: 0px !important;
	border-radius: 0px !important;*/
}

.tmm .tmm_4_columns .tmm_names{
	font-size:16px;
	color:#5b25cd;
}

.tmm .tmm_desc{
	padding: 0;
	margin-top: 19px;
	margin-bottom: 10px;
	font-size: 14px;
	margin: 0px !important;
	text-align:center !important;
}

.tmm .tmm_names{
	text-align:center;
}

.tmm .tmm_desc p{
	margin-bottom:0px;
}
.tmm .tmm_job {
    font-size: 14px;
	color:#000 !important;	
	line-height: 24px;
	margin-bottom: 5px;
	border-radius: 4px;
	text-align: center;
	min-height: auto;
}
.tmm .tmm_member .tmm_photo{
	box-shadow: none !important;
}

.tmm .tmm_desc p  a{
	color:#071730;
	
}
.tmm .tmm_desc p  a i{
	color:#5b25cd;
}
.cnt-dts-info{
	padding: 8px 8px;
	background: #f6f6f6;
	border-radius: 4px;
	margin-top: 10px;
	text-align: left;
}

.cnt-dts-info p{
	color:#071730;
}
.cnt-dts-info p i{
	font-size: 18px;
	margin-right: 10px;	
	color:#5b25cd;
}
.cnt-dts-info p .vm-btn{
	background: #5b25cd;
	padding: 0px 10px;
	border-radius: 30px;
	color: #fff !important;
	font-size: 12px;
}
.tmm .tmm_container{
	text-align:left !important;
}
.tmm .tmm_container:last-child{
	text-align:left !important;
}

.custom-nav .nav-tabs .nav-item.show .nav-link,.custom-nav .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #fff #fff #fff;
}


.custom-nav nav{
margin-top: 10px;
text-align: center;
}

.custom-nav .nav-tabs {
    border-bottom:0px solid #dee2e6;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.custom-nav .nav-tabs .nav-item.show .nav-link, .custom-nav .nav-tabs .nav-link.active {
    color: #5b25cd;
    background-color: #f9f9f9;
    border-color: #fff #fff #fff;
}

.custom-nav .nav-tabs .nav-link {
color:#fff;
display: inline-block;
width: auto;
padding: 10px 40px;
outline: 0px !important;
margin-right: 10px;
}

.pdb-null{
	padding-bottom: 0px; 
}


.widget-bg{

	background: #fff;
	padding: 15px 30px 20px 30px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;	
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	margin-top: 30px;

}

.widget-bg h2{
	font-size: 18px;
	color: #5b25cd;	
	padding: 10px 15px 10px 0px;
	border-radius: 4px;
	font-weight: bold;
	position:relative;
	margin-bottom: 15px;
	margin-top:0px !important;
}



.widget-bg .textwidget a{
	color: #071730;
	padding-left: 40px;
	font-size: 14px;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}

.widget-bg .textwidget a:last-child{
	margin-bottom:0px;
}

.alter-page-bg{
	padding:30px 0px 30px 0px;
	background:#f6f6f6;
	}
	
.alter-page-content-area{
	margin-top:30px;
/*	background: #fff;
	padding: 30px;
	border-radius: 4px;	
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	border:1px solid rgba(0,0,0,0.1);*/
}
.alter-page-content-area h1,.alter-page-content-area h2,.alter-page-content-area h3,.alter-page-content-area h4,.alter-page-content-area h5,.alter-page-content-area h6{
	margin-top: 30px;
	margin-bottom: 10px;
}

.widget-bg h2::before{
	width:100%;
	height:10px;
	position:absolute;
	z-index:1;
	content:"";
	left: 5px;
	bottom: -4px;
}
.widget-bg ul li a{
	position:relative;
	padding-left: 20px;
}
.widget-bg ul li a::before{
	position: absolute;
left: 0px;
top: 8px;
width: 10px;
height: 5px;
background: #5b25cd;
border-radius: 30px;
content: "";
z-index: 1;
	}

.widget-bg .screen-reader-text{
	display:none;
}

.widget-bg .textwidget a{
	position:relative;
}
.widget-bg .textwidget a::before{
position: absolute;
left: 15px;
top: 13px;
width: 10px;
height: 5px;
background: #5b25cd;
border-radius: 30px;
content: "";
z-index: 1;	
}

.widget-bg h2::before,.about-us-bg .main-title h2::before,.custom-tab .nav-tabs .nav-link.active::before,.ds-line{
	background: url('../img/mn-ds-line.png') no-repeat;
}

.mt-null{
	margin-top:0px !important;
}

.img-responsive{
	width:100%;
	border-radius:4px;
}

.people-dts{
	padding: 15px;
	background: #fff;
	border-radius: 4px;
	color: #5b25cd;
	margin-bottom: 15px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);	
	display: inline-block;
	width: 100%;
	min-height: 100px;
	text-align:center;
}

.people-dts h4{
	margin-top: 0px;
font-size: 15px;
font-weight: bold;
color: #5b25cd;
}
.people-dts p{
margin-bottom: 0px;
font-size: 14px;
color:#071730;
}

.custom-page-bg{
	background:#fafafa;
}

.pd-t-lg{
	padding-top: 60px;
}

.page-numbers {
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
	line-height: 20px;
	text-align:center;
	display:inline-block;
	width:100%;
	
}
.page-numbers li {
	display:inline-block;
	text-align:center;

}
.page-numbers li  span{
	background: #5b25cd;
	color: #fff;
	width: 50px;
	display: inline-block;
	padding: 5px;
	border-radius: 4px;	
}

.page-numbers li  a{
	background: #fff;
	border:1px solid #5b25cd;
	color: #5b25cd;
	width: 50px;
	display: inline-block;
	padding: 5px;
	border-radius: 4px;
}

.single-post-bg .alignright{
	text-align: right;
width: auto;
float: right;
padding: 10px 20px;
background: #000;
color: #fff;
border-radius: 4px;	
}
.single-post-bg .alignright a,.single-post-bg .alignleft a{
	color:#fff;
}

.single-post-bg .alignleft{
	text-align: right;
width: auto;
float: left;
padding: 10px 20px;
background: #000;
color: #fff;
border-radius: 4px;	
}

.contact-us-dts{
	padding: 30px;
	border-radius: 4px;
	background: #fff;
	display: inline-block;
	margin: 15px 30px 30px 15px;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.1);
	width: calc(100% - 30px);
	float: left;
}
.contact-us-dts span{

}
.contact-us-dts h5{
	color:#5b25cd;
}


.gallery{
	background:#e5e5e5;
	padding: 20px 30px 20px 30px;
	border-radius: 4px;
	margin-bottom:30px !important;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	margin-bottom:30px;
	display:inline-block;
	width:100%;
}

.gallery br{
	clear: none !important;
	float: left;
}

.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: left;
    width: auto !important;
    margin-right: 30px;
}

.gallery .gallery-item img{
	border: 2px solid #fff !important;
	border-radius: 4px;
	background: #fff;
}

.facility-page.alter-page-content-area  .list-post{
	width: calc(50% - 30px);
	float: left;
	margin: 0px 30px 30px 0px;
	height: 150px;
	overflow: hidden;	
}

.facility-page.alter-page-content-area  .list-post .post-description {
    font-size: 14px;    
    margin-bottom: 10px;
	margin-top: 0px;
}

.facility-page.alter-page-content-area .list-post .post-title{	
	font-size: 16px;
	line-height: 1.5;
	margin-bottom:5px;
}

.facility-page.alter-page-content-area .list-post img{
	width: 200px;
	height: 150px;
	float:left;
	border-radius:0px;	
}

.gallery-bg{
	background:#f9f9f9;
	padding:0px 0px;
}

.rl-basicgrid-gallery .rl-gallery-item{
	border:1px solid rgba(0,0,0,0.1);
	}
	
.tab-content{
	background: #fff;
	padding: 30px;
	border: 1px solid rgba(0,0,0,0.1);
	border-width:0px 1px 1px 1px;
}
.nav-link{
	padding:1rem 2rem;	
}

.people-bg .tab-content{
	padding:0px;
	background:transparent;
	border:0px;
}
.nav-tabs .nav-link{
	color:#071730;
	}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #5b25cd;
}
.people-dts img{
	width: 100px;
	height: 100px;
	float: none;
	margin-top: 0px;
	border-radius: 50%;
	border: 2px solid #ccc;
	margin-right: 15px;
	margin-bottom: 10px;
}
.people-dts h4,.people-dts p{
	/*width:calc(100% - 70px);*/
	width:100%;
	float:left;
}

.custom-tab .tab-content{
	padding:0;
}
.vd-sld-scrl{
	width:100%;
	height:300px;
	overflow:auto;
	background:#fff;
}
.vd-sld-box {
	background: #fff;
	color: #000;
	padding: 15px;
	display: inline-block;
	width: 100%;
	float:left;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

.vd-sld-box img{
	width: 100px;
	height: 50px;
	float:left;
}

.vd-sld-box .vd-sld-box-dts{
	width: calc(100% - 120px);
	float: left;
	margin-left: 20px;
	font-size: 16px;
}

.vd-sld-box .vd-sld-box-dts h4{
	font-size:15px;
}

.vd-sld-hd{
	background:#fff;
	padding:15px;
	color:#000;
	border-radius: 4px 4px 0px 0px;
}
.vd-sld-hd h4{
	font-size:16px;
	margin-bottom:0px;
	color:#7623fb;
}

.mt-lg-m{
	margin-top:60px;
}
.vd-sld-ani{
	width: 100%;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 30px;
	padding:15px;
	}
	
.vd-sld-ani img{
	height:250px;
}

.mt-null{
	margin-top:0px;
}	

.widget-bg ul li a.active{
	color:#5b25cd;
	font-weight:bold;
}

.text-primary{
	color:#5b25cd !important; 
}

.modal-header .close{
	float: right;
right: 20px;
position: absolute;
top: 15px;
}
.modal-title{
	width: 100%;
	display: inline-block;
	text-align: center;
	color:#000;
	font-size:20px;

}

.modal-header{
	background:#f6f6f6;
	color:#000;	
}

.modal-footer{
	background:#fff;
	color:#000;	
}
/*.hero-gallery-img {
	height:100vh;
}*/
.hero-gallery-img img{
	border-radius:4px;
}

.wht-box-bg{
width: 100%;
display: flex;
}
.wht-box-bg .content{
	width: calc(100% - 240px);
	float: left;
	margin-left: 25px;
	min-height: auto;
	margin-top: 15px;
	overflow: hidden;
	height: 110px;
}

.multiline-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 109.2px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wht-box-bg-adj {
	border: 1px solid rgba(0,0,0,0.2);
	background: #fff;
	color: #000;	
	width: 100%;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	margin-bottom: 15px;
}
.wht-box-bg-adj img{	
	width: 400px;
	float: right;
	height: auto;
	border-radius: 0px;
}

.wht-box-bg-adj .content {
	width: calc(100% - 520px);
	float: left;
	margin: 50px;
	min-height: auto;
	margin-bottom: 25px;
}
.wht-box-bg-adj .content h2{
    font-size: 20px;
	margin-top: 0px;
}
.wht-box-bg-adj .content h2 a{
	color:#5b25cd;
	line-height: 1.5;
}

.wht-box-bg-adj .post-description {
    margin-top: 15px;
}

.introcarousel-rgt-nav,.introcarousel-lft-nav{
    z-index: 2;
	cursor:pointer;
	font-size:30px;
	color:#fff;
    position: absolute;
    top: 50%;
	width:50px;
	height:50px;
	line-height:52px;
	border-radius:4px;
	text-align:center;
	transition:all 0.2s ease-in;
	border-radius:30px;
	background:#652bfb;
}
.introcarousel-lft-nav{
    left: 10px;	
	padding-left: 0px;
	
}
.introcarousel-rgt-nav{
	right: 10px;	
    z-index: 2;
	padding-left: 5px;	
}
.introcarousel-lft-nav:hover,.introcarousel-rgt-nav:hover{
	background-color:#fff;
	border-color:#fff;
	color:#652bfb;	
}
.gl-lft-nav{
	left:35px;
}
.gl-rgt-nav{
	right:35px;
}

.tabcontent-adj{	
	width: 100%;
	display: inline-block;
}
.humburger-menu{
position: absolute;
top: 20px;
font-size: 24px;
display:none;
right: 20px;
cursor:pointer;
}

.show-menu{
	display:block !important; 
	width: 350px;
	position: absolute;
	right: 0;
	background: #fff;
	padding: 15px;
	top: 20px;
	border:1px solid ;
	border-width:0px 1px 2px 1px;
	border-color:rgba(0,0,0,0.2);
	
}

.page-section{
	width:100%;
	color: #5521c4;
}



.mt-sm{
	margin-top:15px;
}

.sb-tt{
	margin-bottom: 30px;
	font-size:24px;
}
.vd-tt{
	font-size: 24px;
	position: relative;
	margin: 60px 0px 30px 0px;
	float: left;
	color:rgba(0,0,0,0.7);
	
	/*
	
	
	color: #fff;
	background: rgba(0,0,0,0.1);
	padding: 10px 30px;
	*/
}
.mt-null{
	margin-top:0px;
}
.vd-tt::before{
	/*position: absolute;
	left: 0;
	top: 0;
	background: #eb4097;
	width: 5px;
	height: 17px;
	content: "";
	z-index: 1;*/
}
.vd-dts{
	position:relative;
}
.vd-dts::before{
	position:absolute;
	content:"";	
	z-index:1;
	width:100%;
	height: 100%;
	background:#000;
	bottom:0px;		
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 46%, rgba(144,143,143,0.25) 70%, rgba(5,2,2,0.83) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 46%,rgba(144,143,143,0.25) 70%,rgba(5,2,2,0.83) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 46%,rgba(144,143,143,0.25) 70%,rgba(5,2,2,0.83) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d4050202',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
}

.vd-dts .dts{
	position: absolute;
	bottom: 10px;
	width: calc(100% - 30px);
	margin: 0px 15px;
	color: #fff;
	z-index: 1;
}
.vd-dts .dts h4{
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	line-height: 1.5;
}

.vd-dts .dts .play-btn{
	width:auto;
	padding:5px 20px;
	background:#f91e11;
	border-radius:4px;
	text-align:center;
	color:#fff;	
}
.vd-dts .dts .play-btn i{
	font-size: 20px;
	line-height: 25px;
}

.vd-dts .tb-img{
	width: auto;
	border-radius: 4px;
	height: 350px;
	border-radius:4px;
	background-position: center;
	background-size: cover;	
}

.vd-dts.vt-half .tb-img {
	height: 160px;
	margin-bottom: 30px;
	background-size: 100% 100% !important;
}

.vd-dts.vt-half:last-child .tb-img {
	margin-bottom:0px;
}

.vd-dts.vt-half::before {
	background: rgba(0,0,0,0.5) !important;
}
.icon-box {
    width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	
}
.icon-box .lft{
	width: 50px;
	float: left;
}
.icon-box .rgt{
	width: calc(100% - 50px);
	float: left;
	padding: 0px 15px;
}

.icon-box .rgt h4{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
}
.icon-box .rgt span{
	font-size:15px;
}
.icon-box .icon-img{
	float: left;
width: 45px;
}
.icon-box .dts{
	width: calc(100% - 80px);
	float: left;
	margin-left: 15px;
	margin-top: 0px;
}
.icon-box .dts h3{
	margin-top: 0px;
	font-size: 18px;
	color:#e23b98;
	font-weight: bold;
}
.icon-box .dts h3 b{
	color:#333;
	font-weight: normal;
	font-size: 18px;
}
.icon-box .dts h3 span{
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: normal;
	margin-top: 5px;
	color: #666;
}
.icon-box .dts p{
	font-size: 15px;
}

.video-listed-bg{
	margin-bottom: 0px;	
	width: 100%;
	float: left;
	
    background: #f5a0fe; /* Old browsers */
    background: -moz-linear-gradient(left, #f5a0fe 0%, #90f0ff 49%, #f59efd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f5a0fe 0%,#90f0ff 49%,#f59efd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f5a0fe 0%,#90f0ff 49%,#f59efd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a0fe', endColorstr='#f59efd',GradientType=1 ); /* IE6-9 */
	/*
	background: rgb(235,64,151); 
	background: -moz-linear-gradient(top, rgba(235,64,151,1) 0%, rgba(180,20,101,1) 100%);
	background: -webkit-linear-gradient(top, rgba(235,64,151,1) 0%,rgba(180,20,101,1) 100%);
	background: linear-gradient(to bottom, rgba(235,64,151,1) 0%,rgba(180,20,101,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4097', endColorstr='#b41465',GradientType=0 ); 
	*/
	/*
	background: rgb(255,105,179); 
	background: -moz-linear-gradient(top, rgba(255,105,179,1) 1%, rgba(234,32,140,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,105,179,1) 1%,rgba(234,32,140,1) 100%);
	background: linear-gradient(to bottom, rgba(255,105,179,1) 1%,rgba(234,32,140,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff69b3', endColorstr='#ea208c',GradientType=0 ); 
	*/
/*	z-index:1;*/
	
}
.video-review{
	width: 100%;
	float: left;
	margin:30px 0px 0px 0px;
	position: relative;
    z-index: 1;
}
.recent-video-list {
	margin-bottom:60px;
	position: relative;
    z-index: 1;
}



.home-slider{		
	width: 100%;
	min-height: auto;
	background-size: auto;
	margin-top: 0px;
	float: left;
	position:relative;
	z-index:-1;
}
.home-slider.hm-adj{	
	min-height:300px;	
}
.home-slider .hero-slider-img {
	width: 100%;
	margin: 0 auto;
	min-height: 230px;
	background-size: cover;	
	position: relative;
	border-radius: 0px;
	margin-bottom: 0px;
	float: left;
	padding: 40px 0px;
}

.home-slider .hero-slider-img::before{	
	/*background-image: url("../img/princess-ls-draw-img.png");
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 550px;
	content: "";
	z-index: 1;
	background-repeat: no-repeat;
	height: 100%;
	*/
	

}




.home-slider .hero-slider-img h4.main-tt{
position: absolute;
top: 40%;
left: 60px;
font-size: 24px;
color: #fff;
}
.home-slider .hero-slider-img.dark-bg{
	background: #00B4DB;  
	background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  
	background: linear-gradient(to right, #0083B0, #00B4DB); 
}


.home-slider .hero-content{
	float: left;
}
.home-slider .hero-content.full-width{
	width: 70%;
	padding: 30px 0px 0px;		
	text-align: left;
	color:#fff;
}
.home-slider .hero-content.full-width h2 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: normal;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
    line-height: 36px;
	color: rgba(255,255,255,0.8);
	
}


.home-slider .hero-content.lft{
	width: 50%;
	padding: 30px 30px 30px 30px;
	text-align: left;
	color: #fff;
	background: rgba(0,0,0,0.3);
	margin-top: 15%;
	border-radius: 4px;
	display:none;
}
.home-slider .hero-content.rgt{
	width: 40%;
	padding: 15px;
	text-align: right;	
}
.home-slider .hero-content.rgt .connect-box{
	background:#fff;
	padding: 30px;
	float:left;	
	width:100%;
}

.home-slider .hero-content span{
	font-size:35px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}
.home-slider .hero-content h2{	
	font-size: 45px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}
.home-slider .hero-content h4{	
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
.home-slider .hero-content h4 img{
	margin-right:10px;
	
}

.home-slider .hero-content p{	
	font-size: 30px;
	width: 100%;
	color: #fff;
	margin-top: 30px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}

.home-slider .hero-content h1{
	
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	background: -webkit-linear-gradient(#ff6e02, #ffff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	/*text-shadow: 5px 0px 0px rgba(0,0,0,0.1);*/
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
.home-slider .hero-content.full-width p{	
	color: rgba(255,255,255,0.8);
}
.modal-backdrop.show {
    opacity: 0.95;
}
.modal-backdrop{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9408e+0,921d58+100 */
	background: rgb(217,64,142); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(217,64,142,1) 0%, rgba(146,29,88,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(217,64,142,1) 0%,rgba(146,29,88,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(217,64,142,1) 0%,rgba(146,29,88,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9408e', endColorstr='#921d58',GradientType=0 ); /* IE6-9 */
}

.alter-modal .modal-content{
	background:transparent;
	border:0px;
}

.alter-modal .modal-header{
	background:transparent;
	border:0px;
}

.alter-modal .modal-header .modal-title{
	color: #fff;
	font-size: 20px;
}

.alter-modal .modal-header .close {
    float: right;
    right: 20px;
    position: absolute;
    top: 45px;
    background: #000;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 10px;
}

.alter-modal .modal-dialog{
	margin-top:5%;
}

.footer-section{
	width:100%;
	float:left;
}

.vd-all .vd-dts{
	margin-bottom:30px;
}

.mn-tt{
	margin-top: 15px;
	margin-left: 20px;
	font-weight: normal;
	font-size: 50px;	
	color: #f5a0fe;

	/*margin-top: 25px;
	margin-left: 25px;
	font-weight: bold;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background: -webkit-linear-gradient(#eb4097, #7f0a46);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 5px 0px 0px rgba(0,0,0,0.1);
	background: -webkit-linear-gradient(#ff6e02, #ffff00);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	*/
}

.header-logo a{
	float:left;
}

.header-logo .mn-tt{
	float:left;
	color: #f5a0fe;
}

.list-box{
	
    float: left !important;
    width: 200px;
	color: #fff;
	}
	
.alter-about-us{
	
	
	
	/*	
	padding: 0px;
	color: #333;
	*/
}

.alter-about-us h2 {
    color: #030303;
}
.alter-about-us p {
   color: #444;	
}

.vd-sel-btn{
	width: 200px;
float: left;
margin-left: 20px;
margin-top: -7px;
}
.vt-list{
	display:block;
}

.about-dts{
	width:100%;
	float:left;
}

.about-dts .lft{
	width: 200px;
	height: auto;
	float: left;
}
.about-dts .lft img{

	width: 100%;
	/*border: 5px solid #eb4097;*/
}

.about-dts .rgt{
	width: calc(100% - 250px);
	float: left;
	padding: 0px 40px;
	/*width:calc(100% - 160px);
	float:left;
	padding: 30px;
	*/
	margin-top: 0px;
}

.ls-facts-bg{
	width:100%;
	float:left;
}
.ls-facts-dts{
	margin-bottom:30px;
}

.img-box{
	width: 100%;
	float: left;
	margin: 30px 0px;
	
}

.img-box h4{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}

.img-box.align-top{
	margin-top:60px;	
}
.img-box .brand-logo{
	width: 120px;
}

.welcome-mn-tt p{
	font-size:16px;
	font-weight:normal;
}
.welcome-mn-tt h1{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #f5a0fe;
	float: left;	
}

.recent-video{	
	float: left;
	width: 100%;	
}
.column_1 .vd-dts .tb-img {
background-size: 120% 140%;
background-position: left;
}
.column_2 .vd-dts .tb-img {
background-size: 250% 140%;
}
.vd-ls-bg{
	width:100%;
	float:left;	
	margin-bottom: 40px;
	position:relative;
	z-index:1;
}
.vd-ls-bg .vd-img{
	float:left;
	width: 160px !important;
	height: 90px;
	border-radius:4px;
}

.vd-ls-bg .dts{
	margin-left: 25px;
	float: left;
	width: calc(100% - 248px);
}
.vd-ls-bg .dts h4{
	font-size: 15px;
font-weight: normal;
color: rgba(0,0,0,0.75);
margin-bottom: 15px;
}


.vd-ls-bg .dts .play-btn{	
	text-align: center;
	color: #333;
	border-radius: 4px;
	float: left;
	background: #fff;
	border: 1px solid #eee;
	padding: 0px 10px;
	margin-right: 15px;
	line-height: 24px;
}
.vd-ls-bg .dts .play-btn i{
	font-size: 13px;
	float: left;
}

.vd-ls-bg .dts .play-btn span{ 
	font-size: 14px;
	margin-left: 10px;
	float: left;
}


.vd-ls-bg .dts .youtube-btn{	
	text-align: center;
	color: rgba(0,0,0,0.75);
	border-radius: 4px;
	float: left;
	padding: 0px 10px;
}
.vd-ls-bg .dts .youtube-btn i{
	font-size: 20px;
	float: left;
}

.vd-ls-bg .dts .youtube-btn span{ 
	font-size: 14px;
	margin-left: 10px;
	float: left;
	margin-top:4px;
}

.sb-btn {
    padding: 10px 30px;
    color: #fff;
    /*background: red;*/
    float: right;
    margin-top: 0px;
	border-radius:4px;
	background: rgb(235,64,151); 
	background: -moz-linear-gradient(top, rgba(235,64,151,1) 0%, rgba(180,20,101,1) 100%);
	background: -webkit-linear-gradient(top, rgba(235,64,151,1) 0%,rgba(180,20,101,1) 100%);
	background: linear-gradient(to bottom, rgba(235,64,151,1) 0%,rgba(180,20,101,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4097', endColorstr='#b41465',GradientType=0 ); 
}
.sb-btn:hover{
	background:#fff;
	border:1px solid #f5a0fe;
	color:#f5a0fe;
	text-decoration:none;
}

.slider-video{
	position:relative;
}

.slider-video .hero-nav .lft{
	position: absolute;
	top: 37%;
	left: -60px;
	font-size: 35px;
	color: #fff;
	z-index: 1;
}

.slider-video .hero-nav .rgt{
	position: absolute;
	top: 37%;
	right: 0px;
	font-size: 35px;
	color: #fff;
	z-index: 1;
}

.btn-nav{
	margin: 0px 0px 30px 0px;
	width: 100%;
	float: left;
}
.btn-nav .btn-primary{
	float: left;
	background: #fff;
	border-color: #fff;
	font-size: 15px;
	color:#333;
}
.btn-nav .btn-primary:hover{
	background:transparent;
}
.btn-nav .btn-danger{
	float: right;
	background: #e252f1;
    border-color: #e252f1;
	/*background: red;
	border-color: red;*/
	font-size: 15px;
}
.btn-nav .btn-danger:hover{
	background:transparent;
	border-color:#fff;
}

.header-menu li:nth-child(2).current-menu-item a{
	color: #333;

	background:transparent;
	border-color:#fff;
}

.vd-dts .dts .youtube-btn{
	background: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	margin-left: 10px;
	font-size: 14px;
	color:red;
}

.vd-dts .dts .youtube-btn i{
	margin-right:10px;
	font-size:18px;
}
.particle-bg{
	position:relative;
}
#particles-js{
	position: absolute;
	top: 0;
	width: 100%;
z-index: 0;
	height:auto;
}

#particles-js canvas{
	height:1000px !important;
}