@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');

/* CSS Document */

body{
	color:#071730;	
	font-family: 'Poppins', sans-serif;  	
	font-size:16px;
	font-weight: 400;	
	letter-spacing:0.5px;
	line-height: 28px;
	
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	
	font-family: 'Montserrat', sans-serif;
	color: #000;	
}



.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:#00afe4;
	border-color:#00afe4;
	color:#fff;
	font-size:13px;
}

.al-btn{
	margin-top: -50px;
	margin-left: 40px;
	position: absolute;
	z-index: 1;
	padding: 3px 7px;
	font-size: 12px !important;
}

.btn.btn-primary:hover{	
	background:#00afe4;
	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{
	background: #0b2334;
	padding: 15px;
	color: #fff;
	text-align:center;
}
.footer-section p.copyrights{
  margin-bottom: 0px;
  font-size: 15px;
  opacity: 0.9;
  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: #113c5a;
	margin-left: 5px;
	line-height: 33px;
	margin-bottom: 0px;
}
.footer-section .social-links a:hover{
	background:#000;
	color:#fff;
}

.main-header{
	width:100%;
	border: 1px solid #e0e3e8;
	border: 1px solid transparent;
	background: #0d66bf;
	
	box-shadow: 1px 1px 4px rgba(0,0,0,0.15);
	z-index: 1000;
	position: absolute;	
	
}
.header-logo{
	float:left;
	padding: 10px;
}

.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: 20px;
	margin-bottom: 10px;
}

.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: 10px;
	margin-bottom:0px;

}

.header-menu li a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 15px;
	position: relative;
	margin: 0px 3px;
}

.header-menu li a:hover{
	background:#fff; 
	color:#000;
	border-radius:30px;
}
.header-menu ul li ul li a:hover{
	background:transparent;	
	color:#0d66bf;
	text-decoration:none;		
	border-radius:0px;
}
.header-menu li a:hover{
}



.header-menu li.current_page_item:nth-child(1) a{
	/*background:#00afe4;
	color:#fff;
	border-radius:30px;*/
}
.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: #113c5a;	
	padding: 20px 0px;
	position:relative;	
	background-size: cover;
	text-align:center;
}
.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: 20px;
	font-weight: normal;
}
.main-title-bg p{
	margin-top: 15px;
	color: #fff;
}
.mb-null{
	margin-bottom:0px;
}
.list-post{	
	background: #fff;
	padding:15px;
	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:#113c5a;
}
.list-post .post-title a{
	color:#113c5a;
}
.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: #113c5a;
	border-radius: 4px;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #113c5a;
	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: 45px;
  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 {
padding-left: 70px;
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{

}

.contact-us-bg h3{
	color: #113c5a;
	line-height: 1.5;
	font-size: 18px;
	margin: 10px 15px 15px 15px;
}
.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: 40px;
  background: #000;
  right: 0px;
}

.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{
	background: #fbac2c;  
	/*background: -webkit-linear-gradient(to top, #2e0a8a, #642bf9);
	background: linear-gradient(to top, #2e0a8a, #642bf9);*/
	padding:30px 0px 60px 0px;
	color:#fff;
	width: 100%;
	display: inline-block;
}

.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:#113c5a;
	 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:#113c5a;
	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: #113c5a;
	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:#113c5a;
}

.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:#113c5a;
}
.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:#113c5a;
}
.cnt-dts-info p .vm-btn{
	background: #113c5a;
	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: #113c5a;
    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: #113c5a;	
	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: 60px 0px 60px 0px;
	background:url(../img/bg-img.jpg) no-repeat;
	z-index:1;
	position:relative;
	background-size: cover;
}
.alter-page-bg::before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#113c5a;
	opacity:0.95;
	z-index:0;
	
}




	
.alter-page-content-area{
	margin-top:30px;
	width: 60%;
	margin: 0 auto;
/*	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: #113c5a;
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: #113c5a;
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: #113c5a;
	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: #113c5a;
}
.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: #113c5a;
	color: #fff;
	width: 50px;
	display: inline-block;
	padding: 5px;
	border-radius: 4px;	
}

.page-numbers li  a{
	background: #fff;
	border:1px solid #113c5a;
	color: #113c5a;
	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:#113c5a;
}


.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: #113c5a;
}
.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:#113c5a;
	font-weight:bold;
}

.text-primary{
	color:#113c5a !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:#113c5a;
	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: 60px;
	border: 1px solid rgba(0,0,0,0.2);
}

.page-section{
	width:100%;
	color: #5521c4;
}

.mt-lg{
	margin-top:60px;	
}

.review-bg .btn.btn-default{
	background:#fff;
	border:1px solid #fff;
	padding:10px 15px;
	color:#000;
}

.rating-review-bg h2{
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 26px;
}
.rating-review-bg h3{
	font-size:20px;
	font-weight:normal;
	color:#fff;
	margin-bottom: 5px;
	width: 100%;
	float: left;
}
.rating-review-bg h3 em{
	font-style:normal;
	font-size:15px;
}
.rating-icn{
	margin-top: 30px;
	margin-bottom: 30px;
}
.rating-icn i{
	color:#fff;
	font-size:25px;
}
.rating-icn i.active{
	color:#f78600;
}
.cancel-page{
	text-align: center;
	padding: 60px;
	min-height: 400px;
}
.cancel-page h2{
	color:#f78600;
}
.cancel-page  a{
	color: #000;
	text-decoration: underline;
}


.thankyou-page {
    text-align: center;
    padding: 60px;
    min-height: 400px;
    position: relative;
	background:url(../img/books-review-img.jpg);
	position:relative;
	z-index: 1;
}

.thankyou-page::before{
	content:"";
	z-index:0;
	background:#113c5a;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	opacity:0.9;
	z-index: -1;
}

.thankyou-page h2 {
    color: #fff;
}

.thankyou-page p{
    color: #03ff2d;
}

.thankyou-page a{
    color:yellow;
}



.quick-sale .woocommerce ul.products li{
	background:#fff;
	border-radius:4px;	
}

.quick-sale .woocommerce ul.products li h2{
	padding: 0.5rem 3rem !important;
	font-size: 15px;
	color: #777;
}

.quick-sale .woocommerce ul.products li.product .price {
    color: #17a8ec;
    display: block;
    font-weight: normal;
    margin-bottom: .5em;
    font-size: .857em;
    padding: 0.5rem 3rem !important;
    font-size: 16px;
}
.quick-sale .woocommerce ul.products li.product .button{
padding: 10px 15px;
font-size: 12px;
float: right;
margin: 10px;
background: #17a8ec;
color: #fff;
}
.brd-crb h1{
	margin-top: 10px;
	font-size: 26px;
	margin-bottom: 10px;
}
.brd-crb{
	margin-bottom:30px;
}

.cart-page .woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    background: #fff;
}

.cart-page .woocommerce table.cart img {
	width:100px;
}
.cart-page .cart_totals h2{
	font-size: 24px;
	color: #000;
	margin-bottom: 1.5rem;
}
.cart-page .woocommerce table.shop_table th {
	color:#000;
	font-weight: normal;
}
/*
.woocommerce .single-product div.product div.images{
	width:100%;	
}
.woocommerce .single-product div.product div.summary{
	width:100%;	
}
	*/
.mb-null{
	margin-bottom:0px;
}
.cart-page .woocommerce form.login, .woocommerce form.login,.woocommerce form.register{
	width: 500px;
    margin: 0 auto !important;
    background: #fff;
}
.woocommerce form.register{
	background: transparent;
}
.cart-page .woocommerce a.button,.act-bg .woocommerce a.button,.act-bg .woocommerce button.button,.cart-page .woocommerce button.button{
    background: #17a8ec;
    color: #fff;
    padding: 10px 10px;
    font-weight: normal;
	font-size:13px;
}
.cart-page .woocommerce form .form-row label.inline{
	width:100%;
	display:inline-block;
	margin-top:10px;
	
}
.act-bg{
	padding:30px 0px;
	display:inline-block;
	width:100%;
}
.act-bg .woocommerce-MyAccount-navigation{
width: 300px;
float: left;
background: #fff;
padding: 15px;
border-radius: 4px;
}
.act-bg .woocommerce-MyAccount-navigation ul{
margin: 0;
padding: 0;
list-style: none;
}
.act-bg .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link{
	padding: 5px 10px;
}
.act-bg .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a{	
	color: #555;
}
.act-bg .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a{
	color: #17a8ec;
}
.act-bg .woocommerce table.shop_table{
	background:#fff;
	font-size:14px;
}
.act-bg  .woocommerce-order-details__title,.act-bg .woocommerce-column__title{
	font-size: 18px;	
	margin-bottom: 1.5rem;
}
.woocommerce .woocommerce-customer-details address{
	background:#fff;
}
.mark, mark {
	border-radius: 4px;

padding: 5px 10px;
background: #ff0;
}

.act-bg .woocommerce-MyAccount-content{
width: calc(100% - 300px);
float: left;
padding: 0px 30px;
}
.act-bg .woocommerce-MyAccount-content address{
	padding:15px;
	background:#fff;
	border-radius:4px;
	
}
.act-bg .woocommerce-MyAccount-content .woocommerce-EditAccountForm{
	padding:15px;
	/*background:#fff;*/
	border-radius:4px;
}
.act-bg .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset{
	margin-top:30px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	padding:10px 15px;
	border:1px solid #ccc;
	border-radius:4px;
}
.act-bg.prd-ls-dts .woocommerce form.register,.act-bg.prd-ls-dts .woocommerce form.login{
	margin: 2em 0 !important;
}
.act-bg.prd-ls-dts .woocommerce form .form-row label.inline {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.act-bg.prd-ls-dts h2{
	font-size: 24px;
}
.woocommerce form .form-row label{
	font-weight:normal;
}

.cart-page .woocommerce{
	text-align:center;
}
.cart-page .woocommerce-form-login-toggle{
	text-align:left;
	}
.cart-page .woocommerce .cart_totals {
	text-align:left;
}
.cart-page .woocommerce .woocommerce-checkout{
	text-align:left;
}
.cart-page .woocommerce .col2-set .col-1{
	width:100%;
}
.cart-page .woocommerce .col2-set{
	width:50%;
	float:left;
}
.cart-page .woocommerce .woocommerce-checkout-review-order,.cart-page .woocommerce #order_review_heading{
	width:50%;
	float:left;
}

.cart-page  .woocommerce  .woocommerce-checkout #customer_details{
	padding-right: 60px;
}
.cart-page  .woocommerce  .woocommerce-checkout #billing_first_name_field{
	width:100%;
}

.cart-page .woocommerce .woocommerce-order{
	text-align:left;	
}
.cart-page .woocommerce .woocommerce-order .woocommerce-thankyou-order-received{
	font-size:24px;
	color:#3b9a00;
}
.cart-page .woocommerce .woocommerce-order .woocommerce-thankyou-order-details{
	padding: 15px;
	background: #fff;
	border-radius: 4px;
}

.woocommerce h2{
	font-size:24px;	
}

.cart-page .woocommerce #order_review_heading{
	margin-bottom:2rem;	
}
.cart-page .woocommerce-error,.cart-page .woocommerce-info{
	text-align:left;
}

.contact-us-bg{
	text-align: left;
	padding: 15px;
	display: inline-block;
	background: #f6f6f6;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.15);
	margin: 30px;
}

.contact-us-bg p:nth-child(1),.contact-us-bg p:nth-child(2),.contact-us-bg p:nth-child(3){
	width: 100%;
	float: left;
	padding: 0px 15px;
}

.contact-us-bg p:nth-child(4){
	width:100%;
	float:left;
	padding:0px 15px;
}

.contact-us-bg p:nth-child(5){
	float: left;
	padding: 0px 15px;
}

.contact-us-bg p:nth-child(6){
	float: left;
	padding: 0px 15px;	
}
.contact-us-bg .wpcf7-form-control{
	width:100%;
}

.contact-us-bg .wpcf7-form-control {
    width: 100%;
    border: 1px solid #d4d4d4;
    background: transparent;
    border-radius: 3px;
    margin-top: 5px;
	margin-bottom: 0px;
	padding:5px 10px;
	background:#fff;
	height: 35px;
}

.contact-us-bg .wpcf7-textarea{
	height: 70px;
}

.wpcf7-form label{
	font-size:14px;
	font-weight:normal;
}

.contact-us-bg .wpcf7-submit{
	width: auto;
	margin: 0 auto;
	background: #00afe4;
	border-color: #00afe4;
	padding: 2px 30px;
	color: #fff;
	text-transform: uppercase;
	border-radius:4px;
}

.contact-us-bg p{
	width:100%;
	display:inline-block;
	text-align: left !important;	
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block;
	width:100%;
}

.contact-us-bg h3 {
    color: #113c5a;
    line-height: 1.5;
    font-size: 18px;
    margin: 10px 15px 15px 15px;
}

div.wpcf7-response-output {
    margin: 0em 1px;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
}

div.wpcf7-response-output{
	    margin: 0em 1em;
}

.overview-bg .img{
	width: 60%;
}	


a.ss-button-facebook, a.ss-button-twitter, a.ss-button-linkedin, a.ss-button-pinterest, a.ss-button-xing, a.ss-button-reddit{
	font-family: "Ionicons";
	margin-right: 8px !important;
	background: transparent !important;
	border: 1px solid #fff !important;
	width: 30px !important;
	height: 30px !important;
	color:#fff !important;
	border-radius: 4px;
	font-size: 15px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
}
a.ss-button-facebook:before,a.ss-button-twitter:before,a.ss-button-linkedin:before{
display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

.ss-social-sharing a {
    text-indent: 1px !important;
}



a.ss-button-facebook:before  {
	content: "\f231";	
}

a.ss-button-twitter:before{
	content: "\f243";
}
a.ss-button-linkedin:before{
	content: "\f239";	
}

.custom-page{
	margin: 30px 0px;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container::after {
  border-left: 0px solid hsla(0,0%,7%,.3) !important;
}

.wp-block-woocommerce-checkout-order-summary-block{
	border: 1px solid #ddd;
    font-size: 16px;
}

.wp-block-woocommerce-cart-order-summary-block,.wc-block-cart-items wp-block-woocommerce-cart-line-items-block{
	border:1px solid #ddd;
}


.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th{
	border:1px solid #ddd !important;
}

.is-large.wc-block-cart .wc-block-cart-items th {  
  text-align:center;
  padding:0px;
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child { 
  text-align: center;
}

.is-large.wc-block-cart .wc-block-cart-items th {
  padding: .25rem 0px .25rem 0 !important;
}

.wc-block-cart__submit-button {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  background: #000;
  color: #fff;
}

