

/*************** Header fix ****************/



header{

    -webkit-transition: all 0.5s ease;



    -moz-transition: position 10s;



    -ms-transition: position 10s;



    -o-transition: position 10s;



    transition: all 0.5s ease;

}



header.fix{

    background-color: #ffffff;

    position: fixed; 

    top: 0;

    z-index: 9999;

    width: 100%;

    left: 0;

    animation: smoothScroll 1s forwards;

    box-shadow: 1px -1px 7px #000;

}



header.fix .nav-head{

    background-color: #ffffff !important;

}

 .main-home-page header.fix .acanav > li > a{

    color:#000 !important;

}

header.fix .open-time{

    color:#000 !important;

}



@keyframes smoothScroll {

    0% {



      transform: translateY(-40px);



    }



    100% {

  

      transform: translateY(0px);

  

    }

  

  }





/******************************************/









/* #header{

    display:none;

} */





.main-home-page .nav-head {

    position: absolute;

    top: 0;

    z-index: 999;

    left: 0;

    right: 0;

    /* background: transparent !important;

    backdrop-filter: blur(10px) !important; */

}



/* .class-for-inner-page-bg .nav-head{

    background-color: #fff !important;

    border-bottom: 1px solid #fff !important;

} */



.homeCarousel:before {

    position: absolute;

    content: '';

    background: rgba(0, 0, 0, 30%);

    width: 100%;

    height: 100%;

    z-index: 9;

}

/* .main-home-page .acanav > li > a {

    color: #fff !important;

}

.main-home-page .open-time{

    color: #fff !important;

} */

/* .open-time {

    color: #000;

    display: flex;

    justify-content: end;

    gap: 5px;

    align-items: center;

} */

.homeCarousel{

    z-index: 99;

}

.homeCarousel .carousel-control-prev, .homeCarousel .carousel-control-next {

    z-index: 9;

}

ul.navbar-nav.aca-navbar li:last-child a:after {

    background: transparent;

}

ul.acanav li a {

    display: flex;

}

div#go-top {

    position: fixed;

    right: 35px;

    bottom: 20px;

    color: #fff;

    background: #81c532;

    border-radius: 50%;

    border: 1px solid #fff;

    width: 45px;

    height: 45px;

    line-height: 45px;

    text-align: center;

    font-size: 25px;

    cursor: pointer;

}



div#go-top .fa{

    color:#fff;

    padding-right: 0;

}



.menu button.navbar-toggler {

    display: none;

}



.xs-menu-icon.fixed {

    position: absolute;

    left: 30px;

    z-index: 9;

}



.home-header-para {

 

    margin: 0 auto;

}

.abt-img{

    max-width: 300px;

    border-radius: 20px;

}



.exp-box .inner{

    background-color: #0c2fa5;

    width: 269px;

    height: 240px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    position: relative;

    padding: 32px 0;

    border-radius: 20px;

}



.exp-box .inner .icon {

    color: #fff;

    font-size: 50px;

    position: absolute;

    top: 0;

    width: 132px;

    height: 102px;

    background-color: rgba(255, 255, 255, 0.1);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-transition: all 300ms ease;

    transition: all 300ms ease;

}



.infinity-about-section{

    padding: 100px 0px;

    background-color: #fff;

    background-repeat: no-repeat;

    background-size: cover;

}



.icon-plane {

    position: absolute;

    top: -300px;

    right: 100px;

    width: 106px;

    height: 639px;

    background-image: url(../images/home-about/icon-plane.png);

}



.bounce-y {

    -webkit-animation: bounce-y 10s infinite linear;

    animation: bounce-y 10s infinite linear;

}



.white-icon{

    background-color: rgba(255, 255, 255, 0.1);

    padding: 20px;

    margin-top: -55px;

    border-bottom-left-radius: 20px;

    border-bottom-right-radius: 20px;

}



.white-icon > i{

    font-size: 50px ;

    color: #fff !important;

}



.exp-box .inner .count {

    color: #fff;

    font-size: 48px;

    font-weight: 600;

}



.exp-box .inner .content {

    display: flex;

    flex-direction: column;

    text-align: center;

}



.bdr-radius{

    border-radius: 20px;

}



.target-section{

    /* position: relative; */
    position: sticky;

    background: url(/images/home-about/target-bg.png), linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.7));

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    padding: 80px 0px;

}



.mt-lg-top{

    margin-top: 50px;

}



.target-block{

    background-color: transparent;

    backdrop-filter: blur(8px);

    border: 1px solid #fff;

    padding: 20px;

    max-width: 80%;

    margin-left: auto;

    margin-right: auto;

}



.target-block > h4{

    font-size: 24px;

    color: #fff;

    margin-top: 20px;

}



.target-img{

    max-width: 80px;

}



.key-strength-section{

    padding: 100px 0px;

    background-color: #f7f7f7;

    background-image: url(../images/home/abs-bg1.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: bottom left;

}



.key-blk{

    /* width: 70%; */

    background-color: #fff;

    padding: 20px;

    box-shadow: 2px 1px 15px -9px rgba(66, 68, 90, 1);

    /* min-height: 141px; */

}







.key-blk > h3{

    font-size: 24px;

    color: #0c2fa5;

}



.contact-info{

    background-color: #fff;

    padding: 20px;

    box-shadow: 2px 1px 15px -9px rgba(66, 68, 90, 1);

    display: flex;

    width: 90%;

    border-radius: 20px;

}





/*************** / 17/9/2024 - services (ESZ) - update *************/



@media(min-width:357px) and (max-width:768px) {

    .end_footer .text-right {

        text-align: center !important;

        padding-left: 0;

    }

   

    .main-home-page .nav-head {

        position: static;

    }

    .top_row {

        display: none;

    }

    div#go-top {

      

        right: 10px;

        bottom: 3px;

       

        width: 35px;

        height: 35px;

        line-height: 35px;



    }

    /* .menu a.navbar-brand {

        display: inline-block;

        margin: 0 auto;

    } */

    /* header {

        display: flex;

        justify-content: center;

        align-items: center;

        background: #fff;

    } */

    nav ul li a::after{

        display: none;

    }

    .logoimg {

        /* width: 52px; */

        object-fit: contain;

    }

    .xs-menu-icon.fixed{

        display: none !important;

        /* display: block !important; */

    }





    

}



@media(max-width: 768px) and (min-width: 350px){

    .end_footer p, .end_footer p > a{

        font-size: 13px !important;

    }

    .end_footer {

        text-align: center;

    }

}



@media (max-width:768px){

    .home-header-content{

        padding-bottom: 0;

        bottom: 20px;

    }

    .home-header-para {

        width: 100%;

        margin-bottom: 0px !important;

        margin-top: 0 !important;

        display: none;

    }

    .home-header {

        font-size: 20px;

    }

    /* .custom_btn {

        padding: 4px 15px 4px 15px;

        font-size: 20px;

    } */

    nav ul li a::after{

        display: none;

    }

}

@media (min-width:350px) and (max-width:991px){

    .menu button.navbar-toggler {

        display: block;

    }

}

@media (min-width:768px) and (max-width:991px){

    

    .home-header-para.mt-4.mb-5 {

        display: none;

    }

    .home-header-content {

        left: 0;

        right: 0;

        padding-bottom: 20px;

        bottom:0;

    }



    .home-header {

        font-size: 20px;

    }

    nav ul li a::after{

        display: none;

    }

}

@media (min-width: 357px) and (max-width: 450px){

    .menu a.navbar-brand {

        display: flex;

        flex-direction: column;

        align-items: center;

        text-align: center;

        padding-top: 20px;

    }

}





.xs-menu-icon.fixed {

    display: none;

}

.svc-card-title{

    font-size: 24px;

    color: #81c532;

}



.svc-card{

    position: relative;

}

.inner-svc-icon{

    position: absolute;

    top: 55%;

    right: 0;;

}

.inner-svc-icon > div{

    padding: 10px 20px;

    background: #0c2fa5;

    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;

}

.gal-item{

    position: relative;

}



.gal-item:hover .g-item {

    opacity: 0.3;

  }

  

  .gal-item:hover .middle {

    opacity: 1;

  }

  

  .text {

    background-color: #81c532;

    color: white;

    font-size: 16px;

    padding: 10px 12px;

  }



  .main-home-page .nav-head > .menu > .container > .gfmp-navbar > .navbar-collapse > ul > li > a{

    color: #fff  !important;
    text-align: center;

  }

    .main-home-page .nav-head > .menu > .container > .gfmp-navbar > .navbar-collapse > ul > li > a:hover{
        color: #81c532;
    }

  .main-home-page .nav-head > .menu > .container > .gfmp-navbar > .navbar-collapse > ul > li.active > a{

    color: #6dcc00  !important;
    border-bottom: 1px solid #6dcc00;
    padding-bottom: 5px;

  }

  



  .class-for-inner-page-bg .nav-head > .menu > .container > .gfmp-navbar > .navbar-collapse > ul > li > a{

    color: #000;
    transition: all 0.3s ease-in-out;
    text-align: center;
  }

  .class-for-inner-page-bg .nav-head > .menu > .container > .gfmp-navbar > .navbar-collapse > ul > li.active > a{

    color: #6dcc00;
    border-bottom: 2px solid #6dcc00;
    padding-bottom: 5px;

  }

  .class-for-inner-page-bg .nav-head > .menu > .container > .gfmp-navbar > .navbar-collapse > ul > li > a:hover{

    color: #6dcc00 ;

  }

  .target-block-sec{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px 0px;
    border-radius: 30px;
  }

  .target-icon{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px 3px 8px 0px #0000003D;
    border-radius: 100%;

  }

  .target-block-sec  > .target-icon{
    position: relative;
    z-index: 999;
    margin-left: 20px;
  }

  .target-block-sec::after{
    content: "";
    position: absolute;
    background-color: #0C2FA5;
    width: 83px;
    height: 140px;
    z-index: 1;
    top: 0%;
    left: 3%;
    border-radius: 30px;
  }

  .target-title{
    min-width: 246px;
    text-align: center;
  }


.main-home-page .nav-head > .menu > .container > .gfmp-navbar > .navbar-collapse > ul > li > a:hover {
  color: #81c532 !important;
}


/* home image hover */


.service-img {
  overflow: hidden; 
}

.service-img img {
  transition: transform 0.5s ease;
}

.service-img img:hover {
  transform: scale(1.1);
  border-radius: 20px;
}
