@charset "UTF-8";
/*
----------------------------------------------------------------
--- TABLE OF CONTENTS:
----------------------------------------------------------------

- WordPress Default Styles
- General Styles
- Header
- Footer
--------------------------------------------------------------*/
/* 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 {
  background: #fff;
  border: 1px solid #dcdcdc;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
  margin-bottom: 20px;
}

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

.sticky {
  position: relative;
}

/* Text meant only for screen readers. */
/* General Styles
-------------------------------------------------------------- */
html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: #333333;
  overflow-x: hidden;
  max-width: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Muli", sans-serif;
}
body select {
  width: 100%;
  padding: 10px 15px;
}
body img {
  max-width: 100%;
  height: auto;
}
body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body a {
  color: #3051a2;
}
body a:hover {
  text-decoration: none;
  color: #ea3a60;
}
body .page-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.elementor-page .page-content {
  padding-top: 0;
  padding-bottom: 0;
}
body ul:not([class]) {
  margin-bottom: 1rem;
}
body ul:not([class]) ul {
  margin-bottom: 0;
}
body ul:not([class]) li {
  position: relative;
  padding-left: 22px;
}
body ul:not([class]) li:not(:last-child) {
  border-bottom: 1px solid #ea3a60;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body ul:not([class]) li ul, body ul:not([class]) li ol {
  border-top: 1px solid #ea3a60;
  border-top: 1px solid #333333;
  padding-top: 10px;
  margin-top: 10px;
}
body ul:not([class]) li::before {
  content: "";
  height: 2px;
  width: 10px;
  top: 12px;
  left: 0;
  position: absolute;
  background-color: #333333;
}
body ol {
  margin-bottom: 1rem;
  padding-left: 25px;
}
body ol ol {
  margin-bottom: 0;
}
body ol li {
  position: relative;
}
body ol li:not(:last-child) {
  border-bottom: 1px solid #ea3a60;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body ol li ol, body ol li ul {
  border-top: 1px solid #ea3a60;
  padding-top: 10px;
  margin-top: 10px;
}
body blockquote {
  padding: 15px 30px;
  border-left: 5px solid #3051a2;
}
body blockquote p {
  margin: 0;
}
body .op-menu-bar .main-menu ul li {
  border-bottom: none;
  border-top: none;
  padding: 0;
  margin-bottom: 0;
}
body .op-menu-bar .main-menu ul li::before {
  display: none;
}

.white-color {
  color: #ffffff;
}

.primary-color {
  color: #3051a2;
}

.secondary-color {
  color: #ea3a60;
}

.primary-background-color {
  background: #3051a2;
}

.secondary-background-color {
  background: #ea3a60;
}

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

h1 {
  margin-bottom: 20px;
  font-size: 46px;
}

h2 {
  margin-bottom: 20px;
  font-size: 40px;
}

h3, .h3 {
  margin-bottom: 20px;
  font-size: 34px;
}

h4, .h4 {
  margin-bottom: 20px;
  font-size: 26px;
}

h5, .h5 {
  margin-bottom: 20px;
  font-size: 22px;
}

.section-404 {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.section-404 i {
  font-size: 50px;
  border: 5px solid #ea3a60;
  color: #3051a2;
  padding: 15px 31px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.small-margin {
  margin-top: 15px;
}

.medium-margin {
  margin-top: 30px;
}

.large-margin {
  margin-top: 45px;
}

/* General Styles
-------------------------------------------------------------- */
body div.wpcf7-response-output {
  margin-top: 0;
}

.opus-map iframe {
  min-height: 450px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  h3, .h3 {
    font-size: 28px;
  }

  h4, .h4 {
    font-size: 22px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  .hide-about-contact-icons .elementor-icon-box-icon {
    display: none;
  }
}
@media (min-width: 768px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 750px;
  }
}
@media (min-width: 1025px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
  }
}
/* Gutenberg
-------------------------------------------------------------- */
.wp-block-gallery {
  padding-top: 15px;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  border: none;
  padding: 0;
}
.wp-block-gallery .blocks-gallery-image::before,
.wp-block-gallery .blocks-gallery-item::before {
  display: none;
}

.wp-block-quote .cite {
  display: block;
}

audio, canvas, progress, video {
  display: block;
  width: 100%;
}

.wp-block-audio {
  margin-bottom: 30px;
}

.wp-block-quote,
.wp-block-quote.is-large {
  margin-bottom: 30px;
}

pre {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-pullquote {
  border: 4px solid #eee;
  margin-right: 0;
}

.wp-block-separator {
  border-bottom: 2px solid #eee;
  max-width: 100%;
}

iframe {
  width: 100%;
}

.container .alignfull,
.container .alignwide {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw;
}
@media (min-width: 1025px) {
  .container .alignfull,
.container .alignwide {
    margin-left: calc( -100vw / 2 + 100% / 2 + 8px);
    margin-right: calc( -100vw / 2 + 100% / 2 + 7px);
  }
}

.container .alignwide {
  padding: 0 15%;
}

@media (max-width: 767px) {
  .wp-block-columns.has-2-columns {
    grid-template-columns: 100%;
  }

  .container .alignwide {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .wp-block-columns.has-2-columns {
    grid-template-columns: 50% 50%;
  }
}
#op-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#op-loader-wrapper #op-loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}
#op-loader-wrapper #op-loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
#op-loader-wrapper #op-loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
#op-loader-wrapper .op-loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #3051a2;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}
#op-loader-wrapper .op-loader-section.op-section-left {
  left: 0;
}
#op-loader-wrapper .op-loader-section.op-section-right {
  right: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
.loaded #op-loader-wrapper .op-loader-section.op-section-left,
.elementor-editor-active #op-loader-wrapper .op-loader-section.op-section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #op-loader-wrapper .op-loader-section.op-section-right,
.elementor-editor-active #op-loader-wrapper .op-loader-section.op-section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #op-loader,
.elementor-editor-active #op-loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #op-loader-wrapper,
.elementor-editor-active #op-loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/* Header
-------------------------------------------------------------- */
.op-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.op-logo a img {
  max-height: 86px;
}

header.header {
  position: absolute;
  width: 100%;
  z-index: 3;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.relative-header header.header {
  position: relative;
}
.relative-header header.header .op-header-container {
  display: none;
}
@media (max-width: 992px) {
  .relative-header header.header .op-header-container {
    display: block;
  }
  .relative-header header.header .op-header-container .navbar-light button.navbar-toggler {
    border: 2px solid #ea3a60;
  }
  .relative-header header.header .op-header-container .icon-bar {
    background: #ea3a60;
  }
}
.relative-header header.header .sticky-nav {
  position: relative;
  transform: translateY(0);
  margin-top: 0 !important;
}
.relative-header header.header .op-menu-bar ul li a {
  color: #333333;
}
.relative-header .op-title-wrapper.without-acf {
  padding: 40px 0;
}
.relative-header .op-title-wrapper.without-acf:before {
  display: none;
}
.relative-header .op-title-wrapper.without-acf .container h2 {
  color: #333333;
  text-align: left !important;
}

.op-header {
  display: flex;
  align-items: center;
}

.op-top-bar {
  padding: 16px 0 13px 0;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
.op-top-bar::before {
  background-color: #ea3a60;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 5000px;
  transform: skew(45deg);
}
.op-top-bar ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.op-top-bar li + li {
  margin-left: 30px !important;
}
.op-top-bar li {
  display: inline-block;
  position: relative;
  z-index: 998;
  color: #fff;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.op-top-bar li::before {
  display: none;
}
.op-top-bar li a {
  color: #fff;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.op-top-bar li i {
  font-size: 14px;
  margin-right: 10px;
}

.op-menu-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.op-menu-bar ul li {
  display: inline-block;
  position: relative;
  z-index: 998;
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0 0 0 30px;
}
.op-menu-bar ul li.menu-item-has-children > a:before {
  transform: scaleX(1);
}
.op-menu-bar ul li .sub-menu,
.op-menu-bar ul li .children {
  text-align: left;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 0 40px rgba(1, 1, 1, 0.25);
  -khtml-box-shadow: 0 0 40px rgba(1, 1, 1, 0.25);
  -moz-box-shadow: 0 0 40px rgba(1, 1, 1, 0.25);
  -ms-box-shadow: 0 0 40px rgba(1, 1, 1, 0.25);
  -o-box-shadow: 0 0 40px rgba(1, 1, 1, 0.25);
  box-shadow: 0 0 40px rgba(1, 1, 1, 0.25);
  -webkit-transition: all 300ms linear;
  -khtml-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  padding: 25px 7px;
  min-width: 225px;
  visibility: hidden;
  opacity: 0;
  clip: rect(1px, 1px, 1px, 1px);
  margin-top: 30px;
  border-top: none;
}
.op-menu-bar ul li .sub-menu .page_item_has_children .sub-menu,
.op-menu-bar ul li .sub-menu .page_item_has_children .children,
.op-menu-bar ul li .children .page_item_has_children .sub-menu,
.op-menu-bar ul li .children .page_item_has_children .children {
  opacity: 0;
  left: -100%;
}
.op-menu-bar ul li:hover > .sub-menu,
.op-menu-bar ul li:hover .children {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  margin-top: 0;
}
.op-menu-bar ul li:hover > .sub-menu li > .sub-menu,
.op-menu-bar ul li:hover .children li > .sub-menu {
  left: 100%;
  top: 0;
}
.op-menu-bar ul li.menu-item-has-children a i, .op-menu-bar ul li.page_item_has_children a i {
  display: inline-block;
}
.op-menu-bar ul li:last-child a {
  padding-right: 0px;
}
.op-menu-bar ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 16px 0;
  position: relative;
  text-transform: capitalize;
}
.op-menu-bar ul li a i {
  display: none;
}
.op-menu-bar ul li a:hover::before {
  transform: scaleX(1);
}
.op-menu-bar ul li a i {
  font-size: 14px;
  margin-right: 0;
  padding-left: 5px;
}
.op-menu-bar ul li a:hover {
  color: #ffffff;
}
.op-menu-bar ul li:hover .sub-menu li a::before, .op-menu-bar ul li:hover .children li a::before {
  display: none;
}
.op-menu-bar ul li .sub-menu li,
.op-menu-bar ul li .children li {
  display: block;
  margin-left: 0;
}
.op-menu-bar ul li .sub-menu li a,
.op-menu-bar ul li .children li a {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  padding: 8px 20px;
  position: relative;
  -webkit-transition: all 300ms linear;
  -khtml-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.op-menu-bar ul li .sub-menu li a:hover,
.op-menu-bar ul li .children li a:hover {
  color: #ea3a60;
  padding-left: 40px;
  -webkit-transition: all 300ms linear;
  -khtml-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.op-menu-bar ul li .sub-menu li a:after,
.op-menu-bar ul li .children li a:after {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 20px;
  opacity: 0;
}
.op-menu-bar ul li .sub-menu li a i,
.op-menu-bar ul li .children li a i {
  display: none;
}
.op-menu-bar ul li .sub-menu li a:hover::after,
.op-menu-bar ul li .children li a:hover::after {
  opacity: 1;
  background-color: #ea3a60;
  -webkit-transition: all 500ms linear;
  -khtml-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.op-menu-bar ul li .sub-menu li.current-menu-item > a,
.op-menu-bar ul li .children li.current-menu-item > a {
  padding-left: 40px;
  color: #ea3a60;
}
.op-menu-bar ul li .sub-menu li.current-menu-item > a:after,
.op-menu-bar ul li .children li.current-menu-item > a:after {
  opacity: 1;
  background-color: #ea3a60;
}
.op-menu-bar ul li .sub-menu li.page_item_has_children,
.op-menu-bar ul li .children li.page_item_has_children {
  z-index: 999;
}
.op-menu-bar ul li .sub-menu li.page_item_has_children:hover .sub-menu,
.op-menu-bar ul li .sub-menu li.page_item_has_children:hover .children,
.op-menu-bar ul li .children li.page_item_has_children:hover .sub-menu,
.op-menu-bar ul li .children li.page_item_has_children:hover .children {
  opacity: 1;
  left: -100%;
  top: 10px;
}

.op-menu-bar ul li .sub-menu li.current-menu-item > a {
  padding-left: 40px;
  color: #ea3a60;
}

.op-menu-bar ul li .sub-menu li.current-menu-item:after,
.op-menu-bar ul li .children li.current-menu-item:after {
  display: none;
}

.navbar {
  padding-bottom: 0;
  padding-right: 0;
}
.navbar .collapse.navbar-collapse {
  justify-content: flex-end;
}

.navbar-light button.navbar-toggler {
  border: 2px solid #ffffff;
  outline: none;
  padding: 10px;
  border-radius: 5px;
}

.icon-bar:not(:last-child) {
  margin-bottom: 5px;
}

.icon-bar {
  height: 3px;
  width: 30px;
  background: #ffffff;
  display: block;
}

.sticky-nav {
  position: fixed;
  z-index: 20;
  width: 100%;
  background-color: #fff;
  top: 0;
  margin-top: 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  transform: translateY(-104%);
}
.sticky-nav .op-header .op-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sticky-nav .op-header .op-logo a img {
  max-height: 65px;
}
.sticky-nav .op-header .op-menu .op-menu-bar .main-menu > ul > li > a {
  padding: 31px 0;
  color: #000000;
}
.sticky-nav .op-header .op-menu .op-menu-bar .main-menu > ul > li > a:hover {
  color: #3051a2;
}

body.admin-bar .header .sticky-nav {
  margin-top: 32px;
}

.sticky-nav.visible {
  transform: translateY(0);
}

/* Header
-------------------------------------------------------------- */
@media (max-width: 992px) {
  header.header {
    border-bottom: none;
  }

  .op-menu-bar .main-menu > li.current-menu-item > a,
.op-menu-bar .main-menu > li.menu-item-has-children.current-menu-parent > a {
    color: #333333;
    background-color: #ffffff;
  }

  .navbar.main-menu-container {
    background: #ea3a60;
  }
}
@media (max-width: 767px) {
  .op-menu-bar .main-menu > li.current-menu-item > a,
.op-menu-bar .main-menu > li.menu-item-has-children.current-menu-parent > a {
    color: #333333;
    background-color: #ffffff;
  }

  .op-top-bar {
    display: none;
  }

  .navbar.main-menu-container {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    background: #ea3a60;
  }

  .navbar {
    padding: 0;
  }

  .op-menu-bar ul li {
    margin-left: 0;
    padding-left: 0;
  }

  .op-menu-bar ul li a {
    padding: 10px 30px;
  }

  .op-menu-bar ul li .sub-menu,
.op-menu-bar ul li .children {
    position: relative;
    box-shadow: none;
    margin-top: 0px;
    padding: 8px 7px;
    padding-bottom: 0;
    display: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0ms linear;
    -khtml-transition: all 0ms linear;
    -moz-transition: all 0ms linear;
    -ms-transition: all 0ms linear;
    -o-transition: all 0ms linear;
    transition: all 0ms linear;
  }
  .op-menu-bar ul li .sub-menu li a,
.op-menu-bar ul li .children li a {
    padding-left: 40px;
  }
  .op-menu-bar ul li .sub-menu li a:after,
.op-menu-bar ul li .children li a:after {
    opacity: 1;
    background-color: #ea3a60;
  }
  .op-menu-bar ul li .sub-menu li a::before,
.op-menu-bar ul li .children li a::before {
    display: none;
  }

  .op-menu-bar ul li a i {
    position: absolute;
    right: 15px;
    top: 14px;
  }

  .op-logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer {
    padding-top: 55px;
  }

  .footer-top-row {
    padding-bottom: 10px;
  }

  .sticky-nav {
    display: none;
  }

  .op-menu-bar ul li {
    display: block;
  }

  .navbar-light button.navbar-toggler {
    padding: 8px;
  }

  .icon-bar {
    height: 2px;
  }
}
@media (max-width: 576px) {
  .op-top-bar {
    display: none;
  }

  .op-menu-bar ul li a {
    padding: 8px 15px;
  }

  .op-menu-bar ul li ul.sub-menu li,
.op-menu-bar ul li ul.children li {
    padding-left: 0;
  }

  .op-menu-bar ul li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .op-top-bar {
    display: none;
  }

  .navbar.main-menu-container {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    background: #fff;
  }

  .navbar {
    padding: 0;
  }

  .op-menu-bar ul li {
    margin-left: 0;
  }

  .op-menu-bar ul li a {
    padding: 10px 25px;
  }

  .op-menu-bar ul li .sub-menu,
.op-menu-bar ul li .children {
    position: relative;
    box-shadow: none;
    margin-top: 0px;
    padding: 8px 30px;
    padding-bottom: 0;
    display: none;
    visibility: visible;
    opacity: 1;
  }

  .op-menu-bar ul li {
    margin: 0;
  }

  .op-menu-bar ul li a i {
    position: absolute;
    right: 15px;
    top: 14px;
  }

  .op-logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sticky-nav {
    display: none;
  }

  .op-menu-bar ul li {
    display: block;
  }
}
@media (min-width: 1025px) {
  .sticky-nav {
    display: block;
  }

  .navbar.main-menu-container {
    background-color: transparent !important;
    justify-content: flex-end;
  }

  .op-menu-bar ul li, .op-menu-bar ul li {
    margin: 0 0 0 10px;
  }
  .op-menu-bar ul li a, .op-menu-bar ul li a {
    font-size: 14px;
  }

  .op-top-bar {
    display: flex;
  }

  .navbar.main-menu-container {
    position: relative;
    background-color: transparent;
  }

  .op-menu-bar ul li a {
    padding: 16px 0;
  }

  .op-menu-bar ul li .sub-menu,
.op-menu-bar ul li .children {
    position: absolute;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    padding: 25px 0;
    display: block;
  }

  .navbar {
    padding-left: 0;
  }

  .op-menu-bar ul li a i {
    position: relative;
    top: 0;
    right: 0;
  }

  .op-menu-bar ul li a {
    padding: 16px 0px;
  }

  .op-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .op-menu-bar ul li {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .op-menu-bar ul li {
    margin: 0 0 0 20px;
  }
  .op-menu-bar ul li a {
    font-size: 16px;
  }
}
.blog-section {
  padding-top: 80px;
}

.blog-single-section {
  padding-top: 73px;
}

.featured-image {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.featured-image img, .featured-image .blog-gallery {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.featured-image + .post-content {
  margin: -130px 0 60px 0;
  padding: 150px 30px 35px 30px;
}

.post-content {
  padding: 22px 30px 35px 30px;
  margin: 0 0 60px 0;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.post-content .page-title a {
  text-decoration: none;
  color: #333333;
}
.post-content .page-title a:hover {
  color: #333333;
}
.post-content ul.post-meta {
  margin-bottom: 15px;
}
.post-content ul.post-meta li a {
  margin-top: 12px;
  color: #3051a2;
  font-size: 13px;
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.post-content ul.post-meta li a:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
}
.post-content .post-excerpt p {
  font-size: 16px;
  color: #333333;
}

.navigation.pagination {
  justify-content: center;
}
.navigation.pagination .nav-links {
  font-weight: 600;
}
.navigation.pagination .nav-links a {
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  margin-left: 4px;
  line-height: normal;
  border: 2px solid #ea3a60;
  text-align: center;
  border-radius: 3px;
  color: #3051a2;
  display: inline-block;
  background-color: transparent;
  padding: 10px 15px;
}
.navigation.pagination .nav-links a:hover {
  background-color: #ea3a60;
  color: #ffffff;
}
.navigation.pagination .nav-links span {
  margin-bottom: 4px;
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
  line-height: normal;
  border: 2px solid #ea3a60;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 15px;
}
.navigation.pagination .nav-links span.current {
  color: #ffffff;
  background-color: #ea3a60;
}
.navigation.pagination .nav-links span.dots {
  color: #ea3a60;
  background: transparent;
}

.searchform,
.wp-block-search {
  position: relative;
}
.searchform .wp-block-search__label,
.wp-block-search .wp-block-search__label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.searchform input#s,
.searchform .wp-block-search__input,
.wp-block-search input#s,
.wp-block-search .wp-block-search__input {
  padding: 12px 52px 12px 20px;
  border: 1px solid #f1f1f1;
  width: 100%;
}
.searchform input#s::placeholder,
.searchform .wp-block-search__input::placeholder,
.wp-block-search input#s::placeholder,
.wp-block-search .wp-block-search__input::placeholder {
  font-size: 14px;
  color: #333333;
}
.searchform #searchsubmit,
.searchform .wp-block-search__button,
.wp-block-search #searchsubmit,
.wp-block-search .wp-block-search__button {
  font-size: 0;
  border: none;
  padding: 25px 25px;
  background-color: #3051a2;
  position: absolute;
  top: 0;
  right: 0px;
}
.searchform:before,
.wp-block-search:before {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 16px;
  color: #fff;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.sidebar .widget {
  margin-bottom: 40px;
  background: #f5f7fb;
  padding: 40px 40px 35px 40px;
}
.sidebar .widget .header-svg {
  max-width: 90px;
  stroke: #3051a2;
  margin-bottom: 20px;
  display: none;
}
.sidebar .widget ul li {
  position: relative;
  padding-left: 0;
  border-bottom: 1px solid #333333 !important;
  margin-bottom: 0 !important;
  padding: 12px 20px 12px 0;
}
.sidebar .widget ul li ul {
  border-top: 1px solid #ea3a60;
  padding-top: 10px;
  margin-top: 10px;
}
.sidebar .widget ul li::before {
  content: "";
  height: 2px;
  width: 10px;
  top: 12px;
  left: 0;
  position: absolute;
  background-color: #ea3a60;
  display: none;
}
.sidebar .widget ul li:hover {
  color: #3051a2;
}
.sidebar .widget ul li:hover::before {
  background-color: #3051a2;
}
.sidebar .widget ul li a {
  color: #333333;
  display: block;
}
.sidebar .widget.widget_search {
  border: none;
}

.op-blog-list {
  padding-bottom: 100px;
}
.op-blog-list .op-single-blog .featured-image {
  margin: 0;
  padding-left: 0;
}
.op-blog-list .op-single-blog .featured-image + .op-single-content-post-thumbnail .post-meta-cat {
  margin-top: 50px;
}
.op-blog-list .op-single-blog .op-single-post-header h3 {
  color: #333333;
  margin-bottom: 0;
}
.op-blog-list .op-single-blog .op-single-post-header ul {
  padding-top: 18px;
  padding-bottom: 20px;
}
.op-blog-list .op-single-blog .op-single-post-header ul li {
  display: inline-block;
  margin-right: 10px;
}
.op-blog-list .op-single-blog .op-single-post-header ul li a {
  text-transform: uppercase;
  position: relative;
  padding-left: 19px;
  font-size: 13px;
  color: #ea3a60;
}
.op-blog-list .op-single-blog .op-single-post-header ul li a:hover {
  color: #ea3a60;
}
.op-blog-list .op-single-blog .op-single-post-header ul li a:hover::before {
  color: #ea3a60;
}
.op-blog-list .op-single-blog .op-single-post-header ul li.user a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.op-blog-list .op-single-blog .op-single-post-header ul li.time a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.op-blog-list .op-single-blog .op-single-content-post-thumbnail .page-links a {
  margin-top: 15px;
  margin-right: 4px;
  line-height: normal;
  border: 2px solid #3051a2;
  text-align: center;
  border-radius: 3px;
  color: #3051a2;
  display: inline-block;
  background-color: transparent;
  padding: 10px 15px;
}
.op-blog-list .op-single-blog .op-single-content-post-thumbnail .page-links a:hover {
  background: #3051a2;
  color: #ffffff;
}
.op-blog-list .op-single-blog .op-single-content-post-thumbnail .post-meta-cat {
  position: relative;
  padding-left: 25px;
}
.op-blog-list .op-single-blog .op-single-content-post-thumbnail .post-meta-cat:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #ea3a60;
  font-size: 13px;
}
.op-blog-list .op-single-blog .op-single-content-post-thumbnail .post-meta-cat a {
  font-size: 13px;
  color: #3051a2;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
}
.op-blog-list .op-single-blog .op-single-content-post-thumbnail .post-meta-cat a:hover {
  color: #3051a2;
}
.op-blog-list .op-single-blog .op-single-content-post-thumbnail .main-content-container::after {
  content: "";
  clear: both;
  display: table;
}
.op-blog-list .op-single-blog .op-single-content-post-thumbnail .main-content-container p {
  font-size: 16px;
}
.op-blog-list .op-single-blog .op-single-content-post-thumbnail .nav-links {
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
}
.op-blog-list .op-single-blog .op-single-content-post-thumbnail .nav-links .nav-previous a, .op-blog-list .op-single-blog .op-single-content-post-thumbnail .nav-links .nav-next a {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 12px;
  background-color: #ea3a60;
  border-radius: 5px;
  font-size: 16px;
  padding: 8px 20px;
  -webkit-transition: all 500ms ease;
  -khtml-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.op-blog-list .op-single-blog .op-single-content-post-thumbnail .nav-links .nav-previous a:hover, .op-blog-list .op-single-blog .op-single-content-post-thumbnail .nav-links .nav-next a:hover {
  background-color: #3051a2;
}
.op-blog-list .op-single-blog .post-tags-container {
  display: flex;
  margin-top: 25px;
  margin-bottom: 16px;
}
.op-blog-list .op-single-blog .post-tags-container h4 {
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 3px;
}
.op-blog-list .op-single-blog .post-tags-container ul {
  margin-left: 20px;
}
.op-blog-list .op-single-blog .post-tags-container ul li {
  display: inline-block;
  margin-right: 20px;
}
.op-blog-list .op-single-blog .post-tags-container ul li a {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #ea3a60;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 18px;
  -webkit-transition: all 500ms ease;
  -khtml-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.op-blog-list .op-single-blog .post-tags-container ul li a:hover {
  background-color: #3051a2;
}
.op-blog-list .post-comments-container {
  padding-top: 25px;
}
.op-blog-list .post-comments-container .comment-respond {
  margin-top: 30px;
}
.op-blog-list .post-comments-container .comment-respond h4 {
  font-size: 30px;
}
.op-blog-list .post-comments-container .comment-respond .logged-in-as a {
  display: inline-block;
  color: #333333;
}
.op-blog-list .post-comments-container .comment-respond .comment-form-comment label {
  color: #333333;
  margin-bottom: 12px;
}
.op-blog-list .post-comments-container .comment-respond .comment-form-comment textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb;
  resize: none;
}
.op-blog-list .post-comments-container .comment-respond .form-submit input {
  color: #ffffff;
  background-color: #ea3a60;
  margin-bottom: 0px;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -khtml-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.op-blog-list .post-comments-container .comment-respond .form-submit input:hover {
  background-color: #3051a2;
}
.op-blog-list .post-comments-container .comment-respond .comment-form-author {
  display: inline-block;
  width: 100%;
}
.op-blog-list .post-comments-container .comment-respond .comment-form-author label {
  display: block;
  font-size: 14px;
}
.op-blog-list .post-comments-container .comment-respond .comment-form-author input {
  width: 100%;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb;
}
.op-blog-list .post-comments-container .comment-respond .comment-form-email {
  display: inline-block;
  width: 100%;
}
.op-blog-list .post-comments-container .comment-respond .comment-form-email label {
  display: block;
  font-size: 14px;
}
.op-blog-list .post-comments-container .comment-respond .comment-form-email input {
  width: 100%;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb;
}
.op-blog-list .post-comments-container .comment-respond .comment-form-url label {
  display: block;
  font-size: 14px;
}
.op-blog-list .post-comments-container .comment-respond .comment-form-url input {
  width: 100%;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb;
}

.post-password-form label {
  display: block;
}
.post-password-form label input[type=password] {
  width: 100%;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb;
}
.post-password-form input[type=submit] {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 12px;
  background-color: #3051a2;
  border-radius: 5px;
  padding: 8px 40px;
  -webkit-transition: all 500ms ease;
  -khtml-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 10px;
  border: none;
}
.post-password-form input[type=submit]:hover {
  background: #ea3a60;
}

.content-section .post-comments-container .comments-area {
  padding-top: 25px;
}
.content-section .post-comments-container .comment-respond h4 {
  font-size: 30px;
}
.content-section .post-comments-container .comment-respond .logged-in-as a {
  display: inline-block;
  color: #333333;
}
.content-section .post-comments-container .comment-respond .comment-form-comment label {
  color: #333333;
  margin-bottom: 12px;
}
.content-section .post-comments-container .comment-respond .comment-form-comment textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb;
  resize: none;
}
.content-section .post-comments-container .comment-respond .form-submit input {
  color: #ffffff;
  background-color: #ea3a60;
  margin-bottom: 0px;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -khtml-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.content-section .post-comments-container .comment-respond .form-submit input:hover {
  background-color: #3051a2;
}
.content-section .post-comments-container .comment-respond .comment-form-author {
  display: inline-block;
  width: 100%;
}
.content-section .post-comments-container .comment-respond .comment-form-author label {
  display: block;
  font-size: 14px;
}
.content-section .post-comments-container .comment-respond .comment-form-author input {
  width: 100%;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb;
}
.content-section .post-comments-container .comment-respond .comment-form-email {
  display: inline-block;
  width: 100%;
}
.content-section .post-comments-container .comment-respond .comment-form-email label {
  display: block;
  font-size: 14px;
}
.content-section .post-comments-container .comment-respond .comment-form-email input {
  width: 100%;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb;
}
.content-section .post-comments-container .comment-respond .comment-form-url label {
  display: block;
  font-size: 14px;
}
.content-section .post-comments-container .comment-respond .comment-form-url input {
  width: 100%;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb;
}

.tagcloud a {
  background: #ea3a60;
  display: inline-block;
  padding: 8px 18px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease;
  -khtml-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tagcloud a:hover {
  color: #fff;
  background: #1a1e66;
}

p.form-submit {
  margin-bottom: 0;
}

.post-content ul.post-meta li a:hover {
  color: #ea3a60;
}
.post-content ul.post-meta li a:hover::before {
  color: #ea3a60;
}

body.blog .op-blog-list .sticky .post-content + .post-content,
body.blog .op-blog-list .sticky .featured-image + .post-content {
  position: initial;
}
body.blog .op-blog-list .sticky .post-content + .post-content::before,
body.blog .op-blog-list .sticky .featured-image + .post-content::before {
  display: none;
}
body.blog .op-blog-list .sticky .post-content::before,
body.blog .op-blog-list .sticky .featured-image::before {
  content: "Sticky";
  position: absolute;
  right: 15px;
  top: 0;
  font-weight: 700;
  color: #fff;
  background: #4c15bf;
  padding: 5px 30px;
  border-radius: 0 5px 0 0;
}
body.blog .op-blog-list .sticky .post-content::before {
  right: 0;
}

.wpcf7 .wpcf7-submit {
  color: #ffffff;
  margin-bottom: 10px;
  background-color: #ea3a60;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -khtml-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #3051a2;
}
.wpcf7 input.wpcf7-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb;
}
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #f5f7fb;
  max-height: 180px;
  resize: none;
}

.contact-team .wpcf7 input.wpcf7-text {
  background-color: #ffffff;
}
.contact-team .wpcf7 textarea {
  background-color: #ffffff;
}

.single-team-bio ul li {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single-team-bio ul li span.team-department {
  color: #ea3a60;
  font-weight: 600;
}
.single-team-bio ul li span {
  font-weight: 400;
  text-transform: initial;
  margin-left: 5px;
}
.single-team-bio ul li a {
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
}

.team-member-container {
  margin: 0 15px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -kthtml-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding-bottom: 15px;
}
.team-member-container:hover {
  box-shadow: 10px 11px 38px 0px rgba(0, 0, 0, 0.1);
}
.team-member-container .team-member-image {
  max-height: 400px;
  overflow: hidden;
}

.elementor-widget-progress .elementor-widget-container span.elementor-title {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 2px;
  padding-left: 3px;
  text-transform: uppercase;
}
.elementor-widget-progress .elementor-progress-wrapper.progress-info {
  height: 5px;
  margin-top: 3px;
}
.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
  position: relative;
  margin-left: 3px;
  border-radius: 0;
  height: 100%;
}
.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar:before {
  content: "";
  bottom: 5px;
  right: 0;
  position: absolute;
  background-color: #ea3a60;
  height: 12px;
  width: 2px;
  z-index: -1;
}
.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar .elementor-progress-percentage {
  margin-top: -31px;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  padding-right: 10px;
}

.op-content-with-headline ul li {
  margin-bottom: 20px;
}
.op-content-with-headline ul li span {
  font-weight: 700;
  font-size: 18px;
}

.single-corpto_services .menu {
  border: 2px solid #ea3a60;
  border: none !important;
}
.single-corpto_services .menu li {
  position: relative;
  border: 1px solid #f1f1f1;
  border-bottom: none;
}
.single-corpto_services .menu li:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: #ea3a60;
  -webkit-transition: all 300ms ease;
  -khtml-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: none;
}
.single-corpto_services .menu li:last-of-type {
  border-bottom: 1px solid #f1f1f1;
}
.single-corpto_services .menu li a {
  padding: 15px 24px;
  display: block;
  z-index: 2;
  position: relative;
  color: #333333;
  -webkit-transition: all 300ms ease;
  -khtml-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.single-corpto_services .menu li a:hover {
  color: #ffffff;
}
.single-corpto_services .menu li.current-menu-item a {
  color: #ffffff;
}

.service-name .input-holder {
  margin-bottom: 25px;
}
.service-name .input-holder input {
  background-color: #f5f7fb;
}
.service-name p {
  margin: 0;
}

.service-message .input-holder {
  margin-bottom: 20px;
}
.service-message .input-holder textarea {
  height: 116px;
  background-color: #f5f7fb;
  resize: none;
}
.service-message p {
  margin: 0;
}

.elementor-tab-title.elementor-active {
  background-color: #3051a2;
  border-radius: 5px 5px 0 0;
}
.elementor-tab-title.elementor-active a:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  body .team-member-item.style-2 {
    margin: auto;
    padding-top: 50px;
  }

  body .team-member-item.style-1 {
    margin: auto;
  }
}
@media (min-width: 1025px) {
  body .team-member-item.style-2 .team-item-profile .team-member-info {
    padding: 104px 10px 0px 0px;
  }
  body .team-member-item.style-2 .team-item-profile .team-member-info::after {
    top: 53px;
    left: 18px;
  }
  body .team-member-item.style-2 .team-item-profile .team-member-info .member-meta > li {
    font-size: 12px;
  }
  body .team-member-item.style-2 .team-item-profile .team-member-info .member-meta > li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body .team-member-item.style-2 .team-item-profile .team-member-info {
    padding: 85px 20px 30px 50px;
  }
  body .team-member-item.style-2 .team-item-profile .team-member-info::after {
    top: 0;
    left: 0;
  }
  body .team-member-item.style-2 .team-item-profile .team-member-info .member-meta > li {
    font-size: 16px;
  }
  body .team-member-item.style-2 .team-item-profile .team-member-info .member-meta > li a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  body .corpto-blog-item.corpto-service-item .post-content {
    margin: -50px 15px 10px 0;
  }
}
@media (min-width: 1025px) {
  body .corpto-blog-item.corpto-service-item .post-content {
    margin: -50px 15px 0px 0;
  }
}
@media (max-width: 767px) {
  body .op-blog-list {
    padding-bottom: 80px;
  }

  .blog-section, .blog-single-section {
    padding-bottom: 40px;
  }

  body .comments-area .comment-list li article {
    padding: 30px 30px 30px 30px;
  }

  .sidebar .widget {
    padding: 30px 30px 25px 30px;
  }
  .sidebar .widget .header-svg {
    margin-bottom: 15px;
  }

  .op-blog-list .op-single-blog .post-tags-container {
    display: block;
  }

  .op-blog-list .op-single-blog .post-tags-container ul {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  body .op-blog-list {
    padding-bottom: 80px;
  }

  .blog-section, .blog-single-section {
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  body .op-blog-list {
    padding-bottom: 100px;
  }

  .blog-section, .blog-single-section {
    padding-bottom: 0;
  }
}
*, *:focus {
  outline: none !important;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  margin-bottom: 15px;
  border: none;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
  background: #3051a2;
  color: #ffffff;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active a:hover {
  color: #ffffff;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border: none;
  box-shadow: 0px 4px 16px 0px rgba(48, 81, 162, 0.4);
  border-radius: 10px 10px 0 10px;
  margin-top: 15px;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content p {
  margin: 0;
}

.footer {
  padding-top: 100px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  position: relative;
}
.footer .footer-svg {
  max-width: 40px;
  margin-bottom: 15px;
}
.footer .footer-svg svg {
  fill: transparent;
  stroke-width: 2px;
  stroke: #ffffff;
}
.footer .footer-top-row {
  padding-bottom: 50px;
}
.footer .footer-top-row .widget-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}
.footer .footer-top-row .footer-logo-wrapper {
  margin-bottom: 30px;
  display: inline-block;
}
.footer .footer-social ul li {
  display: inline-block;
}
.footer .footer-social ul li a {
  margin-right: 20px;
}
.footer .footer-social ul li a i {
  font-size: 20px;
  color: #ffffff;
}
.footer .footer-social ul li a i:hover {
  color: #bdc3c7;
}
.footer .widget {
  margin-bottom: 25px;
}
.footer .widget h2 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
}
.footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.footer .widget ul li {
  color: #ffffff;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.footer .widget ul li::before {
  display: none;
}
.footer .widget ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding-bottom: 7px;
}
.footer .widget ul li a:hover {
  color: #bdc3c7;
}

.copy-right-container {
  padding: 15px 0;
}
.copy-right-container .copy-right-side ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.copy-right-container .copy-right-side ul li a {
  color: #ffffff;
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 62px;
  }

  .footer .footer-top-row {
    padding-bottom: 10px;
  }
  .footer .footer-top-row .footer-logo-wrapper {
    display: block;
    margin-bottom: 25px;
  }
  .footer .footer-top-row .footer-widget-container {
    margin-bottom: 20px;
  }

  .copy-left {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-social {
    text-align: center !important;
  }

  .copy-right-container {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 75px;
  }

  .footer-top-row {
    padding-bottom: 10px;
  }

  .copy-left {
    text-align: left;
    margin-bottom: 20px;
  }

  .footer-social {
    text-align: right !important;
  }

  .copy-right-container {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .footer {
    padding-top: 100px;
  }

  .footer-top-row {
    padding-bottom: 50px;
  }

  .copy-left {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-social {
    text-align: right !important;
  }

  .copy-right-container {
    padding: 15px 0 15px 0;
  }
}
.op-banner {
  position: relative;
}
.op-banner .item {
  position: relative;
}
.op-banner .item .op-banner-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.op-banner .item .op-banner-caption .container {
  position: relative;
  display: flex;
}
.op-banner .item .op-banner-caption .container .op-banner-details {
  opacity: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  background: #ffffff;
  padding: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1500ms ease 500ms;
  -khtml-transition: all 1500ms ease 500ms;
  -moz-transition: all 1500ms ease 500ms;
  -ms-transition: all 1500ms ease 500ms;
  -o-transition: all 1500ms ease 500ms;
  transition: all 1500ms ease 500ms;
}
.op-banner .item .op-banner-caption .container .op-banner-details .op-banner-detail {
  color: #000000;
}
.op-banner .item .op-banner-caption .container .op-banner-details .banner-buttons {
  margin-top: 20px;
}
.op-banner .item .op-banner-caption .container .op-banner-details .banner-buttons li {
  display: inline-block;
}
.op-banner .item .op-banner-caption .container .op-banner-details .banner-buttons li:not(:last-child) {
  margin-right: 15px;
}
.op-banner .item.slick-slide.img-overlay {
  position: relative;
}
.op-banner .item.slick-slide.img-overlay::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  content: "";
}
.op-banner .item.slick-active .op-banner-caption .container .op-banner-details {
  opacity: 1;
}

.primary-heading h1, .primary-heading h2, .primary-heading h3, .primary-heading h4, .primary-heading h5 {
  position: relative;
}

.elementor-image {
  position: relative;
}
.elementor-image::before {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 22px);
  top: 0;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  border: 5px solid #ea3a60;
  background-color: transparent;
}
.elementor-image img {
  padding-left: 15px;
  position: relative;
  z-index: 2;
}

.heading-default-color h1, .heading-default-color h2, .heading-default-color h3, .heading-default-color h4, .heading-default-color h5 {
  color: #414d60;
}

.sub-heading {
  color: #ea3a60;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-weight: bold;
}

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