.logo img {
    width: 100%;
    padding: 10px;
}
.name-contant ul li {
    list-style: none;
}
section.name {
    padding: 50px 0px;
}
.contant.t-ctr h1 {
    font-size: 36px;
    font-weight: 500;
    color: #f07d17;
}
.content-year {
    text-align: center;
}
.content-year h1 {
    color: #f07d17;
}
.fashtion p {
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
}
.passport-size-img img {
    width: 140px;
}
.skill img {
    width: 25%;
}
.skill-1 img {
    width: 40%;
    float: right;
   
}
section.footer-logo {
    padding: 50px 0px;
    padding-bottom: 100px;
}
.contant.t-ctr {
    text-align: center;
}
h4.India {
    border: 1px solid;
    padding: 10px;
    border-radius: 20px;
    background-color: #05426b;
    color: white;
    font-size: 24px;
}

.content-year h1 {
    padding-top: 30px;
}
.content-year h4 {
    font-size: 22px;
    padding: 10px 0px;
    font-weight: 600;
    width: 75%;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.contant.t-ctr p {
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    h4.India {
        border: 1px solid;
        padding: 10px;
        border-radius: 20px;
        background-color: #05426b;
        color: white;
        font-size: 14px !important;
    }
    .contant.t-ctr h1 {
        font-size: 25px;
        font-weight: 500;
        color: #f07d17;
    }
    .passport-size-img img {
        display: block;
        margin: auto;
    }
    .logo img {
        display: flex;
        margin: auto;
    }
    .contant.t-ctr p {
        padding-bottom: 20px;
        font-size: 11px;
    }
    .skill img {
        margin: auto;
        display: flex;
    }
    .skill-1 img {
        display: flex;
        margin: auto;
        float: inherit;
    }
  }
  .name-contant ul li {
    font-size: 13px;
}