/* about section */
#buttonimage{
	align-self: end !important;
	position: absolute;
    right: 4%;
    bottom: 3%;
}

#firstclass{
	place-content: space-between;
}
#secondclass{
	justify-content: center;
}

.card--box.dark--box{
	background: linear-gradient(to left, rgba(66, 101, 129, 1) 0%, rgba(37, 80, 112, 1) 50%, rgba(9, 65, 90, 1) 100%);
	color:white;
}

.card--box.dark--box p{
	color:white;
}
.card--box.experience{
    height:11em;
}
.card--box.experience h2 {
    padding-top: 1.2em;
    font-size: 64px;
    font-family: 'Carnas-Thin';
    font-weight: 100;
}



.card--box.experience h5 {
    padding-top: 10px;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 300;
    line-height: 19.36px;
}

.card--box.white--box{
/* 	background: linear-gradient(to left, rgb(202 202 202 / 36%) 0%, rgb(209 210 210 / 37%) 50%, rgb(187 192 194 / 34%) 100%); */
		background: #F0F0F0;
}

.aboutmission--box{
/* 	background: linear-gradient(to left, rgb(202 202 202 / 36%) 0%, rgb(209 210 210 / 37%) 50%, rgb(187 192 194 / 34%) 100%); */
	background: #F0F0F0;
    padding: 10px;
}
.aboutmission--box p{
	font-size: 17px;
    line-height: 20.4px;
	color:#333333;
}
.aboutmission--box h3{
	font-size: 22px;
    font-weight: 400;
    font-family: 'Carnas-Regular';
    line-height: 26.4px;
}

.aboutmission--box.ceo--box h3{
	font-family: 'Inter';
    color: black;
    font-size: 20px;
    line-height: 24px;
}


.about-img.card--box.experience.awardicon img{
	object-fit: none;
}

.mission--section .col-4 .col-4, .mission--section .col-4 .col-8 {
	padding:0px;
}

.mission--section .col-4 .col-8 {
	padding-right:25px;
}

.about--section .col-xl-9, .about--section .col-xl-3{
	padding:0px;
}

.wpcf7-form-control-wrap{
	 width: 100%;
}

.wpcf7-form-control.wpcf7-submit.button{
	    background: linear-gradient(to right, #09415a 0%, #255070 50%, #426581 100%);
    padding: 10px 15px;
}
.button.contactbutton{
	    background: linear-gradient(to right, #09415a 0%, #255070 50%, #426581 100%);
    padding: 15px 20px;
	color:white;
}
.button.contactbutton span{
	color:white;
}



@media screen and (min-width: 2050px) 
{


}

@media screen and (max-width: 1680px) 
{

}


@media screen and (max-width: 1500px) 
{

}

@media screen and (max-width: 1366px) 
{

}