/*   
Theme Name: JDA
*/


.contact-form-wrap .container{
	    max-width: 58.6rem!important;
}
 .contact-form-wrap .container   .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
	     max-width: 31.3rem;
	 margin: auto;
	 padding: 0;
    }
    .contact-form .btn {
        width: auto!important;
    }

.team-item__col-2 h6{
	font-size:30px;
	line-height: 1.1;
	margin-bottom: 15px;
	color: rgba(4, 36, 77, 1);
}

.team-item__col-2 p{
	font-size: 22px;
	line-height: 130%;
	
}
.team-item__col-2 p a{
	text-decoration: underline;
}
.team-item__col-2 p a:hover{
	opacity: 0.7;
}

@media (max-width: 1500px){
	.team-item__col-2 h6{
	font-size:26px;
}

.team-item__col-2 p{
	font-size: 20px;

	
}
}
@media (max-width:767px){
	.footer__address{
		 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	}
	
	.wrap-item {
	flex-direction: column;
}
}
@media (max-width:480px){
		   .contact-form-wrap .container   .col-md-6 {
	     max-width: 230px;
	}
	
	.footer__scroll-top{
		display: none!important;
	}
	.footer__address-icon img {
    max-height: 25px;
    width: auto;
}
	.footer__address{
		margin-top: 50px;
	}
	
		.team-item__col-2 h6{
	font-size:22px;
}

.team-item__col-2 p{
	font-size: 16px;

	
}
}

.page-template-page-landing_06_2025 .form__item:nth-child(9), .page-template-page-landing_06_2025 .form__item:nth-child(7), .page-template-page-landing_06_2025 .form__item:nth-child(8){
	display: none;
}

.page-template-page-landing_06_2025 .header__row-1{
	margin-bottom:0;
}

.page-template-page-landing_06_2025 .header__row-2{
	display: none;
}
.page-template-page-landing_06_2025 .socials{
	display: none;
}
.page-template-page-landing_06_2025 .footer__row-2{
	display: none;
}

.info-show {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 6px;
  background:rgba(0,0,0,0.9);
  color: #FFF !important;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 12px 17px;
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.06);
  white-space: nowrap; }

.sub-menu__link{
	color: rgba(4, 36, 77, 1)!important;
}
.menu__link{
	position: relative;
}
.menu__link:after{
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	content: '';
	 -webkit-transition: all .4s ease;
  transition: all .4s ease;
	transform-origin: left;
	height: 2px;
	background: rgba(95, 158, 143, 1);
}

.menu__link:hover:after{
	width: 100%;
}

.menu-item-has-children > .menu__link:hover:after{
width: calc(100% - 15px);	
}

.menu__list > li:hover .menu__link{
	color: rgba(4, 36, 77, 1)!important;
}

.contact__item-text{
	  color: rgba(4, 36, 77, 1);
}

.header__logo-text{
	max-width: 28rem;
}
.header__btn{
	min-height: 62px;
}