* {
  padding: 0;
  margin: 0
}

.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}

.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  bottom: 0;
  background: red;
  z-index : 2; 
}

#scene{
    /*background: linear-gradient(180deg, rgba(0,121,194,1) 11%, rgba(0,121,194,0.14469537815126055) 35%) !important;*/
    background:linear-gradient(179.91deg, rgba(255, 255, 255, 0.95) 20.22%, rgba(255, 255, 255, 0.95) 50.52%, rgba(255, 255, 255, 0.855) 77.09%, rgba(239, 243, 246, 0.684) 99.92%);
}

.percentage {
  z-index: 100;
  border: 1px solid #ccc;
  text-align:center;
  color: #fff;
  line-height: 30px;
  font-size : 15px;
}

.loader,
.percentage{
  height: 30px;
  max-width: 500px; 
  border: 2px solid #ffc423;
  border-radius: 20px;
  font-weight: 300;
  position: absolute; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0;
  margin : auto; 
}
.loader:after,
.percentage:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.trackbar {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  opacity: 0.99;
}

.loadbar {
  width: 0%;
  height: 100%;
  background: repeating-linear-gradient(
  45deg, 
    #f9b701, 
    #f9b701 10px, 
    #ffcb3d 10px,
    #ffcb3d 20px
  ); /* Stripes Background Gradient */
  box-shadow: 0px 0px 14px 1px #f9b701; 
  position: absolute;
  top: 0;
  left: 0;
  animation: flicker 5s infinite;
  overflow: hidden;
}

.glow {
  width: 0%;
  height: 0%;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 10px #f9b701;
  position: absolute;
  bottom: -5px;
  animation: animation 5s infinite;
}

@keyframes animation {
  10% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}



/*Menu Icon Style */
.menu_icon{
    background-color: transparent;
    color: #ddd;
    font-size: 32px;
    left: 30px;
    top: 30px;
    position: absolute;
    z-index: 10;
}
.menu_icon:focus,
.menu_icon:active{
    outline: none;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* ==========================================================================
   Menu Section
   ========================================================================== */
.logo-labdirac {
    width: 175px !important;
}
.logo-white img {
  display: none;
}
.sticky .logo-white img{
  display: block;
}

.sticky .main-opt {
    color: #FF893E !important;
}
.sticky .main-opt:hover {
    color: #b1b1b1 !important;
}

/* ----- Float logo ----- */
.float-logo {
  position: absolute;
  left: 20px;
  z-index: 333;
}
.sticky .float-logo {
  display: none;
}
.logo-dirac {
  height: 41px !important;
}
.txt-float-logo {
  /* font-weight: 600; */
    font-size: 10px;
    /* color: #2166a0; */
    text-transform: uppercase;
    margin: 0;
    /* transform: rotate(-90deg); */
    letter-spacing: 3.4px;
    position: relative;
    top: -12px;
    text-decoration:none !important;
}
a.logo:hover{
    text-decoration:none !important;
}
.logo-dirac-white {
    width: 70px !important;
    top: 15px;
    position: relative;
}

/* md */
@media (max-width: 991px) {
    .accordion-menu {
        background: linear-gradient(270.01deg, #003A72 0.01%, #004B93 99.99%);
        box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    }
    nav.navbar.bootsnav.white-link ul.nav > li > a {
        color: #ffffff !important;
    }
    nav.navbar.bootsnav.white-link ul.nav > li > a:hover{
        color: #b1b1b1 !important;
    }
    nav.navbar.bootsnav.white-link ul.nav > li > a.main-opt {
        color: #FF893E !important;
    }
    nav.navbar.bootsnav.white-link ul.nav > li > a.main-opt:hover {
        color: #b1b1b1 !important;
    }

    .float-logo {
      /* position: absolute;
      left: initial;
      right: 65px;
      z-index: 333; */
      display: none;
    }
    .logo-dirac-white {
      width: 70px !important;
      top: 15px;
      position: initial;
      margin-bottom: 25px;
      margin-top: 10px;
      display: block !important;
    }

}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero_section{
    position: relative;
    height: 100vh;
}
.hero_section .hero_content{
    color: #fff;
}
.hero_section .hero_img img{
    width: 100%;
}
.hero_section .st-trigger-effects{ display: inline-block; margin-right: 5px; }
.social_wrap{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 50px;
    display: block;
    text-align: center;
}
.social_wrap .social_icon li{
    display: inline-block;
    margin: 0 5px;
}
.social_wrap .social_icon li a{
    background-color: rgba(255,255,255,0.3);
    display: inline-block;
    border: none;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.social_wrap .social_icon li a:hover{
    background-color: #f9b701;
    transition: all 0.2s ease-in-out;
}

#scene{
	width: 100%;
	height:100%;
	position: fixed;
	left: 0;
	top: 0;
}


/* ==========================================================================
   Service Section
   ========================================================================== */

.mySwiper-services .swiper-wrapper {
    height: 450px !important;
}
.mySwiper-services .services-card li p {
    line-height: 24px;
}
ul p {
  font-size: 15px;
}
/* ==========================================================================
   Modal Video
   ========================================================================== */

.close span {
  font-size: 30px;
  position: relative;
  left: 7px !important;
  bottom: 4px;
}
.close span:hover {
  font-size: 30px;
  position: relative;
  left: 7px !important;
  bottom: 4px;
  color: #004B93 !important;
}

/* ==========================================================================
   Project Section
   ========================================================================== */
   h1.title-project {font-size:45px; line-height:50px; font-weight: 500; color: #004B93}
   /* lg */ @media (max-width: 1199px) {
}
/* md */ @media (max-width: 991px) {
  h1.title-project {font-size:35px; line-height:46px; font-weight: 500; color: #004B93}
}
/* sm */ @media (max-width: 767px) {}
/* xs */ @media (max-width: 575px) {
  h1.title-project {font-size:30px; line-height:40px; font-weight: 500; color: #004B93}
}
/* xxs */ @media (max-width: 430px) {}