@charset "UTF-8";
/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

p .alignnone {
  margin: 5px 20px 0 0;
}

.footer-logo {
  margin-top: -8px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

a img.alignnone {
  margin: 5px 20px 10px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

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

table {
  width: 100%;
  margin-bottom: 20px;
}

td,
th {
  border: 1px solid #dcdcdc;
  padding: 10px;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  margin: 0;
  padding: 0 4px 5px;
}

figcaption {
  margin-top: 10px;
  text-align: center;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.bypostauthor {
  background: #fff;
}

.gallery-caption {
  font-size: 13px;
}

.post-password-form {
  padding: 25px;
  border: 2px solid #000000;
}
.post-password-form label {
  width: 100%;
}
.post-password-form label input[type=password] {
  padding: 15px;
  border-radius: 30px;
  border: 1px solid #000000;
  width: 100%;
}
.post-password-form input[type=submit] {
  padding: 9px 25px;
  border-radius: 30px;
  height: 40px !important;
}

.post-comments-container {
  clear: both;
}

.sticky {
  position: relative;
}

/* Text meant only for screen readers. */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #333333;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  color: #e8d2b8;
  text-decoration: none;
}

body {
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1.1px;
}

body.search-active {
  overflow: hidden;
  position: relative;
}

p {
  letter-spacing: 1.2px;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 60px;
}
@media (max-width: 1024.98px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 42px;
}
@media (max-width: 1024.98px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 30px;
}
@media (max-width: 1024.98px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 24px;
}
@media (max-width: 1024.98px) {
  h4 {
    font-size: 20px;
  }
}

ul:not([class]) {
  list-style: initial;
  padding-left: 20px;
}

ol:not([class]) {
  list-style: initial;
  padding-left: 20px;
}

figure img, .widget img {
  width: 100%;
  height: auto;
}

select {
  outline: none;
  margin-bottom: 0 !important;
}

.wp-block-cover__video-background {
  width: 100%;
}

.rsswidget img {
  width: auto;
}

p img {
  width: 100%;
  height: auto;
}

.post-password-form input[type=submit] {
  border: 0;
}

iframe {
  width: 100%;
}

body.relative-header .wp-block-latest-comments__comment-meta {
  margin-left: 52px;
}

.custom-pricing .time {
  padding: 10px 20px;
  background-color: #393B3A;
  color: #ffffff;
  border-radius: 50px;
}

body {
  padding-top: 146px;
}
@media (max-width: 766.98px) {
  body {
    padding-top: 241px;
  }
}
@media (max-width: 575.98px) {
  body {
    padding-top: 276px;
  }
}
body.logged-in .op-header {
  top: 32px;
}
@media (max-width: 767.98px) {
  body.logged-in .op-header {
    top: 46px;
  }
}
body.logged-in .op-header.style-8.sticky-header .bottom-header {
  top: 32px;
}
@media (max-width: 767.98px) {
  body.logged-in .op-header.style-8.sticky-header .bottom-header {
    top: 46px;
  }
}

.op-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
}
.op-header.style-8.sticky-header .top-header {
  display: none;
}
.op-header.style-8.sticky-header .bottom-header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  animation-name: slideInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.op-header.style-8 .top-header {
  background-color: #e8d2b8;
  padding: 15px 0;
}
.op-header.style-8 .top-header .contact-info li {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4285;
}
.op-header.style-8 .top-header .contact-info li a {
  color: #ffffff;
}
.op-header.style-8 .top-header .contact-info li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.op-header.style-8 .top-header .contact-info li i {
  margin-right: 16px;
}
.op-header.style-8 .top-header .contact-info li.address {
  margin-left: 25px;
}
.op-header.style-8 .top-header .header-social-icons li {
  display: inline-block;
}
.op-header.style-8 .top-header .header-social-icons li i {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  margin-left: 25px;
}
.op-header.style-8 .top-header .header-social-icons li i:hover {
  color: #6a6560;
}
.op-header.style-8 .bottom-header {
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .op-header.style-8 .bottom-header {
    padding-bottom: 30px;
  }
}
.op-header.style-8 .bottom-header .btn-full-width-wrapper {
  display: none;
}
.op-header.style-8 .bottom-header .header-search-wrapper.active .header-search-form {
  display: block;
}
.op-header.style-8 .bottom-header .header-search-wrapper form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 50%);
  transform: translate(-50%, -50%);
}
.op-header.style-8 .bottom-header .header-search-wrapper form::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
}
.op-header.style-8 .bottom-header .header-search-wrapper form::before:hover {
  color: rgba(255, 255, 255, 0.3);
}
.op-header.style-8 .bottom-header .header-search-wrapper form input#searchsubmit {
  width: auto;
  height: auto;
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 0;
  padding: 0;
  border: 0;
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form {
  background: #A98EEDF7;
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2082797;
  display: none;
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form .cross-icon {
  position: relative;
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form .cross-icon::before {
  position: absolute;
  content: "";
  top: 50px;
  right: 50px;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form .cross-icon:hover::before {
  color: #FFFFFF4D;
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form.active {
  display: none;
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form input {
  outline: none;
  padding: 30px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #FFFFFF4D;
  font-size: 42px;
  line-height: 1.2619;
  font-weight: 700;
  color: #ffffff;
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form input:focus {
  border-color: #ffffff;
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form input::placeholder {
  font-size: 42px;
  line-height: 1.2619;
  font-weight: 700;
  color: #ffffff;
}
.op-header.style-8 .bottom-header .header-search {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .op-header.style-8 .bottom-header .header-search {
    margin-right: 0;
  }
}
.op-header.style-8 .bottom-header .header-search::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  color: #193139;
  transition: all 0.3s;
}
.op-header.style-8 .bottom-header .header-search:hover::before {
  color: #929ead;
}
.op-header.style-8 .navigation-menu-container ul {
  display: flex;
  list-style: none;
}
.op-header.style-8 .navigation-menu-container ul > li {
  margin-right: 30px;
  position: relative;
  padding: 34px 0;
}
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .op-header.style-8 .navigation-menu-container ul > li {
    margin-right: 20px;
  }
}
.op-header.style-8 .navigation-menu-container ul > li.current-menu-item > a, .op-header.style-8 .navigation-menu-container ul > li.current_page_item > a {
  color: #333333;
}
.op-header.style-8 .navigation-menu-container ul > li.current-menu-item > a::before, .op-header.style-8 .navigation-menu-container ul > li.current_page_item > a::before {
  width: 100%;
}
.op-header.style-8 .navigation-menu-container ul > li > a {
  font-size: 16px;
  line-height: 1.3125;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s;
  position: relative;
  white-space: nowrap;
  letter-spacing: 1.2px;
}
.op-header.style-8 .navigation-menu-container ul > li > a:hover {
  color: #e8d2b8;
}
.op-header.style-8 .navigation-menu-container ul > li > a:hover::before {
  width: 100%;
}
.op-header.style-8 .navigation-menu-container ul > li > a::before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  right: 0;
  background: linear-gradient(110deg, #41d4d4 0%, #a88eed 100%);
  width: 0%;
  height: 2px;
  border-radius: 2px;
  transition: all 0.3s;
  display: none;
}
.op-header.style-8 .navigation-menu-container ul > li:hover .sub-menu, .op-header.style-8 .navigation-menu-container ul > li:hover .children {
  display: block;
  visibility: visible;
  opacity: 1;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu, .op-header.style-8 .navigation-menu-container ul > li .children {
  position: absolute;
  top: 100%;
  left: 0;
  width: 270px;
  border-radius: 4px;
  background-color: #fff;
  z-index: 98080;
  display: block;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #d8dede;
  padding: 40px 35px;
  transition: all 0.3s;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li, .op-header.style-8 .navigation-menu-container ul > li .children li {
  padding: 15px 0;
  position: relative;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li .sub-menu, .op-header.style-8 .navigation-menu-container ul > li .sub-menu li .children, .op-header.style-8 .navigation-menu-container ul > li .children li .sub-menu, .op-header.style-8 .navigation-menu-container ul > li .children li .children {
  position: absolute;
  top: 20px;
  left: 232px;
  display: block;
  visibility: hidden;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li:hover .sub-menu, .op-header.style-8 .navigation-menu-container ul > li .sub-menu li:hover .children, .op-header.style-8 .navigation-menu-container ul > li .children li:hover .sub-menu, .op-header.style-8 .navigation-menu-container ul > li .children li:hover .children {
  display: block;
  visibility: visible;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li:first-child, .op-header.style-8 .navigation-menu-container ul > li .children li:first-child {
  padding-top: 0;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li:last-child, .op-header.style-8 .navigation-menu-container ul > li .children li:last-child {
  padding-bottom: 0;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li:not(:last-child), .op-header.style-8 .navigation-menu-container ul > li .children li:not(:last-child) {
  border-bottom: 1px solid #d8dede;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li a, .op-header.style-8 .navigation-menu-container ul > li .children li a {
  font-size: 15px;
  line-height: 1.3125;
  font-weight: 400;
  color: #333333;
  transition: all 0.3s;
  width: 100%;
  display: inline-block;
  text-transform: capitalize;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li a::before, .op-header.style-8 .navigation-menu-container ul > li .children li a::before {
  display: none;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li a:hover, .op-header.style-8 .navigation-menu-container ul > li .children li a:hover {
  color: #e8d2b8;
}
.op-header.style-8 .navigation-menu-container ul li .sub-menu li.current-menu-item > a, .op-header.style-8 .navigation-menu-container ul li .sub-menu li.current_page_item > a, .op-header.style-8 .navigation-menu-container ul li .children li.current-menu-item > a, .op-header.style-8 .navigation-menu-container ul li .children li.current_page_item > a {
  color: #e8d2b8;
}
.op-header.style-8 .navigation-menu-container ul li .sub-menu li.current-menu-ancestor > a, .op-header.style-8 .navigation-menu-container ul li .sub-menu li.current_page_parent > a, .op-header.style-8 .navigation-menu-container ul li .children li.current-menu-ancestor > a, .op-header.style-8 .navigation-menu-container ul li .children li.current_page_parent > a {
  color: #e8d2b8;
}
.op-header.style-8 .navigation-menu-container ul li.current-menu-ancestor a, .op-header.style-8 .navigation-menu-container ul li.current_page_ancestor a {
  color: #e8d2b8;
}
.op-header.style-8 .navigation-menu-container ul li.current-menu-ancestor a::before, .op-header.style-8 .navigation-menu-container ul li.current_page_ancestor a::before {
  width: 100%;
}

.header-search-wrapper.active .header-search-form {
  display: block;
}
.header-search-wrapper form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 50%);
  transform: translate(-50%, -50%);
}
.header-search-wrapper form::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
}
.header-search-wrapper form::before:hover {
  color: rgba(255, 255, 255, 0.3);
}
.header-search-wrapper form input#searchsubmit {
  width: auto;
  height: auto;
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 0;
  padding: 0;
  border: 0;
}
.header-search-wrapper .header-search-form {
  background: #A98EEDF7;
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2082797;
  display: none;
}
.header-search-wrapper .header-search-form .cross-icon {
  position: relative;
}
.header-search-wrapper .header-search-form .cross-icon::before {
  position: absolute;
  content: "";
  top: 50px;
  right: 50px;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.header-search-wrapper .header-search-form .cross-icon:hover::before {
  color: #FFFFFF4D;
}
.header-search-wrapper .header-search-form.active {
  display: none;
}
.header-search-wrapper .header-search-form input {
  outline: none;
  padding: 30px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #FFFFFF4D;
  font-size: 42px;
  line-height: 1.2619;
  font-weight: 700;
  color: #ffffff;
}
.header-search-wrapper .header-search-form input:focus {
  border-color: #ffffff;
}
.header-search-wrapper .header-search-form input::placeholder {
  font-size: 42px;
  line-height: 1.2619;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 1023.98px) {
  .op-header.style-8 .bottom-header .logo-wrapper {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .op-header.style-8 .bottom-header .menu-wrapper {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .op-header.style-8 .bottom-header .navigation {
    display: none;
  }
  .op-header.style-8 .bottom-header .navigation-mobile-btn {
    width: 40px;
    height: 40px;
    background: transparent;
    outline: none;
    border: 0;
    border: 1px solid #E1E5E9;
    border-radius: 3px;
    padding: 14px;
    position: relative;
  }
  .op-header.style-8 .bottom-header .navigation-mobile-btn.active::before {
    display: none;
  }
  .op-header.style-8 .bottom-header .navigation-mobile-btn.active::after {
    display: block;
  }
  .op-header.style-8 .bottom-header .navigation-mobile-btn::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 600;
    color: #193139;
  }
  .op-header.style-8 .bottom-header .navigation-mobile-btn::after {
    position: absolute;
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 600;
    color: #193139;
    display: none;
  }
  .op-header.style-8 .bottom-header .header-search-wrapper .header-search::before {
    border: 1px solid #E1E5E9;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    padding: 6px;
  }
}
@media (max-width: 767.98px) {
  .op-header.style-8 .bottom-header .btn-full-width-wrapper {
    display: block;
  }
  .op-header.style-8 .bottom-header .btn-full-width-wrapper a {
    display: block;
    text-align: center;
  }
  .op-header.style-8 .bottom-header .btn-right-wrapper {
    display: none;
  }
}
.mobile-menu-container.hide {
  display: none;
}

@media (max-width: 1023.98px) {
  .mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #272c49;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0.3;
    z-index: 9999;
  }
  .mobile-overlay.hide {
    opacity: 0;
    z-index: -100;
  }

  .mobile-menu-container {
    background: #ffffff;
    position: fixed;
    height: 100%;
    left: 0px;
    top: 0;
    z-index: 999999;
    min-width: 320px;
    padding: 20px 20px 40px 40px;
    transition: all 0.25s ease-in;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
  }
  .mobile-menu-container ul {
    list-style: none;
  }
  .mobile-menu-container .parent-menu-items {
    overflow-x: auto;
    height: 80vh;
  }
  .mobile-menu-container .close-btn {
    text-align: right;
  }
  .mobile-menu-container .close-btn a {
    font-weight: 400;
    line-height: 1;
    font-size: 16px;
    color: #E1E5E9;
    transition: all 0.3s;
  }
  .mobile-menu-container .close-btn a:hover {
    color: #e8d2b8;
  }
  .mobile-menu-container .navigation-menu-container {
    margin-top: calc( 45px / 2 );
    padding-top: calc( 45px / 2 );
  }
  .mobile-menu-container .navigation-menu-container ul li {
    padding-top: 25px;
  }
  .mobile-menu-container .navigation-menu-container ul li.menu-item-has-children, .mobile-menu-container .navigation-menu-container ul li.page_item_has_children {
    position: relative;
  }
  .mobile-menu-container .navigation-menu-container ul li.menu-item-has-children::before, .mobile-menu-container .navigation-menu-container ul li.page_item_has_children::before {
    position: absolute;
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    top: 50%;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 600;
    color: #193139;
    z-index: 320;
    display: none;
  }
  .mobile-menu-container .navigation-menu-container ul li > a {
    border-bottom: 1px solid #e6e9ef;
  }
  .mobile-menu-container .navigation-menu-container ul li a {
    font-size: 16px;
    line-height: 1.3125;
    font-weight: 500;
    color: #333333;
    text-transform: capitalize;
    transition: all 0.3s;
    position: relative;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
  }
  .mobile-menu-container .navigation-menu-container ul li a:hover {
    color: #e8d2b8;
  }
  .mobile-menu-container .navigation-menu-container ul li.current-menu-item a {
    color: #e8d2b8;
  }
  .mobile-menu-container .navigation-menu-container ul li .sub-menu, .mobile-menu-container .navigation-menu-container ul li .children {
    display: none;
  }
  .mobile-menu-container .navigation-menu-container ul li .sub-menu li a, .mobile-menu-container .navigation-menu-container ul li .children li a {
    padding-left: 20px;
  }
  .mobile-menu-container .navigation-menu-container ul li .sub-menu li .sub-menu li a, .mobile-menu-container .navigation-menu-container ul li .sub-menu li .children li a, .mobile-menu-container .navigation-menu-container ul li .children li .sub-menu li a, .mobile-menu-container .navigation-menu-container ul li .children li .children li a {
    padding-left: 40px;
  }
  .mobile-menu-container .navigation-menu-container ul li .sub-menu li.current-menu-item > a, .mobile-menu-container .navigation-menu-container ul li .sub-menu li.current_page_item > a, .mobile-menu-container .navigation-menu-container ul li .children li.current-menu-item > a, .mobile-menu-container .navigation-menu-container ul li .children li.current_page_item > a {
    color: #193139;
  }
  .mobile-menu-container .navigation-menu-container ul li .sub-menu li.current-menu-ancestor > a, .mobile-menu-container .navigation-menu-container ul li .sub-menu li.current_page_ancestor > a, .mobile-menu-container .navigation-menu-container ul li .children li.current-menu-ancestor > a, .mobile-menu-container .navigation-menu-container ul li .children li.current_page_ancestor > a {
    color: #193139;
  }
  .mobile-menu-container .navigation-menu-container ul li.current-menu-ancestor > a, .mobile-menu-container .navigation-menu-container ul li.current_page_ancestor > a {
    color: #193139;
  }
  .mobile-menu-container .navigation-menu-container ul li.current-menu-ancestor > a::before, .mobile-menu-container .navigation-menu-container ul li.current_page_ancestor > a::before {
    width: 100%;
  }
  .mobile-menu-container .navigation-menu-container ul li.menu-item-has-children.active > .sub-menu, .mobile-menu-container .navigation-menu-container ul li.menu-item-has-children.active > .children, .mobile-menu-container .navigation-menu-container ul li.page_item_has_children.active > .sub-menu, .mobile-menu-container .navigation-menu-container ul li.page_item_has_children.active > .children {
    display: block;
  }
}
.home .op-page-header-wrapper {
  display: none !important;
}

.op-page-header-wrapper.style-09 h1 {
  color: #ffffff;
}
.op-page-header-wrapper.style-09.default-style {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.op-page-header-wrapper.style-09.default-style:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.op-page-header-wrapper.style-09.default-style .breadcrumbs .widget .breadcrumbs {
  margin-top: 10px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  line-height: 1.625;
}
.op-page-header-wrapper.style-09.default-style .breadcrumbs .widget .breadcrumbs span:first-child a {
  padding-left: 0;
}
.op-page-header-wrapper.style-09.default-style .breadcrumbs .widget .breadcrumbs span a {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  line-height: 1.625;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.25s ease-in-out;
  padding: 0 8px;
}
.op-page-header-wrapper.style-09.default-style .breadcrumbs .widget .breadcrumbs span a:hover {
  color: #e8d2b8;
}
.op-page-header-wrapper.style-09.default-style .breadcrumbs .widget .breadcrumbs span.current-item {
  margin-left: 14px;
  color: #ffffff;
}

.relative-header .op-page-header-wrapper.style-09.default-style {
  margin-top: 0;
}

@media (max-width: 575.98px) {
  .op-page-header-wrapper h1 {
    font-size: 36px;
  }
}
.op-button.style-1 {
  padding: 20px 42px 20px;
  border: 2px solid #e8d2b8;
  background-color: #e8d2b8;
  color: #393B3A;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  white-space: nowrap;
  transition: all 0.6s;
  border-radius: 5px;
  text-align: center;
}
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .op-button.style-1 {
    padding: 20px;
  }
}
.op-button.style-1:hover {
  background-color: #393B3A;
  border-color: #393B3A;
  color: #ffffff;
}
.op-button.style-1.op-primary-btn {
  border: 2px solid #393B3A;
  background-color: #393B3A;
  color: #ffffff;
}
.op-button.style-1.op-primary-btn:hover {
  border: 2px solid #e8d2b8;
  background-color: #e8d2b8;
  color: #393B3A;
}
.op-button.style-1.op-primary-btn.white-btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #393B3A;
}
.op-button.style-1.op-secondary-btn {
  border: 2px solid #e8d2b8;
  background-color: #e8d2b8;
  color: #393B3A;
}
.op-button.style-1.op-secondary-btn:hover {
  background-color: #393B3A;
  border-color: #393B3A;
  color: #ffffff;
}
.op-button.style-1.op-secondary-btn.white-btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #e8d2b8;
}

.op-section-slider.style-3 .dots-container {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  bottom: 0;
  transform: translateY(-50%);
}
.op-section-slider.style-3 .dots-container .slick-dots {
  justify-content: flex-start;
  padding: 0;
}
.op-section-slider.style-3 .dots-container .slick-dots li button::before {
  background: #ffffff;
}
.op-section-slider.style-3 .dots-container .slick-dots li.slick-active button::before {
  background: #393B3A;
}
.op-section-slider.style-3 .dots-container .slick-dots li.slick-active button::after {
  background: #393B3A;
}
.op-section-slider.style-3 .dots-container ul {
  display: flex;
}
.op-section-slider.style-3 .arrows-container {
  position: absolute;
  right: 0;
  width: 100%;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
}
@media (max-width: 767.98px) {
  .op-section-slider.style-3 .arrows-container {
    bottom: 0;
    top: auto;
    text-align: center;
    justify-content: center;
  }
}
.op-section-slider.style-3 .arrows-container .slick-arrow {
  background: none;
  border: none;
  color: #fff;
  font-size: 0;
  width: 70px;
  height: 70px;
  position: relative;
}
@media (max-width: 767.98px) {
  .op-section-slider.style-3 .arrows-container .slick-arrow {
    margin: 0 10px;
  }
}
.op-section-slider.style-3 .arrows-container .slick-arrow:focus {
  outline: none;
}
.op-section-slider.style-3 .arrows-container .slick-arrow:hover::before {
  background-color: #393B3A;
}
.op-section-slider.style-3 .arrows-container .slick-arrow::before {
  content: "";
  background-image: url(../images/chevron-left.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: 25px !important;
  background-position: center;
  background-color: #e8d2b8;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.op-section-slider.style-3 .arrows-container .slick-arrow.slick-next::before {
  background-image: url(../images/chevron-right.svg);
}
.op-section-slider.style-3 .op-slider-item {
  position: relative;
  overflow: hidden;
}
.op-section-slider.style-3 .op-slider-item.animate-slide-item .banner-background-image {
  transform: scale(1.07);
}
.op-section-slider.style-3 .op-slider-item.animate-slide-item .banner-caption .primary-overlay,
.op-section-slider.style-3 .op-slider-item.animate-slide-item .banner-caption .banner-image-right {
  transform: translateX(0);
  opacity: 1;
}
.op-section-slider.style-3 .op-slider-item.animate-slide-item .banner-caption p, .op-section-slider.style-3 .op-slider-item.animate-slide-item .banner-caption h1, .op-section-slider.style-3 .op-slider-item.animate-slide-item .banner-caption .banner-btns {
  opacity: 1;
  transform: translateY(0);
}
.op-section-slider.style-3 .op-slider-item .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(6, 37, 57, 0.5);
  z-index: 2;
}
.op-section-slider.style-3 .op-slider-item .banner-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}
.op-section-slider.style-3 .op-slider-item .banner-caption {
  padding-top: 225px;
  padding-bottom: 225px;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 3;
}
.op-section-slider.style-3 .op-slider-item .banner-caption p {
  font-size: 18px;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  margin-bottom: 30px;
}
.op-section-slider.style-3 .op-slider-item .banner-caption h1 {
  color: #fff;
  font-size: 80px;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-bottom: 18px;
}
@media (max-width: 1024.98px) {
  .op-section-slider.style-3 .op-slider-item .banner-caption h1 {
    font-size: 50px;
  }
}
.op-section-slider.style-3 .op-slider-item .banner-caption .banner-btns {
  display: flex;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(20px);
  justify-content: center;
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
}
@media (max-width: 767.98px) {
  .op-section-slider.style-3 .op-slider-item .banner-caption .banner-btns {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .op-section-slider.style-3 .op-slider-item .banner-caption .banner-btns a:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 766.98px) {
  .op-section-slider.style-3 .op-slider-item .banner-caption .banner-btns a + a {
    margin-top: 20px;
  }
}

.op-section-blog {
  padding: 100px 0;
  background-color: #ffffff;
}
.op-section-blog ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.op-section-blog h1, .op-section-blog h2, .op-section-blog h3, .op-section-blog h4, .op-section-blog h5, .op-section-blog h6, .op-section-blog p {
  margin: 0;
}
.op-section-blog.white-bg {
  background-color: #ffffff;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 {
  margin-bottom: 50px;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .blog-image a {
  display: inline-block;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .blog-image span.admin {
  font-weight: 700;
  padding: 10px 15px;
  letter-spacing: 1px;
  font-size: 14px;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  margin: auto;
  text-transform: capitalize;
  font-family: "Mulish", sans-serif;
  line-height: 1.857;
  background-color: #393B3A;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .blog-image span.admin i {
  margin-right: 8px;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .blog-image span.admin a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .main-blog-content {
  padding: 30px;
  background-color: #eef2f6;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .main-blog-content h2.blog-heading {
  font-size: 32px;
  line-height: 1.187;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  color: #333333;
  text-transform: capitalize;
  word-break: break-word;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .main-blog-content h2.blog-heading a {
  font-size: 32px;
  line-height: 1.187;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  word-break: break-word;
  color: #333333;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .main-blog-content h2.blog-heading a:hover {
  color: #6a6560;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .main-blog-content p {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  margin-bottom: 25px;
  color: #333333;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .main-blog-content ul.blog-posted {
  border-top: 1px solid #a19d98;
  padding-top: 21px;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .main-blog-content ul.blog-posted li {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.428;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  color: #333333;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .main-blog-content ul.blog-posted li a {
  color: #333333;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  text-transform: capitalize;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .main-blog-content ul.blog-posted li a:hover {
  color: #e8d2b8;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .main-blog-content ul.blog-posted li:not(:last-child) {
  margin-right: 15px;
}
.op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .main-blog-content ul.blog-posted li i {
  margin-right: 8px;
  color: #393B3A;
}
.op-section-blog.white-bg .op-blog-list .navigation {
  justify-content: center;
}
.op-section-blog.white-bg .op-blog-list .navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.op-section-blog.white-bg .op-blog-list .navigation .nav-links a, .op-section-blog.white-bg .op-blog-list .navigation .nav-links span {
  margin-bottom: 10px;
  text-align: center;
  background: #393B3A;
  color: #ffffff;
  width: 60px;
  height: 40px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  transition: all 0.25s ease-in-out;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 1.625;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.op-section-blog.white-bg .op-blog-list .navigation .nav-links a:last-child, .op-section-blog.white-bg .op-blog-list .navigation .nav-links span:last-child {
  margin-right: 0;
}
.op-section-blog.white-bg .op-blog-list .navigation .nav-links a:hover {
  background-color: #e8d2b8;
  color: #393B3A;
}
.op-section-blog.white-bg .op-blog-list .navigation .nav-links .current {
  background-color: #e8d2b8;
  color: #393B3A;
}
.op-section-blog .sidebar-container .sidebar {
  margin-bottom: 100px;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget {
  padding: 25px 30px 30px;
  border: 0;
  background-color: #eef2f6;
  margin-bottom: 30px;
  overflow: hidden;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget ol, .op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget ol li ul, .op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget ol li ol, .op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget ul li ul, .op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget ul li ol {
  padding-left: 20px;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget h2 {
  margin-bottom: 30px;
  color: #393B3A;
  font-size: 24px;
  line-height: 1.416;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget h2:after {
  content: "";
  position: absolute;
  width: 150%;
  left: -40px;
  height: 1px;
  bottom: -1px;
  background-color: #393B3A;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget .wp-block-group {
  margin-bottom: 0;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget form {
  margin-bottom: 0;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget form label {
  display: none;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget form .wp-block-search__inside-wrapper {
  margin-bottom: 0;
  position: relative;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget form .wp-block-search__inside-wrapper input[type=search] {
  background-color: #f8f8f8;
  margin: 0;
  padding: 20px 0px 20px 20px;
  font-size: 13px;
  width: 100%;
  height: 55px;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: 600;
  border: 1px solid #393B3A;
  outline: none;
  text-transform: none;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget form .wp-block-search__inside-wrapper input[type=search]::placeholder {
  text-transform: capitalize;
  font-size: 16px;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget form .wp-block-search__inside-wrapper button {
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  margin: 0;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #393B3A;
  border: 1px solid #393B3A;
  outline: none;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget form .wp-block-search__inside-wrapper button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget ul > li.cat-item a {
  text-transform: capitalize;
  padding: 15px 0 15px 30px;
  position: relative;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget ul > li.cat-item a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: auto;
  margin: auto;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  color: #e8d2b8;
  transition: all 0.25s ease-in-out;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget ul > li.cat-item a:hover::before {
  color: #393B3A;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget a {
  display: inline-block;
  line-height: 1.25;
  transition: all 0.25s ease-in-out;
  font-weight: 600;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  color: #393B3A;
  text-decoration: none;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget a:hover {
  color: #6a6560;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget .wp-block-tag-cloud a {
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 18px;
  line-height: 2.5;
  margin: 5px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  background-color: #ffffff;
  transition: all 0.25s ease-in-out;
  color: #393B3A;
  text-transform: capitalize;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget .wp-block-tag-cloud a:hover {
  background-color: #6a6560;
  color: #ffffff;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget .wp-block-latest-posts li a {
  font-size: 16px;
  text-transform: capitalize;
}
.op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget .wp-block-latest-posts > li:not(:last-child) a {
  padding-bottom: 15px;
}

@media (max-width: 575.98px) {
  .op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .main-blog-content .blog-content .blog-text h2.blog-heading {
    font-size: 26px;
  }
  .op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .main-blog-content .blog-content .blog-text h2.blog-heading a {
    font-size: 26px;
  }

  .op-section-blog.white-bg .op-blog-list .op-blog-style-09 .op-sub-blogs .main-blog-content {
    padding: 20px;
  }

  .op-section-blog .sidebar-container .sidebar .op-blog-sidebar-09 .list-style .widget {
    padding: 20px;
  }

  .op-section-blog.white-bg .op-blog-list .navigation .nav-links a, .op-section-blog.white-bg .op-blog-list .navigation .nav-links span {
    margin-right: 4px;
  }
  .op-section-blog.white-bg .op-blog-list .navigation .nav-links a:last-child, .op-section-blog.white-bg .op-blog-list .navigation .nav-links span:last-child {
    margin-right: 0;
  }
}
.op-blog-style-8 {
  margin-bottom: 60px;
}
.op-blog-style-8 .main-blog-content .blog-content .post-content {
  border-bottom: 1px solid #e6e9ef;
  padding-bottom: 15px;
}
.op-blog-style-8 .main-blog-content .blog-content .blog-posted {
  margin-top: 24px;
  flex-wrap: wrap;
}
.op-blog-style-8 .main-blog-content .blog-content .readmore-btn {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #000000;
  transition: all 0.3s;
  position: relative;
}
.op-blog-style-8 .main-blog-content .blog-content .readmore-btn::before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  right: 0;
  background-color: #000000;
  width: 20%;
  height: 2px;
  border-radius: 2px;
  transition: all 0.3s;
}
.op-blog-style-8 .main-blog-content .blog-content .readmore-btn:hover {
  color: #e8d2b8;
}
.op-blog-style-8 .main-blog-content .blog-content .readmore-btn:hover::before {
  width: 100%;
  background: linear-gradient(110deg, #41d4d4 0%, #a88eed 100%);
}
.op-blog-style-8 .main-blog-content .blog-content ul.blog-posted li {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #333333;
  margin-bottom: 9px;
  margin-right: 20px;
}
.op-blog-style-8 .main-blog-content .blog-content ul.blog-posted li a {
  color: #333333;
  transition: all 0.3s;
}
.op-blog-style-8 .main-blog-content .blog-content ul.blog-posted li a:hover {
  color: #393B3A;
}
.op-blog-style-8 .main-blog-content .blog-content i {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #e8d2b8;
  margin-right: 10px;
}
.op-blog-style-8 .main-blog-content .blog-content .blog-heading {
  margin: 0px 0 20px 0;
  word-break: break-all;
}
.op-blog-style-8 .main-blog-content .blog-content .blog-heading a {
  font-size: 36px;
  line-height: 1.3055;
  font-weight: 500;
  color: #000000;
  transition: all 0.5s;
  position: relative;
}
.op-blog-style-8 .main-blog-content .blog-content .blog-heading a:hover {
  color: #e8d2b8;
}
.op-blog-style-8 .main-blog-content .blog-content .blog-heading a::before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  right: 0;
  background: linear-gradient(110deg, #41d4d4 0%, #a88eed 100%);
  width: 0%;
  height: 2px;
  border-radius: 2px;
  transition: all 0.3s;
}
.op-blog-style-8 .main-blog-content .blog-content .blog-heading a:hover::before {
  width: 100%;
}
.op-blog-style-8 .main-blog-content .tag-cat-wrapper a {
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 12px !important;
  line-height: 2.6666;
  color: #ffffff;
  font-weight: 700;
  background: #393B3A;
  transition: all 0.3s;
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 9px;
  margin-right: 6px;
  display: inline-block;
}
.op-blog-style-8 .main-blog-content .tag-cat-wrapper a:hover {
  background: #e8d2b8;
  color: #393B3A;
}
.op-blog-style-8 .main-blog-content .tag-cat-wrapper .tags-container li {
  display: inline-block;
}
.op-blog-style-8 .main-blog-content .tag-cat-wrapper span {
  font-size: 16px;
  line-height: 2.125;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.op-blog-style-8 .single-blog-content .nav-links .nav-previous a {
  font-size: 0;
  position: relative;
}
.op-blog-style-8 .single-blog-content .nav-links .nav-previous a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  color: #193139;
  transition: all 0.3s;
  display: none;
}
.op-blog-style-8 .single-blog-content .nav-links .nav-previous a:hover::before {
  color: #ffffff;
}
.op-blog-style-8 .single-blog-content .nav-links .nav-next a {
  font-size: 0;
  position: relative;
}
.op-blog-style-8 .single-blog-content .nav-links .nav-next a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  color: #193139;
  transition: all 0.3s;
  display: none;
}
.op-blog-style-8 .single-blog-content .nav-links .nav-next a:hover::before {
  color: #ffffff;
}
.op-blog-style-8 .single-blog-content .nav-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid #e6e9ef;
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: #193139;
  margin-right: 10px;
  transition: all 0.3s;
}
.op-blog-style-8 .single-blog-content .nav-links a:hover {
  color: #ffffff;
  background: #e8d2b8;
  border-color: #e8d2b8;
}

.post-comments-container h3.comments-title {
  font-size: 30px;
  line-height: 1.2;
  color: #000000;
  font-weight: 800;
  margin-bottom: 51px;
}
.post-comments-container .comment-list li .comment-body {
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid #e6e9ef;
}
.post-comments-container .comment-list li ul {
  padding-left: 50px;
}
.post-comments-container .comment-list .comment-body {
  position: relative;
  padding-left: 100px;
}
.post-comments-container .comment-list .comment-body .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
}
.post-comments-container .comment-list .comment-body .comment-author a {
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  font-weight: 800;
}
.post-comments-container .comment-list .comment-body .comment-author span.says {
  display: none;
}
.post-comments-container .comment-list .comment-body time {
  font-size: 14px;
  line-height: 1.875;
  color: #000000;
  font-weight: 700;
  transition: all 0.3s;
}
.post-comments-container .comment-list .comment-body time:hover {
  color: #e8d2b8;
}
.post-comments-container .comment-list .comment-body .edit-link {
  display: none;
}
.post-comments-container .comment-list .comment-body .reply {
  position: absolute;
  top: 0;
  right: 0px;
}
.post-comments-container .comment-list .comment-body .reply a {
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 2.6666;
  color: #ffffff;
  font-weight: 700;
  background: #393B3A;
  transition: all 0.3s;
  white-space: nowrap;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
}
.post-comments-container .comment-list .comment-body .reply a:hover {
  background: #e8d2b8;
}

.post-comments-container .comment-respond {
  margin: 65px 0;
}
.post-comments-container .comment-respond h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
  color: #000000;
  font-weight: 800;
}
.post-comments-container .comment-respond .comment-reply-title {
  display: flex;
  justify-content: space-between;
}
.post-comments-container .comment-respond .comment-reply-title small a {
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 2.6666;
  color: #ffffff;
  font-weight: 700;
  background: #393B3A;
  transition: all 0.3s;
  white-space: nowrap;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
}
.post-comments-container .comment-respond .comment-reply-title small a:hover {
  background-color: #e8d2b8;
}
.post-comments-container .comment-respond .logged-in-as a {
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  color: #333333;
  transition: all 0.3s;
}
.post-comments-container .comment-respond .logged-in-as a:hover {
  color: #e8d2b8;
}
.post-comments-container .comment-respond .comment-form label {
  display: none;
}
.post-comments-container .comment-respond .comment-form .comment-notes span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4667;
  color: #193139;
}
.post-comments-container .comment-respond .comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.post-comments-container .comment-respond .comment-form .comment-form-cookies-consent label {
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4667;
  color: #193139;
}
.post-comments-container .comment-respond .comment-form .comment-form-cookies-consent input {
  flex-basis: 15px;
  margin-bottom: 0 !important;
  margin-right: 15px;
}
.post-comments-container .comment-respond .comment-form p:not(:last-child) input {
  height: 70px;
  width: 100%;
  border: none;
  background: #f2f4f8;
  padding-left: 30px;
  padding-right: 60px;
  margin-bottom: 30px;
  border-radius: 0px;
  outline: none;
  font-size: 14px;
  color: #1b1a20;
  font-weight: 500;
  display: block;
}
.post-comments-container .comment-respond .comment-form p:not(:last-child) input::placeholder {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #726f84;
}
.post-comments-container .comment-respond .comment-form textarea {
  height: 140px;
  width: 100%;
  border: none;
  background: #f2f4f8;
  padding: 20px 30px 30px;
  margin-bottom: 30px;
  border-radius: 0px;
  outline: none;
  font-size: 14px;
  color: #1b1a20;
  font-weight: 500;
  resize: none;
  display: block;
}
.post-comments-container .comment-respond .comment-form .form-submit .submit {
  border-radius: 4px;
  background: #393B3A;
  font-size: 16px;
  font-weight: 700;
  padding: 24px 57px;
  transition: all 0.3s;
  border: 0;
  height: auto;
  width: auto;
  text-transform: uppercase;
  outline: none;
  color: #ffffff;
}
.post-comments-container .comment-respond .comment-form .form-submit .submit:hover {
  background: #e8d2b8;
  color: #393B3A;
}

@media (max-width: 1199.98px) {
  .op-section-blog .op-blog-sidebar-8 .widget {
    padding: 50px 22px;
  }
}
@media (max-width: 1023.98px) {
  .op-section-blog .op-blog-list {
    margin-bottom: 64px;
  }
  .op-section-blog .op-blog-sidebar-8 .widget {
    padding: 50px 45px;
  }
}
@media (max-width: 767.98px) {
  .op-blog-style-8 .main-blog-content .blog-content .blog-heading a {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .op-blog-style-8 .main-blog-content .blog-content .blog-heading a {
    font-size: 22px;
  }

  .post-comments-container .comment-list li ul {
    padding-left: 20px;
  }
  .post-comments-container .comment-list .comment-body .reply {
    bottom: 0;
    top: auto;
  }
  .post-comments-container .comment-respond .comment-form .form-submit .submit {
    font-size: 13px;
    padding: 8px 26px;
  }
  .post-comments-container .comment-respond .comment-form p.comment-form-cookies-consent input {
    flex-basis: 20px;
  }

  .op-section-blog .op-blog-sidebar-8 .widget {
    padding: 50px 22px;
  }
}
html {
  scroll-behavior: smooth;
}

.op-footer.style-09 p {
  margin-bottom: 0;
}
.op-footer.style-09 ul, .op-footer.style-09 ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.op-footer.style-09 ul li ul, .op-footer.style-09 ul li ol, .op-footer.style-09 ol li ul, .op-footer.style-09 ol li ol {
  padding-left: 20px;
}
.op-footer.style-09 h1, .op-footer.style-09 h2, .op-footer.style-09 h3, .op-footer.style-09 h4, .op-footer.style-09 h5, .op-footer.style-09 h6 {
  margin: 0;
}
.op-footer.style-09 .op-main-footer {
  background-color: #393B3A;
  overflow: hidden;
  z-index: -1;
  color: #ffffff;
}
.op-footer.style-09 .op-main-footer .main-footer .footer-widget-container {
  padding-top: 80px;
  padding-bottom: 70px;
}
.op-footer.style-09 .op-main-footer .main-footer .footer-widget-container:last-child:before {
  position: absolute;
  content: "";
  right: auto;
  top: 0;
  left: 0;
  width: 30vw;
  height: 100%;
  z-index: 0;
  background-color: #222741;
  display: none;
}
.op-footer.style-09 .op-main-footer .logo-wrapper {
  margin-bottom: 30px;
}
.op-footer.style-09 .op-main-footer .logo-wrapper a {
  max-width: 210px;
  height: auto;
}
.op-footer.style-09 .op-main-footer .widget.contact-widget h4 {
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
.op-footer.style-09 .op-main-footer .widget.footer-widget h3 {
  color: #393B3A;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}
.op-footer.style-09 .op-main-footer .widget.footer-widget.widget_text p {
  margin-bottom: 25px;
  color: #ffffff;
  line-height: 1.625;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.2px;
}
.op-footer.style-09 .op-main-footer .widget.footer-widget h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 60px;
  line-height: 1.416;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .op-footer.style-09 .op-main-footer .widget.footer-widget h4 {
    margin-bottom: 30px;
  }
}
.op-footer.style-09 .op-main-footer .widget.footer-widget ul li {
  border-bottom: 1px solid #e8d2b8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.op-footer.style-09 .op-main-footer .widget.footer-widget ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.25;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  letter-spacing: 1.2px;
}
.op-footer.style-09 .op-main-footer .widget.footer-widget ul li a:hover {
  color: #e8d2b8;
}
.op-footer.style-09 .op-main-footer .widget.footer-widget form.mc4wp-form::before {
  display: none;
}
.op-footer.style-09 .op-main-footer .widget.footer-widget form .newsletter-form {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.op-footer.style-09 .op-main-footer .widget.footer-widget form .newsletter-form input[type=email] {
  color: #ffffff;
  background: transparent;
  border: none;
  height: 55px;
  padding: 0;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  outline: none;
}
.op-footer.style-09 .op-main-footer .widget.footer-widget form .newsletter-form input[type=email]::placeholder {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.op-footer.style-09 .op-main-footer .widget.footer-widget form .newsletter-form input[type=submit] {
  font-size: 0;
  margin: 0;
  border: 0;
  background: none;
  padding: 0;
  width: 20px;
  height: 27px;
}
.op-footer.style-09 .op-main-footer .widget.footer-widget form .newsletter-form:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
}
.op-footer.style-09 .op-main-footer .contact-social-wrapper {
  position: relative;
  z-index: 1;
}
.op-footer.style-09 .op-main-footer .contact-social-wrapper .header-social-icons li {
  display: inline-block;
  margin-right: 22px;
}
.op-footer.style-09 .op-main-footer .contact-social-wrapper .header-social-icons li i {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  margin-left: 0;
}
.op-footer.style-09 .op-main-footer .contact-social-wrapper .header-social-icons li i:hover {
  color: #e8d2b8;
}
.op-footer.style-09 .op-main-footer .contact-social-wrapper .footer-contact-information ul li {
  font-weight: 400;
  color: #ffffff;
  line-height: 1.625;
  font-size: 16px;
  margin-top: 15px;
}
.op-footer.style-09 .op-main-footer .contact-social-wrapper .footer-contact-information ul li .single-contact-wrapper i {
  line-height: 1.625;
  font-size: 16px;
  color: #ffffff;
}
.op-footer.style-09 .op-main-footer .contact-social-wrapper .footer-contact-information ul li .single-contact-wrapper .single-contact {
  padding-left: 18px;
}
.op-footer.style-09 .op-main-footer .contact-social-wrapper .footer-contact-information ul li .single-contact-wrapper .single-contact .contact-label {
  font-weight: 400;
  color: #ffffff;
  line-height: 1.625;
  font-size: 16px;
  text-transform: capitalize;
}
.op-footer.style-09 .op-main-footer .contact-social-wrapper .footer-contact-information ul li .single-contact-wrapper .single-contact .contact-value a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.285;
  color: #ffffff;
  text-decoration: none;
}
.op-footer.style-09 .op-main-footer .contact-social-wrapper .social-icons {
  margin-top: 40px;
}
.op-footer.style-09 .op-main-footer .contact-social-wrapper .social-icons li {
  display: inline-block;
}
.op-footer.style-09 .op-main-footer .contact-social-wrapper .social-icons li > a {
  margin-right: 10px;
  text-align: center;
  width: 40px;
  line-height: 2.5;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  color: white;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  font-size: 16px;
  font-weight: 400;
}
.op-footer.style-09 .op-main-footer .contact-social-wrapper .social-icons li > a:hover {
  color: #ffffff;
  background-color: #393B3A;
}
.op-footer.style-09 .op-main-footer .contact-info li {
  border-bottom: 1px solid #e8d2b8;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  letter-spacing: 1.2px;
}
.op-footer.style-09 .op-main-footer .contact-info li a {
  color: #ffffff;
}
.op-footer.style-09 .copyrights-wrapper {
  overflow: hidden;
  background-color: #6a6560;
}
.op-footer.style-09 .copyrights-wrapper .main-scroll:before {
  position: absolute;
  content: "";
  right: auto;
  left: 0;
  width: 180vw;
  height: 100%;
  z-index: -1;
  background-color: #393B3A;
  display: none;
}
.op-footer.style-09 .copyrights-wrapper .main-copyrights {
  border-right: 1px solid #e8d2b8;
}
@media (max-width: 767.98px) {
  .op-footer.style-09 .copyrights-wrapper .main-copyrights {
    border-right: none;
  }
}
.op-footer.style-09 .copyrights-wrapper .main-copyrights:before {
  position: absolute;
  content: "";
  right: 0;
  left: auto;
  width: 180vw;
  height: 100%;
  z-index: -1;
  background-color: #222741;
}
.op-footer.style-09 .copyrights-wrapper .copy-right-text {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.625;
  letter-spacing: 1.2px;
}
@media (max-width: 767.98px) {
  .op-footer.style-09 .copyrights-wrapper .copy-right-text {
    border-right: none;
    border-bottom: 1px solid #e8d2b8;
    padding-bottom: 22px;
  }
}
.op-footer.style-09 .copyrights-wrapper .scroll-top-wrapper {
  padding: 20px 0;
  padding-left: 15px;
}
.op-footer.style-09 .copyrights-wrapper .scroll-top-wrapper a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.625;
  transition: all 0.25s ease-in-out;
  text-transform: capitalize;
  cursor: pointer;
}
.op-footer.style-09 .copyrights-wrapper .scroll-top-wrapper a:hover {
  color: #e8d2b8;
}
.op-footer.style-09 .copyrights-wrapper .scroll-top-wrapper a:hover i {
  color: #e8d2b8;
}
.op-footer.style-09 .copyrights-wrapper .scroll-top-wrapper a i {
  font-size: 22px;
  color: #ffffff;
  line-height: 1.136;
  padding-right: 15px;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 1199.98px) {
  .op-footer.style-09 .op-main-footer .widget.contact-widget h4, .op-footer.style-09 .op-main-footer .contact-social-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1023.98px) {
  .op-footer.style-09 .op-main-footer .main-footer .footer-widget-container:last-child:before {
    display: none;
  }

  .op-footer.style-09 .op-main-footer .main-footer .footer-widget-container:nth-child(-n+2) {
    padding-bottom: 0;
  }

  .op-footer.style-09 .op-main-footer .main-footer .footer-widget-container:nth-child(n+3) {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .op-footer.style-09 .op-main-footer .main-footer .footer-widget-container:not(:last-child) {
    padding-bottom: 0;
  }

  .op-footer.style-09 .op-main-footer .main-footer .footer-widget-container:not(:first-child) {
    padding-top: 30px;
  }

  .op-footer.style-09 .copyrights-wrapper .main-copyrights:before, .op-footer.style-09 .copyrights-wrapper .main-scroll:before {
    display: none;
  }

  .copyrights-wrapper {
    background-color: #393B3A;
  }

  .op-footer.style-09 .copyrights-wrapper .scroll-top-wrapper {
    padding-left: 0;
  }
}
.op-icon-box.style-4 {
  border-radius: 6px;
  box-shadow: 0 0 8px 0 rgba(29, 42, 77, 0.11);
  position: relative;
  overflow: hidden;
}
.op-icon-box.style-4 .box-image {
  position: relative;
  border-radius: 5px;
  opacity: 0;
  overflow: hidden;
}
.op-icon-box.style-4 .box-image:before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(90deg, rgba(29, 42, 77, 0.7) 0%, rgba(0, 0, 0, 0.3) 70%);
}
.op-icon-box.style-4 .box-image img {
  display: block;
  width: calc(100% + 10px);
  max-width: none;
  height: 400px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.op-icon-box.style-4 .single-icon-box {
  transition: all 0.6s ease 0s;
  padding: 50px 40px 50px 40px;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.op-icon-box.style-4 .single-icon-box .icon-container {
  position: relative;
  text-align: center;
  width: 103px;
  height: 103px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  color: #13c5dd;
  margin-bottom: 25px;
}
.op-icon-box.style-4 .single-icon-box .icon-container:before {
  position: absolute;
  content: "";
  top: 0;
  left: -8px;
  z-index: 1;
  width: 103px;
  height: 104px;
  display: block;
  background-image: url("../images/icon-border.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.op-icon-box.style-4 .single-icon-box .icon-container i {
  font-size: 45px;
  color: #13c5dd;
  line-height: 1;
  width: 103px;
  height: 103px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.op-icon-box.style-4 .single-icon-box .icon-text-container h4 {
  font-size: 22px;
  line-height: 1.363;
  font-weight: 600;
  margin-bottom: 10px;
  color: #393B3A;
  transition: all 0.6s ease 0s;
}
.op-icon-box.style-4 .single-icon-box .icon-text-container h4 a {
  padding-top: 30px;
  display: inline-block;
  color: #0e204d;
  font-size: 22px;
  line-height: 1.363;
  font-weight: 600;
  transition: all 0.6s ease 0s;
}
.op-icon-box.style-4 .single-icon-box .icon-text-container h4 a:hover {
  color: #13c5dd;
}
.op-icon-box.style-4 .single-icon-box .icon-text-container p {
  opacity: 0.75;
  margin-bottom: 15px;
  transition: all 0.6s ease 0s;
}
.op-icon-box.style-4 .single-icon-box .icon-text-container a.icon-btn {
  transition: all 0.6s ease 0s;
  font-size: 13px;
  color: #e8d2b8;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
.op-icon-box.style-4 .single-icon-box .icon-text-container a.icon-btn:before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e8d2b8;
  line-height: 1;
  transition: all 0.6s ease 0s;
}
.op-icon-box.style-4 .single-icon-box .icon-text-container a.icon-btn:hover {
  color: #e8d2b8;
}
.op-icon-box.style-4 .single-icon-box .icon-text-container a.icon-btn:hover:before {
  color: #e8d2b8;
}
.op-icon-box.style-4:hover .box-image {
  opacity: 1;
}
.op-icon-box.style-4:hover .box-image:before {
  opacity: 1;
  backface-visibility: visible;
}
.op-icon-box.style-4:hover .box-image img {
  transform: translateX(-10px);
  opacity: 1;
}
.op-icon-box.style-4:hover .single-icon-box {
  background-color: transparent;
  display: block;
}
.op-icon-box.style-4:hover .single-icon-box .icon-container {
  display: none;
}
.op-icon-box.style-4:hover .single-icon-box .icon-text-container h4 {
  color: #ffffff;
  transform: translateY(45px);
}
.op-icon-box.style-4:hover .single-icon-box .icon-text-container h4 a {
  color: #ffffff;
}
.op-icon-box.style-4:hover .single-icon-box .icon-text-container h4 a:hover {
  color: #13c5dd;
}
.op-icon-box.style-4:hover .single-icon-box .icon-text-container p {
  color: #ffffff;
  opacity: 1;
  transform: translateY(45px);
}
.op-icon-box.style-4:hover .single-icon-box .icon-text-container a.icon-btn {
  color: #ffffff;
  transform: translateY(45px);
}
.op-icon-box.style-4:hover .single-icon-box .icon-text-container a.icon-btn:before {
  color: #ffffff;
}
.op-icon-box.style-4:hover .single-icon-box .icon-text-container a.icon-btn:hover {
  color: #e8d2b8;
}
.op-icon-box.style-4:hover .single-icon-box .icon-text-container a.icon-btn:hover:before {
  color: #e8d2b8;
}

@media (max-width: 575.98px) {
  .op-icon-box.style-4 .single-icon-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.op-headline.style-10 h2 {
  font-weight: 900;
}
.op-headline.style-10 span {
  color: #6a6560;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}

.op-team-member.style-4 .team-member-wrapper {
  position: relative;
}
.op-team-member.style-4 .team-member-wrapper .member-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.op-team-member.style-4 .team-member-wrapper .member-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #393B3A;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
  opacity: 0.9;
}
.op-team-member.style-4 .team-member-wrapper .member-image img {
  mix-blend-mode: luminosity;
}
@media (max-width: 1024.98px) {
  .op-team-member.style-4 .team-member-wrapper .member-image img {
    width: 100%;
  }
}
.op-team-member.style-4 .team-member-wrapper .member-image .member-content-wrapper {
  position: absolute;
  top: 43px;
  left: 50px;
  transform: translateX(-160%);
  transition: all 900ms ease;
  opacity: 0;
  z-index: 2;
}
.op-team-member.style-4 .team-member-wrapper .member-image .member-content-wrapper h2 {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.416;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
}
.op-team-member.style-4 .team-member-wrapper .member-image .member-content-wrapper h2 a {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.416;
  text-transform: uppercase;
  font-weight: 700;
}
.op-team-member.style-4 .team-member-wrapper .member-image .member-content-wrapper span {
  display: block;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.833;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  opacity: 0.7;
}
.op-team-member.style-4 .team-member-wrapper .member-image .social-icons-wrapper {
  position: absolute;
  bottom: 50px;
  left: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  right: 50px;
  z-index: 2;
  transform: translateY(300%);
  transition: all 500ms ease;
}
.op-team-member.style-4 .team-member-wrapper .member-image .social-icons-wrapper .contact-link .mem-name {
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
  line-height: 2.833;
}
.op-team-member.style-4 .team-member-wrapper .member-image .social-icons-wrapper .contact-link .mem-name:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  transition: width 500ms ease;
  background-color: #ffffff;
}
.op-team-member.style-4 .team-member-wrapper .member-image .social-icons-wrapper .contact-link .mem-name:hover:before {
  width: 100%;
}
.op-team-member.style-4 .team-member-wrapper .member-image .social-icons-wrapper .social-icons {
  display: flex;
  align-items: center;
}
.op-team-member.style-4 .team-member-wrapper .member-image .social-icons-wrapper .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  transform: scale(1);
  transition: transform 500ms ease;
}
.op-team-member.style-4 .team-member-wrapper .member-image .social-icons-wrapper .social-icons a:hover {
  color: #e8d2b8;
}
.op-team-member.style-4 .team-member-wrapper .member-image .social-icons-wrapper .social-icons a:not(:first-child) {
  margin-left: 15px;
}
.op-team-member.style-4 .team-member-wrapper:hover .member-image:before {
  transform: translateY(0);
}
.op-team-member.style-4 .team-member-wrapper:hover .member-image .member-content-wrapper {
  transform: translateX(0%);
  opacity: 1;
}
.op-team-member.style-4 .team-member-wrapper:hover .member-image .social-icons-wrapper {
  transform: translateY(0%);
}

@media (max-width: 575.98px) {
  .op-team-member.style-4 .team-member-wrapper .member-image .social-icons-wrapper {
    flex-wrap: wrap;
  }

  .op-team-member.style-4 .team-member-wrapper .member-image .social-icons-wrapper .contact-link, .op-team-member.style-4 .team-member-wrapper .member-image .social-icons-wrapper .social-icons {
    flex-basis: 100%;
    max-width: 100%;
  }

  .op-team-member.style-4 .team-member-wrapper .member-image .social-icons-wrapper .social-icons {
    margin-top: 20px;
  }
}
.op-team-member.style-6 .team-member-wrapper {
  background-color: transparent;
  width: 100%;
  height: 352px;
  margin-bottom: 30px;
}
.op-team-member.style-6 .team-member-wrapper:hover .single-team-member {
  transform: rotateY(180deg);
}
.op-team-member.style-6 .team-member-wrapper .single-team-member {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.op-team-member.style-6 .team-member-wrapper .single-team-member .member-image {
  transform: rotateY(180deg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #bbb;
  color: black;
}
@media (max-width: 767.98px) {
  .op-team-member.style-6 .team-member-wrapper .single-team-member .member-image {
    transform: initial;
  }
}
.op-team-member.style-6 .team-member-wrapper .single-team-member .member-image a img {
  width: 100%;
  height: 100%;
}
.op-team-member.style-6 .team-member-wrapper .single-team-member .member-info {
  background-color: #393B3A;
  color: #ffffff;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  transform: rotateY(180deg);
}
.op-team-member.style-6 .team-member-wrapper .single-team-member .member-info .member-content h2 {
  font-size: 22px;
  line-height: 1.1818;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 10px;
}
.op-team-member.style-6 .team-member-wrapper .single-team-member .member-info .member-content h2 a {
  font-size: 22px;
  line-height: 1.1818;
  font-weight: 900;
  color: #ffffff;
}
.op-team-member.style-6 .team-member-wrapper .single-team-member .member-info .member-content span {
  font-size: 15px;
  line-height: 1.73;
  font-weight: 400;
  color: #ffffff;
}
.op-team-member.style-6 .team-member-wrapper .single-team-member .member-info .social-icons-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.op-team-member.style-6 .team-member-wrapper .single-team-member .member-info .social-icons-wrapper .social-icon {
  margin-right: 10px;
}
.op-team-member.style-6 .team-member-wrapper .single-team-member .member-info .social-icons-wrapper .social-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #393B3A;
  transition: all 0.3s;
}
.op-team-member.style-6 .team-member-wrapper .single-team-member .member-info .social-icons-wrapper .social-icon a:hover {
  color: #ffffff;
  background-color: #e8d2b8;
}

.opus-services.style-4 {
  overflow: hidden;
}
.opus-services.style-4 ul li {
  margin-bottom: 10px;
}
.opus-services.style-4 ul li .single-service a {
  background-color: #ffffff;
  padding: 20px 20px 20px 30px;
  border: 1px solid #E0E4EC;
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #333333;
  z-index: 2;
}
@media (max-width: 572.98px) {
  .opus-services.style-4 ul li .single-service a {
    font-size: 15px;
  }
}
.opus-services.style-4 ul li .single-service a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 101%;
  height: 100%;
  width: 100%;
  background-color: #6a6560;
  transition: all 0.6s ease;
  background-size: 101% 101%;
  z-index: -1;
}
.opus-services.style-4 ul li .single-service a:hover {
  color: #ffffff;
  border-color: #6a6560;
  border-left-width: 5px;
  border-left-color: #e8d2b8;
}
.opus-services.style-4 ul li .single-service a:hover:before {
  left: 0;
}

.page-content-container .contact-form-2 form.wpcf7-form .appoint-date input:not([type=submit]) {
  padding-right: 12px;
}
.page-content-container .contact-form-2 form.wpcf7-form input:not([type=submit]) {
  width: 100%;
  height: 70px;
  border: none;
  background: #f2f4f8;
  padding-left: 30px;
  padding-right: 60px;
  margin-bottom: 30px;
  border-radius: 0px;
  outline: none;
  font-size: 14px;
  color: #726f84;
  font-weight: 500;
  display: block;
}
.page-content-container .contact-form-2 form.wpcf7-form textarea {
  padding: 20px 30px 30px;
  height: 140px;
  width: 100%;
  border: none;
  background: #f2f4f8;
  margin-bottom: 30px;
  border-radius: 0px;
  outline: none;
  font-size: 14px;
  resize: none;
  color: #726f84;
  font-weight: 500;
  display: block;
}
.page-content-container .contact-form-2 form.wpcf7-form select {
  width: 100%;
  height: 70px;
  border: none;
  background: #f2f4f8;
  padding-left: 30px;
  padding-right: 60px;
  margin-bottom: 30px;
  border-radius: 0px;
  outline: none;
  font-size: 14px;
  color: #726f84;
  font-weight: 500;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.page-content-container .contact-form-2 form.wpcf7-form .submit-btn input {
  line-height: 34px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 50px;
  color: #ffffff;
  background-color: #393B3A;
  border: 0;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.page-content-container .contact-form-2 form.wpcf7-form .submit-btn input:hover {
  background-color: #e8d2b8;
}
.page-content-container .contact-form-2 form.wpcf7-form .username, .page-content-container .contact-form-2 form.wpcf7-form .email, .page-content-container .contact-form-2 form.wpcf7-form .message {
  position: absolute;
  top: 35%;
  transform: translateY(-65%);
  right: 30px;
}
.page-content-container .contact-form-2 form.wpcf7-form .username i, .page-content-container .contact-form-2 form.wpcf7-form .email i, .page-content-container .contact-form-2 form.wpcf7-form .message i {
  color: #726f84;
  font-size: 14px;
}
.page-content-container .contact-form-2 form.wpcf7-form .message {
  top: 20%;
}

.op-near-offices {
  padding: 45px 40px 40px;
  background-color: #6a6560;
  transition: all 0.3s;
}
.op-near-offices h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s;
  margin-bottom: 33px;
}
.op-near-offices span, .op-near-offices a {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s;
  display: block;
}
.op-near-offices:hover {
  background-color: #393B3A;
}
.op-near-offices:hover h4, .op-near-offices:hover span, .op-near-offices:hover a {
  color: #ffffff;
}

.op-blog-6 .opus-single-blog {
  transition: all 0.6s;
  margin-bottom: 30px;
}
.op-blog-6 .opus-single-blog .image-wrapper {
  position: relative;
}
.op-blog-6 .opus-single-blog .image-wrapper a {
  display: block;
  position: relative;
}
.op-blog-6 .opus-single-blog .image-wrapper a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e8d2b8;
  opacity: 0;
  transition: all 0.3s;
}
.op-blog-6 .opus-single-blog .image-wrapper a:hover::before {
  opacity: 0.7;
}
.op-blog-6 .opus-single-blog .image-wrapper img {
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1024.98px) {
  .op-blog-6 .opus-single-blog .image-wrapper img {
    width: 100%;
  }
}
.op-blog-6 .opus-single-blog .image-wrapper .tags {
  position: absolute;
  right: 15px;
  bottom: -15px;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style {
  display: flex;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style li {
  display: none;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style li:first-child {
  display: block;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style li a {
  display: inline-block;
  background-color: #393B3A;
  background-color: #6a6560;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 25px;
  border-radius: 30px;
  transition: 0.6s;
  line-height: 1.5;
  text-transform: capitalize;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style li a:hover {
  background-color: #192e3f;
  background-color: #e8d2b8;
  color: #ffffff;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper {
  background-color: #ffffff;
  padding: 25px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0 0 5px 5px;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin {
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span {
  display: inline-block;
  font-size: 14px;
  color: #6b6b84;
  font-weight: 400;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span:not(:last-child) {
  margin-right: 15px;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span i {
  color: #393B3A;
  font-size: 14px;
  line-height: 1;
  padding-right: 8px;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span a {
  font-size: 14px;
  color: #6b6b84;
  font-weight: 400;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span a:hover {
  color: #393B3A;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading {
  font-size: 25px;
  line-height: 1.5;
  transition: 0.6s;
  color: #192e3f;
  font-weight: 700;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading a {
  font-size: 25px;
  line-height: 1.5;
  transition: 0.6s;
  color: #192e3f;
  font-weight: 700;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading a:hover {
  color: #393B3A;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .btn-container .read-more {
  text-transform: uppercase;
  color: #333333;
}
.op-blog-6 .opus-single-blog:hover {
  transform: translateY(-10px);
}
.op-blog-6 .opus-single-blog:hover .blog-content-wrapper h2.blog-heading {
  color: #393B3A;
}
.op-blog-6 .opus-single-blog:hover .blog-content-wrapper h2.blog-heading a {
  color: #393B3A;
}

.btn-container.blog-btn {
  margin-top: 10px;
}

.blog-heading .op-headline.style-15 {
  max-width: 810px;
  margin: 0 auto 45px;
}

@media (max-width: 1023.98px) {
  .op-blog-6 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading, .op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading a {
    font-size: 20px;
  }
}
.op-pricing-package-container.style-1 {
  box-shadow: 6px 5px 30px 0px rgba(70, 70, 70, 0.12);
  -webkit-box-shadow: 6px 5px 30px 0px rgba(70, 70, 70, 0.12);
  -moz-box-shadow: 6px 5px 30px 0px rgba(70, 70, 70, 0.12);
  padding-bottom: 50px;
}
.op-pricing-package-container.style-1 .pricing-image-container {
  position: relative;
}
.op-pricing-package-container.style-1 .pricing-image-container .package-title {
  color: #ffffff;
  padding: 8px 10px;
  font-weight: 700;
  position: absolute;
  top: -42px;
  left: 0;
  background: #e8d2b8;
  z-index: 2;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.op-pricing-package-container.style-1 .package-pricing-info {
  transform: translateY(-50%);
  padding-left: 35px;
  padding-right: 35px;
}
.op-pricing-package-container.style-1 .package-pricing-info .price {
  padding: 15px;
  background: #fff;
  box-shadow: 6px 5px 30px 0px rgba(70, 70, 70, 0.12);
  -webkit-box-shadow: 6px 5px 30px 0px rgba(70, 70, 70, 0.12);
  -moz-box-shadow: 6px 5px 30px 0px rgba(70, 70, 70, 0.12);
  border-radius: 8px;
  color: #e8d2b8;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.op-pricing-package-container.style-1 .package-pricing-info .package-type {
  color: #ffffff;
  background: #393B3A;
  padding: 5px 15px;
  border-radius: 8px;
}
.op-pricing-package-container.style-1 .package-features {
  padding-left: 35px;
  padding-right: 35px;
}
.op-pricing-package-container.style-1 .package-features ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.op-pricing-package-container.style-1 .package-features ul li {
  color: #393B3A;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.op-pricing-package-container.style-1 .package-features ul li::before {
  background: url(../images/checkmark-circle.svg) no-repeat;
  background-color: #6a6560;
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-size: 17px;
  background-position: center;
  top: 14px;
  left: 0;
  border-radius: 50%;
}
.op-pricing-package-container.style-1 .package-features ul li.disable-feature {
  text-decoration: line-through;
}
.op-pricing-package-container.style-1 .plan-btn {
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
  padding-top: 20px;
}

.op-cta.style-1 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 4px;
  z-index: 1;
}
.op-cta.style-1 svg {
  position: absolute;
  height: 110px;
  width: 110px;
}
.op-cta.style-1 svg.zigzag-svg {
  width: 100%;
  height: 200%;
  top: -20vh;
  left: 0;
  opacity: 0.06;
}
.op-cta.style-1 svg.zigzag-svg path {
  stroke-width: 20px;
  stroke: white;
}
.op-cta.style-1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #6a6560;
  opacity: 0.75;
  z-index: 0;
}
.op-cta.style-1 h2 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
}
@media (max-width: 1024.98px) {
  .op-cta.style-1 h2 {
    font-size: 38px;
  }
}
.op-cta.style-1 span {
  color: #ffffff;
}

.op-headline.style-07 span {
  font-size: 20px;
  line-height: 1;
  color: #e8d2b8;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  padding: 0 60px;
  margin-bottom: 30px;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .op-headline.style-07 span {
    font-size: 26px;
  }
}
.op-headline.style-07 span::before {
  position: absolute;
  content: "";
  background-color: #e8d2b8;
  width: 40px;
  height: 3px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.op-headline.style-07 span::after {
  position: absolute;
  content: "";
  background-color: #e8d2b8;
  width: 40px;
  height: 3px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.op-headline.style-07.text-center h2 {
  max-width: 650px;
  margin: auto;
}

.op-icon-box.style-10:hover .icon-container::before {
  height: 100%;
  width: 100%;
}
.op-icon-box.style-10 .icon-text-container {
  padding-right: 15px;
}
.op-icon-box.style-10 .icon-container {
  position: relative;
  height: 70px;
  width: 70px;
  flex-shrink: 0;
  margin-right: 10px;
}
.op-icon-box.style-10 .icon-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 35px;
  width: 35px;
  background-color: #e8d2b8;
  opacity: 0.75;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.op-icon-box.style-10 .icon-container i {
  font-size: 30px;
  color: #393B3A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.op-progress-bar.style-2 .skills-bars {
  width: 100%;
}
.op-progress-bar.style-2 .skills-bars .skillbar {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  transition: 0.4s linear;
}
.op-progress-bar.style-2 .skills-bars .skillbar-title {
  display: inline-block;
}
.op-progress-bar.style-2 .skills-bars .skillbar-title span {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.op-progress-bar.style-2 .skills-bars .skillbar-bar-wrapper {
  height: 20px;
  width: 100%;
  background: #e8d2b8;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.op-progress-bar.style-2 .skills-bars .skillbar-bar-wrapper .skillbar-bar {
  height: 100%;
  width: 0px;
  background: #6a6560;
}
.op-progress-bar.style-2 .skills-bars .skill-bar-percent {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.op-counter.style-4 {
  text-align: center;
}
.op-counter.style-4 .counter-container .odometer-content span.odometer {
  font-size: 70px;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.1;
}
.op-counter.style-4 .counter-container .odometer-content span.post-counter {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 600;
}
.op-counter.style-4 .counter-container .sub-headline {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}

.counter-bottom-section p {
  margin: 0;
}
.counter-bottom-section .quote-icon > .elementor-widget-wrap {
  position: relative;
}
.counter-bottom-section .quote-icon > .elementor-widget-wrap::before {
  position: absolute;
  content: "";
  left: 10px;
  top: -15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  color: #ffffff;
  display: inline-block;
}

.counter-alignment > .elementor-container {
  justify-content: center;
}

@media (max-width: 767.98px) {
  .counter-bottom-section .quote-icon > .elementor-widget-wrap::before {
    display: none;
  }
}
.op-blog-4 .opus-single-blog {
  text-align: center;
}
.op-blog-4 .opus-single-blog .image-wrapper {
  position: relative;
  overflow: hidden;
}
.op-blog-4 .opus-single-blog .image-wrapper img {
  transition: all 0.5s ease 0s;
}
.op-blog-4 .opus-single-blog:hover .image-wrapper img {
  transform: scale(1.2);
}
.op-blog-4 .opus-single-blog .blog-content-wrapper {
  border: 1px solid #eee;
  border-top: none;
  text-align: center;
  padding: 0px 30px 25px 30px;
}
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .op-blog-4 .opus-single-blog .blog-content-wrapper {
    padding: 0px 22px 25px 22px;
  }
}
.op-blog-4 .opus-single-blog .blog-content-wrapper .date-comment {
  position: relative;
  display: flex;
  top: -21px;
  width: 100%;
  margin: 0 auto;
  color: #6a6560;
  background: #e8d2b8;
}
.op-blog-4 .opus-single-blog .blog-content-wrapper .date-comment span {
  position: relative;
  width: 50%;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.666;
}
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .op-blog-4 .opus-single-blog .blog-content-wrapper .date-comment span {
    font-size: 10px;
  }
}
.op-blog-4 .opus-single-blog .blog-content-wrapper .date-comment span i {
  padding-right: 5px;
}
.op-blog-4 .opus-single-blog .blog-content-wrapper .date-comment span.date {
  position: relative;
}
.op-blog-4 .opus-single-blog .blog-content-wrapper .date-comment span.date:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #ffffff;
  right: 0;
  top: 50%;
  margin-top: -2px;
}
.op-blog-4 .opus-single-blog .blog-content-wrapper .content-wrapper h2.blog-heading {
  font-size: 22px;
  line-height: 1.181;
  margin: 5px 0 15px;
  color: #393B3A;
  font-weight: 700;
}
.op-blog-4 .opus-single-blog .blog-content-wrapper .content-wrapper h2.blog-heading a {
  font-size: 28px;
  color: #393B3A;
  font-weight: 900;
  text-transform: initial;
}
.op-blog-4 .opus-single-blog .blog-content-wrapper .content-wrapper h2:hover {
  color: #393B3A;
}
.op-blog-4 .opus-single-blog .blog-content-wrapper .content-wrapper h2:hover a {
  color: #393B3A;
}
.op-blog-4 .opus-single-blog .blog-content-wrapper .content-wrapper a.read-more {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  font-weight: 400;
  position: relative;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
}
.op-blog-4 .opus-single-blog .blog-content-wrapper .content-wrapper a.read-more:hover {
  color: #e8d2b8;
}

.blog-button .btn-container {
  text-align: right;
}

.button-alignment > .elementor-container {
  align-items: center;
}

@media (max-width: 1023.98px) {
  .op-blog-4 {
    margin-bottom: 40px;
  }

  .blog-button .btn-container {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .op-blog-4 .opus-single-blog .blog-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .op-blog-4 .opus-single-blog .blog-content-wrapper .content-wrapper h2.blog-heading, .op-blog-4 .opus-single-blog .blog-content-wrapper .content-wrapper h2.blog-heading a {
    font-size: 20px;
  }
}
.op-logos.style-6 a {
  position: relative;
  padding: 10px 70px;
  display: inline-block;
}
.op-logos.style-6 a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: none;
  opacity: 0;
  left: 10px;
  top: 10px;
  border-top: 4px solid #6a6560;
  border-left: 4px solid #6a6560;
  transition: all 1s;
}
.op-logos.style-6 a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: none;
  opacity: 0;
  right: 10px;
  bottom: 10px;
  border-bottom: 4px solid #6a6560;
  border-right: 4px solid #6a6560;
  transition: all 1s;
}
.op-logos.style-6 a:hover {
  background-color: #ffffff;
}
.op-logos.style-6 a:hover::before {
  opacity: 1;
  width: 30px;
  height: 30px;
}
.op-logos.style-6 a:hover:after {
  opacity: 1;
  width: 30px;
  height: 30px;
}
.op-logos.style-6 a img {
  width: 115px;
  height: 95px;
}

.white-bg-logos .op-logos.style-6 a:hover {
  background-color: #e8d2b8;
}

.op-image-content.style-2 svg {
  position: absolute;
  fill: #e8d2b8;
  height: 104px;
  width: 104px;
  right: 0;
  top: -40px;
}
.op-image-content.style-2 .image-container {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.op-image-content.style-2 .image-content {
  left: 0;
  bottom: 50px;
  padding: 20px 30px;
  background: #ffffff;
  border-top: 3px solid #e8d2b8;
  border-left: 3px solid #e8d2b8;
  position: absolute;
}
.op-image-content.style-2 .image-content span {
  display: block;
  font-weight: 900;
}
.op-image-content.style-2 .image-content span.headline {
  font-size: 36px;
  color: #393B3A;
  font-weight: 900;
  line-height: 1;
}

body .op-list-container.style-10 ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
body .op-list-container.style-10 ul li {
  padding-left: 30px;
  color: #393B3A;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
body .op-list-container.style-10 ul li::before {
  background: url(../images/checkmark-circle.svg) no-repeat;
  background-color: #e8d2b8;
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-size: 17px;
  background-position: center;
  top: 6px;
  left: 0;
  border-radius: 50%;
}

.op-testimonials-slider-container-6.style-6 .op-testimonial-slider-inner-container .op-testimonials-slider .op-testimonials-slider-item {
  padding-bottom: 90px;
}
.op-testimonials-slider-container-6.style-6 .op-testimonial-slider-inner-container .op-testimonials-slider .op-testimonials-slider-item .testimonial-item {
  background-color: #ffffff;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 40px 30px 30px 30px;
}
.op-testimonials-slider-container-6.style-6 .op-testimonial-slider-inner-container .op-testimonials-slider .op-testimonials-slider-item .testimonial-item p {
  font-size: 15px;
  line-height: 1.53;
  font-weight: 400;
  color: #333333;
  z-index: 0;
  position: relative;
}
.op-testimonials-slider-container-6.style-6 .op-testimonial-slider-inner-container .op-testimonials-slider .op-testimonials-slider-item .testimonial-item p:before {
  content: "";
  position: absolute;
  top: -30px;
  right: -8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #EDEDED;
  font-size: 40px;
  z-index: -1;
}
.op-testimonials-slider-container-6.style-6 .op-testimonial-slider-inner-container .op-testimonials-slider .op-testimonials-slider-item .testimonial-item .testimonial-description-wrapper {
  margin-bottom: -115px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.op-testimonials-slider-container-6.style-6 .op-testimonial-slider-inner-container .op-testimonials-slider .op-testimonials-slider-item .testimonial-item .testimonial-description-wrapper .image-wrapper {
  max-width: 70px;
  max-height: 70px;
}
.op-testimonials-slider-container-6.style-6 .op-testimonial-slider-inner-container .op-testimonials-slider .op-testimonials-slider-item .testimonial-item .testimonial-description-wrapper .image-wrapper img {
  border-radius: 50px;
}
.op-testimonials-slider-container-6.style-6 .op-testimonial-slider-inner-container .op-testimonials-slider .op-testimonials-slider-item .testimonial-item .testimonial-description-wrapper .testimonial-description h5 {
  font-size: 18px;
  line-height: 1.27;
  font-weight: 600;
  color: #000000;
}
.op-testimonials-slider-container-6.style-6 .op-testimonial-slider-inner-container .op-testimonials-slider .op-testimonials-slider-item .testimonial-item .testimonial-description-wrapper .testimonial-description span {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #7a7a7a;
}

.testimonial-bar .elementor-progress-percentage {
  transform: translateY(-10px);
  color: #333333;
}

.op-accordion.style-3 .card {
  margin-bottom: 22px;
  border: 0;
  background-color: #eff3f6;
}
.op-accordion.style-3 .card .card-header {
  padding: 0;
  border-radius: 0;
  border: 0;
}
.op-accordion.style-3 .card .card-header a {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.09;
  color: #333333;
  width: 100%;
  text-align: left;
  background-color: #e8d2b8;
  text-decoration: none;
  padding: 15px 60px 15px 15px;
  position: relative;
}
.op-accordion.style-3 .card .card-header a:hover {
  text-decoration: none;
}
.op-accordion.style-3 .card .card-header a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 45px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #6a6560;
  font-size: 12px;
  visibility: hidden;
}
.op-accordion.style-3 .card .card-header a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 45px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6a6560;
  color: #ffffff;
  font-size: 12px;
}
.op-accordion.style-3 .card .card-header a.collapsed {
  background-color: #e8d2b8;
}
.op-accordion.style-3 .card .card-header a.collapsed:before {
  visibility: visible;
}
.op-accordion.style-3 .card .card-header a.collapsed:after {
  visibility: hidden;
}
.op-accordion.style-3 .card .card-body {
  padding: 20px 20px 20px 0;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  background-color: #ffffff;
}

.alignment .elementor-column-gap-default {
  align-items: start;
}

.op-blog-list .blog-heading a {
  word-break: break-word;
}

.blog-content p.wp-block-cover-text,
.blog-content p.wp-block-cover-text a,
.blog-content .comments-area .comment p.wp-block-cover-text,
.blog-content .comments-area .comment p.wp-block-cover-text a {
  color: #fff !important;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 100%;
  width: 50%;
}

select {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  border: 2px solid #e8d2b8;
  border-radius: 4px;
}

.blog-content .wp-block-search .wp-block-search__input {
  margin-bottom: 10px;
}

.sidebar .wp-block-group__inner-container {
  padding: 0;
  margin-bottom: 0;
}

.wp-block-group__inner-container {
  padding: 20px;
  margin-bottom: 15px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 4px;
  overflow: auto;
  margin-top: 10px;
  border: 1px solid #e8d2b8;
}

figure {
  max-width: 100%;
}

.post-password-form {
  padding: 25px;
  border: 2px solid #e8d2b8;
  border-radius: 4px;
}
.post-password-form label {
  width: 100%;
}
.post-password-form label input[type=password] {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #e8d2b8;
  width: 100%;
}
.post-password-form input[type=submit] {
  padding: 9px 25px;
  border-radius: 4px;
  background: #393B3A;
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  z-index: 2;
}
.post-password-form input[type=submit]:hover {
  background: #e8d2b8;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 14.28%;
  width: 14.28%;
}

.gallery-columns-7 .gallery-item {
  max-width: 100%;
  width: 12.5%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
  width: 11.11%;
}

@media (max-width: 767px) {
  .gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    max-width: 33%;
    width: 33%;
  }
}
.widget ul li, .widget ol li {
  padding-right: 0 !important;
}
.widget ul ul, .widget ul ol, .widget ol ul, .widget ol ol {
  padding-left: 20px;
}

.op-events-wrapper .opus-single-event {
  margin-bottom: 45px;
}
.op-events-wrapper .opus-single-event .month-year-wrapper {
  display: flex;
  align-items: center;
}
.op-events-wrapper .opus-single-event .month-year-wrapper::after {
  content: "";
  flex: auto;
  height: 1px;
  margin-left: 20px;
  background-color: #eef2f6;
}
@media (max-width: 575.98px) {
  .op-events-wrapper .opus-single-event .month-year-wrapper::after {
    display: none;
  }
}
.op-events-wrapper .opus-single-event .month-year-wrapper span {
  font-size: 20px;
  line-height: 1.333;
  color: #6a6560;
}
.op-events-wrapper .opus-single-event .main-content-wrapper {
  margin-top: 45px;
}
.op-events-wrapper .opus-single-event .main-content-wrapper .day-wrapper {
  padding-right: 50px;
}
@media (max-width: 575.98px) {
  .op-events-wrapper .opus-single-event .main-content-wrapper .day-wrapper {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .op-events-wrapper .opus-single-event .main-content-wrapper .day-wrapper {
    padding-right: 0;
  }
}
.op-events-wrapper .opus-single-event .main-content-wrapper .day-wrapper span {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 13px;
  line-height: 1.545;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}
@media (max-width: 575.98px) {
  .op-events-wrapper .opus-single-event .main-content-wrapper .day-wrapper span {
    text-align: left;
  }
}
.op-events-wrapper .opus-single-event .main-content-wrapper .day-wrapper span:last-child {
  font-size: 24px;
  line-height: 1.263;
  letter-spacing: 2.1px;
}
.op-events-wrapper .opus-single-event .main-content-wrapper .event-content-wrapper .date-time-wrapper {
  position: relative;
  color: #393B3A;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.461;
  font-style: italic;
  margin-bottom: 15px;
  padding-left: 25px;
}
.op-events-wrapper .opus-single-event .main-content-wrapper .event-content-wrapper .date-time-wrapper::before {
  position: absolute;
  content: "";
  font-style: normal;
  top: -4px;
  left: 0;
  color: #e8d2b8;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
}
.op-events-wrapper .opus-single-event .main-content-wrapper .event-content-wrapper h4 {
  margin-bottom: 3px;
}
.op-events-wrapper .opus-single-event .main-content-wrapper .event-content-wrapper h4 a {
  color: #6a6560;
  line-height: 1.2;
}
.op-events-wrapper .opus-single-event .main-content-wrapper .event-content-wrapper h4 a:hover {
  color: #e8d2b8;
}
.op-events-wrapper .opus-single-event .main-content-wrapper .event-content-wrapper .location-wrapper {
  margin-bottom: 12px;
  font-size: 16px;
  color: #393B3A;
  display: inline-block;
  line-height: 1.312;
}
.op-events-wrapper .opus-single-event .main-content-wrapper .event-content-wrapper .content-wrapper p {
  margin-bottom: 23px;
}
.op-events-wrapper .opus-single-event .main-content-wrapper .event-content-wrapper .event-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #393B3A;
}
.op-events-wrapper .opus-single-event .main-content-wrapper .event-image a {
  display: inline-block;
}
.op-events-wrapper .opus-single-event .main-content-wrapper .event-image a:hover img {
  opacity: 0.8;
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.wp-pagenavi a, .wp-pagenavi .current {
  margin-bottom: 10px;
  text-align: center;
  background: #393B3A;
  color: #ffffff;
  width: 60px;
  height: 40px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 1.625;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.wp-pagenavi a:hover, .wp-pagenavi .current:hover {
  background-color: #e8d2b8;
  color: #393B3A;
}
.wp-pagenavi .current {
  background-color: #e8d2b8;
  color: #393B3A;
}
.wp-pagenavi a:last-child {
  margin-right: 0;
}

body.single-opus_event p {
  margin-bottom: 27px;
}
body.single-opus_event p img {
  margin: 0;
}
body.single-opus_event .post-comments-container p {
  margin-bottom: 0;
}
body.single-opus_event .post-comments-container .comment-respond {
  margin: 0;
  margin-bottom: 100px;
}

.event-main-headline {
  padding: 100px 0 80px;
}
.event-main-headline h2 {
  color: #393B3A;
  margin-bottom: 20px;
}
.event-main-headline .date-time-wrapper {
  font-size: 16px;
  line-height: 1.321;
  font-weight: 500;
  font-style: italic;
  color: #6a6560;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.event-main-headline .date-time-wrapper:before {
  position: absolute;
  content: "";
  font-size: 18px;
  font-style: normal;
  top: -2px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #6a6560;
}
.event-main-headline .event-price {
  display: inline-block;
  font-size: 28px;
  line-height: 1.555;
  color: #393B3A;
}

.event-details-wrapper {
  margin: 70px 0 10px;
}
.event-details-wrapper .event-detail {
  margin-bottom: 50px;
}
.event-details-wrapper .event-detail h3 {
  color: #6a6560;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2.1px;
  font-weight: 500;
}
.event-details-wrapper .event-detail .single-detail {
  margin-bottom: 25px;
}
.event-details-wrapper .event-detail .single-detail h5 {
  text-transform: uppercase;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
  letter-spacing: 0px;
  line-height: 1;
}
.event-details-wrapper .event-detail .single-detail span, .event-details-wrapper .event-detail .single-detail a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  color: #333333;
}
.event-details-wrapper .event-detail .single-detail a:hover {
  color: #e8d2b8;
}
.event-details-wrapper .event-detail > span {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #333333;
  margin-bottom: 25px;
}

/*# sourceMappingURL=default.css.map */
