@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;
}

article.post.type-post.sticky {
  background: #f4f4f4;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

article.post.type-post.sticky:after {
  position: absolute;
  content: "";
  right: 40px;
  top: 40px;
  background: url(../images/pin.svg);
  background-size: cover;
  width: 43px;
  height: 52px;
}

/* Text meant only for screen readers. */
*:focus {
  outline: none;
}

body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  color: #627792;
}
body p {
  margin-bottom: 25px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Teko", sans-serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.op-page-header-wrapper h1 {
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  word-break: break-word;
}

a {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #1a1e32;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #1fc6c7;
  text-decoration: none;
}

.main-footer a {
  color: #ffffff;
}
.main-footer a:hover {
  color: #1fc6c7;
}

html {
  scroll-behavior: smooth;
}

ul, ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sidebar a {
  display: inline-block;
  line-height: 1.25;
  font-weight: 600;
  font-size: 16px;
}

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

.blog-content blockquote {
  background-color: #eef2f6;
  padding: 60px 40px 40px !important;
  margin: 60px 0 50px !important;
  margin: 60px auto 50px !important;
  font-size: 20px;
  line-height: 1.8;
  position: relative;
  color: #1fc6c7;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 100%;
}
.blog-content blockquote:before {
  position: absolute;
  content: "";
  font-size: 25px;
  line-height: 2.4;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  top: 0;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 2;
  background-color: rgba(31, 198, 199, 0.9);
}
.blog-content blockquote p {
  margin-bottom: 0;
  color: #1fc6c7;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
}

.assign-menu {
  width: 100%;
}
.assign-menu a {
  color: #ffffff;
}

.op-header.sticky .assign-menu {
  width: 100%;
}
.op-header.sticky .assign-menu a {
  color: #ffffff;
}

cite {
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 10px;
  font-weight: 700;
  z-index: 1;
  display: block;
  color: #1fc6c7;
  font-style: normal;
}

.widget.footer-widget {
  padding: 0;
}

.widget.footer-widget .footer-widget-title {
  color: #ff662a;
  padding-bottom: 0;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 28px;
  position: relative;
}
.widget.footer-widget .footer-widget-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 43px;
  background-color: #627792;
}

.widget.footer-widget ul {
  margin-bottom: 0;
}
.widget.footer-widget ul li {
  position: relative;
  margin-bottom: 0;
  padding: 0 20px 13px 0px;
}
.widget.footer-widget ul li:last-of-type {
  padding-bottom: 0;
}

.relative-header .op-page-header-wrapper h2 {
  text-align: center;
  color: #ff662a;
}
.relative-header .op-page-header-wrapper {
  padding-top: 50px;
}
.relative-header .page-content {
  margin-bottom: 100px;
}

/* Spinner Animation Loading CSS */
form.mc4wp-form::before {
  display: none;
}
form .newsletter-form {
  position: relative;
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
}
form .newsletter-form input[type=email] {
  color: #ffffff;
  background: transparent;
  border: none;
  height: 45px;
  padding: 0;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  outline: none;
}
form .newsletter-form input[type=email]::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
form .newsletter-form input[type=submit] {
  font-size: 0;
  margin: 0;
  border: 0;
  background: none;
  padding: 0;
  width: 35px;
  height: 35px;
  bottom: 0;
  top: auto;
}
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;
}

.experience-list > .elementor-widget-container ul li {
  align-items: flex-start;
}
.experience-list > .elementor-widget-container ul li i {
  margin-top: 7px;
}

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

  h3 {
    font-size: 32px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: #1a1e32;
  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;
}
.overlay.hide {
  opacity: 0;
  z-index: -1;
}

.mobile-menu-container {
  background: #1a1e32;
  position: fixed;
  min-width: 350px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 999999;
  padding: 20px;
  -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);
}
.mobile-menu-container .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}

.mobile-menu-container .parent-menu-items {
  max-height: calc(100vh - 100px);
  overflow: auto;
  margin-top: 50px;
}

.mobile-menu-container.hide {
  transform: translateX(100%);
  opacity: 0;
}

.menu-logo {
  max-width: 90px;
}

.close-btn a i:before,
.close-btn a i:after {
  content: "";
  height: 3px;
  width: 24px;
  background: #ffffff;
  display: block;
  position: absolute;
  right: 0px;
}

.close-btn a i:before {
  transform: rotate(45deg);
}

.close-btn a i:after {
  transform: rotate(-45deg);
}

.mobile-menu-container .parent-menu-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.mobile-menu-container .parent-menu-items ul li {
  margin-bottom: 0;
}

.mobile-menu-container .parent-menu-items ul li a {
  color: #ffffff;
  border-bottom: 1px solid #37434b;
}

.mobile-menu-container .parent-menu-items ul li.menu-item-has-children a, .mobile-menu-container .parent-menu-items ul li.page_item_has_children a {
  position: relative;
  display: block;
}

.mobile-menu-container .parent-menu-items ul li.menu-item-has-children > a:before, .mobile-menu-container .parent-menu-items ul li.page_item_has_children > a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 24px;
  color: #ffffff;
  content: "";
  font-size: 12px;
  -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);
}

.mobile-menu-container .parent-menu-items ul li.menu-item-has-children > a.active:before, .mobile-menu-container .parent-menu-items ul li.page_item_has_children > a.active:before {
  transform: rotate(-180deg);
}

.mobile-menu-container .parent-menu-items ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: relative;
  text-transform: capitalize;
}

.mobile-menu-container .parent-menu-items ul li.current-menu-item a {
  color: #ff662a;
}

.mobile-menu-container .parent-menu-items ul li.current-menu-ancestor > a {
  color: #ff662a;
}

.mobile-menu-container .parent-menu-items ul li a + .sub-menu, .mobile-menu-container .parent-menu-items ul li a + .children {
  display: none;
  padding-top: 0;
}

.mobile-menu-container .parent-menu-items ul li a + .sub-menu li a, .mobile-menu-container .parent-menu-items ul li a + .children li a {
  font-size: 15px;
  padding-left: 20px;
}

.mobile-menu-container .parent-menu-items ul li a + .sub-menu li a + .sub-menu li a, .mobile-menu-container .parent-menu-items ul li a + .children li a + .children li a {
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .mobile-menu-container {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .mobile-menu-container {
    min-width: 320px;
  }
}
.page-content .comments-area h3 {
  font-size: 32px;
  line-height: 1.312;
  margin-bottom: 30px;
  font-weight: 700;
  color: #ff662a;
}
.page-content .comments-area .comment-form {
  display: flex;
  flex-wrap: wrap;
}
.page-content .comments-area .comment-form p label {
  display: none;
}
.page-content .comments-area .comment-form p.comment-form-comment {
  flex-basis: 100%;
  max-width: 100%;
}
.page-content .comments-area .comment-form p.comment-form-comment textarea {
  min-height: 150px;
  padding: 12px 15px;
  resize: none;
}
.page-content .comments-area .comment-form p.comment-form-author, .page-content .comments-area .comment-form p.comment-form-email {
  margin-right: 4%;
}
.page-content .comments-area .comment-form p.comment-form-author, .page-content .comments-area .comment-form p.comment-form-email, .page-content .comments-area .comment-form p.comment-form-url {
  flex-basis: 30.6%;
  max-width: 100%;
}
.page-content .comments-area .comment-form p.comment-form-cookies-consent {
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
}
.page-content .comments-area .comment-form p.comment-form-cookies-consent input {
  margin-top: 2px;
}
.page-content .comments-area .comment-form p.comment-form-cookies-consent label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #627792;
  margin-left: 10px;
}
.page-content .comments-area .comment-form p input[type=text], .page-content .comments-area .comment-form p input[type=email], .page-content .comments-area .comment-form p input[type=url], .page-content .comments-area .comment-form p textarea {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 15px;
  color: #627792;
  margin-bottom: 0;
  font-weight: 600;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 0px 15px;
  outline: none;
}
.page-content .comments-area .comment-form p input[type=text]::placeholder, .page-content .comments-area .comment-form p input[type=email]::placeholder, .page-content .comments-area .comment-form p input[type=url]::placeholder, .page-content .comments-area .comment-form p textarea::placeholder {
  font-size: 16px;
  line-height: 1.625;
  text-transform: capitalize;
  color: #627792;
  font-weight: 400;
}
.page-content .comments-area .comment-form p.form-submit {
  margin-bottom: 0;
}
.page-content .comments-area .comment-form p.form-submit input[type=submit] {
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.875;
  color: #ffffff;
  padding: 12px 30px;
  letter-spacing: 1px;
  font-weight: 700;
  transition: all 0.6s;
  background-color: #1fc6c7;
  position: static;
  width: auto;
  height: auto;
}
.page-content .comments-area .comment-form p.form-submit input[type=submit]:hover {
  background-color: #ff662a;
}

ul.comment-list li ul {
  padding-left: 80px;
  position: relative;
}
ul.comment-list li .comment-body {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #e6e6e6;
  padding: 20px 20px 10px 105px;
}
ul.comment-list li .comment-body .comment-author b, ul.comment-list li .comment-body .comment-author a {
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
  color: #ff662a;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
ul.comment-list li .comment-body .comment-author a:hover {
  color: #1fc6c7;
}
ul.comment-list li .comment-body .comment-author img {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: auto;
  right: auto;
  margin-top: 5px;
  margin-bottom: 20px;
}
ul.comment-list li .comment-body .comment-author span {
  display: none;
}
ul.comment-list li .comment-body .comment-metadata {
  margin-bottom: 10px;
}
ul.comment-list li .comment-body .comment-metadata a {
  font-weight: 700;
  line-height: 1.428;
  font-size: 14px;
  color: #25CBC7;
  text-decoration: none;
}
ul.comment-list li .comment-body .reply {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}
ul.comment-list li .comment-body .reply a {
  display: inline-block;
  color: #ffffff;
  background-color: #09162a;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  padding: 10px 15px;
  transition: all 0.25s ease-in-out;
  text-transform: capitalize;
  text-decoration: none;
}
ul.comment-list li .comment-body .reply a:hover {
  background-color: #1fc6c7;
}

.wp-block-embed iframe {
  width: 100%;
}

.post-nav-links {
  padding-bottom: 50px;
  display: flex;
  align-items: center;
}
.post-nav-links span, .post-nav-links a {
  text-align: center;
  background: #eef2f6;
  width: 60px;
  height: 40px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  color: #ff662a;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 1.625;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-nav-links span.current, .post-nav-links a.current {
  background: #1fc6c7;
  color: #ffffff;
}
.post-nav-links span:hover, .post-nav-links a:hover {
  color: #ffffff;
  background: #1fc6c7;
}

.tagcloud a, .wp-block-tag-cloud a {
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 18px;
  line-height: 2.5 !important;
  margin: 5px;
  letter-spacing: 1px;
  font-weight: 600 !important;
  background-color: #ffffff;
  transition: all 0.25s ease-in-out;
  color: #ff662a;
  text-transform: capitalize;
}
.tagcloud a:hover, .wp-block-tag-cloud a:hover {
  background-color: #1fc6c7;
  color: #ffffff !important;
}

.wp-block-tag-cloud a {
  background: #eef2f6;
}
.wp-block-tag-cloud a:hover {
  background: #1fc6c7;
}

form {
  position: relative;
}
form label {
  display: none;
}
form:before {
  position: absolute;
  content: "";
  top: 50%;
  left: auto;
  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;
  z-index: 1;
  cursor: pointer;
}
form input[type=text], 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;
  color: #627792;
  font-weight: 600;
  border: 1px solid #1fc6c7;
  outline: none;
  text-transform: none;
}
form input[type=text]::placeholder, form .wp-block-search__inside-wrapper input[type=search]::placeholder {
  text-transform: capitalize;
  font-size: 16px;
}
form .wp-block-search__inside-wrapper input[type=search] {
  background: none;
}
form .wp-block-search__inside-wrapper button.wp-block-search__button, form input[type=submit] {
  background: none;
  cursor: pointer;
  font-size: 0;
  border: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  background-color: #1fc6c7;
  z-index: 0;
}

ul:not([class]), ol:not([class]) {
  padding-left: 22px;
  list-style: initial;
  list-style: none;
  margin-bottom: 1rem;
}

figure {
  max-width: 100%;
}

p img.alignnone {
  margin: 0;
}

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

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

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

.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%;
}

select {
  width: 100%;
  padding: 20px 0px 20px 20px;
  font-size: 13px;
  color: #627792;
  font-weight: 600;
  border: 1px solid #1fc6c7;
  outline: none;
}

.wp-block-file .wp-block-file__button, .wp-block-button__link {
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.875;
  color: #ffffff !important;
  padding: 12px 30px;
  letter-spacing: 1px;
  font-weight: 700;
  transition: all 0.6s;
  background-color: #25CBC7;
  display: inline-block;
  border-radius: 0;
}
.wp-block-file .wp-block-file__button:hover, .wp-block-button__link:hover {
  background: #ff662a;
}

.wp-block-button {
  margin-bottom: 15px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid #1fc6c7;
  background: transparent;
  color: #627792 !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #ff662a;
  color: #ffffff !important;
  border-color: #ff662a;
}

.wp-block-embed-facebook, .wp-block-embed-instagram {
  word-break: break-all;
}

.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: #627792;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 4px;
  overflow: auto;
  margin-top: 10px;
  border: 1px solid #1fc6c7;
}

.post-password-form {
  padding: 25px;
  border: 2px solid #1fc6c7;
  border-radius: 4px;
}
.post-password-form::before {
  display: none;
}
.post-password-form label {
  display: inline-block;
  width: 100%;
}
.post-password-form label input[type=password] {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #ff662a;
  width: 100%;
}
.post-password-form input[type=submit] {
  padding: 9px 25px;
  border-radius: 4px;
  background: #1fc6c7;
  color: #ffffff;
  display: block;
  position: relative;
  z-index: 2;
  font-size: inherit;
  transition: all 0.25s ease-in-out;
  width: auto;
}
.post-password-form input[type=submit]:hover {
  background: #ff662a;
}

.post-content p iframe {
  width: 100%;
}

.wp-block-calendar a {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .page-content .comments-area .comment-form p.comment-form-author, .page-content .comments-area .comment-form p.comment-form-email {
    margin-right: 0;
  }

  .page-content .comments-area .comment-form p.comment-form-author, .page-content .comments-area .comment-form p.comment-form-email, .page-content .comments-area .comment-form p.comment-form-url {
    flex-basis: 100%;
  }

  ul.comment-list li ul {
    padding-left: 30px;
  }

  ul.comment-list li .comment-body {
    padding-left: 20px;
  }

  ul.comment-list li .comment-body .comment-author {
    display: flex;
    flex-direction: column;
  }

  ul.comment-list li .comment-body .comment-author img {
    position: static;
    margin-right: 25px;
  }
}
@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%;
  }
}
@media (max-width: 575.98px) {
  .page-content .comments-area h3 {
    font-size: 28px;
  }

  ul.comment-list li ul {
    padding-left: 20px;
  }

  .op-section-blog td {
    padding: 6px;
  }
}
.op-footer.style-10 {
  color: #627792;
  background: #1a1e32;
  position: relative;
}
.op-footer.style-10 .footer-contact-information {
  padding-top: 70px;
}
.op-footer.style-10 .footer-contact-information .container {
  padding-bottom: 60px;
  border-bottom: 2px solid #37434b;
}
.op-footer.style-10 .footer-contact-information .contact-section {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1025px) {
  .op-footer.style-10 .footer-contact-information .contact-section {
    margin-bottom: 30px;
  }
}
.op-footer.style-10 .footer-contact-information .contact-section::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 24px;
  color: #ff662a;
}
.op-footer.style-10 .footer-contact-information .contact-section.office-location::before {
  content: "";
}
.op-footer.style-10 .footer-contact-information .contact-section.office-phone {
  margin-left: 30px;
}
@media (max-width: 1025px) {
  .op-footer.style-10 .footer-contact-information .contact-section.office-phone {
    margin-left: 0;
  }
}
.op-footer.style-10 .footer-contact-information .contact-section.office-phone::before {
  content: "";
  font-size: 20px;
}
.op-footer.style-10 .footer-contact-information .contact-section.office-email::before {
  top: 0;
  content: "";
  font-size: 20px;
}
.op-footer.style-10 .footer-contact-information .contact-section.office-hours::before {
  content: "";
  font-size: 20px;
}
.op-footer.style-10 .footer-contact-information .contact-section div {
  color: #ffffff;
  font-size: 17px;
}
.op-footer.style-10 .footer-contact-information .contact-section div a {
  color: #ffffff;
  font-weight: 500;
}
.op-footer.style-10 .op-main-footer {
  padding-bottom: 30px;
}
.op-footer.style-10 .op-main-footer .footer-widget-container {
  margin-bottom: 35px;
}
.op-footer.style-10 .op-main-footer .container {
  padding-top: 90px;
}
.op-footer.style-10 .footer-logo-wrapper {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 30px;
}
.op-footer.style-10 .footer-social-icons {
  display: flex;
}
.op-footer.style-10 .footer-social-icons li {
  margin-right: 10px;
}
.op-footer.style-10 .footer-social-icons li a {
  color: #ffffff;
  border: 2px solid #ff662a;
  background: #ff662a;
  text-align: center;
  height: 32px;
  width: 32px;
  display: block;
  border-radius: 3px;
  position: relative;
  -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-footer.style-10 .footer-social-icons li a:hover {
  background: transparent;
  color: #ff662a;
}
.op-footer.style-10 .footer-social-icons li a i {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.op-footer.style-10 .widget a {
  color: #627792;
  position: relative;
  padding-left: 25px;
  transition: all 0.4s;
}
.op-footer.style-10 .widget a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  color: #627792;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.op-footer.style-10 .widget a:hover {
  color: #ffffff;
  padding-left: 32px;
}
.op-footer.style-10 .copyrights-text {
  border-top: 2px solid #37434b;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

body {
  padding-top: 149px;
}
body.logged-in .op-header {
  top: 32px;
}
body.logged-in .op-header.style-8.sticky-header .bottom-header {
  top: 32px;
}

.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;
  z-index: 999999;
  background-color: #f6faff;
  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: #1fc6c7;
  padding: 10px 0;
}
.op-header.style-8 .top-header .contact-info li {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.625;
}
.op-header.style-8 .top-header .contact-info li a {
  color: #ffffff;
}
.op-header.style-8 .top-header .contact-info li a:hover {
  color: #1a1e32;
}
.op-header.style-8 .top-header .contact-info li i {
  margin-right: 8px;
}
.op-header.style-8 .top-header .contact-info li.address {
  margin-left: 25px;
}
.op-header.style-8 .top-header .header-social-icons {
  justify-content: flex-end;
}
.op-header.style-8 .top-header .header-social-icons li {
  margin-left: 5px;
}
.op-header.style-8 .top-header .header-social-icons li a {
  background-color: #eef2f6;
  width: 35px;
  height: 35px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  display: block;
  transition: color 0.3s;
}
.op-header.style-8 .top-header .header-social-icons li a i {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #1a1e32;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: all 0.3s;
}
.op-header.style-8 .top-header .header-social-icons li a i:hover {
  color: #ff662a;
}
.op-header.style-8 .bottom-header {
  background-color: #ffffff;
}
.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: #ffffff;
}
.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: #1a1e32;
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  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: #ffffff;
}
.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 !important;
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #FFFFFF4D !important;
  font-size: 42px;
  line-height: 1.2619;
  font-weight: 500;
  color: #ffffff !important;
  height: auto !important;
  border-radius: 0 !important;
}
.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: 500;
  color: #ffffff !important;
}
.op-header.style-8 .bottom-header .header-search {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}
.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: #1a1e32;
  transition: all 0.3s;
}
.op-header.style-8 .bottom-header .header-search:hover::before {
  color: #ff662a;
}
.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;
}
.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: #ff662a;
}
.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;
  color: #1a1e32;
  text-transform: capitalize;
  transition: all 0.3s;
  position: relative;
  white-space: nowrap;
}
.op-header.style-8 .navigation-menu-container ul > li > a:hover {
  color: #ff662a;
}
.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: #ff662a;
  width: 0%;
  height: 2px;
  border-radius: 2px;
  transition: all 0.3s;
}
.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: #ffffff;
  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 dashed #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: #1a1e32;
  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: #ff662a;
}
.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: #ff662a;
}
.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: #ff662a;
}
.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%;
}

@media (max-width: 1023.98px) {
  body {
    padding-top: 154px;
  }

  .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: #1a1e32;
  }
  .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: #1a1e32;
    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) {
  body {
    padding-top: 143px;
  }
  body.logged-in .op-header {
    top: 46px;
  }
  body.logged-in .op-header.style-8.sticky-header .bottom-header {
    top: 46px;
  }

  .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;
  }
}
@media (max-width: 575.98px) {
  .op-header.style-8 .top-header .header-social-icons {
    justify-content: center;
  }
}
.op-section-blog {
  background-color: #ffffff;
  padding: 120px 0;
}
.op-section-blog.white-bg {
  background-color: #ffffff;
}
.op-section-blog .user-comment-row .admin i,
.op-section-blog .user-comment-row .comments i {
  color: #1fc6c7;
  margin-right: 5px;
}
.op-section-blog .user-comment-row .admin:hover, .op-section-blog .user-comment-row .admin:focus,
.op-section-blog .user-comment-row .comments:hover,
.op-section-blog .user-comment-row .comments:focus {
  color: #1fc6c7;
  text-decoration: underline;
}
.op-section-blog .user-comment-row .admin {
  color: #627792;
  margin-right: 15px;
}
.op-section-blog .user-comment-row .admin a {
  color: #627792;
}
.op-section-blog .user-comment-row .comments .counter {
  color: #627792;
}
.op-section-blog .user-comment-row .date-with-no-thumbnail {
  margin-left: 15px;
  color: #627792;
}
.op-section-blog .user-comment-row .date-with-no-thumbnail i[class*=fa] {
  margin-right: 10px;
  color: #1fc6c7;
}
.op-section-blog .blog-post {
  position: relative;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.op-section-blog .blog-post .image-date-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.op-section-blog .blog-post .image-date-wrapper .date-wrapper {
  padding: 33px 24px;
  background-color: #1fc6c7;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
  position: absolute;
  margin: auto;
  width: 78px;
  height: 78px;
  left: auto;
  top: 4px;
  right: 4px;
  bottom: auto;
  padding: 15px 10px;
}
.op-section-blog .blog-post .image-date-wrapper .date-wrapper:before {
  position: absolute;
  content: "";
  width: 110%;
  height: 110%;
  border: 2px dashed #1fc6c7;
  border-radius: 50%;
  left: -5%;
  right: 0;
  top: -1%;
  bottom: 0;
  margin: auto;
}
.op-section-blog .blog-post .image-date-wrapper .date-wrapper span {
  display: block;
  color: #ffffff;
}
.op-section-blog .blog-post.large-post .image-date-wrapper .tag {
  color: #ffffff;
  background-color: #1fc6c7;
  position: absolute;
  left: 0;
  top: 0;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border-radius: 10% 0% 100% 0;
}
.op-section-blog .blog-post.large-post .image-date-wrapper .tag .tag-text {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 20px;
  margin: auto;
  font-weight: bold;
  text-transform: initial;
  text-align: right;
  margin-right: 15px;
  font-weight: 500;
}
.op-section-blog .blog-post.badge-top-left {
  margin-bottom: 50px;
}
.op-section-blog .blog-post.large-post-full-column .image-date-wrapper {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.op-section-blog .blog-post.large-post-full-column .image-date-wrapper img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  height: auto;
}
.op-section-blog .blog-post.large-post-full-column .post-content {
  padding: 25px;
  background-color: #ffffff;
  box-shadow: 0px 0px 13.65px 1.35px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
}
.op-section-blog .blog-post h3 {
  margin-bottom: 20px;
  font-weight: 900;
}
.op-section-blog .blog-post h3 a {
  color: #627792;
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.op-section-blog .blog-post h3 a:hover, .op-section-blog .blog-post h3 a:focus {
  text-decoration: underline;
}
.op-section-blog .blog-post .post-text p {
  margin-bottom: 0;
}
.op-section-blog .single-blog-content {
  position: relative;
  border-radius: 5px;
}
.op-section-blog .single-blog-content .post-title,
.op-section-blog .single-blog-content .main-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.op-section-blog .single-blog-content .user-comment-row {
  margin-bottom: 20px;
}
.op-section-blog .single-blog-content .user-comment-row .admin:hover, .op-section-blog .single-blog-content .user-comment-row .admin:focus,
.op-section-blog .single-blog-content .user-comment-row .comments:hover,
.op-section-blog .single-blog-content .user-comment-row .comments:focus {
  color: #1fc6c7;
  text-decoration: underline;
}
.op-section-blog .single-blog-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.op-section-blog .single-blog-content ul.comment-list li {
  padding-left: 0;
}
.op-section-blog .single-blog-content ul.comment-list li:before {
  display: none;
}
.op-section-blog .single-blog-content ul li {
  position: relative;
  padding-left: 32px;
}
.op-section-blog .single-blog-content ul li::before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 5px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.op-section-blog .single-blog-content .date-wrapper {
  padding: 15px 10px;
  background-color: #1fc6c7;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
  position: absolute;
  left: auto;
  right: 4px;
  top: 4px;
  bottom: auto;
  margin: auto;
  width: 78px;
  height: 78px;
  bottom: auto;
}
.op-section-blog .single-blog-content .date-wrapper:before {
  position: absolute;
  content: "";
  width: 110%;
  height: 110%;
  border: 2px dashed #1fc6c7;
  border-radius: 50%;
  left: -5%;
  right: 0;
  top: -1%;
  bottom: 0;
  margin: auto;
}
.op-section-blog .single-blog-content .date-wrapper span {
  display: block;
  color: #ffffff;
}
.op-section-blog .single-blog-content .tag {
  color: #ffffff;
  background-color: #1fc6c7;
  position: absolute;
  left: 0;
  top: 0;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border-radius: 10% 0% 100% 0;
}
.op-section-blog .single-blog-content .tag .tag-text {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 20px;
  margin: auto;
  font-weight: bold;
  text-transform: initial;
  text-align: right;
  margin-right: 15px;
  font-weight: 500;
}
.op-section-blog .sticky .blog-post .post-content {
  position: relative;
}
.op-section-blog .sticky .blog-post .post-content:before, .op-section-blog .sticky .blog-post .post-content:after {
  position: absolute;
  content: "";
}
.op-section-blog .sticky .blog-post .post-content:before {
  width: 75px;
  height: 45px;
  background-color: #1fc6c7;
  border-radius: 0 5px 0 0;
  padding: 12px;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .op-section-blog .sticky .blog-post .post-content:before {
    height: 35px;
  }
}
.op-section-blog .sticky .blog-post .post-content:after {
  content: "Sticky";
  right: 15px;
  top: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .op-section-blog .sticky .blog-post .post-content:after {
    top: 5px;
  }
}

.elementor-element .op-section-blog .blog-post .image-date-wrapper .date-wrapper {
  width: 80px;
  height: 80px;
}

.pagination {
  align-items: center;
  display: flex;
}
.pagination .nav-links .page-numbers {
  color: #1a1e32;
  padding: 9px 15px;
  border: 2px solid #1a1e32;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus, .pagination .nav-links .page-numbers:active {
  background-color: #1a1e32;
  color: #ffffff;
  border: 2px solid #1a1e32;
  text-decoration: none;
}
.pagination .nav-links .page-numbers.current {
  background-color: #1a1e32;
  color: #ffffff;
  border: 2px solid #1a1e32;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  position: relative;
  color: transparent;
}
.pagination .nav-links .page-numbers.next:before, .pagination .nav-links .page-numbers.prev:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 22px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1a1e32;
}
.pagination .nav-links .page-numbers.next:hover:before, .pagination .nav-links .page-numbers.next:focus:before, .pagination .nav-links .page-numbers.next:active:before, .pagination .nav-links .page-numbers.prev:hover:before, .pagination .nav-links .page-numbers.prev:focus:before, .pagination .nav-links .page-numbers.prev:active:before {
  color: #ffffff;
}
.pagination .nav-links .page-numbers.next:before {
  content: "";
}
.pagination .nav-links .page-numbers.prev:before {
  content: "";
}

.widget {
  padding: 35px 30px;
}
.widget:not(:last-child) {
  margin-bottom: 30px;
}
.widget h4 {
  color: #1a1e32;
  position: relative;
}
.widget.widget_recent_entries li {
  display: inline-block;
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
  padding-top: 0;
}
.widget.widget_recent_entries li a {
  display: block;
}
.widget.widget_recent_entries li .thumbnail-wrapper {
  min-width: 75px;
  max-width: 75px;
  display: inline-block;
  position: absolute;
}
.widget.widget_recent_entries li .related-post-content {
  margin-left: 95px;
  display: inline-block;
}
.widget.widget_recent_entries li .related-post-content span {
  display: block;
}
.widget.widget_recent_entries li .related-post-content span.date {
  font-size: 11px;
  color: #1fc6c7;
}
.widget.widget_recent_entries li .related-post-content span.title {
  font-weight: bold;
}
.widget .widget_categories {
  position: relative;
}
.widget.widget_tag_cloud {
  position: relative;
}
.widget.widget_tag_cloud .tagcloud a {
  background: #ffffff;
  display: inline-block;
  padding: 8px 15px;
  color: #ffffff;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 7px;
  border: 2px solid #1a1e32;
  background-color: #1a1e32;
  -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);
}
.widget.widget_tag_cloud .tagcloud a:hover {
  border: 2px solid #ff662a;
  background-color: #ff662a;
  text-decoration: none;
}
.widget ul {
  margin-bottom: 0;
}
.widget ul li {
  position: relative;
  margin-bottom: 0;
  padding: 0 20px 15px 0;
}
.widget ul li:last-of-type {
  padding-bottom: 0;
}
.widget.footer-widget {
  padding: 0;
}
.widget.footer-widget select {
  padding: 10px;
  display: inline-block;
  width: 100%;
  border-radius: 0;
}
.widget.footer-widget .calendar_wrap table caption {
  color: #ffffff;
}
.widget.footer-widget .textwidget p {
  color: #ffffff;
}
.widget.footer-widget .textwidget img {
  max-width: 100%;
  height: auto;
}
.widget.footer-widget .menu-testing-menu-container .sub-menu,
.widget.footer-widget ul .children {
  position: relative;
  visibility: visible;
  display: block;
  opacity: 1;
  top: 0;
  left: 15px;
  background: none;
  margin-top: 15px;
}
.widget.footer-widget .footer-widget-title {
  color: #ffffff;
  padding-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.widget.footer-widget .footer-widget-title::before, .widget.footer-widget .footer-widget-title:after {
  display: none;
}

.sidebar .widget select {
  width: 100%;
  padding: 10px;
}

.searchform {
  position: relative;
}
.searchform:before {
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 25px;
  color: #1a1e32;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.searchform label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.searchform input#s {
  padding: 12px 52px 12px 20px;
  border: 2px solid #1a1e32;
  width: 100%;
  border-radius: 4px;
  color: #1a1e32;
  height: 65px;
}
.searchform input#s::-webkit-input-placeholder {
  color: #1a1e32;
}
.searchform input#s:-moz-placeholder {
  /* Firefox 18- */
  color: #1a1e32;
}
.searchform input#s::-moz-placeholder {
  /* Firefox 19+ */
  color: #1a1e32;
}
.searchform input#s:-ms-input-placeholder {
  color: #1a1e32;
}
.searchform #searchsubmit {
  font-size: 0;
  border: none;
  padding: 25px 30px;
  background-color: transparent;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  left: auto;
  margin: auto;
}

.post-password-form input[type=submit] {
  color: #ffffff;
  border: none;
  height: 30px;
}

@media (max-width: 575.98px) {
  .widget {
    padding: 30px 20px;
  }
}
.single .op-blog-style-10 {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.op-blog-style-10 {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}
.op-blog-style-10 h2 {
  margin-bottom: 20px;
  line-height: 1.3;
}
.op-blog-style-10 h2 a {
  font-size: 50px;
  font-family: "Teko", sans-serif;
  text-transform: capitalize;
  line-height: 1;
  -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-blog-style-10 h2 a:hover {
  color: #ff662a;
}
.op-blog-style-10 a {
  color: #1a1e32;
}
.op-blog-style-10 a:hover {
  color: #1fc6c7;
}
.op-blog-style-10 p {
  margin-bottom: 16px;
}
.op-blog-style-10 p.wp-block-cover-text {
  color: #ffffff;
}
.op-blog-style-10 .no-featured-image .blog-posted {
  padding-top: 0;
}
.op-blog-style-10 .blog-posted {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  margin-bottom: 20px;
}
.op-blog-style-10 .blog-posted li {
  margin-bottom: 0;
}
.op-blog-style-10 .blog-posted li:not(:last-child) {
  border-right: 1px solid #eaeaea;
  padding: 6px 25px;
}
.op-blog-style-10 .blog-posted li.date {
  color: #ff662a;
  font-weight: 600;
  padding-left: 0;
}
.op-blog-style-10 .blog-posted li.author a {
  color: #627792;
}
.op-blog-style-10 .blog-posted li.author a:hover {
  color: #ff662a;
}
.op-blog-style-10 .blog-posted li.comments {
  padding: 6px 25px;
}
.op-blog-style-10 .blog-reading {
  margin-top: 10px;
}
.op-blog-style-10 .sticky-pin {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ff662a;
  padding: 15px;
  width: 60px;
  height: 60px;
  border-radius: 4px;
}
.op-blog-style-10 .sticky-pin i {
  color: #ffffff;
  transform: rotateZ(45deg);
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.op-blog-style-10 .blog-heading {
  color: #1a1e32;
  word-break: break-word;
  font-weight: 700;
}
.op-blog-style-10 .post-meta-cat a {
  color: #ff662a;
  -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);
  font-weight: 600;
}
.op-blog-style-10 .post-meta-cat a:hover {
  color: #1a1e32;
}
.op-blog-style-10 .post-content ol {
  padding-left: 20px;
}
.op-blog-style-10 .post-content ol[class*=wp-block] {
  padding-left: 0;
}
.op-blog-style-10 .post-content ul:not([class]) li, .op-blog-style-10 .post-content ul[class*=wp-block] li {
  padding-left: 15px;
  position: relative;
}
.op-blog-style-10 .post-content ul:not([class]) li::before, .op-blog-style-10 .post-content ul[class*=wp-block] li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #1fc6c7;
  left: 0;
  top: 8px;
  border-radius: 2px;
}
.op-blog-style-10 .post-content h1, .op-blog-style-10 .post-content h2, .op-blog-style-10 .post-content h3, .op-blog-style-10 .post-content h4, .op-blog-style-10 .post-content h5, .op-blog-style-10 .post-content h6 {
  color: #1a1e32;
}
.op-blog-style-10 .op-sub-blog-tags {
  clear: both;
}
.op-blog-style-10 .tags-container {
  background: #f4f4f4;
  padding: 20px;
  margin-top: 15px;
  display: flex;
  border-radius: 4px;
}
.op-blog-style-10 .tags-container .tag-headline {
  margin-right: 15px;
  font-weight: 600;
  color: #1a1e32;
}
.op-blog-style-10 .tags-container .tags-style {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.op-blog-style-10 .tags-container .tags-style li {
  margin-bottom: 0;
  margin-right: 10px;
}
.op-blog-style-10 .tags-container .tags-style li a {
  color: #ff662a;
  -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-blog-style-10 .tags-container .tags-style li a:hover {
  color: #1a1e32;
}
.op-blog-style-10 .post-navigation {
  clear: both;
}
.op-blog-style-10 .post-navigation .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.op-blog-style-10 .post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.op-blog-style-10 .post-navigation .nav-links .nav-previous a,
.op-blog-style-10 .post-navigation .nav-links .nav-next a {
  background: #ffffff;
  display: inline-block;
  padding: 8px 20px;
  color: #ffffff;
  border-radius: 4px;
  border: 2px solid #1a1e32;
  background-color: #1a1e32;
  -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-blog-style-10 .post-navigation .nav-links .nav-previous a:hover,
.op-blog-style-10 .post-navigation .nav-links .nav-next a:hover {
  border: 2px solid #ff662a;
  background-color: #ff662a;
  text-decoration: none;
}
.op-blog-style-10 .post-comments-container article + .comment-respond {
  margin-bottom: 30px;
}
.op-blog-style-10 .post-comments-container ol {
  padding-left: 15px;
}
.op-blog-style-10 .post-comments-container ol li {
  list-style: decimal;
}
.op-blog-style-10 .post-comments-container ol[class*=wp-block] {
  padding-left: 0;
}
.op-blog-style-10 .post-comments-container ul:not([class]) li, .op-blog-style-10 .post-comments-container ul[class*=wp-block] li {
  padding-left: 15px;
  position: relative;
}
.op-blog-style-10 .post-comments-container ul:not([class]) li::before, .op-blog-style-10 .post-comments-container ul[class*=wp-block] li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #1fc6c7;
  left: 0;
  top: 8px;
  border-radius: 2px;
}
.op-blog-style-10 .post-comments-container h1, .op-blog-style-10 .post-comments-container h2, .op-blog-style-10 .post-comments-container h3, .op-blog-style-10 .post-comments-container h4, .op-blog-style-10 .post-comments-container h5, .op-blog-style-10 .post-comments-container h6 {
  color: #1a1e32;
}
.op-blog-style-10 .post-comments-container .comments-title {
  color: #1a1e32;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 600;
  border-bottom: 1px solid #eaeaea;
}
.op-blog-style-10 .post-comments-container .comments-area {
  margin-top: 50px;
}
.op-blog-style-10 .post-comments-container .comment-list {
  margin-bottom: 50px;
}
.op-blog-style-10 .post-comments-container .comment-list li .comment-body {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.op-blog-style-10 .post-comments-container .comment-list li footer {
  padding: 0;
}
.op-blog-style-10 .post-comments-container .comment-list li .comment-meta .comment-author img {
  border-radius: 50%;
  margin-right: 20px;
  max-width: 90px;
  max-height: 90px;
}
.op-blog-style-10 .post-comments-container .comment-list li .comment-meta .comment-author .fn {
  font-size: 20px;
  color: #ff662a;
}
.op-blog-style-10 .post-comments-container .comment-list li .comment-meta .comment-author .fn a {
  color: #ff662a;
  word-break: break-all;
}
.op-blog-style-10 .post-comments-container .comment-list li .comment-meta .comment-author .says {
  display: none;
}
.op-blog-style-10 .post-comments-container .comment-list li .comment-meta .comment-metadata {
  font-size: 13px;
}
.op-blog-style-10 .post-comments-container .comment-list li .comment-meta .comment-metadata a {
  color: #1a1e32;
  text-transform: uppercase;
  margin-top: 5px;
  display: inline-block;
  font-weight: 600;
}
.op-blog-style-10 .post-comments-container .comment-list li .comment-content,
.op-blog-style-10 .post-comments-container .comment-list li .reply {
  margin-top: 10px;
}
.op-blog-style-10 .post-comments-container .comment-list li .reply {
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}
.op-blog-style-10 .post-comments-container .comment-list li .reply .comment-reply-link {
  -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-blog-style-10 .post-comments-container .comment-list li .reply .comment-reply-link:hover, .op-blog-style-10 .post-comments-container .comment-list li .reply .comment-reply-link:focus {
  color: #ffffff;
  background: #ff662a;
}
.op-blog-style-10 .post-comments-container .comment-list li .children .comment-body {
  padding-left: 90px;
}
.op-blog-style-10 .post-comments-container .comment-list li .children .children .comment-body {
  padding-left: 150px;
}
.op-blog-style-10 .post-comments-container .comment-respond {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 30px;
  border: 1px solid #c4c4c4;
}
.op-blog-style-10 .post-comments-container .comment-respond form::before {
  display: none;
}
@media (max-width: 767px) {
  .op-blog-style-10 .post-comments-container .comment-respond {
    padding: 30px 20px;
  }
}
.op-blog-style-10 .post-comments-container .comment-respond .comment-reply-title {
  color: #1a1e32;
  position: relative;
  font-weight: 600;
}
.op-blog-style-10 .post-comments-container .comment-respond .comment-reply-title small {
  position: absolute;
  right: 0;
  font-size: 15px;
  font-weight: 600;
  top: 10px;
}
.op-blog-style-10 .post-comments-container .comment-respond .comment-reply-title small a {
  color: #ff662a;
  text-transform: uppercase;
  -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-blog-style-10 .post-comments-container .comment-respond .comment-reply-title small a:hover {
  color: #1a1e32;
}
.op-blog-style-10 .post-comments-container .comment-respond [class^=comment-form-] {
  margin-bottom: 20px;
}
.op-blog-style-10 .post-comments-container .comment-respond [class^=comment-form-] label {
  display: none;
}
.op-blog-style-10 .post-comments-container .comment-respond [class^=comment-form-].comment-form-cookies-consent label {
  display: initial;
}
.op-blog-style-10 .post-comments-container .comment-respond [class^=comment-form-] input {
  width: 100%;
  resize: none;
  border: 1px solid #eee;
  padding: 15px 20px;
  font-size: 15px;
  height: auto;
  background: #f8f8f8;
  font-weight: inherit;
  color: #627792;
  outline: none;
}
.op-blog-style-10 .post-comments-container .comment-respond [class^=comment-form-] input::placeholder {
  color: #627792;
  font-size: 15px;
}
.op-blog-style-10 .post-comments-container .comment-respond [class^=comment-form-] input:focus {
  outline: none;
}
.op-blog-style-10 .post-comments-container .comment-respond [class^=comment-form-cookies-consent] input {
  width: auto;
}
.op-blog-style-10 .post-comments-container .comment-respond .comment-form-comment textarea {
  width: 100%;
  padding: 15px 20px;
  resize: none;
  border: none;
  border: 1px solid #eee;
  height: 140px;
  outline: none;
  background: #f8f8f8;
  font-size: 15px;
  color: #627792;
}
.op-blog-style-10 .post-comments-container .comment-respond .comment-form-comment textarea::placeholder {
  font-size: 15px;
  color: #627792;
}
.op-blog-style-10 .post-comments-container .comment-respond .form-submit {
  position: relative;
  margin-bottom: 0;
}
.op-blog-style-10 .post-comments-container .comment-respond .form-submit input {
  font-size: 16px;
  position: relative;
  width: auto;
  height: auto;
  background: #ffffff;
  display: inline-block;
  padding: 15px 45px;
  color: #ffffff;
  border-radius: 4px;
  border: 2px solid #ff662a;
  background-color: #ff662a;
  -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-blog-style-10 .post-comments-container .comment-respond .form-submit input:hover {
  border: 2px solid #1a1e32;
  background-color: #1a1e32;
  text-decoration: none;
}

.op-blog-sidebar-10 .widget {
  background-color: #f4f4f4;
  border-radius: 4px;
}
.op-blog-sidebar-10 .widget h2,
.op-blog-sidebar-10 .widget h3,
.op-blog-sidebar-10 .widget h4 {
  font-size: 38px;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
  font-weight: 700;
  color: #1a1e32;
}
.op-blog-sidebar-10 .widget h2::before,
.op-blog-sidebar-10 .widget h3::before,
.op-blog-sidebar-10 .widget h4::before {
  content: "";
  height: 10px;
  width: 10px;
  background: #1fc6c7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.op-blog-sidebar-10 .widget ul li a, .op-blog-sidebar-10 .widget ol li a {
  -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);
  color: #1a1e32;
  font-weight: 600;
  line-height: 1.5;
}
.op-blog-sidebar-10 .widget ul li a:hover, .op-blog-sidebar-10 .widget ol li a:hover {
  color: #ff662a;
  text-decoration: none;
}

.pagination {
  align-items: center;
  display: flex;
  width: 100%;
}
.pagination.page-links {
  justify-content: center;
}
.pagination .nav-links {
  margin-top: 30px;
}
.pagination .nav-links .page-numbers,
.pagination .nav-links .post-page-numbers {
  color: #1a1e32;
  padding: 9px 15px;
  border: 2px solid #1a1e32;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus, .pagination .nav-links .page-numbers:active,
.pagination .nav-links .post-page-numbers:hover,
.pagination .nav-links .post-page-numbers:focus,
.pagination .nav-links .post-page-numbers:active {
  background-color: #1a1e32;
  color: #ffffff;
  border: 2px solid #1a1e32;
  text-decoration: none;
}
.pagination .nav-links .page-numbers.current,
.pagination .nav-links .post-page-numbers.current {
  background-color: #1a1e32;
  color: #ffffff;
  border: 2px solid #1a1e32;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev,
.pagination .nav-links .post-page-numbers.next,
.pagination .nav-links .post-page-numbers.prev {
  position: relative;
  color: transparent;
}
.pagination .nav-links .page-numbers.next:before, .pagination .nav-links .page-numbers.prev:before,
.pagination .nav-links .post-page-numbers.next:before,
.pagination .nav-links .post-page-numbers.prev:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 22px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1a1e32;
}
.pagination .nav-links .page-numbers.next:hover:before, .pagination .nav-links .page-numbers.next:focus:before, .pagination .nav-links .page-numbers.next:active:before, .pagination .nav-links .page-numbers.prev:hover:before, .pagination .nav-links .page-numbers.prev:focus:before, .pagination .nav-links .page-numbers.prev:active:before,
.pagination .nav-links .post-page-numbers.next:hover:before,
.pagination .nav-links .post-page-numbers.next:focus:before,
.pagination .nav-links .post-page-numbers.next:active:before,
.pagination .nav-links .post-page-numbers.prev:hover:before,
.pagination .nav-links .post-page-numbers.prev:focus:before,
.pagination .nav-links .post-page-numbers.prev:active:before {
  color: #ffffff;
}
.pagination .nav-links .page-numbers.next:before,
.pagination .nav-links .post-page-numbers.next:before {
  content: "";
}
.pagination .nav-links .page-numbers.prev:before,
.pagination .nav-links .post-page-numbers.prev:before {
  content: "";
}

.widget {
  padding: 35px 30px;
}
.widget:not(:last-child) {
  margin-bottom: 30px;
}
.widget h2, .widget h3, .widget h4 {
  color: #1a1e32;
  position: relative;
}
.widget.widget_recent_entries li {
  display: inline-block;
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
  padding-top: 0;
}
.widget.widget_recent_entries li a {
  display: block;
}
.widget.widget_recent_entries li .thumbnail-wrapper {
  min-width: 75px;
  max-width: 75px;
  display: inline-block;
  position: absolute;
}
.widget.widget_recent_entries li .related-post-content {
  margin-left: 95px;
  display: inline-block;
}
.widget.widget_recent_entries li .related-post-content span {
  display: block;
}
.widget.widget_recent_entries li .related-post-content span.date {
  font-size: 11px;
  color: #1fc6c7;
}
.widget.widget_recent_entries li .related-post-content span.title {
  font-weight: bold;
}
.widget .widget_categories {
  position: relative;
}
.widget.widget_tag_cloud {
  position: relative;
}
.widget.widget_tag_cloud .tagcloud a {
  background: #ffffff;
  display: inline-block;
  padding: 8px 15px;
  color: #ffffff;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 7px;
  border: 2px solid #1a1e32;
  background-color: #1a1e32;
  -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);
}
.widget.widget_tag_cloud .tagcloud a:hover {
  border: 2px solid #ff662a;
  background-color: #ff662a;
  text-decoration: none;
}
.widget ul, .widget ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.widget ul li, .widget ol li {
  position: relative;
  margin-bottom: 0;
  padding: 0 20px 15px 0;
}
.widget ul li:last-of-type, .widget ol li:last-of-type {
  padding-bottom: 0;
}
.widget.footer-widget {
  padding: 0;
}
.widget.footer-widget select {
  padding: 10px;
  display: inline-block;
  width: 100%;
  border-radius: 0;
}
.widget.footer-widget .calendar_wrap table caption {
  color: #ffffff;
}
.widget.footer-widget .textwidget p {
  color: #ffffff;
}
.widget.footer-widget .textwidget img {
  max-width: 100%;
  height: auto;
}
.widget.footer-widget .menu-testing-menu-container .sub-menu,
.widget.footer-widget ul .children {
  position: relative;
  visibility: visible;
  display: block;
  opacity: 1;
  top: 0;
  left: 15px;
  background: none;
  margin-top: 15px;
}
.widget.footer-widget h2,
.widget.footer-widget h3,
.widget.footer-widget h4,
.widget.footer-widget .footer-widget-title {
  color: #ffffff;
  padding-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.widget.footer-widget h2::before, .widget.footer-widget h2:after,
.widget.footer-widget h3::before,
.widget.footer-widget h3:after,
.widget.footer-widget h4::before,
.widget.footer-widget h4:after,
.widget.footer-widget .footer-widget-title::before,
.widget.footer-widget .footer-widget-title:after {
  display: none;
}

.sidebar .widget select {
  width: 100%;
  padding: 10px;
}

.searchform,
.wp-block-search {
  position: relative;
}
.searchform:before,
.wp-block-search:before {
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 25px;
  color: #1a1e32;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: auto;
  height: auto;
  transform: translateY(0);
}
.searchform label,
.wp-block-search label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.searchform input#s, .searchform input.wp-block-search__input,
.wp-block-search input#s,
.wp-block-search input.wp-block-search__input {
  padding: 12px 52px 12px 20px;
  border: 2px solid #1a1e32;
  width: 100%;
  border-radius: 4px;
  color: #1a1e32;
  height: 65px;
}
.searchform input#s::-webkit-input-placeholder, .searchform input.wp-block-search__input::-webkit-input-placeholder,
.wp-block-search input#s::-webkit-input-placeholder,
.wp-block-search input.wp-block-search__input::-webkit-input-placeholder {
  color: #1a1e32;
}
.searchform input#s:-moz-placeholder, .searchform input.wp-block-search__input:-moz-placeholder,
.wp-block-search input#s:-moz-placeholder,
.wp-block-search input.wp-block-search__input:-moz-placeholder {
  /* Firefox 18- */
  color: #1a1e32;
}
.searchform input#s::-moz-placeholder, .searchform input.wp-block-search__input::-moz-placeholder,
.wp-block-search input#s::-moz-placeholder,
.wp-block-search input.wp-block-search__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1a1e32;
}
.searchform input#s:-ms-input-placeholder, .searchform input.wp-block-search__input:-ms-input-placeholder,
.wp-block-search input#s:-ms-input-placeholder,
.wp-block-search input.wp-block-search__input:-ms-input-placeholder {
  color: #1a1e32;
}
.searchform #searchsubmit,
.searchform .wp-block-search__button,
.wp-block-search #searchsubmit,
.wp-block-search .wp-block-search__button {
  font-size: 0;
  border: none;
  padding: 25px 30px;
  background-color: transparent;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  left: auto;
  margin: auto;
  z-index: 3;
}

.post-password-form input[type=submit] {
  color: #ffffff;
  border: none;
}

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

@media (max-width: 1025px) {
  .op-blog-sidebar-10 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .op-blog-style-10 h2 {
    font-size: 34px;
  }
  .op-blog-style-10 .blog-posted {
    display: block;
    border-bottom: none;
  }
  .op-blog-style-10 .blog-posted li {
    border-bottom: 1px solid #eaeaea;
    border-right: none;
    padding: 10px 25px 10px 0;
  }
  .op-blog-style-10 .blog-posted li:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    border-right: none;
    padding: 10px 25px 10px 0;
  }
  .op-blog-style-10 .blog-posted li.comments {
    padding-left: 0;
    border-bottom: none;
  }
}
.page .op-blog-style-10 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.search.search-results .op-blog-style-10 {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #1a1e32;
}
.page-content ol {
  padding-left: 20px;
}
.page-content ol[class*=wp-block] {
  padding-left: 0;
}
.page-content ul:not([class]) li, .page-content ul[class*=wp-block] li {
  padding-left: 15px;
  position: relative;
}
.page-content ul:not([class]) li::before, .page-content ul[class*=wp-block] li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #1fc6c7;
  left: 0;
  top: 8px;
  border-radius: 2px;
}

@media (max-width: 575.98px) {
  .widget {
    padding: 30px 20px;
  }

  .op-blog-style-10 h2 a {
    font-size: 38px;
  }

  .op-blog-sidebar-10 .widget h3 {
    font-size: 32px;
  }
}
.btn-container.style-3 {
  line-height: 1;
}
.btn-container.style-3 a.op-button {
  text-transform: capitalize;
  font-weight: 600;
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  line-height: 1.5;
  transition: 0.6s;
  border-radius: 5px;
  padding: 15px 50px 15px 25px;
  font-size: 15px;
}
.btn-container.style-3 a.op-button i {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1;
}
.btn-container.style-3 a.op-button span.button-style {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}
.btn-container.style-3 a.op-button:hover span.button-style {
  width: 225%;
  height: 562.5px;
}
.btn-container.style-3 a.op-button.op-primary-btn {
  background-color: #ffede5;
  color: #ff662a;
}
.btn-container.style-3 a.op-button.op-primary-btn span.button-style {
  background-color: #ff662a;
}
.btn-container.style-3 a.op-button.op-primary-btn:hover {
  color: #ffffff;
}
.btn-container.style-3 a.op-button.op-secondary-btn {
  color: #ffffff;
  background-color: #ff662a;
}
.btn-container.style-3 a.op-button.op-secondary-btn span.button-style {
  background-color: #ffede5;
}
.btn-container.style-3 a.op-button.op-secondary-btn:hover {
  color: #ff662a;
}

.button-alignment .btn-container.style-3 {
  text-align: center;
}

.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 {
  margin: 0;
  padding: 0;
}
.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;
  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;
  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: #1fc6c7;
}
.op-page-header-wrapper.style-09.default-style .breadcrumbs .widget .breadcrumbs span.current-item {
  margin-left: 14px;
  color: #1fc6c7;
}

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

@media (max-width: 575.98px) {
  .op-page-header-wrapper h2 {
    font-size: 36px;
  }
}
.op-contact-info.style-3 .contact-info-item {
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #efefef;
  padding: 40px;
  transition: all 0.3s;
  position: relative;
  height: 100%;
}
.op-contact-info.style-3 .contact-info-item.email:before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 140px;
  color: #1a1e32;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.op-contact-info.style-3 .contact-info-item.phone:before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 140px;
  color: #1a1e32;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.op-contact-info.style-3 .contact-info-item.phone i {
  transform: rotate(-45deg);
}
.op-contact-info.style-3 .contact-info-item.location:before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 140px;
  color: #1a1e32;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.op-contact-info.style-3 .contact-info-item:hover {
  box-shadow: 0 10px 50px 0 #35526317;
  border-color: transparent;
}
.op-contact-info.style-3 .contact-info-item:hover.email::before {
  opacity: 0.1;
  visibility: visible;
}
.op-contact-info.style-3 .contact-info-item:hover.phone::before {
  opacity: 0.1;
  visibility: visible;
}
.op-contact-info.style-3 .contact-info-item:hover.location::before {
  opacity: 0.1;
  visibility: visible;
}
.op-contact-info.style-3 .contact-info-item h4 {
  color: #1fc6c7;
  font-weight: 500;
  line-height: 1.56;
  margin-bottom: 17px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
  z-index: 2;
}
.op-contact-info.style-3 .contact-info-item h4:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  margin-top: 4px;
  font-family: "Font Awesome 5 Free";
  color: #1fc6c7;
  font-weight: 600;
  font-size: 16px;
}
.op-contact-info.style-3 .contact-info-item h3 {
  color: #1a1e32;
  font-weight: 600;
  line-height: 1.29;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.op-contact-info.style-3 .contact-info-item span {
  color: #627792;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  display: block;
  position: relative;
  z-index: 2;
}
.op-contact-info.style-3 .contact-info-item span a {
  color: #627792;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  display: block;
}
.op-contact-info.style-3 .contact-info-item i {
  font-size: 60px;
  color: #1fc6c7;
  margin-top: 20px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.contact-form-6 form:before {
  display: none;
}
.contact-form-6 form input:not([type=submit]) {
  color: #627792;
  border: 1px solid #eee;
  background-color: #f8f8f8;
  font-size: 15px;
  padding: 15px 20px;
  width: 100%;
  border-radius: 0;
  margin-bottom: 20px;
}
.contact-form-6 form textarea {
  height: 150px;
  color: #627792;
  border: 1px solid #eee;
  background-color: #f8f8f8;
  font-size: 15px;
  padding: 15px 20px;
  width: 100%;
  border-radius: 0;
  resize: none;
}
.contact-form-6 form label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1e32;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
}
.contact-form-6 form .submit-btn {
  position: relative;
  display: inline-block;
}
.contact-form-6 form .submit-btn input {
  color: #ffffff;
  text-align: center;
  position: relative;
  text-transform: capitalize;
  background-color: #ff662a;
  border: 2px solid #ff662a;
  border-radius: 4px;
  padding: 15px 45px;
  width: auto;
  height: auto;
  font-size: 16px;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-form-6 form .submit-btn input:hover {
  background-color: #1a1e32;
  border-color: #1a1e32;
}
.contact-form-6 form .submit-btn span {
  position: absolute;
}
.contact-form-6 form .checkbox span {
  display: block;
  margin: 0;
}
.contact-form-6 form .checkbox label {
  display: flex;
}
.contact-form-6 form .checkbox label input {
  flex-basis: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: 5px;
}
.contact-form-6 form .checkbox label span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.op-headline.style-8 h2 {
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}
.op-headline.style-8 h2::before {
  content: "";
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: #ffffff;
}

@media (max-width: 575.98px) {
  .op-headline.style-8 h2 {
    font-size: 36px;
  }
}
.op-headline.style-12 span {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: #1fc6c7;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 6px;
  display: inline-block;
}
.op-headline.style-12 span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1fc6c7;
  bottom: 0;
}
.op-headline.style-12 h2 {
  line-height: 1.3;
  font-weight: 700;
  color: #1a1e32;
}
@media (max-width: 575.98px) {
  .op-headline.style-12 h2 {
    font-size: 36px;
  }
}

.op-team-member.style-5 .team-member-wrapper {
  margin-right: 30px;
  transition: 0.3s;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member {
  position: relative;
  z-index: 1;
  transition: 0.3s;
  margin-left: 20px;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image {
  position: relative;
  z-index: 1;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image a {
  display: block;
  position: relative;
  cursor: pointer;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image a span.plus-icon {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image a span.plus-icon:before {
  position: absolute;
  content: "";
  z-index: 1;
  background: #ffffff;
  width: 100px;
  height: 100px;
  right: 0;
  bottom: 0;
  transform: rotate(45deg) translateX(75px) scale(0);
  transition: 0.8s;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image a span.plus-icon:after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  z-index: 1;
  right: 0;
  bottom: 0;
  line-height: 1;
  color: #034b5b;
  transition: 0.8s;
  transform: scale(0);
  transform-origin: right bottom;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image a img {
  transition: 0.3s;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: -20px;
  line-height: 1;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper a.social:before {
  font-family: "Font Awesome 5 Brands";
  line-height: 3;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper a.social:hover:before {
  background: #1a1e32;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 3;
  opacity: 0;
  transition: transform 0.4s ease-in, opacity 0.4s ease-in;
  transform: translateY(-20px);
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social:first-child {
  opacity: 1;
  transform: translateY(0);
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social:nth-last-child(5) {
  transition-delay: 0.5s;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social:nth-last-child(4) {
  transition-delay: 0.4s;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social:nth-last-child(3) {
  transition-delay: 0.3s;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social:nth-last-child(2) {
  transition-delay: 0.2s;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social:nth-last-child(1) {
  transition-delay: 0.1s;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social:before {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 2.5;
  background: #ff662a;
  color: #ffffff;
  transition: 0.4s;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social.share-icon:before {
  font-size: 18px;
  content: "";
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social.twitter:before {
  content: "";
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social.facebook:before {
  content: "";
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social.linked-in:before {
  content: "";
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social.instagram:before {
  content: "";
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-content-wrapper {
  padding-top: 23px;
  text-align: center;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-content-wrapper h3 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a1e32;
  margin: 0;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-content-wrapper h3 a {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a1e32;
  font-family: "Teko", sans-serif;
  transition: 0.3s;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-content-wrapper h3 a:hover {
  color: #ff662a;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-content-wrapper span {
  display: block;
  margin-top: 11px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #1fc6c7;
}
.op-team-member.style-5 .team-member-wrapper:hover .single-team-member .member-image a span.plus-icon:before {
  transform: rotate(45deg) translateX(75px) scale(1);
}
.op-team-member.style-5 .team-member-wrapper:hover .single-team-member .member-image a span.plus-icon:after {
  transform: scale(1);
}
.op-team-member.style-5 .team-member-wrapper:hover .single-team-member .member-image .social-icons-wrapper .social:not(:first-child) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.op-team-member.style-5 .team-member-wrapper:hover .single-team-member .member-image .social-icons-wrapper .social:not(:first-child):nth-child(2) {
  transition-delay: 0.1s;
}
.op-team-member.style-5 .team-member-wrapper:hover .single-team-member .member-image .social-icons-wrapper .social:not(:first-child):nth-child(3) {
  transition-delay: 0.2s;
}
.op-team-member.style-5 .team-member-wrapper:hover .single-team-member .member-image .social-icons-wrapper .social:not(:first-child):nth-child(4) {
  transition-delay: 0.3s;
}
.op-team-member.style-5 .team-member-wrapper:hover .single-team-member .member-image .social-icons-wrapper .social:not(:first-child):nth-child(5) {
  transition-delay: 0.4s;
}

@media (max-width: 575.98px) {
  .op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper {
    top: 20px;
  }

  .op-team-member.style-5 .team-member-wrapper .single-team-member .member-content-wrapper h3, .op-team-member.style-5 .team-member-wrapper .single-team-member .member-content-wrapper h3 a {
    font-size: 32px;
  }
}
.op-pricing-package-container.style-2 {
  padding: 40px;
  border: 1px solid #E3E6E9;
  border-radius: 10px;
  -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);
  transform: translateY(0);
}
.op-pricing-package-container.style-2 .op-star-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 5px;
  background: #1fc6c7;
  color: #ffffff;
  padding: 8px 12px;
}
.op-pricing-package-container.style-2 .pricing-image-container {
  position: relative;
}
.op-pricing-package-container.style-2 .pricing-image-container .package-title {
  font-weight: 700;
  font-size: 50px;
  z-index: 2;
  color: #1a1e32;
  line-height: 1;
  font-family: "Teko", sans-serif;
}
.op-pricing-package-container.style-2 .pricing-image-container .package-desc {
  padding-top: 10px;
  font-size: 14px;
}
.op-pricing-package-container.style-2 .package-pricing-info {
  padding-top: 30px;
  padding-bottom: 20px;
}
.op-pricing-package-container.style-2 .package-pricing-info .price {
  color: #1fc6c7;
  font-weight: 700;
  line-height: 1;
  font-size: 50px;
}
.op-pricing-package-container.style-2 .package-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.op-pricing-package-container.style-2 .package-features ul li {
  color: #1a1e32;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.op-pricing-package-container.style-2 .package-features ul li:not(:last-child) {
  border-bottom: 1px dashed #627792;
}
.op-pricing-package-container.style-2 .package-features ul li::before {
  -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);
  background: url(../images/checkmark-circle.svg) no-repeat;
  background-color: #ff662a;
  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-2 .package-features ul li.disable-feature {
  text-decoration: line-through;
}
.op-pricing-package-container.style-2 .plan-btn {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.op-pricing-package-container.style-2 .plan-btn a {
  display: block;
}
.op-pricing-package-container.style-2:hover, .op-pricing-package-container.style-2.active-package {
  transform: translateY(-10px);
  border: 1px solid transparent;
  background: #1a1e32;
}
.op-pricing-package-container.style-2:hover .op-star-icon, .op-pricing-package-container.style-2.active-package .op-star-icon {
  background: #ff662a;
}
.op-pricing-package-container.style-2:hover .pricing-image-container .package-title, .op-pricing-package-container.style-2.active-package .pricing-image-container .package-title {
  color: #ffffff;
}
.op-pricing-package-container.style-2:hover .pricing-image-container .package-desc, .op-pricing-package-container.style-2.active-package .pricing-image-container .package-desc {
  color: #ffffff;
}
.op-pricing-package-container.style-2:hover .package-pricing-info, .op-pricing-package-container.style-2.active-package .package-pricing-info {
  color: #ffffff;
}
.op-pricing-package-container.style-2:hover .package-pricing-info .price, .op-pricing-package-container.style-2.active-package .package-pricing-info .price {
  color: #ffffff;
}
.op-pricing-package-container.style-2:hover .package-features ul li, .op-pricing-package-container.style-2.active-package .package-features ul li {
  color: #ffffff;
}
.op-pricing-package-container.style-2:hover .package-features ul li::before, .op-pricing-package-container.style-2.active-package .package-features ul li::before {
  background-color: #ff662a;
}
.op-pricing-package-container.style-2:hover .package-features ul li:not(:last-child), .op-pricing-package-container.style-2.active-package .package-features ul li:not(:last-child) {
  border-bottom: 1px dashed #ffffff;
}

.pricing-section > .elementor-container {
  justify-content: center;
}

@media (max-width: 575.98px) {
  .op-pricing-package-container.style-2 {
    padding: 30px 20px;
  }

  .op-pricing-package-container.style-2 .pricing-image-container .package-title {
    font-size: 38px;
  }
}
.op-logos.style-1 .logos-carousel {
  border-left: 1px solid #ff662a;
  border-right: 1px solid #ff662a;
}
.op-logos.style-1 .logo-item {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #ff662a;
}
.op-logos.style-1 .logo-item img {
  display: inline-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);
}
.op-logos.style-1 .logo-item:hover img {
  transform: scale(1.1);
}

.op-list-container.style-1 > div {
  justify-content: space-between;
}
.op-list-container.style-1 .list-style li {
  padding-left: 35px;
  font-weight: 400;
  color: #627792;
  font-size: 17px;
  line-height: 1.889;
  position: relative;
}
.op-list-container.style-1 .list-style li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  color: #ff662a;
  transform: scale(1);
  transform-origin: right center;
  transition: transform 500ms ease;
  font-weight: 900;
}
.op-list-container.style-1 .list-style li:hover:before {
  transform: scale(0.75);
}
.op-list-container.style-1 .list-style li:not(:first-child) {
  margin-top: 6px;
}
.op-list-container.style-1 .faq-experience {
  background-color: #1fc6c7;
  text-align: center;
  max-width: 200px;
  width: 100%;
  padding: 28px 0 38px;
}
.op-list-container.style-1 .faq-experience .experience-box h4 {
  font-size: 60px;
  color: #ffffff;
  line-height: 1.166;
  font-weight: 900;
  margin: 0;
}
.op-list-container.style-1 .faq-experience .experience-box p {
  color: #ffffff;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.388;
}

.list-alignment .op-list-container.style-1 > div {
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .op-headline.style-6 h2 {
    font-size: 32px;
  }

  .op-list-container.style-1 .faq-experience {
    max-width: 100%;
  }

  .list-alignment .op-list-container.style-1 > div {
    justify-content: flex-start;
  }
}
.op-accordion.style-1 .card {
  position: relative;
  display: block;
  border: none;
}
.op-accordion.style-1 .card:not(:last-child) {
  margin-bottom: 10px;
}
.op-accordion.style-1 .card .card-header {
  border-radius: 0;
  background: none;
  border: none;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
}
.op-accordion.style-1 .card .card-header h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.555;
  color: #1a1e32;
  text-transform: uppercase;
}
.op-accordion.style-1 .card .card-header h4 a {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.555;
  color: #1a1e32;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  padding: 23px 30px;
  display: block;
  text-align: left;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e6e9ef;
  border-bottom: 0;
}
.op-accordion.style-1 .card .card-header h4 a span {
  color: #1fc6c7;
  display: inline-block;
}
.op-accordion.style-1 .card .card-header h4 a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #1fc6c7;
  position: absolute;
  top: 19px;
  right: 20px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.op-accordion.style-1 .card .card-header h4 a.collapsed {
  background-color: #f2f4f8;
  border-color: transparent;
}
.op-accordion.style-1 .card .card-header h4 a.collapsed:before {
  content: "";
  color: #1fc6c7;
}
.op-accordion.style-1 .card .card-content {
  position: relative;
}
.op-accordion.style-1 .card .card-content .card-body {
  font-size: 16px;
  font-weight: 500;
  color: #627792;
  line-height: 2.125;
  padding: 0px 40px 28px;
  border: 1px solid #e6e9ef;
  border-top: 0;
}

@media (max-width: 575.98px) {
  .op-accordion.style-1 .card .card-header h4 a, .op-accordion.style-1 .card .card-content .card-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .op-accordion.style-1 .card .card-header h4 a:before {
    right: 15px;
  }
}
.opus-services.style-6 ul li {
  margin: 2px 0;
}
.opus-services.style-6 ul li .single-service a {
  color: #1a1e32;
  background-color: #ffffff;
  padding: 15px 40px 15px 25px;
  display: block;
  position: relative;
  border-radius: 0px;
  font-weight: normal;
  font-size: 15px;
  font-weight: 500;
}
.opus-services.style-6 ul li .single-service a:before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  color: #1a1e32;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.opus-services.style-6 ul li .single-service a:hover {
  background-color: #1fc6c7;
  color: #ffffff;
}
.opus-services.style-6 ul li .single-service a:hover:before {
  color: #ffffff;
}

.op-image-box.style-10 {
  position: relative;
}
.op-image-box.style-10::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 20px;
  width: 50px;
  height: 4px;
  background: #1fc6c7;
  -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-image-box.style-10 h3 {
  margin-bottom: 10px;
}
.op-image-box.style-10 h3 a {
  font-family: "Teko", sans-serif;
  color: #1a1e32;
  font-size: 38px;
  font-weight: 600;
}
.op-image-box.style-10:hover::before {
  width: calc(100% - 115px);
}
.op-image-box.style-10:hover h3 a {
  color: #ff662a;
}
.op-image-box.style-10:hover .image-container img {
  transform: scale(1.1);
}
.op-image-box.style-10:hover .image-box-text-container .read-more-image-box {
  background: #1a1e32;
}
.op-image-box.style-10 .image-container {
  overflow: hidden;
}
.op-image-box.style-10 .image-container img {
  -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-image-box.style-10 .image-box-text-container {
  padding: 20px 20px 31px 20px;
  background: #ffffff;
  position: relative;
}
.op-image-box.style-10 .image-box-text-container .read-more-image-box {
  height: 50px;
  width: 50px;
  background: #1fc6c7;
  position: absolute;
  display: block;
  right: 25px;
  bottom: -25px;
  border-radius: 4px;
  -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-image-box.style-10 .image-box-text-container .read-more-image-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 30px;
  width: 30px;
  background: url(../images/arrow-right.svg) no-repeat;
  transform: translate(-50%, -50%);
  background-size: 20px;
  background-position: center;
}

.service-section > .elementor-container {
  justify-content: center;
}
.service-section .op-image-box.style-10 {
  box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, 0.3);
}

@media (max-width: 575.98px) {
  .op-image-box.style-10 h3 a {
    font-size: 32px;
  }
}
.op-working-steps.style-1 .working-steps .single-working-step {
  text-align: center;
  padding: 0 25px;
  position: relative;
  margin-bottom: 50px;
}
.op-working-steps.style-1 .working-steps .single-working-step .icon-container i {
  font-size: 80px;
  color: #ff662a;
  transition: transform 0.5s;
}
.op-working-steps.style-1 .working-steps .single-working-step .text-container span {
  margin-top: 23px;
  color: #627792;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.222;
  display: inline-block;
}
.op-working-steps.style-1 .working-steps .single-working-step .text-container h4 {
  margin-top: 9px;
  margin-bottom: 0;
  font-weight: 600;
  color: #1a1e32;
}
.op-working-steps.style-1 .working-steps:not(:last-child) .single-working-step::before {
  position: absolute;
  content: "";
  top: 0;
  right: -27%;
  background-image: url("../images/step-arrow1.png");
  height: 100px;
  width: 115px;
  background-repeat: no-repeat;
  background-size: cover;
}
.op-working-steps.style-1 .working-steps:nth-child(2n) .single-working-step::before {
  background-image: url("../images/step-arrow2.png");
}
.op-working-steps.style-1 .working-steps:hover .icon-container i {
  transform: rotateY(180deg);
}

@media (max-width: 1199.98px) {
  .op-working-steps.style-1 .working-steps:nth-child(2n) .single-working-step::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .op-working-steps.style-1 .working-steps:not(:last-child) .single-working-step::before {
    display: none;
  }
}
.op-image-content.style-2 .image-container {
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
}
.op-image-content.style-2 .image-container:before {
  position: absolute;
  content: "";
  right: -15px;
  top: -15px;
  background: #1fc6c7;
  width: 120px;
  height: 15px;
}
.op-image-content.style-2 .image-container:after {
  position: absolute;
  content: "";
  right: -15px;
  top: -15px;
  background: #1fc6c7;
  width: 15px;
  height: 105px;
}
.op-image-content.style-2 .image-content {
  left: 0;
  bottom: 30px;
  padding: 20px 30px;
  background: #ffffff;
  border-left: 4px solid #1fc6c7;
  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: #1fc6c7;
  font-weight: 900;
  line-height: 1;
}
.op-image-content.style-2 .image-content span.sub-headline {
  color: #1a1e32;
}

@media (max-width: 767.98px) {
  .op-image-content.style-2 .image-container {
    margin: 0;
  }

  .op-image-content.style-2 .image-content {
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .op-image-content.style-2 .image-content {
    padding: 15px;
  }

  .op-image-content.style-2 .image-content span.headline {
    font-size: 28px;
  }
}
.op-image-content.style-1 .image-container {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.op-image-content.style-1 .image-container img {
  z-index: 2;
  position: relative;
}
.op-image-content.style-1 .image-container::before {
  content: "";
  position: absolute;
  top: -30px;
  width: 200px;
  height: 100%;
  border: 10px solid #ff662a;
  left: 0;
  z-index: 1;
}
.op-image-content.style-1 .image-container::after {
  content: "";
  position: absolute;
  top: 50px;
  width: 200px;
  height: calc(100% - 50px);
  border: 10px solid #1fc6c7;
  right: 0;
  z-index: 1;
}
.op-image-content.style-1 .image-content {
  display: flex;
  justify-content: flex-end;
  margin-top: -15px;
  z-index: 2;
  position: relative;
}
.op-image-content.style-1 .image-content span {
  background: #1fc6c7;
  padding: 15px 20px;
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .op-image-content.style-1 .image-container {
    padding: 0;
  }
  .op-image-content.style-1 .image-container::before, .op-image-content.style-1 .image-container:after {
    display: none;
  }

  .op-image-content.style-1 .image-content {
    display: none;
  }
}
.op-counter.style-7 {
  background-color: #1a1e32;
  padding: 46px 28px 38px 30px;
  border-radius: 10px;
  transition: all 0.3s;
  color: #ffffff;
}
.op-counter.style-7:hover {
  transform: translateY(-10px);
}
.op-counter.style-7 .icon-container {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
}
.op-counter.style-7 .icon-container i {
  font-size: 48px;
}
.op-counter.style-7 .icon-container span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 15px;
}
.op-counter.style-7 .odometer-content span {
  font-size: 65px;
  line-height: 1.23;
  font-weight: 900;
}
@media (max-width: 575.98px) {
  .op-counter.style-7 .odometer-content span {
    font-size: 36px;
  }
}
.op-counter.style-7 .sub-headline {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}

.statistics-section > .elementor-container {
  justify-content: center;
}

@media (max-width: 575.98px) {
  .op-counter.style-7 {
    padding: 20px;
    border-radius: 10px;
  }
}
.op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container {
  padding: 40px;
  background: #f6faff;
  padding-left: 120px;
  border-radius: 0px 150px 0px 150px;
  margin-left: -150px;
  position: relative;
  margin-top: 100px;
}
.op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-quote {
  width: 75px;
  height: 150px;
  line-height: 3;
  background: #1fc6c7;
  text-align: center;
  border-radius: 30px 30px 30px 0%;
  font-size: 50px;
  position: absolute;
  top: -130px;
  left: 120px;
  color: #ffffff;
}
.op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-item .content-wrapper p {
  font-size: 22px;
  color: #627792;
  margin-bottom: 20px;
  line-height: 1.8;
}
.op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-item .content-wrapper h4 {
  font-size: 24px;
  font-weight: 900;
  color: #ff662a;
  margin-bottom: 8px;
  line-height: 1.2;
}
.op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-item .content-wrapper span {
  font-size: 15px;
  color: #1fc6c7;
  line-height: 1.5;
}
.op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-dots-container {
  position: absolute;
  right: 50px;
}
.op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-dots-container .slick-dots {
  padding-top: 0;
  margin: 0;
}
.op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-dots-container .slick-dots li {
  padding: 0;
}
.op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-dots-container .slick-dots li button {
  border: 0;
  width: 10px;
  height: 12px;
  background: #ccdbef;
  margin: 0 5px;
  border-radius: 50%;
  padding: 1px 6px;
}
.op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-dots-container .slick-dots li button:before {
  display: none;
}
.op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-dots-container .slick-dots li.slick-active button {
  background: #ff662a;
}
.op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-dots-container .slick-dots li.slick-active button:before, .op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-dots-container .slick-dots li.slick-active button:after {
  display: none;
}

@media (max-width: 1023.98px) {
  .op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container {
    padding-left: 40px;
    border-radius: 0;
    margin-left: 0;
  }

  .op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-quote {
    left: 50px;
  }
}
@media (max-width: 767.98px) {
  .op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-item .content-wrapper p {
    font-size: 16px;
  }

  .op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container {
    margin-top: 0;
  }

  .op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-quote {
    display: none;
  }

  .op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-dots-container {
    position: relative;
    margin: 20px 0px 10px;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container {
    padding: 20px;
  }

  .op-testimonials-slider-container-9.style-9 .op-testimonial-slider-inner-container .testimonial-item .content-wrapper h5 {
    font-size: 20px;
  }
}
.op-testimonials-slider-container.style-10 .dots-container .slick-dots {
  justify-content: flex-start;
}
.op-testimonials-slider-container.style-10 .dots-container .slick-dots li button::before {
  background: #ff662a;
}
.op-testimonials-slider-container.style-10 .dots-container .slick-dots li.slick-active button::before {
  background: #1fc6c7;
}
.op-testimonials-slider-container.style-10 .dots-container .slick-dots li.slick-active button::after {
  background: #1fc6c7;
}
.op-testimonials-slider-container.style-10 .op-testimonial-slider-inner-container {
  position: relative;
  display: block;
  margin-right: -250px;
}
.op-testimonials-slider-container.style-10 .op-testimonials-slider-item {
  padding: 0px 15px 35px;
}
.op-testimonials-slider-container.style-10 .op-testimonials-slider-item .image-wrapper {
  position: absolute;
  right: 20px;
  bottom: -35px;
  padding: 3px;
  border: 2px solid #1fc6c7;
  z-index: 5;
  -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-testimonials-slider-container.style-10 .op-testimonials-slider-item .image-wrapper img {
  width: 70px;
}
.op-testimonials-slider-container.style-10 .op-testimonials-slider-item .testimonial-item {
  background: #ffffff;
  font-size: 18px;
  position: relative;
  display: block;
  padding: 50px 60px 56px;
}
.op-testimonials-slider-container.style-10 .op-testimonials-slider-item .testimonial-item i {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #1fc6c7;
  font-size: 100px;
  z-index: 0;
  opacity: 0.15;
}
.op-testimonials-slider-container.style-10 .op-testimonials-slider-item .testimonial-item p {
  position: relative;
}
.op-testimonials-slider-container.style-10 .op-testimonials-slider-item .testimonial-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1fc6c7;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 500ms ease;
}
.op-testimonials-slider-container.style-10 .op-testimonials-slider-item .testimonial-item:hover .image-wrapper {
  background: #1fc6c7;
}
.op-testimonials-slider-container.style-10 .op-testimonials-slider-item .testimonial-item:hover::after {
  transform: scale(1, 1);
  transform-origin: left center;
}
.op-testimonials-slider-container.style-10 .op-testimonials-slider-item .testimonial-item h5 {
  margin-top: 30px;
  color: #1fc6c7;
  font-size: 18px;
  margin-bottom: 0;
}
.op-testimonials-slider-container.style-10 .op-testimonials-slider-item .testimonial-item .designation {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ff662a;
}

.slick-dots {
  display: flex;
  padding-top: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
}
.slick-dots li {
  padding-right: 5px;
  margin-bottom: 0;
}
.slick-dots li.slick-active button::before {
  width: 15px;
  height: 15px;
  background: #ff662a;
}
.slick-dots li.slick-active button:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #1a1e32;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: block;
  font-size: 0;
  text-indent: -9999px;
  position: relative;
  border: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -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-testimonials-slider-container-3.style-3 .testimonial-item .content-wrapper p {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1.625;
  color: #627792;
}
.op-testimonials-slider-container-3.style-3 .testimonial-item .content-wrapper h3 {
  color: #1fc6c7;
  font-size: 38px;
  font-weight: 600;
  margin-top: 27px;
  margin-bottom: 0;
  line-height: 1.4;
  text-transform: capitalize;
}
.op-testimonials-slider-container-3.style-3 .testimonial-item .content-wrapper span {
  color: #ff662a;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 2.1666;
  display: inline-block;
  font-weight: 400;
}
.op-testimonials-slider-container-3.style-3 button.slick-arrow {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 4.067;
  border-radius: 50%;
  font-size: 0;
  outline: none;
  border: 1px solid #ff662a;
  color: #1a1e32;
  transition: 0.3s;
  font-weight: 400;
  background: transparent;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 55px;
}
.op-testimonials-slider-container-3.style-3 button.slick-arrow:before {
  font-size: 16px;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.op-testimonials-slider-container-3.style-3 button.slick-arrow.slick-prev {
  margin-right: 15px;
  z-index: 1;
}
.op-testimonials-slider-container-3.style-3 button.slick-arrow.slick-prev::before {
  content: "";
}
.op-testimonials-slider-container-3.style-3 button.slick-arrow.slick-next {
  bottom: 0;
  right: 0;
}
.op-testimonials-slider-container-3.style-3 button.slick-arrow.slick-next:before {
  content: "";
}
.op-testimonials-slider-container-3.style-3 button.slick-arrow:hover {
  background: #ff662a;
  border-color: #ff662a;
  color: #ffffff;
}

@media (max-width: 1023.98px) {
  .history-bg > .elementor-widget-wrap {
    min-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .op-testimonials-slider-container-3.style-3 .testimonial-item .content-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .op-testimonials-slider-container-3.style-3 button.slick-arrow {
    display: none !important;
  }

  .op-testimonials-slider-container-3.style-3 .testimonial-item .content-wrapper h3 {
    font-size: 32px;
  }
}
.op-section-slider.style-2 .arrows-container {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 2;
  display: flex;
}
.op-section-slider.style-2 .arrows-container .slick-arrow {
  background: none;
  border: none;
  color: #fff;
  font-size: 0;
  width: 50px;
  height: 50px;
  position: relative;
}
.op-section-slider.style-2 .arrows-container .slick-arrow:focus {
  outline: none;
}
.op-section-slider.style-2 .arrows-container .slick-arrow:hover::before {
  background-color: #1a1e32;
}
.op-section-slider.style-2 .arrows-container .slick-arrow::before {
  content: "";
  background-image: url(../images/chevron-left.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 4px 0 0 0;
  background-size: 25px !important;
  background-position: center;
  background-color: #ff662a;
  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-2 .arrows-container .slick-arrow.slick-next::before {
  border-radius: 0 4px 0 0;
  background-image: url(../images/chevron-right.svg);
}
.op-section-slider.style-2 .op-slider-item {
  position: relative;
  overflow: hidden;
}
.op-section-slider.style-2 .op-slider-item.animate-slide-item .banner-background-image {
  transform: scale(1.07);
}
.op-section-slider.style-2 .op-slider-item.animate-slide-item .banner-caption .left-overlay,
.op-section-slider.style-2 .op-slider-item.animate-slide-item .banner-caption .right-overlay {
  transform: translateX(0) rotateZ(45deg);
  opacity: 1;
}
.op-section-slider.style-2 .op-slider-item.animate-slide-item .banner-caption .primary-overlay,
.op-section-slider.style-2 .op-slider-item.animate-slide-item .banner-caption .banner-image-right {
  transform: translateX(0);
  opacity: 1;
}
.op-section-slider.style-2 .op-slider-item.animate-slide-item .banner-caption p, .op-section-slider.style-2 .op-slider-item.animate-slide-item .banner-caption h1, .op-section-slider.style-2 .op-slider-item.animate-slide-item .banner-caption .banner-btns {
  opacity: 1;
  transform: translateY(0);
}
.op-section-slider.style-2 .op-slider-item .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.7;
  z-index: 2;
}
.op-section-slider.style-2 .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-2 .op-slider-item .banner-caption {
  padding-top: 175px;
  padding-bottom: 175px;
  width: 100%;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.op-section-slider.style-2 .op-slider-item .banner-caption .left-overlay {
  position: absolute;
  top: -150px;
  left: -150px;
  height: 300px;
  width: 300px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #1fc6c7;
  transform: rotateZ(45deg) translateX(-250px);
  transition-delay: 0.25s;
}
.op-section-slider.style-2 .op-slider-item .banner-caption .right-overlay {
  position: absolute;
  bottom: -250px;
  right: -250px;
  height: 500px;
  width: 500px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #1fc6c7;
  transform: rotateZ(45deg) translateX(250px);
  transition-delay: 0.5s;
}
.op-section-slider.style-2 .op-slider-item .banner-caption p {
  font-size: 18px;
  opacity: 0;
  transform: translateY(20px);
  margin-top: 12px;
  -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;
}
.op-section-slider.style-2 .op-slider-item .banner-caption h1 {
  color: #ffffff;
  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);
}
.op-section-slider.style-2 .op-slider-item .banner-caption .banner-btns {
  display: flex;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(20px);
  -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;
}
.op-section-slider.style-2 .op-slider-item .banner-caption .banner-btns a:not(:last-child) {
  margin-right: 30px;
}
.op-section-slider.style-2 .op-slider-item .banner-caption .banner-image-right {
  opacity: 0;
  transform: translateX(50px);
  -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);
  transition-delay: 0.5s;
}
.op-section-slider.style-2 .op-slider-item .banner-caption .banner-image-right img {
  border: 10px solid #ffffff;
  border-radius: 50% 0 50% 50%;
}

@media (max-width: 767.98px) {
  .op-section-slider.style-2 .op-slider-item .banner-caption .left-overlay, .op-section-slider.style-2 .op-slider-item .banner-caption .right-overlay {
    display: none;
  }

  .op-section-slider.style-2 .op-slider-item .banner-caption {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (max-width: 575.98px) {
  .op-section-slider.style-2 .op-slider-item .banner-caption .banner-btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .op-section-slider.style-2 .op-slider-item .banner-caption .banner-btns a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .op-section-slider.style-2 .arrows-container {
    display: none;
  }
}
.op-working-steps.style-2 .working-steps .single-working-step {
  text-align: center;
  margin-bottom: 50px;
}
.op-working-steps.style-2 .working-steps .single-working-step .icon-container {
  margin-bottom: 30px;
  position: relative;
}
.op-working-steps.style-2 .working-steps .single-working-step .icon-container::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  background: #1fc6c7;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.op-working-steps.style-2 .working-steps .single-working-step .icon-container i {
  position: relative;
  z-index: 1;
  font-size: 70px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 400ms linear;
}
.op-working-steps.style-2 .working-steps .single-working-step .text-container {
  padding: 0 10px;
}
.op-working-steps.style-2 .working-steps .single-working-step .text-container h4 {
  color: #1a1e32;
  font-weight: 600;
  margin-bottom: 20px;
}
.op-working-steps.style-2 .working-steps .single-working-step:hover .icon-container::before {
  background-color: #1fc6c7;
}
.op-working-steps.style-2 .working-steps .single-working-step:hover .icon-container i {
  transform: translateX(30px) translateY(-35px);
  color: #1a1e32;
}
.op-working-steps.style-2 .working-steps .single-working-step:hover .text-container h4 {
  color: #ff662a;
}

@media (max-width: 991.98px) {
  .op-working-steps.style-2 .working-steps .single-working-step .text-container {
    padding: 0;
  }
}
.op-blog-2 .opus-single-blog {
  background-color: #f6faff;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 50px;
}
.op-blog-2 .opus-single-blog:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1fc6c7;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 500ms ease;
}
.op-blog-2 .opus-single-blog:hover {
  background-color: #ffffff;
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.1);
}
.op-blog-2 .opus-single-blog:hover::before {
  transform: scale(1, 1);
  transform-origin: left center;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper {
  padding: 0 30px 30px;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .categories {
  margin-top: -15px;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .categories:not(:last-child) {
  margin-right: 15px;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .categories a {
  display: none;
  background-color: #1fc6c7;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 5px;
  text-transform: capitalize;
  transition: all 0.3s;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .categories a:first-child {
  display: inline-block;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .categories a:hover {
  background-color: #1a1e32;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .date-admin-wrapper {
  position: relative;
  padding-left: 12px;
  margin: 28px 0 9px 0;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .date-admin-wrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 16.5%;
  width: 2px;
  height: 67%;
  background-color: #1a1e32;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .date-admin-wrapper span {
  font-size: 14px;
  line-height: 1.5;
  color: #1a1e32;
  font-weight: 500;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .date-admin-wrapper span:first-child {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .date-admin-wrapper span:first-child:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 4px;
  height: 4px;
  background-color: #1a1e32;
}
@media (max-width: 575.98px) {
  .op-blog-2 .opus-single-blog .blog-content-wrapper .date-admin-wrapper span:first-child:after {
    display: none;
  }
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .date-admin-wrapper span a {
  font-size: 14px;
  line-height: 1.5;
  color: #1a1e32;
  font-weight: 500;
  transition: all 0.3s;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .date-admin-wrapper span a:hover {
  color: #1fc6c7;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .content-wrapper .blog-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .content-wrapper .blog-heading a {
  font-size: 38px;
  font-family: "Teko", sans-serif;
  color: #1a1e32;
  font-weight: 700;
  transition: all 0.3s;
  line-height: 1;
}
.op-blog-2 .opus-single-blog .blog-content-wrapper .content-wrapper .blog-heading a:hover {
  color: #ff662a;
}

@media (max-width: 575.98px) {
  .op-blog-2 .opus-single-blog .blog-content-wrapper .content-wrapper .blog-heading a {
    font-size: 32px;
  }
}
.op-icon-box-slider-container.style-2 .op-icon-box-inner-container .icon-box-slider {
  margin: 0 15px;
  text-align: left;
  background-color: #ffffff;
  padding: 30px;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
  box-shadow: 0 16px 43px -15px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.op-icon-box-slider-container.style-2 .op-icon-box-inner-container .icon-box-slider:before {
  position: absolute;
  content: "";
  top: -120px;
  right: -120px;
  background: #ff662a;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 10px solid #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.op-icon-box-slider-container.style-2 .op-icon-box-inner-container .icon-box-slider .icon-container {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #ff662a;
  position: relative;
  margin: 0 0 20px;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.op-icon-box-slider-container.style-2 .op-icon-box-inner-container .icon-box-slider .icon-container i {
  font-size: 42px;
  color: #ff662a;
  transition: 0.4s;
  line-height: 1.486;
  z-index: 2;
}
.op-icon-box-slider-container.style-2 .op-icon-box-inner-container .icon-box-slider .icon-container:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #ffffff;
  z-index: 1;
  border-radius: 50%;
  transition: 0.4s;
}
.op-icon-box-slider-container.style-2 .op-icon-box-inner-container .icon-box-slider .icon-text-container h3 {
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1e32;
}
.op-icon-box-slider-container.style-2 .op-icon-box-inner-container .icon-box-slider .icon-text-container p {
  font-size: 16px;
  line-height: 1.625;
  color: #627792;
  margin-bottom: 22px;
}
.op-icon-box-slider-container.style-2 .op-icon-box-inner-container .icon-box-slider:hover {
  background-color: #1fc6c7;
  box-shadow: 0 16px 43px -15px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
}
.op-icon-box-slider-container.style-2 .op-icon-box-inner-container .icon-box-slider:hover:before {
  visibility: visible;
  opacity: 1;
  top: -55px;
  right: -55px;
}
.op-icon-box-slider-container.style-2 .op-icon-box-inner-container .icon-box-slider:hover .icon-container {
  border-color: #ffffff;
}
.op-icon-box-slider-container.style-2 .op-icon-box-inner-container .icon-box-slider:hover .icon-container:before {
  background: #ffffff;
}
.op-icon-box-slider-container.style-2 .op-icon-box-inner-container .icon-box-slider:hover .icon-text-container h3 {
  color: #ffffff;
}
.op-icon-box-slider-container.style-2 .op-icon-box-inner-container .icon-box-slider:hover .icon-text-container p {
  color: #ffffff;
}

.choose-us .slick-dots li button::before {
  width: 12px;
  height: 12px;
}
.choose-us .slick-dots li.slick-active button::before {
  background-color: #ff662a;
  width: 17px;
  height: 17px;
}
.choose-us .slick-dots li.slick-active button::after {
  background-color: #1a1e32;
  width: 12px;
  height: 12px;
}

@media (max-width: 575.98px) {
  .op-icon-box-slider-container.style-2 .op-icon-box-inner-container .icon-box-slider {
    padding: 20px;
  }
}
.section-404.style-1 {
  padding: 120px 0;
}
.section-404.style-1 .content-404 {
  text-align: center;
  padding: 0 15px;
}
.section-404.style-1 .content-404 .error-text h1 {
  color: #1a1e32;
  text-transform: capitalize;
  font-weight: 700;
  margin: 40px 0;
}

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