/*

    Theme Name: SSC-Nepal
    Description: Offical Custom Theme for SSC-Nepal
    Author: Thakuri Creation

*/

.profile-widget {
    background: #fff;   
    box-shadow: none;
    transition: all 0.25s ease-out;
    margin: 0 auto 40px;
    width: 340px;
}

@media (min-width: 768px) {
    .profile-widget {
        width: 100%;
        margin: 0 0 40px 0;
    }
}
.profile-widget:hover {
    box-shadow: 0px 10px 18px rgba(0,0,0,0.15);
}
.profile-widget .profile-info {
    padding: 30px 20px;
}
.profile-widget .profile-info h3 {
    margin-top: 0;
}
.profile-widget .profile-info span {
    display: table;
    margin-bottom: 12px;
}
.profile-widget .social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    background: #0400a6;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    transition: all 0.25s ease-out;
}

.profile-widget .profile-img {
  height: 270px;
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: white;
  border: 0;
}

.profile-widget .profile-img img {
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  position: relative;
}

.wp-block-image img{
    width: 100%;
    height: auto;
}

.content-image img{
    width: 100%;
    height: auto;
}

.current-page-parrent a, .current-menu-item a{
    padding-bottom: 3px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  border-radius: 5px;
  padding: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.card .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
}

.service-card {
  transition: 0.3s;
  width: 100%;
  border-radius: 5px;
  padding: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.service-card .service-card-image img {
	height: 10rem;
	max-width: 100%;
	border-radius: 5px 5px 0 0;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.alert-message{
    color: white !important;
    padding: 0.5rem;
    border-radius: 5px;
}

.wpcf7-form-control{
    border-radius: 5px;
    width: 100%;
    padding: 2px;
    margin: 3px;
}

.wpcf7-submit {
    background: royalblue !important;
    color: white;
    height: 50px;
}

.wp-block-gallery{
    display: flex;
    gap: 4rem;
    grid-column: auto;
}

.wp-block-image{
    width: 25%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.board-member{
    width: 100%;
}

.board-member td{
    border: 2px solid black;
    padding: 1rem;
}

.board-member-img {
    height: 15rem;
}
.header .mynav > ul > li {
  margin-right: 35px;
  position: relative;
}