/*
Theme Name:  TRADESCORES Research  
Theme URI: https://www.altoid.co.ke/
Author: Altoid Technologies
Author URI: https://www.altoid.co.ke/
Description: Wordpress Theme built for  TRADESCORES Research  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: Altoid Technologies, TRADESCORES Research  
Copyright: (c) Altoid Technologies 2023.
*/
/* Below you can write your custom style */
/*slider */
.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: 16px;
    display: block;

}
body,html{font-family: 'Montserrat', sans-serif !important;

	font-weight: 400;
    font-style: normal;
        color: #000;
    font-size: 16px;
     line-height: 1.6 !important;
	overflow-x:hidden;
}
html {
  scroll-behavior: smooth;
}
.force_fontbody,p,.elementor-text-editor{
font-family: 'Montserrat', sans-serif !important;
	
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Noto Serif', serif !important;
}

.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: #000;
    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: uppercase;
	
	}  


	.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-bottom: 170px;
    padding-top: 170px;
}


.common_h .elementor-heading-title, .main_t  h2{
    text-transform: capitalize;
    font-style: normal;
  color: #387708!important;
    font-size: 33px;
    line-height: 1;
   font-family: 'Noto Serif', 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: 59px !important;
}
	#mainNav.navbar {
width: 100%;
    background: #ffffff;
    padding: 0rem 1rem 0;
}
	.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: #6e016e;
    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) {
	.top_bar {
    margin-top: 28px !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: 40px !important;
    padding-top: 50px !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: 85px !important;
}
}


.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: 15rem;
    padding: 6rem 0rem 5rem 5rem;
    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: 50px;
    font-weight: bolder;
    text-transform: capitalize;
    text-align: left;
    color: #fff !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: #200b51 !important;
    padding-bottom: 20px;
    background: #ffffff !important;
    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%;
}
.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;
}
.quote_form [type=submit] {
-webkit-appearance: button;
    background: black;
    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: 24px;
}

.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: #2d135b !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%;
}

.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: 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;
}
.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;
}

.special_h h3{
 color: #e9171f !important;
}
.home_blog  a{
	color:white !important;
}
@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 */

.pink_button {
   background: #ed1c24;
    border-radius: 14px;
    color: white !important;
    padding: 0.5em 1.5em;
    padding-top: 0.7em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    line-height: 104%;
    margin: 0.5em;
    margin-left: 0;
    position: relative;
	text-decoration:none;
}
.pink_button:hover,.btn_login:hover{
	background:black !important;
	text-decoration:none;
	color:#fff;
}
.btn_login{
   background: green;
    border-radius: 14px;
    color: white !important;
    padding: 0.5em 1.5em;
    padding-top: 0.7em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    line-height: 104%;
    margin: 0.5em;
    margin-left: 0;
    position: relative;
	text-decoration:none;	
	font-size: 14px;
}
 .top_bar   {
    background: #80808029;
    padding-bottom: 10px !important;
    color: black;
    padding: 10px !important;
}
.top_bar   a{
	color:black;
	font-weight:bold;
}
.inner_1  h3{
    color: #121d58;
}
.main_t  h3,.main_t  h2,.main_h  h3,.main_h  h2{
 color: #121d58 !important;	
}
.ubermenu .ubermenu-icon {
   
    line-height: 2em;
    font-size: 20px;
  
    color: #181866;
}
.page-list li a{
    font-size: 17px;
    font-weight: bold;
    color: #1f1f99;
}
/* Remove default list styling */
.page-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Style list items */
.page-list li {
    position: relative; /* For positioning the check symbol */
    padding-left: 25px; /* Adjust as needed */
    margin-bottom: 10px; /* Adjust as needed */
}

/* Add red check symbols */
.page-list li::before {
    content: '\2713'; /* Unicode character for check symbol */
    position: absolute;
    left: 0;
    color: red;
}

/* Style list item links */
.page-list li a {
    font-size: 17px;
    font-weight: bold;
    color: #1f1f99;
    text-decoration: none; /* Remove underline */
}

.page-list li a:hover{
	color:#ed1c24 !important;
}
.colored_ul_li ul li{
  color: red !important; 	
}
/* Define white color for bullets inside ul elements */
.white_bull ul li {
    color: white;
}

/* Additional styles for clarity */
.white_bull {
    background-color: #333; /* Example background color */
    padding: 20px;
}
.special_ol ol {
    counter-reset: item;
}

/* Set the counter to start from 5 for ol elements */
.special_ol ol.start-from-5 {
    counter-reset: item 4; /* 4 + 1 = 5 */
}

/* Style list items */
.special_ol ol li {
    list-style: decimal;
}

/* Use the counter for list items */
.special_ol ol li::before {
    content: counter(item) ". "; /* Display the counter before each list item */
    counter-increment: item;
}

.children  li a{
	font-size:14px !important;
	font-weight:regular !important;
}

.children li {
    list-style-type: none !important;
    margin-bottom: 0px;
}
.strong-view.wpmtst-default .wpmtst-testimonial {
    border: none !important;  
}
.spider_h_list .page-list li:first-child::before { 
   display:none;
}
.children  li:first-child::before {
   display: inline !important; /* or any other value like block, inline-block, etc. */
}
 main {
       background: #33146908;
}