        /* external font family */
/* ===================================================================================================================================================== */
@font-face {font-family: 'roboto_bold';src: url('../fonts/Roboto-Bold.ttf');} 
@font-face{font-family: 'roboto_regular';src: url('../fonts/Roboto-Regular.ttf');}
@font-face{font-family: 'roboto_medium';src: url('../fonts/Roboto-Medium.ttf');} 
body{  
padding: 0;
margin: 0; 
letter-spacing: 0.6px;
scroll-behavior: smooth;
} 
:root{
--softblack: rgb(46, 45, 45); 
--white:#fff;
--black: #000;
--cyan:  #3c6093!important;
--times: 'Times New Roman', Times, serif; 
--footer-color:#293e5c;
}
.association{ 
padding: 20px 0px;  

}
.associa-content{
display: flex;
}
.associ-desc{
width: 65%;
margin: 0px 30px 0px 0px;
}
.sectiom-header{
width: fit-content;
font-family: 'Times New Roman', Times, serif;
font-size: 30px;
background-color:var(--cyan);
color: white;
letter-spacing: 0.6px;
text-transform: capitalize; 
padding: 10px;
}
.mission-content 
{
display: flex;
justify-content: space-between;
} 
.hr{
width: 100%;
border: 1px solid black;
margin-bottom: 10px;
}
.section-detail{
margin-top: 30px;
font-size: 20px;
text-align: justify;
letter-spacing: 0.6px;
line-height: 21px; 
font-family: 'Times New Roman', Times, serif;
}
.get-assoc-image img{
border-radius: 14px;
width: 150%; 
height: 100%; 
}
.get-assoc-image{
border-radius: 14px;  
}
/* ======================================================================================================================================================== */

/* OUR MISSION */
/* ======================================================================================================================================================== */
.our-mission{ 
padding: 20px 0px; 
}
.section-top-title{  
padding: 10px;
width: fit-content;
background-color: var(--cyan);
color: white;
font-size: 30px;
font-family: var(--times);
/* text-align: center; */
letter-spacing: 0.6px;
line-height: 20px;
text-transform: capitalize;
} 

.mission-image{
width: 35%;
margin-right: 30px;

}
.get-image{ 
height: 300px;
}
.get-image img{
border-radius: 10px;
width: 100%;
height: 100%;
}
.mission-desc{
width: 60%;
height: 100%; 
}
.mission-header{
font-family: roboto_bold;
font-size: 20px;
text-transform: capitalize; 
}
.mission-detail{
border: 1px solid black;
padding: 10px;
text-align: justify;
border-radius: 10px; 
font-family: var(--times);
line-height: 22px;
letter-spacing: 0.6px;
font-size: 19px; 
} 
.our-vision{
padding: 20px 0px; 
}
.vision-top-title{ 
font-size: 30px;
font-family: roboto_bold;
text-align: center;
letter-spacing: 0.6px;
line-height: 20px;
text-transform: capitalize;
}
.vision-content{
display: flex;
margin-top: 50px;
}
.vision-desc{
width: 60%;
margin-right: 40px;
}
.vision-header{ 
font-family: roboto_bold;
font-size: 20px;
text-transform: capitalize; 
}
.vision-detail{
margin-top: 20px;
font-family: roboto_regular;
line-height: 22px;
letter-spacing: 0.6px;
font-size: 16px; 
} 
.services{   
background-color: rgb(9, 9, 9);
background-size: cover;
background-position: center;
color: #efefef!important;
background-attachment: fixed;
padding: 60px 0px 30px 0px;
padding-bottom: 50px;
}
.services-title{ 
font-size: 30px;
font-family: roboto_bold;
text-align: center;
letter-spacing: 0.6px;
line-height: 20px;
text-transform: capitalize;
}
.card-titles{ 
font-family: 'Times New Roman', Times, serif; 
text-align: center;
}
.paramenter{
font-family: roboto_regular;
line-height: 23px;
letter-spacing: 0.6px;
text-align: justify;
border: 1px solid white; 
padding: 10px;
height: 330px;
border-radius: 10px;

}
 .meet-our-tearm{
padding: 10px;  
}
.tearm-title{ 
font-size: 30px;
font-family: 'Times New Roman', Times, serif;
text-align: center; 
line-height: 20px;
text-transform: capitalize;
}
.list-tearm{
margin-top: 40px;
overflow: hidden; 
}
.each-member{
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
padding: 15px;
border-radius: 14px;
margin: 10px 20px;
float: left;
width: 450px;
}
.profile{
display: flex;
}
.member-profile-image img{
border-radius: 50%;
width: 100%;
height: 100%;
}
.member-profile-image{
border-radius: 50%; 
width: 60px;
height: 60px;
margin-top: 10px;
}
.member-detail{
margin-left: 10px;
margin-top: 8px;
}
.member-name{
margin-top: 10px;
font-family: roboto_bold;
font-size: 17px;
text-transform: capitalize;
}
.member-title{
margin-top: 5px;
font-family: roboto_bold;
text-transform: capitalize;
font-size: 15px;
}
.member-desc{
margin-top: 14px; 
font-family: roboto_medium;
line-height: 20px;
letter-spacing: 0.6px;
font-size: 14px;
padding: 5px;
} 
.section-footer{ 
max-width: 100%;
background-color: var(--footer-color); 
color: #fff; 
} 
.section-footer .footer-content
{
display: flex;
}
.section-footer h4{ 
border-bottom: 1px solid var(--white);
}
.section-footer .lm{  
border: none;
} 
.copy-right
{
width: 100%; 
color:rgb(255, 255, 255); 
background-color:var(--black); 
text-align: center;
font-family: 'Times New Roman', Times, serif;
display: flex;
text-align: center;
} 
.copy-right .copy-right-social-media{
width: 40%;
}
.copy-right .copy-right-text{
    width: 60%;
    }
.copy-right .copy-right-social-media a{
    font-size: 20px;
     padding: 0px 10px;
    }
.container
{  
width: 100%; 
}
.useful-links
{ 
width: 30%;  
}
.useful-links .links
{
margin-left: 35%; 
}
.useful-links .links ul{
list-style: none; 

}
.useful-links .links ul li{
margin-bottom: 10px;

}
.useful-links .links ul li a{
color: #fff;
font-weight: 600;
font-family: 'Courier New', Courier, monospace;
font-size: 15px;
}
.useful-links .links ul li a:hover{ 
text-decoration: underline;
color: rgb(234, 18, 18);
}

.contact
{  
width: 70%;  
justify-content: space-around;
}
.contact .contact-section
{
display: flex;
justify-content: space-evenly;

}
.social-media
{ 
width: 100%;
display: flex;
margin-bottom: 20px;

}
.social-media .social-f
{
color: aqua;
}
.social-media .social-y
{
color: rgb(255, 0,0);
}
.social-media .social-t
{
color: rgb(252, 252, 252);
}
.social-media .social-w
{
color: rgb(0, 255, 123);
}
.social-media .social-i
{
color: rgb(255, 0, 115);
}
.social-media .social-li
{
color: rgb(0, 128, 255);
}
form{   
border: 1px solid white;
padding: 10px;

}
.social-media i{  
    font-size: 20px;
    font-weight: bolder;
}
form input{ 
outline: none;
margin-bottom: 5px;
border-radius: 5px;
padding: 5px;
font-family: 'Times New Roman', Times, serif;

}
form textarea
{
padding: 10px;
width: 100%;
/* height: 5vh; */
margin-bottom: 10px;
}
form button
{
background-color: green;
color: white;
padding:5px 10px;
border-radius: 5px;
cursor: pointer;

}
form button:hover
{
background-color: rgb(86, 183, 86);
color: rgb(6, 6, 6);
padding:5px 10px;
border-radius: 5px;
transition: .6s ease-in-out;

}
.each-address
{
margin-top: 10px; 
color: #fff;
font-weight: 600;
font-family: 'Courier New', Courier, monospace;
}
.assication-logo img {
width: 80%; 

}

.dropbtn { 
color: white;
padding: 16px;
font-size: 16px;
border: none;
}

.dropdown {
position: relative;
display: inline-block;
}

.dropdown-content { 
border-top: 1px solid black; 
display: none; 
position: absolute;
width: 130px;
background-color: rgb(152, 196, 196); 
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
color: black;
border-bottom: 1px solid white;
padding: 7px 10px;
text-decoration: none;
display: block;
}


.dropdown-content a:hover { 
background-color: rgb(195, 209, 209);

}

.dropdown:hover .dropdown-content {
display: block;
} 
.row{
display: flex;
justify-content: space-evenly;
padding: 0;
}
.our-team{
margin-top: 20px;
width: 23%;
padding: 10px;
border: 1px solid var(--black);
border-radius: 10px 10px 0px 0px ; 
} 
.row .our-team .member-desc
{
text-align: left;
}
.our-team .team-content
{
margin-top: 0;
}  
@media screen and (max-width: 768px){ 

.section-top-title, .sectiom-header{    
        width: fit-content;
} 
.get-assoc-image{ 
    display: none;
}
    
/* new */
.mission-image{
margin-top: 10px;
width: 100%;
margin-right: 30px;
}
.get-image{
height: 300px;
}
.get-image img{
border-radius: 10px;
width: 100%;
height: 100%;
} 
.associa-content{
flex-direction: column;
}
.assication-logo{
margin-top: 20px;
}  
.associ-desc{
width: 100%;
}
.mission-content{
flex-direction: column;
}
.mission-desc{
margin-top: 20px;
width: 100%; 
margin-left: 0px;
}
.vision-content{
flex-direction: column-reverse;
}
.vision-desc{
margin-top: 30px;
width: 100%;
} 
.row{
flex-direction: column;
justify-content: space-evenly;
padding: 0;

}
.row .our-team
{
    width: 100%;  
}
.our-team
{
    border-radius: 10px;
}
.each-member{
width: 90%;
} 
.send-message{  
width: 100%;
text-align: center;
}  
.addresses{
width: 100%;
margin-left: 0px;
margin-top: 10px;
}
.social-media {
    margin-left:40% ;
    text-align: center; 
    width: 40%;
}
.send-message-btn{
right: -5px;
}
.list-cons{
flex-direction: column;
}
.vision-top-title{
font-size: 25px;
}
.mission-image{
margin-right: 0px;
}
.section-footer .footer-content
{
width: 100%;
display: block;
}
.section-footer .footer-content .contact{
width: 100%;
}
.section-footer .footer-content .contact .contact-section
{
width: 90%;
margin-left:5%;
display: block;
justify-content: space-evenly;
}
.section-footer .footer-content .contact .contact-section .addresses
{
width: 100%;
}  
.send-message h4{
width: fit-content;
text-align: left;
}  

.section-footer .footer-content .contact .contact-section form input{
width: 100%; 
}
.section-footer .footer-content .contact .contact-section form textarea{
width: 100%;
min-height: 10vh;
}
.section-footer .footer-content .contact .contact-section form button{
margin-left: 10px;
}

.social-media
{
justify-content: space-between; 
display: flex; 
}

.useful-links
{ 
width: 90%;  
}
.useful-links .links
{
margin-left: 5%; 
}
.useful-links .links li
{
margin-left: 1; 
}
/* VIsion */
.paramenter{
    font-family: roboto_regular;
    line-height: 23px;
    letter-spacing: 0.6px;
    text-align: justify;
    border: 1px solid white; 
    padding: 10px;
    height: fit-content;
    border-radius: 10px;
    
    } 
} 
/* education */
.education {
    width: 100%;
    display: flex;
    padding: 20px;
    margin-top: 5%;
    justify-content: space-evenly;

}

.education .image-education {
    width: 50%;
}

.education .image-education img {
    padding: 10px;
}

.education .education-desc {
    margin-top: 20px;
    height: fit-content;
    padding: 10px;
    width: 30%;
}

.education .education-desc .education-desc-header {
    margin-bottom: 30px;
    font-size: 20px;
    border-bottom: 1px solid black;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .education {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .education .image-education {
        width: 100%;
        margin-top: 20px;
    }

    .education .education-desc {
        margin-top: 10px;
        width: 100%;
    }
} 
 