
html {
    scroll-behavior: smooth;
}


.sm_container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.bannerSection {
    margin-top: 0px !important;
}

.innerBanner-img {
    /* aspect-ratio: 1.075268817204301; */
        /* width: calc(100% - 455px);
        height: calc(100% + 78px);
        left: 451px; */
    position: relative;
    height: 100%;

}

.picture {
    display: block;
    height: 100%;
}

.padding-16 {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}


/*  */


.font-r {
    font-size: 46.3px !important;
    font-weight: 800 !important;
}

.font-w {
    font-size: 37px !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

.font-lineup {
    font-size: 43.5px !important;
    font-weight: 800;
}

.font-linedown {
    font-size: 26px;
}

/* 
select {

  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;


  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


select.minimal:focus {
    background-image:
      linear-gradient(45deg, green 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, green 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
  } */


/*  */


/* .inner__banner:before {
    position: relative !important;
    background: #19191e !important;
    opacity: 0.96;
} */

.bannerSection {
    position: relative;
    height: 100vh;
}

.innerWrapper  {
    background: #19191e !important;
    opacity: 0.96;
    position: absolute;
    height: calc(100% - 60px);
    width: 100%;
}

.max-w {
    max-width: 977px;
}

.dash  {
    position: fixed;
    background-color: transparent;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    padding: 0px 0 0px 15px;
    max-width: 300px;   
    transition: .2s ease-in-out;
    z-index: 1;
    color: #FFFFFF;
    cursor: pointer;
    gap: 36.5px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}




/* animation start here */
.btn_one_cta {

        transition: padding .3s ease-in-out;
        position: relative;

	}
.btn_one_cta span {
        transition: font-weight .3s ease-in-out, color .3s ease-in-out;
}
.btn_one_cta::before {
    content: "";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out, -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.btn_one_cta::after {
    content: "";
    -webkit-transition: height .2s ease-in-out, width .2s ease-in-out;
    -o-transition: height .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: height .2s ease-in-out, width .2s ease-in-out;
    transition: height .2s ease-in-out, width .2s ease-in-out;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/*animation ends here */
    

.dash > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.dash-links {
    color: #fff;
    padding-right: 14px;
    font-size: 14px;
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    width: 100%;
    font-weight: bold !important;
    /* width: 0;
    transition: all 0s ease-in-out;
    min-height: 0px;
    font-weight: bold !important;
    display: none;

    /* min-width: 0px; */

}
.navBox {
    width: 19px;
    height: 3.5px;
    /* transition: 0.2s ease-in-out; */
    background-color: #c4c4c4;
    margin-right: 15px;
}

/* .inner__banner:before {
    z-index: 10 !important;
    opacity: 0.3 !important;
    background: rgba(0,0,0,.75) !important;
} */


.dash:hover .dash-links {
    color: #fff;
     visibility: visible;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    /* height: auto; */
    /* min-height: auto; */
    text-align: right;
    /* width: 100%; */
    /* display: block; */
}
.dash:hover {
    background-color: rgba(0,0,0,.5);
    gap: 36.5px;
}
.dash  > div > a:hover {
    color:#006bae !important;
    /* font-weight: bold !important; */
}

.inner_banner__content {
    padding: 0  3rem !important;
}


.flex-w {
    display: flex;
    gap: 2rem;
    margin: 2rem 0 0 0;
    justify-content: center;
}

.f-44 {
    font-size: 44px !important;
}

.btn-contact {
    padding: 0.875rem 0;
    border: 1px solid #fff;
    background-color: #fff;
    font-size: .71125rem;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    width: 300px;
    height: 2.625rem;
    color: #000;
    font-weight: 600;
    opacity: 0.8;
}



.btnWrapper {
    display: flex;
    justify-content: center;
    margin-top: 38px;
    position: relative;
}

.foo_cta {
    margin: 0 !important;
}

.attached-btn {
    position: relative;
    left: 109px;
    z-index: -1;
}

.fit-title {
    color: #006bae;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.paraNew {
    font-size: 19.8px;
    color: #000;
    font-weight: 400;
    margin: 23px 0 0 0;
    width: 100%;
    line-height: 1.2;
}

.section-bg {
    background-color: #ebebeb
}

.logoImage {
    margin-bottom: 32px;
}

.center {
    align-items: center;
    gap: 10px;
}

.lightBlue {
    color: #26a8ff;
    font-size: 33px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
}

.ml-6 {
    margin: 0 0 0 35px;
}


.whiteText {
    font-size: 33px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px;
}

.paraWrapper {
    margin: 24px 0 0 0;
}

.paraText {}

.white {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 20px !important;
    margin: 4px 0 0 0 !important;
    line-height: unset !important;
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bgBlue {
    background-color: #006bae;
    padding: 25.5px 0;
}

.query {
    color: #8bd1ff;
    margin: 0 0 12px 0;
}

.drop {

    color: #fff;
}

.formWrapper {
    padding: 5rem 0;
}

.formSection {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.innerFrom {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    margin: 2rem 0 0 0;
}

.bgImage {
    background-image: url('../assets/images/u-flex/bg.webp');
    background-repeat: no-repeat;
    object-fit: contain;
    /* background-size: ; */
}

 .inputText {
    padding: 0.8rem;
    object-fit: contain;
    /* opacity: 0.9; */
    border-radius: 2.5px;
    border: solid 0.5px #fff;
    background-color: #fff;
    color: #000;
    width: 100%;
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    /* Edge */
    font-size: 12.8px;
    
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    font-size: 12.8px;
    
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

::placeholder {
    font-size: 12.58px;
    
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.item1Wrapper {
    position: relative;

}

.item1Wrapper>h2 {
    text-align: left;
}

/* grid area start */

.bg-grid {
    object-fit: contain;
    background-color: #5a5959;
    cursor: pointer;
}

.bg-blue {
    background-color: #006bae;
    cursor: pointer;
    object-fit: contain;
}

.bg-blue:hover {
    background-color: #3a3a3a;

}

.item1 {
    position: relative;
    grid-area: item-1;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 1/4;
    grid-row: 1/2;
}

.item1 img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.item2 {
    grid-area: item-2;
    grid-column: 4/5;
    grid-row: 1/2;
}

.bg-grid:hover {
    background-color: #006bae;
}

.item3 {
    grid-area: item-3;
    grid-column: 5/6;
    grid-row: 1/2;
}

.item4 {
    grid-area: item-4;
    grid-column: 1/2;
    grid-row: 2/4;
}

.item5 {
    grid-area: item-5;
    grid-column: 2/3;
    grid-row: 2/3;

}

.item6 {
    grid-area: item-6;
    grid-column: 3/4;
    grid-row: 2/3;
    background-color: #3a3a3a;
    object-fit: contain;
    cursor: pointer;
}
.item6:hover {
    /* background-color: #006bae; */
    background-color: rgb(0 107 174 / 50%);
}

.item7 {
    grid-area: item-7;
    grid-column: 4/5;
    grid-row: 2/3;
}

.item8 {
    grid-area: item-8;
    grid-column: 5/6;
    grid-row: 2/3;
}

.item9 {
    grid-area: item-9;
    grid-column: 2/3;
    grid-row: 3/4;
}

.item10 {
    grid-area: item-10;
    grid-column: 3/4;
    grid-row: 3/4;
}

.item11 {
    grid-area: item-11;
    grid-column: 4/6;
    grid-row: 3/4;
}

.grid-container {
    display: grid;
    background-color: #2196F3;
    grid-template-columns: repeat(5, minmax(auto, 1fr));
    grid-template-rows: repeat(3, minmax(auto, 1fr));
}

.grid-container>div {
    position: relative;
    padding: 4rem 0;
}

.grid-container>div>img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.footer_wrap {
    overflow: hidden;
}

.about_vision_mission_contetnt_blk {
    padding: 5rem 0px;
}


.video_box {
    mix-blend-mode: darken;
    cursor: pointer;
}

.mt-1 {
    margin-bottom: 10px;
}

.unset-w {
    width: unset;
    font-size: 45.3px;
}

.center {
    text-align: center;
}
.f-26 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal; 
    text-transform: none;
    width: 914px;
}

.btnWrapperFlex {
    display: flex;
    gap: 11px;
    justify-content: center;
}
.btn_one {
    /*border: solid 0.8px #fff;*/
    background-color: #000;
    color: #fff !important;
    /*padding: 21px 25px 21px 23.5px;*/
    font-size: 15.5px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0.92;
    letter-spacing: 3.38px;
    opacity: 0.89;
    /*position: relative;*/
    /*transition: padding .3s ease-in-out;*/
}
.btn_one  {
    color: #fff;
}
.btn_one:hover {
    text-decoration: none;
    color: #fff;
}
.btn_one:visited  {
    text-decoration: none !important;
    color: #fff !important;
}



.second_section {
    margin: 91px 0 30px 0;
}


.font-14 {
    font-size: 14px !important;
}



/* select css */



/* select end css */

/* grid area ends */

@media screen and (max-width:900px) {
    .btnWrapper {
        display: none;
    }

   .grid-container .white{
    padding: 0px 10px;
   }

   .f-44  {
    font-size: 24px !important;
   }

}

@media screen and (max-width: 640px) {

    .dash  {
        display: none ;
    }

    .bannerSection {
        position: relative;
        height: auto;
        margin-top: 52px !important;
    }

    .innerBanner-img {
        height: auto ;
        aspect-ratio: 1/1;

    }
    .font-r {
        font-size: 22px !important;
        font-weight: 800 !important;
    }
    
    .font-w {
        font-size: 20px !important;
        font-weight: 600 !important;
        text-transform: none !important;
    }

    .video_box {
        aspect-ratio: 1/1;
    }

    .item1Wrapper>h2 {
        padding: 35px 0px;
        font-size: 2rem;
    }

   .grid-container .whiteText{
        font-size: 2rem; 
    }

    .inner_banner__content picture {
        display: none;
    }
   

    .second_section .title {
        font-size: 25px;
        line-height: 1.5;
    }

    .second_section .para_content {
        font-size: 20px;
        line-height: 1.75;
    }

    .formSection,
    .innerFrom {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .bgImage {
        background-size: unset;
    }

    .lightBlue {
        font-size: 30px;
        line-height: unset;
        padding: 0 2px;
    }

    .whiteText {
        font-size: 32px;
        padding: 0 2px;
    }

    .paraWrapper {
        margin: 20 0 24px 0;
        padding: 0 16px;
    }

    .white {
        margin: 2px 0 0 0 !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .grid-container {
        grid-template-columns: repeat(3, minmax(auto, 1fr));
        grid-template-rows: repeat(5, minmax(auto, 1fr));
    }


    .item1 {
        grid-column: 1/4;
        grid-row: 1/2;
    }

    .item2 {
        grid-column: 1/2;
        grid-row: 2/3;
    }

    .item3 {
        grid-column: 2/3;
        grid-row: 2/3;
    }

    .item4 {
        grid-column: 3/4;
        grid-row: 2/4;
    }

    .item5 {
        grid-column: 1/2;
        grid-row: 5/6;

    }

    .item6 {
        grid-column: 1/2;
        grid-row: 4/5;
    }

    .item7 {
        grid-column: 2/3;
        grid-row: 5/6;
    }

    .item8 {
        grid-column: 2/3;
        grid-row: 3/4;
    }

    .item9 {
        grid-column: 1/2;
        grid-row: 3/4;
    }

    .item10 {
        grid-column: 3/4;
        grid-row: 5/6;
    }

    .item11 {
        grid-column: 2/4;
        grid-row: 4/5;
    }

    .grid-container picture img {
        width: 45px;
        height: 45px;
        object-fit: contain;
    }

    .grid-container span.white {
        font-size: 1rem !important;
        padding: 0px 5px;
        line-height: 13px !important;
        text-align: center;
    }

    .grid-container>div {
        padding: 0px 0px;
    }

    .about_vision_mission_contetnt_blk {
        margin: 2rem 0 0 0 !important;
    }

    .paraNew {
        width: 100%;
    }

    /* .bannerImage {
        aspect-ratio: 1/1 !important;
        height: unset !important;
    } */

   

    .about_vision_mission_contetnt_blk h2{
        font-size: 2rem;
    }

}


@media screen and (min-width: 1500px) {
    .dash-links  {
        padding-right: 20px;
    }
    /* .flex-w {
        max-width: 60%;
    }
    .lightBlue {
        max-width: unset;
    }
    .whiteText {
        max-width: unset;
    } */
}





