/*
Theme Name:  Star Craft
Theme URI: https://altoidtech.co.ke/
Author: Altoid Technologies
Author URI: https://www.altoidtech.co.ke/
Description: Wordpress Theme built for    Star Craft Website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dw
Tags: Pelican Signs
Copyright: (c)  Pelican Signs 2024.
*/
/* Below you can write your custom style */
/*slider */
/*colors 
#2d3f8b - blue
red - #c6202a
end Color*/
.cta_wrap {
	
       padding: 25px 30px;
    transition: opacity .4s;
    width: 280px;
    bottom: 40px;
    left: 40px;
    right: auto;
    box-shadow: 0 4px 10px 0 rgb(46 58 70 / 35%);
    background-color: #ffffff;
    color: #ed1b24;
    position: fixed;
    z-index: 9;
	
}

.dark_bg{
    background: #2b57a31a;

}
.sticky-top {
    width: 100% !important;
    background: #fff;

}
 .topbar{
    padding: 5px 0px;

}
.topbar a{

}
 .top_call{

}
.top_call a{
font-size: 14px;
    text-decoration: none;
    font-weight: normal;
color: #fff;
	    margin-right: 20px;
}

.topbar span {
    margin-top: 10px;
    display: block;
    margin-right: -26px;
}
body,html{  font-family: "Poppins", sans-serif !important;

	font-weight: 400;
    font-style: normal;
        color: #000;
    font-size: 15px;
     line-height: 1.6 !important;
	overflow-x:hidden;
}
html {
  scroll-behavior: smooth;
	color:#000;
}
body {
 	color:#000;
}
.force_fontbody,p,.elementor-text-editor{
font-family: "Poppins", sans-serif !important;
	
}
h1,h2,h3,h4,h5,h6{
font-family: "Poppins", sans-serif !important;
}
 .gray_bg{
    background-color: #08064E14;
}
.navbar-brand{
	text-transform:uppercase;
}
.top_h {
    font-weight: 500;
    font-style: normal;
        color: #ed1b24;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 22px;
}

.navbar-brand span{
	display:block;
}

.bot_call ul li{
	display: inline !important;
    list-style-type: none !important;
    margin-right: 3px;
}

@media (min-width: 992px){
	.dropdown-menu  li .nav-link{
text-align: left !important;
    font-size: 16px !important;
      padding: 1px 8px !important;
    font-weight: normal !important;;
		    text-transform: capitalize !important;
	}
	.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
   
  color: orange !important;
    text-decoration: none;
    background-color: transparent;
 
}
	
.navbar-expand-lg .navbar-nav .nav-link{
    margin-right: 6px !important;
}
.navbar-expand-lg .navbar-nav .nav-link { 
text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    padding: 3px 0px 3px 6px;
    transition: .3s;
    line-height: 35px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
	
	}  


	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0a0a0a;
   
   
}
	.navbar-light .nav-item {
    margin-left: 10px;
}
}

.blue_bg  {
        background: #8abf11;
}
.section_padding {
     padding: 8rem 0  !important;
}


.common_h .elementor-heading-title, .main_t  h2,.main_t  h3{
  text-transform: capitalize;
    font-style: normal;
    color: #161055;
    font-size: 30px;
    font-weight: 900 !important;
    line-height: 1;
    font-family: "Poppins", sans-serif !important;

}
.common_h_sub .elementor-heading-title {
      font-weight: 700 !important;
    font-style: normal;
    color: #747579 !important;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 1px;
font-family: 'Noto Serif', serif !important;
    margin-bottom: 12px;
}



@media (min-width: 992px){
	.dropdown-menu {
       min-width: 15rem;
	
	}

	#mainNav.navbar-shrink {
    position: fixed !important;
    top: 0px;
    width: 100%;
    /* background: blue!important; */
    z-index: 99999 !important;
    transition-duration: 0.4s;
    border-bottom: 0px !important;
  
}
.navbar-shrink .logo {
        height: 50px !important;
    }
	#mainNav.navbar {
width: 100%;
            background: #fbf7f7;
    padding: 0rem 1rem 0;
		position: fixed   !important;
        top: 0;
        z-index: 1020;
               background: #00000054 !important;
}
	.home #mainNav.navbar-shrink {
    top: 0px !important;
    background: #fff !important;
}
		    
}
	
	.sub_menuz .nav-link{
    text-align: left !important;
    padding: 5px 27px !important;
    font-size: 16px !important;
    line-height: 30px !important;

    color: white !important;

	}
	
.navbar-expand-lg .navbar-nav .dropdown-menu {
     position: absolute;
    background: #212529e0;
    color: white;
    border-radius: 0px;
    border: 0px !important;
}



	
	/* dropdown */
	
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #d5d009 !important;
    background-color: transparent !important;

}
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{     
     border: 0px !important; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */

    
.go_top .fas {
	cursor: pointer;
 position: fixed;
    right: 26px;
    font-size: 49px;
    color: white;
    background: #465fcd;
    padding: 2px 11px;
    bottom: 49px;
    border-radius: 50%;
    box-shadow: 0 6px 50px 8px rgb(21 131 233 / 15%);
   
}

.futa_pri a {
      color: #888888 !important;
 
}.moto-text_system_7 {
      margin-bottom: 30px;
}
.navbar-light .navbar-toggler {
    display: none !important;
}
.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger {
    font-size: 40px !important;
  }


#shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger, #shiftnav-toggle-main.shiftnav-toggle-edge-right.shiftnav-toggle-main-entire-bar:before, .shiftnav-open-right #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
        background: #ed1b24 !important;
}
#shiftnav-toggle-main {
    position: fixed;
    top: 10px !important;
}
@media all and (max-width: 767px) {
	.slider-menu-container{
		display:none !important;
	}
	.port_banner {
    margin-top: 20px;
    height: 249px; 
    background-repeat: no-repeat;
}
	.home_blog_card {
    height: 203px !important;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 50px;
}
	#mainNav{
		display:none !important;
	}
	.bot_call {
    padding-top: 10px;
}
	.footer-area {
     padding-bottom: 36px !important;

}
	.home_blog_card_col {
    padding: 4px 10px;
}
	.main_tit1 {
       text-align: center;
}
	.h1, h1 {
  font-size: 2rem !important;
}
	.h3, h3 {
  font-size: 1.375rem;
}
	.homebanner1 {
    padding-top: 30px !important;
}
	.huge_about_us {
    font-size: 42px !important;
		
	}
	.top_call,.navbar-brand {
		display:none !important;
}
	.sticky-top {
    position: relative !important;
}
	.mob-menu-header-holder {
        background: white!important;
}
.mobmenul-container i {
  	    color: #e99122 !important;
	
	}
	.mob-standard-logo {
      height: 72px!important;
}
	.mobmenul-container i {
    line-height: 40px !important;
    font-size: 40px !important;
 
		
	}
}
	
}
.custom_grid_post_bg{
margin-top: 17px;
    margin-bottom: 20px;	
}

.go_top{
	display:none;
}
.ddd{
    font-size: 50px;
    line-height: 80px;
    background: whhi;
    color: #ed1b24;
}

 .footer_p{
    margin-bottom: 28px;
    margin-top: 26px;
}
.moto-text_system_10 {
font-family: 'Montserrat', sans-serif !important;
    color: #888888;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
}
.moto-text_232 {
    color: #ed1b24 !important;
    text-decoration: none;
    font-weight: 600 !IMPORTANT;
    font-style: normal;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 1px;
}
.cat_ul li a{
   
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    color: #6e6e6e;	
}




@media (min-width: 768px){
.about_us_blue .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
        padding-right: 4% !important;
}	
	
}
/* mobile */
@media (max-width: 767px){
	.home_bluebg_txt .elementor-counter .elementor-counter-title {
      font-size: 16px  !important;
    line-height: 1.4 !important;
    letter-spacing: 1px !important;
}
    font-size: 213.5% !important;
		
	}
	.my_counter1 .elementor-counter-number,.my_counterbig .elementor-counter-number {
       font-size: 130px;
	}
	.moto-text_system_8,.common_h_sub .elementor-heading-title {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1px;
}
	.elementor-widget:not(:last-child) {
    margin-bottom: 10px !important;
    margin-top: 2px;
}
.fon {
    position: fixed;
    bottom: 20px;
    font-size: 66px;
    color: #ed1b24;
    height: 68px;
    width: 68px !important;
    background: white;
    box-shadow: 0 4px 10px 0 rgb(46 58 70 / 35%);
    border-radius: 50%;
    font-size: 50px !important;
    line-height: 50px !important;
    padding-top: 15px;
    cursor: pointer;
    left: 19px;
}
.go_top .fas {
   
        right: 26px;
    font-size: 45px;
    background: #000;
    padding: 2px 11px;
    bottom: 23px;
	
}/*.section_padding {
    padding-bottom: 60px !important;
    padding-top: 70px !important;
}*/.common_h .elementor-heading-title {
       font-size: 34px;
    line-height: 1.1 !important;
    letter-spacing: 0px;
}
.welcome_home .elementor-heading-title {
       font-size: 24px;
}

.elementor-7 .elementor-element.elementor-element-605715c .elementor-heading-title {
    color: #0b0b0b !important;
	
}
.talkBtn{
    color: black;
}
.logo {
     height: 58px !important;
	 margin-top: 8px;
}
}



.div_table{
    display: table;
    WIDTH: 100%;
    height: 100%;
}
.div_td{
    display: table-cell;
    WIDTH: 100%;
	vertical-align:middle;
	
}.icon_1{
	
    font-size: 74px;
	
}
.text_right{
	text-align:right;
}
.div_td a{
display: block !important;
    color: gray;
    font-size: 16px;
    margin-bottom: 6px;
}
.div_td a:hover{
	text-decoration:none;
	    color: #2b57a3 !important;
	
}
.card_upper_footer {
  
    color: white;
}
.futa_1,.futa_3{
    
}
 .futa_2,.futa_4{
color: #3b3b3c;
 
} .card_h{
       color: #2b57a3 !important;
    text-transform: uppercase;
  
}
.footer_bottom{
    padding-bottom: 40px;
    padding-top: 40px;
  
    color: gray;
}
.footer_bottom p{
   
    margin-top: 15px;
}
.footer_bottom i{
	 


}
.futa_pri {
    padding-bottom: 10px;
    padding-top: 10px;
}
.home_cards .elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
      	cursor:pointer;
	transition: all 0.5s;
    transform: scale(0.9);
	
}
.home_cards .elementor-widget-image img:hover{
 transform: scale(1);
}
.upper_footer .logo {
    height: auto;
    max-width: 100%;
}
 .upper_footer ul {
        padding-left: 6px;
}
.upper_footer ul li {
       list-style-type:none !important;
	font-size:16px;
}
.footer_bottom {
   position: relative;
    padding: 1px 0px;
}
.footerLast ul {
        padding-left: 5px;
	text-align:left;
}
.footerLast li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    position: relative;
}
.footerLast li a {
color: #2b57a3;
    font-size: 12px;
    text-transform: capitalize;
	
}
.footerlastCircle:before {
     content: '';
    width: 5px;
    height: 5px;
    background-color: #0fa759;
    position: absolute;
    bottom: 17px;
    left: 0;
    border-radius: 50%;
}
.footerLastBottom{background-color: #22305c;
    font-size: 11px;
    color: #fff;
    padding: 3px 20px;}
.footerLastBottom p{font-size:11px;margin-bottom: 0px !important;}
.footerLastBottomUl {
    color: #ffffff;
    float: right;margin-bottom: 0px !important;
}
.footerLastBottomUl li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 11px;
}
.footerLastBottomUl li a {
    color: #fff;
    font-size: 11px;
}
 .footer_soc  i {
    font-size: 18px;
    color: gray;
    margin-left: 7px;
}
.masthead_inner_page {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 11rem;
     padding: 3rem 3rem 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
 
}
.about_hover_bg{
	height:400px !important;
}
.wrapperab_td_default{
	color:white !important;
}

.wrapperab_td_hover{
	display:none;
}
.about_hover_bg:hover .wrapperab_td_default{ display:none; }
.about_hover_bg:hover .wrapperab_td_hover{     display: block;
    padding: 10px 44px;
    font-size: 16px; }
.learn_more{
	
}
.logozz img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	cursor:pointer;
}
.logozz img{
 filter: none;
  -webkit-filter: grayscale(0%);	
}
.upper_footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #e4e4e4;
}
#breadcrumbs a{
	color:white !important;
}
.pdt_box  h3{
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    color: #2b57a3;
}
.left_menu  ul li a {
     font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
    padding: 18px 3px;
    cursor: pointer;
    color: #4b4b4b;
}
.left_menu ul li a {
        color: #0fa759 !important;
}

/*new pine */
.navbar-expand-lg .navbar-collapse {
    background: transparent;
}

.nav_cta{
    background: #1b5ebf;
    display: inline;
    width: auto !important;
    color: white !important;
    padding: 8px 15px;
    font-size: 20px;
    font-weight: bold;
}
.nav_cta:hover{
    background: gray;	
	color:white !important;
}
.bluev_bg .elementor-container{
    background: #205bba1c;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.commonheader h2{
    color: #86b717;
    text-transform: capitalize;
    font-weight: bold;
}
.letstok{
    background: #0a2e6c;
    color: white;
    padding: 5px 10px;
    border: white solid 3px;
    margin-left: 7px;
}
.innertitz  { 
font-size: 39px;
    font-weight: bolder;
    text-transform: capitalize;
    text-align: left;
    color: #1a1649 !important;
}
.letstok:hover {
    background: gray;
    color: white;
}
.dropdown-menu {
     padding: 0.1rem 0;
    
}
.spec_list ul li{
    
    list-style-type:none !important;
}
.spec_list ul li i{
    color: #1b5ebf;
}
.spec_list ul{
padding-left: 5px !important;
    color: #666363;
    font-weight: bold
}
.dropdown-toggle::after {
    display: inline-block !important;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.spiderabt{
    padding-top:50px;
      padding-bottom:50px;
    
}
.text-gray{
	color:gray !important;
}
.mycf7 input[type="text"],.mycf7  input[type="tel"], .mycf7 input[type="email"], .mycf7 input[type="search"], .mycf7 input[type="password"], input[type="url"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 0;
    background: none;
    
    padding: 0 0 5px;
    outline: none;
   	
	width:100% !important;
	
}
.mycf7 input[type=text], .mycf7 input[type=email], .mycf7 input[type="url"] {
    margin-bottom: 30px !important;
    width: 100%;
}
.mycf7 .contact-form textarea {
    height: 80px;
    width: 100%;
    margin: 0 0 34px;
}
.textarea {
    height: 110px !important;
  }
.textarea2 {
    height: 110px !important;
  }
.homebanner1 {
    padding-top: 20px;
}
 .home_what{
    font-size: 50px;
}
.huge_about_us{
	
}
.layer_on_top {
    z-index: 4;
}
.huge_about_us{
    font-size: 59px;
    text-transform: uppercase;
}
.footerbtn{
    text-align: right;
}
.footerbtn [type=submit]{
     background: #3d1416;
    border: 0px;
    cursor: pointer;
    color: white;
    padding: 3px 10px;
    font-size: 20px;
	
}
 .getjob{
    padding-top: 30px;
    font-size: 28px;
}
.modal-header {
       padding: 0.5rem !important;
    border-bottom: 0px !important;
   
}
.spec_list li{
	list-style-type:none !important;
}
.spec_list{
   padding-left: 10px !important;
    font-size: 20px;
    color: #731927;
}

	@media (min-width: 576px){

	/*.modal {
    position: fixed;
    top: 100px !important;
	}*/
	
	.layer_pushleft  .elementor-widget-wrap{
    margin: 130px 0 0 -6%;
    border: solid 2px;
        padding-left: 76px !important;
}
	.pushToRight {
        font-size: 65px;
    margin: 0 -230px 15px 50px;
}
}

.main_tit1,.home_what,.huge_about_us,.veryLarge,.common_titz {
     COLOR: #e89022 !important;
}
.letsTalk {
    color: #ed8b0f;
    font-size: 20px;
    background: black;
    padding: 4px 10px;
}
a:hover {
    color: orange;
	
}
.noty{
    color: #970716;
}
a {
    color: #838281;
	
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
       font-weight: 700;
	
}
.elementor-element .elementor-widget-container {
    font-family: 'Montserrat', sans-serif !important;
}
.modal-header .close {
    padding: 1rem;
    margin: 0px;
    color: red !important;
    font-size: 44px;
    position: absolute;
    right: 0px;
}
 .modal-header p{
    font-size: 20px !important;
    color: #542e2b;
    font-weight: bold;
}
@media (min-width: 576px){
	.modal-dialog {
        margin: 2.75rem auto;
}
	
	
}
b, strong {
    font-weight: 700;
}
	.home_blog_card{
 height: 241px;
    background-size: cover;
    background-repeat: no-repeat;
    
}

/* footer */
.footer-area {
    color: #fff !important;
    padding-bottom: 20px;
    background: #020202;
    padding: 3rem 1rem 1rem;
}


 .home_blog_card_col a {
font-size: 23px;
    color: #4d2595;
    display: block;
    font-weight: bold;
    margin-top: 15px;
}
.home_blog_card_col a:hover{
	color:gray !important;
}

 .elementor-element-8e57399{
     padding-top: 30px;
    padding-bottom: 30px;
}
.altoid_odd, .altoid_even{
    margin-bottom: 39px;
}
.elementor-widget-text-editor {
    color: black !important;
	
}
 .navbar_top{
    margin-top: 10px;
}
#nav_menu-2 ul li{
    list-style-type: disc !important;
    margin-top: 4px;
    display: inline;
    margin-right: 12px;
}
footer ul {
	padding-left:3px !important;
}
.single-product .content-area {

}
.cat_header{
padding-top: 50px;
}
.woocommerce ul.products li.product .button {
  text-decoration: none;
    background: white;
    border-radius: 0px;
    font-weight: normal;
	    padding: 5px 10px;
    border: solid #e99122 1px;
}

.woocommerce ul.products li.product .button:hover {
        background: #e99122;

}
.woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
       font-size: 1em;
    font-weight: normal;
    color: black;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 6px;
    border: solid 1px #8080807a;
}
.woocommerce-loop-category__title:hover, .woocommerce ul.products li.product .woocommerce-loop-product__title:hover, .woocommerce ul.products li.product h3:hover {
    color: #e99122;
}

.woocommerce nav.woocommerce-pagination {
    text-align: left !important;
    margin-bottom: 16px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
     padding: 0.5em 0.8em;

}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000000;
    color: #f0a315;
}
.woocommerce .woocommerce-breadcrumb {
background: black;
padding: 17px 10px;
color: white;
font-size: 16px;
}
.single_pdt_altoid{
	padding-top:20px;
	padding-bottom:20px;
}
.woocommerce div.product .product_title {  
    font-size: 23px;
}
.post-type-archive-product .product_type_simple,.related  .product_type_simple, .product_meta{
/*	display:none !important;*/
}
.navbar-shrink .top_call {
    padding-top: 11px;
}
.footer_logo {
    margin-bottom: 10px;
    max-width: 100%;
    height: 84px;
}
.yellow_bg{
	background:#e99122 !important;
}
.home_img1{
    border: solid #201f1f 1px;
}
.dealin_home a{
	font-weight: bold;
    color: black !important;
}
.mini-footer{
    background: #4d044d;
    color: white;
    font-size: 12px;
    padding: 5px;
}
.mini-footer p{
	margin-bottom:0px;
}
.single_add_to_cart_button {
    background-color: #e99122 !important;
	    padding: 0.518em 1em;
}
.quote_form .wpcf7-form-control {
    line-height: 1;
    outline: 0 !important;
    padding: 0.45rem !important;
    color: #282828;
    width: 100%;
       margin-bottom: 6px !important;
    padding: 10px 5px !important;
}
.floating-labels .wpcf7-form textarea {
 
	   
}
.quote_form textarea{
	    border: solid 1px;
    height: 100px !important;
    background: white;
}
.quote_form [type=submit] {
    -webkit-appearance: button;
    background: #FF9800;
    color: white !important;
    border: 0px;
    width: 100% !important;
    cursor: pointer;
    padding: 9px 9px !important;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
.quote_form{
    margin-bottom: 12px;
}
.woocommerce .quantity .qty {
    height: 32px;
  }
.woocommerce #review_form #respond textarea {
      border: solid 1px gray;
}
 
.woocommerce #respond input#submit {
  background-color: #ffc30f;
	
}
.dropdown-menu li .nav-link:hover{
  background: black !important;
  color: white !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: gray;
}
.fa_soc i {
  font-size: 20px;
	color: #F8B132 !important;
}

.text_yellow{
	/*color: #F8B132 !important;*/
}

.woo_share .fa_soc i {
	 font-size: 28px;
}

.soc_bar {
    margin-bottom: 10px;
}
.bot_call ul a {
color: #fff;
    background: black;
    padding: 2px 3px;
    font-size: 16px;
    font-weight: bold;
}

.spec_good{
	    background: #040404;
    color: white;
    text-decoration: none !important;
    padding: 10px;
    font-size: 28px;
}
.woocommerce-products-header__title {
    color: #585555;
}

.mobmenur-container i {
      color: #fff !important;
}
.elementor-element {
      padding-left: 2px !important;
}
.purple_bg{
  background: #101e6d1c !important;	
}

footer a , footer{
   	color:#ffffff80 !important;
}

.spec_h h4{
    color: #444141 !important;
}
.top_padder_card {
background: #faf7f7 !important;
    padding: 19px 14px;
    text-align: center;
    margin-top: -50px;
    width: 80% !important;
    margin-left: 10%;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1) !important;
}
div#logo-carousel-free-738.logo-carousel-free .sp-lc-logo {
      border: 0px !important;
}
footer  .fa_soc{
       margin-right: 10px;
	   margin-left: 5px;
}
.page-id-11  .masthead_inner_page{
	display:none !important;
}


@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav {
    /*margin-top: 40px !important;*/
}
	
}


.home_btns a{    width: 100% !important;
	    background: transparent !important;
}

.home_btns a:hover{    
	color:orange !important;
}
.home_btns .elementor-button-text {
      text-align: left !important;
}

.home_btns .elementor-button.elementor-size-xl {
    font-size: 23px;
    padding: 25px 50px 25px 0px;
    font-weight: bold;
    color: #444244 !important;
    font-family: 'Noto Serif', serif !important;
  }
.small_pad{
	padding-bottom:30px !important;
	padding-top:30px !important;
}
.home_blog_card_col {
    overflow: hidden;
    z-index: 10;
   	width:100%;
}
.home_blog_card {
height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
}
.port_banner{
margin-top: 20px;
    height: 400px;
    background-size: 100%;
    background-position: center;
	margin-bottom:25px;
}

.property_title{
    color: #1a1649;
}
.port_img{
    max-width: 100%;
}

/* new menu overlay menu */
/*.button_container {
  position: fixed;
  top: 5%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #1abc9c;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #1abc9c;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Varela Round', serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.icon_close{
    color: white;
    font-size: 40px;
    z-index: 80;
    top: 31px;
    position: fixed;
    right: 20px;
}*//* The Overlay (background) */
/*.overlay {
  height: 0%;
 width: 33%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #313f85;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
position: relative;
    top: 4%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
padding: 8px;
    text-decoration: none;
    color: #fff !important;
    display: block;
    transition: 0.3s;
    text-align: right;
    font-size: 30px;
    font-size: 35px;
}

.overlay a:hover, .overlay a:focus {
  color: #000;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 54px;
    font-size: 58px;
    z-index: 9999999;
}
.overlay ul li{
	text-align:left !important;
	list-style-type:none !important;
}
.overlay  ul {
    padding-left: 3px;
}
.overlay h3{
    color: #e18b17;
    text-align: left !important;
    font-size: 23px;
}
.over_logo {
    height: 85px !important;
    margin-bottom: 10px;
}*/
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
    background-color: #ffffff;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
position: relative;
    top: 4%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    color: #1a1649 !important;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #000;
}

.overlay .closebtn {
    position: absolute;
    top: 37px;
    right: 12px;
    font-size: 58px;
    z-index: 9999999;
}
.overlay ul li{
	text-align:left !important;
	list-style-type:none !important;
}
.overlay  ul {
    padding-left: 3px;
}
.overlay h3{
 color: #e18b17;
    text-align: left !important;
    font-size: 23px;
    font-weight: 500;
}
.over_logo {
  /*  height: 75px !important;*/
    margin-bottom: 10px;
}
.bg_dark{
    background: #0b275d1a;
}
body{
	
  
}
.strong-view.wpmtst-default .wpmtst-testimonial-heading {
      color: #08088d;
}

dl, ol, ul {
    padding-left: 15px;
}
.altpid_open_up {
    font-size: 46px;
    cursor: pointer;
}
.business_ul ul li{
	
}
@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
/*end new overlay menu */
.h_case_cont h2, .h_case_cont p{
	color:white !important;
}
.h_case_cont {
    transition: transform 0.3s ease;
}

.h_case_cont:hover {
    transform: scale(1.03); /* Zoom in effect */
}

.h_case_cont h2,
.h_case_cont p {
    transition: transform 0.3s ease;
}

.h_case_cont:hover h2,
.h_case_cont:hover p {
    transform: scale(1.01); /* Zoom in effect */
}
.strong-view.wpmtst-default .wpmtst-testimonial {
    border: 0px !important;
  }

.contact-info {
      
      color: #fff;
      padding: 20px;
      border-radius: 10px;
      margin-top: 20px;
    }
    .contact-info p {
      margin-bottom: 10px;
    }
    .contact-info .fa {
      margin-right: 10px;
    }
.contact-info a,.contact-info{
	color:white !important;
}
 .man_nav  {
         padding-top: 7px;
    font-size: 20px;
    font-weight: bold;
}
.footer-menu--1 ul li {
    margin-bottom: 15px !important;
    list-style-type: none;
}
footer ul li {
  
    list-style-type: none !important;
}
.topbar a {
 color: #fff;
    font-weight: 400 !important;
    margin-right: 10px;
    font-size: 14px;
	 line-height: 18px;
   
}

.overlay .topbar a {
    color: #000 !important;
	
}


.navbar-shrink .depth_0 .topbar a{

}


.navbar-shrink  .altpid_open_up{
color:black  !important;	
}
 .altpid_open_up{
color:white  !important;	
}
.navbar-shrink .topbar a{
	color:black   !important;
}
.flyout_menu  a{
		color:white  !important;
}
.topbar a:hover{
	color:orange !important;
	text-decoration:none !important;
}

.overlay .sub-menu a {
    font-weight: 400 !important;
    margin-right: 10px;
    padding-left: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
}

/* Add an arrow before each menu item */
.overlay .sub-menu a::before {
    content: "»"; /* You can change to "»", "›", or any symbol you prefer */
    margin-right: 8px;
    color: #000; /* Optional: change arrow color */
    font-size: 14px;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px 10px 0px   !important;
}
footer i, footer i {
    
	    color: rgba(255, 255, 255, 0.5);
}

img{
	max-width:100% !important;
}

 .elementor-icon-list-text span{
    font-weight: bold  !important;
}

.star_card_home{
	margin-bottom:35px !important;
}

.no_bullets li{
	list-style-type:none !important;
}


.banner_padding_y{
	padding-top:140px !important;
	padding-bottom:140px !important;
}

.bg_banner_tit h1{
	font-size: 60px  !important;
    color: #ffffff;
    font-weight: 900;
    padding: 1rem 0 1.2rem;
    margin: 0;
    line-height: 1;
	font-weight:800 !important;
}
.bg_orange{
background: rgba(0, 0, 0, 0) linear-gradient(to right, #8b5b03, #383a3c) repeat scroll 0 0 !important;
	color:white !important;
}
.bg_orange p, .bg_orange div{
color:white !important;	
}

.with_bullets ul {
  list-style-type: disc !important;
  padding-left: 1.5em !important; /* ensures bullets have space to show */
  margin: 0 !important;
}

.with_bullets ul li {
  display: list-item !important;
	color:white !important;
}

 .whatsapp_chat_multi {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 70px;
    right: 40px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%)
}

.float_whatsapp,
.whatsapp_chat_trigger {
    position: fixed;
    z-index: 9999;
    bottom: 5px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%)
}

.whatsapp_chat_multi .chat_header {
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #25d366
}

.float_whatsapp:hover,
.whatsapp_chat_trigger:hover {
    background: #093 !important;
	text-decoration:none !important;
}

.whatsapp_chat_multi .chat_header .chat_title {
    color: #fff;
    font-size: 20px;
    padding: 6px 15px
}

.whatsapp_chat_multi .whatsapp_agent {
    color: #000;
    font-size: 16px;
    padding: 6px 15px
}

.whatsapp_chat_multi .whatsapp_agent .agent_icon {
    vertical-align: super
}

.whatsapp_chat_multi .whatsapp_agent .chat_link {
    display: block;
    color: #000;
    text-decoration: none
}

.whatsapp_chat_multi .whatsapp_agent .chat_link:hover {
    color: #25d366;
    text-decoration: none
}

.whatsapp_chat_multi .whatsapp_agent .chat_link i {
    font-size: 2em
}

.whatsapp_chat_trigger {
    right: 40px;
    padding: 4px 15px;
    border-radius: 20px;
    background-color: #25d366
}

.bubble_trigger {
    color: #fff;
    text-decoration: none;
    font-size: 18px
}

.float_whatsapp {
    left: 39px;
    background: #25d366;
    padding: 4px 14px;
    border-radius: 19px;
    color: #fff;
    text-decoration: none;
    font-size: 18px
}
.float_whatsapp:hover{
    color:#fff !important;
}


.zoom-on-hover {
  transition: transform 0.3s ease-in-out;
}

.zoom-on-hover:hover {
  transform: scale(1.05);
}

.card_title{
	color: black;
    font-size: 17px;
}

.card_title:hover{
	color: gray !important;
    
}


.btn_read_more
 {
    border: 1px solid #000;
    border-radius: 20px;
    color: #000;
    font-size: 1.05rem;
    transition: background-color .3s, color .3s;
}



.btn_read_more:hover
 {
    border: 1px solid #f6b134;
    border-radius: 20px;
    color: #000;
	 background:#f6b134 !important;
    font-size: 1.05rem;
    transition: background-color .3s, color .3s;
}
.mwaka_2025{
    background: #8080802b;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 19px;
}
.post-sidebar .post-aside-banner {
    align-items: center;
    background-color: #f5f9ff;
    border-radius: 30px;
    box-shadow: inset 0 0 0 3px #1063a0,0 2px 16px rgba(54,127,211,.18);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 1.5rem;
    position: sticky;
    text-align: center;
    top: 6rem
}

.post-share {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
      padding: .5rem 0.5rem;
}

.post-share .post-share-title {
    color: #343a40;
    font-size: 1.65rem;
    font-weight: 700;
    margin-bottom: .5rem
}

 .post-share .post-share-list {
    display: flex;
    flex-wrap: wrap
}

.post-share .post-share-list .post-share-link {
    display: inline-block;
    margin-bottom: .5rem;
    margin-right: .85rem;
    text-decoration: none
}

.post-share .post-share-list .post-share-link:last-child {
    margin-right: 0
}

.masthead_inner_page {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 14rem;
    padding: 7rem 3rem 2rem;
   
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    margin-bottom: 30px;
}
.bg_gray{
	    background: #d0c9c930 !important;
}

.man_nav  ul li{
	display:inline !important;
}

#menu-primary{
	margin-bottom:0px !important;
}
.top_soc .fa_soc i ,.top_soc{
    font-size: 16px;
	color:white;
	
}
.top_soc i
 {
  
    color: white   !important;
}
.navbar-shrink .top_soc,.navbar-shrink .top_soc .fa_soc i{
		color:black !important;
	
	
}


  

 .floating_banner{
    background: #0000008c;
    padding: 31px 20px;
    border-radius: 15px;
}

.main_t .elementor-heading-title {
 font-size: 14px;
    font-weight: 700 !important;
    letter-spacing: 1.8px;
    border-bottom: 2px solid;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.menu-slider-menu {
    background-color: #000000;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: 65px;
    z-index: +3;
    opacity: 0.7;
}

.slider-menu {

    background-color: #000000;
    color: white;
    border: 2px solid #000000;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 61%;
    padding: 10px 18px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

#menu-slider-menu {
    display: flex;
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-slider-menu li {
 flex: 1;
    flex: 1;
    text-align: center;
    background: #00000047;
    color: white;
    border: 2px solid #000000;
    padding: 10px 4px;
    font-weight: 400;
}

#menu-slider-menu li:hover{
    background-color: #f8b132 !important;
    border: 2px solid #f8b132 !important;
    color: #fff !important;
    opacity: 1 !important;
}

#menu-slider-menu li a:hover{
	color:white !important;
}

.yellow_under .elementor-heading-title {
    border-bottom-color: #F8B132 !important;
}

.purple_under .elementor-heading-title {
    border-bottom-color: #f32e59   !important;
}

.bg_gray_mwaka{
	background-color:#08064E14 !important;
}


.portfolio-details h4 {
    color: black !important;
    font-weight: 600 !important;
    font-size: 18px;
}

.portfolio-details a{
color:black !important;	
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
 
    padding: 10px 20px !important;
	background:black   !important;
	color:white !important;
}

.portfolio-details {
	padding:10px !important;
	background:white !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
       padding: 10px 20px !important;
    background: white !important;
    color: black !important;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel button.owl-dot:hover {
     
    background: #000 !important;
    color: gold !important;
}

.single_blog_post_mwaka h1,.single_blog_post_mwaka h2, .single_blog_post_mwaka h3,.single_blog_post_mwaka h4, .single_blog_post_mwaka h5, .single_blog_post_mwaka h5{
font-weight: 500 !important;
}

#mainNav.navbar-shrink{
	background:#fff  !important;
}

.footer_logo{
	    height: 60px !important;
    width: auto;
}

.card_title {
	font-size:15px !important;
}


/* Core Bootstrap fix for submenu flyouts */
/*.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a::after {
  content: "▶";
  float: right;
  margin-left: 5px;
}
*/
/* Top-level dropdown on hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; /* Optional: remove spacing */
}

/* Submenu (flyout) positioning */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

/* Show flyout submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Optional: right-pointing arrow for flyout trigger items */
.dropdown-submenu > a::after {
  content: "▶";
  float: right;
  margin-left: 5px;
  font-size: 0.75em;
}


.depth_1 a{
	font-size:14px !important;
	background:transparent !important;
}

.mega-menu-items {
    padding:2rem;
}
.menu-image {
    position: relative;
}
.menu-details {
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 0px;
  background: #00000070;
  height: 100%;
  padding: 100px 20px;
}

.menu-image p {
      color: #ffffff;
    font-weight: 300 !important;
    font-size: 16px;
}
.menu-image p.bolder {
    font-size: 26px;
    padding-bottom: 0.4rem;
    margin:0;
    color:#ffffff;
    font-weight: 600 !important;
}
.menu-image .btn {
    color:#ffffff !important;
    padding: 0.9rem 2.5rem !important;
}

.mega-menu-items h4 {
    font-size: 15px;
    padding:0.4rem 0 0.9rem;
    margin:0;
    line-height: 1;
    font-weight: 600;
}
.header .yamm-fw .dropdown-menu {
    padding:0 !important;
}

footer h1,footer h2,footer h3,footer h4,footer h6{
	font-weight:400 !important;
}

.footer-widget-title{
    font-size: 15px;
    text-transform: uppercase;
}

.footer-area {
	    font-size: 15px;
	color:#ffffff80,
}


.text-widget p{

}
/* Modal container */
/*.mega-menu-modal {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 1050;
  background: rgba(255, 255, 255, 0.98);
  padding: 30px 0;
  transition: opacity 0.3s ease;
}*/
.mega-menu-modal {
  width: 100%;
  background: #fff;
  z-index: 1050;
  padding: 30px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);

}


/* Optional overlay for dimming effect */
/*.mega-menu-overlay {
  display: none;
}*/

/* Content styles */
.mega-menu-content .mega-menu-items h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mega-menu-content .mega-menu-items ol {
  padding-left: 16px;
  margin-bottom: 20px;
}

.menu-image img {
  width: 100%;
  margin-bottom: 10px;
}


li.menu-item-has-children > a {
    font-weight: bold;
    color: black;
    position: relative;
	
}

.menu-item-has-children {
list-style-type:none !important;	
}

.mega-menu-items .sub-menu li{
	list-style-type:none !important;	
	padding-left:1px !important;
	
}

.mega-menu-items .sub-menu{
padding-left:1px !important;	
}

.mega-menu-items .sub-menu li a:hover{
	text-decoration:none !important;
}


.widget-title   , .footer-widget-title {
color: #F8B132 !important; 
	font-weight:bold !important;
}


.bg_gray{
	background:gray !important;
}

.single_blog_post_mwaka h2{
    font-size: 30px;
}

.single_blog_post_mwaka h3{
    font-size: 25px;
}

.single_blog_post_mwaka h3{
    font-size: 23px;
}
.single_blog_post_mwaka h4{
    font-size: 21px;
}
.single_blog_post_mwaka h4{
    font-size: 21px;
}


.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .7rem 0.5rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}


.flyout_menu  .depth_1 a{
	color:white !important;
}

#wprmenu_bar .menu_title{
	color:transparent !important;
}
