*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box !important;
}
body{
    font-family:'Poppins', sans-serif !important;
}

.banner{height:100vh;
}



.bg-front-banner {
    background-image: url(../img/bannerimage.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.front-absolute {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 0%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .7s ease-in-out;
    z-index:1 ;
}

.front-absolute2 {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    background:url(../img/new-year-img6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .7s ease-in-out;
    z-index: 1050;
    
}







.transform-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.top-50 {
    top: 50%!important;
}
h3{
    font-size: calc(1.1rem + .6vw) !important;
}
.fs-4r{
    font-size: 4rem;
}
.w-85{
    width: 110px;
}
.pt-350{
    padding-top: 350px;
}

.pt-270{
    padding-top:270px;
}
.pt-130{
    padding-top: 130px;
}
.align-center{
    top: 50%;
    transform: translateY(-50%);
}
.obj-fit{
    object-fit: cover;
}
.obj-pose1{
    object-position: 71%;
}
.ltr-spacing{
    letter-spacing: 5px;
}
.w-13
{
    width: 13%;
}

.w-40{width:25%;}
.img-h-100{
    height: 100%;
}
.filter{
    filter: invert(100%);
}
.py-8
{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.pt-8{
    padding-top: 12rem;
}
.mt-8{
    margin-top: 6rem;
}
.pb-8{
    padding-bottom: 6rem;
}
.h-350{
    height: 350px !important;
    object-fit: cover;
}
.min-h{
    min-height: 620px;
}
.logo-clr{
    color: rgb(32, 4, 88) !important;
}
.partner-bg{
    background-color: rgb(32, 4, 88);
}
.logo-circle{
    color: rgb(244, 172, 88) !important;
}
.footer-bg{
    background: rgb(244, 172, 88) !important;
}
.bg-grey{
    background-color: rgb(247, 247, 247) !important;
}
.grey-clr{
    color: rgb(247, 247, 247);
}


.alert-warning {
    color: rgb(32, 4, 88) !important;
    background: rgb(244, 172, 88) !important;
    border-color: rgb(244, 172, 88) !important;
    
}
.bg-blue {    background-color: rgb(32, 4, 88);}
/*Header css*/


.navbar-light .navbar-toggler {
    color: transparent !important;
}
.offcanvas-backdrop{
    background-color: #fff !important;
}
.btnclose{
    position: absolute;
	transition: transform .25s, opacity .25s;
	opacity: .7;
    right: 15px;
}
.btnclose:hover{
	opacity: 1;
	transform: rotate(180deg) !important;
}
.mouse-scroll{
    position: relative;
    text-align: center;
    padding-top: 40px;
}
    
.mouse-scroll a {
    display: block;
    margin-bottom: 11px;
}
    
.mouse-scroll .mouse {
    position: relative;
    display: block;
    width: 37px;
    height: 53px;
    margin: auto;  
    box-sizing: border-box;
    border: 3px solid #000;
    border-radius: 23px;
}
.mouse-scroll .mouse > * {
    position: absolute;
    display: block;
    top: 10%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-right: -4px;
    background: #000;
    border-radius: 50%;
    animation: scroller 1.5s linear infinite;
}

.btn-close:focus {
    outline: 0;
    box-shadow:none!important;
    opacity: 1;
}
    
@keyframes scroller {
    0% {
        opacity: 1;
        top: 15%;
    }
    50% {
        opacity: 1;
        top: 40%;
    }
    75% {
        opacity: 0.5;
        top: 40%;
    }
    100% {
        opacity: 0;
        top: 40%;
    }
}
.transi{
    transition: 00.5s;
}
.hide{
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    background-color: transparent !important;
}
.navbar-toggler.border-0.icon{
    width: 40px; 
    height: 25px;
    z-index: 1;
    padding: 11px 15px 12px;
}
.toggle-icon
{
    position: relative;
    width: 20px;
    height: 4px;
    background-color: black;
    display: block;
    right: 0%;
    transition: 0.5s;
}
.toggle-icon::before
{position: absolute;
    content: " ";
    width: 30px;
    height: 4px;
    position: absolute;
    right: 0px;
    background-color: black;
    top: -8px;
}
.toggle-icon::after
{
    content: " ";
    width: 30px;
    height: 4px;
    position: absolute;
    right: 0px;
    background-color: black;
    top: 8px;
}
/*header hover*/
.navbar-toggler.border-0.icon:hover .toggle-icon{
    width: 30px;
    right: 10px;
    transition: 0.5s;
}
.bottom-hover::after{
    content: " ";
    display: block;
    width: 0%; 
    padding-top: 3px;
    border-bottom: 2px solid black;
    transition:  0.5s;
}

.bottom-hover2::after{
    content: " ";
    display: block;
    width: 0%; 
    padding-top: 3px;
    border-bottom: 2px solid white;
    transition:  0.5s;
}
.bottom-hover:hover:after {
   width: 100%;
   transition: width .5s;
   
}

.bottom-hover2:hover:after {
    width: 100%;
    transition: width .5s;
    
 }


.bottom-hover.active {
    content: " ";
    display: block;
    padding: 0px !important;
    border-bottom: 2px solid black;
    transition: 0.5s;
}
.whitebg-opacity
{
    background-color: rgba(255, 255, 255, 0.8);
}
.position-abso
{
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 50%;
}
.show-hover{
    left: 0%;
    bottom: 100%;
    top: 0%;
    background-color: rgba(255, 255, 255, 0.6);
    overflow-y: hidden;
    transition: 0.6s;
}

.show-hover2{
    left: 0%;
    bottom: 100%;
    top: 0%;
    background-color: rgb(244, 172, 88);
    overflow: hidden;
    transition: 0.6s;
    border-radius: 20px;
}
.miss{
    transition: 0.5s;
}
.hover-show:hover .miss{
   color: rgb(247, 247, 247);
}
.hover-show:hover .show-hover{
    bottom: 0%;
    z-index: 1;
    transition: 1s;
}

.hover-show2:hover .miss{
    background-color: rgb(32, 4, 88);
 }
 .hover-show2:hover .show-hover2{
     bottom: 0%;
     z-index: 1;
     transition: 1s;
 }
.btn-hover{
    border: 1px solid rgb(32, 4, 88) !important;
}
.btn-hover::before{
   content: " ";
   border-radius: 50%;
   display: inline-block;
   position: absolute;
   right: -2px;
   top: 50%;
   margin-top: -1px;
   vertical-align: middle;
   width: 4px;
   height: 4px;
   background-color: rgb(32, 4, 88);
   z-index: 10;
   transition: opacity .25s linear;
   transition: transform ease .3s,opacity .25s linear;
}

.btn-hover::after{
    content: '';
    position: absolute;
    z-index: 5;
    width: 4px;
    height: 24px;
    right: -2px;
    top: 50%;
    margin-top: -12px;
}
.forward-icon{
    position: absolute;
    top: 50%;
    right: -13px;
    margin-top: -9px;
    z-index: 100;
    opacity: 0;
    transform: translateX(-15px);
    transition: transform ease .3s,opacity .25s linear;
}
.btn-hover:hover:before {
    opacity: 0;
    transform: translateX(15px);
}
.btn-hover:hover .forward-icon {
    opacity: 1;
    transform: translateX(0);
}

/*bottom alert-box*/
.partner-bg {
    background-color: rgb(32, 4, 88);
}
.alert {
    position: fixed;
    z-index: 1050;
    right: 0px;
    left: 0px;
    height: auto;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    border-radius: 0%;
}
/*Side nav*/
.dropdown-menu{
    z-index: -1;
    position: relative;
    display: block;
    height: 0px;
    opacity: 0;
    transition: all 0.5s ;
    border: none;
    padding: 0px;
}
.dropdown-menu.show{
    height: 360px;
    opacity: 1 !important;
    z-index: 1000;
}
.fs-5-5{
    font-size: 1.15rem;
}
.fs-17{
    font-size: 17px;
}
.dropdown-item.active, .dropdown-item:hover {
    background-color: #fff;
    color: black;
    text-decoration: none;
}
.pe-6{
    padding-right: 6rem;
}
.custom-apps{
    height: 0px;
    opacity: 0;
    transition: all 0.5s;
}
.dropdown-item.active .custom-apps{
    height: 100px !important;
    opacity: 1 !important;
}
li.sub:hover .custom-apps{
    height: 100px !important;
    opacity: 1 !important;
}

.bg-about{
    background-image: url(../img/about.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-trans-fff{
    background: linear-gradient(to top, rgba(255,255,255,1) 25%,rgba(255,255,255,0.7) 100%);
}
.about-absolute{
  position:absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255,255,255,1) 25%,rgba(255,255,255,0.7) 100%);
  overflow: hidden;
  width: 100%;
  height:100%;
  transition: .7s ease-in-out;
}
/*case study*/
.h-250{
    height: 250px !important;
    object-fit: cover;
}
/*project-detail-page*/
.project-detail-banner
{
    background-image: url(../img/photo-1497215728101-856f4ea42174.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.project-detail-banner3
{
    background-image: url(../img/services.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.project-detail-banner2
{
    background-image: url(../img/project_2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.rail-road-banner
{
    background-image: url(../img/project_1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mt-11{
    margin-top: 8rem!important;
}

.bottom-20 {
    bottom: 20px;
}

.start-50 {
    left: 50%!important;
}

.w-10{width: 10%;}

.h-600 {
    height: 600px;
}
.h-500 {
    height: 500px;
}
.pos-abso {
    position: absolute;
    right: 0%;
}
/*conatct page*/
.h-250 {
    height: 250px !important;
    object-fit: cover;
}

#hiddenFrame {
    display: none;
}
#contactForm {
    display: block;
}

a.disabled{
    pointer-events: none;
    cursor: default;
}

.width-50{width: 37%;
    left:35%;}

/*media screens*/

/*
project-description
*/
.description-bg{
    background: url(../img/Screenshot\ 2021-09-17\ at\ 4.27.32\ PM.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.description-bg-v2{
    background: url(../img/Screenshot\ 2021-09-17\ at\ 4.26.58\ PM.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image{
    background: url(../img/new-year.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
/*We are hiring page*/

.hirings-bg {
     background-color: rgb(32, 4, 88); 
     transition: all 0.5s; 
}
.hirings-bg:hover {
    background: rgb(244, 172, 88);
}
.nav-pills .nav-link{
    color: black !important;
    background-color: #fff;
}
.nav-pills .nav-link.active{
    color: rgb(32, 4, 88) !important;
    background-color: #fff;
}
.nav-pills .nav-link.disabled{
    color: #6c757d!important;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/plus.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/plus.png);
    transform: rotate(-180deg);
}
.bb{
    border: 0px !important;
    border-bottom: 1px solid rgb(221,228,237) !important;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: black;
}
/*node js page*/
.bg-career{
    background-image: url(../img/bg-career.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.accordion-item{
    border: none;
}

.custom-apps{
    height: 0px;
    opacity: 0;
    transition: all 0.5s;
}
.dropdown-item.active .custom-apps{
    height: 100px !important;
    opacity: 1 !important;
}
li.sub:hover .custom-apps{
    height: 100px !important;
    opacity: 1 !important;
}

.obj-fit-cover {
    object-fit: cover !important;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/plus.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/plus.png);
    transform: rotate(-180deg);
}
.accordion-butto {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-butto::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;     
    margin-left: auto;
    content: "";
    background: url(../img/down.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-butto:not(.collapsed)::after {
    background-image: url(../img/down.png);
    transform: rotate(-180deg);
}
.bb{
    border: 0px !important;
    border-bottom: 1px solid rgb(221,228,237) !important;
}
.bb2{
    border-bottom: 2px solid transparent;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: black;
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}
.margin-top8{margin-top:6rem;} 

.flex-direction{flex-direction: column;} 
.pt-7 {
    padding-top: 7rem!important;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 1;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.position-contact-footer {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
}

.fadeout {
    color: #ffffff;
    font-size: large;
    font-family: helvetica;
    text-align: center;
   
    opacity:-25;
   
              animation: fadeout 18s;
  }
  
  @keyframes fadeout {
      0% { opacity: 1; }
      100%   { opacity: -25; }
  }

  @keyframes fadeInUp {
    0% {
        opacity: 1;
        z-index: 1034;
    }
    70% {
        opacity: 1;
        z-index: 1034;
    }
    100% {
        opacity: 0;
        z-index: 0;
    }
}



.animated {
    animation-duration: 18s;
    animation-fill-mode: both;
   
}

.animatedFadeOutUp {
    opacity: 1
}

.fadeOutUp {
   
    opacity: 1;
    animation-name: fadeInUp;
   
}
.start-50 {
    left: 48%!important;
}

.bottom-0 {
    bottom: 0!important;
}

@media only screen and (max-width:1400px){
    .margin-top8{margin-top:6rem!important;} 
    .h-500 {
        height:600px!important;
    }
}
@media only screen and (max-width:768px){
    .py-8
    {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .mt-8{
        margin-top: 4rem;
    }
    .pb-8{
        padding-bottom: 3rem;
    }
    .h-350{
        height: 200px !important;
    }
    .text-aligner{
        text-align: center;
    }

    .fs-4r{
        font-size: 3rem;
    }
    .display-4 {
        font-size: calc(1.475rem + 0.7vw);
        font-weight: 300;
        line-height: 1.2;
    }
    .display-5 {
        font-size: calc(1.425rem + 1.1vw);
        font-weight: 300;
        line-height: 1.2;
    }
    .transform-center {
        position: relative;
        top: 36%!important;
        transform: translateY(-50%);
    }
    .width-50{width:100%!important;}
    .font-48 {font-size: 25px!important;}
   

    
.banner{height:100vh;
    display: flex!important;
    padding-top: 12rem;
    align-items: unset!important;
    justify-content: unset!important;}

    .whitebg-opacity
{
    background-color: transparent!important;
}


.w-40{width:40%;}
.w-13{width: 20%;}

.h-600 {
    height:auto!important;
}

.h-500 {
    height:auto!important;
}
.pos-abso {
    position: relative!important;
}

.width-50{width: 100%!important;
    left:0%!important}
}

@media only screen and (max-width:568px){
    .detail-banner-text{
        position: absolute;
        right: 30px; 
        bottom: 50px;
    }
    .font-48 {font-size: 17px!important;}
}
@media only screen and (max-width:992px){
    .position-abso{
        position: static;
        width: 100%;
        margin-top: 1rem;
    }
    .min-h{
        min-height: auto;
    }
    .img-h-100{
        height: auto;
    }
    .pb-8{
        padding-bottom: 4rem;
    }

    .margin-top8{margin-top:6rem!important;} 
    
    .h-600 {
        height:auto!important;
    }
    .h-500 {
        height:auto!important;
    }

    .pos-abso {
        position: relative;
    }

    .text-aligner-lg {
        text-align: center!important;
    }
    .position-contact-footer {
        position: unset!important;
        left: 0%;
        right: 0%;
        bottom: 0%;
    }
    .mt-8{
        margin-top: 6rem;
    }
    .w-75 {
        width: 100%!important;
    }

}
