.about-banner {
    position: relative;
    background: url(../images/about-banner.png)no-repeat;
    background-size: cover;
    width: 100%;
    height: 460px;
}
.about-banner::before {
    content: '';
    position: absolute;
    top: 0;
    background: rgba(0, 42, 82, 0.80);
    width: 100%;
    height: 100%;
}
.about-banner .center-text-with-vid {
    max-width: 30%;
    margin: unset;
    left: 100px;
    top:50%;
    text-align: left;
    transform: translate(0, -50%);
}
.about-banner .center-text-with-vid .hero-txt .steelblue-color {
    text-shadow: unset;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.about-banner .center-text-with-vid .hero-txt p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}
.about-img {
    position: relative;
}
 .heading-common {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: normal;
    color: #002e5b;
}
.discription {
    display: block;
    margin-top: 0px;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #545454!important;
    text-align:justify;
    opacity: 1!important;
}
.about-img .about-img-box {
    position: absolute;
    right: -60px;
    bottom: -60px;
    background: #002E5B;
    padding: 33px 54px;
    width: 328px;
}
.about-img .about-img-box h5 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.quest-value-sec.value-section {
    background: url(../images/other/value-bg.png)no-repeat;
    background-size: cover;
    background-color: unset;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
}
.heading-common {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: normal;
    color: #002e5b;
    margin-bottom: 16px;
    /* font-family: Proxima-Nova-regular; */
    visibility: visible;
}
.value-section .heading-small-text {
    margin-bottom: 77px;
}
.heading-small-text {
    color: #000;
    margin-bottom: 77px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 1!important;
}
.value-section .quest-value-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.value-section .quest-value-list li {
    border-radius: 12px;
    background: #FFF;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    width: 26%;
    margin-bottom: 54px;
    margin: 0 37px 54px;
    overflow: visible;
}
.value-section .quest-value-list li img {
    margin-right: 30px;
    height: auto;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-delay: 50ms;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.9, 1.9, 1.9);
        transform: scale3d(1.9, 1.9, 1.9);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.event-sec .gallery-slider .event-img img {
    height: 500px;
    object-fit: cover;
}
.value-section .quest-value-list li h4 {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.1px;
    margin-bottom: 0;
    margin-top: 0;
}
.event-sec .gallery-slider .item {
    background: #F0F4F7;
}
.event-sec .gallery-slider .event-img {
    padding: 73px 177px 56px;
}
.event-sec .gallery-slider .gallery-img {
    border-top: 1px solid rgba(0, 46, 91, 0.10);
    padding: 34px 92px 44px;
    margin: 0;
}
.event-sec .gallery-slider .gallery-img .content-gallery {
    position: unset;
    max-width: 90%;
}
.event-sec .gallery-slider .gallery-img h3::before {
    width: 187px;
    bottom: -10px;
}
.event-sec .gallery-slider .gallery-img h3 {
    max-width: 75%;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #002e5b;
    line-height: 38px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #fff;
    position: relative;
}
.event-sec .gallery-slider .gallery-img p {
    margin-bottom: 0;
    color: #262626;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.event-sec .gallery-slider .slick-prev.slick-arrow {
    top: 0;
    bottom: 0;
    left: 50px;
    margin: auto;
    width: 76px;
    height: 76px;
    background-color: #fff!Important;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none!important;
}
.event-sec .gallery-slider .slick-prev.slick-arrow:hover {
    background-color: #002E5B!important;
}
.event-sec .gallery-slider .slick-prev.slick-arrow:hover::before {
    background-blend-mode: color;
}
.event-sec .gallery-slider .slick-next.slick-arrow {
    top: 0;
    bottom: 0;
    right: 50px;
    left: auto;
    margin: auto;
    width: 76px;
    height: 76px;
    background-color: #fff!Important;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none!important;
}
.event-sec .gallery-slider .slick-prev.slick-arrow::before {
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    position: unset;
}
.event-sec .gallery-slider .slick-next.slick-arrow::before {
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    right: 0;
    bottom: 0;
}
.about-partner {
    background:  #002E5B;
    padding: 43px 0;
}
.about-partner  span {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 0;
    margin-bottom: 35px;
    display: block;
}
.about-partner .common-btn {
    background: #fff!important;
    color: #002E5B!important;
    font-size: 16px;
    padding: 6px 38px;
    line-height: 35px;
    border: 1px solid #002e5b;
    transition: .5s;
    letter-spacing: 0;
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 2;
    font-weight: 600;
    text-decoration: none;
}

.team-section .team-item {
    position: relative;
    padding: 37px;
    border-radius: 8px;
    border: 1px solid rgba(101, 101, 101, 0.40);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    min-height: 695px;
}
.team-section .team-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 94px;
    border-radius: 0px 8px 0px 0px;
    background: #002E5B;
}
.team-section .team-img {
    margin-bottom:22px ;
    text-align: center;
}
.team-section .team-info h2 {
    color: #134396;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.team-section .team-info span {
    color: #282828;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 34px;
    display: block;
}
.team-section .team-info ul {
    background: #F0F4F7;
    padding: 14px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    margin-bottom: 33px;
    width: fit-content;
    margin: auto auto 33px;
}
.team-section .team-info ul li {
    list-style-type: none;
}

.team-section .team-info ul li a {
    color: #002E5B;
    font-size: 22px;
}
.team-section .team-info p {
    color: #545454;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}
.team-section .heading-small-text {
    margin-bottom: 50px;
}
.award-section {
    padding: 60px 0;
}
.media-section .heading-small-text {
    margin-bottom: 40px;
}
.reach-form-sec.about-contact-form {
    background: #F0F4F7;
    padding: 70px 0;
}
#contact-form.about-contact-form .contact-cont {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 5px 25px 2px rgba(0, 0, 0, 0.10);
    padding: 41px 52px;
}
#contact-form.about-contact-form .contact-cont .head {
    padding-bottom: 0;
}
#contact-form.about-contact-form .contact-cont .head h2 {
    color: #002E5B;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
    text-transform: capitalize;
}
#contact-form.about-contact-form .contact-cont .head h2 span {
    font-weight: 600;
}
.about-contact-form form {
    width: 67%;
}
#contact-form.about-contact-form .contact-cont .input-field input {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    background-color: transparent;
    padding: 10px 0px;
    height: unset;
    border-bottom: 1px solid #000;
    color: #7E7E7E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#contact-form.about-contact-form .contact-cont .input-field input::placeholder {
    color: #7E7E7E;
    font-size: 16px;
}
#contact-form.about-contact-form .contact-cont .input-field .form-control {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    background-color: transparent;
    padding: 10px 0px;
    height: unset;
    border-bottom: 1px solid #000;
    color: #7E7E7E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
}
#contact-form.about-contact-form .contact-cont .input-field textarea {
    border-bottom: 1px solid #000;
    color: #7E7E7E;
    font-size: 16px;
    width: 100%;
    font-style: normal;
    padding: 10px 0px;
    font-weight: 400;
    line-height: normal;
    background: transparent;
}
#contact-form.about-contact-form .contact-cont .input-field textarea::placeholder {
    color: #7E7E7E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.about-contact-form .info-block {
    top: 50%;
    right: -60px;
    border-radius: 18px;
    background: #002E5B;
    color: white;
    padding: 45px 54px;
    max-width: 380px;
    border-radius: 24px;
    text-align: center;
    transform: translate(0, -50%);
}
.about-contact-form .info-block .des p {
    margin-bottom: 12px;
}
.about-contact-form .info-block .des p::before {
    display: none;
}
.about-contact-form .info-block .des p.idea::before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: auto;
    width: 133px;
    height: 2px;
    margin: auto;
    bottom: -20px;
    left: 0;
    right: 0;
}
.about-contact-form .info-block .social-btn a {
    border-radius: 16px;
    border: 1px solid #FFF;
    padding: 13px 37px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}
.about-contact-form .info-block .social-icon ul  {
    display: flex;
    align-items: center;
    gap: 67px;
    justify-content: center;
}
.about-contact-form .info-block .social-icon ul li {
    list-style: none;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    line-height: 38px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-contact-form .info-block .social-icon ul li i {
    color: #000;
    font-size: 28px;
    display: block;
}
.about-contact-form .info-block .social-icon {
    padding-bottom: 0;
}
.about-contact-form .common-btn {
    padding: 10px 98px;
    line-height: 22px;
}
.info-block .des p {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
}
.info-block .social-info{
    padding: 40px 0;
}
.info-block .social-info a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.news-main-box {
    padding: 15px;
}

.news-sec .new-outer {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 30px 15px;
    transition: .5s;
    background-color: #fff;
}
.news-sec .logo-img {
    height: 55px;
    padding: 5px;
    text-align: center;
}
.news-sec .logo-img img {
    height: 30px !important;
    margin-bottom: 20px;
    width: 100%;
    object-fit: contain;
}
.director-img img {
    object-fit: fill;
    height: auto;
    width: 100%;
}
.news-sec h5, .news-sec h6 {
    font-weight: 300;
    color: #6f6f6f;
    margin: 15px 0;
    font-size: 14px;
    font-style: italic;
}
.news-sec .news-main-box h2, .news-sec h3 {
    font-weight: 600;
    font-size: 14px;
    color: #002e5b;
    line-height: 26px;
    margin: 10px 0;
}
.about-us-sec {
    padding: 80px 0 60px!important;
}
.news-sec {
    padding: 30px 0 0;
    background-image: url(../images/news-img/texture-news.png);
    background-position: center;
    background-size: contain;
    background-blend-mode: multiply;
}

@media (max-width: 1199px){
    .about-banner .center-text-with-vid {
        max-width: 40%;
    }
    .value-section .quest-value-list li {
        width: 25%;
        margin: 0 30px 45px;
    }
    .value-section .quest-value-list li img {
        margin-right: 10px;
    }
    .value-section .quest-value-list li h4 {
        font-size: 17px;
    }
    .team-section .team-item {
        padding: 22px;
        min-height: 735px;
    }
    .team-section .team-info span {
        font-size: 15px;
        margin-bottom: 20px;
    }
    #contact-form.about-contact-form .contact-cont {
        padding: 35px 40px;
    }
    .about-contact-form form {
        width: 58%;
    }
    .about-contact-form .info-block {
        right: -15px;
        padding: 35px 42px;
        max-width: 350px;
    }
}

@media (max-width: 1023px){
    .about-banner .center-text-with-vid {
        max-width: 55%;
    }
    .about-banner {
        height: 380px!important;
        margin-top: 51px!important;
    }
    .about-banner .center-text-with-vid .hero-txt .steelblue-color {
        font-size: 29px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .about-banner .center-text-with-vid .hero-txt p {
        font-size: 15px;
        line-height: 24px;
    }
    .heading-common {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .heading-small-text {
        font-size: 15px;
    }
    .about-img .about-img-box {
        bottom: -85px;
        background: #002E5B;
        padding: 20px 30px;
        width: 230px;
    }
    .about-img .about-img-box h5 {
        font-size: 18px;
        line-height: 25px;
    }
    .discription {
        font-size: 15px!important;
    }
    .value-section .quest-value-list li {
        width: 33%!important;
        margin: 0 10px 20px!important;
    }
    .event-sec .gallery-slider .event-img {
        padding: 25px 50px;
    }
    .event-sec .gallery-slider .event-img img {
        height: 440px;
    }
    .event-sec .gallery-slider .gallery-img {
        padding: 20px 50px 25px;
    }
    .event-sec .gallery-slider .gallery-img .content-gallery {
        position: unset;
        max-width: 100%;
    }
    .event-sec .gallery-slider .gallery-img h3 {
        max-width: 100%;
        font-size: 23px;
        line-height: 28px;
    }
    .event-sec .gallery-slider .gallery-img p {
        font-size: 16px;
    }
    .event-sec .gallery-slider .gallery-img h3::before {
        width: 140px;
    }
    .about-partner {
        background: #002E5B;
        padding: 25px 0;
    }
    .about-partner span {
        font-size: 28px;
        margin-bottom: 7px;
    }
    .about-partner .common-btn {
        font-size: 15px;
        padding: 5px 30px;
    }  
    .team-section .team-img {
        margin-bottom: 15px;
    }
    .team-section .team-info ul {
        margin: auto auto 20px;
        padding: 10px 20px;
    }
    .team-section .team-info p {
        font-size: 15px;
        line-height: 21px;
    }
    .team-section .team-item {
        min-height: 615px;
        margin-bottom: 20px;
    }
    .about-contact-form .info-block {
        right: 0;
        padding: 30px 35px;
        max-width: 350px;
        position: unset;
        transform: unset;
        margin: auto;
    }
    .about-contact-form form {
        width: 100%;
    }
    #contact-form.about-contact-form .contact-cont .head h2 {
        font-size: 28px!important;
        margin-bottom: 20px;
    }
    .about-us-sec {
        padding: 35px 0 30px!important;
    }
    .news-sec h5 {
        font-size: 12px;
    }
    .news-sec h3 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 767px){
    body #ounj2hk6vfag1693994551114.widget-visible{
        display: none!important;
    }
    .about-banner .center-text-with-vid {
        max-width: 70%;
        background: transparent;
        padding: 0!important;
        left: 50px;
    }
    .about-banner .center-text-with-vid .hero-txt .steelblue-color {
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 5px;
    }
    .about-banner .center-text-with-vid .hero-txt p {
        font-size: 14px;
        line-height: 21px;
        text-align: left!important;
    }
    .about-banner {
        height: 290px!important;
        margin-top: 75px!important;
    }
    .heading-common {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .about-img .about-img-box {
        bottom: -35px;
        background: #002E5B;
        padding: 15px 25px;
        width: 80%;
        right: 0;
        left: 0;
        margin: auto;
    }
    .main-content.discription {
        margin-top: 40px!important;
    }
    .value-section .quest-value-list li {
        width: 70%!important;
        margin: 0 0px 15px!important;
    }
    .event-sec .gallery-slider .event-img img {
        height: auto;
    }
    .event-sec .gallery-slider .event-img {
        padding: 20px 35px;
    }
    .event-sec .gallery-slider .gallery-img {
        padding: 20px 35px 20px;
    }
    .event-sec .gallery-slider .gallery-img h3 {
        max-width: 100%;
        font-size: 20px;
        line-height: 24px;
        margin-top: 0;
    }
    .event-sec .gallery-slider .gallery-img p {
        font-size: 15px;
    }
    .event-sec .gallery-slider .gallery-img h3::before {
        width: 100px;
    }
    .about-partner span {
        font-size: 23px;
        margin-bottom: 4px;
    }
    .about-partner .common-btn {
        font-size: 14px;
        padding: 3px 25px;
    }
    .team-section .team-item {
        min-height: auto;
        margin-bottom: 15px;
    }
    #contact-form.about-contact-form .contact-cont {
        padding: 25px 30px;
    }
    #contact-form.about-contact-form .contact-cont .head h2 {
        font-size: 22px!important;
        margin-bottom: 15px;
    }
    #contact-form .contact-cont .input-field input {
        font-size: 14px;
    }
    #contact-form.about-contact-form .contact-cont .input-field input {
        font-size: 14px;
    }
    #contact-form.about-contact-form .contact-cont .input-field input::placeholder{
        font-size: 14px;
    }
    .about-contact-form .info-block .des p.idea::before {
        bottom: -30px;
    }
    .about-contact-form .info-block .social-icon ul{
        gap: 22px;
    }
}

@media (max-width: 320px){
    .about-banner .center-text-with-vid .hero-txt .steelblue-color {
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 3px;
    }
    .about-banner .center-text-with-vid .hero-txt p {
        font-size: 13px;
        line-height: 19px;
        text-align: left!important;
    }
    .heading-common {
        font-size: 22px;
        margin-bottom: 7px;
    }
    .about-img .about-img-box {
        background: #002E5B;
        padding: 12px 20px;
    }
    .about-img .about-img-box h5 {
        font-size: 15px;
        line-height: 23px;
    }
    .discription {
        font-size: 14px!important;
        line-height: 21px!Important;
        margin-bottom: 10px;
    }
    .value-section .quest-value-list li {
        width: 90%!important;
        margin: 0 0px 10px!important;
    }
    .heading-small-text {
        font-size: 14px;
    }
    .event-sec .gallery-slider .event-img {
        padding: 15px 25px;
    }
    .event-sec .gallery-slider .gallery-img {
        padding: 15px 25px 15px;
    }
    .event-sec .gallery-slider .gallery-img h3 {
        max-width: 100%;
        font-size: 17px;
        line-height: 21px;
        margin-top: 0;
    }
    .event-sec .gallery-slider .gallery-img p {
        font-size: 14px;
        line-height: 20px;
    }
    .event-sec .gallery-slider .gallery-img h3::before {
        width: 85px;
    }
    .about-partner span {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .about-partner span {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .our-team-sec {
        padding: 45px 0;
    }
    .team-section .team-item {
        padding: 18px;
    }
    .team-section .team-info ul {
        margin: auto auto 15px;
        padding: 6px 15px;
    }
    .team-section .team-info p {
        font-size: 14px;
        line-height: 20px;
    }
    #contact-form.about-contact-form .contact-cont {
        padding: 20px 25px;
    }
    #contact-form.about-contact-form .contact-cont .head h2 {
        font-size: 18px!important;
        margin-bottom: 10px;
    }
    #contact-form .contact-cont .input-field {
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    #contact-form.about-contact-form .contact-cont .input-field input {
        font-size: 13px;
    }
    #contact-form.about-contact-form .contact-cont .input-field input::placeholder {
        font-size: 13px;
    }
    #html_element2 div {
        width: 100%!important;
    }
    #html_element2 div iframe{
        width: 100%!important;
    }
    .about-contact-form .common-btn {
        padding: 10px 25px;
        line-height: 21px;
    }
    .about-contact-form .info-block {
        right: 0;
        padding: 20px 20px;
        max-width: 100%;
    }
    .info-block .des p {
        font-size: 13px;
        line-height: 21px;
    }
    .about-contact-form .info-block .des p {
        margin-bottom: 5px;
    }
    .info-block .social-info {
        padding: 15px 0 !important;
    }
    .about-contact-form .info-block .des p.idea::before {
        width: 100px;
    }
    .about-contact-form .info-block .social-btn a {
        font-size: 9px 30px;
        font-size: 13px;
    }
    .about-contact-form .info-block .social-icon ul {
        gap: 0;
    }
    .about-contact-form .info-block .social-icon ul li i {
        font-size: 20px;
    }
    .about-contact-form .info-block .social-icon ul li {
        width: 36px;
        height: 36px;
        margin: 5px!Important;
    }
}