/* section 1 */
.about-us .section-1 {
    position: relative;
    padding-top: 270px;
    padding-bottom: 80px;
}

.about-us .section-1 .bg-section {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    z-index: -1;
}

.about-us .section-1 .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(14, 57, 76, 0.95), rgba(14, 57, 76, 0.95));
    z-index: -1;
}

.about-us .section-1 .heading {
    font-weight: 700;
    font-size: 30px;
	    padding-bottom: 30px;
}
.about-us .section-1 .sub-heading {
    color: rgba(255, 255, 255, 0.428);
    font-weight: 700;
    font-size: 20px;
}

.about-us .section-1 .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
    margin-top: 15px;
    text-align: justify;
}

.about-us .section-1 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.about-us .section-1 .content .left-sd {
    width: 55%;
}

.about-us .section-1 .content .right-sd {
    width: 40%;
}

.about-us .section-1 .content .right-sd .img-sd {
    width: 100%;
}

/* section 1 end */


/* section 2 */
.about-us .section-2{
    margin-top: 50px;
}
.about-us .section-2 .crd img{
    width: 100%;
}
.about-us .section-2 .slider {}
.about-us .section-2 .slider .crd {
    padding: 40px 0px 0px 0px;
    background: linear-gradient(180deg, rgba(193, 133, 66, 0.1) 11.82%, rgba(193, 133, 66, 0) 100%);
    /* margin: 10px 30px; */
    display: flex !important
;
    flex-direction: column;
    justify-content: space-between;
}
.about-us .section-2 .slider .crd .content {
    margin-bottom: 30px;
    padding: 0px 25px;
}
.about-us .section-2 .slider .crd .content .crd-heading {
    font-size: 20px;
    font-weight: 600;
}
.about-us .section-2 .slider .crd .content .crd-desc {
    font-size: 15px;
    text-align: justify;
    height: 5em;
    line-height: 1.6em;
    overflow: hidden;
}
.about-us .section-2 .slider .crd .content .see-more-part .see-more{
    background: rgba(0, 35, 73, 0.1);
}
.about-us .section-2 .slider .crd .crd-img {
    display: flex;
    justify-content: end;
    position: relative;
}
.about-us .section-2 .slider .crd .crd-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.about-us .section-2 .slider .crd .crd-img .crd-year {
    position: absolute;
    bottom: 0;
    padding: 7px 34px;
    color: white;
    left: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(94.97deg, #002349 27.25%, #003773 42.14%, #003B7A 65.04%);
    z-index: 1;
}
.about-us .section-2 .slider .crd .crd-img .borderBottom {
    position: absolute;
    bottom: 0;
    padding: 7px 34px;
    color: white;
    right: 0;
    margin: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(97.65deg, #002349c7 32.17%, #003773cf 47.88%, #003b7acc 72.05%);
    z-index: 0;
}
.about-us .section-2 .slider .crd .crd-img .Bgbottom {
    position: absolute;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(0, 35, 73, 0) 45.3%, rgba(0, 35, 73, 0.6) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

/* slider equal height */
.about-us .section-2 .slider .slick-track
{
    display: flex !important;
}

.about-us .section-2 .slider .slick-slide
{
    margin: 0px 15px;
    height: inherit !important;
}

/* heading part */
.about-us .section-2 .heading { 
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-us .section-2 .heading .title{
    font-size: 30px;
    width: 50%;
    font-weight: 600;
}
.about-us .section-2 .heading .arrows{
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.about-us .section-2 .heading .arrow {
    width: 70px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 4px 14px rgba(122, 122, 122, 0.25);
    background: linear-gradient(116.56deg, #00234918 -91.5%, #00387318 -47.11%, #003b7a26 21.18%);
    transition: 0.5s;
    cursor: pointer;
}
.about-us .section-2 .heading .arrow:hover {
    background: linear-gradient(116.56deg, #002349 -91.5%, #003773 -47.11%, #003B7A 21.18%);
} 
.about-us .section-2 .heading .arrow:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(103%) contrast(104%);
} 
.about-us .section-2 .heading .arrows .arrw-right{

}
.about-us .section-2 .heading .arrows .arrw-right img{
    transform: rotateY(180deg);
}

/* section 2 end */


/* section 3 */

.about-us .section-3 {
    padding: 100px 0px;
}
.about-us .section-3 .heading {

}
.about-us .section-3 .container {
    padding: 50px 50px;
background: linear-gradient(180deg, #F7F8FA 0%, #EBEEF1 100%);
border: 3px solid rgba(14, 57, 76, 0.2);
}
.about-us .section-3 .heading .title{
    font-size: 30px;
    font-weight: 600;
}
.about-us .section-3 .heading .sub-title{
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}
.about-us .section-3 .crds{
    display: flex;
    justify-content: center;
    column-gap: 2%;
    row-gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 0px;
}
.about-us .section-3 .crds .crd{
    width: 49%;
    background: #0e394c2b;
    outline: 3px solid #0e394c26;
    border: 3px solid #0e394c2b;
    box-shadow: 0px 4px 14px rgba(122, 122, 122, 0.25);
    padding: 20px 20px 30px 20px;
    transition: 0.5s;
}
.about-us .section-3 .crds .crd .img-ttl{
    display: flex;
    column-gap: 5%;
    align-items: center;
    padding-bottom: 20px;
}
.about-us .section-3 .crds .crd .img-ttl .crd-img{
    background: #0E394C;
    outline: 3px solid #0E394C;
    border: 3px solid #ffffff63;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 10px;
}
.about-us .section-3 .crds .crd .img-ttl .crd-img img {
    width: 100%;
}
.about-us .section-3 .crds .crd .img-ttl .crd-ttl{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.about-us .section-3 .crds .crd .crd-dsc{
    color: #002349b8;
    text-align: justify;
}
/* hover effect */
.about-us .section-3 .crds .crd:hover{
    background: #0E394C;
    outline: 3px solid #0E394C;
    border: 3px solid #ffffff63;
    box-shadow: 0px 4px 14px rgba(122, 122, 122, 0.25);
}
.about-us .section-3 .crds .crd:hover .crd-img{
    background: #ffffff;
    outline: 2px solid #ffffff;
    border: 2px solid #0e394c2b;
}
.about-us .section-3 .crds .crd:hover .crd-img img{
    filter: brightness(0) saturate(100%) invert(9%) sepia(84%) saturate(1845%) hue-rotate(193deg) brightness(97%) contrast(103%);}
.about-us .section-3 .crds .crd:hover .img-ttl .crd-ttl{
    color: white;
}
.about-us .section-3 .crds .crd:hover .crd-dsc{
    color: rgba(255, 255, 255, 0.768);
}
/* section 3 end */

/* section 4 */

.about-us .section-4 {
    padding-bottom: 40px;
}
.about-us .section-4 .heading{}
.about-us .section-4 .heading .title{
    font-size: 30px;
    font-weight: 600;
}
.about-us .section-4 .heading .sub-title{
    font-size: 16px;
}
.about-us .section-4 .crds{
    display: flex
;
    align-items: center;
    column-gap: 1%;
    padding-top: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
}
.about-us .section-4 .crds .crd{
    width: 24%;
    display: flex
;
    align-items: end;
    justify-content: flex-start;
    padding: 40px 20px 15px 20px;
    position: relative;
    height: 300px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
    flex-direction: row;
    
}
.about-us .section-4 .crds .crd .filter{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(14, 57, 76, 0) 29.44%, rgba(14, 57, 76, 0.97) 77.33%);
}
.about-us .section-4 .crds .crd .crd-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}
.about-us .section-4 .crds .crd .crd-ttl{
    font-size: 17px;
    font-weight: 600;
    position: relative;
}
.about-us .section-4 .crds .crd .crd-dsc{
    font-size: 13px;
    position: relative;
}

/* section 4 end */

/* section 5  */

.about-us .section-5 {
    margin: 70px 0px;
    position: relative;
    padding: 50px 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.about-us .section-5 .section-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-us .section-5 .filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 35, 73, 0.95), rgba(0, 35, 73, 0.95))
}
.about-us .section-5 .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 3%;
    align-items: center;
}
.about-us .section-5 .left-sd {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 100px 0px;
}
.about-us .section-5 .left-sd .sd-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-us .section-5 .left-sd .dsc{
    margin-top: 20px;
    font-size: 16px;
    text-align: justify;
}
.about-us .section-5 .left-sd .ttl{
    font-size: 30px;
    font-weight: 600;
}
.about-us .section-5 .left-sd .sub-ttl{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #C6C6C6;
    column-gap: 10px;
}
.about-us .section-5 .right-sd {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}
.about-us .section-5 .right-sd img{
    position: relative;
    width: 100%;
}
.about-us .section-5 .right-sd .filter-sd{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, rgba(14, 57, 76, 0) 45.3%, rgba(14, 57, 76, 0.6) 100%);
    z-index: 2;

}

/* section 5 end */



/* responsive  1200 */
@media screen and (max-width:1200px) {}

/* responsive  1200 end*/

/* responsive  992 */
@media screen and (max-width:992px) {}

/* responsive  992 end */

/* responsive  768  */
@media screen and (max-width:768px) {
	.about-us .section-2 .slider .crd .content {
    padding: 0px 15px;
}
    .about-us .section-1 .content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-us .section-1 .content .left-sd {
        width: 100%;
    }
    .about-us .section-1 .content .right-sd {
        width: 100%;
    }
    .about-us .section-3 .crds .crd {
        width: 100%;
        box-shadow: 0px 4px 14px rgba(181, 181, 181, 0.25);
        background: white;
        padding: 20px 20px 30px 20px;
        transition: 0.5s;
    }
    .about-us .section-4 .crds .crd {
        min-width: 90%;
    }
    .about-us .section-4 .crds {
        flex-wrap: unset;
        justify-content: left;
        column-gap: 4%;
        overflow-x: scroll;
    }
    .about-us .section-5 .left-sd {
        order: 2;
        width: 100%;
    }
    .about-us .section-5 .right-sd {
        order: 1;
        width: 100%;
    }
    .about-us .section-2 .heading .title {
        font-size: 20px;
    }
    .about-us .section-3 .container {
        padding: 30px 20px;
    }
    .about-us .section-3 .heading .title {
        font-size: 20px;
        font-weight: 600;
    }
    .about-us .section-3 .crds .crd .img-ttl .crd-ttl {
        font-size: 16px;
    }
    .about-us .section-3 .crds .crd .crd-dsc {
        font-size: 14px;
    }
    .about-us .section-4 .heading .title {
        font-size: 20px;
    }
    .about-us .section-5 .left-sd .ttl {
        font-size: 20px;
    }
    .about-us .section-5 .left-sd .dsc {
        font-size: 14px;
    }
    .about-us .section-5 .left-sd {
        padding: 30px 0px;
    }
    .about-us .section-5 {
        margin-bottom: 0px;
    
    }
    .about-us .section-1 .heading {
        font-size: 20px;
    }
    .about-us .section-1 .description {
        font-size: 14px;
    }
    .about-us .section-1 {
        padding-top: 190px;
    }
    
}

/* responsive  768 end */