* {

  margin: 0px;

  padding: 0px;

  box-sizing: border-box;

}



.wel-slide .img-fluid{
  height: auto !important;
}
a {

  text-decoration: none !important;

}



/* html {

    overflow-x: hidden;

    scroll-behavior: smooth;

} */

html {

  overflow-x: hidden;

  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;

  scroll-behavior: smooth;

}

.img2 {
  height: 500px;
}

.owl-carousel .content {
  position: relative;
  overflow: hidden;
}

#view-more {
  text-align: left;

  margin-top: 10px;
  cursor: pointer;
  color: blue;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
}

#view-more:hover {}

.owl-carousel .content p {
  margin: 0;
}

body {

  /* line-height: 1; */

  -webkit-font-smoothing: antialiased;

  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;

  overflow-x: hidden;

}



body::-webkit-scrollbar {

  display: none;

}





body {

  font-family: 'Poppins', sans-serif;

  font-size: 14px;

}

:root {

  /*--main:#e9bc49;*/
  --main: #b8b1a7;
  --btnbg: #1877F2;
  --black: #000;

  --white: #fff;

  --light-grey: #f6f6f6;

  --dark-grey: #4e4c4c;

  --main2: #f1ab74;

  --red: #b6181d;

}



@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');

p {
  line-height: 1.7;
  font-weight: 500;
  text-align: justify;
}

/* flat-Preloader

-------------------------------------------------------------- */
.navbar-brand {
  padding: 0px;
}

.navbar-brand img {
  width: 118%;
  height: 70px;
  padding: 8px 9px 8px 9px;
}

.banner-text {
  position: absolute;
  top: 15rem;
  left: 7rem;
  background: rgba(36, 36, 36, 0.4);
  padding: 20px;
  ;
}

.banner-text h1,
.banner-text h2 {
  color: #fff;
}

.banner-text h2 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  color: var(--main);
  text-align: center;
}

.banner-text h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  font-familY: "playfair Display", sans-serif;
}

.loader img {
  color: #666;
  text-align: center;
  top: 60%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
  left: 42%;
}

.loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #999;
  z-index: 100000;
}

.block-loader {
  background-color: var(--main);
  float: left;
  height: 24px;
  margin-left: 7px;
  width: 24px;
  opacity: 0.1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-animation-name: bounceG;
  -moz-animation-duration: 1.3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -moz-transform: scale(0.7);
  -webkit-animation-name: bounceG;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -webkit-transform: scale(0.7);
  -ms-animation-name: bounceG;
  -ms-animation-duration: 1.3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -ms-transform: scale(0.7);

  -o-animation-name: bounceG;
  -o-animation-duration: 1.3s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  -o-transform: scale(0.7);
  animation-name: bounceG;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  transform: scale(0.7);
}

.loader1 {
  margin-left: -30px;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loader2 {
  margin-left: 0px;
  -moz-animation-delay: 08s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  animation-delay: .8s;
}

.loader3 {
  margin-left: 30px;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

@-moz-keyframes bounceG {

  0% {

    -moz-transform: scale(1.2);

    opacity: 1
  }



  100% {

    -moz-transform: scale(0.7);

    opacity: 0.1
  }

}

@-webkit-keyframes bounceG {

  0% {

    -webkit-transform: scale(1.2);

    opacity: 1
  }



  100% {

    -webkit-transform: scale(0.7);

    opacity: 0.1
  }

}

@-ms-keyframes bounceG {

  0% {

    -ms-transform: scale(1.2);

    opacity: 1
  }



  100% {

    -ms-transform: scale(0.7);

    opacity: 0.1
  }

}

@-o-keyframes bounceG {

  0% {

    -o-transform: scale(1.2);

    opacity: 1
  }



  100% {

    -o-transform: scale(0.7);

    opacity: 0.1
  }

}

@keyframes bounceG {

  0% {

    transform: scale(1.2);

    opacity: 1
  }



  100% {

    transform: scale(0.7);

    opacity: 0.1
  }

}

.section2 {}

.media-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.media-section p {
  font-size: 1rem;
  margin-bottom: 40px;
  color: #FFFFFF;
  text-align: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
  padding: 10px;
}

.bg-dark {
  position: relative;
}

.bg-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust the last value (0.5) to change opacity */
}

.media-section {
  position: relative;
  z-index: 0;
  /* Ensure content is above the semi-transparent background */
}

.carousel-control-prev-icon:after,
.carousel-control-next-icon:after {
  content: '‹';
  font-size: 2rem;
  color: #fff;
}

.carousel-control-next-icon:after {
  content: '›';
}

.mobile-slider .owl-carousel .owl-item img {
  width: auto;
}

.banner-cont input[type="text"]::placeholder,
.banner-cont input[type="email"]::placeholder,
.banner-cont input[type="tel"]::placeholder {
  color: rgba(72, 72, 72, .8);
}

.banner-cont input[type="text"]::-ms-input-placeholder {
  /* Edge 12-18 */
  color: rgba(72, 72, 72, .8);
}

.btn-default {
  background: var(--btnbg);
  color: var(--white);
  text-transform: capitalize;
  border-radius: 0.5rem;
  border: 2px solid var(--btnbg);
  font-weight: 500;
  font-size: 14px;
  padding: 0.5rem 2.5rem;
  transition: 2s ease;
  margin-top: 10px;
}

.btn-default:hover {
  background: transparent;
  color: var(--main);
  border-radius: 2rem;
}

.btn-default1 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.40) 120%) #989898;
  background-blend-mode: multiply, multiply;
  text-transform: capitalize;
  border-radius: 0.5rem;
  color: #fff;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 14px;
  padding: 0.5rem 2.5rem;
  transition: 2s ease;
}

.btn-default1:hover {
  background: transparent;
  color: #000;
  border-radius: 2rem;
}

.btn-secondary span {
  font-weight: 700;
  font-size: 1.5rem;
}

.btn-secondary {
  background: #bf9846;
  color: #000;
  border-radius: 5px;
  border: 2px solid #bf9846;
  font-weight: 500;
  font-size: 14px;
  padding: 0.7rem 2.5rem;
  transition: 2s ease;
  height: 12vh;
  line-height: 1.2rem;
}

.btn-secondary:hover {
  background: transparent;
  color: var(--#bf9846);
  border-radius: 2rem;
  color: #bf9846
}

.light-font {
  font-weight: normal;
  margin-bottom: 0rem;
  color: var(--red) !important;
  display: block;
  font-size: 1.2rem;
}

.light-font-white {
  font-weight: normal;
  margin-bottom: 0rem;
  color: #fff !important;
}

.main-heading {
  color: var(--black);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

a.downlodad-brochure {
  background-color: var(--main);
  position: fixed;
  right: -2.3rem;
  color: #fff;
  top: 50%;
  padding: 10px 20px;
  transform: rotate(90deg) translate(-50%, -36px);
  font-size: 14px;
}

.myfielderr {
  color: red;
  margin-top: 5px;
  display: none;
}

.dnone {
  display: none;
}

.sub-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--white);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--main);
  color: white;
  cursor: pointer;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding-bottom: 6px;
  z-index: 9999;
}

#myBtn:hover {
  background-color: var(--main2);
}

.navbar-brand-img img {

  -webkit-transition: all 3s;

  transition: all 3s;

}

.fomr-group select {
  font-size: 12px;
  height: 38px;
}

/* header start */

.topright {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.topright ul {
  list-style: none;
  float: left;
  width: auto;
}

.topright ul li {
  display: inline-block;
  padding-left: 1.5rem;
  padding-top: 15px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  text-align: left;
}

.topright ul li span {
  display: block;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: var(--main);
  font-size: 13px
}

.topright ul li .top-box {
  float: left;
  margin-top: -22px;
  margin-left: 10px;
}

.topright ul li i {
  background: var(--main);

  border-radius: 50%;
  float: left;

  height: 35px;

  width: 35px;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;
}

.topright ul li strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
}

a.navbar-brand {
  color: #e9bc49 !important;
  font-size: 30px;

  text-transform: uppercase;
  font-family: 'Adamina', serif;
  font-weight: 600;
}

.navbar-expand-lg {
  display: block;
  background: rgba(0, 0, 0, 0.6);
}

header {
  width: 100%;
  box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 15%);
}

.navbar-expand-lg .navbar-nav a.nav-link {
  color: #fff;
}

.fixed-header .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-nav {
  column-gap: 1.5rem;
}


.nav-item.contact {
  border: 1px solid var(--main);
  padding: 0rem 1rem;
  background: var(--main);
  border-radius: 0.5rem;
  color: var(--white);
}

.nav-item.contact a {
  color: var(--white) !important;
}

/*header.fixed-header img{height: 11vh;}*/

.nav-link.active {
  background: var(--main);
}

nav .btn-default {
  padding: 0.5rem 1rem;
}

/* header end */

.item2 {
  height: auto !important;
}

/* slider start*/

#sliderbanner {
  width: 100%;
}

#sliderbanner .col-sm-6:last-child {
  padding-top: 27px;
  padding-bottom: 27px;
}

#sliderbanner .carousel-item {
  transition: 0.4s;
}

#sliderbanner a.carousel-control-prev,
#sliderbanner a.carousel-control-next {
  display: none;
  border-radius: 50%;
  background-color: var(--main);
  width: 46px;
  height: 46px;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -60%);
  margin-left: 2.5rem;
}

.banner-cont {
  padding: 20px;
  background: url('../images/form-bg.jpg');
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.banner-cont label {
  font-weight: 600;
  font-size: 15px;
}

.banner-cont input::placeholder,
.tab-content input::placeholder,
.tab-content select::placeholder {
  font-size: 14px !important;
}

.banner-cont input,
.banner-cont select {
  border-radius: 0;
  height: 50px;
}

.banner-cont {
  padding: 20px 30px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  border-radius: 10px;
}

#sliderbanner .banner-cont {
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  border-radius: 10px;
  width: 25rem;
  position: absolute;
  top: 7rem;
  right: 5rem;
  background: rgba(36, 36, 36, 0.7);
}

#sliderbanner .carousel-indicators li {
  background-color: #000;
}

.banner-cont .form-group {
  margin-bottom: 0.9rem;
}

.banner-cont p {
  color: #767676;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 25px;
  padding-bottom: 0;
  margin: 0 auto 10px;
}

.banner-cont label {
  display: block;
  font-size: 14px;
  color: rgba(72, 72, 72, .8);
  display: block;
  text-align: left;
  margin: 0 0 2px;
}

.banner-cont input,
.banner-cont select {
  border: 1px solid #c7c7c7;
  border-radius: 3px !important;
  line-height: 40px;
  display: block;
  height: 40px;
  width: 100%;
  font-size: 14px;
  color: rgba(72, 72, 72, .8);
  font-weight: 400;
  letter-spacing: 0;
}

#sliderbanner .main-heading strong {
  font-weight: 700;
  -webkit-text-stroke: 1px var(--main);
  color: transparent;
  background-image: linear-gradient(#002155, #002155);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-position: -300px 0px;
  animation: backcolor 2s linear infinite;
}

@keyframes backcolor {

  100% {
    background-position: 0 0;
  }

}

.banner-cont .logo img {
  width: 50%;
}

.promise img {
  width: 70%;
}

.promise p {
  color: #fff;
  font-size: 13px;
  margin-top: 0.5rem;
}

.promise .pl-0 img {
  width: 38% !important;
}

.text-black strong {
  color: #ddd;
  font-weight: 500;
  margin-top: 2rem;
  font-size: 15px;
}

form .form-control {
  background: #EFEDEA;
  border-color: #EFEDEA;
}

form .form-control::placeholder {
  color: #000;
  font-size: 12px;
}

form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.banner-qsk-question {
  background: #cc692d;
  padding: 0.5rem 0rem;
  position: absolute;
  left: 0;
  width: 30%;
  bottom: 2rem;
  border-radius: 0px 15px 15px 0px;
}

.banner-qsk-question ul {
  list-style-type: none;
  padding-left: 0rem;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  margin-bottom: 0rem;
}

.banner-qsk-question ul li {
  width: 50%;
  padding-left: 1rem;
}

.banner-qsk-question ul li,
.banner-qsk-question ul li a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.banner-qsk-question ul li:nth-child(1) {
  border-right: 1px solid #fff;
}

/* slider end*/



/* home-second start*/

.home-offers {
  padding: 4rem 0rem 8rem;
  background: url('../images/offer-bg1.jpg');
  background-repeat: no-repeat;
  background-position: 45% 2%;
  background-size: 100%;
  position: relative;
}

.home-offers .container {
  position: relative;
}

.home-offers h4 {
  font-weight: 700;
}

.home-offers ul {
  list-style-type: none;
  margin-left: 0rem;
  margin-top: 2rem;
}

.home-offers ul li {
  padding-left: 2rem;
  text-align: left;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}

.home-offers ul li::before {
  position: absolute;
  left: 1rem;
  top: 0;
  color: var(--main);
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 16px
}

.home-offers li {
  transition: transform .5s, filter 1.5s ease-in-out;
}

.current-status {
  padding: 0.5rem 0rem;
  border-radius: 0px 20px 20px 0px;
  border: 2px solid #e48020;
  position: absolute;
  left: -0.1rem;
  width: 25%;
  margin-top: 2rem;
  transition: all 0.5s
}

.current-status:before {
  content: "";
  position: absolute;
  font-size: 100px;
  right: 30px;
  top: 30px;
  line-height: 80px;
  font-weight: 700;
  color: #000;
  opacity: 0.05;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.current-status p {
  margin-bottom: 0rem;
  font-weight: 700;
  font-size: 1rem;
  color: #000;
  padding-left: 1rem;
}

.current-status:hover {
  background: var(--main);
}

.current-status:hover:before {
  opacity: 0.2;
}

.current-status:hover p {
  color: #fff;
  z-index: 4;
}

.current-status:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}

.current-status:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: var(--main);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.bigtno {
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

#counter-div {
  padding: 50px 0px;
}

.countbox {
  border-right: 1px solid #ddd;
  text-align: center;
}

.countbox:last-child {
  border-right: 0px solid #ddd;
}

.counttext {
  text-align: center;
}

#welcome,
#services {
  padding: 50px;
}

.features li {
  list-style-type: none;
  padding: 15px 0px;
  ;
}

.features li {
  padding-left: 1em;
  text-indent: -0.11em;

  border-radius: 6px;
  margin-top: 15px;
  background: #F7F7F7;

}

#our-features h2 {
  text-align: center;
  padding-bottom: 30px;
  font-weight: bold;
}

.features li:before {
  font-family: 'FontAwesome';
  float: left;
  color: var(--main);
  font-size: 20px;
  content: "\f00c";
  padding-right: 15px;
}

#our-features {
  margin: 0PX 0PX 50PX 0PX;
}

#gallery .owl-carousel.owl-drag .owl-item {
  width: 200px;
  height: 200px;
}

#gallery .owl-carousel .owl-item img {
  height: 200px;
}

#gallery h2 {
  text-align: center;
  padding-bottom: 30px;
  font-weight: bold;
}

.nav-tabs {
  text-align: center;
  justify-content: center;
  border-bottom: 0px solid #ccc;
}

.nav-tabs li a.active {
  background: var(--main);
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.nav-tabs li {
  border: 1px solid #ccc;
  color: #000;
  font-size: 14px;
  border-bottom: 1px;
  border-radius: 10px 10px 0 0;
  display: flex;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  background: #F4F4F4;
  color: #000;
}

.nav-tabs li a {
  padding: 12px 50px;
  color: #000;
}

.tab-content {
  padding: 50px 0px;
  border-top: 1px solid #ccc;
}

.service-card {
  background: #F1F1F1;
  background-blend-mode: screen;
  margin: 0px 15px;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  height: 210px;
  width: 200px;
}

.service-card h2 {
  font-size: 25px;
  font-weight: 600;
  height: 80px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-card p {
  font-weight: 400 !important;
  height: 165px;
}

.service-card a {
  margin: 20px 0px;
}

.service-card .icon-img i {
  font-size: 40px;
  margin: 15px 0;
}

.logo-slider .owl-item img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

#logos {
  padding: 50px 0;
}

#testimonial {
  padding: 50px 0;
}

#lightbox {
  top: 100px !important;
}

.testivideotext p:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  top: 24px;
  color: #4c4949;
  right: -41px !important;
}

.testivideotext p:after {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  top: 112px;
  color: #4c4949;
  left: -62px !important;
}

.testivideotext img {
  width: auto !important;
  margin: 0 auto;
}

.testivideotextface h5 {
  text-align: center;
  font-size: 18px;
}

.testivideotext p {
  color: #333;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}

.testislider .owl-nav button {
  background-color: var(--red) !important;
  width: 35px;
  height: 35px;
  font-size: 34px !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 0px !important;
  line-height: 0px !important;
}

.testislider .owl-next {
  right: 0;
  float: right;
  margin-right: -1rem !important;
}

.testivideotext h4 {
  color: #333;
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 1rem;
  text-align: center;
}

#process1 {
  height: auto;
  padding: 140px 0;
  background: url(../assets/processbg.jpg) no-repeat;
  background-size: cover;
}

#process1 h2 {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
}

#process {}

#process .work-process .card-top {
  position: absolute;
  bottom: 150px;
  margin-bottom: 130px;
  width: 184px;
  text-align: center;
  left: -88px;
}

.card-top h2 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

.card-top p {
  font-size: 14px;
  line-height: 22px;
}


#process ul.work-process {
  display: flex;
  justify-content: space-between;
}

#process ul.work-process {
  margin: 200px 100px 100px;
  padding: 0 !important;
  border-top: 2px solid #ffffff00;
  list-style: none;
  /*border-top: 2px solid #e9bc49de;*/
  border-top: 2px solid #B9AFA1;
}

#process ul:before {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
}

#process ul.work-process li {
  padding-top: 30px;
  position: relative;
}

#process ul.work-process li .card-top {
  position: absolute;
  bottom: 150px;
  margin-bottom: 130px;
  width: 184px;
  text-align: center;
  left: -88px;
}

.card-top h2 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

#process ul.work-process li p {
  text-align: center;
  margin: 0 auto;
  color: #000;
}

.card-top p {
  font-size: 14px;
  line-height: 22px;
}

#process ul.work-process li .card-bot {
  position: relative;
  margin-top: 60px;
  width: 300px;
}

.card-bot h2 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-align: center;
  ;
}

.card-bot p {
  font-size: 14px;
  line-height: 22px;
}

#process ul.work-process li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid #e9bc49de;
  */ border: 4px solid #B9AFA1;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
  font-weight: 600;
  padding-top: 4px;
}

#process ul.work-process li span.card-number-bot:before {
  content: "";
  /*color: #e9bc49de;*/
  color: ##B9AFA1;
  width: 2px;
  height: 50px;
  /*background: #e9bc49de;*/
  background: #B9AFA1;
  position: absolute;
  bottom: -50px;
  left: 50%;
}

#process ul.work-process li span.card-number-bot:after {
  content: "";
  /*color: #e9bc49de;*/
  color: #B9AFA1;
  width: 8px;
  height: 8px;
  /*background: #e9bc49de;*/
  background: #B9AFA1;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}

#process ul.work-process li span.card-number:before {
  content: "";
  /*color: #e9bc49de;*/
  color: #B9AFA1;
  width: 2px;
  height: 50px;
  /*background: #e9bc49de;*/
  background: #B9AFA1;
  position: absolute;
  top: -50px;
  left: 50%;
}

#process ul.work-process li {
  padding-top: 30px;
  position: relative;
}

#process ul.work-process li .card-top {
  position: absolute;
  bottom: 150px;
  margin-bottom: 200px;
  width: 184px;
  text-align: center;
  left: -88px;
}

.card-top h2 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

#process ul.work-process li p {
  text-align: center;
  margin: 0 auto;
  color: #000;
}

.card-top p {
  font-size: 14px;
  line-height: 22px;
}

#process ul.work-process li .card-bot {
  position: relative;
  margin-top: 47px;
  width: 181px;
  height: 190px;
}

.card-bot h2 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-align: center;
  ;
}

.card-bot p {
  font-size: 14px;
  line-height: 22px;
}

#process ul.work-process li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  /*border: 4px solid #e9bc49de;*/
  border: 4px solid #B9AFA1;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
  font-weight: 600;
  padding-top: 4px;
}

#process ul.work-process li {
  padding-top: 30px;
  position: relative;
}

#process ul.work-process li .card-top {
  position: absolute;
  bottom: 150px;
  margin-bottom: 200px;
  width: 184px;
  text-align: center;
  left: -88px;
}

.card-top h2 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

#process ul.work-process li p {
  text-align: center;
  margin: 0 auto;
  color: #000;
}

.card-top p {
  font-size: 14px;
  line-height: 22px;
}

#process ul.work-process li .card-bot {
  position: relative;
  margin-top: 47px;
  width: 181px;
  height: 190px;
}

.card-bot h2 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-align: center;
  ;
}

.card-bot p {
  font-size: 14px;
  line-height: 22px;
}

#process ul.work-process li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  /*border: 4px solid #e9bc49de;*/
  border: 4px solid #B9AFA1;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
  font-weight: 600;
  padding-top: 4px;
}

#process ul.work-process li span.card-number:after {
  content: "";
  color: #B9AFA1;
  width: 8px;
  height: 8px;
  background: #B9AFA1;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}




/* .home-offers li:hover{filter: grayscale(0);transform: scale(1.1);} */



/* home-second end*/



/* Floor Plan style start */

.floor-plan {
  padding: 4rem 0rem;
}

.floor-plan .card-img {
  overflow: hidden;
  background: var(--main2);
  border: 0;
  backface-visibility: hidden;
  position: relative;
}

.floor-plan.card-img p {
  position: absolute;
  right: 15%;
  left: 11%;
  top: 4rem;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  border: 0;
  backface-visibility: hidden;
  width: 80%;
  padding: 10px;
  filter: brightness(2);
}

.floor-plan .card-img:hover p {
  opacity: 1;
}

.floor-plan .card-img:hover img {
  transform: scale(1.1);
  opacity: .5;
}

.floor-plan .card-img img {
  transition: transform 1.2s ease-out;
}

.floor-plan h5 {
  padding: 1rem 0rem;
  text-align: center;
}

.shadow-sm {
  background: #f5f5f5;
}

.floor-plan .owl-prev i {
  border-radius: 50%;
  background-color: var(--main2);
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  top: 50%;
  padding: 0rem 1rem;
  position: absolute;
  left: -1rem;
}

.floor-plan .owl-next i {
  border-radius: 50%;
  background-color: var(--main2);
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  top: 50%;
  padding: 0rem 1.1rem;
  position: absolute;
  right: -1rem;
}

/* Floor Plan style end */



/* Features start */

.home-features {
  padding: 4rem 0rem;
  background: var(--light-grey);
}

.home-features .feat-icon {
  width: 5rem;
  height: 5rem;
  background: #bf9846;
  border-radius: 0.5rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  transition: all 2s ease-in-out;
}

.home-features ul li:hover .feat-icon {
  background: var(--main)
}

.home-features ul li:hover .feat-icon img {
  -webkit-filter: opacity(.5) drop-shadow(0 0 0 #fff);

  filter: opacity(.4) drop-shadow(0px 0px 0px #ffffff);
}

.home-features ul {
  list-style-type: none;
  padding-left: 0rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.home-features ul li {
  width: 25%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
}

.home-features p {
  color: #000;
  text-align: center;
}

/* Features end */



/* Gallery start */

.our-gallery-sec {
  padding: 3rem 0;
}

.galleryslide .owl-prev i {
  border-radius: 50%;
  background-color: var(--main2);
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  top: 50%;
  padding: 0rem 1rem;
  position: absolute;
  left: -1rem;
}

.galleryslide .owl-next i {
  border-radius: 50%;
  background-color: var(--main2);
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  top: 50%;
  padding: 0rem 1.1rem;
  position: absolute;
  right: -1rem;
}

/* Gallery end */

.map-location-sec {
  padding: 4rem 0rem;
  background: #f1f5e2;
}

.map-listing {
  margin-top: 2rem;
  column-count: 2;
  column-gap: 2rem;
  list-style-type: none;
  flex-direction: row;
  flex-wrap: wrap;
}

.map-listing li {
  padding-left: 2rem;
  text-align: left;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}

.map-listing li::before {
  position: absolute;
  left: 1rem;
  top: 0;
  color: var(--main);
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 16px
}

.map-listing li {
  transition: transform .5s, filter 1.5s ease-in-out;
}

.aboutn-sec {
  padding: 4rem 0rem;
}



/* footer start*/

.footer {
  position: relative;
  width: 100%;
  background: #000;
  color: #fff;
}

.inner-box {
  box-shadow: 0 8px 20px #00000029;
  padding: 10px;
}

.lb-data .lb-close {
  background-color: var(--main) !important;
  border-radius: 50%;
  background-size: 50% !important;
  background-position: center !important;
  position: absolute;
  top: -7%;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px !important;
  display: none;
}

.owl-theme .owl-dots .owl-dot.active {
  padding: 0 8px;
  /* text-align: center; */
  height: 43px;
  width: 43px;
  border: 1px solid #000;
  border-radius: 100%;
}

.owl-theme .owl-dots .owl-dot {
  padding: 0 8px;
}
 
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--main) !important;
}

.footer-bottom {
  position: relative;
  bottom: 0;
  padding: 15px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: sans-serif;

  font-size: 14px;
  border-top: 1px solid #f3f3f33d
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
}

a.request-call {
  z-index: 500;
  background-color: var(--btnbg);
  position: fixed;
  right: 0;
  color: #fff;
  top: 70%;
  padding: 9px 18px;
  transform: rotate(270deg) translate(65%, 65px);
}

a.request-call:hover {
  border: 1px solid var(--buttonbg);
  color: var(--red);
  background-color: var(--white);
}

.social-link {
  display: inline-block;
  margin-bottom: 0rem;
}

.social-link li {
  display: inline;
}

.social-link li a i {
  font-size: 1.2rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 0.5rem;
  width: 35px;

  height: 35px;
  text-align: center;
}

.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 4rem;
  right: 15px;
  background-color: var(--main);
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 0.5rem;
  font-size: 2.7rem;
}

.phone_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 0.5rem;
  left: 5px;
  background-color: var(--main);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.phone-icon {
  margin-top: 0.8rem;
  font-size: 2.2rem;
}



/* thank you */

.breadcrumb-bg {
  background-position: bottom right;
  background-size: cover;
  background: url('../images/banner-1.jpg');
  float: left;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-bg h1 {
  color: var(--white);
  font-size: 3rem;
  text-transform: uppercase;
}

.grey-bg {
  background-color: #f3f4f6;
  padding: 5rem 0rem;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(12, 12, 12, 0.7);
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.42);
  transition: all 0.2s;
  z-index: 999999;
  height: 15vh;
}

.xs-hidden {
  display: block;
}

.md-hidden {
  display: none;
}

.modal-dialog .close {
  position: absolute;
  opacity: 1 !important;
  right: -0.5rem;
  background: var(--main);
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  top: -0.8rem;
}

.modal-dialog .close:focus {
  outline: none;
}

.modal-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 0rem;
}

.modal-header p {
  margin-bottom: 0rem;
  font-size: 1.1rem;
}

.modal-header h2 {
  color: var(--main);
  font-size: 1.5rem;
}

.modal-content {
  padding: 1rem;
}

.modal-dialog .form-control {
  background-color: #dfdfdf;
  border: 0px;
}

.modal-dialog a {
  font-weight: 600;
  color: var(--main);
}

.modal-dialog {
  max-width: 600px;
  top: 8rem
}

.modal-dialog .form-control::placeholder {
  font-weight: normal;
  font-size: 13px;
  color: #707070
}

.modal-dialog .form-control:focus {
  outline: none;
  box-shadow: none;
}

.get-btn,
.mobile-btn {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.errs::empty {
  display: none;
}

.errs {
  color: red;
  font-size: 14px;
  margin-top: 8px;
  display: block;
}

.intl-tel-input,

.iti {
  width: 100%;
}

a.request-call {
  right: -1%;
}

.fixed-header .navbar-expand-lg {}

#sliderbanner .banner-cont {
  scale: 0.9;
}

.icon-circle {
  background: var(--main);
  border-radius: 50%;
  height: 44px;
  width: 44px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-yellow {
  background: var(--main);
  font-size: 16px;
  line-height: 23px;
  border: 0;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  font-weight: 600;
}

.card-bot {
  border: 2px solid #cccac6;
  background: #cccac6;
  border-radius: 4px;
}

.card-top {
  border: 2px solid #cccac6;
  background: #cccac6;
  border-radius: 4px;
  height: 180px;
  width: 140px;
}

#thanks {
  margin: 100px 0px;
}

#thanks .thnk-con {
  text-align: center;
}

#thanks img {
  width: 60%;
  margin-bottom: 1.5em;
}

#thanks p {
  margin-bottom: 1.5em;
  text-align: center;
  ;
}

#thanks a {}

#process ul.work-process li:last-child span {
  margin-left: 23%;
}

#process ul.work-process li:last-child .card-bot {
  margin-left: 38%;
  border: 2px solid #cccac6;
  background: #cccac6;
  border-radius: 4px;
  ;
}

#foot-contact {
  padding: 100px 0px;
  background: url(../images/bg23-1.jpg)
}

#foot-contact h1 {
  color: var(--white);
  text-align: center;
  padding-bottom: 30px;
  margin: 0 auto;
}

#foot-contact .form-row {
  background: rgba(36, 36, 36, 0.7);
  border: 1px dotted var(--main);
  padding: 50px 20px;
  border-radius: 10px;
}

.footer-sticky {
  display: none;
}

#whatsapp-ico {
  margin-top: -150px;
}

#whatsapp-ico .right-whatsapp i {
  font-size: 40px;
  color: #fff;
  background: #61ce70;
  border-radius: 5px;
  padding: 5px;
  float: right;
  margin-right: 13px;
}

.whatsApp {
  position: fixed;
  width: 45px;
  height: auto;
  bottom: 6.5rem;
  right: 5px;
  color: #FFF;
  border-radius: 0px;
  text-align: center;
  font-size: 28px;
  z-index: 100;
  animation: glow 1.5s linear infinite alternate;
  background: #29a71a;
  border-radius: 3px;
}

.whatsApp img {
  width: 100%;
}

whts01 {
  width: 40px;
}

.active-top {
  padding-top: 8rem !important;
  position: relative;
}

@media (max-width:370px) {
  .topright ul li {
    padding-left: 3px !important;
  }

  .banner-text {
    position: relative;
    left: 0% !important;
    background: #000;
  }
}

@media (max-width:490px) {

  .banner-text {
    top: 6% !important;
  }


}

@media (max-width:660px) {
  .topright {
    margin-top: 0px !important;
    width: 100% !important;
    margin-left: 0px !important;
    text-align: center;
  }
  .topright ul{
     padding-left: 0rem !important;
   }

  #gallery .owl-carousel .owl-item img {
    height: auto;
  }

  .banner-text {
    top: 3rem;
    left: 5rem;
  }

  .banner-text h1 {
    font-size: 14px;
  }

  .banner-text h2 {
    font-size: 16px;
  }

  .topright ul li i {
    height: 30px;
    width: 30px;
  }

  #lightbox {
    top: 150px !important;
  }

  .topright ul li {
    font-size: 10px;
    padding-left: 0;
  }

  .topright ul li span,
  .topright ul li strong {
    font-weight: 400;
    font-size: 11px;
  }

  .topright ul {
    width: 100%;
    margin-bottom: 0px;
  }

  a.request-call {
    right: -3%;
  }

  #form_submit_btn {
    width: 100%;
    margin-top: 15px;
  }

  .service-card {
    height: auto;
  }

  .service-card {
    margin: 10px 0px;
  }

  .btn-default {
    padding: 0.5rem 1.5rem;
  }

  .owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
  }

  .fixed-header .navbar-expand-lg {
    background: #000;
  }

  .row.promise .col-md-4 {
    width: 33.33%;
  }

  .banner-cont .text-black {
    margin-top: 1rem;
  }

  .banner-qsk-question {
    position: relative;
    left: 0;
    width: 96%;
    bottom: 0rem;
  }

  .current-status {
    width: 95%;
  }

  .fixed-top {
    position: static;
    background: #000;
  }

  .fixed-header {
    height: 9vh;
  }

  .wel-slide {
    margin-top: 30px;
  }

  #gallery .owl-carousel .owl-item img {
    width: 100%;
  }

  .service-card p {
    height: auto;
  }

  .navbar-brand-img img {
    width: 35%;
  }

  header .text-right {
    text-align: center !important;
  }

  a.navbar-brand {
    width: 100%;
    text-align: center;
    ;
    margin-right: 0px;
  }

  .banner-content {
    top: -22rem
  }

  button.navbar-toggler:focus {
    outline: none;
  }

  .carousel-indicators {
    display: none;
  }

  .xs-hidden {
    display: none;
  }

  .md-hidden {
    display: block;
  }

  #sliderbanner .banner-cont {
    padding: 35px 30px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    border-radius: 10px;
    width: auto;
    position: relative;
    top: 0rem;
    right: 0rem;
    margin: 1rem;
    background: #363636;
  }

  .btn-secondary {
    background: #bf9846;
    color: #000;
    border-radius: 5px;
    border: 2px solid #bf9846;
    font-weight: 500;
    font-size: 14px;
    padding: 0.7rem 1.3rem;
    transition: 2s ease;
    height: 12vh;
    line-height: 1.2rem;
  }

  .map-listing {
    column-count: 1;
  }

  .map-location-sec .mobile-heading {
    margin-top: 2rem;
  }

  .jhopdi-mobile .col-md-8 {
    order: 2
  }

  .jhopdi-mobile .col-md-4 {
    order: 1;
    padding-bottom: 2rem;
  }

  .text-right {
    text-align: left !important;
  }

  iframe {
    width: 100% !important;
  }

  .home-features ul li {
    width: 33.33%;
  }

  .home-offers {
    background-position: initial;
    background-size: cover;
  }

  .home-offers h4 {
    margin-top: 2rem;
  }



  .mobile-btn {
    display: block;
  }

  .cstr-menu.active {
    left: 0;
    display: block;
  }

  .navbar-nav {
    display: block;
    background: transparent;
  }

  .menu-trigger {
    position: absolute;
    width: 30px;
    height: 40px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    z-index: 99;
    transition: all 0.4s;
    float: right;
    margin: -10px 0 0 41px;
    display: block;
    top: 1.8rem;
    right: 1rem;
  }

  .menu-trigger span {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger span {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
  }

  .menu-trigger span::before,
  .menu-trigger span::after {
    content: '';
    position: absolute;
    width: 51%;
    height: 4px;
    background: #fff;
    transition: .2s;
  }

  .menu-trigger span::before {
    left: 0;
    border-radius: 4px 0 0 4px;
  }

  .menu-trigger.active span:nth-of-type(1)::before {
    transform: translate(4px, -4px) rotate(45deg);
  }

  .menu-trigger.active span:nth-of-type(1)::after {
    transform: translate(-3px, -4px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2)::before {
    transform: translateX(-75%);
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(2)::after {
    transform: translateX(75%);
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3)::before {
    transform: translate(4px, -11px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(3)::after {
    transform: translate(-3px, -11px) rotate(45deg);
  }

  ul.navbar-nav>li {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
  }

  .cstr-menu {
    left: -100%;
    max-width: 100%;
    padding: 70px 0 30px;
  }

  .cstr-menu {
    max-height: calc(100vh - 100px);
  }

  .navbar-nav .nav-link {
    color: #fff !important;
  }



  .modal-dialog {
    max-width: inherit;
    top: 8rem;
  }

  .loader img {
    line-height: 1.5;
    left: 20%;
  }

  .nav-tabs li {
    width: 80%;
  }

  .nav-tabs li a {
    padding: 10px 30px;
    width: 100%;
  }





  #process ul:before {
    /*background:#348e80;*/
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important
  }

  #process ul:after {
    /*background:#348e80;*/
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px
  }

  #process ul.work-process {
    margin: 0px 0 !important;
    /*border-left:2px solid #348e80;*/
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important
  }

  #process ul.work-process li {
    height: 153px;
    float: none !important;
    width: inherit !important
  }

  #process ul.work-process li:nth-child(2) .card-bot img {
    width: 70px
  }

  #process ul.work-process li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }

  #process ul.work-process li:last-child span {
    margin-left: -7%;
  }

  #process ul.work-process li:last-child {

    height: 160px;

  }

  #process ul.work-process li:last-child .card-bot {
    bottom: 50px !important;
    width: 80% !important;
    margin-left: 35px !important;
    margin-top: 0 !important;
  }

  #process ul.work-process li:last-child .card-bot img {
    width: 100%
  }

  #process ul.work-process li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important
  }

  #process ul.work-process li span {
    left: 0 !important;
    top: -45px;
  }

  #process ul.work-process li span.card-number:after {
    content: none !important
  }

  #process ul.work-process li span.card-number:before {
    content: none !important
  }

  #process ul.work-process li span.card-number:after {
    content: none !important
  }

  #process ul.work-process li span.card-number-bot:before {
    content: none !important
  }

  #process ul.work-process li span.card-number-bot:after {
    content: none !important
  }

  #process ul.work-process li .card-top {
    position: absolute !important;
    bottom: 58px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }

  #process ul.work-process li .card-top img {
    margin: 0 auto !important;
    width: 80% !important
  }

  #process ul.work-process li .card-bot {
    position: absolute !important;
    bottom: 46px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }

  #process ul.work-process li p {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0 !important
  }

  #process ul.work-process li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px
  }

  #process ul.work-process li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px
  }

  #process ul.work-process li .card-top {
    left: 0;
    width: 80% !important;
  }

  #process ul.work-process li {
    /* border-left: 2px solid #e9bc49; */
  }

  #process ul.work-process {
    display: flex;
    flex-direction: column;
  }

  #process ul.work-process li .card-bot {
    width: 80% !important;
  }

  a.navbar-brand img {
    width: 30% !important;
    height: auto;
  }
}

@media (max-width: 674px) {
  .text-right {
    padding: 2px !important;
  }

  .banner-text h1 {
    font-size: 32px;
    font-familY: "playfair Display", sans-serif;
    font-weight: bold;
  }

  .banner-text {
    top: 12%;
  }
}

@media (max-width: 767px) {
  a.request-call {
    top: 77%;
    display: none;
  }

  .whatsApp {
    bottom: 3.5rem;
    display: none;
  }

  .topright {
    margin-top: -50px;
    margin-left: 29%;
    width: 60%;
  }

  a.navbar-brand img {
    width: 100%;
  }

  #process ul.work-process li .card-bot {
    width: 192px;
  }

  #process .work-process .card-top {
    width: 106px;
  }


  .footer-sticky .footer-sticky-inner .btn-yellow::before {
    background: transparent;
  }

  .footer-sticky.fixed .footer-sticky-inner .claim-free-consultation img {
    width: 20px;
  }

  .claim-free-consultation {
    position: relative;
    bottom: inherit;
    right: inherit;
    z-index: 99;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
  }

  .btn-yellow {
    font-size: 12px;
    line-height: 14px;
    padding: .55rem 1rem;
  }

  .footer-sticky {
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--main) 0 0 no-repeat padding-box;
    box-shadow: 0 10px 20px #48450941;
    z-index: 999;
  }

  .footer-sticky.fixed {
    position: fixed;
  }

  .footer-sticky-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-sticky .whatapp-box {
    background: #2d2d2d 0 0 no-repeat padding-box;
    width: 50%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-sticky .whatapp-box.get-free-consultation a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-sticky .whatapp-box.get-free-consultation a .icon-circle {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    color: #000;
  }

  .fixed1 {
    position: fixed;
  }

  .footer-sticky {
    display: block;
  }

  .claim-free-consultation i {
    background: #000;
    border-radius: 50%;
    padding: 5px;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    color: var(--main);
  }

  .icon-circle {
    height: 29px;
    width: 29px;
  }

  a.btn-yellow {
    color: #000;
  }

  .footer-sticky .whatapp-box.get-free-consultation a {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
  }


  #sliderbanner .banner-cont {
    width: auto;
    position: relative;
    top: 0;
    right: 0;
    margin: 5px 20px;
  }

  .banner-text {
    top: 12%;
    left: 10%;
  }

  #form_submit_btn {
    width: 100%;
    margin-top: 15px;
  }

  .carousel-indicators {
    display: none;
  }

  .wel-slide {
    margin-top: 30px;
  }

  #welcome {
    padding: 20px;
  }

  .service-card p {
    height: auto;
    ;
  }

  .topright ul li {
    padding-left: 0rem;
  }

}

@media only screen and (max-width: 991px) and (min-width: 661px) {
  #navbarText {
    position: absolute;
    width: 200px;
    background: rgba(36, 36, 36, 0.7);
    padding: 15px;
    margin-top: 50px;
  }

  .topright ul li strong {
    font-size: 13px;
  }

  #sliderbanner .banner-cont {
    scale: 0.6;
  }

  header.fixed-header img {
    height: 5vh;
  }

  .mobile-btn {
    display: block;
  }

  .menu-trigger {
    position: absolute;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    z-index: 99;
    transition: all 0.4s;
    float: right;
    margin: 60px 0 0 41px;
    display: block;
    top: -0.2rem;
    right: -1rem;
  }

  .menu-trigger span {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger span {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
  }

  .menu-trigger span::before,
  .menu-trigger span::after {
    content: '';
    position: absolute;
    width: 51%;
    height: 4px;
    background: #fff;
    transition: .2s;
    margin-top: -20px;
    left: -17px;
  }

  .menu-trigger span::before {
    left: 0;
    border-radius: 4px 0 0 4px;
  }

  .menu-trigger.active span:nth-of-type(1)::before {
    transform: translate(4px, -4px) rotate(45deg);
  }

  .menu-trigger.active span:nth-of-type(1)::after {
    transform: translate(-3px, -4px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2)::before {
    transform: translateX(-75%);
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(2)::after {
    transform: translateX(75%);
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3)::before {
    transform: translate(4px, -11px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(3)::after {
    transform: translate(-3px, -11px) rotate(45deg);
  }

  a.navbar-brand img {
    width: 200px;
  }

  #sliderbanner .banner-cont {
    right: 0rem;
  }

  .banner-text h1 {
    font-size: 30px;
  }

  #sliderbanner .banner-cont {
    top: 5px;
  }

  .topright ul li {
    padding-left: 0.5rem;
  }

  #process ul.work-process li:last-child span {
    margin-left: 10%;
  }

  #process ul:before {
    /*background:#348e80;*/
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important
  }

  #process ul:after {
    /*background:#348e80;*/
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px
  }

  #process ul.work-process {
    margin: 0px 0 !important;
    /*border-left:2px solid #348e80;*/
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important
  }

  #process ul.work-process li {
    height: 153px;
    float: none !important;
    width: inherit !important
  }

  #process ul.work-process li:nth-child(2) .card-bot img {
    width: 70px
  }

  #process ul.work-process li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }

  #process ul.work-process li:last-child span {
    margin-left: -25px;
  }

  #process ul.work-process li:last-child {

    height: 160px;

  }

  #process ul.work-process li:last-child .card-bot {
    bottom: 43px !important;
    width: 80% !important;
    margin-left: 36px !important;
    margin-top: 0 !important;
  }

  #process ul.work-process li:last-child .card-bot img {
    width: 100%
  }

  #process ul.work-process li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important
  }

  #process ul.work-process li span {
    left: 0 !important;
    top: -45px;
  }

  #process ul.work-process li span.card-number:before {
    content: none !important
  }

  #process ul.work-process li span.card-number:after {
    content: none !important
  }

  #process ul.work-process li span.card-number-bot:before {
    content: none !important
  }

  #process ul.work-process li span.card-number-bot:after {
    content: none !important
  }

  #process ul.work-process li .card-top {
    position: absolute !important;
    bottom: 57px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 36px !important;
    margin-bottom: 0 !important;
  }

  #process ul.work-process li .card-top img {
    margin: 0 auto !important;
    width: 80% !important
  }

  #process ul.work-process li .card-bot {
    position: absolute !important;
    bottom: 38px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 36px !important;
    margin-bottom: 0 !important;
    margin: 28px;
  }

  #process ul.work-process li p {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0 !important
  }

  #process ul.work-process li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px
  }

  #process ul.work-process li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px
  }

  #process ul.work-process li .card-top {
    left: 0;
    width: 80% !important;
  }

  #process ul.work-process li {
    /* border-left: 2px solid #e9bc49; */
  }

  #process ul.work-process {
    display: flex;
    flex-direction: column;
  }

  #process ul.work-process li .card-bot {
    width: 80% !important;
  }
}

@media only screen and (max-width: 1165px) and (min-width: 987px) {
  #sliderbanner .banner-cont {
    scale: 0.7;
  }

  header.fixed-header img {
    height: 5vh;
  }

  .fixed-header {
    height: 16vh;
  }

  #sliderbanner .banner-cont {
    top: 4rem;
  }

  #process ul.work-process li:last-child span {
    margin-left: 10%;
  }
}