@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------Scrollbar CSS Start----- */
/* Firefox */

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #3f3f3f;
  border-radius: 5px;
  border: 0px;
}

/* ------Scrollbar CSS End----- */

/*--- Common Style Start---*/

:root {
  --black: #000;
  --white: #ffffff;
  --blue: #186EC4;
  --orange: #F14B3F;
  --sky-blue: #97BDE5;
  --grey: #6E7575;
  --light-grey: #F3F5F5;
  --body-font: 'Outfit', sans-serif !important;
  --heading-font: 'Outfit', sans-serif;
}

/*
 font-family: "Montserrat", sans-serif;
 font-family: "Outfit", sans-serif;
*/

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--body-font) !important;
  color: var(--black);
  letter-spacing: 0 !important;
}


a {
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

figure {
  margin: 0;
  padding: 0;
  display: block;
}

h1,
h2 {
  line-height: normal;
  font-weight: 600;
  color: var(--black);
}
h2 {
  font-size: 28px;
  font-weight: 700;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  clear: initial; 
  font-family: var(--body-font);
  letter-spacing: 0 !important;
}
ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
p{
  line-height: 20px;
  font-size: 14px;
  color: var(--grey);
}
p:last-of-type {
  margin-bottom: 0;
}

/*--- Common Style End---*/

/*--- Bootstrap Form Start ---*/

.form-control {
  height: 45px;
  border: 1px solid transparent !important;
  padding: 10px 15px;
  background-color: #00000010 !important;
  font-size: 13px;
  color: var(--grey);
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 5px !important;
  box-shadow: none !important;
  font-family: var(--body-font);
}

select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

textarea.form-control {
  height: 100px;
  resize: none;
}

.form-control::placeholder {
  color: #00000050;
  font-family: var(--body-font);
}

.form-control:focus {
  border: none;
  outline: none !important;
}
.sec-space {
  padding: 80px 0;
}

/*- Bootstrap Form End -*/

/*-- Button Start --*/

.btn {
  height: 44px;
  line-height: 44px;
  padding: 0 24px;
  font-size: 12px;
  border-radius: 4px !important;
  font-family: var(--body-font);
  font-weight: 400;
  letter-spacing: 0.4px;
  border: 1px solid transparent;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

button:focus,
.btn:focus,
button:active,
.btn:active {
  outline: none;
  box-shadow: none !important;
  border: 1px solid transparent;
}

.btn-primary {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}

.btn-primary:hover {
  background-color: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}
.btn img{
  width: 22px;
  height: auto;
  transition: 0.3s ease-in-out;
  margin-top: -3px;
}
.btn-primary img{
  filter: brightness(0) invert(1);
}
.btn-primary:hover img, .btn-primary:focus img, .btn-primary:active img{
  transform: rotate(45deg);
}

.btn-line{
  color: var(--blue);
  font-weight: 500;
  height: auto;
  line-height: unset;
}
.btn-line:hover, .btn-line:active, .btn-line:active{
  color: var(--orange);
}
.btn-line:hover img, .btn-line:active img, .btn-line:active img{
  transform: rotate(45deg);
  filter: brightness(0) saturate(100%) invert(46%) sepia(96%) saturate(2698%) hue-rotate(335deg) brightness(95%) contrast(98%);
}

/*-- Button End --*/

/*--------------Menu Section Start--------------*/

/*--- Animation Header Start ---*/

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

/*--- Animation Header End ---*/

/*----   HEADER  START  ----*/

#myHeader {
  /* min-height: 88px; */
  top: 0;
  z-index: 999;
  width: 100%;
}

.menumain {
  width: 100%;
  z-index: 9;
  transition: all 0.5s ease;
  position: relative;
  background: var(--white);
  box-shadow: 0 1px 2px #00000014;
}

.menumain nav.navbar {
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
}

.navbar-nav {
  flex-wrap: wrap;
  margin-right: 10px;
}
.navbar .navbar-collapse ul li a {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--body-font);
  padding: 28px 5px;
  margin-right: 26px;
  display: inline-block;
}
.navbar-brand img {
  height: auto;
  width: 140px;
}
.navbar-collapse ul > li:last-child a{
  margin-right: 0px;
}
.con-btn{
  background: var(--orange);
  border-color: var(--orange);
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
}
.con-btn:focus, .con-btn:hover, .col-btn:active{
  background: var(--blue);
  border-color: var(--blue);
}


/* sticky menu  */
.header-appear {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: var(--black);
  -webkit-animation-name: animationFade;
  -o-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .navbar {
  padding: 2px 0px;
}

/*---   HEADER END   ---*/

/* =================scroll top css start here================ */

.go-top {
  bottom: 32px;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  right: 30px;
  border-radius: 100%;
  z-index: 9;
  background: var(--grey);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  position: fixed;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgb(32 33 36 / 28%);
  display: none;
  -webkit-animation-name: animationFade;
  -o-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;    
  animation-fill-mode: both;
}

.go-top.show {
  display: block;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -moz-linear-gradient(0deg, #265cff 0%, #c1282a 100%);
  background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
  background-image: -ms-linear-gradient(0deg, #265cff 0%, #c1282a 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 100%;
}

.go-top::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  -o-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-image: -webkit-linear-gradient(
    0deg,
    var(--color-gray) 0%,
    var(--color-gray) 100%
  );
  border-radius: 100%;
}

.go-top i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
  position: absolute;
  top: 43%;
  left: -5px;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top:focus i:last-child,
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus i:first-child,
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top img{
  filter: brightness(1) invert(1);
}
@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

/* =================scroll top css start here================ */

/*---   BANNER START   ---*/

.banner {
  position: relative;
}
.banner-img{
  padding-top: 38%;
  position: relative;
}
.banner-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-img::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000, #000000C1, #00000042, transparent);
  opacity: 80%;
  z-index: 2;
}
.banner-wrapper {
  position: absolute;
  left: 0;
  bottom: 12%;
  z-index: 2;
  width: 100%;
}
.banner-text{
  max-width: 80%;
  position: relative;
  color: var(--white);
}

.banner-text h1 {
  font-size: 46px;
  line-height: 48px;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 0;
}
.banner-text h1 strong{
  display: block;
  font-weight: 600;
}
.banner-text p{
  margin-bottom: 0;
  padding: 0 28px;
  color: #ffffff90;
}
.section-heading {
  max-width: 46%;
  margin-bottom: 40px;
}

/*---   BANNER END   ---*/


/* About start  */
.about-img{
  position: relative;
  padding-top: 75%;
}
.about-img img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.about-text {
  padding: 0 16px 0 40px;
}
.about-text h6, .section-heading h6{
  color: var(--blue);
  position: relative;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 18px;
}
.about-text p{
  color: var(--grey);
}
/* About end  */


/* service thumbnail start  */
.service, .testimonials-main{
  background:  #F6F8FE;
}
.service-box{
  text-align: center;
  padding: 40px 18px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 4px 20px #DDDDE682;
  height: 100%;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.service-box:hover{
  border-color: var(--blue);
}
.service-text h5 a{
  font-size: 16px;
  font-weight: 600;
  color: var(--blue);
}
.ab-para{
  color: var(--grey);
}
.serv-row{
  row-gap: 30px;
}


/* service end */


/* All Service start  */
.ab-para{
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* All Service end  */


 

/* Why us start  */
.whyus h4 {
  padding: 20px 0 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.whyus .section-heading{
  max-width: 60%;
}
.whyus p {
  color: var(--grey);
  font-weight: 400;
}
.whychoose-box{
  padding: 0 20px;
}
.w-row{
  row-gap: 34px;
}
.counter{
  font-size: 30px;
  font-weight: 500;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center; color: var(--blue);
  border: 2px solid var(--blue);
  border-radius: 50%;
  margin: 0 auto;
}
/* Why us end  */
                    

/* Testimonial start  */
.test-box {
  background: var(--white);
  padding: 20px;
  border-radius: 8px;
}
.test-box .fa{
  color: var(--grey);
}
.test-box p {
  font-size: 13px;
  color: var(--grey);
  font-family: var(--body-font);
}

.div-user {
  display: flex;
  align-items: center;
}
.user-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 10px;
}
.user-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.div-user h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
.div-user h6{
  font-size: 12px;
  color: var(--grey);
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: -28%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--white);
  transition: 0.2s ease-in-out;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
  background: var(--black);
  color: var(--white);
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next{
  right: 4px;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-prev{
  right: 60px;
}
.testimonial-slider button.owl-dot {
  height: 6px;
  background: #00000020 !important;
  width: 6px;
  margin: 0 3px;
  border-radius: 50%;
}
.testimonial-slider button.owl-dot.active{
  background: var(--black) !important;
}
.testimonial-slider .owl-dots {
  text-align: center;
  padding-top: 20px;
}
/* Testimonial end  */


/* Gallery start  */
.gal-img{
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.gal-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.gal-img:hover img{
  transform: scale(1.1);
}
/* Gallery end  */


/* Blog start  */
.blog-row{
  width: calc(52% - 10px);
  margin-left: auto;
  background: var(--white);
  border-radius: 8px;
}
.blog-row .custom-news:first-child {
  position: absolute;
  left: 0;
  width: calc(48% - 10px);
  padding: 0px;
  height: 89%;
}
.blog-row .custom-news:first-child .blog-img{
  height: 100%;
  width: 100%;
}
.blog-row .custom-news:not(:first-child) .blog-img{
  overflow: hidden;
  flex: 0 0 38%;
}
.blog-row .custom-news:first-child .bcontent h3 a{
  color: var(--white);
  font-size: 20px;
  max-width: 78%;
  -webkit-line-clamp: initial; 
          line-clamp: initial;
}
.blog-row .custom-news:first-child .bcontent{
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 50%;
  background: linear-gradient(0deg, #000, #00000000);
  border-radius: 0 0 8px 8px;
}
.blog-row .custom-news:not(:first-child) .blog-box {
  display: flex;
  margin-bottom: 20px;
}
.blog-row .custom-news:not(:first-child) .bcontent{
  padding: 14px  14px 14px 20px;
}
.blog-row .custom-news:first-child .blog-content p, .blog-row .custom-news:first-child .author, .blog-row .custom-news:first-child .blog-date{
  color:#9E9E9E;
}
.blog-row .custom-news:first-child .btn{
  display: none;
}
.blog-row .bcontent h3 a {
  font-size: 16px;
  line-height: 1.4;
  max-width: 60%;
  margin: 6px 0;
}
.blog-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.bcontent{
  padding: 30px;
}
.bcontent h5 a, .movedetails h5 a{
  font-size: 10px;
  color: var(--black);
  text-transform: uppercase;
  background: #F6F6F6;
  width: fit-content;
  padding: 4px;
  border-radius: 3px;
}
.bcontent h3 a{
  color: var(--black);
  font-size: 19px;
  max-width: 76%;
  margin: 12px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}
.blog-content p{
  max-width: 86%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
          line-clamp: 3; 
  -webkit-box-orient: vertical;
}
.features .blog-content p{
  -webkit-line-clamp: 2; 
          line-clamp: 2; 
}
.blog-box{
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  background: var(--light-grey);
}
.bl-row{
  row-gap:30px;
}
.blog-box:hover .blog-img img, .blog-box:hover .bimg img{
  transform: scale(1.1);
}
.author, .blog-date{
  color: var(--grey);
  font-size: 12px;
  font-weight: 500;
}
.home-blog .bhd .btn-line{
  text-decoration: underline !important;
}
/* Blog end  */



/* Get Quote start  */
.getintouch {
  background: var(--blue);
}
.getintouch .section-heading h2, .getintouch .section-heading p{
  color: var(--white);
}
.contact-info a, .contact-info p{
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: var(--white);
  max-width: 60%;
  margin-bottom: 24px;
}
.con-box h6{
  color: #97BDE5;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 2px;
}
.con-box{
  padding-left: 50px;
  position: relative;
}
.con-icon{
  background: var(--white);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Get Quote end  */



/* Contact  start  */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
}
.contact-form .btn-primary {
  padding: 0 22px !important;
  line-height: 34px !important;
  background: var(--orange) !important;
  color: var(--white) !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  border: 1px solid var(--orange);
  width: 100%;
  border-radius: 0 !important;
}
.contact-form .btn-primary:hover,
.contact-form .btn-primary:focus,
.contact-form .btn-primary:active {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
  color: var(--white) !important;
}
.contact-form {
  height: 100%;
  background: var(--white);
  padding: 40px;
}
input[type=submit]:focus{
  outline: none;
}
.wpcf7-spinner {
  position: absolute;
  right: 60px;
  bottom: 50px;
}
.contact-form label {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 4px 4px;
}
/* Contact  end  */

/*--  Footer Start  --*/
.footer-main{
  background: var(--black);
}
.ft-logo img {
  width: 120px;
  filter: brightness(0) invert(1);
}
.ft-note{
  color: #ffffff70;
  font-weight: 300;
  max-width: 70%;
}
.footer-main .contact-info .fa, .footer-main .contact-info p, .footer-main .contact-info a{
  color: var(--white);
  font-size: 12px;
  color: #ffffff70;
  font-weight: 300;
  word-wrap: break-word;
  max-width: 100%;
  margin-bottom: 12px;
}
.footer-main .con-box{
  padding-left: 26px;
}
.footer-link-wrapper {
  padding: 80px  0;
}
.footer-main h3{
  color: var(--white);
  padding-bottom: 4px;
  font-size: 14px;
}
.quick-link-box ul {
  list-style: none;
  padding-left: 0px;
  display: inline-block;
}

.quick-link-box ul li:not(:last-child){
  margin-bottom:  8px;
}
.quick-link-box ul li a {
  text-decoration: none;
  color: #ffffff70;
  font-family: var(--body-font);
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  transition: all 0.4s;
}
.quick-link-box ul li a:hover {
  color: var(--blue);
  transition: all 0.4s;
}

.ft-social ul li {
  margin: 0 6px;
}
.ft-social ul li:first-child{
  margin-left: 0;
}

.ft-social ul li a {
  color: var(--white);
  font-size: 14px !important;
  border-radius: 50%;
  text-align: center;
  background: #1a1a1a;
  height: 30px;
  line-height: 30px;
  width: 30px;
  transition: all 0.4s;
}

.ft-social ul li a:hover {
  background: var(--blue);
  color: var(--white);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
}
.ft-social li a img{
  height: 14px;
  width: 14px;
  object-fit: contain;
  filter: brightness(1) invert(1);
}
.ft-social li a:hover img{
  filter: none;
}

.copy-right {
  padding: 14px 0;
  text-align: center;
  border-top: 1px solid #ffffff30;
}
.copy-right p{
  color: #ffffff40;
  font-size: 12px;
}
.copy-right p a {
  color: #ffffff40;
  font-weight: 400;
}
.copy-right p a:last-child{
  color: var(--white);
}
/* Footer end  */

/* Loader CSS Start  */

.loaderWrap {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.851);
  transition: 300ms ease-in-out;
}

.loader-off.loaderWrap {
  opacity: 0;
  visibility: hidden;
}

/* Loader CSS End  */

#top-button {
  display: inline-block;
  background-color: var(--pink);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  overflow: hidden;
}

#top-button::after {
  content: "\F148";
  font-family: bootstrap-icons !important;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff60;
}

#top-button:hover {
  cursor: pointer;
  background-color: var(--black);
}

#top-button:active {
  background-color: var(--black);
  color: var(--pink);
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

/* Breadcrumb Start  */

.innerBanner {
  position: relative;
  height: 300px;
  background-attachment: fixed !important; 
  background-size: cover !important;
}

.innerBanner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 72%);
}

.innerBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 40%;
}

.title_breadcrumb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  width: 100%;
}

.title_breadcrumb h1 {
  font-size: clamp(20px, 4vw, 42px);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs {
  list-style-type: none;
  display: flex;
  justify-content: center;
}

.breadcrumb_bottom ul li a,
.breadcrumb_bottom ul li {
  color: var(--white);
}

.breadcrumb_bottom ul li {
  margin-right: 10px;
}

.breadcrumb_bottom ul li:last-child {
  margin-right: 0px;
}
.breadcrumbs {
  text-align: center;
}
/* Breadcrumb End */




/* Gallery Page start  */
.gal-row{
  row-gap: 30px;
}
.gallery-cms .gal-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25%;
  width: 25%;
  background:var(--blue);
  border-radius: 0 50% 0 0;
  z-index: 1;
  backdrop-filter: blur(4px);
}
.gallery-cms .gal-img::after{
  content:  "";
  background: url(../images/zoom.png) no-repeat center;
  height: 30px;
  width: 30px;
  background-size: contain;
  z-index: 1;
  position: absolute;
  bottom: 15px;
  left: 15px;
  filter: brightness(0) invert(1);
}

/* Gallery Page end  */

/* Single Service Page start  */

.s-service-text {
  padding: 20px 20px 20px 40px;
  background: var(--white);
  color: #00000075;
  box-shadow: #e9ecef 1.95px 1.95px 2.6px;
}
.s-service-text h3{
  color: var(--blue);
}
.s-service .about-img{
  height: 100%;
}
.s-service .about-img img{
  border-radius: 0;
}

  /* Related Services  */
  .more-serv{
    background: var(--light-grey);
  }
.sameheight.owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
}
.sameheight .item {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 1px;
}

/* Single Service Page end  */


/* About Page start */
.about-cms .about-wrap:nth-child(even) .ab-row{
  flex-direction: row-reverse;
}
.about-cms .about-wrap:nth-child(even){
  background: var(--light-grey);
}
.about-cms .ab-row .about-text {
  padding:  0 30px;
}
.about-cms .ab-row .about-img{
  margin: 0 30px;
}
.about-cms .ab-row:not(:last-child){
  margin-bottom: 40px;
}
.about-cms .ab-row h3{
  font-weight: 700;
}
.about-cms .about-text h4{
  margin-bottom: 20px;
}
.work-cms .whychoose-box {
  padding: 20px 40px;
  border: 1px solid #e5e5e5;
  height: 100%;
  border-radius: 12px;
}
/* About Page end  */

button:focus, .btn:focus{
  outline: none;
}



/* Contact PAge start  */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
} 
input[type=submit]:focus{
  outline: none; 
}

.contact-cms {
  background-attachment: fixed !important;
  background-size: cover !important;
  position: relative;
  height: 100%;
  z-index: 1;

}
.contact-cms:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 70%);
  z-index: -1;
}

.contact-cms .contact-details .con-box {
  color: var(--white);
  font-size: 14px;
  margin-bottom: 28px;
  font-family: var(--body-font);
  display: block;
  position: relative;
  padding-left: 60px;
  max-width: 80%;
}
.contact-cms .contact-details h6 {
  color: var(--blue);
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 500 ;
}
.contact-cms .contact-details .con-box p {
  font-size: 14px;
  color: var(--white);
}
.contact-cms .con-box .fa {
  height: 38px;
  width: 38px;
  background: var(--blue);
  border-radius: 8px;
  display: block;
  line-height: 38px;
  text-align: center;
  color: var(--white);
  font-size: 18px;
  position: absolute;
  left: 0;
}
.con-map {
  margin-bottom: -5px;
}
.contact-left .ft-social ul li a {
  height: 34px;
  line-height: 34px;
  width: 34px;
  background: #2a2a2a;
}
.contact-left .ft-social ul li a:hover{
  background: var(--orange);
}
.contact-details .section-heading h2{
  color: var(--white);
}
.contact-details .section-heading p{
  color: #ffffffc4;
  font-weight: 300;
}
/* Contact PAge end  */


/* Multiple Error line prevention */
.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: none;
}

/* Invalid message after form submission */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
}

/* Success message after form submission */
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: var(--white);
}

.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em;
}


/* Blog Page start  */
.blog-cms .blog-img, .recent_carousel .blog-img{
  position: relative;
  padding-top: 80%;
  display: block;
  overflow: hidden;
}
.blog-cms .blog-img img, .recent_carousel .blog-img img{
  position: absolute;
  top: 0;
  left: 0;
}
.blog-cms .bcontent {
  padding: 16px;
}


/* Single Blog page start */
.blog-cms .bcontent h3 a {
  font-size: 16px;
  max-width: 100%;
  padding: 6px 0 0 0;
}
.blog-cms .bcontent h5 a, .movedetails h5 a{
  background: var(--white);
}
.blog-cms .bcontent {
  padding: 12px;
}
.movimg{
  position: relative;
  padding-top: 60%;
}
.movimg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    object-fit: cover;
}
.motitle{
  margin: 10px 0 16px;
  font-size: 32px;
  line-height: 1.2;
}
.blog-right .blog-box:not(:last-child){
  margin-bottom: 20px;
}
.blog-right{
  background: var(--white);
  padding: 12px;
  border-radius: 8px;
}
.blog-right .blog-box{
  background: #F5F5F5;
}
.sub-head{
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 12px;
}
.recent_carousel  .blog-box {
  background: transparent;
}
.recent_carousel .bcontent {
  padding: 12px 0;
}
.recent_carousel .blog-box:not(:last-child){
  margin-bottom: 20px;
}
.recent_carousel .blog-img {
  padding-top: 62%;
}
.recent_carousel .bcontent h3 a {
  font-size: 16px;
  margin: 0px 0;
}
.recent_carousel{
  padding: 20px;
  background: var(--white);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mocayesentime {
  color: var(--blue);
  font-weight: 600;
}

/* Thank you page  */
.thankyou {
  padding: 45px;
}

.thankyou .message-image img {
  width: 110px;
  height: auto;
}
.thankyou-pg{
  background-size: cover !important;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.thankyou-pg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff84;
  z-index: -1;
}
/* Error page */
.error-404 {
  padding: 40px 0;
}

.error-404 .message-image img {
  width: 100%;
  height: auto;
}

.partnerbox{
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--light-grey);
  text-align: center;
}

.partlogo {
  display: block;
  text-align: center;
  border-bottom: 1px solid #f3f5f5;
  padding: 12px;
  height: 150px;
}
.partlogo img{
  width: 80%;
  height: 100%;
  object-fit: contain;
}