/*
@File: Edmold Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style
** - Header Area Style
** - Nav Area Style
** - Banner Area Style
** - Futures Area Style
** - About Area Style
** - Services Area Style
** - Ready To Talk Area Style
** - Choose Us Area Style
** - Case Studies Area Style
** - Customer Area Style
** - Team Area Style
** - Partner Area Style
** - Blog Area Style
** - Footer Area Style
** - Copy Right Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style

*******************************************
/*

/*
Default Style
============================*/
@import "../../assets/css/header.css";
@import "../../assets/css/footer.css";
:root {
  --body-font-family: "Open Sans", sans-serif;
  --heading-font-family: "Roboto Slab", serif;
  --body-color: #687693;
  --main-color: #b57067;
  --heading-color: #2b1646;
  --optional-color: #958451;
  --white-color: #ffffff;
  --black-color: #000000;
  --font-size: 16px;
  --transition: all ease .5s;
  --border-radius: 5px;
  --box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

body {
  font-size: var(--font-size);
  font-family: var(--body-font-family);
  color: var(--body-color);
}

a {
  transition: var(--transition);
  color: var(--body-color);
}
a:hover {
  color: var(--main-color);
}

button {
  box-shadow: none;
  padding: 0;
}
button:focus {
  box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-weight: 500;
  font-family: var(--heading-font-family);
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  margin-bottom: 15px;
  line-height: 27px;
}
p:last-child {
  margin-bottom: 0;
}

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

.form-control {
  height: 55px;
  color: var(--heading-color);
  border: 1px solid #F5F5F5;
  background-color: var(--white-color);
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  transition: var(--transition);
  border-radius: 0;
}
.form-control::-moz-placeholder {
  color: #858585;
}
.form-control::placeholder {
  color: #858585;
}
.form-control:focus {
  color: var(--black-color);
  background-color: var(--white-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--main-color);
}
.form-control.form-select {
  cursor: pointer;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mw-757 {
  max-width: 757px;
}

/*
Bg-color Style*/
.bg-color-272643 {
  background-color: #272643;
}

.bg-color-1a243f {
  background-color: #1a243f;
}

.bg-color-f9f8f7 {
  background-color: #f9f8f7;
}

.bg-color-162542 {
  background-color: #162542;
}

.bg-color-262b3e {
  background-color: #262b3e;
}

.bg-color-263043 {
  background-color: #263043;
}

.bg-color-1b121d {
  background-color: #1b121d;
}

.bg-color-f7f5ee {
  background-color: #f7f5ee;
}

.bg-color-1a1936 {
  background-color: #1a1936;
}

.bg-color-f2f4f5 {
  background-color: #f2f4f5;
}

/*
Default Btn Area Style*/
.default-btn {
  transition: var(--transition);
  text-align: center;
  display: inline-flex;
  padding: 18px 32px;
  background-color: var(--main-color);
  color: var(--white-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
.default-btn:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
.default-btn.active {
  background-color: var(--main-color);
  color: var(--white-color);
}
.default-btn.active:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
.default-btn.bg-white {
  background-color: var(--white-color);
  color: var(--heading-color);
}
.default-btn.bg-white:hover {
  background-color: var(--main-color) !important;
  color: var(--white-color);
}
.default-btn.border-btn {
  border: 1px solid var(--main-color);
  background-color: transparent;
  color: var(--main-color);
}
.default-btn.border-btn:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.default-btn.bg-color-958451 {
  background-color: var(--optional-color);
  color: var(--white-color);
}
.default-btn.bg-color-958451:hover {
  background-color: var(--main-color);
}
.default-btn.shadow {
  box-shadow: 0px 6px 30px rgba(210, 182, 130, 0.1) !important;
}

/*
Read More Btn Area Style*/
.read-more {
  font-size: 16px;
  color: var(--heading-color);
  background-color: transparent;
  transition: var(--transition);
  font-weight: 600;
  text-decoration: none;
}
.read-more i {
  position: relative;
  top: 4px;
}
.read-more:hover {
  color: var(--main-color);
}
.read-more.active {
  color: var(--main-color);
}

/*
Section Title Area Style*/
.section-title {
  max-width: 700px;
  margin: -5px auto 45px;
  text-align: center;
  position: relative;
}
.section-title .top-title {
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 15px;
  color: var(--main-color);
  font-family: var(--heading-font-family);
  display: block;
  margin-bottom: 13px;
}
.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 44px;
}
.section-title h1:last-child, .section-title h2:last-child, .section-title h3:last-child, .section-title h4:last-child, .section-title h5:last-child, .section-title h6:last-child {
  margin-bottom: 0;
}
.section-title p {
  max-width: 600px;
  margin: auto;
}
.section-title p span {
  color: var(--main-color);
}
.section-title.white-title h2 {
  color: var(--white-color);
}
.section-title.white-title p {
  color: var(--white-color);
}
.section-title.left-title {
  margin-left: 0;
  text-align: left;
  max-width: 560px;
}
.section-title.left-title p {
  margin-left: 0;
  max-width: 480px;
}
.section-title.left-title .default-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.section-title.left-title.mw-600 {
  max-width: 600px;
}
.section-title .read-more {
  font-weight: 600;
  font-size: 18px;
}
.section-title.color-958451 .top-title {
  color: var(--optional-color);
}

/*
Navbar Area Style
======================================================*/
/*
Banner Area Style
======================================================*/
.ptb-270 {
  padding-top: 270px;
  padding-bottom: 270px;
}

.banner-area {
  position: relative;
}
.banner-area .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.banner-area .shape-1 {
  position: absolute;
  top: 271px;
  right: 0;
  left: 0;
  margin: auto;
}
.banner-area.bg-2 {
  background-image: url(../images/banner/banner-bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-content {
  max-width: 760px;
  margin-top: 85px;
  position: relative;
}
.banner-content .top-title {
  font-family: var(--heading-font-family);
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 15px;
  color: var(--main-color);
  display: block;
  margin-bottom: 10px;
}
.banner-content h1, .banner-content h2, .banner-content h3, .banner-content h4, .banner-content h5, .banner-content h6 {
  margin-bottom: 22px;
  font-size: 66px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 84px;
}
.banner-content h1 span, .banner-content h2 span, .banner-content h3 span, .banner-content h4 span, .banner-content h5 span, .banner-content h6 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.banner-content h1 span::before, .banner-content h2 span::before, .banner-content h3 span::before, .banner-content h4 span::before, .banner-content h5 span::before, .banner-content h6 span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 33px;
  background: rgba(217, 217, 217, 0.15);
  z-index: 1;
}
.banner-content p {
  margin-bottom: 27px;
  color: #E5E4E4;
  font-weight: 600;
  font-size: 17px;
  max-width: 630px;
}
.banner-content .shape-2 {
  position: absolute;
  bottom: 130px;
  right: 70px;
}
.banner-content.style-three {
  max-width: 757px;
  margin-left: 40px;
  z-index: 1;
  margin-top: 0;
  padding-top: 170px;
  padding-bottom: 180px;
}
.banner-content.style-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.banner-content.style-three h2 {
  margin-bottom: 35px;
}

.banner-img {
  margin-top: 43px;
  position: relative;
  z-index: 1;
}
.banner-img .banner-img-shape {
  position: absolute;
  top: 62%;
  left: 20px;
  transform: translateY(-62%);
  z-index: -1;
}

.banner-imgs {
  height: 100%;
  position: relative;
}
.banner-imgs img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.banner-imgs .social-link {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}
.banner-imgs .social-link li {
  writing-mode: vertical-lr;
  margin-bottom: 55px;
}
.banner-imgs .social-link li:last-child {
  margin-bottom: 0;
}
.banner-imgs .social-link li a {
  text-decoration: none;
  color: #A6A3A5;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 15px;
}
.banner-imgs .social-link li a:hover {
  color: var(--white-color);
}

/*
Hero Area Style
======================================================*/
.hero-slide .swiper-slide {
  background-image: url(../../assets/images/banner/hero-bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.hero-slide .swiper-slide.bg-2 {
  background-image: url(../../assets/images/banner/hero-bg-2.jpg);
}
.hero-slide .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 30, 65, 0.25);
  z-index: -1;
}
.hero-slide .swiper-button-next, .hero-slide .swiper-button-prev {
  width: 70px !important;
  height: 70px !important;
  line-height: 70px;
  text-align: center;
  border: 1px solid var(--white-color);
  display: inline-block;
  border-radius: 50px;
  font-size: 20px;
  margin-right: 105px;
  transition: var(--transition);
}
.hero-slide .swiper-button-next i, .hero-slide .swiper-button-prev i {
  color: var(--white-color);
  position: relative;
  top: 3px;
}
.hero-slide .swiper-button-next::after, .hero-slide .swiper-button-prev::after {
  display: none;
}
.hero-slide .swiper-button-next:hover, .hero-slide .swiper-button-prev:hover {
  background-color: var(--optional-color);
  border-color: var(--optional-color);
}
.hero-slide .swiper-button-prev {
  margin-left: 105px;
  margin-right: 0;
}

.hero-slide-content {
  max-width: 1060px;
  margin: auto;
  position: relative;
  top: 25px;
}
.hero-slide-content .top-title {
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.15);
  padding: 5px 20px;
  margin-bottom: 14px;
  display: inline-block;
}
.hero-slide-content h2 {
  font-size: 76px;
  line-height: 90px;
  color: var(--white-color);
  margin-bottom: 35px;
}
.hero-slide-content .hero-btn .default-btn {
  margin-right: 20px;
}
.hero-slide-content .hero-btn .default-btn:last-child {
  margin-right: 0;
}
.hero-slide-content .hero-btn .default-btn.border-btn {
  border-color: var(--white-color);
  color: var(--white-color);
  background-color: transparent;
}
.hero-slide-content .hero-btn .default-btn.border-btn:hover {
  border-color: var(--main-color);
  background-color: var(--optional-color);
  border-color: var(--optional-color);
}

/*
How To Work Area Style
======================================================*/
.how-we-work-img {
  position: relative;
  margin-right: 80px;
}
.how-we-work-img .how-we-work-write {
  background: var(--optional-color);
  position: absolute;
  bottom: 50px;
  right: -67px;
  padding: 20px;
  max-width: 340px;
}
.how-we-work-img .how-we-work-write span {
  font-weight: 600;
  font-size: 13px;
  color: var(--white-color);
  display: block;
  margin-bottom: 6px;
}
.how-we-work-img .how-we-work-write h3 {
  font-size: 18px;
  line-height: 26px;
  color: var(--white-color);
}

.how-we-work-content .top-title {
  letter-spacing: 0.1em;
  color: var(--optional-color);
  font-weight: 500;
  font-size: 15px;
  font-family: var(--heading-font-family);
  margin-bottom: 13px;
  display: block;
}
.how-we-work-content h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.how-we-work-content.style-about .top-title {
  color: var(--main-color);
}
.how-we-work-content.style-about .how-we-work-list li span {
  background-color: var(--white-color);
  color: var(--main-color);
}

.how-we-work-list li {
  margin-bottom: 25px;
}
.how-we-work-list li:last-child {
  margin-bottom: 0;
}
.how-we-work-list li span {
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: var(--optional-color);
  font-weight: 500;
  font-size: 18px;
  font-family: var(--heading-font-family);
  display: inline-block;
  background-color: #F5F5F5;
  text-align: center;
  border-radius: 50px;
}
.how-we-work-list li h3 {
  margin-bottom: 0;
  font-size: 18px;
}
.how-we-work-list li p {
  padding-left: 61px;
}

/*
Features Area Style
======================================================*/
.features-wrap {
  padding: 50px 60px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(120, 165, 175, 0.1);
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.features-wrap .col-lg-4:last-child .single-features::before {
  display: none;
}
.features-wrap.style-two {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin-top: -50px;
  border-bottom: 2px solid rgba(166, 163, 165, 0.12);
  margin-bottom: 30px;
}
.features-wrap.style-two .single-features {
  background-color: var(--white-color);
  box-shadow: 0px 4px 30px rgba(120, 165, 175, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}
.features-wrap.style-two .single-features i {
  background-color: transparent;
  padding: 0;
  color: var(--optional-color);
  font-size: 60px;
}
.features-wrap.style-two .single-features span {
  font-weight: 600;
  color: var(--optional-color);
  margin-bottom: 9px;
  display: block;
}
.features-wrap.style-two .single-features::before {
  display: none;
}
.features-wrap.style-two.bg-color-b57067 i {
  color: var(--main-color);
}
.features-wrap.style-two.bg-color-b57067 span {
  color: var(--main-color);
}

.single-features {
  position: relative;
}
.single-features i {
  width: 68px;
  height: 68px;
  line-height: 76px;
  background-color: #F5F5F5;
  color: var(--main-color);
  display: inline-block;
  text-align: center;
  font-size: 40px;
}
.single-features h3 {
  font-size: 22px;
  margin-bottom: 9px;
}
.single-features::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 2px;
  height: 110px;
  background-color: #F5F5F5;
}

/*
About Content Area Style
======================================================*/
.about-content .top-title {
  font-weight: 500;
  font-size: 15px;
  font-family: var(--heading-font-family);
  color: var(--main-color);
  display: block;
  margin-bottom: 13px;
  letter-spacing: 0.1em;
}
.about-content h1, .about-content h2, .about-content h3, .about-content h4, .about-content h5, .about-content h6 {
  font-size: 36px;
  margin-bottom: 18px;
}
.about-content .partner-logo {
  margin-top: 25px;
  margin-bottom: 25px;
}
.about-content .partner-logo li {
  margin-right: 54px;
}
.about-content .partner-logo li:last-child {
  margin-right: 0;
}
.about-content .about-quat {
  background-color: #F3F9FA;
  padding: 30px;
  margin-bottom: 30px;
}
.about-content .about-quat p {
  margin-bottom: 20px;
  font-weight: 600;
}
.about-content .about-quat h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.about-content .about-quat span {
  color: var(--body-color);
  font-size: 13px;
}
.about-content.style-three {
  border-right: 2px solid #F5F5F5;
  padding-right: 30px;
  margin-right: 30px;
}
.about-content.style-three h2 {
  margin-bottom: 30px;
}

.about-us-img {
  margin-right: 76px;
  position: relative;
}
.about-us-img .defining-success {
  background: #272643;
  border-radius: 15px 0px 0px 0px;
  max-width: 340px;
  padding: 30px;
  position: absolute;
  bottom: 90px;
  right: -42px;
}
.about-us-img .defining-success span {
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 13px;
  color: var(--main-color);
  margin-bottom: 5px;
  display: block;
}
.about-us-img .defining-success h3 {
  font-weight: 500;
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 0;
  line-height: 26px;
}
.about-us-img .defining-success .polygon {
  position: absolute;
  bottom: -21px;
  right: 0;
}

.about-us-content-two .top-title {
  font-weight: 500;
  font-size: 15px;
  font-family: var(--heading-font-family);
  color: var(--optional-color);
  display: block;
  margin-bottom: 13px;
  letter-spacing: 0.1em;
}
.about-us-content-two h2 {
  font-size: 36px;
  margin-bottom: 18px;
}

.single-about {
  margin-bottom: 30px;
}
.single-about i {
  width: 68px;
  height: 68px;
  line-height: 76px;
  background-color: #F5F5F5;
  display: inline-block;
  text-align: center;
  color: var(--optional-color);
  font-size: 45px;
}
.single-about h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.about-us-img-wo {
  margin-left: 65px;
  position: relative;
}
.about-us-img-wo .video-buton {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.about-us-img-wo .video-buton i {
  color: var(--optional-color);
}

/*
Produce Area Style
======================================================*/
.produce-title {
  text-align: center;
  margin-bottom: 50px;
}
.produce-title h1, .produce-title h2, .produce-title h3, .produce-title h4, .produce-title h5, .produce-title h6 {
  font-size: 24px;
  color: var(--white-color);
}

.single-produce {
  background: rgba(255, 255, 255, 0.04);
  border-width: 0px 0px 4px 1px;
  border-style: solid;
  border-color: rgba(184, 150, 126, 0.15);
  padding: 25px;
  margin-bottom: 30px;
}
.single-produce h4 {
  font-weight: 700;
  font-size: 36px;
  color: var(--main-color);
  margin-bottom: 15px;
}
.single-produce h4 sub {
  position: relative;
  top: -1px;
  font-size: 24px;
}
.single-produce p {
  font-weight: 600;
  font-size: 15px;
  color: var(--white-color);
}

.swiper-pagination-clickable {
  margin-top: 10px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: var(--main-color);
  opacity: 1;
  margin: 0 8px !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}
.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 16px;
  height: 16px;
  margin: auto;
  background-color: rgba(181, 112, 103, 0.4);
  border-radius: 50px;
}

/*
Practice Area Style
======================================================*/
.single-practice {
  text-align: center;
  padding: 35px 20px;
  transition: var(--transition);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.single-practice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.single-practice::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  z-index: -1;
  transition: var(--transition);
}
.single-practice.bg-1 {
  background-image: url(../../assets/images/practice/practice-1.jpg);
}
.single-practice.bg-2 {
  background-image: url(../../assets/images/practice/practice-2.jpg);
}
.single-practice.bg-3 {
  background-image: url(../../assets/images/practice/practice-3.jpg);
}
.single-practice.bg-4 {
  background-image: url(../../assets/images/practice/practice-4.jpg);
}
.single-practice .icon i {
  font-size: 70px;
  color: var(--main-color);
  line-height: 1;
  margin-bottom: 25px;
  display: inline-block;
  transition: var(--transition);
}
.single-practice h3 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
}
.single-practice h3 a {
  text-decoration: none;
  color: var(--heading-color);
}
.single-practice p {
  margin-bottom: 29px;
  transition: var(--transition);
}
.single-practice .read-btn {
  text-decoration: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #F5F5F5;
  display: inline-block;
  font-size: 20px;
  color: var(--main-color);
  transition: var(--transition);
}
.single-practice:hover {
  transform: translateY(-5px);
}
.single-practice:hover::after {
  top: auto;
  bottom: 0;
  height: 0;
}
.single-practice:hover .icon i {
  color: var(--white-color);
}
.single-practice:hover h3 a {
  color: var(--white-color);
}
.single-practice:hover p {
  color: var(--white-color);
}
.single-practice:hover .read-btn {
  background-color: var(--main-color);
  color: var(--white-color);
}
.single-practice.color-958451 .icon i {
  color: var(--optional-color);
}
.single-practice.color-958451 .read-btn i {
  color: var(--optional-color);
}
.single-practice:hover .icon i {
  color: var(--white-color);
}
.single-practice:hover .read-btn {
  background-color: var(--optional-color);
}
.single-practice:hover .read-btn i {
  color: var(--white-color) !important;
}

.single-practice-two {
  margin-bottom: 30px;
  transition: var(--transition);
  border-bottom: 3px solid rgba(255, 255, 255, 0.12);
}
.single-practice-two .practice-content-two {
  position: relative;
  background-color: #21203C;
  padding: 20px;
}
.single-practice-two .practice-content-two i {
  width: 62px;
  height: 62px;
  line-height: 67px;
  text-align: center;
  background-color: var(--white-color);
  display: inline-block;
  font-size: 40px;
  color: var(--main-color);
  position: absolute;
  top: -40px;
  right: 10px;
  transition: var(--transition);
}
.single-practice-two .practice-content-two h3 {
  margin-bottom: 15px;
  font-size: 22px;
}
.single-practice-two .practice-content-two h3 a {
  display: block;
  text-decoration: none;
  color: var(--white-color);
  transition: var(--transition);
}
.single-practice-two .practice-content-two p {
  color: #E5E4E4;
}
.single-practice-two:hover {
  transform: translateY(-5px);
}
.single-practice-two:hover .practice-content-two i {
  background-color: var(--main-color);
  color: var(--white-color);
}
.single-practice-two:hover .practice-content-two h3 a {
  text-decoration: underline;
  color: var(--main-color);
}

.shape-wrap {
  background-image: url(../../assets/images/line-shape.png);
  background-position: center right 50px;
  background-repeat: no-repeat;
  background-size: contain;
}

/*
Pricing Area Style
======================================================*/
.single-pricing {
  background-color: #F9F8F7;
  text-align: center;
  padding: 35px;
  margin-bottom: 30px;
}
.single-pricing i {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 21px;
  display: inline-block;
  color: #A6A3A5;
}
.single-pricing h3 {
  font-size: 22px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EDEFF1;
}
.single-pricing h2 {
  font-size: 40px;
  color: var(--main-color);
  margin-bottom: 33px;
}
.single-pricing h2 sub {
  font-size: 14px;
  color: var(--body-color);
  position: relative;
  top: -3px;
}
.single-pricing ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
}
.single-pricing ul li {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 16px;
}
.single-pricing ul li:last-child {
  margin-bottom: 0;
}
.single-pricing .default-btn {
  width: 100%;
  display: block;
  padding: 14px 32px;
}

/*
Case Area Style
======================================================*/
.case-study-area {
  position: relative;
  z-index: 1;
}
.case-study-area::before, .case-study-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: var(--white-color);
  z-index: -1;
}
.case-study-area::after {
  top: auto;
  bottom: 0;
}

.case-study-form {
  background-color: var(--main-color);
  padding: 35px;
}
.case-study-form h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: var(--white-color);
}
.case-study-form .form-group {
  margin-bottom: 16px;
}
.case-study-form .form-group .form-control {
  background: rgba(255, 255, 255, 0.08);
  height: 52px;
  border: 0;
  color: var(--white-color);
}
.case-study-form .form-group .form-control::-moz-placeholder {
  color: #E5E4E4;
}
.case-study-form .form-group .form-control::placeholder {
  color: #E5E4E4;
}
.case-study-form .form-group textarea.form-control {
  height: 150px;
}
.case-study-form .default-btn {
  border-color: var(--white-color);
  color: var(--white-color);
  margin-top: 10px;
}
.case-study-form .default-btn:hover {
  background-color: var(--white-color);
  color: var(--main-color);
}
.case-study-form .wpcf7-response-output {
  color: var(--white-color);
}

.single-case-study-item {
  position: relative;
}
.single-case-study-item .single-case-study-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(22, 37, 66, 0.74) 65.62%);
  padding: 50px;
  padding-bottom: 30px;
}
.single-case-study-item .single-case-study-item-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.single-case-study-item .single-case-study-item-content h3 a {
  text-decoration: none;
  color: var(--white-color);
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.single-case-study-item .single-case-study-item-content h3 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 2px;
  margin: auto;
  background-color: var(--main-color);
}
.single-case-study-item .single-case-study-item-content span {
  color: var(--white-color);
}
.single-case-study-item .single-case-study-item-content p {
  color: var(--white-color);
  max-width: 400px;
  margin: auto;
}

.cases-study-content {
  position: relative;
  margin-left: 43px;
}
.cases-study-content .swiper-button-nexts, .cases-study-content .swiper-button-prevs {
  width: 40px !important;
  height: 40px !important;
  line-height: 34px;
  text-align: center;
  border: 1px solid var(--white-color);
  background-color: var(--white-color);
  display: inline-block;
  border-radius: 0;
  font-size: 20px;
  margin-right: 0;
  transition: var(--transition);
  position: absolute;
  bottom: 100px;
  z-index: 1;
  right: 0;
}
.cases-study-content .swiper-button-nexts i, .cases-study-content .swiper-button-prevs i {
  color: var(--main-color);
  position: relative;
  top: 3px;
}
.cases-study-content .swiper-button-nexts::after, .cases-study-content .swiper-button-prevs::after {
  display: none;
}
.cases-study-content .swiper-button-nexts:hover, .cases-study-content .swiper-button-prevs:hover {
  background-color: var(--optional-color);
  border-color: var(--optional-color);
}
.cases-study-content .swiper-button-nexts:hover i, .cases-study-content .swiper-button-prevs:hover i {
  color: var(--white-color);
}
.cases-study-content .swiper-button-prevs {
  margin-left: 0;
  margin-right: 0;
  right: auto;
  left: 0;
}

/*
Counter Area Style
======================================================*/
.counter-wrap {
  background: var(--optional-color);
  box-shadow: 0px 4px 20px rgba(22, 37, 66, 0.16);
  padding: 75px 45px;
}
.counter-wrap .col-lg-3:last-child .single-counter::before {
  display: none;
}

.single-counter {
  position: relative;
}
.single-counter::before {
  content: "";
  position: absolute;
  top: -21px;
  right: 25px;
  width: 2px;
  height: 120px;
  background-color: rgba(230, 228, 228, 0.06);
  transform: rotate(15deg);
}
.single-counter i {
  font-size: 50px;
  color: var(--heading-color);
  line-height: 1;
}
.single-counter h3 {
  color: var(--white-color);
  font-size: 36px;
  margin-bottom: 5px;
}
.single-counter span {
  letter-spacing: 0.04em;
  color: #F5F5F5;
}

/*
Choose Area Style
======================================================*/
.choose-content .top-title {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--main-color);
  font-family: var(--heading-font-family);
  display: block;
  margin-bottom: 13px;
}
.choose-content h1, .choose-content h2, .choose-content h3, .choose-content h4, .choose-content h5, .choose-content h6 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 18px;
}
.choose-content p {
  margin-bottom: 30px;
}

.single-choose {
  background: #F5F5F5;
  padding: 8px 15px;
  margin-bottom: 20px;
}
.single-choose i {
  font-size: 40px;
  color: var(--main-color);
  width: 62px;
  height: 62px;
  line-height: 72px;
  background-color: #FFFFFF;
  display: inline-block;
  text-align: center;
}
.single-choose h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.choose-img-1 {
  position: relative;
  display: inline-block;
}
.choose-img-1 .defining-success {
  max-width: 277px;
  background: #272643;
  padding: 30px;
  position: absolute;
  bottom: 20px;
  left: -56px;
  text-align: left;
}
.choose-img-1 .defining-success span {
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 13px;
  color: var(--main-color);
  margin-bottom: 12px;
  display: block;
}
.choose-img-1 .defining-success h3 {
  font-weight: 500;
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 0;
  line-height: 26px;
}

/*
Case Area Style
======================================================*/
.single-case-img {
  position: relative;
}
.single-case-img .case-comment {
  max-width: 440px;
  right: 25px;
  background-color: var(--white-color);
  padding: 30px;
  position: absolute;
  bottom: 0;
  right: 25px;
}
.single-case-img .case-comment h3 {
  font-size: 22px;
  margin-bottom: 22px;
  padding-bottom: 15px;
  position: relative;
}
.single-case-img .case-comment h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 112px;
  height: 2px;
  background-color: var(--main-color);
}
.single-case-img .case-comment .swiper-pagination2 {
  position: absolute;
  top: -10px;
  right: 0;
  text-align: right;
  z-index: 1;
  bottom: auto !important;
  left: auto;
  width: auto;
}

.case-tabs {
  margin-bottom: 40px;
  border: none;
}
.case-tabs .nav-item {
  border: none;
}
.case-tabs .nav-item .nav-link {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid rgba(230, 228, 228, 0.05);
  color: #A6A3A5;
  font-size: 18px;
  padding: 17px 20px;
  font-family: var(--heading-font-family);
}
.case-tabs .nav-item .nav-link.active {
  background: rgba(255, 255, 255, 0.04);
  border-width: 0px 0px 4px 1px;
  border-style: solid;
  border-color: rgba(184, 150, 126, 0.15);
  color: var(--white-color);
}
.case-tabs .nav-item .nav-link:focus-visible {
  border: none !important;
}
.case-tabs .default-btn {
  margin-top: 35px;
}

.single-case-two {
  position: relative;
  margin-bottom: 30px;
}
.single-case-two .case-content {
  background-color: #F5F5F5;
  padding: 30px;
  margin-left: 100px;
  margin-top: -80px;
  position: relative;
  margin-right: 15px;
}
.single-case-two .case-content h3 {
  font-size: 22px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.single-case-two .case-content h3 a {
  text-decoration: none;
  color: var(--heading-color);
}
.single-case-two .case-content h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--optional-color);
}
.single-case-two .case-content p {
  max-width: 95%;
}
.single-case-two .case-content .case-btn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: var(--white-color);
  color: var(--optional-color);
  text-decoration: none;
  font-size: 20px;
  transition: var(--transition);
}
.single-case-two .case-content .case-btn:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}

.case-tabs-two {
  display: block !important;
  text-align: center;
  border: none;
  margin-bottom: 30px;
}
.case-tabs-two .nav-item {
  display: inline-block;
  margin: 0 10px;
}
.case-tabs-two .nav-item .nav-link {
  border: none;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--heading-font-family);
  color: var(--body-color);
  padding: 23px 37px;
  background: rgba(255, 255, 255, 0.04);
  border-width: 0px 1px 4px 1px;
  border-style: solid;
  border-color: rgba(149, 132, 81, 0.15);
  border-radius: 0;
}
.case-tabs-two .nav-item .nav-link.active {
  color: var(--optional-color);
  border-color: var(--optional-color);
}

/*
Clients Area Style
======================================================*/
.single-clients {
  background-color: #F5F5F5;
  padding: 35px;
  margin-bottom: 30px;
}
.single-clients ul {
  margin-bottom: 15px;
}
.single-clients ul li {
  margin-right: 5px;
}
.single-clients ul li i {
  color: #ECB017;
  font-size: 20px;
}
.single-clients ul.two li:last-child i {
  color: #D9D9D9;
}
.single-clients .ratings {
  margin-bottom: 15px;
}
.single-clients .ratings i {
  color: #ECB017;
  font-size: 20px;
  margin-right: 5px;
}
.single-clients .ratings i.uncheck {
  color: #D9D9D9;
}
.single-clients p {
  font-weight: 600;
  color: var(--body-color);
}
.single-clients img {
  width: 67px;
  height: 67px;
  margin-right: 15px;
}
.single-clients h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.single-clients span {
  color: var(--body-color);
  font-size: 13px;
}
.single-clients .quotes {
  font-size: 40px;
  color: var(--main-color);
  position: relative;
  top: 8px;
}

.client-get-content {
  max-width: 536px;
}

.single-client-get .quotes {
  color: rgba(255, 255, 255, 0.3);
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}
.single-client-get p {
  color: var(--white-color);
  padding: 25px;
  padding-bottom: 47px;
  font-weight: 600;
  background-image: url(../../assets/images/clients/quat-bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-client-get h3 {
  font-size: 18px;
  color: var(--white-color);
}
.single-client-get span {
  color: var(--optional-color);
  font-size: 13px;
}
.single-client-get.style .rating-icon {
  margin-bottom: 5px;
}
.single-client-get.style .rating-icon i {
  color: #ECB017;
  margin-right: 3px;
}
.single-client-get.style .rating-icon i:last-child {
  margin-right: 0;
}
.single-client-get.style .rating-icon i.uncheck {
  color: #D9D9D9;
}
.single-client-get.style .quotes {
  color: var(--main-color);
}
.single-client-get.style p {
  background-image: url(../../assets/images/clients/quat-bg-2.png);
  font-size: 16px;
  color: var(--body-color);
}
.single-client-get.style h3 {
  color: #263043;
}
.single-client-get.style span {
  color: var(--main-color);
}

.client-slide .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: var(--white-color);
}
.client-slide .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.consulting-form {
  background-color: var(--white-color);
  padding: 35px;
}
.consulting-form h2 {
  font-size: 36px;
  margin-bottom: 40px;
}
.consulting-form .form-group {
  margin-bottom: 16px;
}
.consulting-form .form-group .form-control {
  background: #F5F5F5;
}
.consulting-form .form-group .form-control::-moz-placeholder {
  font-size: 14px;
  color: var(--body-color);
}
.consulting-form .form-group .form-control::placeholder {
  font-size: 14px;
  color: var(--body-color);
}
.consulting-form .form-group textarea {
  height: 130px;
}

/*
Happy Customer Area Style
======================================================*/
.happy-customer-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}
.happy-customer-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #162542;
  opacity: 0.7;
  z-index: -1;
}
.happy-customer-area .law-logo {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  opacity: 0.3;
}

.happy-customer-content {
  text-align: center;
}
.happy-customer-content .top-title {
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 15px;
  color: var(--white-color);
  font-family: var(--heading-font-family);
  display: block;
  margin-bottom: 13px;
}
.happy-customer-content h2 {
  font-size: 36px;
  margin-bottom: 25px;
  color: var(--white-color);
}

/*
Blog Area Style
======================================================*/
.single-blog {
  position: relative;
  transition: var(--transition);
  margin-bottom: 30px;
  background-color: var(--black-color);
}
.single-blog .blog-content {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  padding-top: 100px;
  background: linear-gradient(180deg, rgba(39, 38, 67, 0) 0%, #272643 81.77%);
}
.single-blog .blog-content h2, .single-blog .blog-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 32px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.single-blog .blog-content h2 a, .single-blog .blog-content h3 a {
  color: var(--white-color);
  text-decoration: none;
  transition: var(--transition);
}
.single-blog .blog-content h2 a:hover, .single-blog .blog-content h3 a:hover {
  color: var(--main-color);
}
.single-blog .blog-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.single-blog .blog-content ul li {
  position: relative;
}
.single-blog .blog-content ul li i {
  color: var(--main-color);
  position: relative;
  top: 4px;
  margin-right: 5px;
  font-size: 18px;
}
.single-blog .blog-content ul li span {
  font-size: 13px;
  color: #F3F9FD;
}
.single-blog .blog-content ul li:last-child::before {
  display: none;
}
.single-blog .blog-content .b-n li::before {
  display: none;
}
.single-blog .blog-content.blog-without-img {
  position: unset;
  padding: 25px;
}
.single-blog:hover {
  transform: translateY(-5px);
}

/*
Navbar Area Style
======================================================*/
/*
Success Area Style
======================================================*/
.success-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}
.success-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 30, 65, 0.95);
  z-index: -1;
}
.success-area .border {
  border-color: rgba(230, 228, 228, 0.08) !important;
}

.single-success {
  max-width: 258px;
  margin: auto;
}
.single-success span {
  font-weight: 500;
  font-size: 18px;
  font-family: var(--heading-font-family);
  display: block;
  margin-bottom: 12px;
  color: var(--optional-color);
}
.single-success p {
  color: #F5F5F5;
}
.single-success.mb-minus {
  margin-bottom: -33px;
}
.single-success.mb-plush {
  margin-top: -31px;
}

/*
Team Area Style
======================================================*/
.single-team {
  position: relative;
  margin-bottom: 30px;
  transition: var(--transition);
}
.single-team .team-content {
  background-color: var(--white-color);
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 85px;
}
.single-team .team-content span {
  color: var(--optional-color);
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}
.single-team .team-content h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.single-team .team-content .social-link {
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--white-color);
  box-shadow: 0px 4px 20px rgba(218, 158, 151, 0.25);
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  top: -20px;
  right: 10px;
  padding: 5px 10px;
}
.single-team .team-content .social-link li {
  margin-right: 10px;
}
.single-team .team-content .social-link li:last-child {
  margin-right: 0;
}
.single-team .team-content .social-link li a {
  text-decoration: none;
  color: var(--optional-color);
  font-size: 18px;
}
.single-team .team-content .social-link li a:hover {
  color: var(--main-color);
}
.single-team:hover {
  transform: translateY(-5px);
}

/*
Features Area Style
======================================================*/
.features-content .top-title {
  font-weight: 500;
  font-size: 15px;
  font-family: var(--heading-font-family);
  color: var(--main-color);
  display: block;
  margin-bottom: 13px;
  letter-spacing: 0.1em;
}
.features-content h2 {
  font-size: 36px;
  margin-bottom: 18px;
}

.single-featuress {
  margin-bottom: 30px;
}
.single-featuress i {
  width: 68px;
  height: 68px;
  line-height: 76px;
  background-color: var(--white-color);
  display: inline-block;
  text-align: center;
  color: var(--main-color);
  font-size: 45px;
}
.single-featuress .icon {
  background-color: #f5f5f5;
}
.single-featuress h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.single-featuress h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.features-img {
  margin-right: 65px;
  position: relative;
}
.features-img .video-buton {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.features-img .video-buton i {
  color: var(--main-color);
}

/*
Page Banner Area Style
======================================================*/
.page-banner-area {
  background-color: #272643;
  padding-top: 285px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page-banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../../assets/images/line-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 93%;
  z-index: -1;
}
.page-banner-area::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 90px;
  width: 345px;
  height: 30px;
  background: rgba(217, 217, 217, 0.15);
}

.page-banner-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-banner-content::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-20%);
  width: 479.78px;
  height: 149.53px;
  background: rgba(227, 62, 41, 0.15);
  filter: blur(75px);
  transform: rotate(17.93deg);
  z-index: -1;
}
.page-banner-content img {
  margin-bottom: 10px;
}
.page-banner-content h1, .page-banner-content h2, .page-banner-content h3 {
  font-size: 66px;
  margin-bottom: 10px;
  color: var(--white-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.page-banner-content ul li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
.page-banner-content ul li::before {
  content: "";
  position: absolute;
  bottom: 9px;
  right: -20px;
  width: 5px;
  height: 5px;
  background-color: var(--white-color);
  border-radius: 50px;
}
.page-banner-content ul li:last-child {
  margin-right: 0;
}
.page-banner-content ul li:last-child::before {
  display: none;
}
.page-banner-content ul li a {
  color: var(--white-color);
  text-decoration: none;
}
.page-banner-content ul li.active {
  color: var(--main-color);
}

/*
FAQ Area CSS
=====================================================*/
.faq-content .accordion-item {
  background: rgba(17, 19, 22, 0.5);
  border-radius: 10px;
  border: none;
  max-width: 860px;
  margin: auto;
  margin-bottom: 20px;
}
.faq-content .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-content .accordion-item .accordion-header .accordion-button {
  background-color: var(--white-color);
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
  padding: 25px 30px;
}
.faq-content .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../../assets/images/down-arrow.png);
  background-size: 70%;
  top: 7px;
  position: relative;
}
.faq-content .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--white-color);
  color: var(--heading-color);
  box-shadow: none;
  border-color: #ebf0f3;
  border-radius: 0;
  border-bottom: 1px solid rgba(181, 112, 103, 0.1);
}
.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../../assets/images/down-arrow-active.png);
  top: -5px;
  position: relative;
  transform: rotate(0);
}
.faq-content .accordion-item .accordion-body {
  border: none;
  border-top: none;
  background-color: var(--white-color);
  border-radius: 0;
  padding: 20px 30px;
  color: var(--body-color);
}
.faq-content .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.faq-content .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

/*
Contact Area CSS
=====================================================*/
.single-contact-info {
  background-color: var(--white-color);
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
}
.single-contact-info i {
  font-size: 30px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background-color: #f5f5f5;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 20px;
  color: var(--main-color);
}
.single-contact-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.single-contact-info a {
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
}
.single-contact-info a:last-child {
  margin-bottom: 0;
}

.map-wrap iframe {
  width: 100%;
  height: 475px;
  border: 0;
  display: block;
}

.contact-form {
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
  padding: 35px;
}
.contact-form h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form .form-group .form-control {
  background-color: #F5F5F5;
}
.contact-form .form-group .form-control::-moz-placeholder {
  font-size: 14px;
  color: var(--body-color);
}
.contact-form .form-group .form-control::placeholder {
  font-size: 14px;
  color: var(--body-color);
}
.contact-form .form-group textarea.form-control {
  height: 150px;
}

.follow-us {
  margin-left: 125px;
}
.follow-us h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.follow-us ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.follow-us ul li {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.follow-us ul li:last-child {
  margin-bottom: 0;
}
.follow-us ul li .infos .icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #F5F5F5;
  display: inline-block;
  background-color: var(--white-color);
  font-size: 20px;
}
.follow-us ul li .infos .icon a i {
  color: #4267B2;
}
.follow-us ul li .infos h3 {
  font-size: 16px;
  font-family: var(--body-font-family);
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.follow-us ul li .infos h3 a {
  color: var(--black-color);
  transition: var(--transition);
}
.follow-us ul li .infos h3 a:hover {
  color: var(--main-color);
}
.follow-us ul li .infos span {
  font-size: 15px;
  color: var(--body-color);
}
.follow-us ul li a {
  text-decoration: none;
}
.follow-us ul li a.arrow {
  font-size: 30px;
  color: var(--heading-color);
}
.follow-us ul li a:hover {
  color: var(--main-color);
}
.follow-us ul li:nth-child(2) .infos a i {
  color: #F61C0D;
}
.follow-us ul li:nth-child(3) .infos a i {
  color: #1DA1F3;
}
.follow-us ul li:nth-child(4) .infos a i {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
Details Area CSS
=====================================================*/
.details-content .blog-img {
  margin-bottom: 20px;
}
.details-content .practice-img {
  margin-bottom: 20px;
}
.details-content .case-img {
  margin-bottom: 20px;
}
.details-content .business {
  background-color: var(--white-color);
  padding: 30px;
  margin-bottom: 20px;
}
.details-content .business .tag {
  background-color: var(--main-color);
  font-size: 12px;
  font-weight: 600;
  color: var(--white-color);
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.details-content .business h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.details-content .business ul li {
  color: var(--body-color);
  margin-right: 20px;
  text-transform: uppercase;
}
.details-content .business ul li a {
  text-decoration: none;
}
.details-content .business ul li img {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  margin-top: 0;
}
.details-content .business ul li i {
  color: var(--main-color);
  margin-right: 5px;
}
.details-content .business ul li:last-child {
  margin-right: 0;
}
.details-content .principal {
  background-color: var(--white-color);
  padding: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.details-content .principal h2 {
  font-size: 36px;
  border-bottom: 2px solid #EEF4FA;
  padding-bottom: 12px;
  margin-bottom: 22px;
}
.details-content .principal h3 {
  font-size: 22px;
  border-bottom: 2px solid #EEF4FA;
  padding-bottom: 12px;
  margin-bottom: 22px;
}
.details-content .principal p a {
  color: var(--main-color);
  text-decoration: none;
}
.details-content .principal blockquote {
  background: var(--main-color);
  box-shadow: 0px 4px 20px rgba(84, 196, 217, 0.1);
  padding: 30px 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--white-color);
}
.details-content .principal blockquote i {
  color: var(--white-color);
  font-size: 50px;
  margin-right: 30px;
}
.details-content .principal blockquote p {
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
}
.details-content .principal blockquote h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
}
.details-content .principal blockquote cite {
  color: var(--white-color);
  font-size: 18px;
}
.details-content .principal .single-choose {
  background-color: #F5F5F5;
}
.details-content .principal .single-choose h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.details-content .principal .challenges-list li {
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--body-color);
}
.details-content .principal .challenges-list li:last-child {
  margin-bottom: 0;
}
.details-content .principal.p-30 {
  padding: 30px;
}
.details-content .principal.p-30 h1 {
  margin-bottom: 46px;
  border-bottom: unset;
  margin-bottom: 15px;
}
.details-content .principal.p-30 h2 {
  font-size: 32px;
  border-bottom: unset;
  margin-bottom: 15px;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.details-content .principal.p-30 h3 {
  font-size: 24px;
  border-bottom: unset;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.details-content .principal.p-30 h4 {
  font-size: 20px;
  border-bottom: unset;
  margin-bottom: 15px;
}
.details-content .principal.p-30 h5 {
  font-size: 18px;
  border-bottom: unset;
  margin-bottom: 15px;
}
.details-content .principal.p-30 h6 {
  font-size: 16px;
  border-bottom: unset;
  margin-bottom: 15px;
}
.details-content .blog-video {
  position: relative;
  margin-bottom: 20px;
}
.details-content .blog-video .video-buton {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.details-content .blog-video .video-buton i {
  color: var(--main-color);
}
.details-content .tag-social {
  background-color: var(--white-color);
  padding: 30px;
  margin-bottom: 20px;
}
.details-content .tag-social .tag span {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  margin-right: 10px;
}
.details-content .tag-social .tag li {
  margin-right: 10px;
}
.details-content .tag-social .tag li:last-child {
  margin-right: 0;
}
.details-content .tag-social .tag li a {
  font-weight: 600;
  font-size: 12px;
  color: var(--main-color);
  background: #F5F5F5;
  padding: 4px 10px;
  display: inline-block;
  text-decoration: none;
}
.details-content .tag-social .tag li a:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.details-content img {
  margin-top: 10px;
}
.details-content .social-link span {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  margin-right: 10px;
}
.details-content .social-link .bg-none {
  background-color: transparent;
}
.details-content .social-link a {
  background-color: #F8F7F5;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
  font-size: 18px;
  color: var(--main-color);
}
.details-content .comments {
  background-color: var(--white-color);
  padding: 30px;
  margin-bottom: 20px;
}
.details-content .comments h3 {
  font-size: 22px;
  border-bottom: 2px solid #EEF4FA;
  padding-bottom: 12px;
  margin-bottom: 22px;
}
.details-content .comments .comment-list h4 {
  font-weight: 500;
  font-size: 18px;
}
.details-content .comments .comment-list span {
  font-size: 13px;
  color: var(--main-color);
  margin-bottom: 15px;
  display: block;
}
.details-content .comments .comment-list li {
  position: relative;
}
.details-content .comments .comment-list li .flex-grow-1 {
  border-bottom: 1px solid #EEF4FA;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.details-content .comments .comment-list li:last-child .flex-grow-1 {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.details-content .comments .comment-list li .reply {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--heading-font-family);
  border: none;
  color: var(--main-color);
  background-color: transparent;
}
.details-content .leave-form {
  background-color: var(--white-color);
  padding: 30px;
}
.details-content .leave-form h3 {
  font-size: 22px;
  margin-bottom: 22px;
}
.details-content .leave-form .form-group {
  margin-bottom: 20px;
}
.details-content .leave-form .form-group .form-control {
  background-color: #F5F5F5;
}
.details-content .leave-form .form-group .form-control::-moz-placeholder {
  font-size: 14px;
  color: var(--body-color);
}
.details-content .leave-form .form-group .form-control::placeholder {
  font-size: 14px;
  color: var(--body-color);
}

.sidebar-widget-wrap .sidebar-widget {
  background-color: var(--white-color);
  padding: 30px;
  margin-bottom: 30px;
}
.sidebar-widget-wrap .sidebar-widget h3 {
  font-size: 22px;
  margin-bottom: 25px;
}
.sidebar-widget-wrap .sidebar-widget h2 {
  font-size: 22px;
  margin-bottom: 25px;
}
.sidebar-widget-wrap .sidebar-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.sidebar-widget-wrap .sidebar-widget ul li {
  margin-bottom: 10px;
}
.sidebar-widget-wrap .sidebar-widget ul li:last-child {
  margin-bottom: 0;
}
.sidebar-widget-wrap .sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar-widget-wrap .sidebar-widget .search {
  position: relative;
}
.sidebar-widget-wrap .sidebar-widget .search .form-control {
  background-color: #F7F8F9;
  padding-left: 40px;
}
.sidebar-widget-wrap .sidebar-widget .search i {
  position: absolute;
  top: 17px;
  left: 18px;
}
.sidebar-widget-wrap .sidebar-widget .search .default-btn {
  width: 100%;
  display: block;
  margin-top: 15px;
  padding: 14px 32px;
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_author_info img {
  margin-bottom: 20px;
  width: 96px;
  height: 96px;
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_author_info h4 {
  font-size: 18px;
  text-transform: capitalize;
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_author_info h4 a {
  text-decoration: none;
  color: var(--black-color);
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_author_info span {
  color: var(--main-color);
  display: block;
  margin-bottom: 20px;
}
.sidebar-widget-wrap .sidebar-widget.latest-list ul li {
  margin-bottom: 20px;
}
.sidebar-widget-wrap .sidebar-widget.latest-list ul li:last-child {
  margin-bottom: 0;
}
.sidebar-widget-wrap .sidebar-widget.latest-list ul li a {
  text-decoration: none;
}
.sidebar-widget-wrap .sidebar-widget.latest-list ul li a p {
  margin-bottom: 10px;
  color: var(--main-color);
  font-size: 13px;
}
.sidebar-widget-wrap .sidebar-widget.latest-list ul li a h4 {
  font-size: 18px;
  line-height: 26px;
}
.sidebar-widget-wrap .sidebar-widget.widget_tag_cloud .tagcloud {
  margin-bottom: -10px;
  margin-right: -8px;
}
.sidebar-widget-wrap .sidebar-widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-weight: 600;
  font-size: 12px !important;
  color: var(--main-color);
  text-decoration: none;
  background-color: #F5F5F5;
  padding: 5px 10px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.sidebar-widget-wrap .sidebar-widget.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.sidebar-widget-wrap .sidebar-widget .global-post {
  text-align: center;
  position: relative;
}
.sidebar-widget-wrap .sidebar-widget .global-post::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 30, 36, 0.45);
}
.sidebar-widget-wrap .sidebar-widget .global-post .global-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px;
}
.sidebar-widget-wrap .sidebar-widget .global-post .global-content .cat-name {
  display: block;
  font-size: 13px;
  color: var(--white-color);
  margin-bottom: 13px;
}
.sidebar-widget-wrap .sidebar-widget .global-post .global-content h4 {
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 18px;
  line-height: 28px;
}
.sidebar-widget-wrap .sidebar-widget .global-post .global-content h4 a {
  color: var(--white-color);
  transition: var(--transition);
}
.sidebar-widget-wrap .sidebar-widget .global-post .global-content h4 a:hover {
  color: var(--main-color);
}
.sidebar-widget-wrap .sidebar-widget.follow-us ul li {
  border-color: #f5f5f5;
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul li {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul li:last-child {
  margin-bottom: 0;
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul li .infos .icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #F5F5F5;
  display: inline-block;
  background-color: var(--white-color);
  font-size: 20px;
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul li .infos .icon a i {
  color: #4267B2;
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul li .infos h3 {
  font-size: 16px;
  font-family: var(--body-font-family);
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul li .infos h3 a {
  color: var(--black-color);
  transition: var(--transition);
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul li .infos h3 a:hover {
  color: var(--main-color);
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul li .infos span {
  font-size: 15px;
  color: var(--body-color);
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul li a {
  text-decoration: none;
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul li a.arrow {
  font-size: 30px;
  color: var(--heading-color);
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul li a:hover {
  color: var(--main-color);
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul li:nth-child(2) .infos a i {
  color: #F61C0D;
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul li:nth-child(3) .infos a i {
  color: #1DA1F3;
}
.sidebar-widget-wrap .sidebar-widget.widget_edmold_follow_info ul li:nth-child(4) .infos a i {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sidebar-widget-wrap .sidebar-widget.category ul li {
  margin-bottom: 10px;
}
.sidebar-widget-wrap .sidebar-widget.category ul li:last-child {
  margin-bottom: 0;
}
.sidebar-widget-wrap .sidebar-widget.category ul li a {
  display: block;
  background-color: #F5F5F5;
  text-decoration: none;
  padding: 15px 25px;
  font-weight: 600;
  font-size: 16px;
  border-width: 0px 0px 4px 1px;
  border-style: solid;
  border-color: var(--white-color);
}
.sidebar-widget-wrap .sidebar-widget.category ul li a:hover {
  background-color: var(--white-color);
  border-width: 0px 0px 4px 1px;
  border-style: solid;
  border-color: rgba(181, 112, 103, 0.15);
}
.sidebar-widget-wrap .sidebar-widget.category ul li.active a {
  background-color: var(--white-color);
  border-width: 0px 0px 4px 1px;
  border-style: solid;
  border-color: rgba(211, 129, 119, 0.15);
  color: var(--main-color);
}
.sidebar-widget-wrap .sidebar-widget.case-det ul li {
  margin-bottom: 5px;
  background: #F5F5F5;
  padding: 20px;
}
.sidebar-widget-wrap .sidebar-widget.case-det ul li h4 {
  font-size: 16px;
}
.sidebar-widget-wrap .sidebar-widget.case-det ul li span {
  color: var(--body-color);
  font-size: 14px;
}
.sidebar-widget-wrap .sidebar-widget.case-det ul li:last-child {
  margin-bottom: 0;
}

/* 
Login Area Style
=====================================================*/
.login-register-form {
  max-width: 860px;
  margin: auto;
  background-color: var(--white-color);
  padding: 50px;
}
.login-register-form h2 {
  font-size: 36px;
  margin-bottom: 38px;
}
.login-register-form .form-group {
  margin-bottom: 20px;
}
.login-register-form .form-group label {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
}
.login-register-form .form-group .form-control {
  border-color: #D1D5DD;
}
.login-register-form .form-group .form-control::-moz-placeholder {
  color: #67748E;
}
.login-register-form .form-group .form-control::placeholder {
  color: #67748E;
}
.login-register-form .mb-20 {
  margin-bottom: 20px;
}
.login-register-form .or-login {
  font-weight: 400;
  margin-top: 40px;
}
.login-register-form .or-login h4 {
  font-size: 16px;
  font-family: var(--body-font-family);
  font-weight: 400;
  margin-bottom: 20px;
}
.login-register-form .default-btn.active {
  background-color: #506DAB;
  color: var(--white-color);
  border: 0;
  margin-bottom: 15px;
}
.login-register-form .default-btn.border {
  border-color: #D1D5DD;
  background-color: var(--white-color);
  color: #67748E;
}
.login-register-form a {
  text-decoration: none;
}
.login-register-form p {
  margin-top: 15px;
}
.login-register-form p a {
  color: var(--main-color);
}

/* 
Main Content Text Style
=====================================================*/
.main-content-text h1, .main-content-text h2, .main-content-text h3, .main-content-text h4, .main-content-text h5, .main-content-text h6 {
  margin-bottom: 15px;
}
.main-content-text h1 {
  font-size: 30px;
}
.main-content-text h2 {
  font-size: 26px;
}
.main-content-text h3 {
  font-size: 22px;
}
.main-content-text h4 {
  font-size: 22px;
}
.main-content-text h5 {
  font-size: 20px;
}
.main-content-text h6 {
  font-size: 18px;
}
.main-content-text .gap-20 {
  margin-bottom: 30px;
}
.main-content-text ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.main-content-text ul br {
  display: none;
}
.main-content-text ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 35px;
}
.main-content-text ul li:last-child {
  margin-bottom: 0;
}
.main-content-text ul li i {
  position: absolute;
  top: -6px;
  left: 0;
  color: var(--main-color);
  font-size: 25px;
}
.main-content-text ol {
  padding-left: 18px;
}
.main-content-text ol li {
  margin-bottom: 10px;
}
.main-content-text ol li::marker {
  color: var(--main-color);
}
.main-content-text ol li:last-child {
  margin-bottom: 0;
}
.main-content-text a {
  color: var(--main-color);
}
.main-content-text a:hover {
  text-decoration: underline;
}
.main-content-text .content-gap-mb-20 {
  margin-bottom: 20px;
}
.main-content-text .content-gap-mb-30 {
  margin-bottom: 30px;
}
.main-content-text.privacy-policy h1:not(:first-child), .main-content-text.privacy-policy h2:not(:first-child), .main-content-text.privacy-policy h3:not(:first-child), .main-content-text.privacy-policy h4:not(:first-child), .main-content-text.privacy-policy h5:not(:first-child), .main-content-text.privacy-policy h6:not(:first-child) {
  margin-top: 30px;
}
.main-content-text.terms-condition h1:not(:first-child), .main-content-text.terms-condition h2:not(:first-child), .main-content-text.terms-condition h3:not(:first-child), .main-content-text.terms-condition h4:not(:first-child), .main-content-text.terms-condition h5:not(:first-child), .main-content-text.terms-condition h6:not(:first-child) {
  margin-top: 30px;
}

/* 
404 Area Style
=====================================================*/
.error-container {
  text-align: center;
  font-size: 180px;
  font-family: "Catamaran", sans-serif;
  font-weight: 800;
  margin: 20px 15px;
}

.error-container > span {
  display: inline-block;
  line-height: 0.7;
  position: relative;
  color: #FFB485;
}

.error-container > span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.error-container > span:nth-of-type(1) {
  color: #D1F2A5;
  animation: colordancing 4s infinite;
}

.error-container > span:nth-of-type(3) {
  color: #F56991;
  animation: colordancing2 4s infinite;
}

.error-container > span:nth-of-type(2) {
  width: 120px;
  height: 120px;
  border-radius: 999px;
}

.error-container > span:nth-of-type(2):before,
.error-container > span:nth-of-type(2):after {
  border-radius: 0%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 999px;
  box-shadow: inset 30px 0 0 rgba(209, 242, 165, 0.4), inset 0 30px 0 rgba(239, 250, 180, 0.4), inset -30px 0 0 rgba(255, 196, 140, 0.4), inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  animation: shadowsdancing 4s infinite;
}

.error-container > span:nth-of-type(2):before {
  transform: rotate(45deg);
}

.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

@keyframes shadowsdancing {
  0% {
    box-shadow: inset 30px 0 0 rgba(209, 242, 165, 0.4), inset 0 30px 0 rgba(239, 250, 180, 0.4), inset -30px 0 0 rgba(255, 196, 140, 0.4), inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  }
  25% {
    box-shadow: inset 30px 0 0 rgba(245, 105, 145, 0.4), inset 0 30px 0 rgba(209, 242, 165, 0.4), inset -30px 0 0 rgba(239, 250, 180, 0.4), inset 0 -30px 0 rgba(255, 196, 140, 0.4);
  }
  50% {
    box-shadow: inset 30px 0 0 rgba(255, 196, 140, 0.4), inset 0 30px 0 rgba(245, 105, 145, 0.4), inset -30px 0 0 rgba(209, 242, 165, 0.4), inset 0 -30px 0 rgba(239, 250, 180, 0.4);
  }
  75% {
    box-shadow: inset 30px 0 0 rgba(239, 250, 180, 0.4), inset 0 30px 0 rgba(255, 196, 140, 0.4), inset -30px 0 0 rgba(245, 105, 145, 0.4), inset 0 -30px 0 rgba(209, 242, 165, 0.4);
  }
  100% {
    box-shadow: inset 30px 0 0 rgba(209, 242, 165, 0.4), inset 0 30px 0 rgba(239, 250, 180, 0.4), inset -30px 0 0 rgba(255, 196, 140, 0.4), inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  }
}
@keyframes colordancing {
  0% {
    color: #D1F2A5;
  }
  25% {
    color: #F56991;
  }
  50% {
    color: #FFC48C;
  }
  75% {
    color: #EFFAB4;
  }
  100% {
    color: #D1F2A5;
  }
}
@keyframes colordancing2 {
  0% {
    color: #FFC48C;
  }
  25% {
    color: #EFFAB4;
  }
  50% {
    color: #D1F2A5;
  }
  75% {
    color: #F56991;
  }
  100% {
    color: #FFC48C;
  }
}
/*====================================================
OTHERS STYLE AREA
=====================================================*/
/* Preloader Area Style One
============================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff;
}
.preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-top-color: var(--bs-dark);
  border-bottom-color: var(--bs-dark);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}
.preloader.preloader-deactivate {
  display: none;
}
.preloader.preloader-img::before {
  display: none;
}
.preloader.preloader-img .loader {
  position: absolute;
  left: 50%;
  top: 50%;
}
.preloader.text-loading::before {
  display: none;
}
.preloader.text-loading .waviy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.preloader.text-loading .waviy span {
  font-size: 60px;
  color: var(--heading-color);
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  border-radius: 0;
  color: var(--main-color);
  position: relative;
  z-index: 1;
  background-color: var(--white-color);
  border-radius: 50%;
  transition: var(--transition);
}
.video-btn i {
  font-size: 30px;
  color: var(--main-color);
  position: absolute;
  top: 0;
  left: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  transition: var(--transition);
}
.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  transition: var(--transition);
  animation: ripple 1.6s ease-out infinite;
  background-color: var(--white-color);
}
.video-btn span {
  position: absolute;
  top: 0;
  right: -105px;
  width: 100px;
  font-size: 15px;
}
.video-btn:hover {
  background-color: var(--main-color);
}
.video-btn:hover i {
  color: var(--white-color) !important;
}
.video-btn:hover::before, .video-btn:hover::after {
  background-color: var(--main-color);
}

@keyframes ripple {
  0%, 35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.video-modal iframe {
  width: 100%;
  height: 400px;
}
.video-modal .modal-dialog {
  max-width: 860px !important;
}
.video-modal .btn-close {
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: 1;
  background-color: #bbbbbb;
  border-radius: 0;
  width: 30px;
  height: 30px;
  line-height: 40px;
}
.video-modal .btn-close:focus {
  box-shadow: none;
}
.video-modal .modal-body {
  padding: 0 6px;
  padding-top: 6px;
}

/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 20px;
}
.pagination-area .page-numbers {
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #67748E;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 21px;
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
  text-decoration: none;
  transition: var(--transition);
  font-weight: 600;
}
.pagination-area .page-numbers i {
  font-size: 22px;
  font-weight: normal;
  color: var(--main-color);
  transition: var(--transition);
}
.pagination-area .page-numbers:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}
.pagination-area .page-numbers:hover i {
  color: var(--white-color);
}
.pagination-area .page-numbers.next {
  top: 2px;
  line-height: 43px;
}
.pagination-area .page-numbers.prev {
  top: 3px;
}
.pagination-area .page-numbers.current {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
  box-shadow: var(--box-shadow);
}/*# sourceMappingURL=edmold-main-style.css.map */