/*
Theme Name:   enlighten child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     enlighten
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  enlighten-child
*/

/* Write here your own personal stylesheet */
#header_slider_wrap .bx-wrapper .bx-viewport li:after {
  
    background: rgb(0 0 0 / 0%);
}
body{font-size:16px; color:#101010}
h1, h2, h3, h4, h5, h6 {color:#BB5D03;}
.main-navigation a {text-transform:capitalize; font-size:17px;}
.main-navigation li:hover > a, .main-navigation li.focus > a {opacity:1; color:#000;}

a {  color: #2D7FC7;}
table th { background: #d5f4ff;}
table tbody tr:nth-of-type(odd) {background-color: rgba(0,0,0,.05);}
.header-banner-container:after {background-image:url(img/title-bg.jpg); 
    background-color:#5e5f61 ;
background-blend-mode: overlay;
    background-position: 100% 80%;
    background-size: cover;}
.social_htext_wrap:after {background:#11213b !important;}

/****** Footer *******/
.widget ul li {border-bottom:none;}
.widget ul li:after {content:""}
.site-footer {
    background-color:rgb(0 2 4 / 75%);
    background-image: url("../../uploads/2021/07/SwitchYard-NigrieSuperThermalPowerPlant.jpg");
    background-blend-mode: overlay;
    background-position: 100% 80%;
    background-size: cover;
}
.widget ul {margin:0px}
	.widget ul li a {
		color: #ffffff;
		padding: 3px 0;
		font-size: 15px;
	}
.widget ul li a:hover{color:#fff !important;}
.site-footer .footer_area .widget-title {color:#fff; font-size:17px;}
.site-footer .footer_area h2.widget-title:after {border-bottom: 1px solid;  width: 220px;}
.site-info {background: #212121;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

/****** Footer *******/

.site-content {padding-bottom:0px;padding-top:0px !important;}
header.site-header {    border-top: 3px solid #de503b   }
.social_htext_wrap:before,
.social_htext_wrap .header_text, .social_htext_wrap .header_social_link
{background: #11213b;}
.social_htext_wrap .header_text:before {border-top-color: #11213b;}
.sf-arrows .sf-with-ul{padding-right:2em;}
.main-navigation ul > li > a {padding: 5px 20px; font-size:17px;}
.main-navigation ul ul.sub-menu > li > a {padding:10px; font-size: 14px; }
.slider_title {display:none !important;}

.ak-container-no #primary {padding:0px;}


/******** tabbing  ********/
#home-tab .elementor-widget-tabs  {z-index:9;}
#home-tab .elementor-tabs .elementor-tab-title {background:#fff; color:#000;}
#home-tab .elementor-tabs .elementor-tab-title:before
{
    position: absolute;
    left: -30px;
    top: 0;
    content: "";
    display: block;
    height: 130px !important;
    width: 130px !important;
    background: #ffffff;
    transform: rotate( 30deg );
    z-index: -1;
}
#home-tab .elementor-tabs .elementor-tab-title:after {  
	position: absolute;
    right: -30px;
    top: 0;
    content: "";
    display: block;
    height: 130px !important;
    width: 130px !important;
    background: #ffffff;
    transform: rotate( -30deg );   
	z-index: -1;
}
#home-tab .elementor-tabs .elementor-tab-title.elementor-active:after {left:auto !important;}
#home-tab .elementor-tabs .elementor-tab-title.elementor-active:before,
#home-tab .elementor-tabs .elementor-tab-title.elementor-active:after  {background:#11213b;}
#home-tab .elementor-tabs .elementor-tab-title.elementor-active {  z-index: 99;border-top: 5px solid  #fe902b!important; background: #11213b; color: #fff; }
/*******************/

/* .elementor-tabs .elementor-tab-title:after {  

  
    height: 130px !important;
    width: 130px !important;
    background: #700303;
  

} */
.v-tab .elementor-tabs{    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5f4ff), color-stop(100%,#d5f4ff));}
.v-tab .elementor-tabs:last-child { border-bottom:  1px solid  #a59586!important; }
.v-tab .elementor-tab-title {border: 1px solid  #a59586!important; border-right: none!important;border-bottom: none!important;}

/* .tabs-content-wrapper {    border: 1px solid #a59586!important;} */
/*****Pop Up *****/
.popup p{ font-size:14px; color:#000; padding:5px 0px; text-align:justify;}
#dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	
	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background:#000; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 

	/* hide it by default */
	display:none;
}


#dialog-box {
		/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
	/* css3 border radius */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	background:#eee;
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	width:980px; 
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 

	/* hide it by default */
	display:none;
}

#dialog-box .dialog-content {
	/* style the content */
	text-align:left; 
	padding:3px; 
	margin:0px;
	color:#666; 
	font-family:arial;
	font-size:11px; 
}

a.button {
	/* styles for button */
	margin:10px auto 0 auto;
	text-align:center;
	background-color: #e33100;
	display: block;
	width:50px;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	
	/* css3 implementation :) */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	
}

a.button:hover {	background-color: #c33100;	}
#dialog-box .dialog-content p {	 margin:0;}
#dialog-box .dialog-content ul {margin:10px 0 10px 20px; padding:0; height:450px;}


[id^='AnythingPopup_BoxContainerFooter'] {background: #000;}
@media (max-width: 600px) {
	.header_info_wrap {display:none;}
	#dialog-box {width:100% !important; left:0 !important;}
}
