:root {
  --dark: #58595b;
  --darker: #244058;
  --accent: #7e9aa1;
  --white: #FFF;
  --red: #c3355e;
  --green: #43aca7;
}

html {
  scroll-behavior: smooth;
}

html, body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body {
  background: var(--white);
  color: var(--dark);
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  overflow-x: hidden;
  line-height: 1.2;
  font-weight: 400;
}

.container {
  -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
  position: relative;
  z-index: 2;
  max-width: 1140px;
  width: 90%;
}

.container:after {
  display: table;
  clear: both;
  content: "";
}

@media screen and (max-width: 870px) {
  * {
    max-width: 100vw;
  }

  img {
    max-width: 100%;
  }

  [class*="offset-"] {
    margin-left: 0;
  }
}

::-moz-selection {
  background-color: var(--accent);
  color: var(--white);
}

::selection {
  background-color: var(--accent );
  color: var(--white);
}

a {
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  display: inline-block;
  text-decoration: underline;
  color: inherit;
}

.no-underline {
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}

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

::-webkit-input-placeholder {
  color: var(--dark);
}

::-moz-placeholder {
  color: var(--dark);
}

:-ms-input-placeholder {
  color: var(--dark);
}

:-moz-placeholder {
  color: var(--dark);
}

input[type=text], input[type=url], input[type=tel], input[type=email], input[type=password], textarea, select {
  color: var(--dark);
  border: none;
  width: 100%;
  position: relative;
  background-color: transparent;
  display: block;
  border: none;
  border-bottom: 1px solid var(--dark);
  border-radius: 0;
  padding: 6px 0;
  margin-bottom: 10px;
  outline: none;
  box-shadow: none;
  font-weight: 400;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
	outline: none;
}

input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, textarea:hover {
	outline: none;
}

textarea {
  min-height: 130px;
}

button, button:hover, button:focus {
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.send {
  cursor: pointer;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

li {
  padding-bottom: 15px;
}

.align-right {
  text-align: right;
}

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

.align-left {
  text-align: left;
}

.align-right[class*="button"] {
  text-align: center;
  float: right;
}

.container.relative {
  position: relative;
}

.space-top {
  margin-top: 60px;
}

.space-bottom {
  margin-bottom: 60px;
}

.padding-top {
  padding-top: 60px;
}

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

.space-top-none {
  margin-top: 0;
}

.space-bottom-none {
  margin-bottom: 0;
}

.padding-top-none {
  padding-top: 0;
}

.padding-bottom-none {
  padding-bottom: 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.vertical-center {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

q {
  margin-bottom: 1em;
  display: block;
  font-style: italic;
}

q::before {
    content: open-quote;
}

q::after {
    content: close-quote;
}

ul {
  padding-left: 1em;
  list-style: circle;
}

/* HEADINGS */

h1, .h1 {
  font-size: 4em;
  font-weight: 100;
  color: inherit;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 50px 0;
}

h2, .h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: inherit;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
}

h3, .h3 {
  font-size: 1em;
  font-weight: 700;
  color: inherit;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
}

h4, .h4 {
  font-size: 1em;
  font-weight: 700;
  color: inherit;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
}

h5, .h5 {
  font-size: 1em;
  font-weight: 700;
  color: inherit;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
}

h6, .h6 {
  font-size: 1em;
  font-weight: 700;
  color: inherit;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
}

h1, h2, h3, h4, h4, h6, .h1, .h2, .h3, .h4, .h4, .h6 {
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 700;
}

/* BUTTONS */

.primary-button {
  background: transparent;
  border-radius: 0;
  border: none;
  color: var(--accent);
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 23px 0 0;
  font-size: 0.8em;
}

.primary-button:after {
  content: '>';
  position: absolute;
  font-size: 1.375em;
  width: auto;
  right: 5px;
  top: -0.30em;
  color: var(--accent);
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  z-index: -1;
  transform-origin: bottom;
  border-radius: 0;
}

.primary-button:hover:after {
  right: 0;
}

.secondary-button {
  background: transparent;
  border-radius: 0;
  border: none;
  color: var(--accent);
  cursor: pointer;
  font-size: 0.8em;
  text-decoration: none;
  position: relative;
  display: table;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.secondary-button:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  content: "";
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  height: 1px;
  background-color: var(--accent);
}

.secondary-button:hover:after {
  width: 70%;
}

/* HEADER */

body:before {
  width: 100%;
  height: 76px;
  position: relative;
  display: block;
  content: "";
}

header {
  background: rgb(232,232,232);
background: linear-gradient(90deg, rgba(232,232,232,1) 0%, rgba(239,241,244,1) 29%, rgba(232,232,232,1) 100%);
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header:after {
  content: "";
  display: table;
  clear: both;
}

header a {
  text-decoration: none;
}

/*header a:hover {
  color: var(--red);
}*/

header .logo {
  float: left;
  height: 48px;
  margin-top: 14px;
  margin-bottom: 14px;
  position: relative;
}

.header .logo img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.home header .logo {
  display: none;
}

body.blog header .logo img {
	filter: saturate(0) brightness(250%);
}

body.blog header a:hover {
	color: var(--white);
}

body.blog.red header {
	background: rgb(170,28,64);
	background: linear-gradient(90deg, rgba(170,28,64,1) 0%, rgba(185,54,96,1) 48%, rgba(170,29,66,1) 100%);
}

body.blog.green header {
	background: rgb(14,105,95);
	background: linear-gradient(90deg, rgba(14,105,95,1) 0%, rgba(35,133,123,1) 48%, rgba(15,107,97,1) 100%);
}

header .main-nav {
  float: right;
  margin-top: 25px;
  font-size: 18px;
  text-transform: uppercase;
  color: #6a6a6a;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .main-nav ul {
  list-style: none;
}

header .main-nav ul:after {
  display: table;
  content: "";
  clear: both;
}

header .main-nav ul li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

header .main-nav > ul > li {
  height: 51px;
}

header ul li .dropdown-menu {
  background-color: rgba(232, 232, 232, 0.72);
  font-size: 14px;
  padding: 30px 15px 15px 15px;
  width: 195px;
  -webkit-box-shadow: 0px 18px 18px 0px rgba(100, 100, 100, 0.43);
  -moz-box-shadow: 0px 18px 18px 0px rgba(100, 100, 100, 0.43);
  box-shadow: 0px 18px 18px 0px rgba(100, 100, 100, 0.43);
  border: none;
  display: block;
  color: #6a6a6a;
  margin: 0;
  border-radius: 0;
  left: -25px;
  transform: translateX(-100%) scaleX(0);
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  z-index: -1;
  opacity: 0;
}

body.blog header ul li .dropdown-menu {
  -webkit-box-shadow: 0px 18px 18px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 18px 18px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 18px 18px 0px rgba(0, 0, 0, 0.15);
}

body.blog.red header ul li .dropdown-menu {
	background-color: rgba(183, 51, 93, 0.72);
}

body.blog.green header ul li .dropdown-menu {
	background-color: rgba(15, 106, 96, 0.72);
}


body.blog header ul li .dropdown-menu {
	color: var(--white);
}

header ul li:hover > .dropdown-menu {
  display: block;
  transform: translateX(0) scaleX(1);
  opacity: 1;
}

header ul li .dropdown-menu li {
  padding: 10px;
  margin-left: 0;
  display: block;
  border-bottom: 1px solid rgba(106, 106, 106, 0.3);
  width: 100%;
}

header ul li .dropdown-menu li:last-child {
  border-bottom: none;
}

/* SECTION */

section:not(.fl-row), section.fl-row:not(.fl-none) .fl-row-content-wrap {
  position: relative;
  padding: 0;
  min-height: calc(100vh - 76px);
  background-size: cover;
  background-position: center;
}

footer {
  position: relative;
  padding-bottom: 20px;
}

section:before, footer:before {
  width: 1504px;
  height: 43px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/section-end.png);
  mix-blend-mode: multiply;
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

section.fl-row:before {
	display: none;
}

.fl-row .fl-row-fixed-width, .container {
  position: relative;
  z-index: 1000;
}

.container.full-height {
  min-height: calc(100vh - 76px);
  display: flex;
  -webkit-justify-content: right;
  justify-content: right;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* MAIN BANNER */

.main-banner {
  width: 100%;
  position: relative;
}

.main-banner:before {
  display: none;
}

.main-banner .img {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  width: 50%;
}

.main-banner .logo img {
  width: 259px;
  max-width: 15%;
  position: absolute;
  top: 30px;
  left: 12%;
}

/* QUOTE AND TEXT */

.text-area {
  width: 80%;
  max-width: 800px;
  position: relative;
}

.text-area.quote:before {
  width: 306px;
  height: 256px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/quote.png);
  position: absolute;
  content: "";
  top: -50px;
  left: -240px;
  z-index: -1;
}

.text-area.quote:after {
  width: 85px;
  height: 71px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/quote.png);
  position: absolute;
  content: "";
  bottom: 0;
  transform: translateY(100%);
  right: 50px;
  z-index: -1;
}

.text-area.services {
  margin-bottom: 140px;
  margin-top: 100px;
}

.text-area.services:before {
  width: 156px;
  height: 530px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  top: -50px;
  left: -220px;
  z-index: -1;
}

.text-area.services.green:before, .text-area.services.green:after {
  background-image: url(../img/start-green.png);
}

.text-area.services.red:before, .text-area.services.red:after {
  background-image: url(../img/start-red.png);
}

.text-area.services:after {
  width: 62px;
  height: 211px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  bottom: 80px;
  transform: translateY(100%) scalex(-1);
  right: -70px;
  z-index: -1;
}

/* COMPARISON SLIDER */

.remus {
	position: relative;
	display: flex;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	-webkit-user-select:none;
	-moz-user-select: none;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-drag:none;
	-moz-user-drag: none;
	user-drag: none;
	-ms-user-drag: none;
  color: var(--white);
}

.remus > * {
	width: 100%;
}

.remus .remus-element {
	width: 100%;
	overflow: hidden;
	display: inline-block;
}

.remus .remus-element .person {
  position: absolute;
  left: 0;
  height: 80vh;
  bottom: 0;
  width: auto !important;
}

.remus .remus-element:nth-child(2) .person {
	left: auto;
	right: 40px;
}

.remus .remus-element:nth-child(2) .container.full-height {
	-webkit-justify-content: left;
	justify-content: left;
}

.remus .remus-element .secondary-button {
  float: right;
  color: var(--white);
  margin-top: 40px;
}

.remus .remus-element .secondary-button:after {
  background-color: var(--white);
}

.remus .remus-element > * {
	position: relative;
}

.remus > :first-child {
	position: relative;
}

.remus .remus-element .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /*min-width: 1140px;*/
}

.remus .remus-element:first-child .container {
    right: 30px;
    left: auto;
    transform: translatex(0);
}

.remus .remus-element:first-child .text-area {
	width: 80%;
	max-width: 800px;
}

.remus > :not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
}

.remus .remus-element:first-child {
  background: rgb(209,77,120);
  background: linear-gradient(90deg, rgba(209,77,120,1) 0%, rgba(172,38,77,1) 100%);
  border-right: 5px solid var(--white);
}

.remus .remus-element:nth-child(2) {
  background: rgb(44,148,137);
  background: linear-gradient(205deg, rgba(44,148,137,1) 0%, rgba(22,119,108,1) 100%);
}

.remus .remus-element > div:first-child {
  height: calc(100vh - 76px);
}

.remus .remus-handle {
	width: 70px;
	height: 55px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
  margin-left: -3px;
  cursor: pointer;
}

.remus .remus-handle:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27.5px 28px 27.5px 0;
  border-color: transparent #ffffff transparent transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.remus .remus-handle:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27.5px 0 27.5px 28px;
  border-color: transparent transparent transparent #ffffff;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.remus .text-area {
	margin-top: 15vh;
}

/* TEAM */

.team {
  font-size: 16px;
}

.team .team-item {
  margin-top: 80px;
  display: block;
  position: relative;
  min-height: 190px;
}

.team .team-item:first-child h3, .team .team-item:first-child strong, .team .team-item:first-child a {
  color: var(--red);
}

.team .team-item:nth-child(2) h3, .team .team-item:nth-child(2) strong, .team .team-item:nth-child(2) a {
  color: var(--green);
}

.team .team-item a {
  text-decoration: none;
}

.team .team-item a.read-more {
  text-decoration: underline;
}

.team .team-item .avatar {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  position: absolute;
  left: -220px;
  top: 0;
}

/* LETTERS */

.big-letter {
  font-size: 30em;
  font-weight: 100;
  pointer-events: none;
  position: absolute;
  z-index: 999;
  color: rgba(0, 0, 0, 0.35);
}

.big-letter.first-letter {
  right: 100px;
  top: 0;
  transform: translateY(-60%);
}

.big-letter.second-letter {
  left: 100px;
  top: 0;
  transform: translateY(-50%);
}

.big-letter.third-letter {
  right: 100px;
  top: 0;
  transform: translateY(-65%);
}

/* FOOTER */

footer {
  background-color: #d4d4d4;
  font-size: 0.7em;
  color: var(--darker);
}

footer input[type=text], footer input[type=email], footer input[type=tel], footer textarea {
  background-color: var(--white);
  border: none;
  padding: 10px 20px;
}

footer .col-md-4.eq-col .footer-img {
  width: 100%;
  position: absolute;
  height: auto;
  bottom: 0;
}

footer .col-md-8.eq-col {
  padding-top: 90px;
}

footer h2 {
  margin-bottom: 20px;
}

footer .col-md-8.eq-col .row > .col-md-6:first-child {
  font-weight: bold;
  line-height: 1.8em;
}

footer .col-md-8.eq-col .row > .col-md-6:first-child a {
  text-decoration: none;
}

footer .send {
  width: 100%;
  padding: 10px 20px;
  background-color: transparent;
  text-align: center;
  display: block;
  cursor: pointer;
  font-weight: bold;
  color: var(--white);
  margin-bottom: 10px;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
}

footer .wpcf7-not-valid-tip {
	font-size: 0.7em;
	margin-top: -5px;
	margin-bottom: 10px;
}

.wpcf7-spinner {
	display: none !important;
}

.contact-form {
  line-height: 100%;
}

.contact-form small {
  font-size: 0.7em;
  color: #61707a;
  line-height: 100%;
  display: block;
  text-align: justify;
}

footer hr {
  border-top: 2px solid #c4c4c4;
}

/* SERVICES */

.services-top .person {
  position: absolute;
  left: 100px;
  height: 90vh;
  bottom: 0;
  width: auto !important;
  z-index: 0;
}

.services-top {
  color: var(--white);
}

.services-top.red {
  background: rgb(209,77,120);
  background: linear-gradient(90deg, rgba(209,77,120,1) 0%, rgba(172,38,77,1) 100%);
}

.services-top.green {
  background: rgb(44,148,137);
  background: linear-gradient(205deg, rgba(44,148,137,1) 0%, rgba(22,119,108,1) 100%);
}

.services-list {
  display: block;
  position: relative;
}

.services-list .services-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

/* ENTRIES */

section.entries {
  min-height: 0;
  font-size: 14px;
  padding-top: 80px;
  padding-bottom: 80px;
}

section.entries h3 {
  font-size: 2.42em;
  font-weight: 100;
  margin-bottom: 40px;
  float: left;
  width: auto;
}

section.entries .primary-button {
  float: right;
  margin-top: 2em;
  margin-right: 0;
}

.entries-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
}

.entries-list a {
  text-decoration: none;
}

.entries-list .entries-item {
  margin-right: 20px;
  max-width: calc(33.33% - 14px);
}

.entries-list .entries-item:nth-child(3n + 3) {
  margin-right: 0;
}

.green .primary-button, .green .primary-button:after {
  color: var(--green);
}

.red .primary-button, .red .primary-button:after {
  color: var(--red);
}

.entries-list .entries-item .image-box {
  overflow: hidden;
}

.entries-list .entries-item .image-box, .entries-list .entries-item .image-box img {
  display: block;
  width: 100%;
  position: relative;
}

.entries-list .entries-item .image-box img {
	z-index: 1;
}

.entries-list .entries-item .image-box h2 {
  font-size: 1.25em;
  color: var(--white);
  position: absolute;
  padding: 15px;
  width: 45%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 3;
}

.entries-list .entries-item .image-box:before {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 45%;
  mix-blend-mode: multiply;
  z-index: 2;
  top: 0;
	right: 0;
  content: "";
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.green .entries-list .entries-item .image-box:before {
  background-color: var(--green);
}

.red .entries-list .entries-item .image-box:before {
  background-color: var(--red);
}

.entries-list .entries-item:hover .image-box:before {
  width: calc(45% + 10px);
}

.entries-list .entries-item .image-box:hover h2:before {
  opacity: 1;
}

.entries-list .entries-item .category {
  padding: 5px 12px;
  color: var(--white);
  text-transform: uppercase;
  font-size: 0.78em;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 5px;
  display: inline-block;
}

.green .entries-list .entries-item .category {
  background-color: var(--green);
}

.red .entries-list .entries-item .category {
  background-color: var(--red);
}

.entries-list .entries-item .description {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.date {
  display: block;
  font-size: 0.78em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  color: #9f9f9d;
}

/* SERVICE */

.service:before {
  width: 97px;
  height: 201px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  bottom: 80px;
  right: -40px;
  z-index: -1;
}

.service.green:before {
  background-image: url(../img/law-sign-green.png);
}

.service.red:before {
  background-image: url(../img/law-sign-red.png);
}

.service .under-service-list {
  display: block;
  margin-top: 50px;
}

.service .under-service-list a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.service .under-service-list a:hover {
  text-decoration: underline;
}

.service.green .under-service-list a {
  color: var(--green);
}

.service.red .under-service-list a {
  color: var(--red);
}

/* BLOG */

.blog {
  font-size: 14px;
}

.blog header {
  background: transparent;
}

.blog header.header-scrolled {
  background: rgb(217,231,235);
  background: linear-gradient(90deg, rgba(217,231,235,1) 0%, rgba(255,255,255,1) 28%, rgba(217,231,235,1) 100%);
}

.blog header .main-nav {
  color: var(--white);
}

.blog header.header-scrolled .main-nav {
  color: var(--white);
}

.blog:before {
  display: none;
}

.blog-top .person {
  position: absolute;
  right: 100px;
  height: calc(100vh - 150px);
  bottom: 0;
  width: auto !important;
}

.blog-top {
  color: var(--white);
}

.blog-top:after {
  display: none;
}

.blog-top.red {
  background: rgb(181,31,69);
background: linear-gradient(90deg, rgba(181,31,69,1) 0%, rgba(201,62,104,1) 48%, rgba(185,36,74,1) 100%);
}

.blog-top.green {
  background: rgb(18,114,102);
background: linear-gradient(90deg, rgba(18,114,102,1) 0%, rgba(42,145,134,1) 48%, rgba(22,119,108,1) 100%);
}

.blog-top .container.full-height {
	-webkit-justify-content: left;
    justify-content: left;
}

.blog-top:before {
	display: none;
}

.blog-top .text-area {
  width: 65%;
  max-width: 730px;
  font-size: 3.35em;
  font-weight: 100;
  margin-left: -75px;
}

.blog-top .text-area .quote-slide {
  position: relative;
  padding: 50px 50px 40px 75px;
}

.blog-top .text-area .quote-slide:before {
  width: 99px;
  height: 83px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/quote2.png);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
}

.blog-top .text-area .quote-slide:after {
  width: 58px;
  height: 49px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/quote2.png);
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  z-index: -1;
}

.blog-top .owl-dots {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -80px;
}

.blog-top .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  background-color: var(--white);
  opacity: 0.4;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.blog-top .owl-dots .owl-dot.active, .blog-top .owl-dots .owl-dot:hover {
  opacity: 1;
}

section.blog-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.col-md-8 .main-entry {
  margin-top: 60px;
}

.col-md-8 .main-entry:first-child {
  margin-top: 0;
}

.main-entry, .main-entry img {
  width: 100%;
  display: block;
}

.main-entry > a > h3 {
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.main-entry .description {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.blog-section .primary-button {
  float: right;
}

.main-entry .entry-image {
  overflow: hidden;
}

.main-entry .entry-image img {
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.main-entry:hover .entry-image img {
  transform: scale(1.05);
}

.blog-section.green h3 {
  color: var(--green);
}

.blog-section.red h3 {
  color: var(--red);
}

.blog-section a {
  text-decoration: none;
}

.small-entry {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.small-entry h3 {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 0;
}

.entries-category {
  display: block;
  position: relative;
  overflow: hidden;
}

.entries-category h1 {
  font-size: 2.42em;
  float: left;
  width: auto;
}

.entries-category .primary-button {
  margin-top: 2em;
}

.entries-group {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #a6a4a5;
}

.col-md-8 .entries-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.about-author {
  min-height: auto;
  padding-top: 180px;
  padding-bottom: 180px;
}

.about-author.green h3 {
  color: var(--green);
}

.about-author.red h3 {
  color: var(--red);
}

.about-author .text-area {
  max-width: 50%;
  width: 50%;
  left: 50%;
}

.blog footer.red {
  background: rgb(181,31,69);
    background: linear-gradient(90deg, rgba(181,31,69,1) 0%, rgba(201,62,104,1) 48%, rgba(185,36,74,1) 100%);
}

.blog footer.green {
  background: rgb(18,114,102);
background: linear-gradient(90deg, rgba(18,114,102,1) 0%, rgba(42,145,134,1) 48%, rgba(22,119,108,1) 100%);
}

.blog footer {
  color: var(--white);
  padding-bottom: 80px;
  padding-top: 60px;
}

.blog footer small {
  color: var(--white);
}

.blog footer .footer-img {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 90%;
  z-index: 9999999;
}

.sidebar {
  padding: 40px 30px;
  background-color: #f5f5f5;
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 7px 10px -9px rgba(97, 97, 97, 1);
  -moz-box-shadow: 0px 7px 10px -9px rgba(97, 97, 97, 1);
  box-shadow: 0px 7px 10px -9px rgba(97, 97, 97, 1);
}

.most-popular-entries {
  display: block;
  position: relative;
  overflow: hidden;
}

.sidebar h2 {
  font-size: 1.3em;
  font-weight: 400;
  display: block;
  margin-bottom: 30px;
}

.most-popular-entries .most-popular-entry {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.most-popular-entries .most-popular-entry:after {
  display: table;
  clear: both;
  content: "";
}

.most-popular-entries .most-popular-entry .entry-image {
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  position: relative;
}

.most-popular-entries .most-popular-entry .entry-image img {
  display: block;
  position: relative;
  width: 100%;
}

.most-popular-entries .most-popular-entry .entry-image:after {
  opacity: 0.8;
  width: 4px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  z-index: 2;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.most-popular-entries .most-popular-entry:hover .entry-image:after {
  width: 8px;
}

.most-popular-entries.green .most-popular-entry .entry-image:after {
  background-color: var(--green);
}

.most-popular-entries.red .most-popular-entry .entry-image:after {
  background-color: var(--red);
}

.most-popular-entries .most-popular-entry .entry-info {
  float: right;
  width: calc(100% - 100px);
}

.most-popular-entries .most-popular-entry .entry-info h3 {
  color: var(--dark);
  font-size: 0.85em;
  margin-bottom: 0;
  font-weight: 400;
}

.most-popular-entries.green .most-popular-entry .entry-info a:hover {
  color: var(--green);
}

.most-popular-entries.red .most-popular-entry .entry-info a:hover {
  color: var(--red);
}

.sidebar .search-form {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 50px;
}

.sidebar .search-form input[type="text"] {
  position: relative;
  width: 100%;
  border-radius: 25px;
  background-color: var(--white);
  font-size: 1.5em;
  font-weight: 400;
  padding: 10px 15px;
  border: none;
  font-style: italic;
  color: #7f7d7d;
}

.sidebar .search-form .send {
  width: 29px;
  height: 29px;
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-image: url(../img/magnifying-glass.svg);
}

.sidebar .tag-list {
  display: block;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.sidebar .tag-list a {
  margin-right: 10px;
  margin-bottom: 5px;
  text-decoration: none;
}

.sidebar .social-area {
  position: relative;
  display: block;
  margin-top: 60px;
  overflow: hidden;
}

.sidebar .social-area .social-links {
  text-align: justify;
  width: 100%;
  display: block;
  position: relative;
}

.sidebar .social-area .social-links a {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 2px #000 solid;
  display: inline-block;
  position: relative;
  margin: 0;
  border-radius: 10px;
}

.sidebar .social-area .social-links a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.sidebar .social-area .social-links a.linkedin {
  background-image: url(../img/001-linkedin.svg);
}

.sidebar .social-area .social-links a.twitter {
  background-image: url(../img/002-twitter.svg);
}

.sidebar .social-area .social-links a.facebook {
  background-image: url(../img/003-facebook.svg);
}

.sidebar .social-area .social-links a.instagram {
  background-image: url(../img/004-instagram.svg);
}

.sidebar .social-area.green .social-links a {
  filter: invert(65%) sepia(7%) saturate(3054%) hue-rotate(128deg) brightness(91%) contrast(84%);
}

.sidebar .social-area.red .social-links a {
  filter: invert(19%) sepia(53%) saturate(3351%) hue-rotate(317deg) brightness(91%) contrast(89%);
}


/* NEW */

.service.green .under-service-list.mixed a:nth-child(even) {
  color: var(--red);
}

.service.red .under-service-list.mixed a:nth-child(even) {
  color: var(--green);
}

.green .entries-list .entries-item.different .image-box h2:before {
  background-color: var(--red);
}

.red .entries-list .entries-item.different .image-box h2:before {
  background-color: var(--green);
}

.green .entries-list .entries-item.different .category {
  background-color: var(--red);
}

.red .entries-list .entries-item.different .category {
  background-color: var(--green);
}

.text-area.services.green.mixed:after {
  background-image: url(../img/start-red.png);
}

.text-area.services.red.mixed:after {
  background-image: url(../img/start-green.png);
}

.red .different .primary-button, .red .different .primary-button:after {
  color: var(--green);
}

.green .different .primary-button, .green .different .primary-button:after {
  color: var(--red);
}

.services-top .person {
  position: absolute;
  left: 100px;
  height: 90vh;
  bottom: 0;
  width: auto !important;
}

.services-top.mixed {
  background: rgb(60,167,159);
background: linear-gradient(90deg, rgba(60,167,159,1) 0%, rgba(59,165,153,1) 19%, rgba(97,146,150,1) 33%, rgba(180,101,133,1) 42%, rgba(197,54,97,1) 71%, rgba(181,31,69,1) 100%);
}

.services-list {
  display: block;
  position: relative;
}

.services-list .services-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-top.mixed .person {
	left: 0;
}

.services-top.mixed .text-area {
	width: 60%;
}

.quote-slide small {
	font-size: 0.6em;
}

.services-top .text-area {
	width: 70%;
	max-width: 700px;
}

@media (max-width: 1500px) {
  body {
    font-size: 18px;
  }
  
  .remus-element .text-area {
	  max-width: 65%;
  }
  
  .services-top .text-area {
	width: 60%;
	max-width: 600px;
}
}

@media (max-width: 1350px) {
	.services-top .person {
		height: 80vh;
		left: 0;
	}
}


@media (max-width: 1300px) {
  body {
    font-size: 16px;
  }
  
}

@media (max-width: 1250px) {
	.remus .remus-element .person {
		height: 70vh;
	}
	
	.remus .remus-element:first-child .person {
		left: -8%;
	}
	
	.remus .remus-element:nth-child(2) .person {
		right: 0;
	}
	
	.blog-top .text-area {
		font-size: 2.9em;
	}
}

@media (max-width: 1150px) {
	body {
		font-size: 14px;
	}
	
	.blog-top .text-area .quote-slide:before, .blog-top .text-area .quote-slide:after {
		transform: scale(0.6);
	}
	
	header .main-nav {
		font-size: 14px;
	}
}

@media (max-width: 1040px) {
	.remus .remus-element:first-child .text-area {
		width: 70%;
	}
	
	.remus .remus-element:nth-child(2) .text-area {
		width: 60%;
	}
}

@media (max-width: 992px) {
  header .navbar-toggler {
    position: fixed;
    right: 15px;
    top: 23px;
    z-index: 99999;
	width: 50px;
	height: 32px;
  }
  
  header .logo {
	  width: 200px;
	  margin-top: 19px;
  }

  header .navbar-toggler span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #6a6a6a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  header .navbar-toggler span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  header .navbar-toggler span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  header .navbar-toggler span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  header .navbar-toggler.open {
    z-index: 99999999;
  }

  header .navbar-toggler.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 4px;
  }

  header .navbar-toggler.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  header .navbar-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 32px;
    left: 4px;
  }

  .home header .logo {
    display: block;
  }

  .nav-bar .main-nav > ul > li > a:before {
    display: none;
  }

  header .main-nav {
    position: fixed;
    top: 76px;
    bottom: 0;
    z-index: 999;
    overflow-y: auto;
    right: -100vw;
    width: 65vw;
    padding-top: 30px;
    height: calc(100vh - 76px);
    background: rgba(255, 255, 255, 0.8);
    transition: 0.4s;
    margin-top: 0;
    font-size: 14px;
	text-align: right;
	padding-right: 25px;
	padding-left: 25px;
  }
  
  .nav-bar .main-nav ul {
      width: 100%;
	  padding: 15px;
      float: none;
  }
  
  header .main-nav > ul {
	  padding-left: 0;
  }
  
  header .main-nav > ul > li { 
	border-bottom: 1px solid rgba(106, 106, 106, 0.3);
  }

  header .main-nav.open {
    right: 0;
  }

  header .main-nav ul li {
    display: block;
    width: 100%;
    margin: 0;
  }

  header .main-nav > ul > li {
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  header ul li .dropdown-menu {
    position: relative;
    display: block;
    transform: none;
    z-index: 1;
    opacity: 1;
    box-shadow: none;
	text-align: right;
    width: 100%;
	float: none;
	left: auto;
    right: 0;
    padding: 0;
    background-color: transparent;
    font-size: 12px;
  }
  
  .blog-top .person {
	  max-height: 600px;
  }
  
  header ul li .dropdown-menu li {
	  padding-right: 0;
  }

  header ul li .dropdown-menu li {
    border-bottom: none;
  }

  .text-area {
    max-width: 80vw;
  }

  .remus .remus-element .container {
    left: 0;
    min-width: 0;
    transform: none;
    position: relative;
	min-height: 100px;
  }
  
  .remus .remus-element:first-child .container {
    right: 0;
    left: 0;
    transform: none;
}
  
  .container.full-height {
	  width: 80%;
	  margin-left: auto;
	  margin-right: auto;
	  -webkit-justify-content: left;
	  justify-content: left;
	  min-height: 100px;
  }
  
  .remus .remus-element .container.full-height {
	  min-height: 100px;
  }

  .remus .remus-element .person {
    height: 400px;
    position: relative;
    left: 0;
    bottom: auto;
    display: block;
    margin: 30px auto 0 auto;
  }

  .remus .remus-element > div:first-child {
    height: 0;
  }

  .remus .remus-element {
    min-width: 100vw;
    width: 100vw !important;
  }

  .main-banner .img {
    width: 80%;
    right: 0;
  }

  .main-banner .logo img {
    display: none;
  }

  .remus > :not(:first-child) {
    position: relative;
  }

  .remus .remus-handle {
    display: none;
  }

  .remus {
    display: block;
  }

  footer .col-md-4.eq-col .footer-img {
    bottom: 0;
    left: -40%;
  }

  .team .team-item .avatar {
    width: 100px;
    height: 100px;
    left: -105px;
  }

  .owl-stage {
    max-width: none;
  }

  .blog-top .text-area .quote-slide {
    padding-right: 0;
	margin: 50px 20px 0 20px;
  }

  .blog-top .text-area {
    width: 100%;
    margin-left: 0;
    font-size: 1.5em;
  }
  
  .blog-top .container.full-height {
	  padding-bottom: 0;
  }

  .entries-list .entries-item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .blog footer .footer-img {
    display: none;
  }

  .about-author .text-area {
    max-width: 80vw;
    width: 80%;
    left: 0;
  }

  h1, .h1 {
    font-size: 2.5em;
  }

  .text-area.services:before {
    width: 40px;
    left: -50px;
    height: 150px;
  }
  
  .text-area.services:after {
	  width: 30px;
	  height: 112px;
  }
  
  section.about-author {
	  padding-top: 60px;
  padding-bottom: 60px;}
  
  section.entries .primary-button {
	  margin-bottom: 15px;
  }
  
  .blog header .main-nav, body.blog header ul li .dropdown-menu {
	  color: var(--accent);
  }
  
  body.blog.green header ul li .dropdown-menu, body.blog.red header ul li .dropdown-menu {
	  background-color: transparent;
  }
  
  body.blog header ul li .dropdown-menu {
	  box-shadow: none;
  }
  
  body.blog header .navbar-toggler span {
	  background-color: var(--white);
  }
  
  .sidebar {
	  padding: 15px;
  }
  
  .container.full-height {
	  padding-top: 40px;
	  padding-bottom: 40px;
  }
  
  .text-area.services {
	  margin-top: 50px;
	  margin-bottom: 80px;
  }

  .text-area.services:after {
    right: 0;
  }

  .services-top .person {
    height: 70vh;
    max-width: none;
    right: 0;
    left: auto;
	position: relative;
	display: block;
	margin: 30px auto 0 auto;
  }
  
  .text-area.quote:before {
	  width: 120px;
	  height: 100px;
	  left: -50px;
	  top: -20px;
  }
  
  .text-area.quote:after {
	  width: 45px;
	  height: 37px;
  }
  
  .big-letter {
	  font-size: 15em;
  }
  
  .remus .remus-element .container {
	  padding-top: 0;
  }
  
  .remus .text-area {
	  margin-top: 20px;
  }
  
  .remus .remus-element:nth-child(2) .person {
	  left: 0;
	  right: auto;
  }
  
  .remus .remus-element:nth-child(2) .container.full-height {
	  -webkit-justify-content: left;
	  justify-content: left;
  }
  
  .team .team-item {
	  margin-top: 50px;
	  margin-left: 20px;
  }
  
  .footer-row > .col-md-8 {
	  width: 65%;
	  margin-left: 35%;
  }
  
  footer .col-md-8.eq-col .row > .col-md-6:first-child {
	  font-weight: normal;
  }
  
  .footer-row {
	  font-size: 14px;
  }
  
  .footer-row > .col-md-4 {
	  position: static;
  }
  
  .services-top .person {
	  left: 0;
	  right: auto;
  }
  
  .team {
	  margin-left: 50px;
  }
  
  .services-top .text-area {
	  width: 100%;
	  padding-right: 20px;
	  margin-top: 40px;
  }
  
  h1, .h1 {
	  font-size: 2em;
	  margin-bottom: 20px;
  }
  
  
  .services-top  .container.full-height {
	  width: 80%;
	  margin-left: auto;
	  margin-right: auto;
  }
}

@media (max-width: 680px) {
	.blog-top .person {
		right: 0;
		height: calc(60vh - 150px);
	}
	
	.text-area, .remus .remus-element:first-child .text-area {
		width: 100%;
		max-width: 100%;
	}
	
	section:not(.fl-row), section.fl-row:not(.fl-none) .fl-row-content-wrap {
		min-height: 100px;
	}
	
	section.main-banner {
		min-height: 50vh;
	}
	
	
	.blog-top .owl-dots .owl-dot {
		width: 5px;
		height: 5px;
	}
	
	.blog-top .text-area .quote-slide {
		margin-left: 0;
		font-size: 0.8em;
	}
	
	.blog-top .container.full-height {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}
	
	.blog-top .blog-carousel-box {
		max-width: 100%;
	}
	
	.remus .text-area {
		max-width: 100%;
		width: 100%;
	}
}