@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600;700;800&display=swap');

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
   /**
   * Remove the margin in all browsers.
   */
  html, body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
  }
h1,h2,h3,h4,h5,h6,p,a,li,span,strong {
    font-family: 'Poppins', sans-serif;
}
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main {
    display: block;
  }
  /* Remove the border on images inside links in IE 10. */
 
 img {
   border-style: none;
 }
 /*============*/

 .height-con {
     max-height:200px;
     overflow: hidden;
     position: relative;
 }
 .height-con::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.4);
    width: 100%;
}
ul.nav.nav-tabs {
    display: flex;
    flex-flow: column;
    border: 1px solid #ddd;
}
ul.nav.nav-tabs li a {
    color: #404040;
    text-transform: uppercase;
    display: block;
    width:100%;
}
ul.nav.nav-tabs li:hover, ul.nav.nav-tabs li.active{
    background:#f1f1f1;
    border-right: 5px solid #ea0000;
}
ul.nav.nav-tabs li a:hover {
    text-decoration:none;
}

ul.nav.nav-tabs li {
    padding: 22px;
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #404040;
}
.block-details h2 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.block-details {
    border: 1px solid #ddd;
    padding: 20px;
    background: #073157;
}
.block-details h5 {
    color: #ea0000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.tab-pane h1 {
    /* font-size: 22px; */
    color: #333;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
}
.info-form input, .info-form  textarea, .info-form  select {
    width: 100%;
    min-height: 55px;
    padding: 10px 20px;
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #dddd;
}
.info-form .form-group {
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
    min-height: 60px;
}
.form-group.mt-3 a:hover {
    color: #fff;
}

.form-group2 {
    float: left;
    width: 99%;
    min-height: 60px;
    margin-bottom: 20px;
}
.form-group2.mt-3 a:hover {
    color: #fff;
}
.services .service-block {
    transition: all 0.3s ease-in-out;
    float: left;
    width: 33%;
    border-radius: 0px !important;
    cursor: pointer;
    min-height: 331px;
    overflow: hidden;
    position: relative;
}
.button-list.global-button a {
    color: #fff;
    font-size: 16px;
}
.flex-list-box {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 16px;
    position: relative;
}
.image-boxx {
    width: 70px;
    margin-right: 10px;
    border: 1px solid #ddd;
    padding: 7px;
}
.image-boxx img {
    width: 100%;
}
.id-number {
    font-size: 17px;
    font-weight: bold;
}
.icon-edit {
    position: absolute;
    right: 20px;
    top: 37px;
    border: 1px solid #ddd;
    padding: 4px 15px;
    font-size: 14px;
    background: #ea0000;
    color: #ffff;
    cursor: pointer;
}
.button-list.global-button {
    background: #e90300;
    color: #fff;
    padding: 10px 30px;
}
.hover-list {
    position: absolute;
    /* top: 0; */
    left: 0;
    height: 100%;
    background: rgba(7, 49, 87, 0.9);
    width: 100%;
    bottom: -102%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}
.services .service-block:hover .hover-list
{
    bottom: 0;
}
button#cancel {
    background: #999;
    border: none;
    margin-left: 10px;
}
.info-form button.global-button.green-bg {
    border-radius: 50px;
    height: 60px;
    cursor: pointer;
    min-width: 150px;
    border: none;
}
input:focus, button:focus, :focus-visible {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.time-slot {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.time-slot p {
    margin: 0;
    padding-right: 10px;
}
a.badge {
    border: 1px solid #ddd;
    background-color: #eee;
    padding: 10px;
    flex: 1;
    margin: 0 5px;
    color: #404040;
}
/*=============== Css for slider ============*/
.slick-slide img {
    width: 100%;
  }
  .slick-current {
    opacity: 1;
  }
 /* .slider {
      width: 100%;
      margin: 0 auto;
  } */
 /* .slick-slide {
    margin: 0px 10px;
  } */
  .slick-prev:before,
  .slick-next:before {
    color: black;
  }

    /*.slick-slide {
    margin: 0px 10px;
  }

  .slick-slide img {
    width: 100%;
  }

  .slick-prev:before,
  .slick-next:before {
    color: black;
  }


  .slick-current {
    opacity: 1;
  } */


  /*================= Gloabal css starts here =============*/
.black-text {
    color: #000000;
}
.white-text{
    color: #fff;
}
.blue-text {
color:#073157;
}
.green-text {
    color: #ea0000;
}
.green-bg {
    background-color: #e90300;
}   
p {
    color: rgba(0,0,0,0.6);
    font-size: 16px;
    font-weight: normal;
}
h1 {
    color:#000;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}
h2 {
    font-size: 36px;
    font-weight: 600;
}
h3 {
    color: rgba(0,0,0,0.6);
    font-size: 24px;
    font-weight: normal;
}
section {
    padding:30px 0;
}
.global-button {
    border-radius:6px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    padding:15px 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}
.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
.container {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 60px;
}
/*============= top section css starts here -----*/
.top-banner {
    margin: 0;
    padding: 0;
    position: relative;
}
.carousel-inner img {
    height: 100%;
    min-height: 550px;
    object-fit: cover;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
    z-index: 999;
    background-color: transparent !important;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed {
    position: fixed !IMPORTANT;
    top: 0 !IMPORTANT;
    left: 0;
    -webkit-animation: smoothScroll 1s forwards;
            animation: smoothScroll 1s forwards;
    background: rgba(0,0,0,0.5) !IMPORTANT;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed .navbar-nav li a.nav-link{
    color: #fff !important;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed .logo {
    max-width: 120px;
}
@-webkit-keyframes smoothScroll {
	0% {
		-webkit-transform: translateY(-40px);
		        transform: translateY(-40px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
@keyframes smoothScroll {
	0% {
		-webkit-transform: translateY(-40px);
		        transform: translateY(-40px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
nav li.nav-item.global-button.green-bg {
    padding: 4px 10px;
    font-size: 15px;
}
li.nav-item.global-button.green-bg:hover {
    background-color: #e90300;
}
li.nav-item.global-button.green-bg a:hover {
    text-decoration: none;
}
nav a.nav-link {
    font-size: 17px;
    font-weight: 550;
    color: #fff !important;
    margin: 0 9px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
nav a.nav-link:hover {
    color: #202020 !important;
    text-decoration: underline;
}
  .logo {
      max-width: 150px;
  }
  .carousel-indicators {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 60px;
  }
  .banner-content-panel {
    position: absolute;
    top: 0;
    width:100%;
    max-width: 650px;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 60px;
}
nav li.nav-item {
    display: flex;
    align-items: center;
}
.banner-content-panel h5 {
    color: #43c8f2;
    font-size: 26px;
    font-weight: 400;
}
.download-button{

    width: calc(100% - 50px);
    text-align: center;
}
.banner-content-panel .button.global-button.verify-button {
    border: 1px solid #ddd;
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.banner-content-panel .button.global-button.verify-button:hover {
    color: #ea0000 ;
    border: 1px solid #ea0000 ;
}
.button.global-button.verify-button.verifybtn {
    width: calc(100% - 50px);
    text-align: center;
}
/*=========== slider custom css  =============*/
.regular.slider.slick-initialized.slick-slider.slick-dotted {
    margin-top: 50px;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1 !important;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #073157;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.service-block {
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    padding:40px 20px;
    border-radius: 6px;
    background-color: #fff;
    min-height: 360px;
}
.service-block img {
    max-height: 60px;
    display: inline !important;
    width: auto;
    max-width: 80px;
}
.service-block  h3 {
    color: #000;
    font-weight: 600;
    padding: 20px 0 0;
    font-size: 20px;
}
.slick-prev {
    left: -10px !important;
    z-index: 99;
}
.slick-next {
    right: 5px !important;
}
.services-panel {
    position: relative;
}
.left-po-img {
    position: absolute;
    bottom: -240px;
    left: 0;
    z-index: -999;
}
.right-po-img {
    position: absolute;
    top: 160px;
    right: 0;
    z-index: -999;
}

/*============ Industry css  starts here ===========*/
.industries-inner-panel {
    margin-top: 40px;
}
.industries-inner-panel .indutry-service-block {
    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;
    text-align: left;
    max-width: 600px;
    margin-bottom: 35px;
}
.industries-inner-panel .indutry-service-block h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #073157;
}
.indutry-service-block .icon {
    margin-right: 30px;
}
.indutry-service-block .content-ind p{
    font-size: 18px;
    color: #000;

}
.industries-inner-panel {
    margin-top: 40px;
    max-width: 1300px;
    margin: auto;
    padding-top: 50px;
}
.indutry-service-block img {
    max-width: 80px;
}

/*=== Work section css  ========*/

.hedaing-works p {
    color: #fff;
}
.hedaing-works {
    background: #073157;
    padding:60px;
    color: #fff;
}
.work-img img {
    max-width: 100%;
}
.steps li {
    list-style: none;
    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-flow: column;
            flex-flow: column;
    text-align: center;
    padding:0px 30px;
    font-weight: 600;
    font-size: 18px;
}

.steps li p {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-top: 10px;   
}
.steps {
    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;
    margin-top: 40px;
    flex-wrap: wrap;
}
.steps li{
    width: 33.33%;
}
/*======= Network css starts here ===========*/
.network-panel .container {
    position: absolute;
    left: 0;
    right: 0;
}
.network-panel .container h1 {
    font-size: 36px;
    text-align: center;
    color: #fff;
}
    .network-panel .slick-prev:before, .network-panel .slick-next:before{
    background-color: #fff;
    color: black;
}
.network-panel .slick-prev, .network-panel .slick-next  {
    top:40%;
}
.network-block {
    position: relative;
  }
  .network-block h3 {
    position: relative;
    bottom: 50px;
    right: 0;
    color: rgba(0,0,0,0.8);
    font-size: 30px;
    z-index: 9999;
    text-align: right;
    padding-right: 20px;
    font-weight: 600;
  }
  footer a{
      color: rgba(0,0,0,0.8);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
  }
  footer a:hover {
      color:#46c8f3;
  }
  footer h5 {
      font-weight: 400;
  }
  footer h4 {
    font-weight: 600;
}
.social-icons a i {
    background: #46c8f3;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin:0 4px 0 0;
}
.social-icons a:hover i{ background:#073157; }
.bottom-footer, .bottom-footer  a {
    font-size: 14px;

}
.steps.mobile-only {
    display: none;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width:100%;
  }
  .upload-btn-wrapper .btn {
    border: 1px solid #ddd;
    color: #404040;
    background-color: white;
    padding: 15px 20px;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    border-radius: 6px;
    text-align: left;
    cursor: pointer;
}
  
  .upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
  }
  .gallery-img img {
    width: 100%;
}

.gallery-img a {
    border: 1px solid #ddd;
    width: 60px;
    display: inline-block;
    height: 80px;
    padding: 8px;
    margin-top: 7px;
}
img.mobile_logo {
    display: none;
}   
@media only screen and (max-width:1600px) {
    .left-po-img img {
        max-width: 200px;
    }
    h3 {
        font-size: 18px;
    }
    .industries-inner-panel{
        max-width:1200px;
    }
    .indutry-service-block img {
        max-width: 60px;
    }
}
@media only screen and (max-width:1200px) {
    .steps.desktop-only {
        display: none;
    }
    .steps.mobile-only {
        display: inherit;
    }
    .banner-content-panel{
        max-width: 500px;
        width: 100%;
    }
    h1 {
        font-size: 32px;
    }
    .banner-content-panel h5 {
        font-size: 22px;
    }
    nav a.nav-link {
        font-size: 13px;
        margin: 0 3px;
    }
    .left-po-img img {
        max-width: 130px;
    }
    .left-po-img {
        bottom: -100px;
        }
        .hedaing-works {
            padding: 20px;
        }
        h2 {
            font-size: 26px;
            font-weight: 600;
        }
        .steps li {
            padding: 0px 10px;
        }
        .steps img {
            max-width: 80px;
        }
        .network-panel .slick-prev, .network-panel .slick-next {
            top: 80px;
        }
        footer h4{
            font-size: 19px;
        }
}

@media only screen and (max-width:991px) {
    footer h4 {
        font-weight: 600;
        font-size: 17px;
    }
    .social-icons a i {
        height: 30px;
        width: 30px;
        border-radius: 15px;
        line-height: 30px;
        font-size: 14px;
    }
    .industries-inner-panel .indutry-service-block h4 {
        font-size: 20px;
    }
    .indutry-service-block .content-ind p {
        font-size: 15px;
        color: #000;
    }
    .banner-content-panel {
        max-width: 400px;
        padding-left: 20px;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-bottom: 30px;
        width:100%;
    }
    .left-po-img {
        bottom: -20px;
    }
    .navbar-light .navbar-toggler-icon {
        filter: invert(1);
    }
    
    .navbar-light .navbar-toggler {
        border: 1px solid #fff;
        color: #fff;
    }
    img.mobile_logo {
        display: inline-block;
        max-height: 70px;
    }
    img.logo {
        display: none;
    }
    .carousel-inner img{
        min-height: 480px;
        object-fit: cover;
    }
    nav li.nav-item.global-button.green-bg {
        text-align: center;
        display: inline-flex;
        justify-content: center;
    }
}

@media only screen and (max-width:767px) {
    .tab-content1 {
        margin-top: 30px;
    }
    .tab-pane .services .service-block {
        width: 100%;
        overflow: hidden;
    }
    .info-form .form-group {
        float: left;
        width: 100%;
    }
    .banner-content-panel {
        width: 100%;
        padding: 20px;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-bottom: 30px;
        position: relative;
        background: #073157;
    }
    .work-img {
    margin-bottom: 20px;
}
    h1 {
        font-size: 27px;
    }
    .banner-content-panel h5 {
        font-size: 17px;
    }
    .banner-content-panel .button.global-button.verify-button{
        margin-top: 15px;
    }
    .logo {
        max-width: 160px;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        position: absolute;
        top: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5) !IMPORTANT;
        z-index: 999;
    }
    .top-banner {
        /* margin-top: 78px; */
    }
    /* nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        background-color: #fff !important;
    } */
    nav li.nav-item.global-button.green-bg {
        padding: 0;
        font-size: 15px;
    }
    .carousel-indicators {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }
    .network-panel .slick-prev, .network-panel .slick-next {
        top: 40%;
    }
    .steps li{
        width:100%;
        margin-bottom: 10px;
    }
    .steps li:last-child{
        margin-bottom: 0px;
    }
    .banner-content-panel{
        max-width:100%;
    }
    .download-button {
        align-items: self-end;
        justify-content: flex-start !important;
        gap: 20px;
    }
    .button.global-button.verify-button.verifybtn{
        width: 100%;    
    }
    .download-button .button {
        width: auto;
        max-width: 150px;
    }
    .carousel-inner img{
        min-height: 290px;
    }
    .network-block h3 {
        position: relative;
        bottom: 50px;
        right: 13px;
        font-size: 25px;
        padding-right: 20px;
    }
}
@media only screen and (max-width:576px) {
    .steps.mobile-only {
        display: block;
    }
    .container {
        padding: 0 20px;
    }
    .right-po-img {
        top:260px;

    }
    .right-po-img img {
        max-width: 100px;
    }
    footer h4 {
        margin-bottom: 20px;
    }
    .left-po-img img {
        max-width: 90px;
    }
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
}


/*_new Css*/
.slick-slider.slick-initialized {
    margin-top: 40px;
}
.service-block h3 {
    color: #000;
    font-weight: 600;
    padding: 20px 0 0;
    font-size: 17px;
    min-height: 100px;
}
ul.slick-dots {
    display: none !IMPORTANT;
}
#particles-js .slick-slide img {
    width: 97%;
}
.error_message {
    color: red;
}
.success_message {
    color: green;
}
.inner-content-login.text-center h5 {
    margin-bottom:20px !important;
}
.validation_error_message {
    position: absolute;
    color: red !IMPORTANT;
    bottom: -16px;
    font-size: 12px;
    right: 0 !IMPORTANT;
    float: right;
}
.services .service-block {
    transition: all 0.3s ease-in-out;
    float: left;
    width: 33%;
    border-radius: 0px !important;
    cursor: pointer;
    min-height: 391px !important;
    overflow: hidden;
    position: relative;
}
.info-form .form-group{
    position:relative;
}


.gallery-img a {
    border: 1px solid #ddd;
    width: 80px;
    float: left;
    height: 80px;
    padding: 8px;
    margin-top: 7px;
    position: relative;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-img a span {
    position: absolute;
    right: -5px;
    top: -8px;
    font-size: 13px;
    color: #fff;
    height: 20px;
    width: 20px;
    border: aliceblue;
    background: #506d85;
    border-radius: 10px;
    text-align: center;
}
.icon-request {
    position: absolute;
    right: 89px;
    top: 37px;
    border: 1px solid #ddd;
    padding: 4px 15px;
    font-size: 14px;
    background: #ea0000;
    color: #ffff;
    cursor: pointer;
}
.handPointer{
    cursor: pointer;
}

input.input.phoneNumber.block {
    padding: 10px 20px 10px 60px;
}
span.unit::after {
    border-right: 1px solid #ddd;
    content: "";
    position: absolute;
    right: -6px;
    height: 30px;
    width: 1px;
    top: -3px;
    z-index: 9999;
}
span.unit {
    left: 19px !IMPORTANT;
    color: #999;
}
.step-23 input {
    height: 40px;
    width: 40px !IMPORTANT;
    font-size: 20px !IMPORTANT;
}
a.green-text.handPointer {
    color: #ea0000 !IMPORTANT;
}
span.titleClass {
    padding-right: 9px;
}
.flex-list-box {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 16px;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
}
.icon-edit img {
    filter: invert(1);
}
.icon-edit {
    position: absolute;
    right: 20px;
    top: 37px;
    border: 1px solid #ddd;
    padding: 4px 15px;
    font-size: 14px;
    background: #ea0000;
    color: #fff;
    cursor: pointer;
    font-size: 0px;
    padding: 7px 7px;
    width: 35px;
    height: 35px;
}
.id-number {
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
}

/*Loader Css start*/
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*Loader Css End*/



.nav-link.white.login-button {
    color: #fff !important;
  }
  .nav-link.white.login-button:hover {
    background: #e90300;
  }



.service-block p {
  height: 78px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0px;
  padding: 0px;
}
.service-block {
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px 20px;
    border-radius: 6px;
    background-color: #fff;
    min-height: 0px;
}

button:disabled {
    background: #999 !important;
    border: none;
}

.form-control.select-category {
    appearance: none;
    background: url('/assets/images/down-arrow.png');
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 98% center;
}

.first-button{
    right: 66px;
    background: #999;
}
.carousel-control-prev {
    z-index: 99 !important;
}

.download-button .button {
    width: 48%;
    padding: 0px;
    overflow: hidden;
}

.download-button .button img {
    width: 100%;
}

.download-button {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding-right: 50px;
}
.upload-btn-wrapper .gallery-img.display-pic a {
    margin-top: 20px !important;
}

.header-div {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
  }
  .header-div .global-button.green-bg {
    margin: 0px;
    padding: 10px 15px;
  }

  .new-gallary img {
    width: 100%;
    max-height: 75px;
}
.notificationCenter .vn-notification .vn-container p{
    color: #fff!important;
}
.notificationCenter{
    z-index: 9999 !important;
}
.gallery-img.display-pic a img {
    max-height: 195px;
}
@media only screen and (max-width:576px) {
    h1{
        font-size: 21px;
    }
    .global-button{
        font-size: 15px;
        padding: 9px 10px;
    }
}

.inner-content-panel {
    padding-top: 60px;
}