/*
Theme Name: Kola
Theme URI: prismmarketing.co
Author: Prism
Author URI: [Author Website URL]
Description: Discover top talent and achieve your business goals effortlessly.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: [Theme Tags]
Text Domain: custom-theme
*/

/*
Custom CSS Styles
*/


:root {
    --primary-color: #35b544;
    --secondary-color: #767676;
    --accent-color: #ffc107;
    --white-color: #fff;
    --section-radius: 10px;
    --row-padding: 30px;
    --section-padding-top: 60px;
    --section-padding-bottom: 50px;
}


.footer-columns{
	display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer_middle{
    display: flex !important;
}

ol ul .menu-main-menu-container{
    list-style: none;
}

body{
    margin: 0px;
    /*background-color: #ccc;*/
    width: 100%;
    display:block;
    position: relative;
	font-family: Poppins !important;
}

html {
    margin-top: 0px !important;
}

.kola_main_header{
     display: flex!important;
    justify-content: center!important;
    background-color: #fff;
    margin-top: 0px!important;
    padding: 4px 0px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%) !important;
    width: 100%;
}  


#footer{
    margin-top: 70px;
    padding: 65px 2% 5px;
}


.kola_header{      display: flex;
    justify-content: space-between;
    max-width:1200px; 
    width: 100%;
    padding: 0 2%;

}

.kola_header_logo img{
       max-width: 164px;
    height: auto;
}

/*.footer-columns,.kola_header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 20px;
    max-width: 130rem;
}*/

.menu ul{
    display:flex;
    list-style:none;
}

.menu ul a{
    text-decoration:none;
    margin:0px 10px;
    font-size:16px;
    font-family: Poppins !important;
}

.footer-columns h3{
    font-family: Poppins !important;
}

.menu-main-menu-container ul{
    list-style-type: none;
    color: #fff !important;
    text-decoration: none !important;
    padding-left:0px;
}

.menu-main-menu-container ul a{
    color: #fff !important;
    text-decoration: none !important;
}

.menu-main-menu-container ul a:hover{
    text-decoration: underline !important;
}


.account_kola{
    display: flex;
    line-height: none;
    list-style: none;
}

.kola_header a{
	color:#000!important;
	font-size:16px;
	text-decoration:none;
}


.kola_header_menu .menu, .account_kola{
    margin-top: 21px;
}


.account_kola .link a{
    color: #fff!important;
    padding: 5px 18px;
    background: #ffffff;
    position: relative;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    margin-left: 20px;
	border: 1px solid;
	
}

.account_kola .link a:hover {
	background-color: #6d6d6d!important;
}

/*.account_kola .link a:after {
    content: '';
    position: absolute;
    bottom: -3px; /* Adjust the offset value as needed */
    left: 0;
    width: 100%;
    border-bottom: 2px solid #000; /* Set the underline style, adjust the color and size as needed */
}*/

#menu-primary li a:after{
    content: '';
    position: absolute;
    bottom: -3px; /* Adjust the offset value as needed */
    left: 0;
    width: 100%;
    border-bottom: 2px solid #000; /* Set the underline style, adjust the color and size as needed */
}


#menu-primary{
    display: flex;
    list-style: none;
}


#menu-primary li{
      margin-left: 20px;
    margin-top: 9px;
}


#menu-primary li a{
	  padding: 5px 0px;
}


.mkoup_kola_reg{
    display: flex;
    justify-content: center;
}

.mkoup_kola_reg_inner{
    margin: 100px 0px;
    width: 80%;
    background-color: #fff;
    border-radius: 20px;
	    display: flex;
    justify-content: space-between;
}

#custom-registration-form input, #custom-login-form input{
	width:100%;
	max-width:600px;
	    color: #999;
    outline: 0;
    height: 50px;
    background: #fff;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    text-transform: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
	width:100%;
	max-width:600px;
	    color: #999;
    outline: 0;
    height: 50px;
    background: #fff;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    text-transform: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mkoup_kola_reg_inner_left,.mkoup_kola_reg_inner_right{
	padding:25px;
    width: 48%;
	
}

.mkoup_data{
    margin: auto;
    text-align: center;
    color: #fff;
}

 .mkoup_kola_reg_inner_left{
    background-color: #35b544;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.mkoup_kola_reg_inner_left_inner{
    margin: auto;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.mjkio900{
	display:flex;
	justify-content:center;
}
.mjkio900 input {
    width: fit-content!important;
    background-color: #35b544!important;
    color: #fff!important;
}

.mjkio900 input:hover{
  
    background-color: #6d6d6d!important;
}


/* popup csxs*/

.show-modal {
  cursor: pointer;
}

.close-modal {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  font-size: 5rem;
  color: #333;
  cursor: pointer;
  border: none;
  background: none;
}

/* CLASSES TO MAKE MODAL WORK */
.hidden {
  display: none;
}

.modal {
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
	max-width:600px;

  background-color: white;
  padding: 3rem;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5;
}


.note34{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #CCC;
    padding-top: 15px;
    margin-top: 41px;
}


.note34 a{
    color: #35b544;
    text-decoration: none;
}

.mkoup_kola_reg_inner .mkoup_left{
	width:33%;
	padding: 20px;
}

.mkoup_kola_reg_inner .mkoup_Right{
	width:80%;
}


.mkuo008 li a:before{
    content: "\f0c0";
    margin-right: 8px;
    margin-top: -1px;
    color: #35b544;
    padding-right: 6px;
    border-right: 1px solid;
    font-family: FontAwesome;
    font-size: 21px!important;
    list-style: none;
    text-decoration: none;
}

.mkuo008{
    list-style: none;
    padding-left: 0px;
}

.mkuo008 li{
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    width: 100%;
    text-decoration: none;
    border-radius: 15px!important;
    margin-bottom: 15px;
    background-color: #fff!important;
    color: #000;
    padding: 20px;
    max-width: 246px;
}



.services-list{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;

}

.services-list .service-item {
	width:24%;
	    margin-bottom: 139px;
	margin-right:1%;
}


 .service-image{
    max-height: 200px;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	 padding: 18px 0px;
}

.service_content{
    background-color: #fff;
    margin-top: 5px;
    padding: 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    /* width: 100%; */
    text-decoration: none;
    border-radius: 0px 0px 15px 15px!important;
    margin-bottom: 15px;
    background-color: #fff!important;
    padding: 1px 5px;
}

.service-description{
    font-size: 15px;
    line-height: 1.2;
}


.row_kola{
    width: 100%;
    display: flex;
    justify-content: center;
}


.col-md-8_inner{
    max-width: 1300px;
    width: 100%;
    margin: 100px 0px;
}

.service_content h3{
    margin: 0px;
    font-weight: 600;
    font-size: 16px;
}

.nkiuop {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    margin-top: -4px;
}

.kola_serv_left_circle .author-avatar img{
    height: 31px;
    width: auto;
    background-color: #35b544;
    border-radius: 35px;
    border: 2px solid #35b544;
    margin-top: -35px;
    position: absolute;
    margin-left: 5px;
}

.kola_serv_right p{
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    background-color: #35b544;
    color: #fff;
    padding: 2px 4px;
}


.service-description p{
    max-height: 4.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-top: 0px;
    margin-top: 2px;
}


.mhgoppp .prev,.mhgoppp .next{
    background-color: #35b544;
    color: #fff;
    padding: 0px 20px;
    text-decoration: none;
    border-radius: 63px;
    margin: 0px 20px;
}

.kola_serv_right{
	margin-top: -30px;
}

@media (min-width: 999px) and (max-width: 1400px){
.bt_bb_column.col-xl-6, .bt_bb_column_inner.col-xl-6 {
    -webkit-flex-basis: 47%;
    flex-basis: 46%;
    max-width: 47%;
}}

.bt_bb_button.bt_bb_style_outline a {
    webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.e-con-inner{
    width: 100%;
    max-width: 1500px!important;
}

/*   Elementor global styles   */
}

.kola_column{
    background-color: #35b544 !important;
}

.kola-border_column{
    border-color: #35b544 !important;
}

.secondary-btn{
    background-color: #ffc107 !important;
    color: #35b544 !important;
    border-radius: 10rem;
}

.mission{
    border-right: 3px solid #35b544 !important;
}

.footer-columns .footer-column{
     width: 24%;
   }

.footer-column img{
    max-width: 116px;
}

.secondary-btn{
	max-width:fit-content!important;
}

.user-profile-page{
	width:100%;
	display:flex;
	justify-content:center;
}

.user-profile_inner{
	max-width: 1186px;
    width: 100%;
}

#menu-primary li {

    line-height: 1.25;
    position: relative;
}

.main_footer_inner{
	max-width:1200px;
	width:100%;
}

.main_footer{
	display:flex;
	justify-content:center;
}