* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    letter-spacing: .7px;
}
.mainSection{
    overflow-x: hidden;
}
.cstm_container {
    margin: 0 5vw;
    width: calc(100% - 2rem);
    max-width: 1220px;
}

.d_flex {
    display: flex;
}

.aligncenter {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items {
    display: inline-block;
}

/*  ===============header =====================*/
.mainHeader {
    background-color: #000000;
    width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
}

.logo {
    width: 20%;
}

.logoImg {
    max-width: 70px;
    width: 100%;
}

.mainList {
    gap: 2.5rem;
    width: 100%;
    justify-content: flex-end;
    text-align: right;
}

a {
    text-decoration: none;
}

.text-light {
    color: #fff;
}
button.navbar-toggler{
    background-color: #f5a201;
    padding: 5px 10px;
}
/* =========end heder ===================== */
/*  ===============banner swecton ==============*/
.banner {
    background: url(imags/banner.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.listItmLink{
    font-size: 1rem;
    padding: 1rem 0;
    color: #ffffff;
    position: relative;
}
.listItmLink:hover{
    color: #f5a201;
}
.listItmLink:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    content: "";
    transition: .3s;
}
.listItmLink:hover:after{
    border: 1px solid #f5a201;
    width: 100%;
}
.banner:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #0004;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bannertext {
    padding: 7rem 0;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 1px;
    max-width: 650px;
    color: #fff;
}
.videoSection{
    max-width: 100%;
    height: auto;
    z-index: 1;
    width: 100%;
    box-shadow: 0 0 10px #0007;
    border-radius: 10px;
}
/*  ===========================gird section============================*/
.gidSection{
    background-color: #ffffff;
    background-image: linear-gradient(#E05F01, #FEAE01);
}
.gridItem {
    box-shadow: 0 0 1rem #0006;
    max-height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

p.gridDes {
    max-height: calc(100% - 115px);
    overflow: auto;
    padding-right: 10px;
}
.gridItem2 p.gridDes{
    max-height: calc(100% - 50px);
}
.gridDes::-webkit-scrollbar {
    width: 5px;
}

.gridDes::-webkit-scrollbar-thumb {
    background: #000000aa;
    border-radius: 10px;
}

.cstmGridIems {
    width: calc(33.33% - 1rem);
}
.cstmGridIems2 {
    width: calc(50% - 1rem);
}

.titletext {
    color: #000000;
}

.gidUrl {
    display: inline-block;
    padding: 1rem;
    background-color: #000;
    color: #f5a201;
    border-radius: 5px;
    border: 1px solid;
}

.gidUrl:hover {
    color: #fff;
    border: 1px solid;
}
.gridItem2{
    background-color: #fff;
}
.gridItem1{
    background-color: #f5a201aa;
}
.copyrighttext{
    background-color: #000000;
    color: #f5a201;
}
.justifyText{
    text-align: justify;
}
.testBack{
    background: #f5a201;
    box-shadow: 0 0 25px #f5a20177;
    border-radius: 10px;
}
.testUserImg{
    border-radius: 50%;
    box-shadow: 0 0 15px #0005;
}
.SliderContent{
    max-width: 1000px;
}
.slick-prev{
    left: -10px;
}
.slick-next{
    right: -10px;
}
.slick-prev, .slick-next {
    z-index: 1;
    height: auto;
    width: auto;
}
.slick-prev:before, .slick-next:before{
    font-size: 2rem;
}
.mainFooterSetion{
    background-color: #000;;
}
.bntentBrdrTp{
    border-bottom: 1px solid #f5a201;
}
.footerAddress,.ftmlistItmLink{
    color: #f5a201;
}
.ftmlistItmLink:hover{
    color: #fff;
}
.footerAddress{
    line-height: 1.6;
}
@media(max-width:768px) {
    .cstmGridIems {
        width: 100%;
    }
    footer.mainFooterSetion.bntentBrdrTp {
        text-align: center;
    }
}