/*
Theme Name: Dsquared
Theme URI: http://www.dsquaredmedia.net/
Author: Dsquared Media
Author URI: http://www.dsquaredmedia.net/
Description: Bootstrap 3 theme made by Dsquared Media
Version: 1.2

font-family: "Plus Jakarta Sans", sans-serif;

-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
*/

@import url('css/responsive.css');

* {
	outline: none !important;
}

body {
  font-family: "Figtree", sans-serif;
}

.slicknav_menu {
    display: none;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.c-hamburger {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 53px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  z-index: 100000;
  background: none !important;
  margin-top: 10px;
  right: 15px;
  z-index: 200000;
  /*-webkit-transition: background 0.3s;
          transition: background 0.3s;*/
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 17px;
  left: 22px;
  right: 22px;
  height: 1px;
  background: #3A3B3E;
  width: 30px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: -5px;
  width: 100%;
  height: 1px;
  background-color: #3A3B3E;
  content: "";
  width: 35px;
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #3A3B3E;
}

.c-hamburger--htx span {
  /*-webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;*/
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #3A3B3E;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #3A3B3E;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background: #3A3B3E;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

#mobile_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 100;
	opacity: 1;
	-webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transform: translateY(-100%);
}

.mobile_menu_inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

#mobilemenu {
	padding: 20px 0;
}

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

#mobilemenu ul li {
	display: block;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}

#mobilemenu ul li a {
	color: #3A3B3E;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
}

#mobilemenu ul li a:hover {
 	color: #74CCDA !important;
}

#mobilemenu ul li.current_page_item a {
	color: #74CCDA !important;
}

#mobilemenu ul li ul {
	display: none;
	margin-top: 15px;
}

#mobilemenu ul li ul li {
}

#mobilemenu ul li.menu-item-has-children span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: url('images/down.png') no-repeat center center;
}

#mobilemenu ul li.menu-item-has-children > a {
	padding-right: 25px;
}

#mobile_logo {
	display: inline-block;
	max-width: 190px;
	height: auto;
}

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

.mobile_menu_active #mobile_menu {
	transform: translateY(0);
}

.animate-text{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateY(30px);
    opacity:0
}

.animate-button {
	transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-second {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, opacity 0.7s 0.3s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-third {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, opacity 0.7s 0.6s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-fourth {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.9s, opacity 0.7s ease-out 0.9s, color 0.25s ease-out 0s, background 0.25s ease-out 0s !important;
}

.animate-text.from-left{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateX(-100px);
    opacity:0
}

.animate-text.from-right{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateX(100px);
    opacity:0
}

.animate-text.loaded-text{
    transform:translateY(0);
    opacity:1
}

.animate-text.from-left.loaded-text{
    transform:translateX(0);
    opacity:1
}

.animate-text.animate-second{
    transition-delay:0.3s
}

.animate-text.animate-third{
    transition-delay:0.6s
}

.animate-text.animate-fourth{
    transition-delay:0.9s
}

.no-anim-text .animate-text{
    transform:translateY(0);
    opacity:1
}

.img-bg-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-bg-wrapper .img-bg-inner{
    height:100%;
    width:100%;
    display:block;
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center;
    position:absolute;
    top:0
}

.img-bg-wrapper.img-bg-loaded{
    transform:translateX(0)
}

.img-bg-wrapper.img-bg-loaded .img-bg-inner{
    transform:translateX(0);
    opacity:1
}

.img-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-wrapper img:first-child{
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center
}

.img-wrapper.loaded-img{
    transform:translateX(0)
}

.img-wrapper.loaded-img img:first-child{
    transform:translateX(0);
    opacity:1
}

.top_wrap {
  background: #173938;
  padding: 190px 0 75px 0;
}

.top_title {
  color: #fff;
  font-size: 61px;
  font-weight: 600;
  line-height: 68px;
  margin: 0 0 25px 0;
  padding: 0;
}

.top_text {
  color: #fff;
  margin-bottom: 60px;
}

.top_text p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 0 0;
  padding: 0;
}

.top_image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.image_1 {
  max-width: 100%;
  height: auto;
}

.top_form {
  background: #fff;
  border-radius: 15px;
  padding: 8px;
  position: relative;
}

.top_form input[type=email] {
  width: 100%;
  border: none;
  background: transform;
  color: #18181B;
  font-size: 16px;
  padding: 14px 210px 14px 15px;
}

.top_form input[type=submit] {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  background: #EFD6AD;
  padding: 16px 30px;
  position: absolute;
  top: 50%;
  right: 6px;
  border: none;
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.top_form input[type=submit]:hover {
  background: #173938;
  color: #fff;
}

.wpcf7-spinner {
  position: absolute !important;
}

.header_wrap {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 20px 0;
}

.logo {
  display: inline-block;
}

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

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

.mainmenu ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-left: 60px;
}

.mainmenu ul li a {
  color: #18181B !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mainmenu ul li a:hover {
  color: #173938 !important;
}

.header_button_2 {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 10px;
  background: #173938;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 30px;
}

.header_button_2:hover {
  background: #EFD6AD;
  color: #333 !important;
}

.header_button_1 {
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #18181B !important;
  font-size: 16px;
  font-weight: 500;
  margin-right: 24px;
}

.header_button_1:hover {
  color: #173938 !important;
}

.about_wrap {
  padding: 90px 0;
}

.text_2 {
  color: #18181B;
  margin-bottom: 45px;
}

.text_2 p {
  font-size: 24px;
  line-height: 140%;
  margin: 0 0 20px 0;
  padding: 0;
}

.link_1 {
  display: inline-block;
  text-decoration: none !important;
  font-size: 16px;
  color: #173938 !important;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.link_1 svg {
  margin-left: 9px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  left: 0;
  top: -2px;
  position: relative;
}

.link_1:hover svg {
  left: 8px;
}

.strategies_wrap {
  padding: 90px 0;
  background: rgba(23, 57, 56, 0.05);
}

.title_1 {
  color: #18181B;
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 24px 0;
  padding: 0;
}

.text_1 {
  color: #52525B;
}

.text_1 p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 40px 0;
  padding: 0;
}

.strategies_top {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}

.strat_li {
  padding: 40px;
  border-right: 1px solid #E4E4E7;
}

.strat_li:nth-child(1), .strat_li:nth-child(2), .strat_li:nth-child(3) {
  border-bottom: 1px solid #E4E4E7;
}

.strat_li:nth-child(3n), .strat_li:nth-child(6n) {
  border-right: none;
}

.start_li_image {
  height: 60px;
  margin-bottom: 30px;
}

.strat_li_image img {
  max-width: 100%;
  width: auto;
  max-height: 60px;
  height: auto;
}

.start_li_title {
  color: #18181B;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.start_li_text {
  color: #52525B;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 0 0;
  padding: 0;
}

.start_li_text p {
  margin-bottom: 0;
}

.services_wrap {
  padding: 90px 0 40px 0;
  background: url('images/services_bg.svg') no-repeat right 0 top 0 #173938;
}

.white {
  color: #fff !important;
}

.services_top {
  width: 1056px;
  max-width: 100%;
}

.inv_li {
  margin-bottom: 50px;
}

.inv_li_inner {
  border-radius: 10px;
  background: #fff;
  padding: 40px;
  min-height: 100%;
}

.inv_li_title {
  color: #18181B;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
}

.inv_li_text {
  color: #52525B;
}

.inv_li_text p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 20px 0;
  padding: 0;
}

.inv_li_text p:last-child {
  margin-bottom: 0;
}

.blog_wrap {
  padding: 90px 0 50px 0;
}

.blog_top {
  width: 1030px;
  max-width: 100%;
}

.blog_li {
  margin-bottom: 40px;
}

.blog_li_inner {
  position: relative;
}

.blog_li_image {
  border-radius: 16px;
  border: 1px solid #D9D9D9;
  background: rgba(245, 245, 245, 0.20);
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
  text-align: center;
}

.blog_li_image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.blog_li_image:hover img {
  transform: scale(1.1);
}

.blog_li_date {
  color: #666;
  font-size: 14px;
  font-weight: 600;
}

.blog_li_title {
  color: #101828;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 8px 0;
  padding: 0;
}

.blog_li_title a {
  color: #101828 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.blog_li_title a:hover {
  color: #173938 !important;
}

.blog_li_text {
  color: #18181B;
}

.blog_li_text p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 25px 0;
  padding: 0;
}

.contact_inner {
  border-radius: 10px;
  background: #173938;
  padding: 90px 45px;
}

.title_2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.72px;
  margin: 0 0 20px 0;
  padding: 0;
}

.contact_bottom_left {
  color: #fff;
}

.contact_bottom_left p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 16px 0;
  padding: 0;
}

.contact_bottom_left p:last-child {
  margin-bottom: 0;
}

.contact_bottom_left a {
  color: #EFD6AD !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.contact_bottom_left a:hover {
  color: #fff !important;
}

.contact_map {
  position: relative;
  height: 275px;
  margin-top: 60px;
}

.contact_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact_social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contact_social li {
  display: inline-block;
  margin-right: 25px;
}

.contact_social li:last-child {
  margin-right: 0 !important;
}

.contact_social li a {
  text-decoration: none !important;
}

.contact_social li a svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.contact_social li a:hover svg path {
  fill: #EFD6AD;
}

.contact_form_div {
  border-radius: 16px;
  background: #fff;
  padding: 40px 32px;
}

.contact_row label {
  display: block;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 6px 0;
  padding: 0;
}

.contact_row .wpcf7-text {
  width: 100%;
  margin-bottom: 24px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: #667085;
  font-size: 16px;
}

.contact_row .wpcf7-textarea {
  width: 100%;
  height: 115px;
  resize: none;
  margin-bottom: 24px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: #667085;
  font-size: 16px;
}

.contact_left_inner {
  margin-right: 30px;
}

.contact_right_inner {
  margin-left: 30px;
}

.contact_row .wpcf7-submit {
  border-radius: 10px;
  background: #EFD6AD;
  padding: 16px;
  width: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: none;
}

.contact_row .wpcf7-submit:hover {
  background: #173938;
  color: #fff;
}

.footer_wrap {
  padding: 25px 0 70px 0;
}

.footer_bottom_text {
  color: #00000075;
}

.footer_bottom_text p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px 0;
  padding: 0;
}

.footer_bottom_text p:last-child {
  margin-bottom: 0;
}

.copyright {
  color: #000;
  font-size: 13px;
  line-height: 24px;
}

.footer_menu {
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
}

.footer_menu li {
  display: inline-block;
  color: #000;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  margin-right: 10px;
}

.footer_menu li::after {
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -6px;
  background: #000;
  margin-top: -5px;
}

.footer_menu li:last-child::after {
  display: none !important;
}

.footer_menu li a {
  color: #000 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.footer_menu li a:hover {
  text-decoration: underline !important;
}

.footer_menu li a.underlined {
  text-decoration: underline !important;
}

.footer_menu li a.underlined:hover {
  text-decoration: none !important;
}

.strategies_popup {
  position: relative;
  padding: 20px;
}

.strategies_close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.strategies_close svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.strategies_close:hover svg path {
  stroke: #333;
}

.popup_name {
  color: #18181B;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 4px 0;
  padding: 0;
}

.popup_title {
  color: #52525B;
  font-size: 16px;
  margin-bottom: 16px;
}

.popup_text {
  color: #52525B;
}

.popup_text p {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 16px 0;
  padding: 0;
}

.popup_social_title {
  color: #52525B;
  font-size: 18px;
  margin-bottom: 12px;
}

.popup_social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.popup_social li {
  display: inline-block;
  margin-right: 25px;
}

.popup_social li:last-child {
  margin-right: 0 !important;
}

.popup_social li a {
  text-decoration: none !important;
}

.popup_social li a svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  fill: #000;
}

.popup_social li a:hover svg path {
  fill: #EFD6AD;
}

.fixed_header_wrap {
  background: #fff;
  position: fixed;
  top: -150px;
  left: 0;
  width: 100%;
  z-index: 15;
  padding: 10px 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.fixed_header_active .fixed_header_wrap {
  top: 0;
}

.fixed_header_active .logo {
  width: 60px;
}

.burger_open {
  margin-left: 25px;
  cursor: pointer;
}

.burger_open rect {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.burger_open path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.burger_open:hover rect {
  stroke: #EFD6AD;
}

.burger_open:hover path {
  fill: #EFD6AD;
}

.mobile_menu_top_wrap {
  padding: 20px 0;
}

.logo {
  display: inline-block;
}

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

.mobile_menu_logo {
  max-width: 100%;
  height: auto;
}

.burger_close {
  text-decoration: none !important;
}

.burger_close path, .burger_close rect {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.burger_close:hover path {
  fill: #EFD6AD;
}

.burger_close:hover rect {
  stroke: #EFD6AD;
}

.mobilemenu {
  width: 505px;
  max-width: 100%;
}

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

.mobilemenu ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 35px 0;
}

.mobilemenu ul li:last-child {
  border-bottom: none !important;
}

.mobilemenu ul li a {
  display: block;
  font-size: 36px;
  color: #18181B !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: 500;
  position: relative;
}

.mobilemenu ul li a:hover {
  color: #173938 !important;
}

.mobilemenu ul li a::after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 17px;
  width: 22px;
  height: 22px;
  background: url('images/mobile_arrow.svg') no-repeat right 0 center;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mobilemenu ul li a:hover::after {
  transform: rotate(45deg);
}

.mm_button_1 {
  display: inline-block;
  color: #fff !important;
  background: #18181B;
  border: 1px solid #18181B;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 100px;
  border-radius: 10px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-right: 22px;
}

.mm_button_1:hover {
  background: #fff;
  color: #18181B !important;
}

.mm_button_2 {
  display: inline-block;
  color: #18181B !important;
  background: #fff;
  border: 1px solid #18181B;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 100px;
  border-radius: 10px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mm_button_2:hover {
  background: #18181B;
  color: #fff !important;
}

.mm_bottom_line {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.mobile_menu_middle_wrap {
  position: relative;
  height: calc(100vh - 200px);
}

.mobile_menu_middle_inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

section {
  overflow: hidden;
}

.mobile_new_slider .slick-dots {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center !important;
}

.mobile_new_slider .slick-dots li {
  display: inline-block;
  margin-right: 3px;
  overflow: hidden;
}

.mobile_new_slider .slick-dots li:last-child {
  margin-right: 0;
}

.mobile_new_slider .slick-dots li button {
  display: inline-block;
  border: none;
  background: #DEDEDE;
  text-indent: -9999px;
  padding: 0;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mobile_new_slider .slick-dots li button:hover {
  background: #18181B;
}

.mobile_new_slider .slick-dots li.slick-active button {
  background: #18181B;
  width: 28px;
}

.word {
  margin-right: 0.5rem;
  opacity: 0.2;
  transition: opacity 300ms ease;
}

.visible {
  opacity: 1;
}

.start_li_link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.start_li_inner {
  position: relative;
  padding-bottom: 60px;
  min-height: 100%;
}

.text_3 {
  color: #18181B;
  margin-bottom: 45px;
}

.text_3 p {
  font-size: 24px;
  line-height: 140%;
  margin: 0 0 20px 0;
  padding: 0;
}

.subpage_wrap {
  padding-top: 190px;
}

.text_3 a {
  color: #18181B !important;
  text-decoration: underline !important;
}

.text_3 a:hover {
  text-decoration: none !important;
}

.author_box {
  margin-bottom: 0;
}

.author_box p:last-child {
  margin-bottom: 0;
}

.blog_single_blog_wrap {
  padding-top: 50px;
}

.subpage_2_wrap {
  padding: 90px 0 60px 0;
}

.blog_box {
  border: 1px solid #000;
  padding: 40px;
}

.blog_box_top {
  border-bottom: 1px solid #000;
  padding: 0 0 40px 0;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 55px;
}

.blog_single_title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 50px 0;
  padding: 0;
  text-transform: uppercase;
}

.nl_content .preheaderContent {
  display: none !important;
}

.nl_content td {
  padding: 0 !important;
}

.nl_content table {
  width: 100% !important;
}