/*

@Author: Akhouad-me
@URL: http://www.akhouad.me
 
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


// Table of contents //

		Body
	0.  General
	1.  Header & footer
	2.  Site heroes
	3.  Services
	4.  Portfolio
	5.  Inputs & textareas styles
	6.  Benefits styles
	7.  Pricing plans styles
	8.  Team styles
	9.  Testimonials styles
	10. clients styles
	11. Blog styles
	
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,600,700,800); /* Raleway font */
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,600,700,800); /* Poppins font */
@import url(https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap);

/* ##### GENERAL  ##### */
* {
  outline: 0;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
input,
li,
p,
select,
textarea,
ul,
span {
  font-family: "Raleway", sans-serif;
}

body {
  background: #fff;
  color: #60606e;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* ##### 00 : GENERAL  ##### */
section {
  padding-top: 100px;
}
.purple-section {
  background-color: #5c095b;
  background-image: linear-gradient(
    180deg,
    #5c095b 0,
    #2e032d 52%,
    #5c095b 100%
  );
}
.purple-section-2 {
  background-color: #5c095b;
  background-image: linear-gradient(0deg, #5c095b 0, #2e032d 50%, #000000);
}
.white-section {
  background-color: #fff;
}
.light-gray-section {
  background-color: #efeff0;
}
img {
  width: 100%;
}

/*blockquote*/
blockquote.bq {
  padding: 30px;
  border-left: solid 10px #5c095b;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  color: #60606e;
  background-color: #efeff0;
}

/*links*/
a {
  color: #60606e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.link {
  position: relative;
}
a.link:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #5c095b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #60606e;
  text-decoration: none;
}
a:hover:after {
  width: 50%;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
a[href^="mailto"] {
  color: inherit;
  text-decoration: none;
}
/*texts*/
.raleway-text-bold {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.raleway-text {
  font-family: "Raleway", sans-serif;
}
.poppins-text-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.poppins-text {
  font-family: "Poppins", sans-serif;
}
.source-serif-text {
  font-family: "Source Serif 4", serif;
}
.white-text {
  color: #fff;
}
.purple-text {
  color: #5c095b;
}
.gray-text {
  color: #60606e;
}
.gold-text {
  color: #b49d70;
}
.text-align {
  text-align: justify;
}
.underline-text {
  text-decoration: underline;
}
.italic-text {
  font-style: italic;
}
.bold-text {
  font-weight: 700;
}
.bold-text-title {
  font-weight: 700;
  font-size: 18px;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
p {
  font-family: "Raleway", sans-serif;
  color: #60606e;
  line-height: 30px;
}
ul.social-icons li a:hover {
  color: #5c095b;
}
/*section's title*/
.section-title {
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}
.section-title h1,
.section-title h2 {
  position: relative;
  z-index: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #b49d70;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.section-title p {
  line-height: 24px;
  color: #60606e;
}
@media (max-width: 991px) {
  .section-title {
    margin: 0 auto 50px;
  }
  .text-align {
    text-align: left;
  }
}

/*lists*/
/*list 1*/
ul.list li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li:before {
  font-family: "Ionicons";
  content: "\f374";
  position: absolute;
  left: 0;
  color: #5c095b;
}
/*list 2*/
ul.list_2 li {
  list-style: none;
  float: left;
  width: 100%;
}
ul.list_2 li a {
  display: inline-block;
  padding: 20px;
  border-bottom: solid 1px #bfbfbf;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.list_2 li:first-child a {
  border-top: solid 1px #bfbfbf;
}
ul.list_2 li a > span {
  float: right;
}
ul.list_2 li a:hover {
  border-bottom: solid 1px #5c095b;
}
/*list 3 (tags)*/
ul.tags {
  float: left;
}
ul.tags li {
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}
ul.tags li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #60606e;
  background-color: #e5e5e5;
  padding: 0 15px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
ul.tags li a:hover {
  background-color: #f2f2f2;
  color: #60606e;
}

.indent-list {
  padding-left: 30px;
}

/*social icons*/
ul.social-icons li {
  list-style: none;
  float: left;
  margin: 0 10px;
}
ul.social-icons li:first-child {
  margin: 0 10px 0 0;
}
ul.social-icons li:last-child {
  margin: 0 0 0 10px;
}
ul.social-icons li a {
  color: #60606e;
  font-size: 18px;
}

/*buttons*/
.btn {
  height: 50px;
  line-height: 50px;
  min-width: 150px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.btn.purple {
  background-color: #5c095b;
  color: #fff;
  padding: 0 20px;
}
.btn.white {
  background-color: #fff;
  color: #5c095b;
  padding: 0 20px;
}
.btn.gold {
  background-color: #b49d70;
  color: #fff;
  padding: 0 20px;
}

.one,
.two,
.three {
  -webkit-animation: 1s infinite mouse-scroll;
  -moz-animation: 1s infinite mouse-scroll;
  animation: 1s infinite mouse-scroll;
}

.one {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: 0.1s;
  margin-top: 1px;
}

.two {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -5px;
}

.three {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
  margin-top: -5px;
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.arrow-down {
  line-height: 12px !important;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.arrow-right {
  display: flex;
  align-items: center;
}

.arrow-right svg {
  margin-left: 5px;
  color: #fff;
  margin-top: 0;
}

.arrow-right-container-gold {
  background-color: #b49d70;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
  max-width: 100%;
  border: 1px solid transparent;
  border-radius: 10px;
  min-height: 50px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.button-text {
  color: #fff;
  flex-grow: 1;
  white-space: normal; /* Enable text wrapping */
  overflow-wrap: break-word; /* Break long words if needed */
  margin-right: 10px; /* Space between text and arrows */
}

/* ##### 01 : HEADER & FOOTER  ##### */
/*header*/
header.main-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
/*logo*/
header.main-header .logo {
  line-height: 100px;
  text-align: center;
}

header.main-header .page-title .big-title {
  font-size: 26px;
  margin-top: 0;
}
header.main-header .page-title .small-title {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  line-height: 0.1em;
  margin: 20px 0 20px;
}

header.main-header .page-title .small-title span {
  background: #b49d70;
  padding: 0 10px;
}

header.main-header .logo > a > img {
  width: 150px;
}

.menu {
  float: right;
}

/*desktop nav*/
nav.desktop-nav {
  float: left;
}
nav.desktop-nav li {
  list-style: none;
}
nav.desktop-nav ul.first-level > li {
  float: left;
  margin-right: 20px;
  position: relative;
}
nav.desktop-nav li.nav-contact-btn {
  margin-right: 0;
  line-height: 100px;
}
nav.desktop-nav li.nav-contact-btn > div > a {
  color: #fff;
}
nav.desktop-nav ul.first-level > li > a {
  display: inline-block;
  line-height: 100px;
  position: relative;
  -webkit-transition: none;
  transition: none;
}
nav.desktop-nav ul.first-level > li > a > i.icon {
  font-size: 20px;
}
nav.desktop-nav ul.first-level > li > a:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: #60606e;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav.desktop-nav ul.first-level > li:hover > a:after {
  top: 35px;
  opacity: 1;
}
nav.desktop-nav ul.first-level > li a {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

nav.desktop-nav ul.first-level > li > ul.second-level {
  display: none;
  z-index: 999;
  position: absolute;
  top: 70px;
  left: 0;
  min-width: 200px;
  background-color: #60606e;
}
nav.desktop-nav li.nav-contact-btn > ul.second-level {
  left: auto;
  right: 0;
}
nav.desktop-nav ul.first-level > li > ul.second-level > li > a {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
}
nav.desktop-nav ul.first-level > li > ul.second-level > li:nth-child(even) > a {
  background-color: #585866;
}
nav.desktop-nav ul.first-level > li > ul.second-level > li > a:hover {
  background-color: #404051;
}
@media (max-width: 991px) {
  .menu nav.desktop-nav {
    display: none;
  }
  header.main-header .page-title {
    margin-top: -30px;
  }
  header.main-header .page-title .big-title {
    font-size: 20px;
  }
  header.main-header .page-title .small-title {
    font-size: 14px;
  }
  header.main-header .logo {
    float: left;
  }
  header.main-header .logo > a > img {
    width: 100px;
    margin-top: -20px;
  }
  header.main-header .page-title .small-title {
    margin: 10px 0 10px;
  }
}

/*mobile nav*/
nav.mobile-nav {
  display: inline-block;
  min-width: 300px;
  background-color: #60606e;
  position: absolute;
  right: 0;
  top: 100px;
  display: none;
}
nav.mobile-nav > ul.first-level li {
  list-style: none;
}
nav.mobile-nav > ul.first-level > li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
nav.mobile-nav > ul.first-level > li a:hover {
  background-color: #404051;
}
nav.mobile-nav > ul.first-level > li > ul.second-level {
  display: none;
  background-color: #50505f;
}
nav.mobile-nav li.nav-contact-btn {
  text-align: center;
}

/*menu icon*/
header.main-header .menu-icon {
  float: left;
  cursor: pointer;
  position: absolute;
  right: 20px;
  margin-top: 41.5px; /* (100 - 17) / 2 (17px is the icon's height) */
  display: none;
}
header.main-header .menu-icon .line {
  height: 1px;
  width: 30px;
  background-color: #60606e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.main-header .menu-icon .line:nth-child(2) {
  margin: 7px 0;
  width: 15px;
}
header.main-header .menu-icon .line:last-child {
  width: 20px;
}
@media (max-width: 991px) {
  header.main-header .menu-icon {
    display: block;
  }
}

/*footer*/
footer.main-footer {
  margin-top: 100px;
  padding: 50px 0;
}
footer.main-footer nav.footer-nav ul {
  padding: 0;
  margin: 0;
}
footer.main-footer nav.footer-nav ul li {
  list-style: none;
  float: left;
  margin: 0 20px;
  padding: 0;
}
footer.main-footer nav.footer-nav ul li:first-child {
  margin: 0 20px 0 0;
}
footer.main-footer nav.footer-nav ul li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
footer.main-footer .gray-text {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 991px) {
  footer.main-footer * {
    text-align: center;
  }
  footer.main-footer ul.social-icons {
    float: left;
    width: 100%;
    text-align: center;
  }
  footer.main-footer ul.social-icons li {
    margin: 0;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
  footer.main-footer nav.footer-nav ul li {
    text-align: center;
    width: 100%;
  }
  footer.main-footer nav.footer-nav ul li,
  footer.main-footer nav.footer-nav ul li:first-child {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

/* ##### 02 : SITE HEROS  ##### */
/* home hero */
.home-hero {
  background-image: url("../img/om-law-cluj/avocat-diana-olosutean-micu-om-law-cluj-banner-1.jpg");
  padding-top: 150px;
  padding-bottom: 10vh;
  min-height: 100vh;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  align-content: end;
}

.home-hero .page-title {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-hero .page-title .big-title {
  font-size: 48px;
  font-weight: 500;
}
.home-hero .page-title .small-title {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  line-height: 0.1em;
  margin: 20px 0 20px;
}

.home-hero .page-title .small-title span {
  background: #5c095b;
  padding: 0 10px;
}

.home-hero .logo {
  float: left;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.home-hero .contact-btn {
  text-align: center;
  margin-bottom: 20px;
}

.home-hero .container-fluid .fp-contact-section {
  line-height: 30px;
  text-align: center;
}

.home-hero .gold-text {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

.home-hero .white-text {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}

.home-hero .fp-contact-section-mobile {
  display: none;
}

/*site hero 1 */
.site-hero {
  height: 850px;
  width: 100%;
  background-image: url("../img/om-law-cluj/avocat-diana-olosutean-micu-om-law-cluj-banner-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.site-hero ul.slides {
  height: 450px; /* 850 - 400 */
  width: 100%;
  position: absolute;
  top: 100px;
}
.site-hero ul.slides li {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-hero .small-title {
  color: #b49d70;
  padding: 7px 12px;
  background-color: #5c095b;
  display: inline-block;
}
.site-hero .big-title {
  font-size: 48px;
  color: #b49d70;
  padding: 10px 40px;
  border: solid 10px #b49d70;
  display: inline-block;
  margin-bottom: 30px;
}
.site-hero p {
  width: 50%;
  margin: 0 auto;
  color: #b49d70;
}

/*site hero 2 */
.site-hero_2 {
  background-image: url("../img/om-law-cluj/avocat-diana-olosutean-micu-om-law-cluj-banner-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  position: relative;
}
.site-hero_2 .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.site-hero_2 .page-title .big-title {
  font-size: 36px;
}
.site-hero_2 .page-title .small-title {
  font-size: 14px;
}

.about_me {
  width: 100%;
  height: auto;
  float: left;
}
.about_me img {
  max-height: 400px;
}
.about_me p {
  color: #60606e;
}
.about_me .section-title {
  text-align: left;
  width: 100%;
  margin: 0 auto 30px;
}
.about_me .btn.purple {
  margin-top: 30px;
  float: right;
}

@media (max-width: 1671px) {
  .home-hero {
    background-image: url("../img/om-law-cluj/avocat-diana-olosutean-micu-om-law-cluj-banner-2.jpg");
  }
  .site-hero {
    background-image: url("../img/om-law-cluj/avocat-diana-olosutean-micu-om-law-cluj-banner-4.jpg");
  }
  .site-hero_2 {
    background-image: url("../img/om-law-cluj/avocat-diana-olosutean-micu-om-law-cluj-banner-2.jpg");
  }
}
@media (max-width: 991px) {
  .site-hero ul.slides {
    height: 750px;
  }
  .site-hero .big-title {
    font-size: 20px;
  }
  .site-hero .small-title {
    font-size: 14px;
  }
  .about_me {
    margin-top: 30px;
    text-align: center;
  }
  .about_me img {
    margin-bottom: 30px;
  }
  .about_me .section-title {
    margin: 0 auto;
    text-align: center;
  }
  .about_me .btn.purple {
    float: unset;
  }
  .site-hero {
    background-image: url("../img/om-law-cluj/mobile/avocat-diana-olosutean-micu-om-law-cluj-banner-mobile-6.jpg");
  }
  .site-hero_2 {
    background-image: url("../img/om-law-cluj/mobile/avocat-diana-olosutean-micu-om-law-cluj-banner-mobile-3.jpg");
  }
  .home-hero {
    background-image: url("../img/om-law-cluj/mobile/avocat-diana-olosutean-micu-om-law-cluj-banner-mobile-3.jpg");
    padding-bottom: 15px;
  }
  .home-hero .white-text {
    margin-bottom: 5px;
  }
  .home-hero .contact-btn {
    margin-bottom: 0;
  }
  .home-hero .contact-btn > a {
    margin: 10px 0;
    height: 30px;
    line-height: 30px;
  }
  .home-hero .contact-btn > a > span {
    font-size: 12px;
  }
  .home-hero .container-fluid .fp-contact-section {
    text-align: left;
  }
  .home-hero .fp-contact-section {
    display: none;
  }
  .home-hero .fp-contact-section-mobile {
    display: block;
  }
  .home-hero .fp-contact-section-mobile .white-text {
    font-size: 14px;
  }
}
@media (max-width: 481px) {
  .home-hero {
    background-image: url("../img/om-law-cluj/mobile/avocat-diana-olosutean-micu-om-law-cluj-banner-mobile-1.jpg");
    padding-bottom: 15px;
  }
  .site-hero {
    background-image: url("../img/om-law-cluj/mobile/avocat-diana-olosutean-micu-om-law-cluj-banner-mobile-5.jpg");
  }
  .site-hero_2 {
    background-image: url("../img/om-law-cluj/mobile/avocat-diana-olosutean-micu-om-law-cluj-banner-mobile-4.jpg");
  }
}

/* ##### 03 : SERVICES  ##### */
.services .services-left i.icon {
  display: block;
  font-size: 36px;
}
.services .services-left .service-title {
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}
.services .services-left ul li {
  list-style: none;
  text-transform: uppercase;
  line-height: 30px;
  color: #60606e;
}
@media (max-width: 991px) {
  .services .services-left {
    text-align: center;
    margin-bottom: 50px;
  }
}

.law-service {
  padding: 0 !important;
}

.law-service h3 {
  font-size: 18px;
}

.why-me-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}

/* ##### 04 : PORTFOLIO  ##### */
.portfolio .categories-grid span {
  font-size: 30px;
  margin-bottom: 50px;
  display: inline-block;
}
.portfolio .categories-grid .categories ul li {
  list-style: none;
  margin: 20px 0;
}
.portfolio .categories-grid .categories ul li a {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #60606e;
  margin-left: 20px;
}
.portfolio .categories-grid .categories ul li a.active {
  margin-left: 0;
  background-color: #5c095b;
  padding: 0 10px;
  color: white;
}
@media (max-width: 991px) {
  .portfolio .categories-grid span {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
  .portfolio .categories-grid .categories ul li {
    text-align: center;
  }
  .portfolio .categories-grid .categories ul li a {
    margin-left: 0;
  }
}
.portfolio_item {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.portfolio_item .portfolio_item_hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio_item .portfolio_item_hover .item_info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio_item .portfolio_item_hover .item_info span {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #60606e;
  font-size: 18px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
  opacity: 0;
}
.portfolio_item .portfolio_item_hover .item_info em {
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  background-color: #5c095b;
  padding: 5px;
  color: white;
  margin-top: 5px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
  opacity: 0;
}
.portfolio_item:hover .portfolio_item_hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.portfolio_item:hover .item_info em,
.portfolio_item:hover .item_info span {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*single project*/
.project_images {
  float: left;
}
.related_projects {
  float: left;
}
.pages_pagination {
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: left;
  text-align: right;
  font-size: 24px;
  margin: 50px 0;
}
.pages_pagination .all {
  float: left;
}
.pages_pagination > a {
  display: inline-block;
  height: 100%;
  width: 50px;
  text-align: center;
}
.pages_pagination > a:hover {
  background-color: #5c095b;
  color: white;
}
@media (max-width: 991px) {
  .related_projects img {
    margin-bottom: 30px;
  }
}

/* ##### 05 : INPUTS & TEXTAREAS STYLES  ##### */
/*textarea 1*/
.textarea_1 {
  height: 200px;
  width: 100%;
  position: relative;
}
.textarea_1 textarea {
  height: 100%;
  width: 100%;
  border: 1px solid rgba(205, 207, 214, 1);
  border-radius: 10px;
  opacity: 0.6;
  padding: 20px;
  background-color: transparent;
  float: left;
  z-index: 2;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #9a9a9a;
}
.textarea_1 > span {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #cdcdcd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
/*input 1*/
.input_1 {
  height: 50px;
  width: 100%;
  position: relative;
}
.input_1 input[type="text"] {
  height: 100%;
  width: 100%;
  border: 1px solid rgba(205, 207, 214, 1);
  border-radius: 10px;
  opacity: 0.6;
  padding: 0 20px;
  float: left;
  position: relative;
  background-color: transparent;
  z-index: 2;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #9a9a9a;
}
.input_1 > span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #cdcdcd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.input_1 > span.active,
.textarea_1 > span.active {
  color: #5c095b;
  font-size: 10px;
  top: 0px;
  left: 5px;
  background-color: #fff;
  padding: 5px;
}
/*input 2*/
.input_2 {
  width: 100%;
  height: 40px;
  background-color: #ececec;
  position: relative;
}
.input_2 > input {
  height: 100%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  border: 0;
  background-color: transparent;
  padding: 0 20px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.input_2 > button {
  height: 100%;
  width: 40px;
  border: 0;
  background-color: transparent;
}
.input_2 > input:focus {
  background-color: #f2f2f2;
}

/* ##### 06 : BENEFITS STYLES  ##### */
/*benefits 1*/
.benefits_1_single {
  width: 100%;
  text-align: center;
}
.benefits_1_single > i {
  display: inline-block;
  font-size: 60px;
  position: relative;
}
.benefits_1_single > i:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 20px;
  width: 40px;
  background-color: #5c095b;
  z-index: -1;
}
.benefits_1_single > .title {
  font-size: 18px;
}

/*benefits 2 */
.benefits_2_single {
  margin-bottom: 30px;
}
.benefits_2_single:nth-last-child(-n + 3) {
  margin-bottom: 30px;
}
.benefits_2_single > i {
  display: inline-block;
  background-color: #5c095b;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 30px;
  margin-right: 20px;
}
.benefits_2_single > .title {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #60606e;
}

/* ##### 07 : PRICING PLANS STYLES  ##### */
.pricing_plan {
  padding: 30px;
  border-top: solid 5px #5c095b;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pricing_plan:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;

  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;

  border-top: 10px solid #5c095b;
}
.pricing_plan:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.pricing_plan .plan_title {
  font-size: 30px;
}
.pricing_plan .plan_price {
  background-color: #5c095b;
  padding: 5px 20px;
  color: white;
  font-size: 14px;
  display: inline-block;
}
.pricing_plan ul {
  margin: 50px 0;
}

/* ##### 08 : TEAM STYLES  ##### */
.team_member {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.team_member .team_member_hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team_member .team_member_hover .team_member_info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.team_member .team_member_hover .team_member_info .team_member_name {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #60606e;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.team_member .team_member_hover .team_member_info .team_member_job {
  display: inline-block;
  margin-top: 10px;
  background-color: #5c095b;
  padding: 5px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.team_member:hover .team_member_hover {
  opacity: 1;
}
.team_member:hover .team_member_info .team_member_name,
.team_member:hover .team_member_info .team_member_job {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* ##### 09 : TESTIMONIALS STYLES  ##### */
.testimonials {
  position: relative;
  float: left;
}
.testimonials_single {
  width: 100%;
  text-align: center;
}
.testimonials .shadowed_box_white {
  padding: 10px;
}
.testimonials_single .author_pic {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.testimonials_single p {
  margin: 30px;
}
.testimonials_single .author_name {
  padding: 7px;
  background-color: #5c095b;
  color: white;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 10px;
}

/* ##### 10 : CLIENTS STYLES  ##### */
.clients_single {
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
  overflow: hidden;
  text-align: center;
}
.clients div[class^="col"] {
  margin-bottom: 30px;
}
.clients div[class^="col"]:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .clients div[class^="col"]:first-child {
    margin-top: 30px;
  }
  .clients div[class^="col"]:nth-last-child(-n + 3) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clients div[class^="col"]:first-child {
    margin-top: 30px;
  }
  .clients div[class^="col"]:nth-last-child(-n + 3) {
    margin-bottom: 30px;
  }
}
.clients_single img {
  max-width: 100%;
  max-height: 100px;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.clients_single:hover img {
  opacity: 1;
}

/* ##### 11 : BLOG STYLES  ##### */
/*blog posts*/
.blog_post {
  position: relative;
  background-color: #fff;
  margin: 0 20px;
  margin-top: -40px;
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
}
.post_media {
  position: relative;
}
.post_media img {
  border-radius: 20px;
}
.post_media * {
  width: 100%;
  max-height: 500px;
}
.post_title {
  margin-bottom: 20px;
}
.post_title h2 {
  font-size: 18px;
}
.post_title span.post_date {
  font-size: 11px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  background-color: #5c095b;
  padding: 5px;
  color: white;
}
.post_info {
  margin-bottom: 20px;
}
.post_info .post_date {
  background-color: #5c095b;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: white;
  float: left;
  margin-right: 15px;
}
.post_info > * {
  line-height: 30px;
}
.post_info > i {
  color: #cccccc;
  font-size: 18px;
  margin-right: 5px;
}
.post_info > h2 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  margin-right: 20px;
}
.blog_post > a {
  display: inline-block;
  margin-top: 10px;
}

/*masonry blog posts*/
.blog_post_masonry {
  width: 100%;
  margin-bottom: 50px;
}
.blog_post_masonry .post_media {
  margin-bottom: 0;
}
.blog_post_masonry .post_info {
  margin: 10px 0;
}
.blog_post_masonry .post_date {
  display: block;
  width: 100%;
}

/*sidebar*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 100px;
  }
}
.sidebar {
  float: left;
}
.sidebar .widget {
  margin-bottom: 50px;
  width: 100%;
  float: left;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget .widget_title {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sidebar .widget .related_post {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}

/*pagination*/
.blog_pagination {
  width: 100%;
  text-align: center;
  float: left;
}
.blog_pagination .page {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
}
.blog_pagination .page span {
  display: inline-block;
  padding: 0 20px;
}
.blog_pagination .page i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog_pagination .page:hover i.prev {
  color: #5c095b;
  display: inline-block;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.blog_pagination .page:hover i.next {
  color: #5c095b;
  display: inline-block;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.shadowed_box_white {
  background-color: #fff;
}

.shadowed_box_purple {
  background-color: #5c095b;
  color: #fff;
}

.shadowed_box_white,
.shadowed_box_purple {
  margin: 0 auto;
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
}

.contact-menu-item {
  background-color: #b49d70;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-container-2c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.grid-container-3c {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid-container-4c {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.grid-container-blog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}

.grid-item {
  padding: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.grid-item-blog {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 991px) {
  .panel.grid-container,
  .grid-container-2c,
  .grid-container-3c,
  .grid-container-4c,
  .grid-container-blog {
    grid-template-columns: unset;
  }
  .grid-item:not(.law-service) {
    text-align: center;
  }
}

.contact-popup {
  margin-top: 100px;
  padding: 50px 0;
}

.contact-popup .row {
  padding: 70px;
}

.contact-popup .section-title {
  text-align: left;
  margin-bottom: 0;
}

.contact-popup .section-title h2 {
  font-size: 24px;
}

.contact-popup .btn.purple {
  float: left;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .contact-popup {
    text-align: center;
  }
  .contact-popup .section-title {
    text-align: center;
  }
  .contact-popup .btn.purple {
    float: unset;
  }
  .contact-popup .row {
    padding: 50px;
  }
}

.contact-section {
  padding-top: 200px;
}

.contact-section .contact-section-form {
  text-align: center;
}

.contact-section .contact-section-form h2 {
  margin-bottom: 20px;
  font-size: 20px;
}

.contact-section .contact-section-form h3 {
  font-size: 16px;
}

.contact-section .contact-section-details h2 {
  font-size: 20px;
}

.contact-section .contact-section-details h3 {
  font-size: 16px;
}

@media (max-width: 991px) {
  .contact-section .contact-section-form {
    text-align: center;
  }

  .contact-section .contact-section-details {
    margin-top: 30px;
    text-align: center;
  }
}

.legal-pages h3 {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}

.legal-pages ul {
  margin-left: 20px;
  font-family: "Raleway", sans-serif;
  color: #60606e;
  line-height: 30px;
}

.accordion {
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #60606e;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordion__item .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
  background: #5c095b;
  color: #fff;
  position: relative;
  z-index: 5;
}

.accordion-body {
  margin-bottom: 20px;
  padding: 10px 18px;
  overflow: hidden;
}

.accordion-body__contents {
  padding: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: 0.3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #5c095b;
  color: #fff;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}

.accordion-body__contents h3 {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .accordion {
    width: 100%;
  }
}

#statusMessage.message {
  margin-top: 20px;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
}

#statusMessage.success {
  color: green;
  background-color: #e6ffe6;
  border: 1px solid green;
}

#statusMessage.error {
  color: red;
  background-color: #ffe6e6;
  border: 1px solid red;
}
