.fullpage-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background: #f4f6f9;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullpage-loader .fullpage-loader__logo {
  position: relative;
}
.fullpage-loader__logo img {
  width: 300px;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 0px;
  background: #fc653c;
}
.navbar-phone .nv-btn {
  background: #fc653c;
  padding: 6px 20px;
  font-size: 15px;
  color: white;
  border-radius: 20px;
}
.slide-nav-close {
  cursor: pointer;
}
.slide-nav-close i {
  color: #686262;
}
.surbhi-title span{
  font-size: 14px;
  font-weight: 800;
}
.surbhi-title h1, h2, h3{
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 30px;
  padding-bottom: 10px!important;
}
.service-btn{
  background: #fc653c;
  padding: 8px 30px;
  color: white;
  border-radius: 50px;
  border: 2px solid transparent;
  text-transform: uppercase;
  transition: .5s ease-in-out;
  font-weight: 700;
}
.service-btn:hover{
  border: 2px solid #fc653c;
  background: transparent;
  color: #fc653c;
}
.why-choose-us-img img{
  width: 100%;
}
.bg-surbhi{
  background: url(../site-images/bg-pattern/9.png);
}
.locate-us{
  margin-bottom: 15px;
}
.locate-us span{
  color: white;
  font-weight: 500;
  display: block;
}
#page-banner{
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.customMargin{
  margin: 100px auto;
}
.breadcrumb-item a{
  font-size: 13px;
  text-transform: uppercase;
}
.breadcrumb-item span{
  color:#d1d1d1;
  font-size: 13px;
  text-transform: uppercase;
}
.supreme-bg{
  background: url(../site-images/bg-pattern/2.png);
}

.accordion-header{
  padding-bottom: 0px!important;
}

.newsletter-area {
  background: url(../site-images/bg-pattern/2.png);
  position: relative;
  z-index: 1;
  padding: 40px 0px;
}

.newsletter-content h5 {
  font-size: 25px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.newsletter-form {
  position: relative;
}

.newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 60px;
  padding-left: 25px;
  border-radius: 5px;
  outline: 0;
  color: #1b0238;
}

.newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #0c2d62;
  color: #ffffff;
  border: none;
  height: 52px;
  padding: 0 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 50px;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.process-img img{
  width: 100%;
  border-radius: 15px;
}

.gmap{
  width: 100%;
  height: 450px;
}



.post-content p strong{
  font-size: 16px;
  text-transform: uppercase;
  color: #141b38;
  margin-bottom: -20px;
  display: block;
}

.borderImg img{
  border-radius: 5px;
}

.video-popup .video-wrapper span.box-80 {
  display: none!important;
}

@media screen and (max-width:991px) {
  .fd-rev{
    flex-direction: column-reverse;
  }
  .newsletter-content h5 {
    margin-bottom: 10px;
  }
}

.btn-white{
    background-color:white;
}