.form-control {
    min-height: 46px;
    display: flex;
    align-items: center;
}
input[type="file"] {
    cursor: pointer;
    width: 100%;
}
.min-vh-100 {
    min-height: 80vh !important
}
.padding-lr-10{
    padding-left: 10px;
    padding-right: 10px;
}
.marque-section .marque-content {
    padding: 8px 0px;
}

.marque-section .marque-content marquee {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #986b41;
}

.box-shadow {
    box-shadow: 0px 5px 10px 0px rgb(50 50 50 / 6%);
}

.bg-light-blue {
    background-color: #001f3a;
}

.navbar-header-custom {
    padding: 8px 0 8x 0 !important;
}

.our-services h2 {
    color: #fff;
}

.our-services span {
    color: #fff;
}

.border-btm {
    border-bottom: 1px solid rgb(220, 224, 229);
}

.section-padding-30 {
    padding-bottom: 30px;
}

.section-padding-top-30 {
    padding-top: 30px;
}

@media screen and (min-width: 575px) {
    .list-unstyled-footer {
        width: 90%;
    }
}
@media screen and (max-width: 991px){
    .navbar ul li a {
        width: 100%;
        border-bottom: 0;
        padding-left: 20px;
    }
}


@media (min-width: 992px) {
    .navbar-nav li a:after {
        content: " ";
        font-family: 'themify';
        position: absolute;
        z-index: 1;
        top: 12px;
        left: -7px;
        height: 18px;
        font-weight: 600;
        background-color: #e9c46a;
        border-right: 2px solid #e9c46a;
        cursor: default;
    }
    .navbar>ul>li.has-sub:after {
        content: " ";
        font-family: 'themify';
        position: absolute;
        z-index: 1;
        top: 12px;
        left: -7px;
        height: 18px;
        font-weight: 600;
        background-color: #e9c46a;
        border-right: 2px solid #e9c46a;
        cursor: default;
    }
    
    .navbar>ul>li.has-sub>a:after{
        position: absolute;
        top: 18px;
        left: 70px;
        right: -19px;
        content: "";
        border-color: transparent #001f3a #001f3a transparent;
        border-style: solid;
        border-width: 0 1px 1px 0;
        display: block;
        background-color: transparent;
        height: 6px;
        transform: rotate(45deg);
        transition: border 0.3s ease 0s;
        width: 6px;
    }
   
    .navbar-nav>li {
        margin-left: 18px;
        float: left;
        text-align: center
    }
}

.padding-left-media {
    padding-left: 20px;
}

.footer-bg {
    background-color: #181d24;
}

.d-after-none a:after {
    display: none !important;
}

.navbar-nav>li>a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0px 10px 4px;
    color: #001f3a;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

@media (min-width: 992px) and (max-width: 1260px) {
    .navbar-nav>li>a {
        font-size: 10px;
    }
}

.social-media-icon .social-icon-style1 {
    padding-left: 0px;
}

.social-media-icon .social-icon-style1 .fb {
    background-color: #3C5A98;
}

.social-media-icon .social-icon-style1 .twitter {
    background-color: #1DA1F2;
}

.social-media-icon .social-icon-style1 .linkedin {
    background-color: #0077b5;
}

.social-media-box {
    position: relative;   
    padding: 30px 25px;
    box-shadow: 0 1rem 1.75rem 0 rgb(45 55 75 / 10%);
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: 0.8125rem;
}

.social-media-box p {
    position: relative;
    font-size: 18px;
    font-weight: 800!important;
    display: block;
    margin-bottom: 1.5rem;
    color: #001f3a;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.social-media{
    padding: 30px 0px;
}

@media (max-width: 768px) {    
.social-media-icon {
    text-align: center;
    margin-top: 15px;
}
}

.breadcrum h1{
    color: #fff;
    margin-bottom: 0;
}
.card-flip-front:hover{
    cursor: zoom-in;
}
.blogs .posts-wrapper {
    position: relative;
    box-shadow: 0 1rem 1.75rem 0 rgb(45 55 75 / 10%);
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: 0.8125rem;
    transition: all .2s ease-in-out;
}
/* .blogs .posts-wrapper .post-content {
    position: relative;
    box-shadow: 0 1rem 1.75rem 0 rgb(45 55 75 / 10%);
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: 0.8125rem;
    transition: all .2s ease-in-out;
} */



.page-title-section{
    padding: 30px 0px;
}
.lg-backdrop.in {
    opacity: 1!important;
}
.color-yellow{
    color: #e9c46a!important;
}
.bg-yellow{
    background-color:#e9c46a!important;
}
.section-30{
    padding:30px 0px;
}
.submit-your-cv{
    display: flex;
    align-items: center;
    justify-content: center;
}
.align-item-center{
    align-items: center;
}
.drop-cv-button{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px) {    
    .drop-cv-button {
        margin-top: 15px;
    }
    }
   
    @media (min-width: 992px) {    
        .blog-style01{
            height: 735px!important;
        }
        .post-contents{
            height: 338px;
         }
 }
 .prev-link-page-info{
    padding: 0px 15px;
 }
 .next-link-page-info{
    text-align: left;
    padding: 0px 15px;

 }
 .blogs .posts-wrapper .post-contents {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 992px) {
   .p-lg-20{
    padding: 0px 20px;
   }
   .p-lg-l-20{
    padding-left: 20px;
   }
   .mission-vission .posts-wrapper .post-content {
    height: auto;
}
   /* .container-script{
    max-width: 1000px;
   } */
}
.mission-vission .mission-vision-design{
   padding: 0px 15px;
}
.blogs .post-content-details p{
    text-align: justify!important;
    margin: 0 0 10px;
}
.birth-of-mmsi .post-content img{
  width: 100%;
}
.butn-pdf {
    position: relative;
    z-index: 9999;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0.5px solid rgba(255, 255, 255, 0.4)!important;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background-color: #001f3a;
    border: none;
    z-index: 2;
    overflow: hidden;
    border-radius: 0.25rem;
}
.social-icon-style1{
    padding-left: 0;
    /* text-align: center; */
}
.contact-style02 .social-icon-style1 li a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    width: 36px;
    border-radius: 0.8125rem;
}

.blogs .posts-wrapper .post-content .image-hover {
    position: relative;
    display: block;
    overflow: hidden
}
.text-justify{
  text-align: justify;
}
.fb-color {
    background-color: #4267B2;
}
.linked-in-color{
    background-color: #006192;
}
.instagram-color{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.contact-style02 .single-item p{
    font-size: 18px;
}