/* Common CSS */
:root {
  --primary-color: #fcdb57;
  --secondary-color: #E9BB71;
  --primary-black-color:#0C1C18;
  --gray-color: #FEFCF8;
}

.sub-heading {
  border-radius: 8px;
  border: 1px solid rgba(35, 37, 39, 0.1);
  background: var(--white-color);
  font-size: 16px;
  font-weight: 600;
}

.nav-right-item .theme-btn.style-one {
  padding: 13px 20px;
  font-weight: 600;
  font-size: 14px;
}

.text-white .sub-heading {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #295C51;
  color: var(--white-color);
}

.theme-btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one {
  padding: 14px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.theme-btn.style-one:hover {
  background-color: #fff;
  color: var(--heading-color);
}

.section-title h2 span {
  color: var(--primary-color);
}

.gray-bg {
  background-color: var(--gray-color);
}

/* Hero Section */
.hero-seo .hero-wrapper {
  position: relative;
  z-index: 1;
  padding:200px 0 50px;
  background-color: rgba(233, 187, 113, 0.05);
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-seo .hero-wrapper {
    padding: 150px 0 70px;
  }
}
.hero-seo .hero-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.hero-seo .hero-wrapper .shape.blur-shape-one {
  background: conic-gradient(from 105deg at -78.01% 65.75%, rgba(41, 92, 81, 0.7) 0deg, rgb(139, 139, 139) 360deg);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  position: absolute;
  top: -20%;
  left: -5%;
}
.hero-seo .hero-wrapper .shape.blur-shape-one span {
  width: 185px;
  height: 555px;
}
.hero-seo .hero-wrapper .shape.blur-shape-two {
  background: conic-gradient(from 105deg at -78.01% 65.75%, rgba(41, 92, 81, 0.7) 0deg, rgba(139, 139, 139) 360deg);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  position: absolute;
  bottom: -20%;
  right: -5%;
}
.hero-seo .hero-wrapper .shape.blur-shape-two span {
  width: 185px;
  height: 555px;
}
.hero-seo .hero-wrapper .shape.circle-shape-one {
  left: -20%;
  bottom: -50%;
}
.hero-seo .hero-wrapper .shape.circle-shape-one span {
  width: 830px;
  height: 830px;
  border-radius: 50%;
  background: linear-gradient(147deg, rgba(41, 92, 81, 0.05) 19.79%, rgba(41, 92, 81, 0) 69.2%);
}
.hero-seo .hero-wrapper .shape.circle-shape-two {
  right: -18%;
  top: -50%;
}
.hero-seo .hero-wrapper .shape.circle-shape-two span {
  width: 830px;
  height: 830px;
  border-radius: 50%;
  background: linear-gradient(49deg, rgba(233, 187, 113, 0.05) 13.98%, rgba(233, 187, 113, 0) 73.6%);
}
.hero-seo .hero-wrapper .hero-content {
  position: relative;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-seo .hero-wrapper .hero-content .element {
  position: absolute;
  right: 0;
  top:-70px;
}

.text-right{
  text-align: right;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-seo .hero-wrapper .hero-content .element {
    right: 60px;
  }
}
.hero-seo .hero-wrapper .hero-content h1 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 60px;
}
.hero-seo .hero-wrapper .hero-content h1 span {
  font-weight: 800;
  color: var(--primary-color);
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-seo .hero-wrapper .hero-content h1 {
    font-size: 72px;
    line-height: 85px;
  }
}
@media screen and (max-width: 991px) {
  .hero-seo .hero-wrapper .hero-content h1 {
    font-size: 72px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  .hero-seo .hero-wrapper .hero-content h1 {
    font-size: 44px;
    line-height: 60px;
  }
}
.hero-seo .hero-wrapper .hero-content p {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hero-seo .hero-wrapper .hero-content p {
    font-size: 16px;
  }
}
.hero-seo .hero-wrapper .hero-content .hero-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .hero-seo .hero-wrapper .hero-content .hero-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero-seo .hero-wrapper .hero-content .hero-button .theme-btn {
  margin-bottom: 10px;
  margin-right: 30px;
}
.hero-seo .hero-wrapper .hero-content .author-box .author-list li span {
  background-color: var(--secondary-color);
  border: 2px solid var(--white-color);
}
.hero-seo .hero-wrapper .hero-image-box {
  position: relative;
  padding-left: 55px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-seo .hero-wrapper .hero-image-box {
    max-width: 575px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .hero-seo .hero-wrapper .hero-image-box {
    margin-top: 60px;
  }
}
.hero-seo .hero-wrapper .hero-image-box .hero-sm-image {
  position: absolute;
}
.hero-seo .hero-wrapper .hero-image-box .hero-sm-image img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(41, 92, 81, 0.05);
          box-shadow: 0px 0px 30px 0px rgba(41, 92, 81, 0.05);
}
@media (max-width: 767px) {
  .hero-seo .hero-wrapper .hero-image-box .hero-sm-image img {
    width: 150px;
    height: 120px;
  }
}
.hero-seo .hero-wrapper .hero-image-box .hero-sm-image.image-one {
  left: 0;
  top: 0;
}
.hero-seo .hero-wrapper .hero-image-box .hero-sm-image.image-two {
  bottom: 0;
  right: 0;
}
.hero-seo .hero-wrapper .hero-image-box .element {
  position: absolute;
  top: 0;
  right: 0;
}

/* About Section */
.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-wrapper .sasly-image-box {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .about-wrapper .sasly-image-box {
    width: 50%;
    padding: 0 10px;
  }
}
.about-wrapper .sasly-image-box.box-one {
  margin-top: -90px;
}
@media screen and (max-width: 991px) {
  .about-wrapper .sasly-image-box.box-one {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-wrapper .sasly-image-box.box-two {
  position: relative;
}
.about-wrapper .sasly-image-box.box-two .shape {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about-wrapper .sasly-image-box.box-two .shape {
    top: -50px;
  }
}
@media screen and (max-width: 991px) {
  .about-wrapper .sasly-image-box.box-two {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about-wrapper .section-content-box {
  width: 50%;
  padding: 0 70px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .about-wrapper .section-content-box {
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-wrapper .section-content-box {
    width: 100%;
    padding: 0 15px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/* Team Testimonial */
.seo-testimonial .testimonial-slider {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 17%;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .seo-testimonial .testimonial-slider {
    padding-left: 10%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .seo-testimonial .testimonial-slider {
    padding-left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .seo-testimonial .testimonial-slider {
    padding-left: 0;
  }
}
.seo-testimonial .testimonial-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
  max-width: 550px;
}
@media screen and (max-width: 991px) {
  .seo-testimonial .testimonial-slider .slick-slide {
    max-width: 100%;
  }
}

.section-content-box h2{
 font-size: 30px;
    line-height: 35px;
}

/* Seo Footer */
.seo-footer {
  background-color: #000000;
  color: rgb(6 6 6);
}
.seo-footer .footer-copyright {
  background-color: rgb(255 255 255 / 10%);
}

.footer-widget .widget-title {
  color: #fff;
}

/* Page Hero CSS */
.page-hero-ss {
  position: relative;
  z-index: 1;
 
  background-color: rgba(233, 187, 113, 0.05);
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-hero-ss {
    padding: 150px 0 70px;
  }
}
.page-hero-ss .shape {
  position: absolute;
  z-index: -1;
}
.page-hero-ss .shape.blur-shape {
  top: -25%;
  left: -5%;
}
.page-hero-ss .shape.blur-shape span {
  width: 185px;
  height: 555px;
  -webkit-transform: rotate(-37.493deg);
          transform: rotate(-37.493deg);
  background: conic-gradient(from 105deg at -78.01% 65.75%, #FFEB3B 0deg, #FFEB3B 360deg);
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.page-hero-ss .shape.circle-shape {
  right: -18%;
  top: -50%;
}
.page-hero-ss .shape.circle-shape span {
  width: 830px;
  height: 830px;
  border-radius: 50%;
  background: linear-gradient(49deg, rgba(233, 187, 113, 0.05) 13.98%, rgba(233, 187, 113, 0) 73.6%);
}

.seo-about-sec .sasly-image-box.style-one {
  padding-left: 80px;
}
@media screen and (max-width: 991px) {
  .seo-about-sec .sasly-image-box.style-one {
    padding-left: 0;
  }
}
.seo-about-sec .sasly-image-box.style-one .image-one {
  position: relative;
  padding-top: 100px;
}
.seo-about-sec .sasly-image-box.style-one .image-one .circle-shape {
  position: absolute;
  top: 0;
  left: -80px;
}
@media screen and (max-width: 991px) {
  .seo-about-sec .sasly-image-box.style-one .image-one .circle-shape {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .seo-about-sec .sasly-image-box.style-one .image-one .circle-shape {
    left: auto;
    right: 0;
  }
}
.seo-about-sec .sasly-image-box.style-one .text-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seo-about-sec .sasly-image-box.style-one .text-box span {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid var(--border-color);
  max-width: 100px;
  line-height: 27px;
}

.seo-company {
  background-color: #fff;
}
.seo-company .text-box h5 {
  color: var(--white-color);
}

.seo-service .sasly-image-box.style-one {
  position: relative;
  max-width: 660px;
  min-height: 480px;
}
.seo-service .sasly-image-box.style-one .sasly-image img {
  border-radius: 10px;
}
.seo-service .sasly-image-box.style-one .element-image {
  position: absolute;
  bottom: 50px;
  right: 0;
  max-width: 220px;
}
.seo-service .sasly-image-box.style-one .element-image img {
  border-radius: 10px;
}
.seo-service .sasly-image-box.style-one .shape {
  position: absolute;
  top: 50px;
  right: 25px;
}
.seo-service .section-content-box {
  padding-left: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .seo-service .section-content-box {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .seo-service .section-content-box {
    padding-left: 0;
  }
}
.seo-service .sasly-iconic-box.style-nine {
  text-align: left;
}
.seo-service .sasly-iconic-box.style-nine .content p {
  margin-bottom: 20px;
}
.seo-service .sasly-iconic-box.style-nine .content .read-more {
  color: var(--heading-color);
  font-weight: 500;
  text-decoration: underline;
}
.seo-service .sasly-iconic-box.box-one {
  background-color: #F3F4F0;
}
.seo-service .sasly-iconic-box.box-one .icon {
  background-color: #295C51;
}
.seo-service .sasly-iconic-box.box-two {
  background-color: #FCF6EB;
}
.seo-service .sasly-iconic-box.box-two .icon {
  background-color: #E9BB71;
}
.seo-service .sasly-iconic-box.box-three {
  background-color: #F9F8FE;
}
.seo-service .sasly-iconic-box.box-three .icon {
  background-color: #AF9FFF;
}

/* Service Details CSS */
.service-details-wrapper .service-item .content h2 {
  margin-bottom: 25px;
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .service-details-wrapper .service-item .content h2 {
    font-size: 32px;
    line-height: 1;
  }
}
.service-details-wrapper .service-item .content h4 {
  margin-bottom: 15px;
}
.service-details-wrapper .service-item .content p {
  margin-bottom: 30px;
}

/* Project Details Page */
.project-details-ss .project-thumbnail .thumbnail {
  position: relative;
}
.project-details-ss .project-thumbnail .thumbnail img {
  border-radius: 7px;
  min-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-ss .project-thumbnail .thumbnail img {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .project-details-ss .project-thumbnail .thumbnail img {
    min-height: 20px;
  }
}
.project-details-ss .project-thumbnail .thumbnail .project-info-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: var(--primary-color);
  max-width: 400px;
  width: 100%;
  padding: 40px 50px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .project-details-ss .project-thumbnail .thumbnail .project-info-box {
    padding: 20px 30px;
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 40px;
  }
}
.project-details-ss .project-thumbnail .thumbnail .project-info-box h4.title {
  letter-spacing: -0.48px;
  color: var(--white-color);
  margin-bottom: 20px;
}
.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li {
  display: block;
}
.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span {
  font: 500 16px var(--heading-font);
  color: var(--white-color);
}
.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span.title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.36px;
}
.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span.info {
  float: right;
}
.project-details-ss .project-content .content h3.title {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -1.04px;
  margin-bottom: 33px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-ss .project-content .content h3.title {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .project-details-ss .project-content .content h3.title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 40px;
  }
}
.project-details-ss .project-content .content p {
  margin-bottom: 40px;
}
.project-details-ss .project-content .content ul {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .project-details-ss .project-content .content ul {
    margin-bottom: 30px;
  }
}
.project-details-ss .project-content .content h5 {
  margin-bottom: 10px;
}
.project-details-ss .project-content .content .block-image img {
  border-radius: 7px;
}

/* Faqs Page */
.faqs-page-ss .sasly-image-box img {
  border-radius: 7px;
}

.sasly-nav-tabs .nav-tabs {
  border-bottom: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sasly-nav-tabs li {
  display: block;
}
.sasly-nav-tabs .nav-link {
  display: block;
  border: 1px solid var(--border-color);
  border-radius: 7px;
  padding: 8px 25px;
  letter-spacing: -0.36px;
  font: 600 18px var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 10px;
}
.sasly-nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: #000;
}

/* Blog Standard CSS */
.blog-standard-ss .blog-quote-post-item {
  background-color: rgba(41, 92, 81, 0.122);
}

/* Contact Page CSS */
.contact-ss .sasly-iconic-box.style-twelve {
  padding: 10px 30px 10px;
  background-color: rgba(41, 92, 81, 0.122);
  border-radius: 10px;
  display: flex;
}

.new-ad{
  background: #fcdb57;
}


.oxyy-login-register{
  /* background: url(../images/login-bg.png) no-repeat center right; */
  background-size: cover;
}




@media (max-width: 767px) {
  
  .oxyy-login-register .text-13 {
    font-size:20px !important;
    text-align: center;
    line-height:40px;
    font-weight: 400;
  }

}

.oxyy-login-register .text-13 {
  font-size: 2.25rem !important;
  text-align: center;
  line-height:40px;
  font-weight: 400;
  color: #fff;
}
.oxyy-login-register .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border:1px solid #838383;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 45px;
}

.oxyy-login-register .form-control:focus {

  border:1px solid #fae951;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
}

.oxyy-login-register p a{
  color:#fcdb57;
  font-weight: 600;
}

.oxyy-login-register {
  line-height: 24px !important;
  font-size: 14px;
}


/* will section */

.will-section{
  margin-top:40px;
}

.ht-scroll{
  height:700px;
  overflow-y: scroll;
  border: 1px solid #ccc;
            background-color: #fff;
            box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.05);
            border-radius: 15px;
}



.pageBtn {
  position: relative;
  background-color: var(--primary-color);
  color: var(--text-color);
  padding: 13px 22px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  line-height: 1;
  border: 1px solid var(--primary-color);
}
.pageBtn:hover {
  background-color:#fff;
  color:#000;
  border: 1px solid var(--primary-color);
}

.gryBtn {
  position: relative;
  background-color:#afafaf;
  color:#000;
  padding: 13px 22px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  line-height: 1;
  border: 1px solid var(--primary-color);
}
.gryBtn:hover {
  background-color:#fff;
  color:#000;
  border: 1px solid var(--primary-color);
}

.cms-content{
  padding: 60px 0;
  min-height:700px;
}

.cms-content h3{
  font-size: 18px;
  font-weight:600;
  margin-bottom: 20px;
}

.cms-content h4{
  font-size: 16px;
  font-weight:600;
  margin-bottom: 20px;
}

.cms-content p{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.cms-content ul{
  margin-bottom: 20px;
}

.cms-content ul li{
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 22px;
  list-style: disc;
  margin-left:40px;
}

.form-select {
  height: 50px;
}

.video{ position: relative; line-height: 0;}
.video::before{content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(359deg, rgba(0, 0, 0, 0) 17.86%, rgb(0 0 0 / 37%) 83.52%);
    z-index: 1;
  
  }
.video video{width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
  
  }

  .video-tagline{ padding-top: 20%; position: absolute; top:0; left: 0; width: 100%; height: 100%;z-index: 9; background: linear-gradient(267deg, rgba(0, 0, 0, 0) 17.86%, rgba(0, 0, 0, 0.75) 83.52%);}
  .video-tagline h2{font-size: 48px;
  color: #fff;
  max-width: 600px;}

  .video-tagline p{font-size: 16px;
  color: #fff;
  max-width: 600px;
    line-height: 24px; margin: 20px 0px; }
  .video-tagline a{ color: #000;}

.will-testament-btn a{ color: #000 !important;}
.header-fixed{ -webkit-box-shadow: 0px 1px 20px 0px rgba(41, 92, 81, 0.1);
          box-shadow: 0px 1px 20px 0px rgba(41, 92, 81, 0.1);  background: #fff;}
.header-fixed img{ filter: none !important;}
.header-fixed a{ color: #000 !important;}

   .nav-right-item .theme-btn.style-one {

    padding: 13px 20px;

    font-weight: 600;

    font: 400 14px var(--heading-font);

    color: var(--heading-color);

}

.hero-seo .hero-wrapper .hero-content .hero-button .theme-btn {

    margin-bottom: 10px;

    margin-right: 30px;

    color: var(--heading-color);

    font: 400 14px var(--heading-font);

}



.check-list.style-two li:not(:last-child) {

    margin-bottom: 20px;
  

}

.check-list.style-two li {

   width: 100%; 
   margin-bottom: 15px ;

}

.seo-service .sasly-image-box.style-one .sasly-image img {

    border-radius: 10px;
    width: 100%;


}



.sasly-process-item {

    min-height: 300px;

}

.testimonial-swiper {

    padding: 40px 20px;

}



.testimonial-card {

    background: rgba(255, 255, 255, 0.1);

    backdrop-filter: blur(10px);

    border-radius: 20px;

    border: 1px solid rgba(255, 255, 255, 0.2);

    padding: 25px;

    box-shadow: 0 8px 30px rgba(0,0,0,0.1);

    color: #fff;

    min-height: 250px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    transition: transform 0.4s ease;

}



.testimonial-card:hover {

    transform: translateY(-10px);

}



.testimonial-header {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 15px;

}



.testimonial-header img {

    width: 60px;

    height: 60px;

    border-radius: 50%;

    object-fit: cover;

    border: 2px solid #ffc107;

}



.testimonial-header h4 {

    margin: 0;

    font-size: 18px;

    font-weight: 600;

    color: #fcdb57;

}



.testimonial-header span {

    font-size: 14px;

    color: #ddd;

}



.testimonial-stars {

    color: #ffc107;

    margin: 10px 0;

}



.testimonial-message {

    font-style: italic;

    font-size: 15px;

    line-height: 1.6;

}

.home-will-bazaar-edge{align-items: flex-start !important;} 

.faqs {
  padding: 50px 0 0 0;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
.faqs {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
.faqs {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 540px) {
.faqs {
    padding: 20px 0 0 0;
    max-width: 100%;
  }
}
.faqs .col {
  border: 1px solid #666;
  flex: 0 1 70%;
  border-radius: 5px;
  margin-bottom: 10px;
}
.faqs .col.active {
  border-color: #666;
}
.faqs .col.active .title .icon {
  rotate: -90deg;
}
.faqs .col.active .title h6 {
  color: #000;
}
.faqs .col .title {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  padding: 15px 25px;
  cursor: pointer;
}
@media (max-width: 540px) {
 .faqs .col .title {
    padding: 10px 15px;
  }
}
.faqs .col .title h6 {
  font-size: 16px;
  line-height: 1.5;
  flex: 1;
  color: var(--text);
  padding-right: 1rem;
}
@media (max-width: 540px) {
.faqs .col .title h6 {
    line-height: 1.2;
  }
}
.faqs .col .title .icon {
  flex: 0 1 auto;
  width: 20px;
  height: 20px;
  background-image: url(../images/dark-down.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  transition: 0.5s ease;
}
.faqs .col .title h6 {
  color: #666;
  transition: 0.5s ease;
  font-family: "Poppins", serif;
}
.faqs .col article .content-desc {
  padding: 0 25px 30px;
}
@media (max-width: 540px) {
.faqs .col article .content-desc {
    padding: 0 15px 20px;
  }
}
.faqs .col article .content-desc * {
  color: #666;
}
.faqs .col article .content-desc p:not(:last-child) {
  padding-bottom: 10px;
}
.faqs .col article .content-desc p a {
  color: #1BB6F0 !important;
  text-decoration: underline;
}
@media (max-width: 540px) {
.faqs .col article .content-desc h5 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.faqs .col article .content-desc h5:not(:last-child) {
  font-size: 18px;
  text-transform: none;
  padding-bottom: 20px;
}
@media (max-width: 540px) {
 .faqs .col article .content-desc h5:not(:last-child) {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.faqs .col article .content-desc ul {
  padding-left: 20px;
}
@media (max-width: 540px) {
.faqs .col article .content-desc ul {
    padding-left: 10px;
  }
}
.faqs .col article .content-desc ul:not(:last-child) {
  padding: 0 0 10px 20px;
}
.faqs .col article .content-desc ul li {
  position: relative;
}
.faqs .col article .content-desc ul li::before {
  content: "•";
  margin-right: 11px;
  font-size: 25px;
  position: absolute;
  left: -24px;
  top: -7px;
  color: #1BB6F0;
}
@media (max-width: 540px) {
  .faqs .col article .content-desc ul li::before {
    font-size: 14px;
    left: -12px;
    top: -1px;
  }
}
@media (max-width: 540px) {
 .faqs .col article .content-desc ul li {
    font-size: 14px;
    line-height: 1.2;
  }
}

.p-logo-b{width: 50px;}
.pricing-header{ height: 350px;}
.pricing-header .video-tagline{padding-top: 150px;}
.pricing-header .video-tagline h2{ text-align: center; max-width: inherit; margin-bottom: 10px;}
.pricing-header .video-tagline p{ text-align: center;  max-width: 650px; margin: auto;}

.contact-header { height: 600px;}
.contact-header .video-tagline{padding-top: 250px;}
.why-choose{ text-align: center; margin-bottom: 45px;}
.footer-nav  a{ color: #ffff;} 
.copyright-text p{ color: #fff; font-size: 14px;}
.login-right{  background-image: url(../images/laptop.jpg); background-size: cover; position: relative;}
.login-right::before{content: "";
  position: absolute;
  left: 0;
  top: 0;
 background: #00000082;
height: 100%; width: 100%;}
.login-right .d-flex img{filter: invert(1);}
.my-auto{z-index: 9999 !important;}