/*
Theme Name: Fionca Child
Theme URI: http://smartdemowp.com/fionca/
Template: fionca
Author: smartdatasoft
Author URI: http://smartdatasoft.com
Description: Fionca is a superfast user friendly wordpress business consulting woocommerce theme. You can set up your online business consultation website with this theme very easily. Fionca is responsive and easy to customize. With this theme it is very easy to create pages, posts using Elementor page builder.Fionca is very colorful and can be modfied with unlimited color options and typography for every section seperatly. This theme is absolute for the people who are ready start online business consultations. So lets buy Fionca, start with your website and get started+ with your online business consultation.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0
Updated: 2021-06-11 11:22:59

*/

/* Career Form */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600;700&family=DM+Sans:wght@400;500&display=swap');

.gcf-wrap {
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: 48px 32px !important;
  background: #F0F5F9 !important;
  font-family: 'DM Sans', sans-serif !important;
  border-radius: 10px;
}

.gcf-title {
  font-family: 'Sora', sans-serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  text-align: center !important;
  letter-spacing: -0.5px !important;
  margin: 0 0 10px !important;
  text-transform: none !important;
  line-height: 1.2 !important;
}

.gcf-subtitle {
  font-size: 14px !important;
  color: #64748b !important;
  text-align: center !important;
  margin: 0 0 36px !important;
  line-height: 1.6 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.gcf-row {
  display: flex !important;
  gap: 20px !important;
  margin-bottom: 20px !important;
  flex-wrap: nowrap !important;
}

.gcf-col {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0 !important;
}

.gcf-col--full {
  flex: 1 1 100% !important;
}

.gcf-label {
  font-family: 'Sora', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  display: block !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  margin-bottom: 0 !important;
  line-height: 1.4 !important;
}

.gcf-req {
  color: #e53e3e !important;
  font-size: 13px !important;
}

.gcf-field {
  position: relative !important;
  display: block !important;
}

.gcf-field .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── Base inputs ── */
.gcf-wrap .gcf-field input[type="text"],
.gcf-wrap .gcf-field input[type="email"],
.gcf-wrap .gcf-field input[type="tel"],
.gcf-wrap .gcf-field input[type="url"] {
  display: block !important;
  width: 100% !important;
  height: 48px !important;
  padding: 0 14px 0 42px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #334155 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 8px !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
  line-height: normal !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}

/* No icon — normal left padding */
.gcf-wrap .gcf-field:not(.gcf-field--name):not(.gcf-field--email):not(.gcf-field--phone) input[type="url"],
.gcf-wrap .gcf-field:not(.gcf-field--name):not(.gcf-field--email):not(.gcf-field--phone) input[type="text"] {
  padding-left: 14px !important;
}

.gcf-wrap .gcf-field input[type="text"]:focus,
.gcf-wrap .gcf-field input[type="email"]:focus,
.gcf-wrap .gcf-field input[type="tel"]:focus,
.gcf-wrap .gcf-field input[type="url"]:focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.12) !important;
  outline: none !important;
}

.gcf-wrap .gcf-field input[type="text"]:hover,
.gcf-wrap .gcf-field input[type="email"]:hover,
.gcf-wrap .gcf-field input[type="tel"]:hover,
.gcf-wrap .gcf-field input[type="url"]:hover {
  border-color: #cbd5e1 !important;
}

/* Placeholders */
.gcf-wrap .gcf-field input[type="text"]::placeholder,
.gcf-wrap .gcf-field input[type="email"]::placeholder,
.gcf-wrap .gcf-field input[type="tel"]::placeholder,
.gcf-wrap .gcf-field input[type="url"]::placeholder,
.gcf-wrap .gcf-field textarea::placeholder {
  color: #94a3b8 !important;
  text-transform: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  opacity: 1 !important;
}

/* ── Icons via ::before on .gcf-field ── */
.gcf-field--name::before,
.gcf-field--email::before,
.gcf-field--phone::before {
  content: '' !important;
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 16px !important;
  height: 16px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  pointer-events: none !important;
  z-index: 3 !important;
  opacity: 0.45 !important;
  display: block !important;
}

.gcf-field--name::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23334155' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c0-4 3.6-7 8-7s8 3 8 7'/%3E%3C/svg%3E") !important;
}

.gcf-field--email::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23334155' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m2 7 10 7 10-7'/%3E%3C/svg%3E") !important;
}

.gcf-field--phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23334155' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.72 19.72 0 0 1 3.08 4.18 2 2 0 0 1 5.07 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.71 2.81a2 2 0 0 1-.45 2.11L9.91 9.91a16 16 0 0 0 6.18 6.18l1.27-1.27a2 2 0 0 1 2.11-.45c.91.35 1.85.58 2.81.71A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") !important;
}

/* ── Textarea ── */
.gcf-wrap .gcf-field textarea {
  display: block !important;
  width: 100% !important;
  min-height: 120px !important;
  height: auto !important;
  padding: 12px 14px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #334155 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 8px !important;
  outline: none !important;
  resize: vertical !important;
  line-height: 1.6 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  margin: 0 !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}

.gcf-wrap .gcf-field textarea:focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.12) !important;
  outline: none !important;
}

.gcf-wrap .gcf-field textarea:hover {
  border-color: #cbd5e1 !important;
}

/* ── File field ── */
.gcf-field--file {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 8px !important;
  min-height: 48px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  box-sizing: border-box !important;
  position: relative !important;
  transition: border-color 0.2s !important;
}

.gcf-field--file:hover {
  border-color: #3b82f6 !important;
}

.gcf-field--file::before {
  content: '' !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  flex-shrink: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  position: static !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  opacity: 1 !important;
  display: block !important;
}

.gcf-field--file .wpcf7-form-control-wrap {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  position: static !important;
  width: auto !important;
}

.gcf-field--file input[type="file"] {
  display: block !important;
  width: 100% !important;
  height: 48px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #64748b !important;
  border: none !important;
  background: transparent !important;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
}

/* ── Submit button ── */
.gcf-wrap .wpcf7 input[type="submit"] {
  display: block !important;
  width: 100% !important;
  height: 52px !important;
  background: #2563eb !important;
  background-color: #2563eb !important;
  color: #ffffff !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  text-transform: none !important;
  letter-spacing: 0.2px !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  line-height: 52px !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: background 0.2s !important;
}

.gcf-wrap .wpcf7 input[type="submit"]:hover {
  background: #1d4ed8 !important;
  background-color: #1d4ed8 !important;
}

.gcf-wrap .wpcf7 input[type="submit"]:active {
  background: #1e40af !important;
  background-color: #1e40af !important;
  transform: scale(0.998) !important;
}

/* ── Footer ── */
.gcf-footer {
  text-align: center !important;
  font-size: 12px !important;
  color: #94a3b8 !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.gcf-footer a {
  color: #94a3b8 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

/* ── Validation ── */
.gcf-wrap .wpcf7-not-valid-tip {
  font-size: 12px !important;
  color: #e53e3e !important;
  margin-top: 4px !important;
  display: block !important;
  font-family: 'DM Sans', sans-serif !important;
  text-transform: none !important;
}

.gcf-wrap .wpcf7-not-valid input,
.gcf-wrap .wpcf7-not-valid textarea {
  border-color: #e53e3e !important;
}

/* ── Response message ── */
.gcf-wrap .wpcf7-response-output {
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  margin-top: 16px !important;
  font-size: 13px !important;
  font-family: 'DM Sans', sans-serif !important;
  text-align: center !important;
}

/* ── Fix: Submit button text uppercase ── */
.gcf-wrap .wpcf7 input[type="submit"],
.gcf-wrap .wpcf7 input[type="submit"]:hover,
.gcf-wrap .wpcf7 input[type="submit"]:focus {
  text-transform: none !important;
  font-family: 'Sora', sans-serif !important;
  background: #2563eb !important;
  background-color: #2563eb !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  letter-spacing: 0.2px !important;
}

.gcf-wrap .wpcf7 input[type="submit"]:hover {
  background: #1d4ed8 !important;
  background-color: #1d4ed8 !important;
}

/* ── Fix: File input — hide native button, show custom look ── */
.gcf-field--file input[type="file"] {
  font-size: 13px !important;
  color: #64748b !important;
  cursor: pointer !important;
  padding: 0 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Style the native "Choose File" button inside the input */
.gcf-field--file input[type="file"]::-webkit-file-upload-button {
  height: 32px !important;
  padding: 0 14px !important;
  margin-right: 12px !important;
  background: #f1f5f9 !important;
  color: #334155 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  transition: background 0.2s !important;
}

.gcf-field--file input[type="file"]::-webkit-file-upload-button:hover {
  background: #e2e8f0 !important;
}

/* Firefox */
.gcf-field--file input[type="file"]::file-selector-button {
  height: 32px !important;
  padding: 0 14px !important;
  margin-right: 12px !important;
  background: #f1f5f9 !important;
  color: #334155 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  appearance: none !important;
  outline: none !important;
  transition: background 0.2s !important;
}

.gcf-field--file input[type="file"]::file-selector-button:hover {
  background: #e2e8f0 !important;
}

/* ── SUBMIT BUTTON NUCLEAR FIX ── */
html body .gcf-wrap .wpcf7 input[type="submit"],
html body .gcf-wrap .wpcf7 input[type="submit"]:hover,
html body .gcf-wrap .wpcf7 input[type="submit"]:focus,
html body .gcf-wrap .wpcf7 input[type="submit"]:active,
html body .gcf-wrap input[type="submit"],
html body .gcf-wrap input[type="submit"]:hover {
  display: block !important;
  width: 100% !important;
  height: 52px !important;
  line-height: 52px !important;
  background: #00A8E8 !important;
  background-color: #00A8E8 !important;
  color: #ffffff !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0.2px !important;
  border: none !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  margin-top: 8px !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

html body .gcf-wrap .wpcf7 input[type="submit"]:hover,
html body .gcf-wrap input[type="submit"]:hover {
  background: #0094CC !important;
  background-color: #0094CC !important;
}

/* ── FILE BUTTON NUCLEAR FIX ── */
html body .gcf-wrap .gcf-field--file {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 8px !important;
  min-height: 48px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  box-sizing: border-box !important;
}

html body .gcf-wrap .gcf-field--file input[type="file"] {
  display: block !important;
  width: 100% !important;
  height: 36px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  color: #64748b !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  height: 30px !important;
}

/* Chrome/Safari file button */
html body .gcf-wrap .gcf-field--file input[type="file"]::-webkit-file-upload-button {
  height: 32px !important;
  padding: 0 16px !important;
  margin-right: 10px !important;
  background: #f1f5f9 !important;
  background-color: #f1f5f9 !important;
  color: #334155 !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 6px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  -webkit-appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
}

html body .gcf-wrap .gcf-field--file input[type="file"]::-webkit-file-upload-button:hover {
  background: #e2e8f0 !important;
  background-color: #e2e8f0 !important;
}

/* Firefox/standard file button */
html body .gcf-wrap .gcf-field--file input[type="file"]::file-selector-button {
  height: 32px !important;
  padding: 0 16px !important;
  margin-right: 10px !important;
  background: #f1f5f9 !important;
  background-color: #f1f5f9 !important;
  color: #334155 !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 6px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
}

html body .gcf-wrap .gcf-field--file input[type="file"]::file-selector-button:hover {
  background: #e2e8f0 !important;
  background-color: #e2e8f0 !important;
}

/* ── Choose File button full restyle ── */
html body .gcf-wrap .gcf-field--file input[type="file"]::-webkit-file-upload-button {
  height: 30px !important;
  padding: 0 14px !important;
  margin-right: 12px !important;
  background: #2563eb !important;
  background-color: #2563eb !important;
  color: #ffffff !important;
  border: none !important;
  border-right: none !important;
  border-radius: 6px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
}

html body .gcf-wrap .gcf-field--file input[type="file"]::-webkit-file-upload-button:hover {
  background: #1d4ed8 !important;
  background-color: #1d4ed8 !important;
}

html body .gcf-wrap .gcf-field--file input[type="file"]::file-selector-button {
  height: 30px !important;
  padding: 0 14px !important;
  margin-right: 12px !important;
  background: #00A8E8 !important;
  background-color: #00A8E8 !important;
  color: #ffffff !important;
  border: none !important;
  border-right: none !important;
  border-radius: 6px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
}

html body .gcf-wrap .gcf-field--file input[type="file"]::file-selector-button:hover {
  background: #0094CC !important;
  background-color: #0094CC !important;
}

html body .gcf-wrap .gcf-field--file::before {
  display: none !important;
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .gcf-wrap {
    padding: 32px 16px !important;
  }
  .gcf-title {
    font-size: 26px !important;
  }
  .gcf-row {
    flex-direction: column !important;
    gap: 16px !important;
  }
}

/* Header */

.theme-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #0094CC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.main-header.style-four .main-menu .navigation > li.current > a, .main-header.style-four .main-menu .navigation > li:hover > a {
    color: #00A8E8;
}

.main-header.style-four .sticky-header .main-menu .navigation > li.current > a, .main-header.style-four .sticky-header .main-menu .navigation > li:hover > a {
    color: #00A8E8 !important;
}

.main-menu #menu-main-menu>li>ul>li>a:hover {
    color: #00A8E8 !important;
}

/* Footer */

.main-footer .widget-section .links-widget .widget-content ul li a:hover {
    color: #00A8E8;
}

.theme-btn.style-one {
    background: #00A8E8;
}

.main-footer .widget-section .logo-widget .info-list li a:hover {
    color: #00A8E8;
}

.scroll-top {
    background: #005B7f;
}

p, li {
	color: #333;
}

/* Homepage */

.btn-box a {
	border-radius: 5px;
}

#enquire-now.theme-btn {
	background-color: #00A8E8;
}


#enquire-now.theme-btn:hover {
	background-color: none;
}

.info-section .text-column .text a i {
    color: #005B7f;
}

.info-section .text-column .text a:hover span {
    color: #0094CC;
    border-color: #0094CC;
}

.feature-block-one .inner-box .lower-content .inner:before {
    background: #005B7f;
}

.banner-section .owl-theme .owl-nav .owl-prev:hover, .banner-section .owl-theme .owl-nav .owl-next:hover {
    background: #0094CC;
}

.sec-title h5:before {
    background: #005B7f;
}

.sec-title.style-three h5:before, .sec-title.style-three h5:after {
    background: #005B7f;
}

.news-section.style-two .sec-title h5:before, .news-section.style-two .sec-title h5:after {
    background: #005B7f;
}

.main-footer .widget-section .footer-widget .widget-title h4:before {
    background: #005B7f;
}

.main-footer .widget-section .logo-widget .info-list li i {
    color: #005B7f;
}

.project-block-one .inner-box .lower-content p:before {
    background: #005B7f;
}

/* About */

.about-style-two #content_block_three .tabs-box .tab-btn-box .tab-btns li.active-btn {
    background: #005B7f !important;
}

.about-style-two #content_block_three .tabs-box .tab-btn-box .tab-btns li.active-btn:before, .about-style-two #content_block_three .tabs-box .tab-btn-box .tab-btns li:hover:before {
    background-color: #005B7f !important;
}

.video-section.about-page-1 .inner-box .video-btn:before, .video-section.about-page-1 .inner-box .video-btn:after {
    background: #fff;
}

.about-page-1 .video-btn svg {
    fill: #fff;
}

.team-section.about-page-1 .owl-dot-style-one .owl-dots .owl-dot.active span, .team-section.about-page-1 .owl-dot-style-one .owl-dots .owl-dot span:hover {
    background: #0094CC;
}

.team-section.about-page-1 .team-block-one .inner-box .lower-content .ovellay-box .social-links li a:hover {
    color: #0094CC;
}

.uv-advantages ul {
	list-style: inside;
}
.uv-advantages li {
	list-style: inside disc;
}

.news-block-one .inner-box .lower-content .post-info, 
.blog-details-content .inner-box .post-info,
.blog-details-content .image-box .category{
    display: none !important;
}

.search-popup .search-form fieldset input[type="submit"] {
    background: #00A8E8;
}
.preloader-close {
    background: #00A8E8;
}
