
 * -----------------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css?family=Lora:400,700|Ubuntu:400,700");
.bolder {
  font-weight: 600; }

.cfix {
  content: '';
  display: block;
  width: 100%;
  clear: both; }

/**
 * 1. - NORMALIZE CSS
 * -----------------------------------------------------------------------------
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * 2. GLOBAL STYLES
 * -----------------------------------------------------------------------------
 */
/*1.1 GENERAL STYLES*/
body,
button,
input,
select,
textarea {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  position: relative; }

html, body {
  width: 100%;
  height: 100%; }

/* 1.3. ANCHOR */
a {
  color: #333333;
  text-decoration: none; }
  a:hover {
    color: #5ADBD7;
    text-decoration: none; }

/* 1.4. HEADING & PARAGRAPH */
p {
  margin: 0 0 20px 0; }

h1,
h2,
h3,
h4,
.rs-team-1 .title,
h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px; }

h1 {
  font-size: 3.571em;
  line-height: normal; }

h2 {
  font-size: 2.857em;
  line-height: normal; }

h3 {
  font-size: 1.714em;
  line-height: normal; }

h4, .rs-team-1 .title {
  font-size: 1.286em;
  line-height: normal; }

h5 {
  font-size: 14px;
  line-height: 22px; }

h6 {
  font-size: 13px; }

strong, b {
  font-weight: 700; }

/* CUSTOM GLOBAL */
.uk16 {
  font-size: 16px; }

.uk18 {
  font-size: 18px; }

.uk21 {
  font-size: 21px; }

.uk24 {
  font-size: 24px; }

.uk36 {
  font-size: 36px; }

.uk48 {
  font-size: 48px; }

.uk60 {
  font-size: 60px; }

.uk72 {
  font-size: 72px; }

.spacer-10 {
  height: 10px; }
  .spacer-10::after {
    display: block;
    content: "";
    clear: both; }

.spacer-30 {
  height: 30px; }
  .spacer-30::after {
    display: block;
    content: "";
    clear: both; }

.spacer-50 {
  height: 50px; }
  .spacer-50::after {
    display: block;
    content: "";
    clear: both; }

.spacer-70 {
  height: 70px; }
  .spacer-70::after {
    display: block;
    content: "";
    clear: both; }

.spacer-90 {
  height: 90px; }
  .spacer-90::after {
    display: block;
    content: "";
    clear: both; }

.spacer-110 {
  height: 110px; }
  .spacer-110::after {
    display: block;
    content: "";
    clear: both; }

.section-heading {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
  color: #5ADBD7;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
  position: relative; }
  .section-heading:after {
    content: '';
    display: block;
    vertical-align: bottom;
    width: 30px;
    height: 1px;
    background: #5ADBD7;
    margin-bottom: 10px;
    margin-top: 20px; }
  .section-heading span {
    color: #5ADBD7; }
  .section-heading.light {
    color: #5ADBD7; }
    .section-heading.light span {
      color: #fff; }
    .section-heading.light:after {
      background: #fff; }
  .section-heading.white {
    color: #fff; }
  .section-heading.center {
    text-align: center; }
    .section-heading.center:after {
      margin-left: auto;
      margin-right: auto; }
  .section-heading.no-after:after {
    display: none; }

.subheading {
  margin-top: -20px;
  margin-bottom: 80px;
  color: #999; }
  .subheading.text-center {
    width: 60%;
    margin-left: auto;
    margin-right: auto; }

.bgi-cover-center {
  background-size: cover;
  background-position: center; }

/* OWL */
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: gray; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #5ADBD7; }
.owl-theme .owl-controls {
  margin-top: 50px; }

/* END OWL */
.bg-primary {
  background-color: #5ADBD7 !important; }

.bg-secondary {
  background-color: #222222 !important; }

.bg-gray {
  background-color: #fbfbfb; }

.text-primary {
  color: #5ADBD7 !important; }

.text-secondary {
  color: #222222 !important; }

/**
 * 3. - COMPONENTS
 * -----------------------------------------------------------------------------
 */
/* ==========================
2.1 - Buttons
============================= */
.btn, .btn-primary, .btn-secondary, .btn-primary-darken.disabled, .btn-light {
  font-size: 14px;
  color: #fff;
  padding: 13px 40px;
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px; }

.btn-default {
  background-color: #FCEA09;
  color: #fff;
  padding: 15px 20px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.btn-default:hover {
  background-color: #FCEA09; }

.btn-primary {
  background-color: #FCEA09;
  color: #fff; }
  .btn-primary:hover {
    background-color: #25aaa6;
    color: #fff; }

.btn-secondary {
  background-color: #222222; }
  .btn-secondary:hover {
    background-color: #FCEA09;
    color: #fff; }

.btn-primary.disabled {
  background-color: #FCEA09;
  border-color: #FCEA09;
  color: #333333;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }
  .btn-primary.disabled:hover {
    color: #FCEA09;
    background-color: #222222; }

.btn-secondary.disabled {
  background-color: #222222;
  border-color: #222222;
  color: #333333; }
  .btn-secondary.disabled:hover {
    color: #FCEA09;
    background-color: #222222; }

.btn-primary-darken.disabled {
  background-color: #FCEA09;
  color: #414046; }
  .btn-primary-darken.disabled:hover {
    background-color: #FCEA09;
    color: #fff; }

.btn-light {
  background-color: #fff;
  color: #FCEA09;
  border: 1px solid #fff; }
  .btn-light:hover {
    background-color: #222222;
    color: #fff;
    border-color: transparent; }

/* ==========================
SOSMED-ICON
============================= */
.sosmed-icon a {
  color: #666666;
  background-color: transparent;
  width: 40px;
  height: 40px;
  font-size: 18px;
  /*display: table-cell;*/
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 2px; }
  .sosmed-icon a:hover {
    background-color: #222222; }
.sosmed-icon.bg-round a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background-color: #5ADBD7; }
  .sosmed-icon.bg-round a:hover {
    color: #fff;
    background-color: #25aaa6; }
.sosmed-icon.no-bg-hover a:hover {
  color: #5ADBD7;
  background-color: transparent; }

/* ==========================
BOX IMAGE
============================= */
.rs-image-info {
  text-align: center; }
  .rs-image-info .media {
    margin: 0 auto; }

.box-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .box-deck .box-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; }
  @media (min-width: 576px) {
    .box-deck {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .box-deck .box-card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        /*margin-right: $card-deck-margin;*/
        margin-bottom: 0;
        /*margin-left: $card-deck-margin;*/ } }

/* ==========================
BOX ICON
============================= */
.rs-icon-funfact .icon {
  display: block;
  font-size: 40px;
  line-height: 1.5;
  float: left;
  width: 70px;
  height: 70px;
  background-color: transparent;
  text-align: center;
  /*@include border-radius(50%);*/ }
.rs-icon-funfact .body-content {
  margin-left: 85px; }
  .rs-icon-funfact .body-content h1, .rs-icon-funfact .body-content h2, .rs-icon-funfact .body-content h3, .rs-icon-funfact .body-content h4, .rs-icon-funfact .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content h4, .rs-icon-funfact .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content h5, .rs-icon-funfact .body-content h6 {
    clear: none;
    margin-bottom: 0; }
.rs-icon-funfact.style-2 {
  text-align: center; }
  .rs-icon-funfact.style-2 .icon {
    color: #222222;
    float: none;
    background-color: transparent;
    margin: 0 auto;
    font-size: 40px; }
  .rs-icon-funfact.style-2 .body-content {
    margin-left: 0; }

/* ==========================
BOX ICON
============================= */
.rs-icon-info {
  margin-bottom: 15px; }
  .rs-icon-info .info-icon {
    display: table-cell; }
  .rs-icon-info .fa {
    width: 50px;
    height: 50px;
    background-color: #5ADBD7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding-top: 14px;
    font-size: 22px; }
  .rs-icon-info .info-text {
    display: table-cell;
    padding-left: 10px;
    position: relative;
    vertical-align: middle; }
  .rs-icon-info.center {
    text-align: center;
    padding: 30px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }
    .rs-icon-info.center .info-icon {
      display: block; }
    .rs-icon-info.center .fa {
      background-color: transparent;
      font-size: 40px; }
      .rs-icon-info.center .fa.bl {
        background-color: #5ADBD7;
        color: #fff;
        width: 80px;
        height: 80px; }
    .rs-icon-info.center .info-text {
      display: block; }
  .rs-icon-info.no-bg .fa {
    background-color: transparent;
    color: #414046; }
  .rs-icon-info::after {
    display: block;
    content: "";
    clear: both; }

.rs-icon-info-3 {
  margin-bottom: 15px; }
  .rs-icon-info-3 .info-icon {
    display: table-cell;
    text-align: center; }
  .rs-icon-info-3 .fa {
    width: 70px;
    height: 70px;
    background-color: #5ADBD7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding-top: 17px;
    font-size: 50px; }
  .rs-icon-info-3 .info-text {
    display: table-cell;
    padding-left: 20px;
    position: relative;
    vertical-align: middle; }
  .rs-icon-info-3::after {
    display: block;
    content: "";
    clear: both; }


/* ==========================
FORM CONTACT
============================= */
.form-comment .form-control,
.form-contact .form-control,
.contact .form-control {
  height: 45px;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: none; }
.form-comment textarea.form-control,
.form-contact textarea.form-control,
.contact textarea.form-control {
  height: auto; }
.form-comment .btn.disabled, .form-comment .disabled.btn-primary, .form-comment .disabled.btn-secondary, .form-comment .disabled.btn-primary-darken, .form-comment .disabled.btn-light, .form-comment .btn[disabled], .form-comment [disabled].btn-primary, .form-comment [disabled].btn-secondary, .form-comment [disabled].btn-primary-darken.disabled, .form-comment [disabled].btn-light, .form-comment fieldset[disabled] .btn, .form-comment fieldset[disabled] .btn-primary, .form-comment fieldset[disabled] .btn-secondary, .form-comment fieldset[disabled] .btn-primary-darken.disabled, .form-comment fieldset[disabled] .btn-light,
.form-contact .btn.disabled,
.form-contact .disabled.btn-primary,
.form-contact .disabled.btn-secondary,
.form-contact .disabled.btn-primary-darken,
.form-contact .disabled.btn-light,
.form-contact .btn[disabled],
.form-contact [disabled].btn-primary,
.form-contact [disabled].btn-secondary,
.form-contact [disabled].btn-primary-darken.disabled,
.form-contact [disabled].btn-light,
.form-contact fieldset[disabled] .btn,
.form-contact fieldset[disabled] .btn-primary,
.form-contact fieldset[disabled] .btn-secondary,
.form-contact fieldset[disabled] .btn-primary-darken.disabled,
.form-contact fieldset[disabled] .btn-light,
.contact .btn.disabled,
.contact .disabled.btn-primary,
.contact .disabled.btn-secondary,
.contact .disabled.btn-primary-darken,
.contact .disabled.btn-light,
.contact .btn[disabled],
.contact [disabled].btn-primary,
.contact [disabled].btn-secondary,
.contact [disabled].btn-primary-darken.disabled,
.contact [disabled].btn-light,
.contact fieldset[disabled] .btn,
.contact fieldset[disabled] .btn-primary,
.contact fieldset[disabled] .btn-secondary,
.contact fieldset[disabled] .btn-primary-darken.disabled,
.contact fieldset[disabled] .btn-light {
  opacity: 1; }

.form-subscribe [type="search"] {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  min-height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: transparent; }
.form-subscribe .btn, .form-subscribe .btn-primary, .form-subscribe .btn-secondary, .form-subscribe .btn-primary-darken.disabled, .form-subscribe .btn-light {
  min-height: 52px; }

/* ==========================
BOX ICON
============================= */
.rs-icon-info-2 {
  position: relative;
  margin-bottom: 20px;
  text-align: center; }
  .rs-icon-info-2 .icon {
    font-size: 60px;
    line-height: 1.4em;
    background-color: #5ADBD7;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 45px;
    position: relative;
    -webkit-transition: 0.1s all linear;
    transition: 0.1s all linear; }
    .rs-icon-info-2 .icon .number {
      width: 50px;
      height: 50px;
      font-size: 24px;
      line-height: 1em;
      color: #fff;
      background-color: #222222;
      border: 1px solid #fff;
      position: absolute;
      top: -10px;
      right: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      padding-top: 13px; }



/* ==========================
Back To Top Section
============================= */
.rs-icon-1 .icon {
  display: table-cell;
  color: #5ADBD7;
  font-size: 27px;
  line-height: 2.2;
  width: 60px;
  height: 60px;
  background: #F8F8F8;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  text-align: center; }
.rs-icon-1 .body-content {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  font-weight: 400;
  color: #888888; }
  .rs-icon-1 .body-content .heading {
    font-weight: 700;
    color: #222222; }

/* ==========================
Back To Top Section
============================= */
/* ==========================
Back To Top Section
============================= */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #FCEA09 url("../images/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
  .cd-top:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  .cd-top.cd-fade-out {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); }

/**
 * 4. - LOGO & NAVIGATION
 * -----------------------------------------------------------------------------
 */
/* 4.1 - NAVBAR */
.topbar {
  background-color: #FCEA09;
  -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
  position: relative; }
  .topbar .row {
    min-height: 40px; }

.middlebar .row {
  min-height: 90px; }

/* 4.1 - NAVBAR */
.navbar-brand {
  padding: 0 0; }

.navbar-main {
  /*border-radius: 0;
  margin-bottom: 0;
  border: 0;
  position: relative;
  z-index: 3;*/
  -webkit-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out; }
  .navbar-main .navbar {
    padding: 0; }
  .navbar-main ol,
  .navbar-main li {
    margin: 0 0;
    font-size: 13px;
    font-weight: 700; }
  .navbar-main ul {
    margin-left: 0; }
  .navbar-main .navbar-toggler {
    color: #FFFFFF;
    border-color: transparent; }
  .navbar-main .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .navbar-main .dropdown-toggle::after {
    margin-left: 0.6em;
    color: #FFFFFF; }
  .navbar-main .dropdown:hover > .dropdown-menu {
    display: block; }
  .navbar-main .dropdown-menu {
    min-width: 200px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0.2rem 0;
    margin-top: 0;
    border-width: 0;
    background-color: #333333;
    color: #fff;
    font-size: 14px; }
  .navbar-main .dropdown-item {
    color: #fff;
    padding: 0.5rem 1.5rem; }
    .navbar-main .dropdown-item:hover, .navbar-main .dropdown-item:focus {
      text-decoration: none;
      background-color: #222222; }

/* END NAVBARMAIN */
.header-1 {
  position: relative;
  z-index: 999;
  width: 100%; }
  .header-1 .navbar-main {
    background-color: #222222; }
    .header-1 .navbar-main > .container {
      margin-bottom: 0;
      padding: 5px 0; }
    .header-1 .navbar-main .navbar-brand {
      position: absolute;
      top: -75px; }
    .header-1 .navbar-main .navbar-nav .nav-link {
      color: #fff; }
      .header-1 .navbar-main .navbar-nav .nav-link:hover, .header-1 .navbar-main .navbar-nav .nav-link:focus {
        color: #5ADBD7; }
    .header-1 .navbar-main .navbar-nav .active > .nav-link {
      color: #5ADBD7; }
    .header-1 .navbar-main.stiky {
      height: auto;
      background-color: #fff;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1030;
      padding-top: 40px;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      -webkit-transform: translateY(-40px);
      -moz-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      -o-transform: translateY(-40px);
      transform: translateY(-40px);
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      bottom: initial; }
      .header-1 .navbar-main.stiky .navbar-brand {
        position: static;
        margin-left: 0; }
      .header-1 .navbar-main.stiky > .container {
        margin-bottom: 0;
        padding: 10px 15px; }
      .header-1 .navbar-main.stiky .nav-link {
        color: #222222; }
        .header-1 .navbar-main.stiky .nav-link:hover, .header-1 .navbar-main.stiky .nav-link:focus {
          color: #5ADBD7; }

.header-2 .container-nav {
  padding: 20px 0; }
.header-2 .navbar-main {
  background-color: #414046; }
  .header-2 .navbar-main .container {
    padding: 5px 15px; }
  .header-2 .navbar-main .navbar-brand {
    /*margin-left: 15px;*/ }
  .header-2 .navbar-main .navbar-nav .nav-link.active {
    color: #FCEA09; }
  .header-2 .navbar-main .nav-link {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding: 1rem 1.5rem; }
    .header-2 .navbar-main .nav-link:hover, .header-2 .navbar-main .nav-link:focus {
      color: #FCEA09; }
  .header-2 .navbar-main.stiky {
    height: auto;
    background-color: #414046;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 40px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    bottom: initial; }
    .header-2 .navbar-main.stiky .nav > li > a {
      color: #FFFFFF; }
    .header-2 .navbar-main.stiky .navbar-brand {
      position: static;
      margin-left: 0; }
      .header-2 .navbar-main.stiky .navbar-brand img {
        width: 60%; }
    .header-2 .navbar-main.stiky > .container {
      margin-bottom: 0;
      padding: 10px 15px; }
@media (max-width: 767px) {
  .header-2 .navbar-brand {
    position: static;
    margin-left: 0;
    margin-right: .5rem; }
    .header-2 .navbar-brand img {
      width: 60%; } }

@media (max-width: 767px) {
  .header-1 .navbar-main .navbar-brand {
    position: relative; } }
/**
 * 5. - SECTION
 * -----------------------------------------------------------------------------
 */
/* 1.1 - Banner */

  @media (max-width: 767px) {


   }

.wrap-caption {
  width: 60%; }
  .wrap-caption.center {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
  .wrap-caption.right {
    width: 60%;
    text-align: right;
    float: right; }
  .wrap-caption .excerpt {
    margin-bottom: 50px;
    font-size: 18px; }
  .wrap-caption .btn, .wrap-caption .btn-primary, .wrap-caption .btn-secondary, .wrap-caption .btn-primary-darken.disabled, .wrap-caption .btn-light {
    margin-right: 15px; }
  @media (max-width: 767px) {
    .wrap-caption {
      width: 100%; }
      .wrap-caption.center, .wrap-caption.right {
        width: 100%; } }

.content-wrap {
  padding: 80px 0; }

.content-wrap-20 {
  padding: 20px 0; }

.content-wrap-120 {
  padding: 120px 0; }

.bg-primary-1 {
  background: #5ADBD7; }

.bg-primary-2 {
  background: #30d2cd; }

.bg-primary-3 {
  background: #25aaa6; }

.bg-primary-1.with-hover:hover,
.bg-primary-2.with-hover:hover,
.bg-primary-3.with-hover:hover {
  background-color: #222222; }

.img-rounded-3 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px; }



.list-info {
  margin: 0;
  padding: 0; }
  .list-info li {
    margin-bottom: 20px;
    list-style: none;
    font-size: 16px; }
    .list-info li .info-icon {
      display: table-cell;
      font-size: 35px;
      /*color: $color_primary;*/ }
    .list-info li .info-text {
      padding-left: 18px;
      display: table-cell;
      vertical-align: top; }

/**
 * 7. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */




/*
        Template Name    : kago
    Author           : @di_nkota, Web Developer: 78inc
    don't change anything
 contact: +255742632597
website:www.78inc.co        
*/



/* ===================================
    1. 3rd Part CSS Libraries
====================================== */

@import url("clear.css");
@import url("font-awesome.min.css");
@import url("sm-clean.css");

@import url("common.css");



/* ===================================
    2. Global CSS
====================================== */



.site-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #000;
}

.doc-loader img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;    
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-1170 {
    width: 1170px;    
}

.content-960 {
    width: 960px;    
}

.content-570 {
    width: 570px;
}

.pagination-holder {
    margin: 60px 0;
}

.section-wrapper {
    position: relative;
    padding: 200px 0 115px 0;
}




/* ===================================
    2.2 General Section CSS
====================================== */

.section {
    position: relative;    
}

.page-title-holder {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fcea09;
    width: 285px;
    display: inline-block;
    z-index: 98;
    height: 130px;
}

.page-title-holder:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 60px 0 0;
    border-color: #030300 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}

.section h3.entry-title {
    font-size: 16px;
    line-height: 149%;
    font-weight: 400;
    word-break: break-word;
    text-align: center;
    color: #414046;
    letter-spacing: 2px;
    margin-top: 32px;
}

.page .page-content {
    background-color: #fff;
    padding: 75px;    
}

.no-padding .section-wrapper {
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
}

[data-jarallax-element] {
    z-index: 30 !important;
}

.medium-text {
    color: #000;
    font-size: 60px;
    line-height: 120%;
    font-weight: 700;
    padding-bottom: 35px;
}

.title-description-up {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.info-text {
    font-size: 12px;
    line-height: 190%;
    color: #414046;
	font-weight: bold;
}

.info-code-title {
    font-size: 16px;
    color: #414046;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 120%;
}

.info-code-content, 
.info-code-content a {
    color: #b3b3b3;
    margin-bottom: 30px;
}

.tp-bullet-title {
    display: none !important;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {    
    transition-duration: 0s;
}









/* ===================================
    4. Services Section CSS
====================================== */


.service-holder {
    margin: 25px 0;
}

.service-holder:after {
    content: "";
    display: block;
    clear: both;    
}




/* ===================================
    7. News Section CSS
====================================== */



.blog-holder-scode {
    margin-top: 0;
    width: 1370px;
    transform: translateX(-100px);
    text-align: center;
}





/* ===================================
    9. Pricing Section CSS
====================================== */


.pricing-table {
    padding-bottom: 20px;
    background-color: #ffffff;
    margin-top: 30px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000;
    position: relative;
    text-align: left;
}

.pricing-wrapper {
    padding: 0 15%;
}

.pricing-table-title {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    padding: 40px 0;
    margin-bottom: 25px;
}





/* ===================================
    11. Skills Section CSS
====================================== */

.skills-holder {
    position: relative;
    margin: 40px 0;
}

.skill-holder {
    margin-bottom: 30px;
}

.skill-holder:after {
    clear: both;
    display: block;
    content: "";
}






/* ===================================
    17. Responsive CSS
====================================== */


@media screen and (max-width: 1600px) { 

    .content-1170, 
    .content-960, 
    .content-570 {
        max-width: 95%;
    }               

}

@media screen and (max-width: 1366px) { 

    .blog-holder-scode {
        width: 100%;
        transform: none;
    }


}







@media screen and (max-width: 767px) {    

    .page-title-holder {
        height: 100px;
    }   

    .section h3.entry-title {
        margin-top: 18px;
    }

    .service-holder {
        margin: 0 auto;
    }

    .section-wrapper {
        padding: 130px 0 30px 0;
    }

    .page-title-holder:after {
        border-width: 100px 60px 0 0;
    }  

    

}


@media screen and (max-width: 400px) { 

   .page-title-holder {
       width: 200px;
   }


}




/*  kagohub */





/*** 

====================================================================
	Reset
====================================================================

 ***/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*** 

====================================================================
	Global Settings
====================================================================

 ***/

html {
    font-family: 'Poppins', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #eaeaea;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #222;
}


/*--------------------------------------------------------------
   Typography
--------------------------------------------------------------*/

body {
    color: #414046;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    background: #fff;
    word-wrap: break-word;
    overflow-x: hidden;
    font-weight: 400;
}

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #222;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #222;
}

a img {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    color: #222;
}

h1 {
    font-size: 41px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}


/*--------------------------------------------------------------
   Elements
--------------------------------------------------------------*/

img {
    max-width: 100%;
    height: auto;
}

input[type=text],
textarea {
    border: 1px solid #555;
    background: #fff;
}

blockquote {
    font-size: 16px;
    font-style: italic;
    border-left: 3px solid #FCEA09;
    padding: 15px 0 15px 20px;
    margin: 35px 0 35px 40px;
    line-height: 2;
    font-weight: 500;
}

table {
    text-align: left;
}

table tr {
    border: 1px solid #f4f4f4;
    border-bottom-width: 0;
    padding: 5px;
}

table tr td,
table tr th {
    padding: 5px;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.secpadd {
    padding: 70px 0px;
}

.secpadd2 {
    padding: 70px 0 40px;
}

.secpaddbig {
    padding: 100px 0 70px;
}

.secpaddlf {
    padding-top: 80px;
    padding-bottom: 80px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tabs .tabs-nav {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

.tabs .tabs-nav li {
    float: left;
}

.tabs .tabs-nav a {
    display: block;
}

.tabs .tabs-panel {
    clear: both;
    display: none;
}

.tabs .tabs-panel.active {
    -webkit-animation: fadeIn 1 1s ease;
    animation: fadeIn 1 1s ease;
    display: block;
}

.socials a {
    display: inline-block;
    padding: 0 15px;
    font-size: 18px;
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.socials a:last-child {
    padding-right: 0;
}

.socials a:first-child {
    padding-left: 0;
}

.socials a:hover {
    color: #FCEA09;
}

.main-color {
    color: #FCEA09;
}

.main-background-color {
    background-color: #FCEA09;
}

.sub-color {
    color: #414046;
}

.sub-background-color {
    background-color: #414046;
}

.owl-carousel div.owl-item img {
    max-width: 100%;
    width: inherit;
}

.ch_button,
.tp-caption.ch_button {
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 17px 35px !important;
    text-align: center !important;
    min-width: 175px !important;
}

.ch_button:hover,
.tp-caption.ch_button:hover {
    border-color: #FCEA09 !important;
    background-color: #FCEA09 !important;
}

.fh-form p:before,
.fh-form p:after {
    content: '';
    display: table;
}

.fh-form p:after {
    clear: both;
}

.fh-form .single-field {
    clear: both;
}

.fh-form .field {
    margin-bottom: 20px;
}

.fh-form .field.submit {
    margin-bottom: 0;
}

.fh-form input[type="submit"] {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}

.fh-form input[type="submit"]:focus {
    outline: none;
}

.fh-form textarea,
.fh-form input[type="text"],
.fh-form input[type="email"],
.fh-form select {
    width: 100%;
    border: 1px solid #ececec;
    padding-left: 15px;
    padding-right: 15px;
    color: #848484;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-form textarea:focus,
.fh-form input[type="text"]:focus,
.fh-form input[type="email"]:focus,
.fh-form select:focus {
    outline: none;
    border-color: #a8a8a8;
}

.fh-form textarea {
    height: 175px;
    padding: 10px 15px;
}

.fh-form input[type="text"],
.fh-form input[type="email"],
.fh-form select {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.fh-form .first-row,
.fh-form .last-row {
    width: 50%;
    padding: 0 15px;
}

.fh-form .first-row {
    float: left;
    padding-left: 0;
    clear: both;
}

.fh-form .last-row {
    float: right;
    padding-right: 0;
}

.fh-form ::-webkit-input-placeholder {
    color: #a8a8a8;
}

.fh-form ::-moz-placeholder {
    color: #a8a8a8;
}

.fh-form :-ms-input-placeholder {
    color: #a8a8a8;
}

.fh-form :-moz-placeholder {
    color: #a8a8a8;
}

.fh-form select {
    color: #a8a8a8;
}

.fh-form .note {
    padding-top: 10px;
}

.fh-form label {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #222;
    margin: 0;
}

.fh-form span.require {
    color: #ff0000;
}

.fh-form-1 .fh-form-row {
    margin-left: -10px;
    margin-right: -10px;
}

.fh-form-1 div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.fh-form-3 textarea {
    height: 210px;
}

.fh-form-3 p.field {
    margin-bottom: 30px;
}

.fh-form-3 input[type="text"],
.fh-form-3 input[type="email"],
.fh-form-3 select {
    height: 50px;
    line-height: 50px;
}

.fh-form-3 .submit {
    text-align: center;
}

.fh-form-2 textarea {
    height: 145px;
}

.fh-form-2 input[type="text"],
.fh-form-2 input[type="email"],
.fh-form-2 select {
    height: 48px;
    line-height: 48px;
}

.fh-form-2 p.field {
    margin-bottom: 30px;
}

.fh-form-2 .field.submit {
    margin-top: -5px;
}



.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter,
.aligncenter img {
    display: block;
    margin: 1em auto;
}

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

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

.wp-caption {
    background: #fff;
    border: 1px solid #555;
    padding: 5px;
    max-width: 100%;
    text-align: center;
}

.wp-caption img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

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





.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    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. */
}





/*** 

====================================================================
	services Section
====================================================================

 ***/

.service .service-inner {
    margin-bottom: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service .service-summary {
    margin-bottom: 0;
}

.service .service-summary h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
}

.service .service-summary p {
    margin-bottom: 0;
}

.service .service-thumbnail {
    margin-bottom: 27px;
    overflow: hidden;
    display: inline-block;
}

.service .service-thumbnail a {
    position: relative;
    display: block;
}

.service .service-thumbnail a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #414046;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
}

.service .service-thumbnail img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service.col-md-4:nth-child(3n+1) {
    clear: left;
}

.service:hover .service-thumbnail a:before {
    opacity: 0.7;
}

.service:hover .service-thumbnail img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.service:hover .service-inner {
    border-color: #FCEA09;
}

.service:hover .service-title a {
    color: #FCEA09;
}



.metas {
    padding-left: 30px;
}

.metas h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    display: inline-block;
    padding-right: 10px;
}

.metas a,
.metas p {
    color: #848484;
    font-size: 16px;
    margin-bottom: 0;
}

.metas .meta {
    padding-bottom: 19px;
}

.metas .meta:last-child {
    padding-bottom: 0;
}

.metas i {
    font-size: 14px;
    color: #ff0000;
}





/*** 

====================================================================
	Sidebar Services
====================================================================

 ***/

.services-menu-widget ul li {
    border: 1px solid #ececec;
    border-bottom-width: 0;
    background-color: #f7f7f7;
    padding: 15px 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.services-menu-widget ul li:after {
    display: none;
}

.services-menu-widget ul li:last-child {
    border-bottom-width: 1px;
}

.services-menu-widget ul li a {
    display: block;
    color: #848484;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding-left: 0;
    font-weight: 400;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.services-menu-widget ul li a:before {
    display: none;
}

.services-menu-widget ul li:hover,
.services-menu-widget ul li.current-menu-item {
    background-color: #FCEA09;
    border-color: #FCEA09;
}

.services-menu-widget ul li:hover a,
.services-menu-widget ul li.current-menu-item a {
    color: #fff;
}

.side-contact {
    padding: 25px 20px;
}

.side-contact h3 {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 24px;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
}

.side-contact h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.side-contact i {
    color: #ff0000;
    padding-right: 10px;
}







/*** 

====================================================================
	Footer
====================================================================

 ***/

.site-footer {
    padding: 25px 0;
    color: #fff;
}

.site-footer .footer-copyright {
    font-size: 16px;
    color: #fff;
}

.site-footer .footer-copyright a {
    color: #FCEA09;
}

.footer-widgets {
    color: #fff;
}

.footer-widgets .widget {
    margin-bottom: 35px;
}

.footer-widgets .widget_mc4wp_form_widget {
    margin-bottom: 0;
}

.footer-widgets .widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.footer-widgets .widget-title:after {
    display: none;
}

.footer-widgets .widget-title a {
    color: #fff;
}

.footer-widgets .menu {
    margin-top: -10px;
}

.footer-widgets .menu li {
    padding: 5px 0 5px 15px;
    border: 0;
}

.footer-widgets .menu li:before {
    display: none;
}

.footer-widgets .menu li:after {
    top: 4px;
    right: auto;
    left: 0;
}

.footer-widgets .menu li a {
    color: #fff;
    padding-left: 0;
}

.footer-widgets .menu li a:before {
    display: none;
}

.footer-widgets .menu li:hover a {
    color: #FCEA09;
}

.footer-widgets .fh-form-field {
    margin-bottom: 15px;
}

.footer-widgets .fh-form-field .subscribe {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 23px;
}

.footer-widgets .fh-form-field .subscribe ::-webkit-input-placeholder {
    color: #fff;
}

.footer-widgets .fh-form-field .subscribe ::-moz-placeholder {
    color: #fff;
}

.footer-widgets .fh-form-field .subscribe :-ms-input-placeholder {
    color: #fff;
}

.footer-widgets .fh-form-field .subscribe :-moz-placeholder {
    color: #fff;
}

.footer-widgets .fh-form-field .subscribe input[type="email"] {
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding-left: 10px;
    padding-right: 95px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
}

.footer-widgets .fh-form-field .subscribe input[type="email"]:focus {
    outline: none;
}

.footer-widgets .fh-form-field .subscribe input[type="submit"] {
    position: absolute;
    width: 86px;
    height: 50px;
    right: 0;
    top: 0;
    background-color: #FCEA09;
    z-index: 99;
    border: none;
}

.latest-post {
    padding: 22px 0;
    border-bottom: 1px solid #0a253d;
}

.latest-post:first-child {
    padding-top: 0;
}

.latest-post:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.latest-post .post-date {
    display: block;
    color: #ff0000;
}

.latest-post a {
    display: block;
    color: #d8d8d8;
    font-family: 'Poppins', sans-serif;
}

.latest-project-widget .latest-project-list {
    padding-top: 5px;
}




/*** 

====================================================================
	 Carousel
====================================================================

 ***/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}


/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-nav div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}


/* Styling Pagination*/

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background-color: #fff;
}


/* If PaginationNumbers is true */

.owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}


/*** 

====================================================================
	Shortcodes
====================================================================

 ***/

.site-content .vc_row.vc_row-fluid {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.site-content .vc_row.parallax {
    background-attachment: fixed;
    background-position: 50% 50%;
}

.site-content .vc_row.overlay-enable {
    position: relative;
}

.site-content .vc_row>.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.site-content .vc_row.vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}

.site-content .vc_row>.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.site-content .vc_row .wpb_content_element {
    margin-bottom: 0;
}

.site-content .vc_row.vc_row-flex>.container-fluid {
    width: 100%;
}

.site-content .vc_row.vc_row-flex>.container>.row,
.site-content .vc_row.vc_row-flex>.container-fluid>.row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-content .vc_row.vc_row-flex>.container>.row>.vc_column_container>.vc_column-inner,
.site-content .vc_row.vc_row-flex>.container-fluid>.row>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.site-content .vc_row.vc_row-o-columns-top>.container>.row,
.site-content .vc_row.vc_row-o-columns-top>.container-fluid>.row {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.site-content .vc_row.vc_row-o-columns-middle>.container>.row,
.site-content .vc_row.vc_row-o-columns-middle>.container-fluid>.row {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.site-content .vc_row.vc_row-o-columns-bottom>.container>.row,
.site-content .vc_row.vc_row-o-columns-bottom>.container-fluid>.row {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.site-content .vc_row.vc_row-o-equal-height>.container>.row .vc_column_container,
.site-content .vc_row.vc_row-o-equal-height>.container-fluid>.row .vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.site-content .vc_row.vc_row-o-content-top>.container>.row>.vc_column_container>.vc_column-inner,
.site-content .vc_row.vc_row-o-content-top>.container-fluid>.row>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.site-content .vc_row.vc_row-o-content-middle>.container>.row>.vc_column_container>.vc_column-inner,
.site-content .vc_row.vc_row-o-content-middle>.container-fluid>.row>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
}

.site-content .vc_row.vc_row-o-content-bottom>.container>.row>.vc_column_container>.vc_column-inner,
.site-content .vc_row.vc_row-o-content-bottom>.container-fluid>.row>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.site-content .vc_column-inner {
    padding-top: 0 !important;
    background-repeat: no-repeat;
}

.fh-button {
    font-weight: 500;
    font-size: 15px;
    color: #414046;
    font-family: 'Poppins', sans-serif;
}

.fh-button:hover {
    color: #fff;
}

.fh-button.button-type-bordered {
    min-width: 160px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #fff;
    text-align: center;
}

.fh-button.align-left {
    float: left;
}


.fh-button.align-right {
    float: right;
}

.fh-button.button-color-dark {
    color: #222;
}

.fh-button.button-color-dark.button-type-bordered {
    border-color: #222;
}

.fh-button.button-color-dark:hover {
    color: #222;
}

.fh-button .fh-icon,
.fh-button .img-icon {
    padding-left: 10px;
}

.fh-section-title h2 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}

.fh-section-title h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 67px;
    height: 2px;
    background-color: #414046;
}

.fh-section-title.text-center h2:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fh-section-title.version-light h2 {
    color: #fff;
    padding-bottom: 0;
}

.fh-section-title.version-light h2:before {
    display: none;
}

.fh-icon-box {
    margin-bottom: 30px;
    position: relative;
}

.fh-icon-box h4,
.fh-icon-box h4 a,
.fh-icon-box .fh-icon,
.fh-icon-box .img-icon {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 10;
}

.fh-icon-box:hover h4 a {
    color: #FCEA09;
}

.fh-icon-box:hover .overlay {
    opacity: 1;
}

.fh-icon-box h4 {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 15px;
    margin: 0;
}

.fh-icon-box .desc {
    position: relative;
    z-index: 10;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-icon-box .fh-icon {
    font-size: 74px;
    display: block;
    line-height: 1;
    background-color: transparent;
    color: #0c1239;
}

.fh-icon-box .fh-icon i:before {
    font-size: 74px;
}

.fh-icon-box.version-light {
    color: #fff;
}

.fh-icon-box.version-light h4,
.fh-icon-box.version-light h4 a,
.fh-icon-box.version-light .fh-icon {
    color: #fff;
}

.fh-icon-box.version-light:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c1239;
    opacity: 0.7;
    z-index: 9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-icon-box.version-light:hover h4,
.fh-icon-box.version-light:hover h4 a,
.fh-icon-box.version-light:hover .fh-icon {
    color: #fff;
}

.fh-icon-box.version-light:hover:before {
    background-color: #ff0000;
}

.fh-icon-box.has-line:before {
    content: '';
    position: absolute;
    width: 1px;
    height: -webkit-calc(100% + 35px);
    height: calc(100% + 35px);
    top: 0;
    left: 35px;
    background-color: #efefef;
}

.fh-icon-box.has-line.icon-right:before {
    left: auto;
    right: 35px;
}

.fh-icon-box.has-line .fh-icon {
    background-color: #fff;
}

.fh-icon-box.no-border {
    border: none;
}

.fh-icon-box.show-button .button-box {
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-icon-box.show-button:hover .desc {
    opacity: 0;
}

.fh-icon-box.show-button:hover .button-box {
    opacity: 1;
}

.fh-icon-box.style-1 {
    padding: 30px;
    border: 1px solid #efefef;
    text-align: center;
}

.fh-icon-box.style-1.no-border {
    border: none;
}

.fh-icon-box.style-1.version-light {
    -webkit-box-shadow: 0 3px 16.6px 3.4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 16.6px 3.4px rgba(0, 0, 0, 0.2);
}

.fh-icon-box.style-2 {
    margin-bottom: 35px;
	
	position: relative;
    z-index: 500;
}

.fh-icon-box.style-2 .fh-icon {
    font-size: 30px;
    color: #414046;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #dbdbdb;
    position: relative;
    z-index: 999;
}



.fh-icon-box.style-2 .fh-icon i:before {
    font-size: 30px;
}

.fh-icon-box.style-2:hover .fh-icon {
    background-color: #FCEA09;
    border-color: #FCEA09;
    color: #fff;
}

.fh-icon-box.style-2 h4 {
    padding-top: 0;
}

.fh-icon-box.style-2.icon-left h4,
.fh-icon-box.style-2.icon-left .desc {
    padding-left: 100px;
}

.fh-icon-box.style-2.icon-left .fh-icon,
.fh-icon-box.style-2.icon-left .img-icon {
    float: left;
}

.fh-icon-box.style-2.icon-right {
    text-align: right;
}

.fh-icon-box.style-2.icon-right h4,
.fh-icon-box.style-2.icon-right .desc {
    padding-right: 100px;
}

.fh-icon-box.style-2.icon-right .fh-icon,
.fh-icon-box.style-2.icon-right .img-icon {
    float: right;
}

.fh-icon-box.style-2.icon-center {
    text-align: center;
}

.fh-icon-box.style-2.icon-center .fh-icon,
.fh-icon-box.style-2.icon-center .img-icon {
    margin: 0 auto 20px;
}

.fh-icon-box.style-2.service-process .fh-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
}

.fh-icon-box.style-2.service-process .fh-icon i,
.fh-icon-box.style-2.service-process .fh-icon i:before {
    font-size: 32px;
}

.fh-icon-box.style-3 {
    color: #dde2fc;
}

.fh-icon-box.style-3 .fh-icon,
.fh-icon-box.style-3 .img-icon {
    font-size: 64px;
    color: #FCEA09;
    float: left;
    padding-top: 25px;
}

.fh-icon-box.style-3 .fh-icon i:before,
.fh-icon-box.style-3 .img-icon i:before {
    font-size: 64px;
}

.fh-icon-box.style-3 h4,
.fh-icon-box.style-3 .desc {
    padding-left: 110px;
}

.fh-icon-box.style-3 h4,
.fh-icon-box.style-3 h4 a {
    padding-top: 0;
    padding-bottom: 15px;
    color: #FCEA09;
    font-size: 24px;
}

.fh-feature-box {
    position: relative;
    color: #dde2fc;
    margin-bottom: 30px;
}

.fh-feature-box .box-title,
.fh-feature-box .desc {
    padding-left: 70px;
}

.fh-feature-box .chars {
    position: absolute;
    left: 0;
    top: 7px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #FCEA09;
    border: 1px solid #FCEA09;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.fh-feature-box .box-title {
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 400;
}


/*** 

====================================================================
	service-box
====================================================================

 ***/

.fh-service-box {
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box h4,
.fh-service-box h4 a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box h4,
.fh-service-box .desc {
    padding-left: 70px;
}

.fh-service-box h4 {
    margin: 0;
    padding-bottom: 10px;
}

.fh-service-box i {
    font-size: 50px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box i:before {
    font-size: 50px;
}

.fh-service-box .fh-icon,
.fh-service-box .img-icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box.style-1 {
    padding: 25px 20px;
    border: 1px solid #232951;
}

.fh-service-box.style-1 .fh-icon,
.fh-service-box.style-1 .img-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fh-service-box.style-1:hover {
    border-color: #ff0000;
}

.fh-service-box.style-1:hover .fh-icon,
.fh-service-box.style-1:hover .img-icon {
    color: #ff0000;
    top: 30px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.fh-service-box.style-1:hover i {
    color: #ff0000;
}

.fh-service-box.style-2 {
    color: #555555;
}

.fh-service-box.style-2 .fh-icon,
.fh-service-box.style-2 .img-icon {
    left: 0;
}

.fh-service-box.style-2 h4,
.fh-service-box.style-2 h4 a {
    color: #222;
}

.fh-service-box.style-2 i {
    color: #0c1239;
}

.fh-service-box.style-2:hover h4,
.fh-service-box.style-2:hover h4 a,
.fh-service-box.style-2:hover .fh-icon,
.fh-service-box.style-2:hover i {
    color: #ff0000;
}

.fh-service-box-2 {
    margin-bottom: 30px;
}

.fh-service-box-2 .box-wrapper {
    padding: 30px 30px 30px 30px;
    border: 1px solid #f4f4f4;
    border-top-width: 0;
}

.fh-service-box-2 .box-wrapper .fh-icon,
.fh-service-box-2 .box-wrapper .img-icon {
    float: left;
    margin-top: -10px;
}

.fh-service-box-2 h4,
.fh-service-box-2 h4 a {
    font-weight: 500;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box-2 h4 {
    margin: 0;
    padding-left: 75px;
}

.fh-service-box-2 .sub-title {
    font-size: 14px;
    padding-left: 75px;
    display: block;
}

.fh-service-box-2 .fh-icon {
    color: #ff0000;
}

.fh-service-box-2 .fh-icon i,
.fh-service-box-2 .fh-icon i:before {
    font-size: 48px;
}

.fh-service-box-2 .box-header {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.fh-service-box-2 ul {
    margin: 0;
    padding-left: 20px;
}

.fh-service-box-2 ul li {
    padding-bottom: 10px;
}

.fh-service-box-2 ul li:last-child {
    padding-bottom: 0;
}

.fh-service-box-2.no-thumb .box-wrapper {
    border-top-width: 1px;
}

.fh-service-box-2.box-style-2 .box-thumb {
    position: relative;
}

.fh-service-box-2.box-style-2 .box-thumb img {
    width: 100%;
}

.fh-service-box-2.box-style-2 .box-thumb .fh-icon {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 10;
}

.fh-service-box-2.box-style-2 .box-thumb .fh-icon i,
.fh-service-box-2.box-style-2 .box-thumb .fh-icon i:before {
    font-size: 80px;
}

.fh-service-box-2.box-style-2 .box-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 9;
}

.fh-service-box-2.box-style-2 .box-wrapper {
    padding: 25px 15px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    text-align: center;
    position: relative;
}

.fh-service-box-2.box-style-2 h4,
.fh-service-box-2.box-style-2 .box-content {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box-2.box-style-2 h4 {
    padding-left: 0;
    font-size: 18px;
}

.fh-service-box-2.box-style-2 .box-header {
    border: none;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.fh-service-box-2.box-style-2 .box-header .fh-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background-color: #0c1239;
    float: none;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box-2.box-style-2 .box-header .fh-icon i,
.fh-service-box-2.box-style-2 .box-header .fh-icon i:before {
    font-size: 48px;
}

.fh-service-box-2.box-style-2 .read-more {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #0c1239;
    font-weight: 500;
    text-decoration: underline;
    display: inline-block;
    margin-top: 7px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.fh-service-box-2.box-style-2:hover .box-thumb .fh-icon {
    opacity: 1;
}

.fh-service-box-2.box-style-2:hover .box-thumb:before {
    opacity: 0.85;
}

.fh-service-box-2.box-style-2:hover h4,
.fh-service-box-2.box-style-2:hover .box-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box-2.box-style-2:hover .read-more {
    opacity: 1;
}

.fh-service-box-2.box-style-2:hover .box-header .fh-icon {
    opacity: 0;
}


/*** 

====================================================================
	contact-box
====================================================================

 ***/

.fh-contact-box {
    margin-bottom: 45px;
}

.fh-contact-box h4 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.fh-contact-box i {
    float: left;
    font-size: 26px;
    color: #ff0000;
}

.fh-contact-box i:before {
    font-size: 26px;
}

.fh-contact-box h4,
.fh-contact-box .desc {
    padding-left: 40px;
}

.fh-contact-box ul {
    padding-left: 40px;
    margin: 0;
    list-style: none;
}

.fh-contact-box ul li {
    float: left;
    width: 42px;
    height: 42px;
    line-height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #f4f4f4;
    margin: 0 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-contact-box ul li:first-child {
    margin-left: 0;
}

.fh-contact-box ul li:last-child {
    margin-right: 0;
}

.fh-contact-box ul li a {
    color: #848484;
    display: block;
    font-size: 15px;
}

.fh-contact-box ul li a i {
    float: none;
    color: inherit;
    font-size: inherit;
}

.fh-contact-box ul li a i:before {
    font-size: inherit;
}

.fh-contact-box ul li:hover {
    background-color: #ff0000;
}

.fh-contact-box ul li:hover a {
    color: #fff;
}





/*** 

====================================================================
	Services
====================================================================

 ***/


.fh-service .item-service.col-md-4:nth-child(3n+1),
.fh-service .item-service.col-md-3:nth-child(4n+1) {
    clear: left;
}

.fh-service .entry-title {
    font-size: 20px;
    padding-bottom: 0;
    font-weight: 500;
}

.fh-service .entry-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}

.fh-service .entry-thumbnail .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #0c1239;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service .entry-thumbnail .icon {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #414046;
    text-align: center;
    line-height: 70px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 100;
}

.fh-service .entry-thumbnail img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.fh-service h2,
.fh-service h2 a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service .read-more {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #FCEA09;
    font-weight: 500;
}

.fh-service .service-content {
    margin-bottom: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service .service-content:hover .entry-thumbnail .link {
    opacity: 0.7;
}

.fh-service .service-content:hover .entry-thumbnail img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.fh-service .service-content:hover .entry-thumbnail .icon {
    opacity: 1;
}

.fh-service .service-content:hover h2,
.fh-service .service-content:hover h2 a {
    color: #FCEA09;
}

.fh-service.style-bordered .summary {
    padding: 25px 30px;
    border: 1px solid #f4f4f4;
    border-top-width: 0;
    font-weight: 400;
}

.fh-service.style-bordered .item-service.no-thumb .summary {
    border-top-width: 1px;
}

.fh-service.style-bordered .service-content:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07);
}

.fh-service.style-flat {
    text-align: center;
}

.fh-service.style-flat .entry-thumbnail {
    margin-bottom: 22px;
}

.fh-service.style-flat .summary {
    padding: 0 25px;
}

.fh-service.style-flat .entry-title {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 15px;
}

.fh-service.style-flat .entry-title:after {
    content: '';
    width: 67px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ff0000;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-heading {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title {
    font-weight: 500;
    font-size: 18px;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title a {
    color: #222 !important;
    padding: 20px !important;
    background-color: #f7f7f7 !important;
    cursor: pointer;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title a i {
    font-size: 18px !important;
    position: absolute;
    right: 15px;
    margin-left: 0;
    top: 27px;
    color: #848484;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title a span {
    margin-left: 0 !important;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-body {
    background-color: #fff !important;
    padding: 25px 20px !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a {
    color: #222 !important;
    padding: 18px 20px !important;
    background-color: #fff !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a i {
    font-size: 18px !important;
    position: absolute;
    right: 15px;
    margin-left: 0;
    top: 27px;
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a:hover {
    color: #ff0000 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a:hover i {
    color: #ff0000 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-body {
    background-color: #fff !important;
    padding: 5px 20px 10px 20px !important;
    border-top: 0 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title a {
    color: #ff0000 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title a i {
    color: #ff0000 !important;
}

.vc_opening-hours {
    border: 2px solid #ececec;
    padding: 20px 30px;
}

.vc_opening-hours h3 {
    margin: 0;
    font-size: 24px;
    padding-bottom: 15px;
}

.vc_opening-hours ul {
    padding: 0;
    list-style: none;
    margin-left: 0;
}

.vc_opening-hours ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
}

.vc_opening-hours ul li:last-child {
    border-bottom: none;
}

.vc_opening-hours ul li span {
    float: right;
}

.service-tabs .vc_tta-tabs-container {
    margin: 0 !important;
}

.service-tabs .vc_tta-tabs-list {
    background-color: #04192b;
}

.service-tabs .vc_tta-tabs-list li,
.service-tabs .vc_tta-tabs-list li a {
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.service-tabs .vc_tta-tabs-list li {
    padding: 15px 0 !important;
}

.service-tabs .vc_tta-tabs-list li a {
    color: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.service-tabs .vc_tta-tabs-list li:hover a,
.service-tabs .vc_tta-tabs-list li.vc_active a {
    color: #ff0000 !important;
    border-color: #ff0000;
}

.service-tabs .vc_tta-tabs-list li:last-child a {
    border: 0 !important;
}




/*last part*/

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../images/appimage.png") center center;
  /* background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../images/appimage.png") center center; */
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}




/*--------------------------------------------------------------
new css
--------------------------------------------------------------*/

.bt {
  background-color: transparent;
  border: none;
}

.newbt {
  background-color: #fcea09;
  border: none;
  width: 165px; 
  height: 50px;
}

        #top-bar {
            background-color: #414046;
            color: white;
            padding: 0px;
            text-align: left;
        }

        #top-bar a {
            color: white;
            text-decoration: none;
            padding: 0px;
            margin: 0 5px;
			
        }

        #top-bar .dropdown {
            display: inline-block;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #333;
            min-width: 160px;
            z-index: 1;
        }

        .dropdown-content a {
            color: white;
            padding: 0px 0px;
            display: block;
            text-decoration: none;
        }

        .dropdown-content a {
    color: white;
    padding: 5px 10px; /* Add padding for better spacing within the links */
    display: block;
    text-decoration: none;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    margin: 2px; /* Add margin on all sides */
    text-align: left;
   
}

        .dropdown:hover .dropdown-content {
            display: block;
			
        }

.dropdown {
            position: relative;
            display: inline-block;
        }






/*
        Template Name    : kago
    Author           : @di_nkota, Web Developer: 78inc
    don't change anything
 contact: +255742632597
website:www.78inc.co        
*/



/* ===================================
    1. 3rd Part CSS Libraries
====================================== */

@import url("clear.css");
@import url("font-awesome.min.css");
@import url("sm-clean.css");

@import url("common.css");



/* ===================================
    2. Global CSS
====================================== */



.site-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #000;
}

.doc-loader img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;    
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-1170 {
    width: 1170px;    
}

.content-960 {
    width: 960px;    
}

.content-570 {
    width: 570px;
}

.pagination-holder {
    margin: 60px 0;
}

.section-wrapper {
    position: relative;
    padding: 200px 0 115px 0;
}




/* ===================================
    2.2 General Section CSS
====================================== */

.section {
    position: relative;    
}

.page-title-holder {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fcea09;
    width: 285px;
    display: inline-block;
    z-index: 98;
    height: 130px;
}

.page-title-holder:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 60px 0 0;
    border-color: #030300 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}

.section h3.entry-title {
    font-size: 16px;
    line-height: 149%;
    font-weight: 400;
    word-break: break-word;
    text-align: center;
    color: #414046;
    letter-spacing: 2px;
    margin-top: 32px;
}

.page .page-content {
    background-color: #fff;
    padding: 75px;    
}

.no-padding .section-wrapper {
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
}

[data-jarallax-element] {
    z-index: 30 !important;
}

.medium-text {
    color: #000;
    font-size: 60px;
    line-height: 120%;
    font-weight: 700;
    padding-bottom: 35px;
}

.title-description-up {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.info-text {
    font-size: 12px;
    line-height: 190%;
    color: #414046;
}

.info-code-title {
    font-size: 16px;
    color: #414046;
    letter-spacing: 2px;
    margin-bottom: 0;

    line-height: 120%;
}

.info-code-content, 
.info-code-content a {
    color: #b3b3b3;
    margin-bottom: 30px;
}

.tp-bullet-title {
    display: none !important;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {    
    transition-duration: 0s;
}









/* ===================================
    4. Services Section CSS
====================================== */


.service-holder {
    margin: 25px 0;
}

.service-holder:after {
    content: "";
    display: block;
    clear: both;    
}




/* ===================================
    7. News Section CSS
====================================== */



.blog-holder-scode {
    margin-top: 0;
    width: 1370px;
    transform: translateX(-100px);
    text-align: center;
}





/* ===================================
    9. Pricing Section CSS
====================================== */


.pricing-table {
    padding-bottom: 20px;
    background-color: #ffffff;
    margin-top: 30px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000;
    position: relative;
    text-align: left;
}

.pricing-wrapper {
    padding: 0 15%;
}

.pricing-table-title {
    color: #000;
    font-size: 21px;
    font-weight: 500;

    padding: 40px 0;
    margin-bottom: 25px;
}





/* ===================================
    11. Skills Section CSS
====================================== */

.skills-holder {
    position: relative;
    margin: 40px 0;
}

.skill-holder {
    margin-bottom: 30px;
}

.skill-holder:after {
    clear: both;
    display: block;
    content: "";
}






/* ===================================
    17. Responsive CSS
====================================== */


@media screen and (max-width: 1600px) { 

    .content-1170, 
    .content-960, 
    .content-570 {
        max-width: 95%;
    }               

}

@media screen and (max-width: 1366px) { 

    .blog-holder-scode {
        width: 100%;
        transform: none;
    }


}







@media screen and (max-width: 767px) {    

    .page-title-holder {
        height: 100px;
    }   

    .section h3.entry-title {
        margin-top: 18px;
    }

    .service-holder {
        margin: 0 auto;
    }

    .section-wrapper {
        padding: 130px 0 30px 0;
    }

    .page-title-holder:after {
        border-width: 100px 60px 0 0;
    }  

    

}


@media screen and (max-width: 400px) { 

   .page-title-holder {
       width: 200px;
   }


}






/*  kagohub */





/*** 

====================================================================
	Reset
====================================================================

 ***/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*** 

====================================================================
	Global Settings
====================================================================

 ***/

html {
    font-family: Poppins;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #eaeaea;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #222;
}


/*--------------------------------------------------------------
   Typography
--------------------------------------------------------------*/

body {
    color: #555555;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    background: #fff;
    word-wrap: break-word;
    overflow-x: hidden;
    font-weight: 400;
}

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #222;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #222;
}

a img {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    color: #222;
}

h1 {
    font-size: 41px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}


/*--------------------------------------------------------------
   Elements
--------------------------------------------------------------*/

img {
    max-width: 100%;
    height: auto;
}

input[type=text],
textarea {
    border: 1px solid #555;
    background: #fff;
}

blockquote {
    font-size: 16px;
    font-style: italic;
    border-left: 3px solid #FCEA09;
    padding: 15px 0 15px 20px;
    margin: 35px 0 35px 40px;
    line-height: 2;
    font-weight: 500;
}

table {
    text-align: left;
}

table tr {
    border: 1px solid #f4f4f4;
    border-bottom-width: 0;
    padding: 5px;
}

table tr td,
table tr th {
    padding: 5px;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.secpadd {
    padding: 70px 0px;
}

.secpadd2 {
    padding: 70px 0 40px;
}

.secpaddbig {
    padding: 100px 0 70px;
}

.secpaddlf {
    padding-top: 80px;
    padding-bottom: 80px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tabs .tabs-nav {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

.tabs .tabs-nav li {
    float: left;
}

.tabs .tabs-nav a {
    display: block;
}

.tabs .tabs-panel {
    clear: both;
    display: none;
}

.tabs .tabs-panel.active {
    -webkit-animation: fadeIn 1 1s ease;
    animation: fadeIn 1 1s ease;
    display: block;
}

.socials a {
    display: inline-block;
    padding: 0 15px;
    font-size: 18px;
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.socials a:last-child {
    padding-right: 0;
}

.socials a:first-child {
    padding-left: 0;
}

.socials a:hover {
    color: #FCEA09;
}

.main-color {
    color: #FCEA09;
}

.main-background-color {
    background-color: #FCEA09;
}

.sub-color {
    color: #414046;
}

.sub-background-color {
    background-color: #414046;
}

.owl-carousel div.owl-item img {
    max-width: 100%;
    width: inherit;
}

.ch_button,
.tp-caption.ch_button {
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 17px 35px !important;
    text-align: center !important;
    min-width: 175px !important;
}

.ch_button:hover,
.tp-caption.ch_button:hover {
    border-color: #FCEA09 !important;
    background-color: #FCEA09 !important;
}

.fh-form p:before,
.fh-form p:after {
    content: '';
    display: table;
}

.fh-form p:after {
    clear: both;
}

.fh-form .single-field {
    clear: both;
}

.fh-form .field {
    margin-bottom: 20px;
}

.fh-form .field.submit {
    margin-bottom: 0;
}

.fh-form input[type="submit"] {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}

.fh-form input[type="submit"]:focus {
    outline: none;
}

.fh-form textarea,
.fh-form input[type="text"],
.fh-form input[type="email"],
.fh-form select {
    width: 100%;
    border: 1px solid #ececec;
    padding-left: 15px;
    padding-right: 15px;
    color: #848484;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-form textarea:focus,
.fh-form input[type="text"]:focus,
.fh-form input[type="email"]:focus,
.fh-form select:focus {
    outline: none;
    border-color: #a8a8a8;
}

.fh-form textarea {
    height: 175px;
    padding: 10px 15px;
}

.fh-form input[type="text"],
.fh-form input[type="email"],
.fh-form select {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.fh-form .first-row,
.fh-form .last-row {
    width: 50%;
    padding: 0 15px;
}

.fh-form .first-row {
    float: left;
    padding-left: 0;
    clear: both;
}

.fh-form .last-row {
    float: right;
    padding-right: 0;
}

.fh-form ::-webkit-input-placeholder {
    color: #a8a8a8;
}

.fh-form ::-moz-placeholder {
    color: #a8a8a8;
}

.fh-form :-ms-input-placeholder {
    color: #a8a8a8;
}

.fh-form :-moz-placeholder {
    color: #a8a8a8;
}

.fh-form select {
    color: #a8a8a8;
}

.fh-form .note {
    padding-top: 10px;
}

.fh-form label {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #222;
    margin: 0;
}

.fh-form span.require {
    color: #ff0000;
}

.fh-form-1 .fh-form-row {
    margin-left: -10px;
    margin-right: -10px;
}

.fh-form-1 div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.fh-form-3 textarea {
    height: 210px;
}

.fh-form-3 p.field {
    margin-bottom: 30px;
}

.fh-form-3 input[type="text"],
.fh-form-3 input[type="email"],
.fh-form-3 select {
    height: 50px;
    line-height: 50px;
}

.fh-form-3 .submit {
    text-align: center;
}

.fh-form-2 textarea {
    height: 145px;
}

.fh-form-2 input[type="text"],
.fh-form-2 input[type="email"],
.fh-form-2 select {
    height: 48px;
    line-height: 48px;
}

.fh-form-2 p.field {
    margin-bottom: 30px;
}

.fh-form-2 .field.submit {
    margin-top: -5px;
}



.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter,
.aligncenter img {
    display: block;
    margin: 1em auto;
}

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

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

.wp-caption {
    background: #fff;
    border: 1px solid #555;
    padding: 5px;
    max-width: 100%;
    text-align: center;
}

.wp-caption img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

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





.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    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. */
}





/*** 

====================================================================
	services Section
====================================================================

 ***/

.service .service-inner {
    margin-bottom: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service .service-summary {
    margin-bottom: 0;
}

.service .service-summary h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
}

.service .service-summary p {
    margin-bottom: 0;
}

.service .service-thumbnail {
    margin-bottom: 27px;
    overflow: hidden;
    display: inline-block;
}

.service .service-thumbnail a {
    position: relative;
    display: block;
}

.service .service-thumbnail a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #414046;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
}

.service .service-thumbnail img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service.col-md-4:nth-child(3n+1) {
    clear: left;
}

.service:hover .service-thumbnail a:before {
    opacity: 0.7;
}

.service:hover .service-thumbnail img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.service:hover .service-inner {
    border-color: #FCEA09;
}

.service:hover .service-title a {
    color: #FCEA09;
}



.metas {
    padding-left: 30px;
}

.metas h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    display: inline-block;
    padding-right: 10px;
}

.metas a,
.metas p {
    color: #848484;
    font-size: 16px;
    margin-bottom: 0;
}

.metas .meta {
    padding-bottom: 19px;
}

.metas .meta:last-child {
    padding-bottom: 0;
}

.metas i {
    font-size: 14px;
    color: #ff0000;
}





/*** 

====================================================================
	Sidebar Services
====================================================================

 ***/

.services-menu-widget ul li {
    border: 1px solid #ececec;
    border-bottom-width: 0;
    background-color: #f7f7f7;
    padding: 15px 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.services-menu-widget ul li:after {
    display: none;
}

.services-menu-widget ul li:last-child {
    border-bottom-width: 1px;
}

.services-menu-widget ul li a {
    display: block;
    color: #848484;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding-left: 0;
    font-weight: 400;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.services-menu-widget ul li a:before {
    display: none;
}

.services-menu-widget ul li:hover,
.services-menu-widget ul li.current-menu-item {
    background-color: #FCEA09;
    border-color: #FCEA09;
}

.services-menu-widget ul li:hover a,
.services-menu-widget ul li.current-menu-item a {
    color: #fff;
}

.side-contact {
    padding: 25px 20px;
}

.side-contact h3 {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 24px;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
}

.side-contact h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.side-contact i {
    color: #ff0000;
    padding-right: 10px;
}







/*** 

====================================================================
	Footer
====================================================================

 ***/

.site-footer {
    padding: 25px 0;
    color: #fff;
}

.site-footer .footer-copyright {
    font-size: 16px;
    color: #fff;
}

.site-footer .footer-copyright a {
    color: #FCEA09;
}

.footer-widgets {
    color: #fff;
}

.footer-widgets .widget {
    margin-bottom: 35px;
}

.footer-widgets .widget_mc4wp_form_widget {
    margin-bottom: 0;
}

.footer-widgets .widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.footer-widgets .widget-title:after {
    display: none;
}

.footer-widgets .widget-title a {
    color: #fff;
}

.footer-widgets .menu {
    margin-top: -10px;
}

.footer-widgets .menu li {
    padding: 5px 0 5px 15px;
    border: 0;
}

.footer-widgets .menu li:before {
    display: none;
}

.footer-widgets .menu li:after {
    top: 4px;
    right: auto;
    left: 0;
}

.footer-widgets .menu li a {
    color: #fff;
    padding-left: 0;
}

.footer-widgets .menu li a:before {
    display: none;
}

.footer-widgets .menu li:hover a {
    color: #FCEA09;
}

.footer-widgets .fh-form-field {
    margin-bottom: 15px;
}

.footer-widgets .fh-form-field .subscribe {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 23px;
}

.footer-widgets .fh-form-field .subscribe ::-webkit-input-placeholder {
    color: #fff;
}

.footer-widgets .fh-form-field .subscribe ::-moz-placeholder {
    color: #fff;
}

.footer-widgets .fh-form-field .subscribe :-ms-input-placeholder {
    color: #fff;
}

.footer-widgets .fh-form-field .subscribe :-moz-placeholder {
    color: #fff;
}

.footer-widgets .fh-form-field .subscribe input[type="email"] {
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding-left: 10px;
    padding-right: 95px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
}

.footer-widgets .fh-form-field .subscribe input[type="email"]:focus {
    outline: none;
}

.footer-widgets .fh-form-field .subscribe input[type="submit"] {
    position: absolute;
    width: 86px;
    height: 50px;
    right: 0;
    top: 0;
    background-color: #FCEA09;
    z-index: 99;
    border: none;
}

.latest-post {
    padding: 22px 0;
    border-bottom: 1px solid #0a253d;
}

.latest-post:first-child {
    padding-top: 0;
}

.latest-post:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.latest-post .post-date {
    display: block;
    color: #ff0000;
}

.latest-post a {
    display: block;
    color: #d8d8d8;
    font-family: 'Poppins', sans-serif;
}

.latest-project-widget .latest-project-list {
    padding-top: 5px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer-menu ul li:last-child {
    padding-right: 0;
}

.footer-menu ul li:first-child {
    padding-left: 0;
}

.footer-menu ul li a {
    color: #848484;
}

.footer-menu ul li a:hover {
    color: #FCEA09;
}

.footer-text a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.contact-widget {
    border-bottom: 1px solid #232951;
    padding-top: 50px;
    padding-bottom: 40px;
}

.contact-widget .contact h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    padding-left: 50px;
}

.contact-widget .contact p {
    font-style: italic;
    margin-bottom: 0;
    padding-left: 50px;
}

.contact-widget .contact i {
    color: #FCEA09;
    float: left;
    font-size: 38px;
    margin-top: -5px;
}

.contact-widget .contact i:before {
    font-size: 38px;
}

.footer-contact {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-contact .ft-contact i {
    float: left;
    font-size: 23px;
    color: #FCEA09;
    margin-top: -3px;
}

.footer-contact .ft-contact i:before {
    font-size: 23px;
}

.footer-contact .ft-contact p {
    margin-left: 45px;
}

.footer-contact .ft-contact.fax {
    margin-bottom: 30px;
}

.footer-contact .ft-contact.phone {
    margin-bottom: 5px;
}

.footer-contact .ft-contact.phone p {
    margin-bottom: 5px;
}

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

.opening-hours {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.opening-hours li {
    padding: 4px 0;
}

.opening-hours li span {
    float: right;
}


/*** 

====================================================================
	 Carousel
====================================================================

 ***/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}


/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-nav div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}


/* Styling Pagination*/

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background-color: #fff;
}


/* If PaginationNumbers is true */

.owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}


/*** 

====================================================================
	Shortcodes
====================================================================

 ***/

.site-content .vc_row.vc_row-fluid {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.site-content .vc_row.parallax {
    background-attachment: fixed;
    background-position: 50% 50%;
}

.site-content .vc_row.overlay-enable {
    position: relative;
}

.site-content .vc_row>.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.site-content .vc_row.vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}

.site-content .vc_row>.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.site-content .vc_row .wpb_content_element {
    margin-bottom: 0;
}

.site-content .vc_row.vc_row-flex>.container-fluid {
    width: 100%;
}

.site-content .vc_row.vc_row-flex>.container>.row,
.site-content .vc_row.vc_row-flex>.container-fluid>.row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-content .vc_row.vc_row-flex>.container>.row>.vc_column_container>.vc_column-inner,
.site-content .vc_row.vc_row-flex>.container-fluid>.row>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.site-content .vc_row.vc_row-o-columns-top>.container>.row,
.site-content .vc_row.vc_row-o-columns-top>.container-fluid>.row {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.site-content .vc_row.vc_row-o-columns-middle>.container>.row,
.site-content .vc_row.vc_row-o-columns-middle>.container-fluid>.row {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.site-content .vc_row.vc_row-o-columns-bottom>.container>.row,
.site-content .vc_row.vc_row-o-columns-bottom>.container-fluid>.row {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.site-content .vc_row.vc_row-o-equal-height>.container>.row .vc_column_container,
.site-content .vc_row.vc_row-o-equal-height>.container-fluid>.row .vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.site-content .vc_row.vc_row-o-content-top>.container>.row>.vc_column_container>.vc_column-inner,
.site-content .vc_row.vc_row-o-content-top>.container-fluid>.row>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.site-content .vc_row.vc_row-o-content-middle>.container>.row>.vc_column_container>.vc_column-inner,
.site-content .vc_row.vc_row-o-content-middle>.container-fluid>.row>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
}

.site-content .vc_row.vc_row-o-content-bottom>.container>.row>.vc_column_container>.vc_column-inner,
.site-content .vc_row.vc_row-o-content-bottom>.container-fluid>.row>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.site-content .vc_column-inner {
    padding-top: 0 !important;
    background-repeat: no-repeat;
}

.fh-button {
    font-weight: 500;
    font-size: 15px;
    color: #414046;
    font-family: 'Poppins', sans-serif;
}

.fh-button:hover {
    color: #fff;
}

.fh-button.button-type-bordered {
    min-width: 160px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #fff;
    text-align: center;
}

.fh-button.align-left {
    float: left;
}


.fh-button.align-right {
    float: right;
}

.fh-button.button-color-dark {
    color: #222;
}

.fh-button.button-color-dark.button-type-bordered {
    border-color: #222;
}

.fh-button.button-color-dark:hover {
    color: #222;
}

.fh-button .fh-icon,
.fh-button .img-icon {
    padding-left: 10px;
}

.fh-section-title h2 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}

.fh-section-title h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 67px;
    height: 2px;
    background-color: #414046;
}

.fh-section-title.text-center h2:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fh-section-title.version-light h2 {
    color: #fff;
    padding-bottom: 0;
}

.fh-section-title.version-light h2:before {
    display: none;
}

.fh-icon-box {
    margin-bottom: 30px;
    position: relative;
}

.fh-icon-box h4,
.fh-icon-box h4 a,
.fh-icon-box .fh-icon,
.fh-icon-box .img-icon {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 10;
}

.fh-icon-box:hover h4 a {
    color: #FCEA09;
}

.fh-icon-box:hover .overlay {
    opacity: 1;
}

.fh-icon-box h4 {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 15px;
    margin: 0;
}

.fh-icon-box .desc {
    position: relative;
    z-index: 10;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-icon-box .fh-icon {
    font-size: 74px;
    display: block;
    line-height: 1;
    background-color: transparent;
    color: #0c1239;
}

.fh-icon-box .fh-icon i:before {
    font-size: 74px;
}

.fh-icon-box.version-light {
    color: #fff;
}

.fh-icon-box.version-light h4,
.fh-icon-box.version-light h4 a,
.fh-icon-box.version-light .fh-icon {
    color: #fff;
}

.fh-icon-box.version-light:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c1239;
    opacity: 0.7;
    z-index: 9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-icon-box.version-light:hover h4,
.fh-icon-box.version-light:hover h4 a,
.fh-icon-box.version-light:hover .fh-icon {
    color: #fff;
}

.fh-icon-box.version-light:hover:before {
    background-color: #ff0000;
}

.fh-icon-box.has-line:before {
    content: '';
    position: absolute;
    width: 1px;
    height: -webkit-calc(100% + 35px);
    height: calc(100% + 35px);
    top: 0;
    left: 35px;
    background-color: #efefef;
}

.fh-icon-box.has-line.icon-right:before {
    left: auto;
    right: 35px;
}

.fh-icon-box.has-line .fh-icon {
    background-color: #fff;
}

.fh-icon-box.no-border {
    border: none;
}

.fh-icon-box.show-button .button-box {
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-icon-box.show-button:hover .desc {
    opacity: 0;
}

.fh-icon-box.show-button:hover .button-box {
    opacity: 1;
}

.fh-icon-box.style-1 {
    padding: 30px;
    border: 1px solid #efefef;
    text-align: center;
}

.fh-icon-box.style-1.no-border {
    border: none;
}

.fh-icon-box.style-1.version-light {
    -webkit-box-shadow: 0 3px 16.6px 3.4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 16.6px 3.4px rgba(0, 0, 0, 0.2);
}

.fh-icon-box.style-2 {
    margin-bottom: 35px;
	
	position: relative;
    z-index: 500;
}

.fh-icon-box.style-2 .fh-icon {
    font-size: 30px;
    color: #414046;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #dbdbdb;
    position: relative;
    z-index: 999;
}



.fh-icon-box.style-2 .fh-icon i:before {
    font-size: 30px;
}

.fh-icon-box.style-2:hover .fh-icon {
    background-color: #FCEA09;
    border-color: #FCEA09;
    color: #fff;
}

.fh-icon-box.style-2 h4 {
    padding-top: 0;
}

.fh-icon-box.style-2.icon-left h4,
.fh-icon-box.style-2.icon-left .desc {
    padding-left: 100px;
}

.fh-icon-box.style-2.icon-left .fh-icon,
.fh-icon-box.style-2.icon-left .img-icon {
    float: left;
}

.fh-icon-box.style-2.icon-right {
    text-align: right;
}

.fh-icon-box.style-2.icon-right h4,
.fh-icon-box.style-2.icon-right .desc {
    padding-right: 100px;
}

.fh-icon-box.style-2.icon-right .fh-icon,
.fh-icon-box.style-2.icon-right .img-icon {
    float: right;
}

.fh-icon-box.style-2.icon-center {
    text-align: center;
}

.fh-icon-box.style-2.icon-center .fh-icon,
.fh-icon-box.style-2.icon-center .img-icon {
    margin: 0 auto 20px;
}

.fh-icon-box.style-2.service-process .fh-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
}

.fh-icon-box.style-2.service-process .fh-icon i,
.fh-icon-box.style-2.service-process .fh-icon i:before {
    font-size: 32px;
}

.fh-icon-box.style-3 {
    color: #dde2fc;
}

.fh-icon-box.style-3 .fh-icon,
.fh-icon-box.style-3 .img-icon {
    font-size: 64px;
    color: #FCEA09;
    float: left;
    padding-top: 25px;
}

.fh-icon-box.style-3 .fh-icon i:before,
.fh-icon-box.style-3 .img-icon i:before {
    font-size: 64px;
}

.fh-icon-box.style-3 h4,
.fh-icon-box.style-3 .desc {
    padding-left: 110px;
}

.fh-icon-box.style-3 h4,
.fh-icon-box.style-3 h4 a {
    padding-top: 0;
    padding-bottom: 15px;
    color: #FCEA09;
    font-size: 24px;
}

.fh-feature-box {
    position: relative;
    color: #dde2fc;
    margin-bottom: 30px;
}

.fh-feature-box .box-title,
.fh-feature-box .desc {
    padding-left: 70px;
}

.fh-feature-box .chars {
    position: absolute;
    left: 0;
    top: 7px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #FCEA09;
    border: 1px solid #FCEA09;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.fh-feature-box .box-title {
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 400;
}


/*** 

====================================================================
	service-box
====================================================================

 ***/

.fh-service-box {
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box h4,
.fh-service-box h4 a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box h4,
.fh-service-box .desc {
    padding-left: 70px;
}

.fh-service-box h4 {
    margin: 0;
    padding-bottom: 10px;
}

.fh-service-box i {
    font-size: 50px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box i:before {
    font-size: 50px;
}

.fh-service-box .fh-icon,
.fh-service-box .img-icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box.style-1 {
    padding: 25px 20px;
    border: 1px solid #232951;
}

.fh-service-box.style-1 .fh-icon,
.fh-service-box.style-1 .img-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fh-service-box.style-1:hover {
    border-color: #ff0000;
}

.fh-service-box.style-1:hover .fh-icon,
.fh-service-box.style-1:hover .img-icon {
    color: #ff0000;
    top: 30px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.fh-service-box.style-1:hover i {
    color: #ff0000;
}

.fh-service-box.style-2 {
    color: #555555;
}

.fh-service-box.style-2 .fh-icon,
.fh-service-box.style-2 .img-icon {
    left: 0;
}

.fh-service-box.style-2 h4,
.fh-service-box.style-2 h4 a {
    color: #222;
}

.fh-service-box.style-2 i {
    color: #0c1239;
}

.fh-service-box.style-2:hover h4,
.fh-service-box.style-2:hover h4 a,
.fh-service-box.style-2:hover .fh-icon,
.fh-service-box.style-2:hover i {
    color: #ff0000;
}

.fh-service-box-2 {
    margin-bottom: 30px;
}

.fh-service-box-2 .box-wrapper {
    padding: 30px 30px 30px 30px;
    border: 1px solid #f4f4f4;
    border-top-width: 0;
}

.fh-service-box-2 .box-wrapper .fh-icon,
.fh-service-box-2 .box-wrapper .img-icon {
    float: left;
    margin-top: -10px;
}

.fh-service-box-2 h4,
.fh-service-box-2 h4 a {
    font-weight: 500;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box-2 h4 {
    margin: 0;
    padding-left: 75px;
}

.fh-service-box-2 .sub-title {
    font-size: 14px;
    padding-left: 75px;
    display: block;
}

.fh-service-box-2 .fh-icon {
    color: #ff0000;
}

.fh-service-box-2 .fh-icon i,
.fh-service-box-2 .fh-icon i:before {
    font-size: 48px;
}

.fh-service-box-2 .box-header {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.fh-service-box-2 ul {
    margin: 0;
    padding-left: 20px;
}

.fh-service-box-2 ul li {
    padding-bottom: 10px;
}

.fh-service-box-2 ul li:last-child {
    padding-bottom: 0;
}

.fh-service-box-2.no-thumb .box-wrapper {
    border-top-width: 1px;
}

.fh-service-box-2.box-style-2 .box-thumb {
    position: relative;
}

.fh-service-box-2.box-style-2 .box-thumb img {
    width: 100%;
}

.fh-service-box-2.box-style-2 .box-thumb .fh-icon {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 10;
}

.fh-service-box-2.box-style-2 .box-thumb .fh-icon i,
.fh-service-box-2.box-style-2 .box-thumb .fh-icon i:before {
    font-size: 80px;
}

.fh-service-box-2.box-style-2 .box-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 9;
}

.fh-service-box-2.box-style-2 .box-wrapper {
    padding: 25px 15px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    text-align: center;
    position: relative;
}

.fh-service-box-2.box-style-2 h4,
.fh-service-box-2.box-style-2 .box-content {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box-2.box-style-2 h4 {
    padding-left: 0;
    font-size: 18px;
}

.fh-service-box-2.box-style-2 .box-header {
    border: none;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.fh-service-box-2.box-style-2 .box-header .fh-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background-color: #0c1239;
    float: none;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box-2.box-style-2 .box-header .fh-icon i,
.fh-service-box-2.box-style-2 .box-header .fh-icon i:before {
    font-size: 48px;
}

.fh-service-box-2.box-style-2 .read-more {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #0c1239;
    font-weight: 500;
    text-decoration: underline;
    display: inline-block;
    margin-top: 7px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.fh-service-box-2.box-style-2:hover .box-thumb .fh-icon {
    opacity: 1;
}

.fh-service-box-2.box-style-2:hover .box-thumb:before {
    opacity: 0.85;
}

.fh-service-box-2.box-style-2:hover h4,
.fh-service-box-2.box-style-2:hover .box-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box-2.box-style-2:hover .read-more {
    opacity: 1;
}

.fh-service-box-2.box-style-2:hover .box-header .fh-icon {
    opacity: 0;
}


/*** 

====================================================================
	contact-box
====================================================================

 ***/

.fh-contact-box {
    margin-bottom: 45px;
}

.fh-contact-box h4 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.fh-contact-box i {
    float: left;
    font-size: 26px;
    color: #ff0000;
}

.fh-contact-box i:before {
    font-size: 26px;
}

.fh-contact-box h4,
.fh-contact-box .desc {
    padding-left: 40px;
}

.fh-contact-box ul {
    padding-left: 40px;
    margin: 0;
    list-style: none;
}

.fh-contact-box ul li {
    float: left;
    width: 42px;
    height: 42px;
    line-height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #f4f4f4;
    margin: 0 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-contact-box ul li:first-child {
    margin-left: 0;
}

.fh-contact-box ul li:last-child {
    margin-right: 0;
}

.fh-contact-box ul li a {
    color: #848484;
    display: block;
    font-size: 15px;
}

.fh-contact-box ul li a i {
    float: none;
    color: inherit;
    font-size: inherit;
}

.fh-contact-box ul li a i:before {
    font-size: inherit;
}

.fh-contact-box ul li:hover {
    background-color: #ff0000;
}

.fh-contact-box ul li:hover a {
    color: #fff;
}





/*** 

====================================================================
	Services
====================================================================

 ***/


.fh-service .item-service.col-md-4:nth-child(3n+1),
.fh-service .item-service.col-md-3:nth-child(4n+1) {
    clear: left;
}

.fh-service .entry-title {
    font-size: 20px;
    padding-bottom: 0;
    font-weight: 500;
}

.fh-service .entry-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}

.fh-service .entry-thumbnail .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #0c1239;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service .entry-thumbnail .icon {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #414046;
    text-align: center;
    line-height: 70px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 100;
}

.fh-service .entry-thumbnail img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.fh-service h2,
.fh-service h2 a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service .read-more {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #FCEA09;
    font-weight: 500;
}

.fh-service .service-content {
    margin-bottom: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service .service-content:hover .entry-thumbnail .link {
    opacity: 0.7;
}

.fh-service .service-content:hover .entry-thumbnail img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.fh-service .service-content:hover .entry-thumbnail .icon {
    opacity: 1;
}

.fh-service .service-content:hover h2,
.fh-service .service-content:hover h2 a {
    color: #FCEA09;
}

.fh-service.style-bordered .summary {
    padding: 25px 30px;
    border: 1px solid #f4f4f4;
    border-top-width: 0;
    font-weight: 400;
}

.fh-service.style-bordered .item-service.no-thumb .summary {
    border-top-width: 1px;
}

.fh-service.style-bordered .service-content:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07);
}

.fh-service.style-flat {
    text-align: center;
}

.fh-service.style-flat .entry-thumbnail {
    margin-bottom: 22px;
}

.fh-service.style-flat .summary {
    padding: 0 25px;
}

.fh-service.style-flat .entry-title {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 15px;
}

.fh-service.style-flat .entry-title:after {
    content: '';
    width: 67px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ff0000;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-heading {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title {
    font-weight: 500;
    font-size: 18px;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title a {
    color: #222 !important;
    padding: 20px !important;
    background-color: #f7f7f7 !important;
    cursor: pointer;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title a i {
    font-size: 18px !important;
    position: absolute;
    right: 15px;
    margin-left: 0;
    top: 27px;
    color: #848484;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title a span {
    margin-left: 0 !important;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-body {
    background-color: #fff !important;
    padding: 25px 20px !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a {
    color: #222 !important;
    padding: 18px 20px !important;
    background-color: #fff !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a i {
    font-size: 18px !important;
    position: absolute;
    right: 15px;
    margin-left: 0;
    top: 27px;
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a:hover {
    color: #ff0000 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a:hover i {
    color: #ff0000 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-body {
    background-color: #fff !important;
    padding: 5px 20px 10px 20px !important;
    border-top: 0 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title a {
    color: #ff0000 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title a i {
    color: #ff0000 !important;
}

.vc_opening-hours {
    border: 2px solid #ececec;
    padding: 20px 30px;
}

.vc_opening-hours h3 {
    margin: 0;
    font-size: 24px;
    padding-bottom: 15px;
}

.vc_opening-hours ul {
    padding: 0;
    list-style: none;
    margin-left: 0;
}

.vc_opening-hours ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
}

.vc_opening-hours ul li:last-child {
    border-bottom: none;
}

.vc_opening-hours ul li span {
    float: right;
}

.service-tabs .vc_tta-tabs-container {
    margin: 0 !important;
}

.service-tabs .vc_tta-tabs-list {
    background-color: #04192b;
}

.service-tabs .vc_tta-tabs-list li,
.service-tabs .vc_tta-tabs-list li a {
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.service-tabs .vc_tta-tabs-list li {
    padding: 15px 0 !important;
}

.service-tabs .vc_tta-tabs-list li a {
    color: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.service-tabs .vc_tta-tabs-list li:hover a,
.service-tabs .vc_tta-tabs-list li.vc_active a {
    color: #ff0000 !important;
    border-color: #ff0000;
}

.service-tabs .vc_tta-tabs-list li:last-child a {
    border: 0 !important;
}




/*last part*/

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../../images/appimage.png") center center;
  /* background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../img/appimage.png") center center; */
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}




/*--------------------------------------------------------------
new css
--------------------------------------------------------------*/

.bt {
  background-color: transparent;
  border: none;
}

.newbt {
  background-color: #fcea09;
  border: none;
  width: 165px; 
  height: 50px;
  border-radius: 30px;
}

        #top-bar {
            background-color: #414046;
            color: white;
            padding: 0px;
            text-align: left;
        }

        #top-bar a {
            color: white;
            text-decoration: none;
            padding: 0px;
            margin: 0 5px;
			
        }

        #top-bar .dropdown {
            display: inline-block;
        }



    .dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #414046;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      padding: 1px;
      z-index: 1;
      text-align: left;
    }

    .dropdown-content a {
      display: block;
      padding: 4px;
      text-decoration: none;
      color: #FFFFFF;
		font-size: 12px;
    }

    .dropdown-content a:hover {
      background-color: #FCEA09;
    }

    .dropdown:hover .dropdown-content {
      display: block;
      right: -166px; /* Adjust this value to position the menu on the left side */
	  top: -14px;
    }





#services {
    padding-top: 70px; /* Adjust the value as needed */
}

#about {
    padding-top: 70px; /* Adjust the value as needed */
}

#why-choose-us {
    padding-top: 70px; /* Adjust the value as needed */
}

#benefits {
    padding-top: 70px; /* Adjust the value as needed */
}

#faqs {
    padding-top: 70px; /* Adjust the value as needed */
}

.panel-title{
	font-size: 17px;
}

.panel-title a{
	color: #414046;
}


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

.nav .menu li.extra-menu-item {
    float: right;
}

.nav .menu li.extra-menu-item.menu-item-button-link {
    padding: 0;
}

.nav .menu li.extra-menu-item.menu-item-button-link a {
    color: #414046;
    font-weight: 500;
    font-size: 13px;
    margin-top: 4px;
    text-transform: inherit;
}

.nav .menu li.extra-menu-item.menu-item-button-link a:hover {
    color: #414046;
}


