/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  background: #fff;
}

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

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

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

.sticky {
  position: relative;
}

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

a {
  color: #666666;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  color: #2c2d31;
  text-decoration: none;
}

body {
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
  color: #666666;
}

p {
  font-size: 17px;
  line-height: 1.64;
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  color: #2c2d31;
  font-weight: 700;
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

.stretched-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200vw;
  height: 100%;
  background: #F6F6F6;
}

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

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

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

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

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

.rsswidget img {
  width: auto;
}

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

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

iframe {
  width: 100%;
}

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

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

.op-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
}
.op-header.style-8.sticky-header .top-header {
  display: none;
}
.op-header.style-8.sticky-header .bottom-header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  animation-name: slideInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.op-header.style-8 .top-header {
  background-color: #ffb545;
  padding: 15px 0;
}
.op-header.style-8 .top-header .contact-info li {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4285;
}
.op-header.style-8 .top-header .contact-info li a {
  color: #ffffff;
}
.op-header.style-8 .top-header .contact-info li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.op-header.style-8 .top-header .contact-info li i {
  margin-right: 16px;
}
.op-header.style-8 .top-header .contact-info li.address {
  margin-left: 25px;
}
.op-header.style-8 .top-header .header-social-icons li i,
.op-header.style-8 .top-header .header-social-icons li svg {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  margin-left: 25px;
}
.op-header.style-8 .top-header .header-social-icons li i:hover,
.op-header.style-8 .top-header .header-social-icons li svg:hover {
  color: rgba(255, 255, 255, 0.7);
}
.op-header.style-8 .bottom-header {
  background-color: #ffffff;
}
.op-header.style-8 .bottom-header .logo-wrapper a img {
  width: 151px;
}
.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: 50%;
  transform: translate(-50%, -50%);
}
.op-header.style-8 .bottom-header .header-search-wrapper form::before {
  position: absolute;
  content: "\f002";
  top: 50%;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
}
.op-header.style-8 .bottom-header .header-search-wrapper form::before:hover {
  color: rgba(255, 255, 255, 0.3);
}
.op-header.style-8 .bottom-header .header-search-wrapper form input#searchsubmit {
  width: auto;
  height: auto;
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 0;
  padding: 0;
  border: 0;
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form {
  background: rgba(169, 142, 237, 0.968627451);
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2082797;
  display: none;
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form .cross-icon {
  position: relative;
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form .cross-icon::before {
  position: absolute;
  content: "\f00d";
  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: rgba(255, 255, 255, 0.3019607843);
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form.active {
  display: none;
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form input {
  outline: none;
  padding: 30px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  font-size: 42px;
  line-height: 1.2619;
  font-weight: 700;
  color: #ffffff;
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form input:focus {
  border-color: #ffffff;
}
.op-header.style-8 .bottom-header .header-search-wrapper .header-search-form input::placeholder {
  font-size: 42px;
  line-height: 1.2619;
  font-weight: 700;
  color: #ffffff;
}
.op-header.style-8 .bottom-header .header-search {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}
.op-header.style-8 .bottom-header .header-search::before {
  position: absolute;
  content: "\f002";
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  color: #193139;
  transition: all 0.3s;
}
.op-header.style-8 .bottom-header .header-search:hover::before {
  color: #929ead;
}
.op-header.style-8 .navigation-menu-container ul {
  display: flex;
  list-style: none;
}
.op-header.style-8 .navigation-menu-container ul > li {
  margin-right: 30px;
  position: relative;
  padding: 34px 0;
}
@media (min-width: 1009px) and (max-width: 1200px) {
  .op-header.style-8 .navigation-menu-container ul > li {
    margin-right: 20px;
  }
}
.op-header.style-8 .navigation-menu-container ul > li.current-menu-item > a, .op-header.style-8 .navigation-menu-container ul > li.current_page_item > a {
  color: #193139;
}
.op-header.style-8 .navigation-menu-container ul > li.current-menu-item > a::before, .op-header.style-8 .navigation-menu-container ul > li.current_page_item > a::before {
  width: 100%;
}
.op-header.style-8 .navigation-menu-container ul > li > a {
  font-size: 16px;
  line-height: 1.3125;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s;
  position: relative;
  white-space: nowrap;
}
.op-header.style-8 .navigation-menu-container ul > li > a:hover {
  color: #2c2d31;
}
.op-header.style-8 .navigation-menu-container ul > li > a:hover::before {
  width: 100%;
}
.op-header.style-8 .navigation-menu-container ul > li > a::before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  right: 0;
  background: linear-gradient(110deg, rgb(65, 212, 212) 0%, rgb(168, 142, 237) 100%);
  background: linear-gradient(110deg, #2c2d31 0%, #02bbce 100%);
  width: 0%;
  height: 2px;
  border-radius: 2px;
  transition: all 0.3s;
}
.op-header.style-8 .navigation-menu-container ul > li.right-primary-btn, .op-header.style-8 .navigation-menu-container ul > li:last-child {
  position: relative;
  margin-right: 10px;
  overflow: hidden;
}
.op-header.style-8 .navigation-menu-container ul > li.right-primary-btn > a, .op-header.style-8 .navigation-menu-container ul > li:last-child > a {
  padding: 20px 30px;
  background: #02bbce;
  color: #ffffff;
  border-radius: 4px;
}
.op-header.style-8 .navigation-menu-container ul > li.right-primary-btn > a::after, .op-header.style-8 .navigation-menu-container ul > li:last-child > a::after {
  content: attr(data-content);
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  padding: 17px 25px 15px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-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);
  background: #2c2d31;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  z-index: 11;
}
.op-header.style-8 .navigation-menu-container ul > li.right-primary-btn:hover > a::before, .op-header.style-8 .navigation-menu-container ul > li:last-child:hover > a::before {
  display: none;
}
.op-header.style-8 .navigation-menu-container ul > li.right-primary-btn:hover > a::after, .op-header.style-8 .navigation-menu-container ul > li:last-child:hover > a::after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.op-header.style-8 .navigation-menu-container ul > li:hover .sub-menu, .op-header.style-8 .navigation-menu-container ul > li:hover .children {
  display: block;
  visibility: visible;
  opacity: 1;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu, .op-header.style-8 .navigation-menu-container ul > li .children {
  position: absolute;
  top: 100%;
  left: 0;
  width: 270px;
  border-radius: 4px;
  background-color: #fff;
  z-index: 98080;
  display: block;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #d8dede;
  padding: 40px 35px;
  transition: all 0.3s;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li, .op-header.style-8 .navigation-menu-container ul > li .children li {
  padding: 15px 0;
  position: relative;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li .sub-menu, .op-header.style-8 .navigation-menu-container ul > li .sub-menu li .children, .op-header.style-8 .navigation-menu-container ul > li .children li .sub-menu, .op-header.style-8 .navigation-menu-container ul > li .children li .children {
  position: absolute;
  top: 20px;
  left: 232px;
  display: block;
  visibility: hidden;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li:hover .sub-menu, .op-header.style-8 .navigation-menu-container ul > li .sub-menu li:hover .children, .op-header.style-8 .navigation-menu-container ul > li .children li:hover .sub-menu, .op-header.style-8 .navigation-menu-container ul > li .children li:hover .children {
  display: block;
  visibility: visible;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li:first-child, .op-header.style-8 .navigation-menu-container ul > li .children li:first-child {
  padding-top: 0;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li:last-child, .op-header.style-8 .navigation-menu-container ul > li .children li:last-child {
  padding-bottom: 0;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li:not(:last-child), .op-header.style-8 .navigation-menu-container ul > li .children li:not(:last-child) {
  border-bottom: 1px solid #d8dede;
}
.op-header.style-8 .navigation-menu-container ul > li .sub-menu li a, .op-header.style-8 .navigation-menu-container ul > li .children li a {
  font-size: 15px;
  line-height: 1.3125;
  font-weight: 400;
  color: #657e7e;
  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: #2c2d31;
}
.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: #193139;
}
.op-header.style-8 .navigation-menu-container ul li .sub-menu li.current-menu-ancestor > a, .op-header.style-8 .navigation-menu-container ul li .sub-menu li.current_page_parent > a, .op-header.style-8 .navigation-menu-container ul li .children li.current-menu-ancestor > a, .op-header.style-8 .navigation-menu-container ul li .children li.current_page_parent > a {
  color: #193139;
}
.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: #193139;
}
.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) {
  .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: "\f0c9";
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 600;
    color: #193139;
  }
  .op-header.style-8 .bottom-header .navigation-mobile-btn::after {
    position: absolute;
    content: "\f00d";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 600;
    color: #193139;
    display: none;
  }
  .op-header.style-8 .bottom-header .header-search-wrapper .header-search::before {
    border: 1px solid #E1E5E9;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    padding: 6px;
  }
}
@media (max-width: 767.98px) {
  .op-header.style-8 .bottom-header .btn-full-width-wrapper a {
    display: block;
    text-align: center;
  }
  .op-header.style-8 .bottom-header .btn-right-wrapper {
    display: none;
  }
}
.op-section-slider.style-3 .dots-container {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  bottom: 0;
  transform: translateY(-50%);
}
.op-section-slider.style-3 .dots-container .slick-dots {
  justify-content: flex-start;
  padding: 0;
}
.op-section-slider.style-3 .dots-container .slick-dots li button::before {
  background: #ffffff;
}
.op-section-slider.style-3 .dots-container .slick-dots li.slick-active button::before {
  background: #02bbce;
}
.op-section-slider.style-3 .dots-container .slick-dots li.slick-active button::after {
  background: #02bbce;
}
.op-section-slider.style-3 .dots-container ul {
  display: flex;
}
.op-section-slider.style-3 .arrows-container {
  position: absolute;
  right: 0;
  width: 100%;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
}
.op-section-slider.style-3 .arrows-container .slick-arrow {
  background: none;
  border: none;
  color: #fff;
  font-size: 0;
  width: 70px;
  height: 70px;
  position: relative;
}
.op-section-slider.style-3 .arrows-container .slick-arrow:focus {
  outline: none;
}
.op-section-slider.style-3 .arrows-container .slick-arrow:hover::before {
  background-color: #2c2d31;
}
.op-section-slider.style-3 .arrows-container .slick-arrow::before {
  content: "";
  background-image: url(../images/chevron-left.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: 25px !important;
  background-position: center;
  background-color: #02bbce;
  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);
}
@media (max-width: 1024px) {
  .op-section-slider.style-3 .arrows-container .slick-arrow.slick-prev {
    left: 5px;
  }
}
@media (max-width: 1024px) {
  .op-section-slider.style-3 .arrows-container .slick-arrow.slick-next {
    right: 5px;
  }
}
.op-section-slider.style-3 .arrows-container .slick-arrow.slick-next::before {
  background-image: url(../images/chevron-right.svg);
}
.op-section-slider.style-3 .op-slider-item {
  position: relative;
  overflow: hidden;
}
.op-section-slider.style-3 .op-slider-item.animate-slide-item .banner-background-image {
  transform: scale(1.07);
}
.op-section-slider.style-3 .op-slider-item.animate-slide-item .banner-caption .primary-overlay,
.op-section-slider.style-3 .op-slider-item.animate-slide-item .banner-caption .banner-image-right {
  transform: translateX(0);
  opacity: 1;
}
.op-section-slider.style-3 .op-slider-item.animate-slide-item .banner-caption p, .op-section-slider.style-3 .op-slider-item.animate-slide-item .banner-caption h1, .op-section-slider.style-3 .op-slider-item.animate-slide-item .banner-caption .banner-btns {
  opacity: 1;
  transform: translateY(0);
}
.op-section-slider.style-3 .op-slider-item .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(6, 37, 57, 0.5);
  z-index: 2;
}
.op-section-slider.style-3 .op-slider-item .banner-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}
.op-section-slider.style-3 .op-slider-item .banner-caption {
  padding-top: 225px;
  padding-bottom: 225px;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .op-section-slider.style-3 .op-slider-item .banner-caption {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.op-section-slider.style-3 .op-slider-item .banner-caption p {
  font-size: 18px;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}
.op-section-slider.style-3 .op-slider-item .banner-caption h1 {
  color: #fff;
  font-size: 70px;
  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);
}
@media (max-width: 1200px) {
  .op-section-slider.style-3 .op-slider-item .banner-caption h1 {
    font-size: 60px;
  }
}
@media (max-width: 1023px) {
  .op-section-slider.style-3 .op-slider-item .banner-caption h1 {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .op-section-slider.style-3 .op-slider-item .banner-caption h1 {
    font-size: 40px;
  }
}
.op-section-slider.style-3 .op-slider-item .banner-caption .banner-btns {
  display: flex;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(20px);
  justify-content: center;
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
}
@media (max-width: 768px) {
  .op-section-slider.style-3 .op-slider-item .banner-caption .banner-btns {
    flex-direction: column;
    justify-content: center;
  }
}
.op-section-slider.style-3 .op-slider-item .banner-caption .banner-btns a:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .op-section-slider.style-3 .op-slider-item .banner-caption .banner-btns a:not(:last-child) {
    margin-right: 0;
  }
}

.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: #2c2d31;
}
.slick-dots li.slick-active button:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #02bbce;
  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-counter.style-1 {
  display: flex;
}
.op-counter.style-1 .icon-container {
  flex-basis: 80px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-right: 20px;
}
.op-counter.style-1 .icon-container i {
  font-size: 70px;
}
.op-counter.style-1 .odometer-content {
  display: flex;
  align-items: center;
}
.op-counter.style-1 .sub-headline {
  transform: translateY(-5px);
  font-family: "Poppins", sans-serif;
  font-family: "Roboto", sans-serif;
}
.op-counter.style-1 span {
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.op-counter.style-1 .odometer {
  font-size: 36px;
}

.op-counter.style-6 {
  text-align: center;
  position: relative;
}
.op-counter.style-6:before {
  position: absolute;
  content: "";
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0.1;
  width: 234px;
  height: 234px;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2588235294) 0%, #0E2E50 100%);
}
.op-counter.style-6 .counter-container {
  position: relative;
}
.op-counter.style-6 .counter-container:before, .op-counter.style-6 .counter-container:after {
  content: "";
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  width: 150px;
  height: 150px;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2588235294) 0%, #0E2E50 100%);
}
.op-counter.style-6 .counter-container:before {
  width: 192px;
  height: 192px;
  transition-delay: 0.2s;
  opacity: 0.4;
}
.op-counter.style-6 .counter-container .odometer-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.op-counter.style-6 .counter-container .odometer-content span {
  display: inline-block;
}
.op-counter.style-6 .counter-container .odometer-content span.odometer, .op-counter.style-6 .counter-container .odometer-content span.post-counter {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
.op-counter.style-6 .counter-container .sub-headline {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  line-height: 2.5;
}
.op-counter.style-6:hover:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.op-counter.style-6:hover .counter-container:before, .op-counter.style-6:hover .counter-container:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.op-counter.style-7 {
  background-color: #fff;
  padding: 46px 28px 38px 30px;
  box-shadow: 4px 19px 73px rgba(180, 180, 180, 0.2784313725);
  border-radius: 10px 10px 60px 10px;
  transition: all 0.3s;
}
.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 {
  color: #02bbce;
  font-size: 36px;
}
.op-counter.style-7 .icon-container span {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  color: #666666;
  padding-left: 20px;
}
.op-counter.style-7 .odometer-content span {
  font-size: 65px;
  line-height: 1.23;
  font-weight: 900;
  color: #02bbce;
}
@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: #666666;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #666666;
}

@media (max-width: 1024px) {
  .our-clients-section {
    overflow-x: hidden;
  }
}

.testimonial-5 .op-headline.style-07 {
  margin-bottom: 70px;
}
.testimonial-5 .op-headline.style-07 .sub-headline {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.555;
  text-transform: capitalize;
}
.testimonial-5 .op-headline.style-07 h2 {
  line-height: 1.1;
  max-width: 500px;
  text-transform: capitalize;
}

.op-testimonials-slider-container-5.style-5 .op-testimonial-slider-inner-container {
  margin: 0 -15px;
}
.op-testimonials-slider-container-5.style-5 .testimonial-item {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 45px;
  padding-bottom: 50px;
  border-radius: 7px;
  background: #faf7f3;
  background: #ffffff;
  text-align: center;
}
.op-testimonials-slider-container-5.style-5 .testimonial-item .image-wrapper {
  margin-bottom: 25px;
  position: relative;
}
.op-testimonials-slider-container-5.style-5 .testimonial-item .image-wrapper img {
  border-radius: 50%;
  z-index: 1;
  position: relative;
}
.op-testimonials-slider-container-5.style-5 .testimonial-item .image-wrapper:after {
  position: absolute;
  content: "";
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  width: 140px;
  height: 70px;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  background: #ffb545;
}
.op-testimonials-slider-container-5.style-5 .testimonial-item .content-wrapper p {
  font-size: 18px;
  line-height: 1.777;
  font-weight: normal;
  color: #677a85;
  margin-bottom: 15px;
}
.op-testimonials-slider-container-5.style-5 .testimonial-item .content-wrapper h5 {
  font-size: 20px;
  color: #2c3941;
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}
.op-testimonials-slider-container-5.style-5 .testimonial-item .content-wrapper span {
  font-size: 14px;
  font-weight: 600;
  color: #02bbce;
  padding-left: 6px;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
}

@media (max-width: 575.98px) {
  .testimonial-5 .op-headline.style-07 h2 {
    font-size: 32px;
  }
  .op-testimonials-slider-container-5.style-5 .testimonial-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.testimonial-7-wrapper .op-headline.style-4 span {
  color: #ff5e15;
  text-transform: none;
}
.testimonial-7-wrapper .op-headline.style-4 span:before {
  background: #ff5e15;
}
.testimonial-7-wrapper .op-headline.style-4 h2 {
  color: #00173c;
  font-size: 50px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: normal;
  padding: 0;
}

.testimonial-7-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial-7-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #eff3f6;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 80px;
}
.testimonial-7-wrapper .heading-text p {
  margin-bottom: 20px;
  font-weight: 400;
  color: #111;
  padding: 0;
  line-height: 1.5;
  font-size: 16px;
}
.testimonial-7-wrapper .op-primary-btn.style-10 span {
  background: #ff5e15;
  border-color: #ff5e15;
}
.testimonial-7-wrapper .op-primary-btn.style-10:before {
  background: #ff5e15;
}
.testimonial-7-wrapper .testimonial-7 > .elementor-widget-wrap {
  z-index: 1;
  top: 0;
  position: relative;
}
.testimonial-7-wrapper .testimonial-7 > .elementor-widget-wrap:after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  background-color: #ff5e15;
  width: 6000px;
  background-image: url("http://localhost/demo6/wp-content/uploads/2021/10/testimonial-bg.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item {
  background: #ffffff;
  margin: 160px 0 140px 180px;
  position: relative;
  padding: 100px 35px 30px 40px;
}
.testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item .image-wrapper {
  width: 180px;
  height: 180px;
  position: absolute;
  left: -140px;
  top: -120px;
  border: 3px solid #ffffff;
}
.testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item .content-wrapper {
  position: relative;
  padding: 0;
  z-index: 1;
}
.testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item .content-wrapper i {
  position: absolute;
  font-size: 90px;
  top: -60px;
  z-index: -1;
  color: #ff5e15;
  opacity: 0.2;
}
.testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item .content-wrapper p {
  margin-bottom: 15px;
  color: #00173c;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item .content-wrapper h5 {
  font-size: 30px;
  color: #00173c;
  line-height: 1.5;
  font-weight: 400;
}
.testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item .content-wrapper span {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #ff5e15;
  font-weight: 400;
}
.testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .slick-arrow {
  font-size: 0;
  color: #00173c;
  padding: 0;
  width: auto;
  height: auto;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  outline: none;
  border: 0;
  line-height: 1.5;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 180px;
}
.testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .slick-arrow::before {
  font-size: 16px;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 38px;
}
.testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .slick-arrow.slick-prev {
  right: 80px;
}
.testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .slick-arrow.slick-prev:before {
  content: "\f30a";
}
.testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .slick-arrow.slick-next {
  right: 32px;
}
.testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .slick-arrow.slick-next:before {
  content: "\f30b";
}
.testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .slick-arrow:active, .testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .slick-arrow:focus {
  color: #ff5e15;
}
.testimonial-7-wrapper > .elementor-container {
  position: static !important;
}
.testimonial-7-wrapper > .elementor-container .testimonial {
  position: static !important;
}
.testimonial-7-wrapper > .elementor-container .testimonial > .elementor-widget-wrap {
  position: static !important;
}

.testimonial-title {
  position: absolute !important;
  right: 0;
  bottom: -32px;
  z-index: 2;
  text-align: right;
}
.testimonial-title p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .testimonial-7-wrapper .op-headline.style-4 h2 {
    font-size: 32px;
  }
  .testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item {
    margin-left: 95px;
  }
  .testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item .image-wrapper {
    left: -80px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-title p {
    display: none !important;
  }
  .testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item .image-wrapper {
    position: static;
  }
  .testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item {
    margin: 50px 0 50px 0;
    padding: 20px;
  }
  .testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item .content-wrapper h5 {
    font-size: 20px;
  }
  .testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item .content-wrapper span {
    font-size: 16px;
  }
  .testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item .content-wrapper i {
    display: none;
  }
  .testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .testimonial-item .content-wrapper {
    margin-top: 20px;
  }
  .testimonial-7-wrapper .testimonial-7 .op-testimonials-slider-container-7.style-7 .slick-arrow {
    display: none !important;
  }
}
.op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .testimonial-item {
  position: relative;
  padding-top: 30px;
}
.op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .testimonial-item:before {
  content: "\f10e";
  position: absolute;
  top: -15px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #02bbce;
  font-size: 74px;
}
@media (max-width: 575.98px) {
  .op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .testimonial-item:before {
    font-size: 45px;
  }
}
.op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .testimonial-item .ratings {
  margin-bottom: 20px;
}
.op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .testimonial-item .ratings i {
  color: #02bbce;
  font-size: 27px;
}
.op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .testimonial-item .ratings i:not(:last-child) {
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .testimonial-item .ratings i {
    font-size: 20px;
  }
}
.op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .testimonial-item p {
  font-size: 28px;
  line-height: 1.428;
  font-weight: 300;
  color: #19232b;
  margin: 30px 0 55px 0;
}
@media (max-width: 575.98px) {
  .op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .testimonial-item p {
    font-size: 20px;
  }
}
.op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .testimonial-item .testimonial-description h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #02bbce;
  margin: 0;
}
.op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .testimonial-item .testimonial-description span {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #19232b;
}
.op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .slick-dots {
  padding: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media (max-width: 575.98px) {
  .op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .slick-dots {
    position: relative;
    margin-top: 20px;
  }
}
.op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .slick-dots li {
  padding-right: 0;
}
.op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #2c2d31;
  transition: all 0.4s;
}
.op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .slick-dots li button:before, .op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .slick-dots li button:after {
  display: none;
}
.op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .slick-dots li.slick-active button {
  background-color: #02bbce;
}
.op-testimonials-slider-container-8.style-8 .op-testimonial-slider-inner-container .op-testimonials-slider .slick-dots li:hover button {
  background-color: #02bbce;
}

.testimonial-background {
  position: relative;
}
.testimonial-background::before {
  position: absolute;
  height: 100%;
  width: 22%;
  content: "";
  top: 0;
  left: 0;
  background-color: #f2f3f5;
}
@media (max-width: 991.98px) {
  .testimonial-background:before {
    display: none;
  }
}

.testimonial-counter {
  position: absolute !important;
  bottom: 38px;
  right: 50px;
  width: auto !important;
}
@media (max-width: 575.98px) {
  .testimonial-counter {
    right: 20px;
  }
}
.testimonial-counter .elementor-widget-container {
  background-color: #02bbce;
  display: inline-block;
  padding: 25px 22px 15px;
  padding-left: 102px;
  width: 270px;
  height: auto;
}
.testimonial-counter .elementor-widget-container::before {
  content: "\f007";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 75px;
}
.testimonial-counter .elementor-widget-container:after {
  position: absolute;
  content: "";
  top: -16px;
  left: 46px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 17px solid #02bbce;
}

.testimonial-img img {
  width: 100%;
}

.op-headline.style-1 {
  position: relative;
  padding-left: 28px;
}
.op-headline.style-1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #02bbce;
}
.op-headline.style-1 span.sub-headline {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #ffb545;
  margin-bottom: 5px;
  display: inline-block;
}
.op-headline.style-1 h2 {
  line-height: 1.302;
  color: #2c2d31;
  margin-bottom: 15px;
}
.op-headline.style-1 h2 span.bold-text {
  color: #02bbce;
  font-style: italic;
  display: inline-block;
}

@media (max-width: 575.98px) {
  .op-headline.style-1 h2 {
    font-size: 32px;
  }
}
.op-headline.style-3 span {
  display: inline-block;
  color: #ffb545;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.3px;
  margin-bottom: 10px;
}
.op-headline.style-3 h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.op-headline.style-3 p {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}
.op-headline.style-3.text-center p {
  padding: 0 26%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .op-headline.style-3.text-center p {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .op-headline.style-3 h2 {
    font-size: 32px;
  }
}
.op-headline.style-07 span {
  font-size: 34px;
  line-height: 1;
  color: #02bbce;
  font-weight: 400;
  position: relative;
  padding: 0 60px;
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .op-headline.style-07 span {
    font-size: 26px;
  }
}
.op-headline.style-07 span::before {
  position: absolute;
  content: "";
  background-color: #02bbce;
  width: 40px;
  height: 3px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.op-headline.style-07 span::after {
  position: absolute;
  content: "";
  background-color: #02bbce;
  width: 40px;
  height: 3px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.op-headline.style-07 h2 {
  line-height: 1.05;
}
@media (max-width: 767.98px) {
  .op-headline.style-07 h2 {
    min-width: 100%;
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .op-headline.style-07 h2 {
    font-size: 32px;
  }
}
.op-headline.style-07.text-center h2 {
  max-width: 650px;
  margin: auto;
}

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

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

.opus-bg-patterns::before, .opus-bg-patterns::after {
  content: "";
  position: absolute;
}
.opus-bg-patterns.pattern-left {
  position: relative;
}
.opus-bg-patterns.pattern-left::before {
  height: 100px;
  width: 200px;
  left: -20px;
  top: 50%;
  background: #02bbce;
  transform: SkewY(10deg);
  z-index: 2;
}
.opus-bg-patterns.pattern-left::after {
  height: 220px;
  width: 300px;
  left: -20px;
  top: 42%;
  background: #F5F5F5;
  transform: SkewY(10deg) translateY(-50%);
}
.opus-bg-patterns.pattern-right {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
.opus-bg-patterns.pattern-right::before {
  height: 100px;
  width: 200px;
  right: -60px;
  top: calc(42% + 70px);
  background: #02bbce;
  transform: SkewY(-10deg);
  z-index: -2;
}
.opus-bg-patterns.pattern-right::after {
  height: 220px;
  width: 300px;
  right: -50px;
  top: 42%;
  background: #F5F5F5;
  transform: SkewY(-10deg) translateY(-50%);
  z-index: -1;
}

.op-primary-btn.style-10,
.op-secondary-btn.style-10,
.op-white-btn.style-10,
.op-tertiary-btn.style-10 {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  font-weight: 500;
}
.op-primary-btn.style-10 span,
.op-secondary-btn.style-10 span,
.op-white-btn.style-10 span,
.op-tertiary-btn.style-10 span {
  border: 2px solid #02bbce;
  background: #02bbce;
  padding: 15px 45px;
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  z-index: 2;
}
@media (min-width: 1009px) and (max-width: 1200px) {
  .op-primary-btn.style-10 span,
  .op-secondary-btn.style-10 span,
  .op-white-btn.style-10 span,
  .op-tertiary-btn.style-10 span {
    padding: 15px 25px;
  }
}
.op-primary-btn.style-10:hover,
.op-secondary-btn.style-10:hover,
.op-white-btn.style-10:hover,
.op-tertiary-btn.style-10:hover {
  text-decoration: none;
  background-color: #2c2d31;
}
.op-primary-btn.style-10:hover span,
.op-secondary-btn.style-10:hover span,
.op-white-btn.style-10:hover span,
.op-tertiary-btn.style-10:hover span {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.op-primary-btn.style-10:hover:before,
.op-secondary-btn.style-10:hover:before,
.op-white-btn.style-10:hover:before,
.op-tertiary-btn.style-10:hover:before {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.op-primary-btn.style-10.alt-btn:before,
.op-secondary-btn.style-10.alt-btn:before,
.op-white-btn.style-10.alt-btn:before,
.op-tertiary-btn.style-10.alt-btn:before {
  background: #ffffff;
  color: #2c2d31;
}
.op-primary-btn.style-10:before,
.op-secondary-btn.style-10:before,
.op-white-btn.style-10:before,
.op-tertiary-btn.style-10:before {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  padding: 17px 25px 15px;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
  -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: #2c2d31;
  color: #ffffff;
  text-align: center;
}

.op-secondary-btn.style-10 span {
  border: 2px solid #2c2d31;
  background: #2c2d31;
}

.op-tertiary-btn.style-10 span {
  border: 2px solid #ffb545;
  background: #ffb545;
}

.op-white-btn.style-10 span {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #ffb545;
}

.op-blog-6 .opus-single-blog {
  transition: all 0.6s;
}
.op-blog-6 .opus-single-blog .image-wrapper {
  position: relative;
}
.op-blog-6 .opus-single-blog .image-wrapper img {
  border-radius: 5px 5px 0 0;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags {
  position: absolute;
  right: 15px;
  bottom: -15px;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style {
  display: flex;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style li {
  display: none;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style li:first-child {
  display: block;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style li a {
  display: inline-block;
  background-color: #02bbce;
  background-color: #ffb545;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 25px;
  border-radius: 30px;
  transition: 0.6s;
  line-height: 1.5;
  text-transform: capitalize;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style li a:hover {
  background-color: #192e3f;
  background-color: #2c2d31;
  color: #ffffff;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper {
  background-color: #ffffff;
  padding: 25px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0 0 5px 5px;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin {
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span {
  display: inline-block;
  font-size: 14px;
  color: #6b6b84;
  font-weight: 400;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span:not(:last-child) {
  margin-right: 15px;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span i {
  color: #02bbce;
  font-size: 14px;
  line-height: 1;
  padding-right: 8px;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span a {
  font-size: 14px;
  color: #6b6b84;
  font-weight: 400;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span a:hover {
  color: #02bbce;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading {
  font-size: 25px;
  line-height: 1.5;
  transition: 0.6s;
  color: #192e3f;
  font-weight: 700;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading a {
  font-size: 25px;
  line-height: 1.5;
  transition: 0.6s;
  color: #192e3f;
  font-weight: 700;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading a:hover {
  color: #02bbce;
}
.op-blog-6 .opus-single-blog:hover {
  transform: translateY(-10px);
}
.op-blog-6 .opus-single-blog:hover .blog-content-wrapper h2.blog-heading {
  color: #02bbce;
}
.op-blog-6 .opus-single-blog:hover .blog-content-wrapper h2.blog-heading a {
  color: #02bbce;
}

.btn-container.blog-btn {
  margin-top: 25px;
}
.btn-container.blog-btn i {
  font-size: 12px;
}

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

@media (max-width: 1023.98px) {
  .op-blog-6 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading, .op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading a {
    font-size: 20px;
  }
}
.op-blog-6 .opus-single-blog {
  transition: all 0.6s;
  margin-bottom: 30px;
}
.op-blog-6 .opus-single-blog .image-wrapper {
  position: relative;
}
.op-blog-6 .opus-single-blog .image-wrapper img {
  border-radius: 5px 5px 0 0;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags {
  position: absolute;
  right: 15px;
  bottom: -15px;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style {
  display: flex;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style li {
  display: none;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style li:first-child {
  display: block;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style li a {
  display: inline-block;
  background-color: #02bbce;
  background-color: #ffb545;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 25px;
  border-radius: 30px;
  transition: 0.6s;
  line-height: 1.5;
  text-transform: capitalize;
}
.op-blog-6 .opus-single-blog .image-wrapper .tags ul.tags-style li a:hover {
  background-color: #192e3f;
  background-color: #2c2d31;
  color: #ffffff;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper {
  background-color: #ffffff;
  padding: 25px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0 0 5px 5px;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin {
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span {
  display: inline-block;
  font-size: 14px;
  color: #6b6b84;
  font-weight: 400;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span:not(:last-child) {
  margin-right: 15px;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span i {
  color: #02bbce;
  font-size: 14px;
  line-height: 1;
  padding-right: 8px;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span a {
  font-size: 14px;
  color: #6b6b84;
  font-weight: 400;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper .date-admin span a:hover {
  color: #02bbce;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading {
  font-size: 25px;
  line-height: 1.5;
  transition: 0.6s;
  color: #192e3f;
  font-weight: 700;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading a {
  font-size: 25px;
  line-height: 1.5;
  transition: 0.6s;
  color: #192e3f;
  font-weight: 700;
}
.op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading a:hover {
  color: #02bbce;
}
.op-blog-6 .opus-single-blog:hover {
  transform: translateY(-10px);
}
.op-blog-6 .opus-single-blog:hover .blog-content-wrapper h2.blog-heading {
  color: #02bbce;
}
.op-blog-6 .opus-single-blog:hover .blog-content-wrapper h2.blog-heading a {
  color: #02bbce;
}

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

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

@media (max-width: 1023.98px) {
  .op-blog-6 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading, .op-blog-6 .opus-single-blog .blog-content-wrapper h2.blog-heading a {
    font-size: 20px;
  }
}
.op-logos.style-1 .logos-carousel {
  border-left: 1px solid #2c2d31;
  border-right: 1px solid #2c2d31;
}
.op-logos.style-1 .logo-item {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #2c2d31;
}
.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 .list-style li {
  padding-left: 40px;
  font-weight: 400;
  color: #666666;
  font-size: 18px;
  line-height: 1.889;
  position: relative;
}
.op-list-container.style-1 .list-style li:before {
  position: absolute;
  content: "\f00c";
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #02bbce;
  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: #ffb545;
  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;
}

@media (max-width: 767.98px) {
  .op-headline.style-6 h2 {
    font-size: 32px;
  }
  .op-list-container.style-1 .faq-experience {
    max-width: 100%;
  }
}
body .op-list-container.style-2 ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
body .op-list-container.style-2 ul li {
  color: #2c2d31;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
body .op-list-container.style-2 ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
body .op-list-container.style-2 ul li .counter {
  padding: 4px;
  height: 50px;
  width: 50px;
  color: #ffffff;
  border: 1px solid #ffb545;
  text-align: center;
  flex-basis: 50px;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
}
body .op-list-container.style-2 ul li .counter span {
  background: #ffb545;
  position: absolute;
  padding: 5px;
  top: 4px;
  left: 4px;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  display: block;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .op-list-container.style-2 ul li .list-content {
  color: #666666;
  font-weight: 400;
}
body .op-list-container.style-2 ul li .list-content h4 {
  color: #2c2d31;
  font-weight: 600;
}

.op-cta.style-10 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .op-cta.style-10 {
    padding: 50px 20px;
  }
}
.op-cta.style-10 svg {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 3;
  fill: #2c2d31;
  fill: #02bbce;
  height: 110px;
  width: 110px;
  stroke: none;
}
.op-cta.style-10 svg .lighter {
  opacity: 0.9;
}
.op-cta.style-10 svg.inverted-svg {
  top: auto;
  left: auto;
  right: -15px;
  bottom: -15px;
  transform: rotateZ(180deg);
}
.op-cta.style-10:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #02bbce;
  background: #ffb545;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .op-cta.style-10:before {
    border-radius: 0;
  }
}
.op-cta.style-10 h3 {
  color: #ffffff;
}

.op-contact-info.style-2 .contact-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px 30px 40px 30px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.op-contact-info.style-2 .contact-item.address {
  background: #02bbce;
}
.op-contact-info.style-2 .contact-item.address:before {
  display: none;
}
.op-contact-info.style-2 .contact-item.address .contact-icon i {
  color: #ffffff;
}
.op-contact-info.style-2 .contact-item.address .contact-info-item h3, .op-contact-info.style-2 .contact-item.address .contact-info-item span {
  color: #ffffff;
}
.op-contact-info.style-2 .contact-item::before {
  position: absolute;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #02bbce;
  transition: all 0.6s ease;
  top: 101%;
  left: 0;
  visibility: hidden;
}
.op-contact-info.style-2 .contact-item:hover:before {
  top: 0;
  visibility: visible;
}
.op-contact-info.style-2 .contact-item:hover .contact-icon i {
  color: #ffffff;
}
.op-contact-info.style-2 .contact-item:hover .contact-info-item h3, .op-contact-info.style-2 .contact-item:hover .contact-info-item span {
  color: #ffffff;
}
.op-contact-info.style-2 .contact-item .contact-icon {
  z-index: 1;
}
.op-contact-info.style-2 .contact-item .contact-icon i {
  margin-bottom: 10px;
  display: inline-block;
  color: #02bbce;
  font-size: 40px;
  transition: all 0.4s ease;
}
.op-contact-info.style-2 .contact-item .contact-icon:hover i {
  transform: translateY(-8px);
}
.op-contact-info.style-2 .contact-item .contact-info-item {
  z-index: 1;
}
.op-contact-info.style-2 .contact-item .contact-info-item h3 {
  color: #2c2d31;
  margin: 5px 0 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Nunito", sans-serif;
}
.op-contact-info.style-2 .contact-item .contact-info-item span {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

@media (max-width: 575.98px) {
  .op-contact-info.style-2 .contact-item {
    padding: 20px;
  }
}
.page-content-container .contact-form-3 form input:not([type=submit]), .page-content-container .contact-form-3 form textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.312;
  font-family: "Mulish", sans-serif;
  border: 1px solid #ededed;
  background: #FFFFFF;
  padding: 15px 25px;
  border-radius: 5px;
  width: 100%;
  height: auto;
  outline: none;
  color: #666666;
  margin: 15px 0 22px;
}
.page-content-container .contact-form-3 form textarea {
  resize: none;
  height: 140px;
  margin-top: 15px;
  margin-bottom: 0;
}
.page-content-container .contact-form-3 form input[type=submit] {
  margin-top: 40px;
  padding: 20px 40px;
  box-shadow: 0px 0px 0px 0px rgba(66, 133, 244, 0.3);
  color: #ffffff;
  border-radius: 50px;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
  background: #02bbce;
  outline: none;
  border: 0;
  line-height: 1;
  display: inline-block;
}

.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: 16px;
  font-weight: 800;
  line-height: 1.555;
  color: #2c2d31;
  text-transform: uppercase;
}
.op-accordion.style-1 .card .card-header h4 a {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.555;
  color: #2c2d31;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  padding: 23px 30px 23px 40px;
  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: #02bbce;
  display: inline-block;
}
.op-accordion.style-1 .card .card-header h4 a:before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #2c2d31;
  position: absolute;
  top: 19px;
  right: 30px;
  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: "\f067";
  color: #02bbce;
}
.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: #666666;
  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;
  }
}
.op-accordion.style-3 .card {
  margin-bottom: 10px;
  border: 0;
}
.op-accordion.style-3 .card .card-header {
  padding: 0;
  border-radius: 0;
  border: 0;
}
.op-accordion.style-3 .card .card-header a {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.09;
  color: #0f1221;
  width: 100%;
  text-align: left;
  background-color: #eff3f6;
  text-decoration: none;
  padding: 15px 60px 15px 15px;
  position: relative;
}
.op-accordion.style-3 .card .card-header a:hover {
  text-decoration: none;
}
.op-accordion.style-3 .card .card-header a::before {
  content: "\f067";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 45px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #2c2d31;
  font-size: 12px;
  visibility: hidden;
}
.op-accordion.style-3 .card .card-header a::after {
  content: "\f068";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 45px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2c2d31;
  color: #ffffff;
  font-size: 12px;
}
.op-accordion.style-3 .card .card-header a.collapsed {
  background-color: #eff3f6;
}
.op-accordion.style-3 .card .card-header a.collapsed:before {
  visibility: visible;
}
.op-accordion.style-3 .card .card-header a.collapsed:after {
  visibility: hidden;
}
.op-accordion.style-3 .card .card-body {
  padding: 20px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  background-color: #eff3f6;
}

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

.op-image-content.style-1 .image-container {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.op-image-content.style-1 .image-container::before {
  content: "";
  position: absolute;
  top: -30px;
  width: 200px;
  height: 100%;
  border: 10px solid #ffb545;
  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 #ffb545;
  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 {
  display: inline-block;
  padding-left: 20px;
  background: #2c2d31;
  color: #ffffff;
  font-weight: 900;
  font-size: 40px;
}
.op-image-content.style-1 .image-content > span span {
  background: #ffb545;
  padding: 15px 20px;
  display: inline-block;
  margin-left: 15px;
}

.op-team-member.style-1 .team-member-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}
.op-team-member.style-1 .team-member-wrapper:before {
  position: absolute;
  content: "";
  border: 10px solid #ffb545;
  border-bottom: 0;
  border-right: 0;
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-image-wrapper {
  padding: 10px;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-image-wrapper .member-image img {
  transform: scale(1);
  transition: all 0.6s ease-in-out;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-image-wrapper .member-social-wrapper {
  position: absolute;
  right: 35px;
  top: -30px;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-image-wrapper .member-social-wrapper .social-icons-wrapper ul {
  margin: 16px 0;
  padding: 0 0 0 25px;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-image-wrapper .member-social-wrapper .social-icons-wrapper ul li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  text-align: center;
  border-radius: 3px;
  width: 0;
  height: 0;
  transform: translateY(100%);
  margin-bottom: 10px;
  transition: 0.4s;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-image-wrapper .member-social-wrapper .social-icons-wrapper ul li a {
  box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
  background: #ffb545;
  color: #ffffff;
  font-size: 14px;
  display: block;
  border-radius: 0;
  transition: all 0.4s ease;
  width: 35px;
  height: 35px;
  line-height: 2.571;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-image-wrapper .member-social-wrapper .social-icons-wrapper ul li a:hover {
  background-color: #2c2d31;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-image-wrapper .member-social-wrapper .social-icons-wrapper ul li:nth-child(1) {
  transition-delay: 0s;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-image-wrapper .member-social-wrapper .social-icons-wrapper ul li:nth-child(2) {
  transition-delay: 0.1s;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-image-wrapper .member-social-wrapper .social-icons-wrapper ul li:nth-child(3) {
  transition-delay: 0.2s;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-image-wrapper .member-social-wrapper .social-icons-wrapper ul li:nth-child(4) {
  transition-delay: 0.3s;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-content-wrapper {
  text-align: center;
  position: relative;
  padding: 10px 15px 20px;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  background-color: #ffffff;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-content-wrapper .member-content h2 {
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 1px;
  color: #2c2d31;
  font-weight: 700;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-content-wrapper .member-content h2 a {
  color: #2c2d31;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.15;
  transition: all 0.3s ease 0s;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-content-wrapper .member-content h2 a:hover {
  color: #02bbce;
}
.op-team-member.style-1 .team-member-wrapper .single-team-member .member-content-wrapper .member-content span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714;
  letter-spacing: 0.1px;
  color: #666666;
  text-align: center;
}
.op-team-member.style-1 .team-member-wrapper:hover .single-team-member .member-image-wrapper .member-image img {
  transform: scale(1.09);
}
.op-team-member.style-1 .team-member-wrapper:hover .member-social-wrapper {
  height: 100%;
  opacity: 1;
}
.op-team-member.style-1 .team-member-wrapper:hover .member-social-wrapper .social-icons-wrapper ul.social-icons li {
  opacity: 1;
  width: 37px;
  height: 37px;
  top: auto;
  transform: translateY(0);
}
.op-team-member.style-1 .team-member-wrapper:hover .member-social-wrapper .social-icons-wrapper ul.social-icons li:nth-child(1) {
  top: 55px;
}
.op-team-member.style-1 .team-member-wrapper:hover .member-social-wrapper .social-icons-wrapper ul.social-icons li:nth-child(2) {
  top: 95px;
}
.op-team-member.style-1 .team-member-wrapper:hover .member-social-wrapper .social-icons-wrapper ul.social-icons li:nth-child(3) {
  top: 135px;
}
.op-team-member.style-1 .team-member-wrapper:hover .member-social-wrapper .social-icons-wrapper ul.social-icons li:nth-child(4) {
  top: 175px;
}

.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: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  z-index: 1;
  right: 0;
  bottom: 0;
  line-height: 1;
  color: rgb(3, 75, 91);
  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: rgb(3, 75, 91);
}
.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: rgb(255, 125, 68);
  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: "\f1e0";
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social.twitter:before {
  content: "\f099";
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social.facebook:before {
  content: "\f39e";
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social.linked-in:before {
  content: "\f0e1";
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-image .social-icons-wrapper .social.instagram:before {
  content: "\f16d";
}
.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 h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #202020;
  margin: 0;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-content-wrapper h2 a, .op-team-member.style-5 .team-member-wrapper .single-team-member .member-content-wrapper h2 .name {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #2c2d31;
  transition: 0.3s;
  display: inline-block;
}
.op-team-member.style-5 .team-member-wrapper .single-team-member .member-content-wrapper h2 a:hover, .op-team-member.style-5 .team-member-wrapper .single-team-member .member-content-wrapper h2 .name:hover {
  color: #ffb545;
}
.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: #034B5B;
}
.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-cta.style-1 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .op-cta.style-1 {
    padding: 70px 45px;
  }
}
@media (max-width: 575.98px) {
  .op-cta.style-1 {
    padding: 60px 15px;
  }
}
.op-cta.style-1 svg {
  position: absolute;
  height: 110px;
  width: 110px;
}
.op-cta.style-1 svg.zigzag-svg {
  width: 100%;
  height: 200%;
  top: -20vh;
  left: 0;
  opacity: 0.06;
}
.op-cta.style-1 svg.zigzag-svg path {
  stroke-width: 20px;
  stroke: white;
}
.op-cta.style-1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffb545;
}
.op-cta.style-1 h2 {
  color: #2c2d31;
  font-size: 60px;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .op-cta.style-1 h2 {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .op-cta.style-1 h2 {
    font-size: 28px;
  }
}

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

.op-logos.style-2 .logo-item {
  text-align: center;
}
.op-logos.style-2 .logo-item a {
  display: inline-block;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.op-logos.style-2 .logo-item a img {
  max-height: 45px;
  width: auto;
  transition: transform 0.5s ease;
}
.op-logos.style-2 .logo-item a img.main-logo {
  filter: grayscale(100%);
  opacity: 0.6;
}
.op-logos.style-2 .logo-item a img.hover-logo {
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
}
.op-logos.style-2 .logo-item a:hover img {
  transition: transform 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
}
.op-logos.style-2 .logo-item a:hover img.main-logo {
  transform: translateY(100%);
}
.op-logos.style-2 .logo-item a:hover img.hover-logo {
  transform: translateY(0);
}

.opus-services.style-1 ul li {
  padding-bottom: 1px;
}
.opus-services.style-1 ul li .single-service {
  background: #ffffff;
  transition: all 0.2s linear;
}
.opus-services.style-1 ul li .single-service a {
  display: block;
  font-size: 16px;
  padding: 19px 10px 23px 25px;
  font-weight: bold;
  transition: all 0.2s linear;
  text-transform: capitalize;
  line-height: 1.25;
  color: #2c2d31;
  position: relative;
}
.opus-services.style-1 ul li .single-service span.service-icon {
  display: inline-block;
  background-color: #eef2f6;
  font-size: 8px;
  color: #000000;
  font-weight: 900;
  width: 25px;
  height: 25px;
  line-height: 3.125;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.opus-services.style-1 ul li .single-service:hover {
  background-color: #02bbce;
}
.opus-services.style-1 ul li .single-service:hover a {
  color: #ffffff;
}

.mobile-menu-container.hide {
  display: none;
}

@media (max-width: 1023.98px) {
  .mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #272c49;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0.3;
    z-index: 9999;
  }
  .mobile-overlay.hide {
    opacity: 0;
    z-index: -100;
  }
  .mobile-menu-container {
    background: #ffffff;
    position: fixed;
    height: 100%;
    left: 0px;
    top: 0;
    z-index: 999999;
    min-width: 320px;
    padding: 20px 20px 40px 20px;
    transition: all 0.25s ease-in;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
  }
  .mobile-menu-container ul {
    list-style: none;
  }
  .mobile-menu-container .parent-menu-items {
    overflow-x: auto;
    height: 80vh;
  }
  .mobile-menu-container .close-btn {
    text-align: right;
  }
  .mobile-menu-container .close-btn a {
    font-weight: 400;
    line-height: 1;
    font-size: 16px;
    color: #E1E5E9;
    transition: all 0.3s;
  }
  .mobile-menu-container .close-btn a:hover {
    color: #2c2d31;
  }
  .mobile-menu-container .navigation-menu-container {
    margin-top: 22.5px;
    padding-top: 22.5px;
  }
  .mobile-menu-container .navigation-menu-container ul li a i {
    display: none;
  }
  .mobile-menu-container .navigation-menu-container ul li.menu-item-has-children, .mobile-menu-container .navigation-menu-container ul li.page_item_has_children {
    position: relative;
  }
  .mobile-menu-container .navigation-menu-container ul li.menu-item-has-children::before, .mobile-menu-container .navigation-menu-container ul li.page_item_has_children::before {
    position: absolute;
    content: "\f107";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    top: 50%;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 600;
    color: #193139;
    z-index: 320;
    display: none;
  }
  .mobile-menu-container .navigation-menu-container ul li.menu-item-has-children > a, .mobile-menu-container .navigation-menu-container ul li.page_item_has_children > a {
    position: relative;
  }
  .mobile-menu-container .navigation-menu-container ul li.menu-item-has-children > a i, .mobile-menu-container .navigation-menu-container ul li.page_item_has_children > a i {
    position: absolute;
    right: 0;
    display: inline-block;
    top: 2px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .mobile-menu-container .navigation-menu-container ul li > a {
    border-bottom: 1px solid #e6e9ef;
  }
  .mobile-menu-container .navigation-menu-container ul li a {
    font-size: 16px;
    line-height: 1.3125;
    font-weight: 500;
    color: #657e7e;
    text-transform: capitalize;
    transition: all 0.3s;
    position: relative;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    padding: 12px 0;
  }
  .mobile-menu-container .navigation-menu-container ul li a:hover {
    color: #193139;
  }
  .mobile-menu-container .navigation-menu-container ul li .sub-menu, .mobile-menu-container .navigation-menu-container ul li .children {
    display: none;
  }
  .mobile-menu-container .navigation-menu-container ul li .sub-menu li a, .mobile-menu-container .navigation-menu-container ul li .children li a {
    padding-left: 20px;
  }
  .mobile-menu-container .navigation-menu-container ul li .sub-menu li .sub-menu li a, .mobile-menu-container .navigation-menu-container ul li .sub-menu li .children li a, .mobile-menu-container .navigation-menu-container ul li .children li .sub-menu li a, .mobile-menu-container .navigation-menu-container ul li .children li .children li a {
    padding-left: 40px;
  }
  .mobile-menu-container .navigation-menu-container ul li .sub-menu li.current-menu-item > a, .mobile-menu-container .navigation-menu-container ul li .sub-menu li.current_page_item > a, .mobile-menu-container .navigation-menu-container ul li .children li.current-menu-item > a, .mobile-menu-container .navigation-menu-container ul li .children li.current_page_item > a {
    color: #193139;
  }
  .mobile-menu-container .navigation-menu-container ul li .sub-menu li.current-menu-ancestor > a, .mobile-menu-container .navigation-menu-container ul li .sub-menu li.current_page_ancestor > a, .mobile-menu-container .navigation-menu-container ul li .children li.current-menu-ancestor > a, .mobile-menu-container .navigation-menu-container ul li .children li.current_page_ancestor > a {
    color: #193139;
  }
  .mobile-menu-container .navigation-menu-container ul li.current-menu-ancestor > a, .mobile-menu-container .navigation-menu-container ul li.current_page_ancestor > a {
    color: #193139;
  }
  .mobile-menu-container .navigation-menu-container ul li.current-menu-ancestor > a::before, .mobile-menu-container .navigation-menu-container ul li.current_page_ancestor > a::before {
    width: 100%;
  }
  .mobile-menu-container .navigation-menu-container ul li.menu-item-has-children.active > .sub-menu, .mobile-menu-container .navigation-menu-container ul li.menu-item-has-children.active > .children, .mobile-menu-container .navigation-menu-container ul li.page_item_has_children.active > .sub-menu, .mobile-menu-container .navigation-menu-container ul li.page_item_has_children.active > .children {
    display: block;
  }
}
.op-page-header-wrapper.style-8 {
  display: flex;
  align-items: center;
  min-height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.op-page-header-wrapper.style-8::before {
  position: absolute;
  content: "";
  background-color: #0f0d1d;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.op-page-header-wrapper.style-8 h1 {
  font-size: 50px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  position: relative;
  z-index: 11;
}
.op-page-header-wrapper.style-8 .breadcrumbs {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.42;
  text-transform: uppercase;
  position: relative;
  z-index: 11;
  color: #ffffff;
}
.op-page-header-wrapper.style-8 .breadcrumbs span:first-child a {
  padding-left: 0;
}
.op-page-header-wrapper.style-8 .breadcrumbs a {
  padding: 0 20px;
  color: #ffffff;
}
.op-page-header-wrapper.style-8 .breadcrumbs .current-item {
  padding-left: 20px;
}
.op-page-header-wrapper.style-8 [class*=shape-] {
  position: absolute;
  width: 697px;
  height: 100%;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
}
.op-page-header-wrapper.style-8 .shape-1 {
  background: url("http://localhost/healthy-smile/wp-content/uploads/2021/09/shape-1.png");
  z-index: 10;
}
.op-page-header-wrapper.style-8 .shape-2 {
  background: url("http://localhost/healthy-smile/wp-content/uploads/2021/09/shape-2.png");
  z-index: 9;
  mix-blend-mode: overlay;
  opacity: 0.4;
}
.op-page-header-wrapper.style-8 .shape-3 {
  background: url("http://localhost/healthy-smile/wp-content/uploads/2021/09/shape-3.png");
  z-index: 8;
  mix-blend-mode: overlay;
  opacity: 0.4;
}

.op-section-blog {
  margin: 120px 0;
}
.op-section-blog .op-blog-list .post-navigation .nav-links {
  margin-bottom: 59px;
}
.op-section-blog .op-blog-list .nav-links, .op-section-blog .op-blog-list .post-nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.op-section-blog .op-blog-list .nav-links .page-numbers, .op-section-blog .op-blog-list .nav-links .post-page-numbers, .op-section-blog .op-blog-list .post-nav-links .page-numbers, .op-section-blog .op-blog-list .post-nav-links .post-page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid #e6e9ef;
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: #193139;
  margin-right: 10px;
  transition: all 0.3s;
}
.op-section-blog .op-blog-list .nav-links .page-numbers.dots, .op-section-blog .op-blog-list .nav-links .post-page-numbers.dots, .op-section-blog .op-blog-list .post-nav-links .page-numbers.dots, .op-section-blog .op-blog-list .post-nav-links .post-page-numbers.dots {
  color: #ffffff;
  background-color: #2c2d31;
  border-color: #2c2d31;
}
.op-section-blog .op-blog-list .nav-links .page-numbers.next, .op-section-blog .op-blog-list .nav-links .post-page-numbers.next, .op-section-blog .op-blog-list .post-nav-links .page-numbers.next, .op-section-blog .op-blog-list .post-nav-links .post-page-numbers.next {
  position: relative;
  font-size: 0;
}
.op-section-blog .op-blog-list .nav-links .page-numbers.next:hover::before, .op-section-blog .op-blog-list .nav-links .post-page-numbers.next:hover::before, .op-section-blog .op-blog-list .post-nav-links .page-numbers.next:hover::before, .op-section-blog .op-blog-list .post-nav-links .post-page-numbers.next:hover::before {
  color: #ffffff;
}
.op-section-blog .op-blog-list .nav-links .page-numbers.next::before, .op-section-blog .op-blog-list .nav-links .post-page-numbers.next::before, .op-section-blog .op-blog-list .post-nav-links .page-numbers.next::before, .op-section-blog .op-blog-list .post-nav-links .post-page-numbers.next::before {
  position: absolute;
  content: "\f105";
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  color: #193139;
  transition: all 0.3s;
}
.op-section-blog .op-blog-list .nav-links .page-numbers.prev, .op-section-blog .op-blog-list .nav-links .post-page-numbers.prev, .op-section-blog .op-blog-list .post-nav-links .page-numbers.prev, .op-section-blog .op-blog-list .post-nav-links .post-page-numbers.prev {
  position: relative;
  font-size: 0;
}
.op-section-blog .op-blog-list .nav-links .page-numbers.prev:hover::before, .op-section-blog .op-blog-list .nav-links .post-page-numbers.prev:hover::before, .op-section-blog .op-blog-list .post-nav-links .page-numbers.prev:hover::before, .op-section-blog .op-blog-list .post-nav-links .post-page-numbers.prev:hover::before {
  color: #ffffff;
}
.op-section-blog .op-blog-list .nav-links .page-numbers.prev::before, .op-section-blog .op-blog-list .nav-links .post-page-numbers.prev::before, .op-section-blog .op-blog-list .post-nav-links .page-numbers.prev::before, .op-section-blog .op-blog-list .post-nav-links .post-page-numbers.prev::before {
  position: absolute;
  content: "\f104";
  top: 50%;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  color: #193139;
  transition: all 0.3s;
}
.op-section-blog .op-blog-list .nav-links .page-numbers.current, .op-section-blog .op-blog-list .nav-links .post-page-numbers.current, .op-section-blog .op-blog-list .post-nav-links .page-numbers.current, .op-section-blog .op-blog-list .post-nav-links .post-page-numbers.current {
  color: #ffffff;
  background-color: #2c2d31;
  border-color: #2c2d31;
}
.op-section-blog .op-blog-list .nav-links .page-numbers:hover, .op-section-blog .op-blog-list .nav-links .post-page-numbers:hover, .op-section-blog .op-blog-list .post-nav-links .page-numbers:hover, .op-section-blog .op-blog-list .post-nav-links .post-page-numbers:hover {
  color: #ffffff;
  background-color: #2c2d31;
  border-color: #2c2d31;
}
.op-section-blog .op-blog-list .post-nav-links {
  margin: 40px 0;
  font-size: 16px;
  line-height: 2.125;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  justify-content: start;
}
.op-section-blog .wp-block-search label {
  display: none;
}
.op-section-blog .wp-block-search .wp-block-search__input {
  background-color: #f2f4f8;
  padding: 0 15px 0 25px;
  height: 70px;
  border: 0 !important;
  outline: none;
}
.op-section-blog .wp-block-search .wp-block-search__input::placeholder {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
}
.op-section-blog .wp-block-search button {
  border: 0 !important;
  margin: 0;
  font-size: 0;
  width: 70px;
  height: 70px;
  background-color: #02bbce;
  position: relative;
  transition: all 0.3s;
}
.op-section-blog .wp-block-search button::before {
  position: absolute;
  content: "\f002";
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.3s;
}
.op-section-blog .wp-block-search button:hover {
  background-color: #2c2d31;
}
.op-section-blog .op-blog-sidebar-8 ul, .op-section-blog .op-blog-sidebar-8 ol {
  list-style: none;
  padding-left: 0;
}
.op-section-blog .op-blog-sidebar-8 .widget {
  padding: 50px 45px;
  background-color: #F5F5F5;
  margin-bottom: 30px;
}
.op-section-blog .op-blog-sidebar-8 .widget .widget-title {
  margin-bottom: 22px;
}
.op-section-blog .op-blog-sidebar-8 .widget .searchform {
  position: relative;
}
.op-section-blog .op-blog-sidebar-8 .widget .searchform div {
  display: flex;
}
.op-section-blog .op-blog-sidebar-8 .widget .searchform div label {
  display: none;
}
.op-section-blog .op-blog-sidebar-8 .widget .searchform div input#s {
  background-color: #ffffff;
  padding: 0 15px 0 25px;
  height: 70px;
  border: 0 !important;
  width: 100%;
  outline: none;
}
.op-section-blog .op-blog-sidebar-8 .widget .searchform div input#s::placeholder {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
}
.op-section-blog .op-blog-sidebar-8 .widget .searchform div input#searchsubmit {
  border: 0 !important;
  margin: 0;
  font-size: 0;
  width: 70px;
  height: 70px;
  background-color: #02bbce;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.op-section-blog .op-blog-sidebar-8 .widget .searchform div input#searchsubmit:hover {
  background-color: #2c2d31;
}
.op-section-blog .op-blog-sidebar-8 .widget .searchform div::before {
  position: absolute;
  content: "\f002";
  top: 50%;
  right: 25px;
  margin: auto;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  z-index: 3;
  color: #ffffff;
  transition: all 0.3s;
}
.op-section-blog .op-blog-sidebar-8 .widget label {
  font-size: 17px;
  line-height: 1.64;
  font-weight: 400;
  color: #54737b;
}
.op-section-blog .op-blog-sidebar-8 .widget h2 {
  font-size: 20px;
  margin-bottom: 23px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}
.op-section-blog .op-blog-sidebar-8 .widget.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}
.op-section-blog .op-blog-sidebar-8 .widget.widget_search .wp-block-search__inside-wrapper label {
  display: none;
}
.op-section-blog .op-blog-sidebar-8 .widget.widget_search .wp-block-search__inside-wrapper input {
  background-color: #ffffff;
  padding: 0 15px 0 25px;
  height: 70px;
  border: 0 !important;
  width: 100%;
  outline: none;
}
.op-section-blog .op-blog-sidebar-8 .widget.widget_search .wp-block-search__inside-wrapper input::placeholder {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
}
.op-section-blog .op-blog-sidebar-8 .widget.widget_search .wp-block-search__inside-wrapper button {
  border: 0 !important;
  margin: 0;
  font-size: 0;
  width: 70px;
  height: 70px;
  background-color: #02bbce;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.op-section-blog .op-blog-sidebar-8 .widget.widget_search .wp-block-search__inside-wrapper button::before {
  position: absolute;
  content: "\f002";
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.3s;
}
.op-section-blog .op-blog-sidebar-8 .widget.widget_search .wp-block-search__inside-wrapper button:hover {
  background-color: #2c2d31;
}
.op-section-blog .op-blog-sidebar-8 .widget .tag-cloud-link {
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 12px !important;
  line-height: 2.6666;
  color: #000000;
  font-weight: 700;
  background: #ffffff;
  transition: all 0.3s;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
}
.op-section-blog .op-blog-sidebar-8 .widget .tag-cloud-link:not(:last-child) {
  margin-bottom: 15px;
  margin-right: 10px;
}
.op-section-blog .op-blog-sidebar-8 .widget .tag-cloud-link:hover {
  background-color: #2c2d31;
  color: #ffffff;
}
.op-section-blog .op-blog-sidebar-8 .widget ul li {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
}
.op-section-blog .op-blog-sidebar-8 .widget ul li:not(:last-child) {
  margin-bottom: 15px;
}
.op-section-blog .op-blog-sidebar-8 .widget ul li a {
  color: #5e5c5c;
  transition: all 0.3s;
}
.op-section-blog .op-blog-sidebar-8 .widget ul li:hover > a {
  color: #2c2d31;
}
.op-section-blog .op-blog-sidebar-8 .widget ul li ul {
  padding-left: 20px;
  margin-top: 15px;
}
.op-section-blog .op-blog-sidebar-8 .widget .wp-block-categories .cat-item {
  position: relative;
  text-transform: capitalize;
}
.op-section-blog .op-blog-sidebar-8 .widget .wp-block-categories .cat-item:not(:last-child) {
  margin-bottom: 16px;
}
.op-section-blog .op-blog-sidebar-8 .widget .wp-block-categories .cat-item::before {
  position: absolute;
  content: "\f105";
  top: 50%;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 600;
  color: #5e5c5c;
  transition: all 0.3s;
}
.op-section-blog .op-blog-sidebar-8 .widget .wp-block-categories .cat-item:hover::before {
  color: #2c2d31;
}
.op-section-blog .op-blog-sidebar-8 .wp-block-latest-comments__comment {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  margin-bottom: 36px;
}
.op-section-blog .op-blog-sidebar-8 .wp-block-latest-comments__comment img {
  display: none;
}
.op-section-blog .op-blog-sidebar-8 .wp-block-latest-comments__comment::before {
  position: absolute;
  content: "\f075";
  top: 0;
  left: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 50px;
  background: #02bbce;
  color: #ffffff;
  transition: all 0.3s;
}
.op-section-blog .op-blog-sidebar-8 .wp-block-latest-comments__comment:hover::before {
  background-color: #2c2d31;
}
.op-section-blog .op-blog-sidebar-8 .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  color: #5e5c5c;
  transition: all 0.3s;
}
.op-section-blog .op-blog-sidebar-8 .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
  color: #2c2d31;
}
.op-section-blog .op-blog-sidebar-8 .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta time {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #5e5c5c;
  text-transform: uppercase;
  margin: 8px 0 12px 0;
}
.op-section-blog .op-blog-sidebar-8 .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta p {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #5e5c5c;
}

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

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

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

@media (max-width: 1199.98px) {
  .op-section-blog .op-blog-sidebar-8 .widget {
    padding: 50px 22px;
  }
}
@media (max-width: 1023.98px) {
  .op-section-blog .op-blog-list {
    margin-bottom: 64px;
  }
  .op-section-blog .op-blog-sidebar-8 .widget {
    padding: 50px 45px;
  }
}
@media (max-width: 767.98px) {
  .op-blog-style-8 .main-blog-content .blog-content .blog-heading a {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .op-blog-style-8 .main-blog-content .blog-content .blog-heading a {
    font-size: 22px;
  }
  .post-comments-container .comment-list li ul {
    padding-left: 20px;
  }
  .post-comments-container .comment-list .comment-body .reply {
    bottom: 0;
    top: auto;
  }
  .post-comments-container .comment-respond .comment-form .form-submit .submit {
    font-size: 13px;
    padding: 8px 26px;
  }
  .post-comments-container .comment-respond .comment-form p.comment-form-cookies-consent input {
    flex-basis: 20px;
  }
  .op-section-blog .op-blog-sidebar-8 .widget {
    padding: 50px 22px;
  }
}
.op-footer.style-8 .op-main-footer {
  background-color: #2c2d31;
  padding: 100px 0px 100px 0px;
}
.op-footer.style-8 .op-main-footer a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  transition: all 0.3s;
}
.op-footer.style-8 .op-main-footer a:hover {
  color: #ffb545;
}
.op-footer.style-8 .op-main-footer a img {
  width: 151px;
}
.op-footer.style-8 .op-main-footer .logo-wrapper a {
  margin-bottom: 0;
}
.op-footer.style-8 .op-main-footer .footer-widget-title {
  color: #ffffff;
}
.op-footer.style-8 .op-main-footer .contact-us {
  margin-top: 14px;
}
.op-footer.style-8 .op-main-footer .contact-us li {
  line-height: 1;
}
.op-footer.style-8 .op-main-footer .contact-us h5 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
}
.op-footer.style-8 .op-main-footer .contact-us li {
  margin-bottom: 10px;
}
.op-footer.style-8 .op-main-footer .contact-us li span {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.75;
}
.op-footer.style-8 .op-main-footer .contact-us li a {
  margin-bottom: 0;
}
.op-footer.style-8 .op-main-footer .widget .searchform {
  position: relative;
}
.op-footer.style-8 .op-main-footer .widget .searchform div {
  display: flex;
}
.op-footer.style-8 .op-main-footer .widget .searchform div label {
  display: none;
}
.op-footer.style-8 .op-main-footer .widget .searchform div input#s {
  background-color: #ffffff;
  padding: 0 15px 0 25px;
  height: 70px;
  border: 0 !important;
  outline: none;
}
.op-footer.style-8 .op-main-footer .widget .searchform div input#s::placeholder {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
}
.op-footer.style-8 .op-main-footer .widget .searchform div input#searchsubmit {
  border: 0 !important;
  margin: 0;
  font-size: 0;
  width: 70px;
  height: 70px;
  background-color: #02bbce;
  position: relative;
  transition: all 0.3s;
}
.op-footer.style-8 .op-main-footer .widget .searchform div input#searchsubmit:hover {
  background-color: #2c2d31;
}
.op-footer.style-8 .op-main-footer .widget .searchform div::before {
  position: absolute;
  content: "\f002";
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  z-index: 3;
  color: #ffffff;
  transition: all 0.3s;
}
.op-footer.style-8 .op-main-footer .widget h2 {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #202020;
  text-transform: capitalize;
}
.op-footer.style-8 .op-main-footer .widget a {
  text-transform: capitalize;
}
.op-footer.style-8 .op-main-footer .footer-widget {
  margin-left: 0 !important;
}
.op-footer.style-8 .op-main-footer .footer-widget .menu {
  margin-top: 34px;
}
.op-footer.style-8 .copyrights-text {
  background-color: #F5F5F5;
  background-color: #ffb545;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  color: #6e6e6e;
  color: #ffffff;
}
.op-footer.style-8 .copyrights-text div {
  padding-top: 15px;
}

html {
  scroll-behavior: smooth;
}

.custom-scroll-top {
  visibility: hidden;
  position: fixed;
  right: 30px;
  bottom: 50px;
  opacity: 0;
  transition: all 0.9s;
}
.custom-scroll-top.sticky-scroll-link {
  visibility: visible;
  opacity: 1;
}
.custom-scroll-top a {
  background-color: #02bbce;
  width: 45px;
  height: 55px;
  display: inline-block;
  position: relative;
}
.custom-scroll-top a:hover {
  background: #2c2d31;
}
.custom-scroll-top a:hover::before {
  opacity: 0;
  top: 0%;
  transform: translateY(-50%, -100%);
  overflow: hidden;
}
.custom-scroll-top a:hover::after {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.custom-scroll-top a::before {
  position: absolute;
  content: "\f30c";
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  overflow: hidden;
  transition: all 0.3s;
}
.custom-scroll-top a::after {
  position: absolute;
  content: "\f30c";
  top: 100%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -100%);
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}

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

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

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

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

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

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

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

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

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

figure {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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