/** 
	* Filename:     global.css
	* Version:      1.0.0 (2023-01-13)
	* Website:      https://www.zymphonies.com
	* Description:  Global Styles
	* Author:		Zymphonies Team
					info@zymphonies.com
**/
/**
 * @file
 * Styles for system messages.
 */
@import url("https://fonts.googleapis.com/css?family=Inconsolata:400,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
.messages {
  background: no-repeat 10px 17px;
  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  /* LTR */
  border-radius: 2px;
  padding: 10px 20px 10px 20px;
  /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 5px 0px; }

.messages + .messages {
  margin-top: 1.538em; }

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.messages__item + .messages__item {
  margin-top: 0.769em; }

/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  box-shadow: -8px 0 0 #77b259;
  /* LTR */ }

/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fdf8ed;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
  /* LTR */ }

/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  box-shadow: -8px 0 0 #e62600;
  /* LTR */ }

.messages--error p.error {
  color: #a51b00; }

/*FORM*/
/**
 * @file
 * Visual styles for form components.
 */
form .field-multiple-table {
  margin: 0; }

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
  /*LTR*/ }

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: .5em;
  /*LTR*/ }

form .field-add-more-submit {
  margin: .5em 0 0; }

/*TABS*/
div.tabs {
  margin: 1em 0; }

ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0; }

.tabs > li {
  display: inline-block;
  margin-right: 0.3em;
  /* LTR */ }

.tabs a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 13px;
  background: #e6e6e6;
  line-height: 100%;
  color: #8D9297; }

.tabs a.is-active {
  background-color: #000000;
  color: #fff; }

.tabs a:focus,
.tabs a:hover {
  background-color: #834922;
  color: #fff; }

/**
 * @file
 * Seven styles for Tables.
 */
table {
  width: 100%;
  margin: 0 0 10px; }

caption {
  text-align: left;
  /* LTR */ }

th {
  text-align: left;
  /* LTR */
  padding: 10px 12px; }

thead th {
  background: #f5f5f2;
  border: solid #bfbfba;
  border-width: 1px 0;
  color: #333;
  text-transform: uppercase; }

tr {
  border-bottom: 1px solid #e6e4df;
  padding: 0.1em 0.6em; }

thead > tr {
  border-bottom: 1px solid #000; }

tbody tr:hover,
tbody tr:focus {
  background: #f7fcff; }

/* See colors.css */
tbody tr.color-warning:hover,
tbody tr.color-warning:focus {
  background: #fdf8ed; }

tbody tr.color-error:hover,
tbody tr.color-error:focus {
  background: #fcf4f2; }

td,
th {
  vertical-align: middle; }

td {
  padding: 10px 12px;
  text-align: left;
  /* LTR */ }

th > a {
  position: relative;
  display: block; }

/* 1. Must match negative bottom padding of the parent <th> */
th > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  /* 1. */
  left: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }

th.is-active > a {
  color: #004875; }

th.is-active img {
  position: absolute;
  right: 0;
  /* LTR */
  top: 50%; }

th.is-active > a:after {
  border-bottom-color: #004875; }

th > a:hover,
th > a:focus,
th.is-active > a:hover,
th.is-active > a:focus {
  color: #008ee6;
  text-decoration: none; }

th > a:hover:after,
th > a:focus:after,
th.is-active > a:hover:after,
th.is-active > a:focus:after {
  border-bottom-color: #008ee6; }

td .item-list ul {
  margin: 0; }

td.is-active {
  background: none; }

/* Force browsers to calculate the width of a 'select all' TH element. */
th.select-all {
  width: 1px; }

/**
 * Captions.
 */
.caption {
  margin-bottom: 1.2em; }

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) {
  /* 600px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none; } }
@media screen and (max-width: 60em) {
  /* 920px */
  th.priority-low,
  td.priority-low {
    display: none; } }
p {
  margin: 0 0 20px 0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 10px 0;
  line-height: 120%; 
    color: #022c6e;
}

h1, .h1 {
  font-size: 3em; }

h2, .h2 {
  font-size: 2em;
  margin-bottom: 20px; }

h3, .h3 {
  font-size: 1.5em; }

h4, .h4 {
  font-size: 1.2em; }

img {
  max-width: 100%; }

em {
  font-style: italic; }

strong, b {
  font-weight: 500; }

.custom-block-title {
  margin: 20px 0;
  overflow: hidden; }
  .custom-block-title h2 {
    color: #000;
    margin-bottom: 5px; }

a {
  color: #000000; }
  a:hover {
    color: #834922;
    text-decoration: none; }

ol, ul {
  padding-left: 20px;
  margin-bottom: 20px; }
  ol li, ul li {
    list-style: outside; }

.list-unstyled li {
  list-style: none; }

ol li {
  list-style-type: decimal; }

ul.links.inline {
  padding: 0; }
  ul.links.inline li {
    list-style: none; }

.form-email,
.form-text,
.form-textarea {
  margin: 0;
  border: 1px solid #e8e8e8;
  background: transparent; }

.block {
  margin-bottom: 10px; }

.card {
  border: 1px solid #ebe4dc;
  border-radius: 0 30px 0 30px;
  background: none; }
  .card .card-header {
    border-radius: 0 30px 0 30px;
    padding: 20px;
    border: 0; }
  .card:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1.05); }

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
  overflow-x: hidden;
  font-weight: 300;
  background: #ffffff;
  text-align: left; }

.region-page-title h1 {
  margin: 30px 0; }

.footerwidget {
  background: #108441;
  color: #86b59a;
  padding: 20px 0;
  border-top: 1px solid #f7f7f7; }
  .footerwidget h2.title {
    color: #fff; }
  .footerwidget .left {
    float: left;
    margin: 10px 10px 0 0; }

.copyright {
  background: #ebe4dc;
  text-align: center; }

.map-and-address h2.title {
  display: none; }

.google_map p, .google_map .block {
  margin: 0; }
.google_map iframe {
  display: block; }

.footer-menu {
  margin: 0;
  border: 0;
  color: #fff;
  background-size: cover;
  padding: 80px 0; }

.social-media {
  padding: 10px 0;
  text-align: left; }
  .social-media a {
    line-height: 100%;
    font-size: 1em;
    display: inline-block;
    padding: 4px 8px;
    width: 26px; }
    .social-media a:hover {
      color: #834922; }

input, button, select, textarea {
  padding: 6px;
  border: 1px solid #e3e3e3; }

.contact-message-form label {
  display: block; }

.btn,
.node-readmore a,
.flexslider .more-link,
input[type="submit"] {
  background: #51b371;
  cursor: pointer;
  color: #fff;
  border: 0;
  padding: 14px 30px;
  line-height: 100%;
  margin-right: 2px;
  display: inline-block;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.btn:hover,
.node-readmore a:hover,
.flexslider .more-link:hover,
input[type="submit"]:hover {
  background: #000000;
  color: #fff; }

.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5; }
  .comment-wrap .author-details {
    float: left;
    width: 20%; }
  .comment-wrap .author-comments {
    padding-left: 5px;
    float: left;
    width: 80%; }
    .comment-wrap .author-comments h3 {
      margin-top: 10px; }
    .comment-wrap .author-comments p {
      margin-bottom: 10px; }

.comment-submitted {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  line-height: 100%; }

ul.links.inline li {
  display: inline-block;
  padding-right: 10px; }

.sidebar .region h2.title {
  padding: 5px 0;
  margin: 0; }
.sidebar .region .content {
  padding: 10px 0; }

.region-content {
  min-height: 300px; }

.path-frontpage .region-content {
  min-height: auto; }

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em; }

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0; }

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.70em;
  line-height: 150%; }

label.option {
  display: inline;
  font-weight: normal; }

.form-composite > legend,
.label {
  display: inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

.marker {
  color: #e00; }

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none; }

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid #B52022; }

.owl-theme .owl-dots .owl-dot span {
  background: #b5b5b5;
  height: 7px;
  width: 7px; }

.topwidget,
.top-message,
.footer,
.bottom-widget,
.path-frontpage .main-content,
.features,
.midwidget,
.updates,
.copyright,
.clients {
  padding: 40px 0;
  position: relative;
  border-bottom: 1px solid #eee; }

.main-content {
  padding: 0 0 50px 0; }

.midwidget .region .block {
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #ebe4dc;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  .midwidget .region .block:hover {
    transform: scale(1.05); }

.team,
.products,
.price-table {
  background: #f6f6f6;
  text-align: center; }

.features {
  background-color: white; }

.clients .region ul {
  padding: 0;
  margin: 0;
  text-align: center; }
  .clients .region ul li {
    list-style: none;
    display: inline-block;
    text-align: center; }

.services {
  text-align: center; }

.top-message h2 {
  color: #000000;
  margin-bottom: 5px; }

.testimonials-wrap {
  background: #fafafa;
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  padding: 20px 0;
  text-align: center;
  font-size: 1em;
  line-height: 160%; }

.region-testimonials {
  max-width: 600px;
  margin: 0 auto; }

.testimonials-pic {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px; }

.testimonials-pic img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.testimonials-author {
  padding: 0 5px;
  font-size: .75em;
  color: #555; }

.price-table .card-header {
  border: 0;
  padding: 20px 0; }
.price-table ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.path-frontpage .feed-icon {
  display: none; }

.team .team-list .region {
  background: #efefef;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #eaeaea; }

.bottom-widget {
  background: #fff; }

.path-frontpage .bottom-widgets {
  padding: 20px 0; }

.top-nav {
  text-align: center;
  background: #f0ddbf;
  padding: 10px;
  font-size: .9em;
  position: relative; }
  .top-nav > div {
    display: inline-block;
    padding-right: 10px; }
  .top-nav .region-message,
  .top-nav .region-email {
    display: inline-block; }
  .top-nav .fa {
    padding: 0 5px; }
  .top-nav .block, .top-nav p {
    margin: 0; }

.header {
  padding: 6px;
  text-align: left;
  background: #0b0a0b; }
  .header .row {
/*    width: 100%;*/
    margin: 0; }

.main-header nav {
  border: 0;
  margin: 0;
  position: relative;
  min-height: auto;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.main-header .region {
  position: relative;
  padding: 25px 0; }
.main-header .block {
  margin: 0; }
.main-header p, .main-header .block {
  margin: 0; }

.site-branding {
  margin: 0; }

.region-header {
  padding: 12px 0; }

.region-header .brand {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em; }
  .region-header .brand a {
    color: #fff;
    display: block;
    font-weight: 400; }
    .region-header .brand a img {
      vertical-align: middle; }
  .region-header .brand .site-branding__slogan {
    font-size: .5em;
    text-transform: uppercase;
    vertical-align: top; }

.search-block-form {
  margin: 0 auto; }

.region-search {
  width: 100%;
  display: inline-block;
  padding: 7px 0;
  vertical-align: middle; }

#search-block-form {
  display: table;
  width: 100%; }
  #search-block-form .form-item,
  #search-block-form .form-actions {
    display: table-cell;
    vertical-align: top; }
  #search-block-form .form-actions {
    width: 30px; }
  #search-block-form input.form-submit {
    background: url("../images/search.png") no-repeat center #834922;
    font-size: 0;
    width: 100%;
    height: 30px;
    padding: 0 20px;
    vertical-align: top; }
    #search-block-form input.form-submit:hover {
      background-color: #834922;
      border-color: #834922; }
  #search-block-form input {
    width: 100%;
    height: 30px; }

.breadcrumb {
  font-size: .85em;
  padding: 2px 0;
  margin: 0;
  display: inline-block; }
  .breadcrumb ul, .breadcrumb ol {
    padding: 0;
    margin: 0; }
    .breadcrumb ul li, .breadcrumb ol li {
      display: inline-block;
      padding: 0 8px; }
      .breadcrumb ul li:after, .breadcrumb ol li:after {
        content: " >";
        padding-left: 15px; }
      .breadcrumb ul li:last-child:after, .breadcrumb ol li:last-child:after {
        display: none; }

.flexslider {
  border: 0;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  .flexslider .slider-caption {
    top: 5%;
    left: 5%;
    width: 90%;
    font-size: 1em;
    position: absolute;
    z-index: 99;
    text-align: left;
    line-height: 150%;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
  .flexslider .slider-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #fff; }
  .flexslider .slider-description {
    display: inline-block;
    clear: both; }
  .flexslider .slides li {
    position: relative; }
    .flexslider .slides li:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 2s;
      -moz-transition: all 2s;
      transition: all 2s; }
  .flexslider .flex-direction-nav {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%; }
    .flexslider .flex-direction-nav li {
      list-style: none; }
    .flexslider .flex-direction-nav a {
      font-size: 0;
      padding: 10px; }
      .flexslider .flex-direction-nav a:before, .flexslider .flex-direction-nav a:after {
        color: #fff; }
  .flexslider .flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .flexslider .flex-control-paging li a.flex-active {
      background: #c600ff; }
  .flexslider .flex-control-nav {
    bottom: 0; }

.navbar-toggle {
  cursor: pointer;
  float: right;
  background: none;
  border: 0;
  padding: 17px 0; }
  .navbar-toggle:focus {
    outline: none; }
  .navbar-toggle .fas {
    font-size: 2em;
    color: #000;
    border: 0;
    box-shadow: none; }

.navbar-toggle-close {
  position: absolute;
  right: 0;
  padding: 18px;
  font-size: 2em;
  color: #f00;
  cursor: pointer;
  z-index: 99; }

.navbar-default .navbar-toggle {
  z-index: 999;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: none;
  padding: 6px 6px; }
  .navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 1px;
    background-color: #212020; }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none; }

nav h2 {
  display: none; }

.menu-base-theme {
  background: none; }
  .menu-base-theme ul {
    background: none; }
  .menu-base-theme li a {
    font-family: "Poppins", sans-serif;
    color: #fff;
    line-height: 100%;
    padding: 24px 20px;
    font-size: 1.1em; }
    .menu-base-theme li a:hover, .menu-base-theme li a:focus, .menu-base-theme li a:active, .menu-base-theme li a.highlighted {
      background: none;
      color: #f0ddbf;
      line-height: 100%;
      padding: 24px 20px; }
    .menu-base-theme li a.sub-arrow {
      color: #999;
      font-size: 22px;
      padding: 5px;
      border-radius: 2px;
      border: 1px solid #DCDCDC;
      background: #EFEFEF; }
    .menu-base-theme li a span.sub-arrow {
      line-height: 120%;
      font-size: 2em; }

.region-primary-menu {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
  border-radius: 0px;
  position: fixed;
  top: 0;
  left: -100%;
  right: 100%;
  bottom: 0;
  width: auto;
  z-index: 99;
  transition: all .5s; }
  .region-primary-menu.expand {
    left: 0;
    right: 10%; }

.region-footer-menu ul {
  margin: 10px 0;
  padding: 0; }
.region-footer-menu nav li {
  display: inline-block; }
  .region-footer-menu nav li a {
    display: block;
    padding: 2px 15px 2px 0; }

.top-menu .top-blocks {
  overflow: hidden; }
  .top-menu .top-blocks .region {
    padding: 10px 10px 10px 0; }
  .top-menu .top-blocks .social-media {
    padding: 9px 0; }
.top-menu p, .top-menu .block {
  margin: 0; }

.region-top-menu ul {
  margin: 0;
  padding: 0; }
.region-top-menu nav li {
  display: inline-block; }
  .region-top-menu nav li a {
    padding: 2px 10px;
    line-height: 100%; }

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
  background: #ececec; }

.highlight {
  padding: 20px;
  background-color: #ffffff; }
  .highlight pre {
    border: 0;
    background: none; }

.bd-example-type h1, .bd-example-type h2, .bd-example-type h3, .bd-example-type h4, .bd-example-type h5, .bd-example-type h6 {
  margin: 0; }
.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee; }
.bd-example-type .table tr:first-child td {
  border-top: 0; }

.top-message {
  text-align: center; }

.topwidget {
  text-align: center; }
  .topwidget .fa, .topwidget .fas {
    font-size: 3em; }
  .topwidget .topwidget-list .region .block {
    position: relative;
    padding: 20px 20px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 0 30px 0 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .topwidget .topwidget-list .region .block:hover {
      background: #ebe4dc;
      color: #000;
      transform: scale(1.05); }
    .topwidget .topwidget-list .region .block h2 {
      margin-bottom: 5px; }
    .topwidget .topwidget-list .region .block p:last-child {
      margin: 0; }
  .topwidget ul {
    margin: 0;
    padding: 0; }
    .topwidget ul li {
      list-style: none;
      padding-bottom: 6px;
      margin-bottom: 6px;
      border-bottom: 1px solid #dddddd42; }

.contact-message-feedback-form {
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 20px 30px; }

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%; }

.user-login-form,
.user-form,
.user-pass {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
  background: #fdfdfd; }
  .user-login-form .form-text,
  .user-login-form .form-email,
  .user-form .form-text,
  .user-form .form-email,
  .user-pass .form-text,
  .user-pass .form-email {
    width: 100%; }

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  color: #999;
  font-style: italic; }

.maintenance-page {
  background: image-url("maintenance-bg.png") #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  color: #000; }
  .maintenance-page .brand,
  .maintenance-page .name-and-slogan {
    display: inline-block;
    vertical-align: middle; }
  .maintenance-page .site-name a {
    color: #404040; }
  .maintenance-page .site-slogan,
  .maintenance-page .name-and-slogan {
    display: none; }

.maintenance-msg {
  margin: 20px 0;
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  background: #f2f4cf;
  background: rgba(242, 244, 207, 0.88);
  -webkit-box-shadow: 5px 5px 0px #fff;
  -moz-box-shadow: 5px 5px 0px #fff;
  box-shadow: 5px 5px 0px #fff; }
  .maintenance-msg h1 {
    text-transform: uppercase;
    font-weight: bold; }

.path-user .profile > div {
  display: inline-block; }
.path-user .profile .label {
  display: block;
  color: #333; }

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


.flexslider ::after {
    background: none !important;
}
.slider-title{color: purple !important;}
p.slider-description {
    color: gray;
}
.flexslider .more-link {
    background: purple;
}

.video-container {
      position: relative;
      width: 100%;
      height: auto;
    }

    video {
      width: 100%;
      height: auto;
    }
p.vidButton {
    font-family: poppins;
    font-weight: bold;
    line-height: 40px;
}
    .vidButton {
    position: absolute;
    top: 35%;
    left: 7%;
    /*transform: translate(-25%, -50%);
     background-color: rgba(0, 0, 0, 0.6); */
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 40px;
    font-weight: bold;
    /*line-height: 45px;*/
}
.vidButton2 {
    position: absolute;
    top: 58%;
    left: 21%;
    transform: translate(-25%, -50%);
    /* background-color: rgba(0, 0, 0, 0.6); */
    color: darkgray;
    padding: 10px 10px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    width: 50%;
}

    .vidButton:hover {
      /*background-color: #B52022;*/
    }
/* CSS styling for the button */
.get-in-touch-btn {
  /*background: linear-gradient(45deg, #1e90ff, #b52022);*/
  background-color: #B52022;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  /*font-weight: bold;*/
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.get-in-touch-btn:hover {
  background-color: #8e181a; /* Slightly darker shade on hover */
}

.top-nav{display:none !important;}
.region-header .brand a, .region-primary-menu li a{color: #022c6e !important;}
.region-primary-menu{display: block !important;float:right;}
ul#main-menu {
    text-transform: uppercase;
    font-weight: bold;
}
#search-block-form input.form-submit{filter: hue-rotate(180deg) !important;}
.node-readmore a {
    background: #022c6e !important;
}
.features {
    /*background: url(/sites/default/files/6843627.jpg);
    background-size: inherit;
    background-attachment: fixed;*/
}
.features h2 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #022c6e;
    background: white;
    padding: 20px 0px 0px 20px;
    margin: auto;
}
.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h3 {
    color: #B52022;
}
/*div#block-coffee-zymphonies-theme-personaltax {
    background: radial-gradient(blue, transparent);
    color: white;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px cornflowerblue;
}*/
.region.region-features-title {
    text-align: center;
}
.counter-box {
    float: left;
    text-align: center;
   /* text-transform: uppercase;
     font-size: 12px; */
    width: 25%;
}
.counter-box h2 {
    color:white!important;
    font-size: 17px;
    font-weight: 600;
}
.counter {
    font-size: 25px;
    font-weight: bold;
    color: cornflowerblue;
}

div#updates{
background-image: url(/sites/default/files/iconbg.jpg) !important;
    background-attachment: fixed;
    background-size: cover;
}


button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    display: none !important;
} 
.ebt-slick-slider.basic-styles .field--name-field-ebt-slick-slider-text {
    clear: both;
    text-align: center;
    margin: 0px 40px !important;
}
.field.field--name-field-ebt-slick-slider-image {
    display: none !important;
}
li.node-readmore {
    display: none !important;
}

div#block-coffee-zymphonies-theme-contactblock-2 {
    text-align: center !important;
}
label.js-form-requi#B52022.form-requi#B52022 {
    display: none;
}
.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item tr {
    border-bottom: none;
}
.copyright {
    background: black;
}
.container {
    color: cadetblue;
}
.bottom-widget {
    background: #222;
    border-bottom:1px solid #555;
}

input#edit-submit--2 {
    background: #022c6e !important;
}
.counter-box img {
    width: 35%;
    height: auto !important;
    margin-bottom: 25px;
}
.counter-box h2 {
    color: floralwhite;
    font-size: 17px;
    font-weight: 600;
}
.ebt-slick-slider.basic-styles .slider-description {
    max-width: 100%;
    margin: 0 auto;
}
div#block-coffee-zymphonies-theme-personaltax, div#block-coffee-zymphonies-theme-businesstax, div#block-coffee-zymphonies-theme-payrole, div#block-coffee-zymphonies-theme-accounting, div#block-coffee-zymphonies-theme-registeringdissolutionentity, div#block-coffee-zymphonies-theme-auditingservices {
    box-shadow: 0px 0px 10px blue;
    border-radius: 30px;
    background: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    height: 420px;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0px 0px 10px lightgray;
}
.row.features-list img {
    border-radius: 30px 30px 0px 0px;
}
div#block-coffee-zymphonies-theme-personaltax:hover, div#block-coffee-zymphonies-theme-businesstax:hover, div#block-coffee-zymphonies-theme-payrole:hover, div#block-coffee-zymphonies-theme-accounting:hover, div#block-coffee-zymphonies-theme-registeringdissolutionentity:hover, div#block-coffee-zymphonies-theme-auditingservices:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background-color: #022c6e;
}
div#block-coffee-zymphonies-theme-personaltax p:hover, div#block-coffee-zymphonies-theme-businesstax p:hover, div#block-coffee-zymphonies-theme-payrole p:hover, div#block-coffee-zymphonies-theme-accounting p:hover, div#block-coffee-zymphonies-theme-registeringdissolutionentity p:hover, div#block-coffee-zymphonies-theme-auditingservices p:hover{
    color:white;
}
.row.features-list p {
    padding: 0px 15px 10px 15px;
}

.row.features-list span {
    font-family: "Poppins",Tahoma,Geneva,sans-serif !important;
    font-size: 14px !important;
    line-height: 25px !important;
    color: #8d9297 !important;
}
.row.features-list p {
    padding: 20px 30px 46px 30px;
}

.brand.logo img {
    width: 65%;
    height: auto !important;
}
.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    color: #8D9297;
    font-size: 15px;
    font-weight: 100 !important;
}
div#bottom-widget li a {
    color: #ccc !important;
}
div#bottom-widget p {
    color: #ccc !important;
}
div#bottom-widget strong {
    color: #ccc;
}
a{
    color: #022C6E !important;
}
.counter {
    font-size: 25px;
    font-weight: bold;
    color: #022C6E !important;
}
.slider-body h3 {
    color: #022c6e;
    font-size: 35px;
}
.slider-body span {
    color: #999 !important;
    font-size: 15px !important;
    text-align: justify;
    font-weight: 100 !important;
}
.slider-description {
    font-size: 15px;
    letter-spacing: 0px;
    text-align: -webkit-left;
}
.slider-body p {
    color: #8D9297;
    font-size: 15px;
    line-height: normal;
}

div#projectCounter,div#clientCounter,div#upcomingCounter,div#testimonialCounter{color:white !important;}
.slider-description span {
    line-height: normal;
}
.copyright span {
    color: #777;
}
/* Styling for the container block */
        .getInblock {
            background-color: #022c6e;
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 10px;
            color: white;
        }
        

        /* H1 styling */
        .getInblock h1 {
            margin: 0;
            font-size: 2rem;
            font-weight: 600;
            color: white;
            padding: 10px;
        }

        /* Button styling */
        .getInblock button {
            background-color: white;
            color: #022c6e;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            font-size: 1rem;
            cursor: pointer;
            font-weight: bold;
            transition: background-color 0.3s ease, color 0.3s ease;
            margin: 20px 0px 0px 0px
        }

        /* Button hover effect */
        .getInblock button:hover {
            background-color: #0f4b8a;
            color: white;
        }
        
.header {
    background: none !important;
    position: absolute;
    z-index: 1000;
/*    width: 100%;*/
}
.brand.logo img {
    /*filter: brightness(0) invert(1);*/
}
ul#main-menu li a {
    color: white !important;
    font-weight: 600;
}
/* Basic styling for menu links */
ul#main-menu li a {
  text-decoration: none;
  color: #ccc;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}

/* Hover effect with underline */
ul#main-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #B52022;
  transition: width 0.3s ease;
}

ul#main-menu li a:hover {
  color: blue; /* Change color on hover */
}

ul#main-menu li a:hover::after {
  width: 100%; /* Underline expands to full width */
}
.brand.site-name a {
    
    color: white !important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.region.region-header {
    margin-left: 40px;
}
input#edit-keys {
    background: rgba(255,255,255,0.5);
    border: none;
}

.text-align-center.tm-vc_icon_element-inner.tm-vc_icon_element-have-style-inner.tm-vc_icon_element-color-white.tm-vc_icon_element-size-xs.tm-vc_icon_element-style-rounded.tm-vc_icon_element-background.tm-vc_icon_element-background-color-skincolor strong {
    color: white;
    font-size: 15px;
    position: relative;
    TOP: 9px;
    font-weight: bold;
}
.flexslider {
    background-color: black;
}
.video-container img {
    opacity: 0.8;
}

.underline{
    border-top: 4px solid #B52022;
    width: 65px;
    border-radius: 2px;
    margin: auto !important;
}

span.field.field--name-title.field--type-string.field--label-hidden {
    display: none !important;
}
.slider-description p {
    width: 50%;
    text-align: justify;
}
h2.text-align-center {
    text-align: center !important;
}
.highlighted {
    background: url(/sites/default/files/whyUs.png);
    /* height: 1020px; */
    /* margin: auto; */
    padding: 40px;
    background-size: cover;
}
.slider-body p {
    color: white;
    font-size: 2em;
    line-height: 40px;
    letter-spacing: 0.5px;
}
.whywork {
    width: 50%;
    text-align: justify;
}
.slider-body h3 {
    color: #B52022;
    font-size: 50px;
    width: auto !important;
    /* transform-box: stroke-box; */
    font-weight: bold;
}
div#block-coffee-zymphonies-theme-empt {
    float: left !important;
    padding: 30px;
}
form#contact-message-contact-us-form {
    padding: 2px;
}
form#contact-message-contact-us-form label {
    color: #022c6e;
}
label.js-form-requi#B52022.form-requi#B52022 {
    display: block !important;
    color: gray;
}
input#edit-submit {
    background: #022C6E;
}
input#edit-submit:hover {
    background: #B52022;
    border-radius: 20px;
}
form#contact-message-contact-us-form {
    background-color: #D9DFEC;
    border-radius: 15px;
}
.form-email, .form-text, .form-textarea {
    margin: 0;
    border: 1px solid #555 !important;
    background: transparent;
}
.underlineInnerPages {
    border-top: 3px solid #B52022;
    width: 10%;
    border-radius: 9%;
}
.nav-pills {
    float: left !important;
    padding-right:30px;
}

ul#bootstrap-horizontal-tabs li {
    list-style: none;
    float: left !important;
    width: 100%;
}
div#bootstrap-horizontal-tabs-content img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #022C6E;
    color: white !important;
    font-weight: 500;
}
.container {
    color: #8D9297 !important;
}
.nav-pills {
    float: left !important;
    padding-right: 30px;
}
div#bootstrap-horizontal-tabs-content {
    margin-left: 23%;
}
ul#bootstrap-horizontal-tabs li {
    padding: 3px 0px;
    border-bottom: 1px solid #ddd;
}
.nav-link:hover {
    text-decoration: none;
    color: white !important;
}
li.nav-item:{transition: width 0.3s ease;}
li.nav-item:hover {
  color: #fff !important;
  background-color: #B52022;
  transition:0.5s ease;
}
.tab-content>.active {
    display: block;
    color: #8D9297;
    font-family: 'robot' !important;
    font-size: 14px;
}
ul.tbm-nav.level-0.items-5 a {
    color: white !important;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom:10px;
}
ul.tbm-nav.level-0.items-5 {
    margin-top: 10px;
}
.tbm-submenu.tbm-item-child.tbm-has-width {
    background: none;
    margin: auto !important;
    width: 100% !important;
}
ul.tbm-nav.level-0.items-5 li {
    list-style: none !important;
}

/* Basic styling for the menu links */
a.tbm-link.level-1 {
  position: relative;
  display: inline-block;
  text-decoration: none;  /* Remove default underline */
  padding-bottom: 2px;    /* Space for the underline */
}

/* Underline effect on hover */
a.tbm-link.level-1::after {
  content: '';  /* Creates an empty element */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;  /* Start with no width */
  height: 2px;  /* Thickness of the underline */
  background-color: #B52022;  /* Color of the underline */
  transition: width 0.3s ease;  /* Smooth transition */
}

a.tbm-link.level-1:hover::after {
  width: 100%;  /* On hover, the width will expand to 100% */
}

.tbm-link.level-1:hover {
    background-color: rgba(0,0,0,0.1);
}

.tbm-submenu.tbm-item-child {
    background: none;
    margin-top: 40px;
    box-shadow: none;
    border: none;
}
ul.tbm-subnav.level-1.items-7 {
    background: #022c6e;
    padding: 10px 15px 5px 20px;
    font-size: 12px;
}
article.node.node--type-page.node--view-mode-full img {
    padding-right: 20px !important;
}
.one, .two, .thre {
    width: 33.3%;
    float: left;
}
.navbar-toggle .fas,.breadcrumb{display:none;}
 html {
            scroll-behavior: smooth;
        }