@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,300&display=swap');




/*banner new css*/
/*--------------------------------------------*/

.bannerSectio {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    min-height: 73rem;
    background: transparent;
    overflow: hidden;
}

.innerContent{
    height: 100vh;
    width: 100vw;
}

/*.imgArea img{*/
/*  height: 100vh !important;*/
/*  width: 100vw !important;*/
/*}*/

.machine_img {
    position: absolute;
    width: 25rem;
    height: 25rem;
    border-radius: 100%;
    left: 50%;
    bottom: 3rem;
    transform: translateX(-50%);
    box-sizing: border-box;
    background: #fff;
}

.machine_img img {
    position: absolute;
    left: 50%;
    top: 28%;
    transform: translateX(-50%);
    width: 95px;
}

.bannerSectio .innerContent {
    position: relative;
    z-index: 1;
}

.bannerSectio .innerContent::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 23, 1);
    z-index: -1;
}

.bannerSectio .innerContent .text_content {
    position: absolute;
    top: 10rem;
    text-align: center;
    right: 0;
    left: 0;
}

.bannerSectio .innerContent .text_content .imgIcon {
    width: 3rem;
    margin: auto;
}

.bannerSectio .innerContent .text_content h1 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 2rem;
    font-family: var(--fontBabes);
    font-size: 4rem;
    line-height: 4.5rem;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

.bannerSectio .innerContent .text_content p {
    font-size: 1.8rem;
    font-family: var(--fontpoppins);
    color: #fff;
    letter-spacing: 0;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.5);

}

.bannerSectio .circleBox {
    position: absolute;
    z-index: 2;
    /* width: 30%; */
    margin: auto;
    right: 0;
    left: 0;
    bottom: -90px;
}

.bannerSectio .c-carousel {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
}

.bannerSectio .c-carousel-item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.bannerSectio .c-carousel-item.active {
    opacity: 1;
}

.bannerSectio .c-carousel-item img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bannerSectio .c-carousel-control-prev {
    position: absolute;
    width: auto;
    padding: 0 40px;
    height: 100%;
    left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e2e2e2;
    font-size: 40px;
    cursor: pointer;
}

.bannerSectio .c-carousel-control-next {
    position: absolute;
    width: auto;
    padding: 0 40px;
    height: 100%;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e2e2e2;
    font-size: 40px;
    cursor: pointer;
}

.bannerSectio .c-carousel-indicators {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 22;
}

.bannerSectio .c-carousel-indicators ul {
    position: relative;
    width: 32rem;
    display: flex;
    /* background: red; */
    align-items: center;
    justify-content: space-around;
    /*height: 32rem;*/
    /* border-radius: 100%; */
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
}

[class^=c-carousel-indicator-li-] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 3;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 10rem !important;
    height: 10rem !important;
    line-height: 10rem;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 22;
}

.bannerSectio .c-carousel-indicator-li-h {
    position: relative;
    top: 0;
    transform: translate(72%, -17%) rotate(-187deg);
    background: #36b9d5 !important;
}

.navigation-circle-list-item:active .navigation-circle-list-item__point .c-carousel-indicator-li-h,
.navigation-circle-list-item.active .navigation-circle-list-item__point .c-carousel-indicator-li-h {
    box-shadow: 0 0 0px 7px rgba(54, 185, 213, 0.2);
}

.bannerSectio .c-carousel-indicator-li-h::after {
    /* content: 'Mukesh Hyundai'; */
    content: '';
    position: absolute;
    color: #fff;
    top: 50%;
    right: 100%;
    line-height: 0;
    width: 15rem;
    text-transform: uppercase;
}

.bannerSectio .c-carousel-indicator-li-a {
    position: relative;
    top: 0;
    transform: translate(62%, -73%) rotate(-237deg);
    background: #29cbb3 !important;
}

.navigation-circle-list-item:active .navigation-circle-list-item__point .c-carousel-indicator-li-a,
.navigation-circle-list-item.active .navigation-circle-list-item__point .c-carousel-indicator-li-a {
    box-shadow: 0 0 0px 7px rgba(41, 203, 179, 0.2);
}

.bannerSectio .c-carousel-indicator-li-a::after {
    /* content: 'Mukesh Training Academy'; */
    content: '';
    position: absolute;
    color: #fff;
    top: 50%;
    right: 100%;
    line-height: 3px;
    width: 22rem;
    text-transform: uppercase;
}

.bannerSectio .c-carousel-indicator-li-f {
    position: relative;
    top: 0;
    transform: translate(58%, -6%) rotate(55deg);
    background: #fcbc3e !important;   
}

.navigation-circle-list-item:active .navigation-circle-list-item__point .c-carousel-indicator-li-f,
.navigation-circle-list-item.active .navigation-circle-list-item__point .c-carousel-indicator-li-f {
    box-shadow: 0 0 0px 7px rgba(252, 188, 62, 0.2);
}

.bannerSectio .c-carousel-indicator-li-f:after {
    /* content: 'Kaikan Ford'; */
    content: '';
    position: absolute;
    color: #fff;
    top: 50%;
    left: 100%;
    line-height: 3px;
    width: 12rem;
    margin-left: auto;
    text-transform: uppercase;
    margin-right: 0;
    text-align: right;
}

.bannerSectio .c-carousel-indicator-li-t {
    position: relative;
    top: 0;
    transform: translate(76%, -50%) rotate(6deg);
    background: #3ccc86 !important;
}

.navigation-circle-list-item:active .navigation-circle-list-item__point .c-carousel-indicator-li-t,
.navigation-circle-list-item.active .navigation-circle-list-item__point .c-carousel-indicator-li-t {
    box-shadow: 0 0 0px 7px rgba(60, 204, 134, 0.2);
}

.bannerSectio .c-carousel-indicator-li-t::after {
    /* content: 'Skill training'; */
    content: '';
    position: absolute;
    color: #fff;
    top: 50%;
    left: 100%;
    line-height: 3px;
    width: 12rem;
    margin-left: auto;
    text-transform: uppercase;
    margin-right: 0;
    text-align: right;
}


/*.bannerSectio .c-carousel-indicator-li:nth-child(5){
  position: relative;
  top: 0;
  transform:translate(-47px,30px)
    background:#36b9d5 !important;
}*/

.bannerSectio .c-carousel-indicator-li.active {
    /*transform:scale(1.1);*/
    /*border:2px solid #aaaaaa;*/
    box-shadow: 0 0 0px 7px rgba(20, 18, 109, 0.8);
}

/*banner new css end*/
/*--------------------------------------------*/
/*for banner section end*/


/*strength section start*/

.strength_sec {
    margin: 7rem 0;
}

.strength_sec .rightSlider .box_st {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    margin: 3rem 2rem;
    margin-right: 0;
    transition: 0.5s linear;
}

.strength_sec .rightSlider .box_st .txt {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1rem 1rem;
    width: 70%;
    color: #fff;
    background-color: var(--bluetextColor);
    transition: 0.4s linear;
}

.strength_sec .rightSlider .box_st .txt p {
    font-size: 1.8rem;
    font-weight: 600;
    /*color: var(--bluetextColor);*/
}

.strength_sec .rightSlider .box_st:hover {
    box-shadow: 0px 8px 8px 0 #d4d4d4;
    cursor: pointer;
}

.strength_sec .rightSlider .box_st:hover .txt {
    color: var(--bluetextColor);
    background-color: #fff;
}

.strength_sec .leftContet {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    position: relative;
}

.strength_sec .leftContet h2 {
    position: relative;
    text-transform: capitalize;
}

.strength_sec .leftContet p {
    padding-right: 4rem;
}

.strength_sec .leftContet h2::after {
    content: '';
    width: 38%;
    height: .5rem;
    background-color: #1815e6;
    position: absolute;
    top: -15px;
    left: 0;
}

.strength_sec .strSlide .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    visibility: hidden;
}

.strength_sec .strSlide .owl-nav button {
    width: 5rem;
    height: 5rem;
    background: #fff !important;
    border-radius: 100% !important;
    outline: 0 !important;
    visibility: visible;
    opacity: 1 !important;
}

.strength_sec .strSlide .owl-nav button:hover {
    background: #fff !important;
    color: #000 !important;
}

.strength_sec .strSlide .owl-nav button span {
    font-size: 3rem;
}

.strength_sec .strSlide .owl-nav .owl-prev {
    box-shadow: -7px 1px 5px 0 #f3f3f3;
    position: relative;
    left: -2rem;
}

.strength_sec .strSlide .owl-nav .owl-next {
    box-shadow: 7px 1px 5px 0 #f3f3f3;
    position: relative;
    right: -2.5rem;
}

.strength_sec .aboutSection {
    width: 75%;
    margin: 4rem auto;
}

.strength_sec .aboutSection h5 {
    font-size: 1.8rem;
    color: #171717;
    font-weight: 600;
    position: relative;
}

.strength_sec .aboutSection h5::after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 8px;
    height: 1px;
    background-color: #ddd;
    margin-left: 10px;
}

.strength_sec .aboutSection p {
    font-size: 1.6rem;
    color: #585656;
}

.strength_sec .aboutSection p span {
    text-transform: uppercase;
    font-weight: 600;
}

.strength_sec .aboutSection .abtBox {
    overflow-x: hidden;
}

.strength_sec .aboutSection .btnRow {
    text-align: center;
}

.strength_sec .aboutSection .btnRow .btn {
    background-color: #fff;
    border: 1px solid var(--btnborderColor);
    border-radius: 3rem;
    padding: .5rem 2rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    transition: 0.5s linear;
    text-decoration: none;
}

.strength_sec .aboutSection .btnRow a.btn:hover {
    border: 1px solid var(--btnborderColor);
    background-color: var(--btnborderColor);
    color: #fff;
}

.strength_sec .aboutSection .owl-dots {
    margin-top: 0;
    margin-bottom: 10px;
}


/*fhdhdsik*/

.aboutSection ul.about-circle {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    margin: 1.6rem 0;
}

.aboutSection ul.about-circle li {
    list-style: none;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #fff;
    animation: animate 1.6s ease-in-out infinite;
    margin: 0 0 0px;
    padding: 0;
    display: inline-block;
}

.aboutSection ul.about-circle li:nth-child(1) {
    animation-delay: -1.4s;
    background-color: #d2d1ff;
}

.aboutSection ul.about-circle li:nth-child(2) {
    animation-delay: -1.2s;
    background-color: #d2d1ff;
    margin-left: -5px;
}

.aboutSection ul.about-circle li:nth-child(3) {
    animation-delay: -1s;
    background-color: #d2d1ff;
    margin-left: -5px;
}

@keyframes animate {
    0%,
    40%,
    100% {
        transform: scale(0.4);
        background-color: #d2d1ff;
    }
    20% {
        transform: scale(1);
        background-color: #8684ff;
    }
}


/*strength section end */


/*traning section start*/

.traning_sec .rtContent h4 {
    font-size: 3rem;
    position: relative;
    color: #171717;
    margin-top: 4rem;
    padding-top: 1.4rem;
    padding-left: 0;
}

.traning_sec .rtContent h4::after {
    content: '';
    width: 10%;
    height: .5rem;
    background-color: #1815e6;
    position: absolute;
    top: 0;
    left: 0;
}

.traning_sec .rtContent p {
    font-size: 1.8rem;
}

.traning_sec .ltImg {
    padding-right: 5rem;
}


/*===========*/

.traning_sec {
    position: relative;
}

.traning_sec .container {
    position: relative;
}

.traning_sec .iocnBx {
    display: flex;
    align-items: center;
    margin: 4rem 0;
    justify-content: space-between;
}

.traning_sec .iocnBx .cardBx {
    flex: 0 0 33%;
    max-width: 32%;
    background-color: #fff;
    text-align: center;
    height: 20rem;
    /*padding: 3rem;*/
    border-radius: 1rem;
    box-shadow: 0 0 17px 0 #f3f3f3;
    position: relative;
    overflow: hidden;
    transition: 0.5s linear;
}

.traning_sec .iocnBx .cardBx a{
    display: block;
    padding: 3rem;
    width: 100%;
    height: 100%;
}

.traning_sec .iocnBx .cardBx .icon {
    width: 4rem;
    margin: 2rem auto;
    position: relative;
}

.traning_sec .iocnBx .cardBx p {
    font-size: 1.6rem;
    font-weight: 500;
}

.traning_sec .iocnBx .cardBx:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1rem;
    background-color: #e7ecfb;
    transition: 0.5s linear;
}

.srl {
    position: absolute;
    right: -5%;
    transform: rotate(-90deg);
}

.srl p {
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0;
}

.srl p::after {
    content: '';
    width: 4rem;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 40%;
    left: -108%;
    margin-left: .5rem;
}

.srl p::before {
    content: '';
    width: 3rem;
    height: 1px;
    background: #171717;
    position: absolute;
    top: 40%;
    left: -79%;
    z-index: 1;
    animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {
    0%,
    100% {
        left: -79%;
    }
    50% {
        left: -100%;
    }
}


/*traning section end*/


/*citySection start*/

.citySection {
    background-color: #f3f3f9;
    padding: 5rem 0;
    margin-top: 10rem;
    min-height: 23rem;
    position: relative;
}

.citySection .sltBox {
    background-color: #fff;
    padding: .5rem;
    display: flex;
    align-items: center;
    border-radius: 3rem;
}
.citySection .sltBox p{
    margin-bottom:0;
}

.citySection .owl-carousel .owl-item .sltBox img {
    display: block;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 1rem;
}

.citySection h5 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.citySection .logoSlide {
    padding-left: 6%;
    padding-right: 1rem;
}


/*.citySection .logoSlide {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}*/


/*citySection end*/


/*crs section start*/

.crsSec {
    text-align: center;
    width: 55%;
    margin: 5rem auto;
}

.crsSec h4 {
    position: relative;
    padding: 1.5rem 0;
    color: #000;
    text-transform: uppercase;
    font-size: 3rem;
}

.crsSec h4::after {
    content: '';
    width: 5rem;
    height: .5rem;
    background-color: #1815e6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 3rem;
    margin: auto;
}

.crsSec h5 {
    color: #939393;
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.crsSec p {
    font-size: 1.9rem;
    color: #585656;
}

.crsSec .btn {
    background-color: #f3f3f9;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 1rem 3rem;
    color: var(--btnborderColor);
    border-radius: 3rem;
    margin-top: 3rem;
}

.crsSec .btn:hover {
    background-color: var(--btnborderColor);
    color: #fff;
}


/*crs section end*/














/*===========================================================================================================================
===========================================================================================================================*/





/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    html{
        font-size: 40%;
    }
    
    

    .bannerSectio .c-carousel-indicators{
        display: none !important;
    }
    .bannerSectio{
    /*min-height: 60vh;*/
    /*top:7.5rem;*/
    }
    
    .traning_sec .iocnBx {
    flex-wrap: wrap;
}
.traning_sec .iocnBx .cardBx{
   flex: 0 0 100%;
    max-width: 100%;
    margin-bottom:2rem;
}
.bannerSectio .innerContent .text_content {
    position: absolute;
    top: 50%;
    text-align: center;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}

/*.innerContent .imgArea img{*/
/*    height: 100vh;*/
/*    width: 100vw;*/
/*}*/
.srl{
    right: 0;
}
.strength_sec .leftContet h2 {    
    margin-bottom: 4px;
}

.traning_sec .iocnBx .cardBx{
    height: 25rem;
}

.strength_sec{
    margin-top:14rem; 
}
.bannerSectio .innerContent .text_content .imgIcon{
    width: 8rem;
}

.bannerSectio .innerContent .text_content h1{
    font-size: 3rem;
}

.strength_sec .strSlide .owl-nav{
    display:none;
    
}

.crsSec{
    width:100%;
}


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {


    html{
        font-size: 40%;
    }

    .bannerSectio .c-carousel-indicators{
        display: none;
    }
    .bannerSectio .c-carousel{
        height: 64vh;
    }
    .bannerSectio{
    min-height: 60vh;
    top:0rem;
    }
.bannerSectio .innerContent .text_content {
    position: absolute;
    top: 34%;
    text-align: center;
    right: 0;
    left: 0;
}
.srl{
    right: 0;
}
.strength_sec .leftContet h2 {    
    margin-bottom: 4px;
}

.traning_sec .iocnBx .cardBx{
    height: 25rem;
}

.strength_sec{
    margin-top:14rem; 
}
.bannerSectio .innerContent .text_content .imgIcon{
    width: 8rem;
}

.strength_sec .strSlide .owl-nav{
    display:none;
    
}

.crsSec{
    width:100%;
}
}




/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}



















.down_footer{
    padding-bottom:0;
}
.footer_bg{
        position: relative;
    overflow: hidden;
    height: 26rem;
}
.ftrPosition {
   position: absolute;
    left: 0;
    right: 0;
    bottom: 26px;
    z-index: 11;
}

.ocean { 
  height: 5%;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  background:#3081e6;
}

.wave {
  background: url(../images/wave.svg) repeat-x; 
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}

footer .lt_submit{
    background-color:#75767f !important;
}

/*.main-footer, .top_footer{*/
/*    margin-bottom:0;*/
/*    padding-bottom:0;*/
/*}*/


.aniText{
    text-align:center;
    margin-top:4rem;
    display:block;
}
.aniText span {
    font-size: 2rem;
    transform: translateY(-50px);
    display: inline-block;
    text-transform:uppercase;
     opacity:0;
    animation-name: textAni;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-duration:7s;
    animation-delay:0s;
}

    
@keyframes  textAni{
    0%{
        transform: translateY(-50px);
        opacity:0;
    }
    
     10%{
        transform: translateY(0px);
        opacity:0.7;
    }
    30%{
        transform: translateY(0px);
        opacity:0.8;
    }
    50%{
        transform: translateY(0px);
        opacity:0.9;
    }
    80%{
        transform: translateY(0px);
        opacity:1;
    }
     90%{
        transform: translateY(0px);
        opacity:1;
    }
    
   100%{
        transform: translateY(0px);
        opacity:0;
   }
}

.aniText span:nth-child(1){
    animation-delay:0s;
}
.aniText span:nth-child(2){
    animation-delay:0.3s;
}
.aniText span:nth-child(3){
    animation-delay:0.6s;
}
.aniText span:nth-child(4){
    animation-delay:0.9s;
}
.aniText span:nth-child(5){
    animation-delay:1.2s;
}
.aniText span:nth-child(6){
    animation-delay:1.5s;
}
.aniText span:nth-child(7){
    animation-delay:1.8s;
}
.aniText span:nth-child(8){
    animation-delay:2.1s;
}
.aniText span:nth-child(9){
    animation-delay:2.4s;
}

.aniText span:nth-child(10){
    animation-delay:2.7s;
}

.aniText span:nth-child(11){
    animation-delay:3s;
}

.aniText span:nth-child(12){
    animation-delay:3.3s;
}
.aniText span:nth-child(13){
    animation-delay:3.6s;
}
.aniText span:nth-child(14){
    animation-delay:3.9s;
}

.aniText span:nth-child(15){
    animation-delay:4.2s;
}

.aniText span:nth-child(16){
    animation-delay:4.5s;
}

.aniText span:nth-child(17){
    animation-delay:4.8s;
}

.aniText span:nth-child(18){
    animation-delay:5.1s;
}

.aniText span:nth-child(19){
    animation-delay:5.4s;
}

.aniText span:nth-child(20){
    animation-delay:5.7s;
}

.aniText span:nth-child(21){
    animation-delay:6s;
}

.aniText span:nth-child(22){
    animation-delay:6.3s;
}

.aniText span:nth-child(23){
    animation-delay:6.6s;
}



@media only screen and (max-width: 767px){
    .innerContent{
        height: auto;
        width: auto;
    }
    
    .footer_bg {
    position: relative;
    overflow: hidden;
    height: 34rem;
}
}

@media screen and (max-width: 1350px) and (min-width: 768px){
    .srl{
        right: 0;
    }
    
    .innerContent{
        height: auto;
        width: auto;
    }
    
    .bannerSectio{
        min-height: auto;
    }
    
    .bannerSectio .innerContent .text_content{
        top: 4rem;
    }
    
    .bannerSectio{
        top: 0;
    }
    
    .navigation {
        right: 6%;
    }
}

@media screen and (max-width: 768px){
    .footer_bg{
        height: 35rem;
    }
}