/*!
Theme Name: Complex Security
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:complex security
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

htmlden is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --blue: #0A1E33;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #F7ED00;
  --green: #009e49;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #009e49;
  --secondary: #F7ED00;
  --success: #009e49;
  --info: #17a2b8;
  --warning: #F7ED00;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1200px;
  --font-family-sans-serif: "Rubik", sans-serif;
  --font-family-monospace: "Rubik", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  text-align: left;
  background-color: #fff;
  padding-top: 110px;
  padding-top: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #009e49;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #005226;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

img {
  width: 100%;
  display: block;
  height: auto;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*--------------------------------------------------------------
# type
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
}

h1 {
  font-size: 2.8125rem;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 2.1875rem;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 1.5625rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
@font-face {
  font-family: 'Complex-Security';
  src: url("fonts/Complex-Security.eot?9ae6tg");
  src: url("fonts/Complex-Security.eot?9ae6tg#iefix") format("embedded-opentype"), url("fonts/Complex-Security.ttf?9ae6tg") format("truetype"), url("fonts/Complex-Security.woff?9ae6tg") format("woff"), url("fonts/Complex-Security.svg?9ae6tg#Complex-Security") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Complex-Security' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-leftarrow:before {
  content: "\e906";
  color: #9d9d9d;
}

.icon-rightarrow:before {
  content: "\e907";
  color: #9d9d9d;
}

.icon-arrow:before {
  content: "\e900";
  color: #329782;
}

.icon-down-arrow:before {
  content: "\e901";
  color: #fff;
}

.icon-mail:before {
  content: "\e902";
}

.icon-map:before {
  content: "\e903";
  color: #fff;
}

.icon-phone:before {
  content: "\e904";
}

.icon-quotes:before {
  content: "\e905";
  color: #329782;
}

/*--------------------------------------------------------------
# Grids
--------------------------------------------------------------*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col {
  padding-right: 0;
  padding-left: 0;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 73, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 73, 0.25), inset 0 3px 5px rgba(51, 51, 51, 0.125);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-outline {
  color: #009e49;
  background-color: transparent;
  background-image: none;
  border-color: #009e49;
  border-radius: 40px;
  width: 130px;
  height: 40px;
  border: solid 1.5px #009e49;
}
.btn-outline:hover {
  color: #fff;
  background-color: #009e49;
  border-color: #009e49;
}
.btn-outline:focus, .btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 73, 0.5);
}
.btn-outline.disabled, .btn-outline:disabled {
  color: #009e49;
  background-color: transparent;
}
.btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active, .show > .btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #009e49;
  border-color: #009e49;
}
.btn-outline:not(:disabled):not(.disabled):active:focus, .btn-outline:not(:disabled):not(.disabled).active:focus, .show > .btn-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 73, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #009e49;
  background-color: transparent;
}
.btn-link:hover {
  color: #005226;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #666;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  display: block;
  clear: both;
  content: "";
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/
.my-header {
  background-color: #009e49;
  height: 80px;
  position: relative;
  z-index: 99;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .my-header {
    height: 100px;
  }
}
.my-header .header-row {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-header .header-row {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .my-header .header-row {
    justify-content: space-between;
  }
}

.my-header .header-row a {
  color: #fff;
}
.my-header .header-row a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .my-header .header-row a:hover {
    color: #F7ED00;
  }
}
.my-header .header-row .header-col .top-header {
  display: none;
}
@media (min-width: 992px) {
  .my-header .header-row .header-col .top-header {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
  }
}
.my-header .header-row .header-col .top-header a {
  margin-left: 45px;
}
.my-header .header-row .header-col .top-header a i {
  margin-right: 10px;
}
.rm-navigation {
  display: none;
}
@media (max-width: 991.98px) {
  .rm-navigation {
    display: none;
    position: absolute;
    overflow: hidden;
    z-index: 100;
    top: 78px;
    right: 0;
    width: 100%;
    background-color: #009e49;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  }
}
@media (max-width: 991.98px) {
  .rm-navigation li {
    display: block;
    border-bottom: solid 1px #fff;
    padding: 10px 25px;
  }
}
@media (min-width: 992px) {
  .rm-navigation li {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .rm-navigation {
    display: flex;
    justify-content: end;
    margin-top: 10px;
  }
  .rm-navigation a {
    position: relative;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .rm-navigation a {
    padding-left: 40px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .rm-navigation a {
    padding-left: 60px;
  }
}

.supply:after {
  font-family: 'Complex-Security' !important;
  content: "\e901";
  position: absolute;
  right: -20px;
  top: 4px;
  margin-top: 9px;
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 12px;
  opacity: 0;
}
@media (min-width: 992px) {
  .supply:after {
    opacity: 1;
  }
}
.supply:hover {
  color: #F7ED00;
  display: block;
}

.custom-logo-link {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.custom-logo-link img {
  object-fit: contain;
  margin: auto;
}
@media (min-width: 768px) {
  .custom-logo-link img {
    object-fit: cover;
    margin: auto;
  }
}

.logo {
  position: relative;
  z-index: 999;
  width: 160px;
}
@media (max-width: 991.98px) {
  .logo {
    width: 100px;
  }
  .logo img {
    height: 100px;
    object-fit: cover;
  }
}

/* ==========================================
  hamburger-menu
  ========================================== */
.hamburger-menu {
  width: 30px;
  /*left:15px;*/
  position: absolute;
  top: 27px;
  right: 41px;
  cursor: pointer;
  transition: all 250ms ease;
  display: block;
  border-radius: 3px;
  width: 30px;
}

.hamburger-menu span {
  box-sizing: content-box;
  width: 25px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 8px;
  margin: 0 auto;
  background-clip: content-box;
  transition: all 250ms ease;
  padding-top: 5px;
}

@media (min-width: 992px) {
  .hamburger-menu {
    display: none;
  }
}
.hamburger-menu span:first-child {
  top: 4px;
}

.hamburger-menu span:nth-child(2) {
  top: 10px;
  height: 3px;
}

.hamburger-menu span:last-child {
  top: 16px;
}

.hamburger-menu:focus span:first-child,
.mm-close span:first-child {
  transform: rotate(45deg);
  top: 12px;
  left: 7px;
  width: 20px;
}

.hamburger-menu:focus span:nth-child(2),
.mm-close span:nth-child(2) {
  width: 20px;
  opacity: 0;
  left: -20px;
}

.hamburger-menu:focus span:last-child,
.mm-close span:last-child {
  transform: rotate(-45deg);
  top: 12px;
  left: 4px;
  width: 20px;
}

/*=====  hamburger menu  ======*/
/*========================
=            nav-hover            
==========================*/
/*===== End of nav-hover==*/
.menu-wrap {
  padding: 40px 0 0 0;
  margin: 0;
}
@media (min-width: 768px) {
  .menu-wrap {
    padding: 20px 0 0;
  }
}
@media (min-width: 992px) {
  .menu-wrap {
    padding: 0;
  }
}

.main-menu {
  list-style-type: none;
  position: relative;
}

.main-menu a {
  display: block;
}

.sub-menu {
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 15px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  position: relative;
}
.sub-menu ul {
  padding: 0;
}

.sub-menu li {
  list-style-type: none;
  display: block;
  padding: 15px;
}

.sub-menu li a {
  display: block;
}

.sub-menu.addDblock {
  height: 275px;
  height: 100%;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.plus-wrap {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 25px;
  height: 25px;
  border: solid 1px #fff;
  border-radius: 50%;
  z-index: -1;
}
@media (min-width: 992px) {
  .plus-wrap {
    display: none;
  }
}

.plus-wrap span {
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
}

.plus-wrap span:nth-child(1) {
  top: 10px;
  left: 5px;
}

.plus-wrap span:nth-child(2) {
  transform: rotate(-90deg);
  top: 10px;
  left: 5px;
}

.plus-wrap.addPlus span:nth-child(2) {
  display: none;
}

.sourcing-nav-with-img ul li a img {
  display: none;
}

.sourcing-text-box {
  display: none;
}

@media (min-width: 992px) {
  .main-menu {
    list-style-type: none;
    display: inline-block;
    position: static;
  }

  .main-menu a {
    display: block;
  }

  .sub-menu {
    background-color: #009e49;
    margin-top: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 10;
  }

  .main-menu:hover .sub-menu {
    height: 470px;
  }

  .sub-menu li {
    list-style-type: none;
    display: block;
    padding: 0 12px 12px;
  }

  .sub-menu li a {
    display: block;
  }

  .sourcing-mobile-nav {
    display: none;
  }

  .sourcing-desk-nav-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1000px;
    margin: auto;
    padding-top: 30px;
    padding-left: 70px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .sourcing-desk-nav-row {
    padding-left: 300px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .sourcing-desk-nav-row {
    padding-left: 250px;
  }
}
@media (min-width: 992px) {
  .sourcing-desk-nav-row .sourcing-text-box {
    max-width: 280px;
    display: block;
  }
  .sourcing-desk-nav-row .sourcing-text-box h3 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .sourcing-desk-nav-row .sourcing-text-box p {
    line-height: 24px;
    font-size: 16px;
  }
  .sourcing-desk-nav-row .sourcing-text-box .readMore {
    padding: 5px 20px;
    border-radius: 20px;
    border: solid 2px #EF6B1C;
    color: #fff;
    display: inline-block;
  }
  .sourcing-desk-nav-row .sourcing-nav-with-img .menu-image-title {
    padding-top: 5px;
    display: block;
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (min-width: 992px) and (-ms-high-contrast: active) and (min-width: 992px), (min-width: 992px) and (-ms-high-contrast: none) and (min-width: 992px) {
  .sourcing-desk-nav-row {
    display: block;
  }
}

@media (min-width: 992px) {
  .sourcing-nav-with-img ul {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sourcing-nav-with-img ul li {
    flex-basis: 21%;
  }
  .sourcing-nav-with-img ul li a {
    padding-left: 0;
  }
  .sourcing-nav-with-img ul li a img {
    display: block;
    width: 130px;
    height: 110px;
    object-fit: cover;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .sourcing-nav-with-img ul li a img {
    width: 130px;
    height: 110px;
  }
}

.active {
  color: #F7ED00 !important;
  display: block;
}

.my-banner {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .my-banner {
    padding: 174px 0 158px;
  }
}
.my-banner .my-banner-row {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: auto;
}
@media (min-width: 992px) {
  .my-banner .my-banner-row {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .my-banner .my-banner-row .mybanner-col:first-child {
    padding-right: 54px;
    border-right: solid 2px #009e49;
  }
}
@media (min-width: 992px) {
  .my-banner .my-banner-row .mybanner-col:last-child {
    padding-left: 50px;
  }
}
.my-banner .my-banner-row .mybanner-col h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.07;
  text-align: left;
  color: #009e49;
}
@media (min-width: 992px) {
  .my-banner .my-banner-row .mybanner-col h1 {
    font-size: 75px;
    text-align: right;
  }
}
.my-banner .cs-btn {
  display: flex;
}
.my-banner .cs-btn a {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .my-banner .cs-btn a {
    margin-right: 20px;
  }
}

.hero-banner {
  position: relative;
  background-color: #fff;
}
.hero-banner .hero-banner-img img {
  height: 400px;
  object-fit: cover;
}
.hero-banner .banner-caption {
  position: absolute;
  bottom: 72px;
  z-index: 1;
}
.hero-banner .banner-caption h1 {
  font-size: 32px;
  font-weight: 300;
  max-width: 894px;
  color: #fff;
}
.hero-banner .overlay {
  background: #009e49;
  opacity: 0.8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-banner .banner-caption {
  max-width: 752px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  position: absolute;
}
.main-banner .banner-caption h1 {
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .main-banner .banner-caption h1 {
    font-size: 70px;
  }
}
.main-banner .banner-caption p {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}
.main-banner .banner-caption .cs-btn a {
  color: #fff;
  border: solid 1px #fff;
  margin-left: 20px;
}
.main-banner .banner-caption .cs-btn a:hover {
  color: #F7ED00;
  border: solid 1px #F7ED00;
  background-color: transparent;
}

.effect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #009e49;
  text-transform: capitalize;
  background-color: -add your own background-color;
  font-size: 18px;
  max-width: 150px;
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  margin-bottom: auto;
}

.effect.effect-1 {
  transition: all 250ms linear 0s;
}

.effect.effect-1::before {
  content: ">>";
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 250ms linear 0s;
}

.effect.effect-1:hover::before {
  opacity: 1;
  text-indent: 0px;
}

.effect.effect-1:hover {
  text-indent: -20px;
  opacity: 1;
}

.testimonial .testi-header {
  max-width: 786px;
  margin: 0 auto 30px;
  text-align: center;
}
.testimonial .testi-header h2 {
  text-align: center;
  margin-top: 80px;
}
.testimonial .testi-header a {
  display: block;
}
.testimonial .testi-header a:hover {
  text-decoration: none;
}
.testimonial .t-header {
  margin-bottom: 54px;
}
.testi-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 992px) {
  .testi-row {
    justify-content: space-between;
  }
}
.testi-row .testi-col {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: all 400ms ease;
  padding: 45px 30px 60px 60px;
  position: relative;
  transition: 0.3s ease-in-out;
  flex-basis: 100%;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .testi-row .testi-col {
    flex-basis: 44%;
  }
}
@media (min-width: 992px) {
  .testi-row .testi-col {
    flex-basis: 30%;
  }
}
@media (min-width: 1200px) {
  .testi-row .testi-col {
    max-width: 350px;
    flex-basis: 40%;
  }
}
.testi-row .testi-col .testi-details {
  max-width: 250px;
  margin: auto;
}
.testi-row .testi-col .testi-info {
  margin: auto auto 50px;
  transition: 0.3s ease-in-out;
}
.testi-row .testi-col .testi-info:before {
  content: "\e905";
  color: #009e49;
  font-size: 30px;
  position: absolute;
  left: 18px;
  margin-top: -13px;
  font-family: 'Complex-Security' !important;
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .testi-row .testi-col .testi-info:before {
    left: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testi-row .testi-col .testi-info:before {
    letter-spacing: 15px;
  }
}
.testi-row .testi-col .role {
  position: absolute;
  bottom: -5px;
  padding: 20px 0;
}
.testi-row .testi-col .role h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
.testi-row .testi-col .role span {
  font-size: 14px;
}

.myy-testiw {
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.content {
  display: none;
}

.main-testimonial {
  max-width: 1000px;
  margin: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 32px;
  position: relative;
}
@media (min-width: 576px) {
  .main-testimonial {
    padding: 50px 63px 20px 74px;
  }
}
.main-testimonial:before {
  content: "\e905";
  color: #009e49;
  font-size: 30px;
  position: absolute;
  margin-top: -8px;
  font-family: 'Complex-Security' !important;
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#loadMore {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto 0;
  padding: 10px;
  border: 1px solid transparent;
  transition: .3s ease-in-out;
  color: #fff !important;
}

#loadMore {
  margin-top: 60px;
}
#loadMore .icon-arrow:before {
  font-size: 40px;
}

.about-us .about-us-row {
  max-width: 1000px;
  margin: auto;
  margin: 60px auto 60px;
}
@media (min-width: 992px) {
  .about-us .about-us-row {
    margin: 140px auto 170px;
  }
}
.about-us .about-us-row .about-us-col {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 60px 0;
}
@media (max-width: 991.98px) {
  .about-us .about-us-row .about-us-col {
    border: solid 2px #009e49;
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .about-us .about-us-row .about-us-col {
    flex-direction: row;
    margin: 90px 0;
  }
}
.about-us .about-us-row .about-us-col:nth-child(odd) .about-us-info {
  max-width: 600px;
  padding: 20px;
}
@media (min-width: 992px) {
  .about-us .about-us-row .about-us-col:nth-child(odd) .about-us-info {
    padding: 30px 55px 30px 92px;
    border: solid 2px #009e49;
  }
}
@media (min-width: 992px) {
  .about-us .about-us-row .about-us-col:nth-child(odd) .about-us-img {
    left: 60px;
  }
}
.about-us .about-us-row .about-us-col:nth-child(even) {
  flex-direction: column;
}
@media (min-width: 992px) {
  .about-us .about-us-row .about-us-col:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.about-us .about-us-row .about-us-col:nth-child(even) .about-us-info {
  max-width: 600px;
  padding: 20px;
}
@media (min-width: 992px) {
  .about-us .about-us-row .about-us-col:nth-child(even) .about-us-info {
    padding: 80px 94px 30px 80px;
    border: solid 2px #009e49;
  }
}
@media (min-width: 992px) {
  .about-us .about-us-row .about-us-col:nth-child(even) .about-us-img {
    right: 60px;
  }
}
.about-us .about-us-row .about-us-col .about-us-img {
  max-width: 450px;
  position: relative;
}

.our-services {
  padding: 40px 0;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .our-services {
    padding: 80px 0;
  }
}
.our-services h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .our-services h2 {
    margin-bottom: 55px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.my-services {
  background-color: #fff !important;
}

.our-services-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .our-services-row {
    grid-template-columns: 1fr 1fr;
    -ms-grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .our-services-row {
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .our-services-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-template-columns: 1fr 1fr 1fr 1fr;
    flex-basis: 23%;
  }
}
.our-services-row .our-services-col {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
}
@media (max-width: 767.98px) {
  .our-services-row .our-services-col {
    flex-basis: 44%;
  }
}
@media (min-width: 768px) {
  .our-services-row .our-services-col {
    flex-basis: 28%;
    margin: 15px;
  }
}
@media (min-width: 992px) {
  .our-services-row .our-services-col {
    flex-basis: 21%;
  }
}
@media (min-width: 1200px) {
  .our-services-row .our-services-col {
    flex-basis: 22%;
  }
}
.our-services-row .our-services-col a {
  color: #fff;
}
.our-services-row .our-services-col .os-header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to bottom, #009e49, #41ac25);
}
.our-services-row .our-services-col .os-header h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 15px;
  color: #fff !important;
}
@media (min-width: 768px) {
  .our-services-row .our-services-col .os-header h3 {
    padding: 20px;
  }
}

.get-access {
  background-image: linear-gradient(to bottom, #009e49, #43ad25);
  text-align: center;
  color: #fff;
  padding: 80px 0;
  margin: 60px 0 0;
}
.get-access .get-access-info {
  max-width: 685px;
  margin: auto;
}
.get-access p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 24px;
}
.get-access a {
  color: #fff;
  border: solid 1px #fff;
}
.get-access a:hover {
  border: solid 1px #F7ED00;
  color: #F7ED00;
}

.abut {
  padding: 50px 0 20px;
}
@media (min-width: 992px) {
  .abut {
    padding: 100px 0 30px;
  }
}
.abut .abut-row {
  display: flex;
  flex-basis: 50%;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .abut .abut-row {
    flex-direction: row;
  }
}
.abut .abut-col:first-child {
  max-width: 465px;
  margin: auto;
}
.abut .abut-col:last-child {
  max-width: 425px;
  margin: auto;
}
.abut .abut-col a {
  color: #333;
}
.abut .abut-col a:hover {
  color: #fff;
}

.why-choose-us {
  margin: 20px 0 60px;
}
@media (min-width: 576px) {
  .why-choose-us {
    margin: 50px 0 50px;
  }
}
@media (min-width: 992px) {
  .why-choose-us {
    margin: 100px 0 100px;
  }
}
.why-choose-us .why-choose-us-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .why-choose-us .why-choose-us-row {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .why-choose-us .why-choose-us-row .why-choose-us-col:first-child {
    max-width: 500px;
    margin: auto;
  }
}
.why-choose-us .why-choose-us-row .why-choose-us-col:last-child {
  display: flex;
  flex-wrap: wrap;
  max-width: 425px;
  margin: 20px auto;
}
.why-choose-us .why-choose-us-row .why-choose-us-col:last-child .why-choose-us-icons {
  padding: 20px 10px;
  width: 140px;
  height: 150px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 10px;
  margin: 10px;
}
@media (min-width: 576px) {
  .why-choose-us .why-choose-us-row .why-choose-us-col:last-child .why-choose-us-icons {
    width: 170px;
  }
}
.why-choose-us .why-choose-us-row .why-choose-us-col:last-child .why-choose-us-icons img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: auto;
}
.why-choose-us .why-choose-us-row .why-choose-us-col:last-child .why-choose-us-icons span {
  font-size: 14px;
  text-align: center;
  display: block;
  color: #333;
  margin-top: 20px;
}

.gallery {
  background: #f5f5f5;
  position: relative;
  padding: 40px 0;
}
.gallery .owl-carousel .owl-item img {
  height: 230px;
  object-fit: cover;
}
.gallery .owl-nav {
  display: none;
}
@media (min-width: 576px) {
  .gallery .owl-nav {
    display: block;
  }
}
.gallery .owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
}
@media (min-width: 768px) {
  .gallery .owl-prev {
    left: -30px;
  }
}
@media (min-width: 992px) {
  .gallery .owl-prev {
    left: -25px;
  }
}
@media (min-width: 1200px) {
  .gallery .owl-prev {
    left: -80px;
  }
}
.gallery .owl-next {
  position: absolute;
  top: 50%;
  right: -30px;
}
@media (min-width: 768px) {
  .gallery .owl-next {
    right: -30px;
  }
}
@media (min-width: 992px) {
  .gallery .owl-next {
    right: -30px;
  }
}
@media (min-width: 1200px) {
  .gallery .owl-next {
    right: -80px;
  }
}
.gallery i {
  font-size: 25px;
}
@media (min-width: 768px) {
  .gallery i {
    font-size: 35px;
  }
}

.services-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 60px 0;
}
@media (min-width: 768px) {
  .services-row {
    flex-direction: row;
  }
}
.services-row .services-col {
  flex-basis: 48%;
  padding: 5px;
}
@media (max-width: 767.98px) {
  .services-row .services-col {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .services-row .services-col:first-child img {
    position: sticky;
    top: 40px;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.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;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.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-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.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 {
  display: block;
  width: 100%;
}

.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;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  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 {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */
}

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

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  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;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -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;
  background-size: contain;
  transition: opacity 400ms ease;
}

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.contact {
  background-color: #FCFCFC;
}

.contact-form {
  margin: 80px 0;
}
@media (min-width: 768px) {
  .contact-form {
    margin: 160px 0;
  }
}
.contact-form .cf-row {
  position: relative;
  background-color: #fff;
}
@media (min-width: 768px) {
  .contact-form .cf-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: auto;
  }
}
.contact-form .cf-row:hover {
  box-shadow: 1px 0px 5px -2px #3d3c3d;
  transition: all .5s ease-in-out;
}
.contact-form .cf-row h2 {
  font-size: 25px;
  color: #fff;
}
.contact-form .cf-row .cf-col:first-child {
  background-color: #009e49;
  flex-basis: 100%;
  padding: 25px 15px;
}
@media (min-width: 768px) {
  .contact-form .cf-row .cf-col:first-child {
    padding: 46px 0 0px 26px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-form .cf-row .cf-col:first-child {
    flex-basis: 60%;
  }
}
.contact-form .cf-row .cf-col:first-child .contact-info {
  max-width: 330px;
}
.contact-form .cf-row .cf-col:first-child .contact-info h3 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 40px;
  color: #fff;
}
.contact-form .cf-row .cf-col:first-child .contact-info p {
  color: #fff;
}
.contact-form .cf-row .cf-col:first-child ul {
  padding: 0;
}
@media (min-width: 768px) {
  .contact-form .cf-row .cf-col:first-child ul {
    padding: 0 0 70px 0;
  }
}
.contact-form .cf-row .cf-col:first-child ul li {
  list-style-type: none;
  font-size: 15px;
  line-height: 40px;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #fff;
}
.contact-form .cf-row .cf-col:first-child ul li i {
  font-size: 21px;
  padding-right: 12px;
}
.contact-form .cf-row .cf-col:first-child ul li .icon-mail:before, .contact-form .cf-row .cf-col:first-child ul li .icon-phone:before {
  color: #fff;
  display: block;
}
.contact-form .cf-row .cf-col:first-child ul li a {
  color: #fff;
}
.contact-form .cf-row .cf-col:first-child ul li a:hover {
  color: #F7ED00;
}
.contact-form .cf-row .cf-col:last-child {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 6px 25px 0 rgba(114, 114, 114, 0.16);
  transition: all .5s ease-in-out;
}
@media (min-width: 768px) {
  .contact-form .cf-row .cf-col:last-child {
    width: 400px;
    position: absolute;
    right: 60px;
    padding: 15px 35px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991.98px) {
  .contact-form .cf-row .cf-col:last-child {
    right: 0;
    width: 330px;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .contact-form .cf-row .cf-col:last-child {
    top: 0px;
  }
}

.contact-form .cf-row .cf-col:last-child .rm-form .form-field input {
  padding: 32px 0  10px 0;
  font-size: 14px;
  width: 100%;
  border: solid 1px;
  border-color: transparent transparent #B0B0B0;
}
.contact-form .cf-row .cf-col:last-child .rm-form .form-field textarea {
  font-size: 14px;
  padding: 20px 0  0;
  width: 100%;
  height: 125px;
  border: solid 1px;
  border-color: transparent transparent #B0B0B0;
}
.contact-form .cf-row .cf-col:last-child .rm-form .rm-btn .btn {
  color: #0A1E33 !important;
  padding: 5px 0;
  width: 250px;
  margin: 25px auto 10px;
  display: block;
}
@media (max-width: 991.98px) {
  .contact-form .cf-row .cf-col:last-child .rm-form .rm-btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .contact-form .cf-row .cf-col:last-child .rm-form .rm-btn .btn {
    width: 250px;
    display: block;
  }
}
.contact-form .cf-row .cf-col:last-child .rm-form .rm-btn .ajax-loader {
  visibility: hidden;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
}

.cf-row:hover .cf-col:last-child {
  box-shadow: 1px 0px 5px -2px #3d3c3d;
  transition: all .5s ease-in-out;
}

/* STYLES SPECIFIC TO FOOTER  */
.site-footer {
  background-color: #f5f5f5;
  color: #fff;
  clear: both;
  line-height: 36px;
  margin-top: 80px;
}

.site-footer a {
  color: #666;
}

.site-footer a:hover {
  text-decoration: underline;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
}
@media (min-width: 992px) {
  .row {
    flex-wrap: nowrap;
    align-items: unset;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.site-info {
  text-align: center;
  font-size: 14px;
  background-color: #009e49;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .site-info .container {
    display: flex;
    justify-content: space-between;
  }
}
.site-info .container p {
  margin: 0;
}
.site-info .container a {
  color: #fff;
}

.site-info i {
  color: #ffd700;
  margin-left: 6px;
  display: inline-block;
}

.-sf .col {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 15px;
}
.-sf .col p {
  margin: 0;
}
@media (max-width: 768px) {
  .-sf .col {
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
  }
}
@media (min-width: 992px) {
  .-sf .col {
    width: unset;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .-sf .col {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .-sf .col {
    width: 50%;
    text-align: left;
    padding: unset;
  }

  .-sf .col:last-child {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .-sf .col {
    text-align: left;
    margin-bottom: 0;
    padding: unset;
  }
}
.f-links {
  display: flex;
  text-align: left !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .f-links {
    justify-content: space-between;
  }
}
.-sf .col .half {
  float: left;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .-sf .col .half {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

.-sf ul {
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  margin: 0;
}
@media (max-width: 767px) {
  .-sf ul {
    text-align: center;
  }
}

.-sf h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #d6b449;
  font-weight: 400;
}

.f-logo span {
  font-size: 25px;
  font-weight: 300;
  display: block;
}

.f-logo {
  max-width: 250px;
}

@media (max-width: 576px) {
  .f-logo {
    max-width: 250px !important;
  }
}
@media (min-width: 992px) {
  .f-links {
    justify-content: space-evenly;
  }

  .-sf .col .half {
    width: unset;
    padding-right: unset;
  }
}
.k-social {
  margin-top: 25px !important;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .k-social {
    justify-content: start;
    padding-left: 15px !important;
  }
}
@media (min-width: 992px) {
  .k-social {
    justify-content: center;
  }
}
.k-social li a {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: all 0.5s ease;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.k-social li a i {
  color: #d6b449;
  transition: all 0.5s ease;
  font-size: 16px;
}

.k-social li a:hover {
  text-decoration: none;
}

.k-social li.facebook a:hover {
  border-color: #3b5998;
  box-shadow: 0 0 15px #3b5998;
}

.k-social li.facebook a:hover i:before {
  color: #3b5998;
}

.k-social li.twitter a:hover {
  border-color: #1da1f2;
  box-shadow: 0 0 15px #1da1f2;
}

.k-social li.twitter a:hover i:before {
  color: #1da1f2;
}

.k-social li.instagram a:hover {
  border-color: #bc2a8d;
  box-shadow: 0 0 15px #bc2a8d;
}

.k-social li.instagram a:hover i:before {
  color: #bc2a8d;
}

.k-social li.googleplus a:hover {
  border-color: #dc4e41;
  box-shadow: 0 0 15px #dc4e41;
}

.k-social li.googleplus a:hover i:before {
  color: #dc4e41;
}

.k-social li.github a:hover {
  border-color: #000;
  box-shadow: 0 0 15px #000;
}

.k-social li.github a:hover i:before {
  color: #000;
}

.k-social li.linkedin a:hover {
  border-color: #0077b5;
  box-shadow: 0 0 15px #0077b5;
}

.k-social li.linkedin a:hover i:before {
  color: #0077b5;
}

.k-social li.youtube a:hover {
  border-color: #f00;
  box-shadow: 0 0 15px #f00;
}

.k-social li.youtube a:hover i:before {
  color: #f00;
}

.f-contact {
  line-height: 35px;
}

.f-contact address {
  font-size: 16px;
  font-style: normal;
  color: #666;
  text-align: center;
}
@media (min-width: 768px) {
  .f-contact address {
    text-align: left;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

/*=====  End of footer bottom  ======*/
/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #333;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}

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