*{margin:0 auto;}
a {
    color: #ffffff;
    text-decoration: none;
}
a:focus, a:hover {
    color: #ffffff;
    text-decoration: none;
}
/*dropdown*/
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu{
  background: #000000c7;
}
.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff0;
    border-color: #337ab700;
}
.navbar {
  position: fixed;
  z-index: 99999;
  min-height: 85px;
  margin-bottom: 25px;
  border-bottom: 1px solid #a7a4a4;

  background: #fff;
  width: 100%;
}
/* nirmal-dropdown */
ul.nav li.dropdown:hover a.dropdown-toggle { text-decoration:none; cursor:pointer }
/* end */
.text-color-fff{
	color:#ffffff;
}
.text-color-000{
  color:#000000;
}
.font-style-poppins{
	font-family: 'Poppins', sans-serif;
}
.font-style-hind{
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;

}
.navbar-transparent{
  /* background-color: #009ee2; */
  /* border-color: #060606; */
  /* box-shadow: -10px -1px 16px #fff; */
}
.header-background-imge{
	    background-image: url(../image/Slider_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    width: 100%;
    height: 100%;
}
.navbar-nav {
    float: right;
    }
.navbar-nav>li>a {
    padding: 20px 20px;
    margin-top: 13px;
    /* margin-bottom: 30px; */
    font-size: 17px;
    color:#000000;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
       background-color: transparent;
    border-bottom: 1px solid #000000;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 1px;
}
.h1-header{
  font-size: 38px;
  font-weight: 800;
       line-height: 1.45;

}
.header-contant-top-padding{
	    padding-top: 190px;
}
.header-contant-top-padding p{
  font-size: 15px;
  font-weight: 500;
}
.header-contant-bottom-padding{
	        padding-bottom: 145px;

}
.logo-align{
  width: 100%;
  /* padding-top: 15px; */
  /* margin-right: 18px; */
  /* margin-top: -103px; */
}
.title-underline{
    width: 200px;
    border-bottom: 2px solid #00adee;
     margin: 0px 0px 9px 0px; 
     margin-bottom: -5px;
     margin-top: 5px;
}
.phara-font-color-size{
  color: #989898;
  font-size: 16px;
      text-align: justify;

}


/************** heading animate *************/
/*------------- #HEADING --------------*/
.heading h2 {
    font-weight: bold;
    font-size: 46px;
}    

    .heading .heading-title {
      font-weight: 400;
      line-height: 1.3;
      margin-bottom: 20px; }
      .heading .heading-title.no-margin {
        margin: 0; }
    .heading .heading-line {
      margin-bottom: 20px;
      position: relative; }
      .heading .heading-line .short-line {
        display: inline-block;
        width: 30px;
        height: 10px;
        background:url('../image/line.png') no-repeat;
        border-radius: 10px;
        position: relative;
        margin-right: 10px;
        transition: all .4s linear;
        }
        .heading .heading-line .short-line.bg-yellow-color {
          background-color: #fcd846; }
      .heading .heading-line .long-line {
        display: inline-block;
        width: 100px;
        height: 10px;
        background:url('../image/line.png') no-repeat;
        border-radius: 10px;
        position: relative;
        transition: all .4s linear;
        }
        .heading .heading-line .long-line.bg-yellow-color {
          background-color: #fcd846; }
    .heading .heading-subtitle {
      margin-bottom: 15px; }
    .heading p {
      margin-bottom: 30px; }
    .heading .heading-text {
      font-size: 24px;
      line-height: 30px; }
       @media (max-width: 980px) {
        .heading .heading-text {
          font-size: 20px; } }
      @media (max-width: 570px) {
        .heading .heading-text {
          font-size: 16px; } }
    .heading .read-more {
      font-size: 18px;
      color: #ccc;
      padding: 5px 0 0 30px;
      border-left: 1px solid #f0f2f2;
      margin: 15px 0 0 30px;
      display: block;
      float: left; }
      .heading .read-more i {
        margin-left: 10px;
        font-size: 12px; }
      .heading .read-more:hover {
        color: #874717; }
    .heading:hover .heading-line .short-line {
      width: 0;
      animation: move-short 1.5s infinite linear; }
  
  @keyframes move-short {
    100% {
      width: 140px;
      margin-right: 0; } }
    .heading:hover .heading-line .long-line {
      width: 130px;
      animation: move 1.5s infinite linear; }
  
  @keyframes move {
    100% {
      width: 0; } }


     /***************** FFF ********************************/
     .heading-fff h2 {
      font-weight: bold;
      font-size: 46px;
  }    
  
      .heading-fff .heading-fff-title {
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 20px; }
        .heading-fff .heading-fff-title.no-margin {
          margin: 0; }
      .heading-fff .heading-fff-line {
        margin-bottom: 20px;
        position: relative; }
        .heading-fff .heading-fff-line .short-fff-line {
          display: inline-block;
          width: 30px;
          height: 10px;
          background:url('../image/line-fff.png') no-repeat;
          border-radius: 10px;
          position: relative;
          margin-right: 10px;
          transition: all .4s linear;
          }
          .heading-fff .heading-fff-line .short-fff-line.bg-yellow-color {
            background-color: #fcd846; }
        .heading-fff .heading-fff-line .long-fff-line {
          display: inline-block;
          width: 100px;
          height: 10px;
          background:url('../image/line-fff.png') no-repeat;
          border-radius: 10px;
          position: relative;
          transition: all .4s linear;
          }
          .heading-fff .heading-fff-line .long-fff-line.bg-yellow-color {
            background-color: #fcd846; }
      .heading-fff .heading-fff-subtitle {
        margin-bottom: 15px; }
      .heading-fff p {
        margin-bottom: 30px; }
      .heading-fff .heading-fff-text {
        font-size: 24px;
        line-height: 30px; }
         @media (max-width: 980px) {
          .heading-fff .heading-fff-text {
            font-size: 20px; } }
        @media (max-width: 570px) {
          .heading-fff .heading-fff-text {
            font-size: 16px; } }
      .heading-fff .read-more {
        font-size: 18px;
        color: #ccc;
        padding: 5px 0 0 30px;
        border-left: 1px solid #f0f2f2;
        margin: 15px 0 0 30px;
        display: block;
        float: left; }
        .heading-fff .read-more i {
          margin-left: 10px;
          font-size: 12px; }
        .heading-fff .read-more:hover {
          color: #874717; }
      .heading-fff:hover .heading-fff-line .short-fff-line {
        width: 0;
        animation: move-short 1.5s infinite linear; }
    
    @keyframes move-short {
      100% {
        width: 140px;
        margin-right: 0; } }
      .heading-fff:hover .heading-fff-line .long-fff-line {
        width: 130px;
        animation: move 1.5s infinite linear; }
    
    @keyframes move {
      100% {
        width: 0; } }
  
  

/********new design************/


.digital-image-why-how{
    border-radius: 50%;
    border: 2px solid #009fe3;
    box-shadow: 2px 2px 25px;
}
.new-div-line{
     border: 1px dotted #66666636;
    margin: 40px 0px;
}
.why-what-how-padding{
  padding: 50px 23px;
}
.flex-container{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 440px;
    background: #fff;
}
.flex-content-height{
  height: 440px;
  background: #fff;
  flex-wrap: wrap;
}
.pic-3d-image-bgcolor{
  background: #000000;
    position: relative;
    height: 440px;
}
.pic-3d-image-bgcolor img{
  
  top: 20px;
  left: -115px;
}
.pic-3d-image-bgcolor-rt{
  background: #000000;
    position: relative;
    height: 440px;
}
.pic-3d-image-bgcolor-rt img{
  
  top: 6px;
  right: -124px;
}

.parallax {  
  background-image: url("../image/bg-imge-service.jpg"); 
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.industries-1-parallax{  
  background-image: url("../image/industries-photos/industries-scm.jpg"); 
  min-height: 240px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  
}

.industries-2-parallax{  
  background-image: url("../image/industries-photos/industries-assetmanagement.jpg"); 
  min-height: 240px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  height: 100vh;
}

.industries-3-parallax{  
  background-image: url("../image/industries-photos/industries-media.jpg"); 
  min-height: 240px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.industries-4-parallax{  
  background-image: url("../image/industries-photos/industries-health.jpg"); 
  min-height: 240px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.industries-5-parallax{  
  background-image: url("../image/industries-photos/industries-energy.jpg"); 
  min-height: 240px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}


.industries-text-box p{
 color:#ffffff;   
}
/******section--2******/
.zero-padding-margin{
	padding: 0;
	margin:0;
}
.section-right-padding{
	    padding: 45px 120px 22px 40px;
	    background-image: linear-gradient(#009fe3, #009fe3);
}
.heading-phara-toppadding{
	    padding: 10px 0px;

}
.section-about-download{
	background: #ffffff;
    color: #009fe3;
    padding: 14px;
    border-radius: 50%;
    box-shadow: -1px -1px 22px #ffffff;

}
.section-padding-download{
	padding: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: lighter;
  color:#ffffff;
}
.image-left-right-height{
    height: 485px;
}
/*section 2 service*/
/*.section2-image-item-text{
	position: absolute;
    top: 0;
    color: #fff;
    font-size: 30px;
    padding: 17px 13px;
    background: #057ffacc;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
#service-image-effect:hover .section2-image-item-text{
  width: 100%;
  background: #0768cc99;

}
.section2-image-item-smalltext{
	       position: absolute;
    top: 32px;
    color: #fff;
    font-size: 12px;
        margin: 23px 16px;
        font-family: 'Poppins', sans-serif;
            font-weight: lighter;
}*/
.service-new-fontsize{
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  color: #097cae;
}
.section-to-section-top-padding{
	    padding-top: 86px;
}
p br{
	color:red;
}
.section2-line-top{
    border-top: 1px solid #000;   
    padding-top: 20px;
}
.section2-left-line-top{
  border-left: 1px solid #000;
    
}
.section2-left-line-bottom{
  border-left: 1px solid #000;
    
}
.section2-bottmpad-bg-color{
  padding-bottom: 100px;
  background: #605f5f;
}
.hover-effect-box{
       padding: 100px 50px;
}
.hover-effect-box:hover{
      box-shadow: 2px 2px 15px 10px #057ffa;
}
.border-section2-new{
  border: 1px solid #000;
  padding: 0px 15px;
  border-radius: 20px;
    background: #0000009c;
}
.hover-effect-box-top-left{
       padding: 100px 50px;
}
.hover-effect-box-top-left:hover{
      box-shadow: 2px 2px 15px 10px #057ffa;
      border-top-left-radius: 20px;
}
.hover-effect-box-top-right{
       padding: 100px 50px;
}
.hover-effect-box-top-right:hover{
      box-shadow: 2px 2px 15px 10px #057ffa;
      border-top-right-radius: 20px;
}
.hover-effect-box-bottom-right{
       padding: 100px 50px;
}
.hover-effect-box-bottom-right:hover{
      box-shadow: 2px 2px 15px 10px #057ffa;
      border-bottom-right-radius: 20px;
}
.hover-effect-box-bottom-left{
       padding: 100px 50px;
}
.hover-effect-box-bottom-left:hover{
      box-shadow: 2px 2px 15px 10px #057ffa;
      border-bottom-left-radius: 20px;
}

/*****carousel header ******/
.carousel-header-arrow-left{
  top: 40%;
  background: none !important;
  border: none !important;
}
.carousel-header-arrow-left .glyphicon-chevron-left{
  font-size: 30px;
  left: 11px !important;
}
.carousel-header-arrow-right{
  top: 40%;
  background: none !important;
  border: none !important;
  
}
.carousel-header-arrow-right .glyphicon-chevron-right{
    font-size: 30px;
    left: 11px !important;
}
/****carousel****/
.carousel {
    margin-bottom: 0;
    /* padding: 0 40px 30px 40px; */
}
/* The controlsy */
.carousel-control {
	left: 0px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: 0px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}
.carousel-inner-top-margin{
        margin-top: 50px;

}

/*************blog slide***************/
.blog-slider-caption{
  top: 0;
  padding: 0;
  width: 100%;
  left: 0 !important;
}
.blog-slider-caption i{
float: right;
    font-size: 50px;
    padding: 14px;
    color: #3b5999;
}
.blog-slider-caption p{
  font-size: 17px;
  color: #000;
  padding:5px;
}
/*****contact****/
.form-padding-left-zero{
     padding-left: 0px;

}
.form-padding-right-zero{
     padding-right: 0px;

}
.form-box-padding{
        border-radius: 10px;
    padding: 20px 15px;
    border: 1px solid #fff;
    color: #fff;
    background: #009fe366;
}
.form-select-box-contact{
  border-radius: 10px;
    height: 42px;
    border: 1px solid #fff;
    background: #009fe3;
    color: #fff;
}
.form-textbox-padding{
        border-radius: 15px;
    padding: 20px 15px;
}
.butn-color{
        background:#009fe3;
    color: #ffffff;
    border-color: #fff;
        padding: 8px 44px;
            border-radius: 10px;
}
.butn-color:hover{
    background: #0b57a5;
        color: #fff;
    font-size: 15px;
     border-color: #fff;
}
.address-title-padding{
        padding-top: 20px;
}
.address-right-box-color{
        background: #009fe366;
    color: #FFFfff;
    border-radius:10px;
    border: 1px solid #fff;
    padding-bottom: 40px;
}

input::-webkit-input-placeholder {
  color: #fff !important;
  }
   
  input:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;  
  }
   
  input::-moz-placeholder {  /* Firefox 19+ */
  color: #fff !important;  
  }
   
  input:-ms-input-placeholder {  
  color: #fff !important;  
  }
  textarea::-webkit-input-placeholder {
    color:  #fff !important;
    }
     
    textarea:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;  
    }
     
    textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #fff !important;  
    }
     
    textarea:-ms-input-placeholder {  
    color: #fff !important;  
    }


/****footer****/
footer ul li{
        display: inline;
    text-align: center;
    padding: 0px 12px;
    font-family: 'Poppins', sans-serif;
    border-right: 1px solid #ffffff;
    font-size: 16px;
}

.footer-social-media{
    border-right: none;
    background: #ffffff;
    color: #009fe3;
    /* margin-top: 32px; */
    border-radius: 50%;
    font-size: 15px;
}
.footer-social-media:hover{
 background: #009fe3;
    color:#ffffff;
    border-color: #ffffff;
        border: 1px solid #fff;
}
.footer-color-bg{
         background-image: linear-gradient(#777777, #bbbbbb);
        padding: 20px 0;
    /* margin-top: 80px; */
}
footer p{
    color: #fbfcff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: lighter;
}


/************************UX/UI Design page****************************/

.ux-header-title-padding{
     padding-top: 35px;
}
.ux-fulgent-relation-h2{
  font-size: 18px;
    padding: 12px 0px 12px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.ux-fulgent-relation-p{
  font-size: 16px;
    padding: 0px 0px 12px 0px;
    font-family: 'Hind', sans-serif;
    font-weight: lighter;
}
.ux-section-right-padding{
      padding: 70px 120px 22px 40px;
      background-image: linear-gradient(#00adee, #00adee);
}
/********CONTACT************/
.contact-page-underline{
      BORDER-BOTTOM: 2PX SOLID #FFFFFF;
    PADDING-BOTTOM: 12PX;
    width: 30px;
}
.contact-adress-form{
  background: linear-gradient(0.25turn, #009fe3, #03a0e3, #009fe3);
    padding: 30px;
    /* border: 4px solid #009fe3; */
    box-shadow: 4px 4px 44px black;
    border-radius: 15px;
}
.contact-map{
  position: relative;
    top: -180px;
}


/********who we are************/
.whoweare-header-background-imge{
      /* background-image: url(../image/about.png); */
    background: #fff;
      background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100%;
}
/* .whoweare-bg-section1
{background-image: url(../image/whoweare-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: top;
width: 100%;
height: 100%;
} */
 /* .whoweare-fvector-video{
  position: absolute;
    width: 65%;
    top: 0;
    height: auto;
    left: 0;
}  */
.whoweare-bg-section2
{background-image: url(../image/whoweare-bg1.jpg);
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.whoweare-bg-section2 h2{
  color:#fff;
}
.whoweare-bg-section2 p{
  color:#fff;
  text-align: center;
}
.whoweare-bg-section1
{background-image: url(../image/whoweare-bg.png);
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.whoweare-border-section2{
  border: 1px solid #fff;
  padding: 55px;

}
.who-we-are-color{
  /* display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; */
    height: 660px;
    padding: 50px 40px;
}
.who-we-are-fulgent-story{
  position: absolute;
    top: 20%;
    background:transparent;
    padding: 0px 80px;
    z-index: 9999;

}
.who-we-are-fulgent-story-right{
  position: absolute;
    top: 20%;
    right: 0;
    padding: 0px 80px;
    z-index: 9999;

}
.who-we-are-right-watermark{
  color: #95cfe854;
    font-family: 'Anton', sans-serif;
    font-size: 65px;
    margin-right: 0px;
}
.new-videos-logo-right{
  position: absolute;
  top: 20%;
  right: 250px;
}
.who-we-are-color h2{
    font-size: 20px;
    /* padding: 12px 0px 12px 0px; */
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
}
.who-we-are-color p{
  line-height: 1.6em;
    font-weight: 300;
  color: #fff;
}

/***********videos ************/
.new-videos{
  position: relative;
background-color: black;
height: 890px;
min-height: 100%;
width: 100%;
overflow: hidden;
}
.fulgentvedio{ 
  position: absolute;
    top: 0%;
    left: 50%;
    min-width: auto;
    min-height: auto;
    width: 80%;
    height: auto;
    margin-top: 440px;
    z-index: 9999;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.new-videos .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
/* background-color: black; */
opacity: 0.5;
z-index: 1;
}
.new-videos img{
  position: absolute;
    width: 100%;
    left: 0;
    z-index: 9999;
}


/********saas************/


/********product************/

/********product************/
.product-text-shadows{
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191, 1px 4px 1px #919191, 1px 5px 1px #919191, 1px 6px 1px #919191, 1px 7px 1px #919191, 1px 8px 1px #919191, 1px 9px 1px #919191, 1px 10px 1px #919191, 1px 18px 6px rgba(16,16,16,0.4), 1px 22px 10px rgba(16,16,16,0.2), 1px 25px 35px rgba(16,16,16,0.2), 1px 30px 60px rgba(16,16,16,0.4);
}
.staff-3d-effect-top-margin{
  margin-top: -60px;
}
.product-header-title-align{
  position: absolute;
    width: 100%;
    top: 40%;
}
.product-section-top-botm-padding{
  padding-top: 100px;
  padding-bottom: 67px;
}
/******* staffing testimonial****/
.quote {
  color: rgba(0,0,0,.1);
  text-align: center;
  margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
padding-bottom: 110px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
    -ms-transition-property: opacity;
        transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
opacity: 1;
-webkit-transition-property: opacity;
    -ms-transition-property: opacity;
        transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
background-color: #00adee;
border: none;
}
#fade-quote-carousel blockquote {
  text-align: center;
  border: none;
}
#fade-quote-carousel .profile-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
}
/********tabbable part*********/
.nav-tabs>li>a {
   color: black;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #00adee;

}

/*****scroll-news******/
.holder { 
  background-color:#f7f7f7;
  width:100%;
  height:300px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:90%;
  height:240px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  color:#00adee;
  text-decoration:none;
}
.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 2px solid #fff;
  font-size: 18px;
  border-radius: 4px 4px 0 0;
}
/**********staffing right ************/
.news-forms-testimonial-box{
  /* box-shadow: 7px 6px 28px #99d8f4; */
    border: 2px solid #00adee2b;
    padding: 30px;
    background: #00adee;
    height: 520px;
}
.nav-tabs {
  border-bottom: none;
}
/********webdevelop************/
/*************progrss***********/
.progress-outer{
  background: #fff; 
  margin: 10px 0;
  
}
.progress{
  height: 27px;
  margin: 0;
  overflow: visible;
  border-radius: 50px;
  background: #eaedf3;
  box-shadow: inset 0 10px  10px rgba(244, 245, 250,0.9);
}
.progress .progress-bar{
  border-radius: 50px;
}
.progress .progress-value{
  position: relative;
  left: -45px;
  top: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}
.progress-bar.active{
  animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}
@-webkit-keyframes animate-positive{
  0% { width: 0%; }
}
@keyframes animate-positive {
  0% { width: 0%; }
}
/********progess end******/
.webdesign-project-border{
  padding: 25px;
    border: 1px dotted #00adee;
    margin-top: 10px;
}
.webdesign-project-border:hover{
  border: 2px solid #00adee;
}
/********digital************/

/********mobility************/
.entermobility-header-background-imge{
      background-image: url(../image/mobility-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100%;
}

/********supplychain************/
.supplychain-header-background-imge{
      background-image: url(../image/supplychain-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100%;
}
/********asset-manage************/
.asset-manage-header-background-imge{
      /* background-image: url(../image/asset-header.png); */
      background: #ffffff;
      background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100%;
}
/********entertrain************/
.entertainment-header-background-imge{
      background-image: url(../image/entertainment-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100%;
}
/********Health************/
.health-header-background-imge{
      background-image: url(../image/health-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100%;
}
/********oil************/
.oilandgas-header-background-imge{
      background-image: url(../image/oil-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100%;
}
/********energy************/
.energy-header-background-imge{
      background-image: url(../image/energy-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100%;
}
/********fmcg************/
.fmcg-header-background-imge{
      background-image: url(../image/fmcg-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100%;
}

/***************footer******************/
.footer-social-a{
  color:#057ffa;
}
.footer-social-a:hover{
  color:#fff;
}




/***************Responsive******************/
/********** bootstrap code overwirte for pc *********/
@media screen and (min-width: 768px){
.carousel-caption {
    right: 20%;
    left: 14%;
    padding-bottom: 30px;
}
}



/**mobile**/
@media screen and (min-width:320px) and (max-width: 480px){
 .header-background-imge {
    background-image: url(../image/Slider_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100%;
}
  .image-left-right-height {
    height: unset;
}
/* new-applying 20-12-19 */
.new-home-brochure-form{
    width:100% !important;
    padding: 12px 10px !important;
    margin: 14px 0px !important;
}
.news-forms-testimonial-box {
    /* box-shadow: 7px 6px 28px #99d8f4; */
    /* border: 2px solid #00adee2b; */
    padding: 30px;
    background: #00adee;
    height: 600px;
}
.new-form-padding-unset{
    padding:unset;
}
/*new-applying 20-12-19 end */
.navbar-toggle{
  margin-top: 30px;
  background-color: white;
  }
.navbar-toggle .icon-bar {
     width: 38px;
    height: 5px;
    background: #009fe3;
}
.mobile-view-dispaly-hidden{
  display: none;
}
.mobile-industries-phara-font-size{
  font-size: 14px;
}
.mobile-industries-topmargin{
  margin-top: 100px;

}
.new-videos {
  position: relative;
  background-color: transparent;
  height: 890px;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}
.who-we-are-fulgent-story {
  position: absolute;
  top: 20%;
  background: #fff;
  padding: 0px 15px;
  z-index: 9999;
}
.h1-header {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.45;
}
.section-right-padding {
    padding: 22px 10px 22px 10px;
   background-image: linear-gradient(#009ee3, #25aae2);
}
.section2-image-item-text {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 22px;
    padding: 17px 13px 30px 13px;
    background: #057ffacc;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.mobile-view-heading-title-size{   
    font-weight: bold;
    font-size: 25px !important;
}
.ux-section-right-padding {
    padding: 70px 10px 22px 10px;
    background: #00adee;
}
footer ul li {
  border-right: none;
  }
  footer ul{
    padding: 0px;
  }
.navbar-nav {
    text-align: center;
    background: #009fe3bf;
    width: 100%;
}
.navbar-nav>li>a {
        padding: 20px 20px;
    margin-top: 20px;
    font-size: 24px;
    color: #ffffff;
    border-bottom: 1px solid #ffffffd9;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid #b7d8f9;
}
.spinner {
  
top: 40%;
left: 40%!important;
 
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.pic-3d-image-bgcolor {
background: none; 
}
.pic-3d-image-bgcolor-rt img {
  position: static;
  /* top: 20px; */
  /* right: -124px; */
}
.pic-3d-image-bgcolor-rt {
  background: none;
  position: relative;
  height: unset;
}
.pic-3d-image-bgcolor img {
  position: static;
  /* top: 20px; */
  /* left: -124px; */
}
.pic-3d-image-bgcolor {
  background:unset;
  position: relative;
  height: unset;
}
.logo-align {
  width: 75%;
    /* padding-top: 15px; */
    margin-right: 75px;
    margin-top: -65px;
}
.header-contant-bottom-padding {
  padding-bottom: unset;
}
.product-header-title-align {
  position: absolute;
  width: 100%;
  top: 24%;
}
.mobile-product-heading-image-top{
  margin-top: 15px !important;
}
.navbar-mobile-product-pages {
  height: 100px;
}
.mobile-index-slider-image{
  width: 100%;
    height: 320px !important;
}
}/**end media code mobile**/

/********tablet********/
@media screen and (min-width:766px) and (max-width: 1024px){
  .image-left-right-height {
    height: 600px;
}
.section-right-padding {
    padding: 2px 10px 2px 10px;
    background-image: linear-gradient(#009fe3, #009fe3);
}
.mobile-view-heading-title-size {
    font-weight: bold;
    font-size: 25px !important;
}
.section2-image-item-text {
       position: absolute;
    top: 0;
    color: #fff;
    font-size: 15px;
    padding: 20px 13px 38px 13px;
    background: #057ffacc;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.ux-section-right-padding {
    padding: 70px 10px 22px 40px;
    background: #00adee;
}
.pic-3d-image-bgcolor img {
  position: unset;
}
.pic-3d-image-bgcolor-rt img {
  position: unset;
}
.carousel-caption {
  
  display: none;
}
.who-we-are-fulgent-story-right {
  display: none;
}
.fulgentvedio {
  display: none;
}
.new-videos img {
  display: none;
}
.new-videos {
  position: unset;
  background-color: #fff;
  height: 650px;
}
.who-we-are-fulgent-story {
   width: 100%;
  top: 15%;
}
.tab-view-widthfull{
  width:100%;
}
.who-we-are-color {
  height: unset;
  padding: 50px 40px;
}
.product-header-title-align {
  position: absolute;
  width: 100%;
  top: 20%;
}
}/**end tab code mobile**/

/*pre loader*/
.spinner {
  width: 100px;
  height: 100px;
  background-image: url(../image/logo.svg);
position: absolute;
top: 40%;
left: 48%;
 
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 999999;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}