/*
----------------------------------------------------------------
--- TABLE OF CONTENTS:
----------------------------------------------------------------

- WordPress Default Styles
- General Styles
- Header
- Homepage Slider
- SO Widgets Styling
	-- Counter
	-- Slogan
	-- Editor
	-- Our Team
	-- practice areas
	-- Why Choose Us
	-- Testimonials
	-- Accordions
- Page Titles
- Blog
- Sidebar
- Pagination
- Prefooter Call to action
- Contact
- Footer
- Responsive Styling

--------------------------------------------------------------*/
/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

p .alignnone {
  margin: 5px 20px 0 0; }

.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; }
.op-accordians .panel:first-child{
    display:none !important;
}
.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
-------------------------------------------------------------- */
body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  font-size: 16px;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

main {
  padding: 90px 0; }

a, a:hover {
  color: #14cab4;
  text-decoration: none; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 40px;
  text-transform: capitalize; }

h3, .h3 {
  font-size: 32px;
  text-transform: capitalize; }

h4, .h4 {
  font-size: 24px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 700;
  text-transform: capitalize; }

p {
  margin: 0 0 18px; }

img {
  max-width: 100%;
  height: auto; }

dt, dd {
  margin-bottom: 10px; }

.content-section ol {
  padding-left: 20px; }
  .content-section ol li {
    margin-bottom: 10px; }
  .content-section ol ul {
    margin-top: 5px; }
    .content-section ol ul li {
      padding-top: 0;
      border: none;
      padding-bottom: 0; }
      .content-section ol ul li:before {
        top: 10px;
        font-size: 12px; }
.content-section ul li {
  margin-bottom: 0; }
.content-section ul ol {
  margin-top: 5px; }
  .content-section ul ol li {
    padding-top: 0;
    border: none;
    padding-bottom: 0; }
    .content-section ul ol li:before {
      top: 8px;
      font-size: 12px; }

ul ol li {
  margin-bottom: 0; }

.bold {
  font-weight: 700; }

.semi-bold {
  font-weight: 600; }

.white {
  color: #ffffff; }

.black, .dark {
  color: #313131; }

.primary-color {
  color: #14cab4; }

.secondary-color {
  color: #1a2431; }

.primary-background-color {
  background: #14cab4; }

.secondary-background-color {
  background: #1a2431; }

.border-none {
  border: 0; }

.border-right {
  border-right: 1px solid #ffffff; }

.border-left {
  border-left: 1px solid #ffffff; }

.border-top {
  border-top: 1px solid #ffffff; }

.border-bottom {
  border-bottom: 1px solid #ffffff; }

.panel-grid {
  position: relative; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.page-content-container {
  padding: 90px 0 80px;
  position: relative;
  float: left;
  width: 100%; }

.siteorigin-panels .page-content-container {
  padding: 0; }

.h2-style1 {
  color: #313131;
  position: relative;
  line-height: 1.6;
  margin-bottom: 50px;
  padding-bottom: 5px;
  text-align: center; }
  .h2-style1:before, .h2-style1:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0; }
  .h2-style1:before {
    width: 150px;
    height: 3px;
    background-color: #313131; }
  .h2-style1:after {
    width: 70px;
    height: 3px;
    background-color: #14cab4; }

.h2-style1-1 {
  color: #ffffff;
  position: relative;
  line-height: 1.6;
  margin-bottom: 50px;
  padding-bottom: 5px;
  text-transform: capitalize;
  text-align: center; }
  .h2-style1-1:before, .h2-style1-1:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0; }
  .h2-style1-1:before {
    width: 150px;
    height: 2px;
    background-color: #ffffff; }
  .h2-style1-1:after {
    width: 70px;
    height: 2px;
    background-color: #14cab4; }

.h2-style2 {
  color: #ffffff;
  position: relative;
  line-height: 1.6;
  margin-bottom: 50px;
  padding-bottom: 5px;
  text-transform: capitalize;
  text-align: center; }
  .h2-style2:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 150px;
    height: 3px;
    background-color: #ffffff; }

.h3-style, .h2-style3 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: left; }
  .h3-style:before, .h3-style:after, .h2-style3:before, .h2-style3:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0; }
  .h3-style:before, .h2-style3:before {
    width: 150px;
    height: 3px;
    background-color: #1a2431;
    left: 0; }
  .h3-style:after, .h2-style3:after {
    width: 40px;
    height: 3px;
    left: 0;
    background-color: #14cab4; }
  .h3-style span, .h2-style3 span {
    font-weight: 400; }

.primary-button {
  padding: 14px 28px;
  color: #ffffff;
  background-color: #14cab4;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
  text-transform: uppercase;
  border: 2px solid #14cab4;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .primary-button:hover, .primary-button:focus, .primary-button:active {
    text-decoration: none;
    color: #14cab4;
    background-color: transparent; }

.secondary-button {
  padding: 14px 28px;
  color: #ffffff;
  background-color: #1a2431;
  position: relative;
  font-weight: bold;
  border: 2px solid #1a2431;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .secondary-button:hover, .secondary-button:focus, .secondary-button:active {
    text-decoration: none;
    color: #1a2431;
    background-color: transparent; }

.transparent-button {
  padding: 12px;
  color: #ffffff;
  border: 3px solid #ffffff;
  background-color: transparent;
  font-weight: bold;
  position: relative;
  margin: auto;
  margin-top: 10px; }
  .transparent-button:hover {
    text-decoration: none;
    color: #ffffff;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.align-button-center {
  width: 260px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 12px 15px;
  margin-top: 25px;
  text-transform: capitalize; }

.primary-button,
.secondary-button {
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.primary-button:after,
.secondary-button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

/* Pseudo elements for icons */
.primary-button:before,
.secondary-button:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased; }

.primary-button:before,
.secondary-button:before {
  content: "\f061"; }

.primary-button:before,
.secondary-button:before {
  position: absolute;
  font-size: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.primary-button:before,
.secondary-button:before {
  right: 30%;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%); }

.primary-button:hover:before,
.secondary-button:hover:before {
  right: 20px;
  opacity: 1; }

.paralex-background-affect {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.overlap-small {
  margin-top: -100px;
  z-index: 2; }

.overlap-medium {
  margin-top: -150px;
  z-index: 2; }

.overlap-large {
  margin-top: -200px;
  z-index: 2; }

.panel-grid-cell {
  z-index: 2; }

.dark-color-overlay-over-image {
  position: relative; }
  .dark-color-overlay-over-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1a2431;
    opacity: 0.7;
    width: 100%;
    height: 100%; }

.before-after-required, .op-team .owl-nav .owl-prev:before, .op-team .owl-nav .owl-next:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.widget {
  margin-bottom: 50px; }
  .widget.pre-footer-widget {
    margin-bottom: 0; }
  .widget ul {
    list-style: none;
    padding-left: 0; }
    .widget ul li {
      border-bottom: 1px solid #313131;
      padding: 16px 0 15px 20px;
      position: relative; }
      .widget ul li a {
        text-transform: capitalize;
        color: #313131;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .widget ul li a:hover {
          color: #14cab4;
          text-decoration: none; }
      .widget ul li:before {
        position: absolute;
        content: '\f054';
        left: 0;
        top: 20px;
        bottom: auto;
        margin: auto;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 12px;
        height: 15px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .widget ul li:last-of-type {
        border-bottom: 0; }
      .widget ul li.active:before, .widget ul li.current-menu-item:before {
        color: #14cab4; }
      .widget ul li.active a, .widget ul li.current-menu-item a {
        color: #14cab4; }
        .widget ul li.active a:before, .widget ul li.current-menu-item a:before {
          color: #14cab4; }
      .widget ul li.mouse-hover {
        color: #14cab4; }
    .widget ul.tags li {
      border-bottom: 0; }
      .widget ul.tags li a {
        color: #ffffff;
        padding: 10px 12px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .widget ul.tags li a:before {
          display: none; }
        .widget ul.tags li a:hover {
          color: #14cab4; }
  .widget select {
    border: 2px solid #e8e6e6;
    height: 50px;
    color: #1a2431;
    width: 100%;
    padding: 10px 15px; }
  .widget.footer-widget .wp-caption p.wp-caption-text {
    color: #1a2431; }

.op-team-nav-primary .owl-nav .owl-prev, .op-team-nav-primary .owl-nav .owl-next {
  border: 2px solid #14cab4; }
  .op-team-nav-primary .owl-nav .owl-prev:before, .op-team-nav-primary .owl-nav .owl-next:before {
    color: #14cab4; }
  .op-team-nav-primary .owl-nav .owl-prev:hover, .op-team-nav-primary .owl-nav .owl-next:hover {
    background-color: #14cab4;
    color: transparent; }
    .op-team-nav-primary .owl-nav .owl-prev:hover:before, .op-team-nav-primary .owl-nav .owl-next:hover:before {
      color: #ffffff; }

.op-team-nav-secondary .owl-nav .owl-prev, .op-team-nav-secondary .owl-nav .owl-next {
  border: 2px solid #1a2431; }
  .op-team-nav-secondary .owl-nav .owl-prev:before, .op-team-nav-secondary .owl-nav .owl-next:before {
    color: #1a2431; }
  .op-team-nav-secondary .owl-nav .owl-prev:hover, .op-team-nav-secondary .owl-nav .owl-next:hover {
    background-color: #1a2431;
    color: transparent; }
    .op-team-nav-secondary .owl-nav .owl-prev:hover:before, .op-team-nav-secondary .owl-nav .owl-next:hover:before {
      color: #ffffff; }

.op-team-nav-dark .owl-nav .owl-prev, .op-team-nav-dark .owl-nav .owl-next {
  border: 2px solid #313131; }
  .op-team-nav-dark .owl-nav .owl-prev:before, .op-team-nav-dark .owl-nav .owl-next:before {
    color: #313131; }
  .op-team-nav-dark .owl-nav .owl-prev:hover, .op-team-nav-dark .owl-nav .owl-next:hover {
    background-color: #313131;
    color: transparent; }
    .op-team-nav-dark .owl-nav .owl-prev:hover:before, .op-team-nav-dark .owl-nav .owl-next:hover:before {
      color: #ffffff; }

.op-team-nav-light .owl-nav .owl-prev, .op-team-nav-light .owl-nav .owl-next {
  border: 2px solid #ffffff; }
  .op-team-nav-light .owl-nav .owl-prev:before, .op-team-nav-light .owl-nav .owl-next:before {
    color: #ffffff; }
  .op-team-nav-light .owl-nav .owl-prev:hover, .op-team-nav-light .owl-nav .owl-next:hover {
    background-color: #ffffff;
    color: transparent; }
    .op-team-nav-light .owl-nav .owl-prev:hover:before, .op-team-nav-light .owl-nav .owl-next:hover:before {
      color: #313131; }

.op-testimonial-nav-primary .owl-nav .owl-prev, .op-testimonial-nav-primary .owl-nav .owl-next {
  border: 2px solid #14cab4; }
  .op-testimonial-nav-primary .owl-nav .owl-prev:before, .op-testimonial-nav-primary .owl-nav .owl-next:before {
    color: #14cab4; }
  .op-testimonial-nav-primary .owl-nav .owl-prev:hover, .op-testimonial-nav-primary .owl-nav .owl-next:hover {
    background-color: #14cab4;
    color: transparent; }
    .op-testimonial-nav-primary .owl-nav .owl-prev:hover:before, .op-testimonial-nav-primary .owl-nav .owl-next:hover:before {
      color: #ffffff; }
.op-testimonial-nav-primary .carousel-control {
  color: #14cab4;
  border: 2px solid #14cab4; }

.op-testimonial-nav-secondary .owl-nav .owl-prev, .op-testimonial-nav-secondary .owl-nav .owl-next {
  border: 2px solid #1a2431; }
  .op-testimonial-nav-secondary .owl-nav .owl-prev:before, .op-testimonial-nav-secondary .owl-nav .owl-next:before {
    color: #1a2431; }
  .op-testimonial-nav-secondary .owl-nav .owl-prev:hover, .op-testimonial-nav-secondary .owl-nav .owl-next:hover {
    background-color: #1a2431;
    color: transparent; }
    .op-testimonial-nav-secondary .owl-nav .owl-prev:hover:before, .op-testimonial-nav-secondary .owl-nav .owl-next:hover:before {
      color: #ffffff; }
.op-testimonial-nav-secondary .carousel-control {
  color: #1a2431;
  border: 2px solid #1a2431; }

.op-testimonial-nav-dark .owl-nav .owl-prev, .op-testimonial-nav-dark .owl-nav .owl-next {
  border: 2px solid #313131; }
  .op-testimonial-nav-dark .owl-nav .owl-prev:before, .op-testimonial-nav-dark .owl-nav .owl-next:before {
    color: #313131; }
  .op-testimonial-nav-dark .owl-nav .owl-prev:hover, .op-testimonial-nav-dark .owl-nav .owl-next:hover {
    background-color: #313131;
    color: transparent; }
    .op-testimonial-nav-dark .owl-nav .owl-prev:hover:before, .op-testimonial-nav-dark .owl-nav .owl-next:hover:before {
      color: #ffffff; }
.op-testimonial-nav-dark .carousel-control {
  color: #313131;
  border: 2px solid #313131; }

.op-testimonial-nav-light .owl-nav .owl-prev, .op-testimonial-nav-light .owl-nav .owl-next {
  border: 2px solid #ffffff; }
  .op-testimonial-nav-light .owl-nav .owl-prev:before, .op-testimonial-nav-light .owl-nav .owl-next:before {
    color: #ffffff; }
  .op-testimonial-nav-light .owl-nav .owl-prev:hover, .op-testimonial-nav-light .owl-nav .owl-next:hover {
    background-color: #ffffff;
    color: transparent; }
    .op-testimonial-nav-light .owl-nav .owl-prev:hover:before, .op-testimonial-nav-light .owl-nav .owl-next:hover:before {
      color: #ffffff; }
.op-testimonial-nav-light .carousel-control {
  color: #ffffff;
  border: 2px solid #ffffff; }

.content-section {
  overflow: hidden; }
  .content-section ul {
    padding-left: 0;
    list-style: none; }
    .content-section ul li {
      /*border-bottom: 1px solid #313131;*/
      /*display: block;*/
      padding: 15px 0 16px 20px;
      /*position: relative;*/
      color: #313131; }
      .content-section ul li li:last-child {
        padding-bottom: 0; }
      .content-section ul li a {
        color: #313131; }
        .content-section ul li a:hover {
          color: #14cab4;
          text-decoration: none; }
      .content-section ul li:before {
        position: absolute;
        /*content: '\f054';*/
        left: 0;
        top: 20px;
        bottom: 0;
        margin: 0;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 12px;
        height: 15px; }
      .content-section ul li:last-of-type {
        border-bottom: 0; }

.error404 .content-section {
  text-align: center; }
  .error404 .content-section .fa {
    font-size: 50px;
    border: 2px solid #313131;
    border-radius: 50%;
    padding: 10px 26px;
    margin-bottom: 35px;
    margin-top: 20px; }

.grey-scale .owl-carousel .owl-item img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.svg-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.svg-wrapper {
  background: none !important;
  height: 0px;
  position: relative;
  z-index: 2; }
  .svg-wrapper.bottom-inside {
    bottom: -1px; }
    .svg-wrapper.bottom-inside svg {
      position: absolute;
      width: 100%;
      -ms-transform: translateY(-99%);
      transform: translateY(-99%); }
  .svg-wrapper.bottom-outside {
    bottom: 1px; }
    .svg-wrapper.bottom-outside svg {
      position: absolute;
      width: 100%;
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .svg-wrapper.top-inside svg {
    position: absolute;
    width: 100%;
    -ms-transform: translateY(-1px) rotate(180deg);
    transform: translateY(-1px) rotate(180deg);
    position: absolute;
    top: 0; }
  .svg-wrapper.top-outside svg {
    position: absolute;
    width: 100%;
    -ms-transform: translateY(-1px);
    transform: translateY(-99%); }
  .svg-wrapper .svg-inner-wrapper svg {
    width: 100%; }

.page .comment-respond {
  margin-bottom: 80px; }

/*****Preload Starts Here *****/
.preload {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  text-align: center;
  top: 0; }

.spinner {
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  margin-top: -20px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
/*****Preload Ends Here *****/
@media (max-width: 991px) {
  .percent-10 {
    width: 10% !important; }

  .percent-20 {
    width: 20% !important; }

  .percent-30 {
    width: 30% !important; }

  .percent-40 {
    width: 40% !important; }

  .percent-50 {
    width: 50% !important; }

  .percent-60 {
    width: 60% !important; }

  .percent-70 {
    width: 70% !important; }

  .percent-80 {
    width: 80% !important; }

  .percent-90 {
    width: 90% !important; }

  .percent-100 {
    width: 100% !important; } }
@media (max-width: 767px) {
  body {
    font-size: 14px;
    margin-top: 0 !important; }

  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 32px; }

  h2 {
    font-size: 24px; }

  h3, .h3 {
    font-size: 20px; }

  h4, .h4 {
    font-size: 18px; }

  .primary-button {
    padding: 10px 20px; }

  .secondary-button {
    padding: 10px 20px; }

  main {
    padding: 90px 0 74px; }

  .overlap-small {
    margin-top: 0; }

  .overlap-medium {
    margin-top: 0; }

  .overlap-large {
    margin-top: 0; }

  .percent-10 {
    width: 100% !important; }

  .percent-20 {
    width: 100% !important; }

  .percent-30 {
    width: 100% !important; }

  .percent-40 {
    width: 100% !important; }

  .percent-50 {
    width: 100% !important; }

  .percent-60 {
    width: 100% !important; }

  .percent-70 {
    width: 100% !important; }

  .percent-80 {
    width: 100% !important; }

  .percent-90 {
    width: 100% !important; }

  .percent-100 {
    width: 100% !important; } }
@media (min-width: 768px) {
  h1 {
    font-size: 36px; }

  h2 {
    font-size: 28px; }

  h3, .h3 {
    font-size: 24px; }

  h4, .h4 {
    font-size: 20px; }

  .primary-button,
  .secondary-button {
    padding: 10px 20px; }

  .secondary-button:hover,
  .primary-button:hover {
    padding: 10px 40px 10px 20px; }

  .overlap-small {
    margin-top: 0; }

  .overlap-medium {
    margin-top: 0; }

  .overlap-large {
    margin-top: 0; } }
@media (max-width: 991px) {
  .stack-sm {
    flex-direction: column; }

  .stack-sm > div {
    width: 100% !important; } }
@media (min-width: 992px) {
  h1 {
    font-size: 40px; }

  h2 {
    font-size: 32px; }

  h3, .h3 {
    font-size: 26px; }

  h4, .h4 {
    font-size: 20px; }

  .primary-button {
    padding: 14px 28px; }

  .primary-button:hover {
    padding: 14px 45px 14px 28px; }

  .overlap-small {
    margin-top: -100px;
    z-index: 2; }

  .overlap-medium {
    margin-top: -150px;
    z-index: 2; }

  .overlap-large {
    margin-top: -200px;
    z-index: 2; } }
@media (min-width: 1200px) {
  h1 {
    font-size: 48px; }

  h2 {
    font-size: 40px; }

  h3, .h3 {
    font-size: 32px; }

  h4, .h4 {
    font-size: 24px; } }
/* Header
-------------------------------------------------------------- */
.header {
  position: absolute;
  z-index: 10; }
  .header .assign-menu ul {
    text-align: right;
    margin-top: 20px; }

.admin-bar header {
  top: 32px; }

.header {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 10;
  height: auto; 
  position: fixed;
}
  .header .op-header-top {
    padding: 5px 0;
    font-size: 14px; }
    .header .op-header-top .request-free-consultation:hover, .header .op-header-top .request-free-consultation:focus, .header .op-header-top .request-free-consultation:active {
      text-decoration: underline; }

.op-header-top {
  padding: 5px 0;
  color: #1a2431;
  font-size: 14px; }
  .op-header-top .op-call-us a.tel {
    font-weight: 600;
    text-decoration: none;
    color: #1a2431; }
  .op-header-top .request-free-consultation {
    font-weight: 600;
    text-decoration: none;
    color: #1a2431; }
    .op-header-top .request-free-consultation:hover, .op-header-top .request-free-consultation:focus, .op-header-top .request-free-consultation:active {
      text-decoration: underline;
      color: #1a2431; }

.op-header {
  background-color: #1a2431; }
  .op-header.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000 !important; }
  .op-header .op-logo {
    position: relative;
    display: block;
    padding: 20px 0; }

.admin-bar .op-header.sticky {
  top: 32px; }

.op-gns .navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  border: 0; }
  .op-gns .navbar-default .navbar-nav {
    float: right; }
  .op-gns .navbar-default .container-fluid {
    padding-right: 0; }
.op-gns .op-menu {
  padding-right: 0; }
  .op-gns .op-menu > ul > li {
    margin: 0 18px; }
    .op-gns .op-menu > ul > li > a {
      color: #ffffff;
      padding: 25px 0;
      font-size: 14px; }
      .op-gns .op-menu > ul > li > a:after {
        position: absolute;
    left: 0;
    content: "";
    height: 2px;
    width: 100%;
        background: #14cab4;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
        bottom: 12px; }
      .op-gns .op-menu > ul > li > a:hover, .op-gns .op-menu > ul > li > a:focus {
        color: #14cab4; }
        .op-gns .op-menu > ul > li > a:hover:after, .op-gns .op-menu > ul > li > a:focus:after {
          transform: scaleX(1); }
    .op-gns .op-menu > ul > li .dropdown-menu {
      background-color: #1a2431;
      border: none;
      min-width: 200px;
      display: block;
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transition: opacity 0.5s 0.1s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s 0.1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: transform 0.5s 0.1s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.5s 0.1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transform-origin: 0;
      transform-origin: 0 0; }
      .op-gns .op-menu > ul > li .dropdown-menu li {
        border-bottom: 1px solid #29374a; }
        .op-gns .op-menu > ul > li .dropdown-menu li:last-of-type {
          border-bottom: 0; }
        .op-gns .op-menu > ul > li .dropdown-menu li a {
          color: #ffffff;
          position: relative;
          padding: 15px 20px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .op-gns .op-menu > ul > li .dropdown-menu li a:before {
            position: absolute;
            content: "\f054";
            left: 0;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 12px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: none;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 10px;
            height: 10px; }
          .op-gns .op-menu > ul > li .dropdown-menu li a:hover, .op-gns .op-menu > ul > li .dropdown-menu li a:focus, .op-gns .op-menu > ul > li .dropdown-menu li a:active {
            color: #14cab4;
            background-color: transparent;
            padding-left: 15px;
            transform: translateX(10px);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .op-gns .op-menu > ul > li .dropdown-menu li a:hover:before, .op-gns .op-menu > ul > li .dropdown-menu li a:focus:before, .op-gns .op-menu > ul > li .dropdown-menu li a:active:before {
              display: block; }
    .op-gns .op-menu > ul > li:hover > .dropdown-menu {
      display: block;
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    .op-gns .op-menu > ul > li:last-of-type {
      margin-right: 0; }
      .op-gns .op-menu > ul > li:last-of-type a {
        padding-right: 0; }
    .op-gns .op-menu > ul > li.active > a, .op-gns .op-menu > ul > li.current-menu-item > a {
      color: #14cab4;
      background-color: transparent; }
      .op-gns .op-menu > ul > li.active > a:after, .op-gns .op-menu > ul > li.current-menu-item > a:after {
        position: absolute;
        left: 0;
        content: "";
        background: #14cab4;
        width: 100%;
        height: 3px;
        bottom: 0;
        transform: scaleX(1); }
      .op-gns .op-menu > ul > li.active > a:hover, .op-gns .op-menu > ul > li.active > a:focus, .op-gns .op-menu > ul > li.active > a:active, .op-gns .op-menu > ul > li.current-menu-item > a:hover, .op-gns .op-menu > ul > li.current-menu-item > a:focus, .op-gns .op-menu > ul > li.current-menu-item > a:active {
        color: #14cab4;
        background-color: transparent; }

.op-gns .op-menu .dropdown-menu > li > ul {
  left: 100%;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  display: block; }
.op-gns .op-menu .dropdown-menu > li:hover > ul {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }
.op-gns .op-menu .dropdown-menu a i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg); }

.navbar-default .navbar-toggle {
  border: 2px solid #14cab4;
  margin-top: 15px; }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #14cab4;
    height: 3px; }

.op-menu i {
  display: none;
  font-size: 12px; }
.op-menu .menu-item-has-children > a i {
  margin-left: 5px;
  display: inline-block; }

@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 46px; }

  .admin-bar .op-header.sticky {
    top: 46px; } }
@media (max-width: 767px) {
  .admin-bar .op-header.sticky {
    top: 0; }

  .admin-bar header {
    top: 0; }

  /* .home header {
    position: relative; } */

  .header {
    /* position: relative; */
    height: auto;
    z-index: 5; }
    .header .op-header.sticky {
      position: relative !important; }

  .op-logo-container {
    position: absolute;
    z-index: 10; }

  .navbar-default .navbar-toggle {
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0; }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:hover {
      background-color: transparent; }
    .navbar-default .navbar-toggle span.icon-bar {
      position: relative;
      transition: all 500ms ease-in-out;
      background-color: #14cab4; }
      .navbar-default .navbar-toggle span.icon-bar:nth-of-type(2) {
        top: 1px; }
      .navbar-default .navbar-toggle span.icon-bar:nth-of-type(3) {
        top: 2px; }
    .navbar-default .navbar-toggle.active span.icon-bar:nth-of-type(1) {
      top: 6px;
      transform: rotate(45deg); }
    .navbar-default .navbar-toggle.active span.icon-bar:nth-of-type(2) {
      background-color: transparent; }
    .navbar-default .navbar-toggle.active span.icon-bar:nth-of-type(3) {
      top: -8px;
      transform: rotate(-45deg); }

  .mbl-nav .navbar-collapse {
    position: absolute;
    z-index: 10;
    width: 100%;
    background: #1a2431;
    left: 0; }
    .mbl-nav .navbar-collapse.collapse {
      display: none !important; }
  .mbl-nav .navbar-collapse.collapse.in {
    display: block !important; }
  .mbl-nav .nav {
    float: none; }
    .mbl-nav .nav i {
      position: absolute;
      right: 0;
      padding: 17px;
      top: 0; }
    .mbl-nav .nav > li {
      display: block;
      float: none;
      clear: both; }
      .mbl-nav .nav > li:last-child > a {
        border: none; }
      .mbl-nav .nav > li > a {
        color: #ffffff;
        border-bottom: 1px solid #29374a;
        padding-top: 15px;
        padding-bottom: 15px; }
        .mbl-nav .nav > li > a:focus, .mbl-nav .nav > li > a:hover {
          background: transparent; }
    .mbl-nav .nav .dropdown-menu {
      position: relative;
      width: 100%;
      background: transparent;
      box-shadow: none;
      padding: 0; }
      .mbl-nav .nav .dropdown-menu li a {
        color: #ffffff;
        padding: 10px 20px;
        border-bottom: 1px solid #29374a; }
        .mbl-nav .nav .dropdown-menu li a:hover, .mbl-nav .nav .dropdown-menu li a:focus {
          background: transparent; } }
@media (min-width: 768px) {
  .navbar-default .navbar-toggle {
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0; }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:hover {
      background-color: transparent; }
    .navbar-default .navbar-toggle span.icon-bar {
      position: relative;
      transition: all 500ms ease-in-out;
      background-color: #14cab4; }
      .navbar-default .navbar-toggle span.icon-bar:nth-of-type(2) {
        top: 1px; }
      .navbar-default .navbar-toggle span.icon-bar:nth-of-type(3) {
        top: 2px; }
    .navbar-default .navbar-toggle.active span.icon-bar:nth-of-type(1) {
      top: 6px;
      transform: rotate(45deg); }
    .navbar-default .navbar-toggle.active span.icon-bar:nth-of-type(2) {
      background-color: transparent; }
    .navbar-default .navbar-toggle.active span.icon-bar:nth-of-type(3) {
      top: -8px;
      transform: rotate(-45deg); }

  .navbar-toggle {
    display: block; }

  .navbar-header {
    float: right; }

  .mbl-nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    background: #1a2431;
    left: 0; }
    .mbl-nav .navbar-collapse.collapse {
      display: none !important; }
  .mbl-nav .navbar-collapse.collapse.in {
    display: block !important; }
  .mbl-nav .nav {
    float: none; }
    .mbl-nav .nav i {
      position: absolute;
      right: 0;
      padding: 17px;
      top: 0; }
    .mbl-nav .nav > li {
      display: block;
      float: none;
      clear: both; }
      .mbl-nav .nav > li:last-child > a {
        border: none; }
      .mbl-nav .nav > li > a {
        color: #ffffff;
        border-bottom: 1px solid #29374a; }
        .mbl-nav .nav > li > a:focus, .mbl-nav .nav > li > a:hover {
          background: transparent; }
    .mbl-nav .nav .dropdown-menu {
      position: relative;
      width: 100%;
      background: transparent;
      box-shadow: none;
      padding: 0; }
      .mbl-nav .nav .dropdown-menu li a {
        color: #ffffff;
        padding: 10px 20px;
        border-bottom: 1px solid #29374a; }
        .mbl-nav .nav .dropdown-menu li a:hover, .mbl-nav .nav .dropdown-menu li a:focus {
          background: transparent; } }
@media (min-width: 992px) {
  .navbar-toggle {
    display: none; }

  .navbar-collapse.collapse {
    display: block !important; }

  .op-gns .op-menu > ul > li {
    margin: 0 8px; } }
@media (min-width: 1200px) {
  .op-gns .op-menu > ul > li {
    margin: 0 16px; } }
/* Slider
-------------------------------------------------------------- */
.op-banner {
  position: relative; }
  .op-banner .carousel-indicators, .op-banner .owl-dots {
    position: absolute;
    bottom: 20px; }
    .op-banner .carousel-indicators .owl-dot:hover span, .op-banner .owl-dots .owl-dot:hover span {
      background: #ffffff; }
    .op-banner .carousel-indicators .owl-dot span, .op-banner .owl-dots .owl-dot span {
      height: 15px;
      width: 15px;
      margin: 0 10px 0 0;
      border: 2px solid #ffffff;
      background-color: #ffffff; }
      .op-banner .carousel-indicators .owl-dot span:hover, .op-banner .owl-dots .owl-dot span:hover {
        background: #ffffff; }
    .op-banner .carousel-indicators .owl-dot.active span, .op-banner .owl-dots .owl-dot.active span {
      position: relative;
      border: 2px solid #14cab4;
      background-color: transparent; }
      .op-banner .carousel-indicators .owl-dot.active span:before, .op-banner .owl-dots .owl-dot.active span:before {
        position: absolute;
        content: '';
        width: 7px;
        height: 7px;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        background-color: #14cab4;
        border-radius: 50%; }
  .op-banner .container {
    position: relative; }
    .op-banner .container a {
      position: absolute;
      top: 202px;
      display: block;
      height: 46px;
      width: 25px;
      z-index: 999; }
      .op-banner .container a.left {
        left: 16px; }
      .op-banner .container a.right {
        right: 16px; }
      .op-banner .container a.play-pause {
        height: 31px;
        width: 30px; }
        .op-banner .container a.play-pause span.icon-playSmall:before {
          position: absolute;
          top: 1px;
          left: -1px; }
        .op-banner .container a.play-pause span.icon-pause:before {
          position: absolute;
          top: 1px;
          left: -1px; }
        .op-banner .container a.play-pause.play-control {
          top: 18px;
          right: 51px; }
        .op-banner .container a.play-pause.pause-control {
          top: 18px;
          right: 14px; }
  .op-banner .item {
    background-color: #e3e3e3; }
    .op-banner .item img {
      display: block;
      width: 100%;
      height: auto; }
    .op-banner .item .carousel-caption {
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      padding: 0 15px;
      padding-bottom: 30px;
      margin: auto;
      top: 50%;
      transform: translateY(-50%); }
      .op-banner .item .carousel-caption a.primary-button {
        float: left; }
      .op-banner .item .carousel-caption h2 {
        display: block;
        text-align: left;
        font-weight: 700;
        width: 60%;
        line-height: 1.2;
        margin-bottom: 15px;
        text-transform: uppercase;
        overflow: hidden; }
      .op-banner .item .carousel-caption a {
        text-shadow: none; }
        .op-banner .item .carousel-caption a:hover, .op-banner .item .carousel-caption a:focus, .op-banner .item .carousel-caption a:active {
          color: #ffffff;
          text-shadow: none;
          background-color: #14cab4;
          border: 2px solid #14cab4;
          text-decoration: none; }
  .op-banner a.left:focus, .op-banner a.right:focus {
    box-shadow: none !important; }

.op-banner .carousel-indicators {
  bottom: 40px;
  left: 0;
  width: auto;
  text-align: left;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 0; }
.op-banner .carousel-inner .item .carousel-caption a.btn {
  float: left; }

@media (max-width: 767px) {
  .op-banner .item .carousel-caption {
    max-width: 100%; }
    .op-banner .item .carousel-caption h2 {
      font-size: 30px; }
  .op-banner .owl-dots {
    display: none; } }
@media (max-width: 580px) {
  .op-banner .item .carousel-caption h2 {
    font-size: 20px;
    width: 80%; } }
@media (min-width: 768px) {
  .op-banner .item .carousel-caption {
    max-width: 750px; }
    .op-banner .item .carousel-caption h2 {
      font-size: 36px; } }
@media (min-width: 992px) {
  .op-banner .item .carousel-caption {
    max-width: 970px; }
    .op-banner .item .carousel-caption h2 {
      font-size: 48px; } }
@media (min-width: 1200px) {
  .op-banner .item .carousel-caption {
    max-width: 1170px; }
    .op-banner .item .carousel-caption h2 {
      font-size: 60px; } }
/* Slider
-------------------------------------------------------------- */
.op-hero-with-ticker {
  position: relative; }
  .op-hero-with-ticker .item {
    background: transparent; }
    .op-hero-with-ticker .item .ticker-caption {
      position: absolute;
      width: 100%;
      padding: 0 15px;
      padding-bottom: 30px;
      margin: auto;
      top: 50%;
      transform: translateY(-50%); }
      .op-hero-with-ticker .item .ticker-caption h2 {
        display: block;
        text-align: left;
        font-weight: 700;
        width: 60%;
        line-height: 1.2;
        margin-bottom: 15px;
        text-transform: uppercase;
        overflow: hidden; }
        .op-hero-with-ticker .item .ticker-caption h2 .pre-ticker-text {
          display: block; }

@media (max-width: 767px) {
  .op-hero-with-ticker .item .ticker-caption {
    max-width: 100%; }
    .op-hero-with-ticker .item .ticker-caption h2 {
      font-size: 28px; } }
@media (max-width: 580px) {
  .op-hero-with-ticker .item .ticker-caption h2 {
    font-size: 18px;
    width: 200px; } }
@media (min-width: 768px) {
  .op-hero-with-ticker .item .ticker-caption {
    max-width: 750px; }
    .op-hero-with-ticker .item .ticker-caption h2 {
      font-size: 32px; } }
@media (min-width: 992px) {
  .op-hero-with-ticker .item .ticker-caption {
    max-width: 970px; }
    .op-hero-with-ticker .item .ticker-caption h2 {
      font-size: 40px; } }
@media (min-width: 1200px) {
  .op-hero-with-ticker .item .ticker-caption {
    max-width: 1170px; }
    .op-hero-with-ticker .item .ticker-caption h2 {
      font-size: 50px; } }
/* Counter
-------------------------------------------------------------- */
.op-counter .op-counter-icon-container {
  width: 100px;
  float: left; }
  .op-counter .op-counter-icon-container .icon {
    border: 3px solid;
    display: block;
    width: 85px;
    height: 85px;
    margin: auto;
    position: relative;
    margin-bottom: 20px; }
    .op-counter .op-counter-icon-container .icon .fa, .op-counter .op-counter-icon-container .icon span {
      font-size: 44px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 54px;
      text-align: center;
      height: 50px; }
.op-counter .op-counter-content {
  float: left;
  width: calc(100% - 100px);
  padding-left: 15px; }
.op-counter p {
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0; }
.op-counter:nth-of-type(3n+1) {
  clear: left; }

@media (max-width: 767px) {
  .op-counter .op-counter-content {
    padding-top: 8px; } }
@media (max-width: 767px) {
  .op-counter {
    margin-bottom: 25px;
    padding-bottom: 20px; }
    .op-counter p {
      font-size: 24px; } }
@media (min-width: 768px) {
  .op-counter {
    margin: auto;
    width: 400px; }
    .op-counter p {
      font-size: 30px; } }
@media (min-width: 992px) {
  .op-counter {
    margin: auto;
    width: 100%; }
    .op-counter .op-counter-content {
      margin-top: 10px; }
      .op-counter .op-counter-content p {
        font-size: 24px; } }
@media (min-width: 1200px) {
  .op-counter .op-counter-content {
    margin-top: 0px; }
    .op-counter .op-counter-content p {
      font-size: 30px; } }
/* About
-------------------------------------------------------------- */
.op-about-section {
  padding: 72px 0 90px 0; }

.op-about-section1 {
  padding: 90px 0; }
  .op-about-section1 h3 {
    margin-bottom: 38px; }
  .op-about-section1 p {
    margin-bottom: 26px; }
  .op-about-section1 .op-mission-block {
    background-color: #1a2431;
    padding: 30px;
    color: #ffffff; }
    .op-about-section1 .op-mission-block h3 {
      margin-bottom: 18px; }
    .op-about-section1 .op-mission-block p {
      margin-bottom: 10px; }

/* Slogan
-------------------------------------------------------------- */
.home .op-slogan-section {
  display: none; }

.op-slogan-section {
  position: relative;
  padding: 82px 0 90px 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }
  .op-slogan-section.op-tag-line {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .op-slogan-section.op-title-wrapper {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.request-button {
  width: 260px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 12px 15px;
  margin-top: 25px;
  text-transform: capitalize; }

/* Our Team
-------------------------------------------------------------- */
.op-team {
  z-index: 0; }
  .op-team .owl-stage-outer .owl-stage .owl-item .item {
    position: relative;
    display: block; }
    .op-team .owl-stage-outer .owl-stage .owl-item .item img {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .op-team .owl-stage-outer .owl-stage .owl-item .item:hover .op-team-image-inner-container:before {
      width: 100%;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .op-team .op-team-image-container {
    overflow: hidden;
    position: relative; }
    .op-team .op-team-image-container .op-team-image-inner-container {
      overflow: hidden;
      position: relative; }
      .op-team .op-team-image-container .op-team-image-inner-container:before {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: rgba(0, 0, 0, 0.3);
        width: 0%;
        height: 100%;
        transform: rotate(0deg);
        left: 0;
        top: 0;
        z-index: 2;
        content: "";
        position: absolute; }
    .op-team .op-team-image-container .svg-top-corner-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 45px;
      height: 45px;
      z-index: 3; }
    .op-team .op-team-image-container .svg-bottom-corner-wrapper {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 45px;
      height: 45px;
      z-index: 3; }
  .op-team .middle {
    padding: 15px 10px;
    border-bottom: 2px solid; }
    .op-team .middle span {
      display: block;
      text-align: center; }
    .op-team .middle .text {
      font-size: 12px;
      font-style: italic; }
  .op-team .owl-team .item {
    position: relative; }
  .op-team .owl-dots {
    display: none; }
  .op-team .owl-nav {
    margin-top: 60px; }
    .op-team .owl-nav .owl-prev, .op-team .owl-nav .owl-next {
      width: 45px;
      height: 45px;
      padding: 0;
      border-radius: 0;
      position: relative;
      background-color: transparent;
      color: transparent;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .op-team .owl-nav .owl-prev:before, .op-team .owl-nav .owl-next:before {
        width: 12px;
        height: 12px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .op-team .owl-nav .owl-prev:before {
      content: "\f053"; }
    .op-team .owl-nav .owl-next:before {
      content: "\f054"; }

.op-our-team-section1 .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -35%; }
  .op-our-team-section1 .owl-nav .owl-prev, .op-our-team-section1 .owl-nav .owl-next {
    font-size: 0; }
.op-our-team-section1 .op-team .owl-stage-outer .owl-stage .owl-item .item {
  position: relative; }
  .op-our-team-section1 .op-team .owl-stage-outer .owl-stage .owl-item .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #14cab4;
    overflow: hidden;
    width: 0;
    height: 100%;
    opacity: 0.7;
    transition: .5s ease;
    display: none; }
  .op-our-team-section1 .op-team .owl-stage-outer .owl-stage .owl-item .item:hover .middle {
    opacity: 1;
    bottom: 0; }
  .op-our-team-section1 .op-team .owl-stage-outer .owl-stage .owl-item .item:hover:before {
    width: 100%; }
.op-our-team-section1 .op-team .middle {
  opacity: 1;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 3;
  border-bottom: 0; }
  .op-our-team-section1 .op-team .middle .text {
    color: white;
    font-size: 12px; }
    .op-our-team-section1 .op-team .middle .text span {
      display: block;
      text-align: center; }

.op-team-member {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px; }
  .op-team-member .op-team-member-img img {
    width: 100%; }

.op-team-member-quote {
  padding: 48px 75px;
  position: relative; }
  .op-team-member-quote:before {
    position: absolute;
    content: "\f10d";
    font-size: 40px;
    opacity: .2;
    top: 26px;
    left: 70px;
    font-family: 'Fontawesome'; }
  .op-team-member-quote p {
    line-height: 1.5;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 0; }

.content-section .social-links-list {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }
  .content-section .social-links-list li {
    display: inline-block;
    padding: 0;
    border: none; }
    .content-section .social-links-list li:before {
      display: none; }
    .content-section .social-links-list li a {
      display: block;
      padding: 5px;
      border: 2px solid;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      text-align: center; }
      .content-section .social-links-list li a span {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 20px;
        width: 20px;
        margin: auto;
        font-size: 20px; }

@media (max-width: 767px) {
  .op-our-team-section1 .owl-nav {
    top: auto;
    width: 100%; } }
@media (max-width: 767px) {
  .op-our-team-section1 .owl-nav {
    top: auto;
    width: 100%; }

  .op-team .middle .text span.name {
    font-size: 20px; }

  .op-team-member-quote {
    padding: 25px 45px; }
    .op-team-member-quote:before {
      top: 5px;
      left: 30px; }
    .op-team-member-quote p {
      font-size: 18px; } }
@media (min-width: 768px) {
  .op-team .middle .text span.name {
    font-size: 20px; } }
@media (min-width: 992px) {
  .op-team .middle .text span.name {
    font-size: 24px; } }
/* Practice Areas
-------------------------------------------------------------- */
.op-practice-areas {
  padding: 72px 0 60px 0; }

.service:nth-of-type(2n+1) {
  clear: left; }

.op-single-practice-area {
  text-align: center;
  color: #ffffff;
  padding: 30px 0;
  display: table;
  width: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .op-single-practice-area:hover, .op-single-practice-area:focus, .op-single-practice-area:active {
    color: #ffffff;
    box-shadow: 0 6px 13px rgba(26, 36, 49, 0.35);
    text-decoration: none; }
  .op-single-practice-area .op-content {
    display: table-cell;
    vertical-align: middle; }
    .op-single-practice-area .op-content p {
      font-size: 24px;
      font-weight: 500;
      text-transform: capitalize; }
  .op-single-practice-area .icon {
    position: relative;
    display: block;
    margin-bottom: 21px; }
  .op-single-practice-area .fa, .op-single-practice-area span {
    font-size: 40px; }

.op-practice-areas-block {
  margin-top: 10px; }
  .op-practice-areas-block .col-md-6:nth-of-type(2n + 1) {
    clear: left; }
  .op-practice-areas-block .col-md-4:nth-of-type(3n + 1) {
    clear: left; }
  .op-practice-areas-block .columns-2 {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 60px;
    box-shadow: 0 0 1px 1px #ccc;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px; }
    .op-practice-areas-block .columns-2 p {
      margin-bottom: 10px; }
    .op-practice-areas-block .columns-2 .image-container {
      flex-basis: 35%; }
    .op-practice-areas-block .columns-2 .info-container {
      flex-basis: 60%;
      margin-left: 5%; }
    .op-practice-areas-block .columns-2 .primary-button {
      padding: 10px 20px; }
      .op-practice-areas-block .columns-2 .primary-button:hover {
        padding: 10px 40px 10px 20px; }
  .op-practice-areas-block .columns-3 {
    margin-bottom: 60px;
    box-shadow: 0 0 1px 1px #ccc;
    border-radius: 5px;
    font-size: 14px; }
    .op-practice-areas-block .columns-3 p {
      margin-bottom: 10px; }
    .op-practice-areas-block .columns-3 .image-container img {
      border-radius: 5px 5px 0 0; }
    .op-practice-areas-block .columns-3 .info-container {
      padding: 20px; }
    .op-practice-areas-block .columns-3 .primary-button {
      padding: 10px 20px; }
      .op-practice-areas-block .columns-3 .primary-button:hover {
        padding: 10px 40px 10px 20px; }

@media (max-width: 767px) {
  .widget_opus-link-with-icon {
    width: 250px;
    margin-left: auto;
    margin-right: auto; }
    .widget_opus-link-with-icon .op-content p {
      font-size: 18px; }

  .op-practice-areas-block .columns-2 {
    flex-direction: column; }
    .op-practice-areas-block .columns-2 .info-container {
      padding: 15px 0 0 0;
      margin-left: 0; } }
@media (min-width: 768px) {
  .op-single-practice-area {
    height: 150px; }
    .op-single-practice-area .op-content p {
      font-size: 16px; }
    .op-single-practice-area .icon {
      margin-bottom: 0; }

  .op-img-spotlight a span {
    font-size: 16px; } }
@media (min-width: 992px) {
  .op-single-practice-area {
    height: 220px; }
    .op-single-practice-area .op-content p {
      font-size: 20px; }
    .op-single-practice-area .icon {
      margin-bottom: 21px; }

  .op-img-spotlight a span {
    font-size: 20px; } }
@media (min-width: 1200px) {
  .op-single-practice-area {
    height: 270px; }
    .op-single-practice-area .op-content p {
      font-size: 24px; }
    .op-single-practice-area .icon {
      margin-bottom: 21px; } }
/* Why Choose Us section
-------------------------------------------------------------- */
.op-why-choose-section {
  background-color: #1a2431;
  padding: 72px 0 54px;
  color: #ffffff; }
  .op-why-choose-section .col-sm-6:nth-of-type(2n+1) {
    clear: left; }

.op-why-choose {
  margin-bottom: 30px; }
  .op-why-choose h3 {
    font-weight: 500;
    text-transform: uppercase; }

.op-why-choose-section1 {
  position: relative; }
  .op-why-choose-section1 .op-why-choose {
    padding-left: 83px;
    position: relative; }
    .op-why-choose-section1 .op-why-choose .icon {
      position: absolute;
      left: 0;
      border: 2px solid;
      width: 56px;
      height: 54px;
      text-align: center; }
      .op-why-choose-section1 .op-why-choose .icon .fa, .op-why-choose-section1 .op-why-choose .icon span {
        font-size: 28px;
        width: 36px;
        height: 28px;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        position: absolute;
        bottom: 0; }

.op-why-choose-section-style-2 {
  position: relative; }
  .op-why-choose-section-style-2 .op-why-choose {
    position: relative;
    margin-bottom: 0; }
    .op-why-choose-section-style-2 .op-why-choose .icon {
      width: 58px;
      padding: 5px;
      margin-bottom: 20px;
      display: inline-block;
      border: 2px solid;
      font-size: 28px;
      text-align: center; }
    .op-why-choose-section-style-2 .op-why-choose p {
      margin-bottom: 0; }

.op-why-choose:nth-of-type(2n+1) {
  clear: left; }

/* Testimonials
-------------------------------------------------------------- */
.op-testimonial {
  padding: 30px 45px;
  border: 3px solid #14cab4;
  position: relative; }
  .op-testimonial .item {
    background-color: transparent; }
    .op-testimonial .item .op-customer-image {
      padding: 5px;
      background-color: #ffffff;
      border: 3px solid #1a2431;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      margin: auto;
      margin-bottom: 15px; }
    .op-testimonial .item h3 {
      margin-bottom: 15px;
      font-weight: 600; }
    .op-testimonial .item .feedback {
      font-style: italic; }
    .op-testimonial .item .designation {
      font-weight: 500;
      text-align: right;
      margin-bottom: 0; }
    .op-testimonial .item .name {
      text-align: right; }
  .op-testimonial .owl-nav {
    position: absolute;
    margin-top: 0;
    right: 20px;
    bottom: -32px; }
    .op-testimonial .owl-nav .owl-prev, .op-testimonial .owl-nav .owl-next {
      background: none;
      text-shadow: none;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      opacity: 1;
      top: auto;
      background-color: #ffffff;
      position: relative;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      font-size: 0px; }
      .op-testimonial .owl-nav .owl-prev:before, .op-testimonial .owl-nav .owl-next:before {
        width: 13px;
        height: 16px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .op-testimonial .owl-nav .owl-prev:before {
      content: "\f053"; }
    .op-testimonial .owl-nav .owl-next:before {
      content: "\f054"; }
  .op-testimonial:before {
    position: absolute;
    content: "\f10d";
    font-family: 'Fontawesome';
    top: -30px;
    left: 20px;
    font-size: 32px;
    padding: 2px 13px;
    border: 3px solid #1a2431;
    border-radius: 50%;
    background-color: #ffffff; }

.item blockquote {
  border-left: none;
  margin: 0; }

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px; }

.op-testimonials-section1 {
  color: #ffffff;
  /*&:before{
    @extend .dark-color-overlay-over-image;
  }*/ }
  .op-testimonials-section1 .op-testimonial {
    padding: 0 95px;
    position: relative;
    border: 0; }
    .op-testimonials-section1 .op-testimonial .item {
      background-color: transparent; }
      .op-testimonials-section1 .op-testimonial .item .op-customer-image {
        padding: 5px;
        background-color: #ffffff;
        border: 3px solid #1a2431;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin: auto;
        margin-bottom: 15px; }
      .op-testimonials-section1 .op-testimonial .item h3 {
        margin-bottom: 15px;
        color: #ffffff; }
      .op-testimonials-section1 .op-testimonial .item .designation {
        font-weight: bold;
        text-align: center;
        margin-bottom: 0; }
      .op-testimonials-section1 .op-testimonial .item .name {
        text-align: center; }
    .op-testimonials-section1 .op-testimonial .owl-nav {
      right: 0;
      width: 100%;
      position: absolute;
      height: 50px;
      top: 0;
      bottom: 0;
      margin: auto; }
      .op-testimonials-section1 .op-testimonial .owl-nav [class*=owl-] {
        margin: 0; }
      .op-testimonials-section1 .op-testimonial .owl-nav .owl-prev, .op-testimonials-section1 .op-testimonial .owl-nav .owl-next {
        background-color: transparent;
        font-size: 0;
        bottom: 0;
        border-radius: 0; }
      .op-testimonials-section1 .op-testimonial .owl-nav .owl-prev {
        float: left; }
      .op-testimonials-section1 .op-testimonial .owl-nav .owl-next {
        float: right; }
    .op-testimonials-section1 .op-testimonial:before {
      position: absolute;
      content: "\f10d";
      font-family: 'Fontawesome';
      top: -9%;
      left: 1%;
      font-size: 32px;
      padding: 2px 13px;
      border: 3px solid #1a2431;
      border-radius: 50%;
      background-color: #ffffff;
      display: none; }

.op-trusty-customers-section .owl-stage {
  display: flex; }
  .op-trusty-customers-section .owl-stage .owl-item {
    display: flex;
    align-items: center; }
.op-trusty-customers-section .owl-dots {
  margin-top: 20px !important; }
  .op-trusty-customers-section .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    background-color: #1a2431; }
    .op-trusty-customers-section .owl-dots .owl-dot span:hover, .op-trusty-customers-section .owl-dots .owl-dot span:focus {
      background-color: #1a2431; }
  .op-trusty-customers-section .owl-dots .owl-dot.active span {
    background-color: #14cab4; }

@media (max-width: 767px) {
  .op-testimonial .item p {
    text-align: center; }
  .op-testimonial .carousel-control {
    bottom: -6%; }
    .op-testimonial .carousel-control.left {
      left: 30%;
      right: auto; }
    .op-testimonial .carousel-control.right {
      right: 30%;
      left: auto; }

  .op-trusty-customers-section .owl-stage .owl-item a {
    margin: auto; } }
@media (max-width: 767px) {
  .op-testimonials-section1 .op-testimonial {
    padding: 0; }
    .op-testimonials-section1 .op-testimonial .owl-nav {
      width: 110px;
      position: absolute;
      height: 50px;
      margin: 0;
      top: auto;
      bottom: -50px; } }
/* Accordions
-------------------------------------------------------------- */
.op-accordians .panel {
  border: 0;
  box-shadow: none;
  background: transparent;
  margin-bottom: 20px; }
  .op-accordians .panel + .panel {
    margin-top: 0; }
  .op-accordians .panel .panel-heading {
    background-color: transparent;
    border: 2px solid #313131;
    color: #ffffff;
    border-radius: 5px;
    padding: 0;
    position: relative; }
    .op-accordians .panel .panel-heading .panel-title a {
      background-color: #313131;
      display: block;
      font-weight: 600;
      position: relative;
      padding: 12px 45px 12px 15px;
      color: #ffffff; }
      .op-accordians .panel .panel-heading .panel-title a:after {
        position: absolute;
        content: "\f056";
        right: 15px;
        top: 11px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 20px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .op-accordians .panel .panel-heading .panel-title a.collapsed {
        background-color: transparent;
        color: #313131; }
        .op-accordians .panel .panel-heading .panel-title a.collapsed:after {
          content: "\f055"; }
          .op-accordians .panel .panel-heading .panel-title a.collapsed.active:after {
              background-color: #313131;
               color: #ffffff;
          content: "\f056"; }
  .op-accordians .panel .panel-collapse {
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease; }
    .op-accordians .panel .panel-collapse .panel-body {
      border-top: 0;
      border: 2px solid #313131;
      position: relative;
      margin-top: 20px;
      border-radius: 5px; }
      .op-accordians .panel .panel-collapse .panel-body:before, .op-accordians .panel .panel-collapse .panel-body:after {
        position: absolute;
        content: '';
        width: 2px;
        height: 20px;
        top: -22px;
        background-color: #313131; }
      .op-accordians .panel .panel-collapse .panel-body:before {
        display: block;
        left: 30px; }
      .op-accordians .panel .panel-collapse .panel-body:after {
        display: block;
        right: 30px; }

/* FAQs
-------------------------------------------------------------- */
.op-faq-item {
  margin-bottom: 50px; }
  .op-faq-item .faq-question {
    position: relative;
    padding-left: 35px; }
    .op-faq-item .faq-question:before {
      content: "Q.";
      position: absolute;
      left: 0; }
  .op-faq-item .faq-answer {
    position: relative;
    padding-left: 35px; }

/* Title
-------------------------------------------------------------- */
@media (max-width: 767px) {
  .op-title-wrapper h1 {
    font-size: 40px;
    padding: 50px 20px; } }
.op-title-wrapper {
  padding: 79px 0 67px 0; }

/* Blog
-------------------------------------------------------------- */
.op-blog-item {
  margin-bottom: 50px;
  overflow: hidden; }
  .op-blog-item:nth-of-type(3n + 1) {
    clear: left; }
  .op-blog-item img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); }
  .op-blog-item:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1); }
  .op-blog-item .op-blog-item-image {
    overflow: hidden; }
  .op-blog-item .op-blog-item-inner {
    background: #fff;
    padding: 20px; }
    .op-blog-item .op-blog-item-inner a {
      font-weight: 600; }
    .op-blog-item .op-blog-item-inner .post-date {
      font-size: 14px; }

.op-blog-list .sticky {
  border: 2px solid #1a2431;
  padding: 25px;
  margin-bottom: 50px; }
  .op-blog-list .sticky .op-single-blog {
    margin-bottom: 0;
    padding-bottom: 25px; }
.op-blog-list .sticky-with-image {
  padding: 0;
  margin-bottom: 0;
  border: none; }
  .op-blog-list .sticky-with-image .op-single-blog {
    margin-bottom: 50px;
    padding-bottom: 50px; }
  .op-blog-list .sticky-with-image:before {
    content: "Sticky Post";
    padding: 15px 0 15px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    color: #ffffff;
    width: 125px;
    height: 50px;
    background-color: #1a2431;
    font-size: 16px;
    padding-right: 0;
    line-height: 1.2;
    top: 10px; }
  .op-blog-list .sticky-with-image:after {
    content: '';
    border-top: 25px solid #1a2431;
    border-bottom: 25px solid #1a2431;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    left: 125px;
    top: 10px;
    z-index: 10; }

.op-single-blog {
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
  display: flow-root; }
  .op-single-blog:before, .op-single-blog:after {
    position: absolute;
    bottom: 0;
    content: '';
    height: 2px; }
  .op-single-blog:before {
    background-color: #313131;
    width: 100%; }
  .op-single-blog:after {
    background-color: #14cab4;
    width: 150px;
    left: 0; }
  .op-single-blog .time, .op-single-blog .user, .op-single-blog .comment {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    border: none;
    padding-left: 20px; }
    .op-single-blog .time:before, .op-single-blog .user:before, .op-single-blog .comment:before {
      position: absolute;
      left: 0;
      width: 15px;
      height: 15px;
      top: 0;
      bottom: 0;
      margin: auto;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .op-single-blog .time:before {
    content: "\f073"; }
  .op-single-blog .user:before {
    content: "\f007"; }
  .op-single-blog .comment:before {
    content: "\f0e5"; }
  .op-single-blog img.wp-post-image, .op-single-blog .entry-video iframe, .op-single-blog .blog-gallery {
    margin-bottom: 24px; }
  .op-single-blog iframe {
    width: 100%; }
  .op-single-blog a {
    margin-top: 5px; }
    .op-single-blog a.read-more-button {
      float: right;
      font-size: 16px; }
  .op-single-blog .post-meta-cat,
  .op-single-blog .wp-audio-shortcode {
    margin-bottom: 20px; }

.post-tags-container {
  clear: both; }

.tagcloud {
  display: inline-block;
  margin-right: 7px; }
  .tagcloud a {
    display: inline-block;
    padding: 10px 12px;
    vertical-align: top;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #14cab4;
    font-weight: 700;
    position: relative;
    border: 2px solid #14cab4;
    display: inline-block; }
    .tagcloud a:hover, .tagcloud a:focus, .tagcloud a:active {
      text-decoration: none;
      color: #14cab4;
      background-color: #ffffff; }

aside.widget {
  margin-bottom: 50px; }
  aside.widget:last-child {
    margin-bottom: 0; }
  aside.widget h3 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: left; }
    aside.widget h3:before, aside.widget h3:after {
      position: absolute;
      content: '';
      right: 0;
      bottom: 0; }
    aside.widget h3:before {
      width: 150px;
      height: 3px;
      background-color: #1a2431;
      left: 0; }
    aside.widget h3:after {
      width: 40px;
      height: 3px;
      left: 0;
      background-color: #14cab4; }
  aside.widget li:last-child {
    padding-bottom: 0; }

.content-section .tags {
  list-style: none;
  padding-left: 0;
  margin-top: 4px;
  margin-bottom: 20px;
  display: inline-block; }
  .content-section .tags li {
    padding: 0 15px 0 5px;
    border-bottom: none;
    color: #1a2431;
    font-weight: 600;
    position: relative;
    display: inline-block; }
    .content-section .tags li a {
      display: block; }
    .content-section .tags li:hover, .content-section .tags li:focus, .content-section .tags li:active {
      text-decoration: underline; }
    .content-section .tags li:first-child {
      padding-left: 0; }
    .content-section .tags li:before {
      display: none; }
    .content-section .tags li:after {
      position: absolute;
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #14cab4;
      top: 50%;
      right: 3px; }
    .content-section .tags li:last-of-type:after {
      display: none; }

.nav-previous,
.nav-next {
  display: inline-block; }
  .nav-previous a,
  .nav-next a {
    background: #1a2431;
    color: #ffffff;
    display: block;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600; }
    .nav-previous a:hover,
    .nav-next a:hover {
      color: #ffffff; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

.comments-title {
  text-align: left; }

ul.comment-list {
  padding-left: 0;
  list-style: none;
  position: relative;
  padding-bottom: 50px; }
  ul.comment-list li {
    padding-left: 0;
    padding: 40px 0; }
    ul.comment-list li:last-child {
      padding-bottom: 0; }
    ul.comment-list li:before {
      display: none; }
  ul.comment-list .comment .comment-body {
    padding: 20px;
    border: 3px solid #313131; }
    ul.comment-list .comment .comment-body .reply {
      text-align: right; }
      ul.comment-list .comment .comment-body .reply a {
        color: #14cab4; }
  ul.comment-list .comment .comment-meta {
    background-color: transparent;
    position: relative;
    margin-right: 1%; }
    ul.comment-list .comment .comment-meta .comment-author {
      display: inline-block;
      position: relative; }
      ul.comment-list .comment .comment-meta .comment-author .fn {
        margin: 10px 0 10px;
        display: block; }
      ul.comment-list .comment .comment-meta .comment-author .says {
        display: none; }
    ul.comment-list .comment .comment-meta .comment-metadata {
      display: none; }
  ul.comment-list .comment .comment-content {
    position: relative; }
  ul.comment-list ul {
    list-style: none;
    margin-left: 30px; }
  ul.comment-list > .comment:last-child > .comment-body {
    margin-bottom: 0; }
  ul.comment-list:before, ul.comment-list:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0; }
  ul.comment-list:before {
    width: 100%;
    height: 2px;
    background-color: #1a2431;
    left: 0; }
  ul.comment-list:after {
    width: 150px;
    height: 2px;
    left: 0;
    background-color: #14cab4; }



.comment-respond {
  margin-top: 50px; }
  .comment-respond .comment-reply-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px; }
    .comment-respond .comment-reply-title a {
      display: inline-block;
      color: #14cab4; }
    .comment-respond .comment-reply-title:before, .comment-respond .comment-reply-title:after {
      position: absolute;
      content: '';
      right: 0;
      bottom: 0; }
    .comment-respond .comment-reply-title:before {
      width: 150px;
      height: 3px;
      background-color: #1a2431;
      left: 0; }
    .comment-respond .comment-reply-title:after {
      width: 40px;
      height: 3px;
      left: 0;
      background-color: #14cab4; }
    .comment-respond .comment-reply-title span {
      font-weight: 400; }
  .comment-respond form input, .comment-respond form textarea {
    border: 2px solid #e8e6e6;
    margin-bottom: 25px;
    width: 100%;
    padding: 10px 15px; }
    .comment-respond form input::-webkit-input-placeholder, .comment-respond form textarea::-webkit-input-placeholder {
      color: #1a2431;
      font-weight: 400; }
    .comment-respond form input:-moz-placeholder, .comment-respond form textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #1a2431;
      font-weight: 400; }
    .comment-respond form input::-moz-placeholder, .comment-respond form textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #1a2431;
      font-weight: 400; }
    .comment-respond form input:-ms-input-placeholder, .comment-respond form textarea:-ms-input-placeholder {
      color: #1a2431;
      font-weight: 400; }
  .comment-respond form .comment-notes {
    margin-bottom: 20px; }
  .comment-respond form p {
    margin-bottom: 0; }
  .comment-respond form .logged-in-as {
    margin-bottom: 20px; }
    .comment-respond form .logged-in-as a {
      display: inline-block; }
  .comment-respond form textarea {
    height: 100px;
    resize: none; }
  .comment-respond form .form-submit {
    display: inline-block; }
    .comment-respond form .form-submit .submit {
      padding: 14px 15px;
      color: #ffffff;
      background-color: #14cab4;
      font-weight: bold;
      margin-top: 10px;
      position: relative;
      text-transform: uppercase;
      margin-bottom: 0;
      border: 2px solid #14cab4;
      display: inline-block;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media (max-width: 767px) {
        .comment-respond form .form-submit .submit {
          width: 100%;
          display: block;
          text-align: center;
          margin-bottom: 25px;
          float: inherit; } }
      .comment-respond form .form-submit .submit:hover, .comment-respond form .form-submit .submit:focus, .comment-respond form .form-submit .submit:active {
        text-decoration: none;
        color: #14cab4;
        background-color: #ffffff; }

.searchform {
  position: relative; }
  .searchform:before {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
    color: #1a2431;
    padding: 6px 11px;
    font-size: 23px; }
  .searchform #s {
    border: 2px solid #e8e6e6;
    height: 50px;
    color: #1a2431;
    width: 100%;
    padding: 10px 15px; }
  .searchform #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    padding: 6px 18px;
    font-size: 0;
    height: 100%; }

.post-password-form label {
  display: block; }
.post-password-form input[type="password"] {
  border: 2px solid #e8e6e6;
  height: 50px;
  color: #1a2431;
  width: 100%;
  padding: 10px 15px; }
.post-password-form input[type="submit"] {
  padding: 14px 28px;
  color: #ffffff;
  background-color: #14cab4;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
  text-transform: uppercase;
  border: 2px solid #14cab4;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .post-password-form input[type="submit"]:hover {
    background: transparent;
    color: #14cab4; }

.gallery {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between; }
  .gallery .gallery-item {
    flex-basis: 30%;
    margin-bottom: 20px; }
  .gallery .gallery-caption {
    text-align: left; }

@media (max-width: 767px) {
  .op-single-blog .time, .op-single-blog .user, .op-single-blog .comment {
    padding-top: 3px;
    padding-bottom: 3px;
    display: block; }
  .op-single-blog a {
    margin-top: 0; }
  .op-single-blog .gallery-columns-3 .gallery-item {
    width: 100%; }

  .comment-respond form p.form-submit {
    margin-bottom: 50px; } }
@media (min-width: 768px) {
  .comment-respond form p.form-submit {
    margin-bottom: 50px; } }
@media (min-width: 992px) {
  .comment-respond form p.form-submit {
    margin-bottom: 0; } }
/* Sidebar
-------------------------------------------------------------- */
.op-left-sidebar-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 32px; }
  .op-left-sidebar-menu li {
    border-bottom: 1px solid #313131; }
    .op-left-sidebar-menu li a {
      position: relative;
      color: #313131;
      padding: 16px 0 15px;
      padding-left: 18px;
      display: block;
      text-transform: capitalize; }
      .op-left-sidebar-menu li a:hover, .op-left-sidebar-menu li a:focus, .op-left-sidebar-menu li a:active {
        color: #14cab4;
        text-decoration: none; }
        .op-left-sidebar-menu li a:hover:before, .op-left-sidebar-menu li a:focus:before, .op-left-sidebar-menu li a:active:before {
          color: #14cab4; }
      .op-left-sidebar-menu li a:before {
        position: absolute;
        content: '\f054';
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 12px;
        height: 15px; }
    .op-left-sidebar-menu li:last-of-type {
      border-bottom: 0; }
    .op-left-sidebar-menu li.active a {
      color: #14cab4; }
      .op-left-sidebar-menu li.active a:before {
        color: #14cab4; }

.op-side-by-side-menu {
  margin-bottom: 13px; }
  .op-side-by-side-menu li {
    width: 45%;
    margin: 0 15px;
    display: inline-block;
    border-bottom: 0; }
    .op-side-by-side-menu li a {
      font-weight: 600;
      font-size: 16px;
      padding: 5px 0 4px;
      padding-left: 15px; }
    .op-side-by-side-menu li:nth-of-type(odd) {
      margin-left: 0; }

/* Pagination
-------------------------------------------------------------- */
.op-pagination, .navigation.pagination {
  margin: 0; }
  .op-pagination span:first-of-type.page-numbers, .navigation.pagination span:first-of-type.page-numbers {
    margin-left: 0; }
  .op-pagination .page-numbers, .navigation.pagination .page-numbers {
    border: 2px solid #1a2431;
    font-size: 20px;
    margin: 5px 6px 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    line-height: 46px;
    text-align: center;
    color: #1a2431;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .op-pagination .page-numbers.next, .op-pagination .page-numbers.prev, .navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
      position: relative;
      font-size: 0; }
      .op-pagination .page-numbers.next:before, .op-pagination .page-numbers.prev:before, .navigation.pagination .page-numbers.next:before, .navigation.pagination .page-numbers.prev:before {
        position: absolute;
        right: 0;
        width: 12px;
        height: 12px;
        font: normal normal normal 14px/1 FontAwesome;
        display: inline-block;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        color: #1a2431; }
    .op-pagination .page-numbers.next:before, .navigation.pagination .page-numbers.next:before {
      content: "\f054"; }
    .op-pagination .page-numbers.prev:before, .navigation.pagination .page-numbers.prev:before {
      content: "\f053"; }
    .op-pagination .page-numbers:hover, .op-pagination .page-numbers:focus, .op-pagination .page-numbers:active, .op-pagination .page-numbers.current, .navigation.pagination .page-numbers:hover, .navigation.pagination .page-numbers:focus, .navigation.pagination .page-numbers:active, .navigation.pagination .page-numbers.current {
      background-color: #1a2431;
      color: #ffffff;
      text-decoration: none; }
      .op-pagination .page-numbers:hover.next:before, .op-pagination .page-numbers:hover.prev:before, .op-pagination .page-numbers:focus.next:before, .op-pagination .page-numbers:focus.prev:before, .op-pagination .page-numbers:active.next:before, .op-pagination .page-numbers:active.prev:before, .op-pagination .page-numbers.current.next:before, .op-pagination .page-numbers.current.prev:before, .navigation.pagination .page-numbers:hover.next:before, .navigation.pagination .page-numbers:hover.prev:before, .navigation.pagination .page-numbers:focus.next:before, .navigation.pagination .page-numbers:focus.prev:before, .navigation.pagination .page-numbers:active.next:before, .navigation.pagination .page-numbers:active.prev:before, .navigation.pagination .page-numbers.current.next:before, .navigation.pagination .page-numbers.current.prev:before {
        color: #ffffff; }

@media (max-width: 767px) {
  .op-pagination {
    width: 100%;
    text-align: center; } }
@media (max-width: 767px) {
  .navigation.pagination {
    margin: 0 0 50px; }

  .op-pagination {
    margin: 0 0 30px; } }
@media (min-width: 768px) {
  .op-pagination, .navigation.pagination {
    margin: 0 0 50px; }

  .op-pagination {
    margin: 0 0 30px; } }
@media (min-width: 992px) {
  .op-pagination, .navigation.pagination {
    margin: 0; } }
/* Call to action
-------------------------------------------------------------- */
.op-cta-block-widget .text {
  display: block;
  margin: 9px 0;
  font-size: 20px; }
.op-cta-block-widget .secondary-button {
  float: right; }
.op-cta-block-widget .primary-button {
  float: right;
  margin-top: 0;
  padding: 10px 20px; }
  .op-cta-block-widget .primary-button:hover {
    padding: 10px 40px 10px 20px; }

.op-cta-block-vertical {
  background-color: #1a2431;
  padding: 25px;
  margin-bottom: 54px; }
  .op-cta-block-vertical a {
    margin-top: 15px;
    position: relative;
    padding: 14px 15px; }
    .op-cta-block-vertical a .fa {
      margin-right: 4px; }

@media (max-width: 767px) {
  .op-cta-block-widget {
    text-align: center; }
    .op-cta-block-widget a, .op-cta-block-widget .primary-button, .op-cta-block-widget .secondary-button {
      float: none; }
    .op-cta-block-widget .text {
      font-size: 16px; } }
/* Contact
-------------------------------------------------------------- */
.op-map iframe {
  min-width: 100%;
  max-width: 100%; }

.op-get-in-touch .op-call-fax, .op-right-sidebar .op-call-fax {
  margin-bottom: 30px; }
  .op-get-in-touch .op-call-fax > span, .op-right-sidebar .op-call-fax > span {
    display: block;
    margin-bottom: 10px; }
  .op-get-in-touch .op-call-fax a, .op-right-sidebar .op-call-fax a {
    color: #1a2431;
    text-decoration: none; }
.op-get-in-touch h4, .op-right-sidebar h4 {
  margin-bottom: 20px; }
.op-get-in-touch .location-section, .op-right-sidebar .location-section {
  margin-bottom: 30px; }
  .op-get-in-touch .location-section .location-marker, .op-right-sidebar .location-section .location-marker {
    padding-left: 15px;
    font-weight: 400;
    display: block;
    position: relative; }
    .op-get-in-touch .location-section .location-marker:before, .op-right-sidebar .location-section .location-marker:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f041";
      position: absolute;
      left: 0;
      top: 3px; }

.op-working-hours {
  list-style: none;
  padding-left: 0; }
  .op-working-hours li {
    border-bottom: 1px solid #1a2431;
    margin: 10px 0 4px;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 12px; }
    .op-working-hours li:first-of-type {
      margin-top: 0; }
    .op-working-hours li .days, .op-working-hours li .time {
      position: relative;
      width: 48%; }
    .op-working-hours li .days {
      float: left;
      font-weight: 600; }
    .op-working-hours li .time {
      float: right;
      text-align: right; }

.wpcf7 label {
  width: 100%; }
  .wpcf7 label .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px; }
    .wpcf7 label .wpcf7-form-control-wrap input, .wpcf7 label .wpcf7-form-control-wrap select {
      border: 2px solid #e8e6e6;
      height: 50px;
      color: #1a2431;
      width: 100%;
      padding: 10px 15px; }
      .wpcf7 label .wpcf7-form-control-wrap input::-webkit-input-placeholder, .wpcf7 label .wpcf7-form-control-wrap select::-webkit-input-placeholder {
        color: #1a2431;
        font-weight: 400; }
      .wpcf7 label .wpcf7-form-control-wrap input:-moz-placeholder, .wpcf7 label .wpcf7-form-control-wrap select:-moz-placeholder {
        /* Firefox 18- */
        color: #1a2431;
        font-weight: 400; }
      .wpcf7 label .wpcf7-form-control-wrap input::-moz-placeholder, .wpcf7 label .wpcf7-form-control-wrap select::-moz-placeholder {
        /* Firefox 19+ */
        color: #1a2431;
        font-weight: 400; }
      .wpcf7 label .wpcf7-form-control-wrap input:-ms-input-placeholder, .wpcf7 label .wpcf7-form-control-wrap select:-ms-input-placeholder {
        color: #1a2431;
        font-weight: 400; }
    .wpcf7 label .wpcf7-form-control-wrap textarea {
      height: 200px;
      border: 2px solid #e8e6e6;
      width: 100%;
      resize: none;
      padding: 10px 15px; }
      .wpcf7 label .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
        color: #1a2431;
        font-weight: 400; }
      .wpcf7 label .wpcf7-form-control-wrap textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #1a2431;
        font-weight: 400; }
      .wpcf7 label .wpcf7-form-control-wrap textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #1a2431;
        font-weight: 400; }
      .wpcf7 label .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
        color: #1a2431;
        font-weight: 400; }
.wpcf7 .wpcf7-form-control.wpcf7-submit {
  padding: 14px 28px;
  color: #ffffff;
  background-color: #14cab4;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
  text-transform: uppercase;
  border: 2px solid #14cab4;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media (max-width: 767px) {
    .wpcf7 .wpcf7-form-control.wpcf7-submit {
      width: 100%;
      display: block;
      text-align: center;
      float: inherit; } }
  .wpcf7 .wpcf7-form-control.wpcf7-submit:hover, .wpcf7 .wpcf7-form-control.wpcf7-submit:focus, .wpcf7 .wpcf7-form-control.wpcf7-submit:active {
    text-decoration: none;
    color: #14cab4;
    background-color: #ffffff; }

@media (max-width: 767px) {
  .content-section .op-working-hours li {
    padding-left: 0;
    margin: 0; }
    .content-section .op-working-hours li:before {
      display: none; } }
@media (min-width: 768px) {
  .content-section .op-working-hours li {
    padding: 5px 0;
    margin: 0; }
    .content-section .op-working-hours li:before {
      display: none; }
    .content-section .op-working-hours li .days, .content-section .op-working-hours li .time {
      position: relative;
      width: 100%; }
    .content-section .op-working-hours li .time {
      float: left;
      text-align: left; } }
@media (min-width: 992px) {
  .content-section .op-working-hours li {
    padding: 15px 0;
    margin: 0; }
    .content-section .op-working-hours li:before {
      display: none; }
    .content-section .op-working-hours li .days, .content-section .op-working-hours li .time {
      position: relative; }
    .content-section .op-working-hours li .days {
      width: 40%; }
    .content-section .op-working-hours li .time {
      width: 60%;
      float: right;
      text-align: right; } }
@media (min-width: 1200px) {
  .op-working-hours li .days, .op-working-hours li .time {
    position: relative;
    width: 48%; } }
/* Footer
-------------------------------------------------------------- */
.footer {
  background-color: #1a2431;
  color: #ffffff;
  font-size: 14px; }

.op-main-footer {
  padding: 85px 0 55px; }
  .op-main-footer div[class^="col-"]:nth-of-type(4n+1) {
    clear: left; }
  .op-main-footer .footer-logo {
    margin-bottom: 30px;
    position: relative;
    display: block; }
  .op-main-footer h3 {
    margin-bottom: 25px; }
  .op-main-footer .widget ul {
    padding-left: 0;
    list-style: none; }
    .op-main-footer .widget ul li {
      margin-bottom: 10px;
      border-bottom: 0;
      padding: 0;
      padding-left: 20px; }
      .op-main-footer .widget ul li a {
        color: #ffffff;
        /*&:before{
          content: "\f054";
          position: absolute;
          left: 0;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          top: 3px;
        }*/ }
      .op-main-footer .widget ul li:before {
        content: "\f054";
        position: absolute;
        left: 0;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        top: 3px; }

.op-footer-bottom {
  background-color: #14cab4;
  padding: 25px 0; }
  .op-footer-bottom .copyrights {
    margin-top: 15px; }
  .op-footer-bottom ul {
    padding-left: 0;
    list-style: none;
    text-align: right;
    margin-bottom: 0;
    margin-top: 5px; }
    .op-footer-bottom ul li {
      display: inline-block; }
      .op-footer-bottom ul li a {
        color: #ffffff; }
  .op-footer-bottom .social-icons li {
    margin: 0 5px; }
    .op-footer-bottom .social-icons li:last-of-type {
      margin-right: 0; }
    .op-footer-bottom .social-icons li a {
      width: 40px;
      height: 40px;
      border: 3px solid #ffffff;
      position: relative;
      border-radius: 50%;
      display: block; }
      .op-footer-bottom .social-icons li a .fa {
        font-size: 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center; }

@media (max-width: 767px) {
  .op-main-footer .footer-widget {
    margin-bottom: 30px; }

  .op-footer-bottom ul {
    text-align: center;
    margin-top: 10px; }
  .op-footer-bottom .copyrights {
    text-align: center;
    margin-top: 0; } }
@media (min-width: 768px) {
  .op-main-footer .footer-widget {
    margin-bottom: 30px; }
    .op-main-footer .footer-widget:nth-of-type(2n+1) {
      clear: left; } }
@media (min-width: 992px) {
  .op-main-footer .footer-widget:nth-of-type(2n+1) {
    clear: none; } }

@media only screen and (max-width: 770px) and (min-width: 300px){
	br {
   		display: none !important;
	}
}

/*# sourceMappingURL=default.css.map */


.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* --- Main Footer Section --- */
.site-footer {
 background: #000000;
}
.footerlogo{
  width: 156px;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 25px;
}

.footer-main {
  padding: 60px 0;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0; /* Vertical gap for mobile */
}

.footer-col {
  padding: 0 15px;
  box-sizing: border-box;
}

/* Column widths */
.footer-col-about { flex: 1 1 300px; }
.footer-col-links { flex: 1 1 300px; }
.footer-col-contact { flex: 1 1 300px; }


.footer-col p {
  line-height: 1.7;
  margin-bottom: 20px;
  color: #fff;
}

.footer-heading {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 0;
}

.footer-list li i.fa-check{
  margin-right: 10px;
}

/* Quick Links styling */
.quick-links-wrapper {
  display: flex;
  gap: 30px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list2 li{
  margin-bottom: 12px;
}

.footer-list li {
  display: flex;
  align-items: center;
}

.footer-list li i {
  color: #fff;
  font-size: 14px;
}

/* Contact Info styling */
.contact-info li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
}
.contact-info li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
  color: #fff;
}
.contact-info li span{
  color: #c22725;
}
.contact-info hr {
  border: 0;
  height: 1px;
  background-color: #444;
  margin: 20px 0;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(146 29 28);
  color: #fff;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.social-icons li a:hover {
  background-color: rgb(146 29 28);
  transform: translateY(-3px);
  color: #fff;
}

/* --- SEO Links Section --- */
.footer-seo-links {
  padding: 20px 0;
  background-color: #c22725;
  text-align: center;
}
.footer-seo-links a {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.8;
  display: inline-block;
  color: #fff;
}

/* --- Bottom Copyright Bar --- */
.footer-bottom {
  padding: 8px 0;
  text-align: center;
  font-size: 12px;
  color: #ffffff6e;
}

/* --- Floating Chat Widgets --- */
.floating-widgets {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

.whatsapp-widget a, .chat-widget a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  font-size: 28px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}
.whatsapp-widget a:hover, .chat-widget a:hover {
  transform: scale(1.1);
}

.whatsapp-widget a { background-color: #25d366; }
.chat-widget a { background-color: #e63946; }

.chat-widget { position: relative; }
.chat-widget .chat-text {
  position: absolute;
  bottom: 65px;
  right: 10px;
  color: #1d3557;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
}

.chat-widget .hand-icon {
  position: absolute;
  bottom: 10px;
  right: 65px;
  font-size: 2rem;
  transform: rotate(-30deg);
  animation: wave 1.5s infinite;
}

.chat-widget .notification-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #e63946;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

@keyframes wave {
  0%, 60%, 100% { transform: rotate(-30deg); }
  10%, 30% { transform: rotate(-15deg); }
  20%, 40% { transform: rotate(-35deg); }
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
  .footer-col-about, .footer-col-links, .footer-col-contact {
      flex-basis: 45%; /* Two columns layout */
  }
}

@media (max-width: 768px) {
  .footer-row {
      flex-direction: column;
      gap: 40px;
  }
  .footer-col {
      padding: 0;
  }
   .quick-links-wrapper {
      gap: 40px;
  }
}

