/*
Theme Name: MJKS Website
Theme URI: 
Author: Team Badabiz
Author URI: https://www.badabiz.com
Description: WordPress theme created for MJKS
Version: 1.0
*/

.barlow-thin {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .barlow-extralight {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .barlow-light {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .barlow-regular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .barlow-medium {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .barlow-extrabold {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .barlow-black {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .barlow-thin-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .barlow-extralight-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .barlow-light-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .barlow-regular-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .barlow-medium-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .barlow-semibold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .barlow-bold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .barlow-extrabold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .barlow-black-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

  


  
.hero {
    background-color: var(--secondary-color);
    padding: 50px 0;
}
.section-title.dark-section.slide h1,
.section-title.dark-section.slide h2,
.section-title.dark-section.slide h3,
.section-title.dark-section.slide p {
    color: #000;
}
header.main-header {
    background: #fff;
}
.main-menu ul li a {
    color: #002c60;
}
.logo-style {
    padding: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white background */
    backdrop-filter: blur(10px);  /* adds blur to background */
    max-width: 160px;
}
.about-us-content .section-title p {
    text-align: justify;
    font-size: 17px;
}
.footer-cta-box {
    border-radius: 10px;
    margin-top: 40px;
    padding: 20px;
}
.footer-copyright {
    padding: 30px 0;
}


.team-member-item {
  display: table;
}
.team-image-full {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    border-radius: 5px;
}
.team-body {
  max-width: 75%;
  margin-left: 20px;
}

@media only screen and (max-width: 640px){
  .team-member-item {
    display: flex;
    flex-wrap: wrap;
  }
  .team-image-full {
      width: 100%;
  }
  .team-body {
      max-width: 100%;
  }
}

.team-image-full img {
    border-radius: 60%;
}
.advisor-expertise ul{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 30px;
}
.advisor-expertise ul li{
	position: relative;
	text-transform: capitalize;
	padding-left: 30px;
}
.advisor-expertise ul li:before{
	content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 20px;
    color: var(--accent-color);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 15px;
    left: 0;
	transform: translateY(-50%);
}



.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}
.industry-workfor {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.industry-workfor img {
    width: 55px;
}
.industry-workfor h6 {
    margin: 0 0 0 15px;
}




.landscp {
    background: #fbfbfb;
}
.info-text-div {
    padding: 20px;
    box-shadow: 0 20px 30px -20px rgb(0 21 167 / 20%);
    border-bottom: 5px solid #b0bdff;
}
.info-text-div h4 {
    font-size: 22px;  
    line-height: 32px;  
}
.info-text-div h6 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
}
.info-text-div p {
    font-size: 17px;
    line-height: 28px;
}
ul.-address-list {
    list-style: none;
  margin: 0;
  padding: 0;
}
.-address-list li {
    line-height: 35px;
}
.-address-list li a {
    color: #6a6a8e;
}
.-address-list li a i {
    width: 25px;
}
.fa-envelope::before {
    content: "\f0e0";
}
.fa-phone-alt::before {
    content: "\f879";
}



.office-card {
    box-shadow: 0 15px 39px -11px #46638e45;
}


.landscp .icon-box{
	position: relative;
	width: 80px;
	height: 80px;
	background: var(--accent-color);
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.landscp .icon-box:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    border-radius: 100px;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.landscp:hover .icon-box:before{
	transform: scale(1);
}
.landscp .icon-box img{
	position: relative;
	max-width: 50px;
	z-index: 1;
}


.our-partners {
  background-color: var(--secondary-color); 
}




.es-form-field-container {
    display: flex;
}

.es-form-field-container .es-email {
    
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    color: var(--white-color);
    background: transparent;
    border: 1px solid var(--dark-divider-color);
    border-right: none;
    border-radius: 10px 0 0 10px;
    outline: none;
    box-shadow: none;
    padding: 15px;
    opacity: 80%;
}
.es-form-field-container div.gjs-row:nth-child(2) {
    width: 85%;
}
.es-form-field-container div.gjs-row:nth-child(3) {
  width: 15%;
}
.es-form-field-container .es-email::placeholder {
    color: var(--white-color);
    opacity: 80%;
}
.es-form-field-container input[type=submit] {
    background-color: var(--accent-color);
    border: none;
    border-radius: 0 10px 10px 0;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.es_subscription_message.success {
    color: #f26522;
    font-size: 16px;
}