@font-face {
  font-family: 'georgiabold';
  src: url('../fonts/georgia_bold-webfont.woff') format('woff2'),
    url('georgia_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'georgiaitalic';
  src: url('georgia_italic-webfont.woff') format('woff2'),
    url('georgia_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'georgiaregular';
  src: url('georgia_regular_font-webfont.woff') format('woff2'),
    url('georgia_regular_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #000000;

  font-family: Arial, Helvetica, sans-serif;

}

.same-gap {
  margin-bottom: 30px;
}

img[width="1"] {
  display: none;
}

.btn {
  background-color: #1f9eba;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* HEADER CSS STARTS */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 93px;
  padding-top: 8px;
  z-index: 9;
  background-color: #fff;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width:768px) {
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 69px;
    padding-top: 8px;
    z-index: 9;
    background-color: #fff;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.newClass {
  background-color: #fff;
  box-shadow: 0 0 5px gray;
}

.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo {
  max-width: 225px;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.menu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 15px;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-number {
  display: flex;
}

.contact-number a {
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* HEADER CSS ENDS */
.banner {
  position: relative;
  height: 100vh;
}

.banner .swiper1 {
  height: 100%;
}

.banner-wrap-div {
  height: 100%;
}

.banner-img {
  height: 100%;
}

.banner-img .img-fluid {
  height: 100%;
}

@media (max-width:768px) {
  .banner-img .img-fluid {
    height: 100%;
    margin-top: 68px;
  }
}

/* banner */
.banner-cnt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  z-index: 1;
}

.banner-cnt-div h1 {
  color: #fff;
  font-size: 30px;
}

.banner-cnt-div p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.banner-enquier-btn {
  position: fixed;
  background: #fff;
  transform: rotate(270deg);
  right: -61px;
  top: 50%;
  z-index: 1;
}

.banner-enquier-btn .btn {
  /* color: #000; */
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.project-usp {
  background-color: #1f9eba;
}

.project-usp-item p {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}

.project-usp-item h2 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}

.project-usp-item {
  padding: 15px 0;
  text-align: center;
}

.project-title h3 {
  margin-bottom: 25px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.project-title p {
  margin-bottom: 10;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #00162c;
  text-align: center;
}

.project-highlight .table td .value {
  font-size: 20px;
}

.project-highlight .table td .metric {
  font-size: 16px;
}

.highlight-cnt {
  background-color: #107f97;
  text-align: center;
  padding: 20px 20px 4px 20px;
}

.highlight-cnt p {
  color: #fff;
  height: 50px;
}

.other-highlight-item {
  height: 100%;
  background-color: #00162c;
}

.know-more {
  text-align: center;
  margin: 15px 0;
}

.price_inner {
  border: 1px solid rgb(54, 41, 110, 30%);
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 1rem;
  box-shadow: 0 0 5px gray;
}

.price_inner .rc_one {
  border-bottom: 1px solid rgb(54, 41, 110, 15%);
  line-height: 170%;
  padding-top: .9rem;
  padding-bottom: .9rem;
  text-transform: uppercase;
  font-size: .8rem;
  color: #262a29;
}

.price_inner .rc_one span {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: none;
}

.portfolio-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 1;
}

.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 1;
}

.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #262a29;
  border-right: 1px solid #262a29;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}

.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #262a29;
  border-left: 1px solid #262a29;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}

.portfolio-item {
  position: relative;
  margin-top: 20px;
}

.portfolio-item:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}

.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #262a29;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}

.portfolio-overlay .magnify-icon i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  top: 0;
}

.portfolio-item .overlay-content {
  position: relative;
  z-index: 9;
}

.location-cnt ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.location-cnt ul li {
  font-size: 18px;
  margin-bottom: 15px;
}


.mySwiper .swiper-slide {
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.key-feature-div .table-bordered td,
.key-feature-div .table-bordered th {
  width: 33.33%;
}

.project-highlight .table-bordered td,
.project-highlight .table-bordered th {
  width: 25%;
}

.about-developer {

  padding: 0px 0;
}

.about-developer-cnt p {
  margin: 15px 0 0 0;
  line-height: 30px;
  text-align: justify;
  color: #000000;
}

/* .about-developer-form {
  border: 2px solid #00162c;
  padding: 20px;
  text-align: center;
} */
.about-developer-form {
  padding: 15px;
  text-align: center;
  background-color: #157a90;
}

.about-developer-form h4 {
  color: #fff;
  font-size: 30px;
  /* text-transform: uppercase; */
  font-weight: 600;
  margin-bottom: 25px;
}

.form-control {
  border-radius: 0;
  border-color: #858181;
  padding: 10px 15px;
  height: auto;
  border-radius: 4px;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.countryCode {
  position: absolute;
  left: 1px;
  width: 140px;
  border-radius: 0;
  border: none;
  height: 96%;
  top: 1px;
}

.countryCode~.form-control {
  padding-left: 150px;
}

.about-developer-form .submit-btn {
  width: 100%;
  padding: 10px 15px;
}

.know-more .btn {
  background-color: #24b1c4;
  color: #fff;
}

.know-more .btn a:hover {

  background-color: #000000;
  color: #fff;
}

.price_inner .know-more {
  margin: 15px 0 0 0;
}

.price_inner .know-more .btn {
  background-color: #24b1c4;
  color: #fff;
}

.floor-master-div .know-more .btn {
  margin-bottom: 0;
  background-color: #00162c;
  color: #fff;
}

.floor-master-div .know-more .btn a:hover {
  margin-bottom: 0;
  background-color: #000000;
  color: #fff;
}

.modal-title {
  color: #00162c;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

a.whatsapp_float {
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 9;
  background-color: #31c131;
  font-size: 25px;
  padding: 0 0;
  color: #fff;
  text-decoration: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.calltoactionresponsive {
  display: none;
}

.faq-div .card h2 .btn {
  width: 100%;
  text-align: left;
  background-color: transparent;
  color: #000;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 15px 35px 15px 15px;
  white-space: normal;
}

.faq-div .card h2 .btn .fa {
  position: absolute;
  right: 12px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}

.floor-master .portfolio-item {
  margin-bottom: 20px;
}

.card-header {
  padding: 0;
}

.mySwiper2 {
  margin-bottom: 15px;
}

.about-developer-form .contact-number a {
  width: 100%;
  margin-top: 20px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  position: static;
  padding: 10px 15px;
  transform: translateY(0);
}

.modal-body .about-developer-form {
  background-color: transparent;
  padding: 0;
}

.project-video-inner-div {
  position: relative;
  color: #242222;
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

.pad-tb {
  padding-top: 90px;
  padding-bottom: 90px;
}

.cta-section-1 {
  background-image: url("../images/bg/bg2.jpg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  background-attachment: fixed;
}

.cta-section-1::before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 60%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}

.itawacta {
  position: relative;
}

.cta-section-1 h3 {
  color: #fff;
}

.itawacta p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  margin: 0;
}

.modal-header .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0;
  margin: 0;
}

/* banner */

/* auto popup desing */
.auto-popup-left {
  background-color: #fafafa;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}

.auto-popup-left h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.auto-popup-right {
  text-align: center;
}

.auto-popup-logo {
  margin: 0 auto 15px;
  max-width: 170px;
}

.modal-dialog {
  max-width: 615px;
}

.auto-popup-left ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.auto-popup-left ul li {
  margin-bottom: 10px;
}

.auto-popup-right .btn {
  width: 100%;
}

a.popup-mobile-number {
  background-color: #4b93db;
  color: #fff !important;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  text-decoration: none;
}

button.close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
  z-index: 9;
}

.modal-dialog .modal-content .modal-body {
  padding: 15px;
}


/* auto popup desing */



/* RESPONSIVE CSS STARTS HERE */
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }

}

@media only screen and (max-width: 1400px) {
  .logo {
    max-width: 170px;
  }

  .menu ul li a {
    font-size: 18px;
    padding: 10px 21px;
  }

  .contact-number a {
    font-size: 18px;
    padding: 10px 10px;
  }

  .banner-cnt-div h1 {
    font-size: 25px;
  }

  .project-usp-item p {
    font-size: 16px;
  }

  .project-usp-item h2 {
    font-size: 18px;
  }

  .project-title h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: Arial;
  }

  .project-title p {
    font-size: 16px;
    margin-top: -8px;
  }

  .project-highlight .table-bordered td .img-fluid {
    width: 20px;
  }

  .project-highlight .table td .value {
    font-size: 16px;
  }

  .project-highlight .table td .metric {
    font-size: 16px;
    color: #000000;
  }

  .highlight-cnt p {
    font-size: 15px;
  }

  .btn {
    font-size: 16px;
  }

  .price_inner .rc_one span {
    font-size: 1rem;
  }

  .location-cnt ul li {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 10px;
  }

  .modal-title {
    font-size: 20px;
  }

  .about-developer-form h4 {
    font-size: 25px;
  }





}

@media only screen and (max-width: 1199px) {
  .logo {
    max-width: 150px;
  }

  .menu ul li a {
    padding: 5px 7px;
    font-size: 15px;
  }

  .contact-number a {
    font-size: 14px;
  }

  .banner-cnt-div h1 {
    font-size: 22px;
  }

  .banner-cnt-div p {
    font-size: 15px;
  }

  .project-usp-item p {
    font-size: 15px;
  }

  .project-usp-item h2 {
    font-size: 15px;
  }

  .project-title h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .location-cnt ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .about-developer-cnt p {
    font-size: 15px;

  }

  .same-gap {
    margin-bottom: 30px;
  }


}


@media only screen and (max-width: 991px) {
  .button_container {
    position: absolute;
    top: 50%;
    right: 0;
    height: 32px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    transform: translateY(-50%);
    background-color: #000;
  }

  .button_container span {
    background: #fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }

  .button_container span:nth-of-type(2) {
    top: 11px;
  }

  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  .contact-number a {
    padding: 0;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #fff;
    font-size: 18px;
  }

  @-webkit-keyframes widgetPulse {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1
    }

    100% {
      -webkit-transform: scale(1.8, 1.8);
      transform: scale(1.8, 1.8);
      opacity: 0
    }
  }

  @keyframes widgetPulse2 {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1
    }

    100% {
      -webkit-transform: scale(1.4, 1.4);
      transform: scale(1.4, 1.4);
      opacity: 0
    }
  }

  .contact-number a span {
    /* display: none; */
  }

  .overlay {
    position: fixed;
    background: #fff;
    top: 64px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
  }

  .overlay nav {
    text-align: center;
  }

  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
  }

  .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    margin: 0;
  }

  .overlay ul li a,
  .overlay ul li span {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
  }

  .overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
    opacity: 1;
    border-bottom: 1px solid gray;
  }

  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }

  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }

  .overlay.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .calltoactionresponsive {
    display: flex;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .calltoactionresponsive a,
  .calltoactionresponsive span {
    width: 50%;
    text-align: center;
    background-color: #1e2f5c;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
  }

  .calltoactionresponsive a.mobile-whatsaap-icon {
    background-color: #31c131;
  }

  .calltoactionresponsive a.mobile-whatsaap-icon .fa {
    font-size: 16px;
    margin: 0 10px 0 0;
  }

  a.whatsapp_float {
    display: none;
  }

  .project-usp-item p {
    font-size: 14px;
  }

  .project-usp-item h2 {
    font-size: 14px;
  }

  .project-title h3 {
    font-size: 20px;
  }

  .highlight-cnt {
    padding: 15px 8px 4px 8px;
  }

  .price_inner {
    margin-bottom: 20px;
  }

  .about-developer-form h4 {
    font-size: 20px;
  }

  .about-developer-form {
    padding: 12px;
  }

  footer {
    padding-bottom: 45px;
  }



}

@media(max-width:767px) {
  .border-right-size {
    border-bottom: 1px solid #fff;
  }

  .border-right-type {
    border-right: none !important;
    border-bottom: 1px solid #fff;
  }

  .project-usp .container {
    max-width: 100%;
  }

  .banner-enquier-btn {
    display: none;
  }

  .project-highlight .table-bordered td,
  .project-highlight .table-bordered th {
    width: auto;
    padding: 5px;
  }

  .project-highlight .table td .value {
    font-size: 14px;
  }

  .project-highlight .table td .metric {
    font-size: 13px;
    margin: 0;
  }

  .highlight-cnt {
    padding: 20px 20px 4px 20px;
  }

  .highlight-cnt p {
    height: auto;
  }

  .other-highlight-item {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .key-feature-div .table-bordered td p,
  .key-feature-div .table-bordered th p {
    font-size: 13px;
  }

  .location-cnt {
    margin-top: 20px;
  }

  .about-developer-cnt {
    text-align: center;
  }

  .about-developer-form {
    margin-top: 20px;
  }

  .faq-div .card h2 .btn {
    font-size: 14px;
  }

  .faq-div .card-body p {
    font-size: 14px;
  }

  .banner {
    height: auto;
  }

  .banner-cnt {
    display: none;
  }

  .mobile-form {
    padding: 20px 0 0;
  }

  .mobile-configuration-title {
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .mobile-configuration-title h1 {
    font-size: 30px;
    margin: 0;
  }

  .mobile-configuration-title p {
    margin: 0;
  }

  .mobile-configuration-type p span {
    font-size: 18px;
  }

  .mobile-configuration {
    text-align: center;
  }

  .mobile-configuration-type p {
    margin: 0;
  }

  .mobile-configuration-type {
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .project-usp {
    display: none;
  }

  .usp-item {
    display: flex;
    margin-bottom: 30px;
  }

  .usp-img {
    width: 45px;
  }

  .usp-cnt {
    width: 85%;
    padding: 0 0 0 10px;
  }

  .usp-cnt span {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
  }

  .usp-cnt p {
    font-size: 14px;
  }

  .mobile-usp-div-inner {
    border-bottom: 1px solid #153276;
    padding-top: 20px;
  }

  .highlight-content ul {
    padding: 0;
    list-style: none;
  }

  .google-location-map {
    margin-top: 20px;
  }

  .google-location-map iframe {
    max-width: 100%;
    height: 300px;
  }

  .price_inner .know-more .btn {
    width: 100%;
  }

  .know-more .btn {
    width: 100%;
  }

  #highlight .know-more {
    padding: 0 20px;
  }

}

@media only screen and (max-width: 575px) {

  .calltoactionresponsive a,
  .calltoactionresponsive span {
    padding: 8px;
    font-size: 12px;
  }

  a.whatsapp_float {
    width: 35px;
    height: 34px;
  }

  .banner-cnt-div h1 {
    font-size: 20px;
  }

  .banner-cnt-div p {
    font-size: 14px;
  }

  .project-title h3 {
    font-size: 16px;
  }

  .project-title p {
    font-size: 14px;
  }

  .about-developer-cnt p {
    font-size: 13px;
  }

  .about-developer-form h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  footer p {
    font-size: 10px;
    line-height: 15px;
  }

  .about-developer {
    padding: 25px 0;
  }

  .same-gap {
    margin-bottom: 20px;
  }

  .logo {
    max-width: 130px;
  }

  .contact-number a {
    font-size: 16px;
  }

  .overlay {
    top: 64px;
  }

  .play-btn {
    width: 40px;
  }

  .usp-cnt span {
    font-size: 16px;
  }

  .usp-cnt p {
    font-size: 13px;
  }

  .usp-item {
    margin-bottom: 10px;
  }

  .mobile-configuration-title h1 {
    font-size: 22px;
  }

  .pad-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .itawacta p {
    font-size: 14px;
    line-height: normal;
  }

  .faq-div .card h2 .btn {
    font-size: 13px;
    padding: 10px 25px 10px 10px;
  }

  .faq-div .card-body p {
    font-size: 13px;
    margin: 0;
  }

  .card .card-body {
    padding: 10px;
  }

}

.btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn:hover span {
  padding-right: 25px;
}

.btn:hover span:after {
  opacity: 1;
  right: 0;
}


/* SHREE */

h1,
h2,
h3,
h4,
h5,
h6 {}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-head {
  margin-bottom: 30px;
}

.section-head h4 {
  position: relative;
  padding: 0;
  color: #f91942;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.section-head h4:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}

p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.section-head p,
p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}

.extra-text::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.extra-text span {
  font-weight: 700;
  color: #f91942;
}

.item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover {
  background: #81deaf57;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
  color: #201d1d;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #f91942;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.2);
  color: #f91942;
}

.item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #f91942;
}

.item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #f91942;
}

.item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: #f91942;
}

.item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: #f91942;
}

.item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #f91942;
}

.item p {
  font-size: 16px;
  line-height: 26px;
}

.item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}

.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f91942;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.skills {
  padding-top: 0px;
}

.skills .prog-item {
  margin-bottom: 25px;
}

.skills .prog-item:last-child {
  margin-bottom: 0;
}

.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}

.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f91942;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}

/* service */

.massage-card {
  background-color: #94d5b438;
  border-radius: 10px;
  padding: 20px;
  width: 30%;
  color: #3d3c81;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  margin: 8px 19px;
}

.massage-card h2 {
  font-size: 24px;
  color: #3d3c81;
  text-align: center;
  border-bottom: 2px solid #d4af37;
  padding-bottom: 10px;
}

.massage-card p {
  font-size: 16px;
  line-height: 1.5;
}

.massage-card ul {
  list-style: none;
  padding: 0;
}

.massage-card li {
  font-size: 16px;
  padding: 5px 0;
}

.massage-card img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .massage-card {
    width: 100%;
    /* Full width on mobile view */
    margin-bottom: 20px;
  }
}


/* abt */

.about-section {
  position: relative;
  padding-top: 38px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-top: 22px;
  padding-right: 27px;
}

.about-section .content-column .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.about-section .content-column .email {
  position: relative;
  color: #252525;
  font-weight: 700;
  margin-bottom: 50px;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .image-column .inner-column {
  position: relative;
  padding: 40px 40px 0px 0px;
  margin-left: 50px;
}

.about-section .image-column .inner-column:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  left: 40px;
  bottom: 100px;
  z-index: -1;
  border: 2px solid #d7a449;
}

.about-section .image-column .inner-column .image {
  position: relative;
}

.about-section .image-column .inner-column .image:before {
  position: absolute;
  content: "";
  left: -50px;
  bottom: -50px;
  width: 299px;
  height: 299px;
  background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
  height: 520px;
}

.about-section .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #252525;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  color: #d7a449;
  font-size: 68px;
  font-weight: 700;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.about-section .btn-style-three:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
  color: #ffffff;
  background: #d7a449;
}

.about-section .btn-style-three {
  position: relative;
  line-height: 24px;
  color: #252525;
  font-size: 15px;
  font-weight: 700;
  background: none;
  display: inline-block;
  padding: 11px 40px;
  background-color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #d7a449;
  font-family: "Arimo", sans-serif;
}

.sec-title2 {
  color: #fff;
}

.sec-title {
  position: relative;
  padding-bottom: 10px;
}

.sec-title .title {
  position: relative;
  color: #d7a449;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.sec-title .title:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbbbbb;
}


/* faq */

.accordion {
  width: 100%;
  border-radius: 1rem;
  background: white;
}

.accordion__heading {
  margin-bottom: 1rem;
  padding: 0 1.4rem;
}

.accordion__item:not(:last-child) {
  border-bottom: 1px solid lightgrey;
}

.accordion__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.2rem 1.4rem;
  background: white;
  border: none;
  outline: none;
  color: var(--color-text);
  font-size: 1.2rem;
  text-align: left;
  cursor: pointer;
  transition: 0.1s;
}

.accordion__btn:hover {
  color: var(--color-purple);
  background: hsl(248, 53%, 97%);
}

.accordion__item--active .accordion__btn {
  color: var(--color-purple);
  border-bottom: 2px solid var(--color-purple);
  background: hsl(248, 53%, 97%);
}

.fa-lightbulb {
  padding-right: 1rem;
}

.accordion__icon {
  border-radius: 50%;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  opacity: 0.9;
}

.accordion__item--active .accordion__icon {
  transform: rotate(135deg);
}

.accordion__content {
  font-weight: 300;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  color: var(--color-text-muted);
  transform: translateX(16px);
  transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
}

.accordion__content p {
  padding: 1rem 1.8rem;
}

.accordion__item--active .accordion__content {
  opacity: 1;
  transform: translateX(0px);
  max-height: 100vh;
}

:root {
  --color-text: hsl(248, 10%, 40%);
  --color-text-muted: hsl(248, 10%, 40%);
  --color-purple: slateblue;
}

/* testimonial */

.testimonial {
  margin: 0 20px 40px;
}

.testimonial .testimonial-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #f0f0f0;
  position: relative;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
}

.testimonial .testimonial-content:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 22px;
  transform: rotate(45deg);
}

.testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #ff4242;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}

.testimonial-content .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #e41212;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}

.testimonial .description {
  font-size: 16px;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}

.testimonial .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #ff4242;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ff4242;
}

/* contact */

.contact-form-inner-div {
  padding: 20px;
  background-color: #faf6ed;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form-inner-div h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

.form-group {
  margin-bottom: 15px;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

button[type="submit"] {
  display: block;
  margin: 20px auto;
  /* Centers horizontally */
  padding: 10px 20px;
  background-color: #1e5fa5;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}

button[type="submit"]:hover {
  background-color: #0056b3;
}


/* footer */

ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background: #151414;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #cfac62;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #cfac62;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #cfac62;
}

.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 17px;
  color: #fff;
}

.copyright-text p a {
  color: #ff5e14;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.copyright-text {
  text-align: center;
  font-size: 16px; /* Adjust the font size */
}

/* Media query to adjust styling on smaller screens */
@media (max-width: 600px) {
  .copyright-text {
    font-size: 14px; /* Smaller font size for smaller screens */
  }
}

.text{
  text-align: justify;
}