@charset "UTF-8";

/* CSS Document */
/*------------------------------------------------------------------

emplate Name:      Arkos
Version:            1.0.0
Created Date:       12/11/2018
Author:             twoiq

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        4.10 New DNA Block
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers

13. Media Queries

------------------------------------------------------------------*/
/*-----------------------------------
    1. Body / Typography
-----------------------------------*/
@font-face {
  font-family: adamFomt;
  src: url(../fonts/adam-cg/ADAM.CG.otf);
}

body {
  font-size: 18px;
  background-color: #fff;
  color: #000;
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #18150d;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p {
  margin-bottom: 40px;
}

p:last-child {
  margin-bottom: 0px;
}

ul, ol {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

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

b, strong {
  font-weight: 400;
}

.listnone {
  list-style: none;
  padding: 0px;
}

.lead {
  font-size: 21px;
  color: #3c3c3c;
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.small-text {
  color: #b4b1ac;
  font-size: 12px;
}

.text-caps {
  text-transform: uppercase;
  letter-spacing: 2px;
}

::selection {
  background: #ed1b2c;
  color: #FFFFFF;
}

h3 small {
  font-weight: 400;
  line-height: 1;
  color: #A48431;
  font-size: 14px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f1f3f8;
}

blockquote {
  padding: 10px 20px;
  margin: 0px;
  font-size: 21px;
  line-height: 32px;
  color: #3c3c3c;
  font-style: italic;
  border-left: 5px solid #A48431;
}

@media(max-width:1440px) {
  body {
    font-size: 16px;
  }

  p {
    margin-bottom: 20px;
  }
}

/*-------------- align ------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 0px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 0px 30px 0px 0;
}

a img.alignright {
  float: right;
  margin: 0px 0 30px 30px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*-----------------------------------
    2. Form css
-----------------------------------*/
.control-label {
  color: #474747;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.form-control {
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  border: 2px solid #dadbde;
  background-image: none;
  border-radius: 0px;
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, .075);
  -moz-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .075);
  -webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .075);
  -ms-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .075);
  -o-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .075);
  margin-bottom: 15px;
}

.form-control:focus {
  border-color: #bab6ae;
  outline: 0;
  box-shadow: inset 0 3px 3px rgba(255, 255, 255, .075), 0 0 8px rgba(235, 237, 238, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px rgba(255, 255, 255, .6);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px rgba(255, 255, 255, .6);
  -ms-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px rgba(255, 255, 255, .6);
  -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px rgba(255, 255, 255, .6);
  background-color: #fffefd;
}

.textarea.form-control {
  background-color: #f6f8f9;
  height: auto;
}

.form-news-letter .form-control {
  float: left;
  width: 75%;
  margin-right: 10px;
}

.form-group {
  margin-bottom: 20px;
}

.get-in-touch .form-control {
  margin-bottom: 10px;
}

@media(max-width:768px) {
  .form-control {
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
  }

  textarea {
    max-height: 100px;
  }
}

/*-----------------------------------
    3. Buttons
-----------------------------------*/
.button {
  display: inline-block;
  padding: 10px 30px;
  letter-spacing: 1px;
  line-height: 1.42857143;
  text-align: center;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
}

.button.outline {
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
}

.button.outline.white {
  color: #FFFFFF;
  background-color: transparent;
  border: 2px solid #fff;
}

.button.bg-black {
  background-color: #000000 !important;
}

.btn-white:hover {
  background-color: #8e7424;
  border-color: #8e7424;
  color: #fff;
}

.btn-white.focus, .btn-white:focus {
  background-color: #8e7424;
  border-color: #8e7424;
  color: #fff;
}

.btn-link {
  color: #98989c;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  border-bottom: 1px solid #98989c;
  padding-bottom: 2px;
}

.btn-link:hover {
  color: #A48431;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #A48431;
}

.btn-lg {
  font-size: 14px;
  padding: 20px 30px;
}

.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
}

.btn-xs {
  font-size: 12px;
  padding: 5px 7px;
}

/*-----------------------------------
    4. General / Elements
-----------------------------------*/
.page-wrapper {
  margin-top: -60px;
}

@media(max-width:768px) {
  .page-wrapper {
    margin-top: -05px;
  }
}

/*-----------------------
    4.1 Section space :
-------------------------*/
/*Note: Section space help to create top bottom space;*/
.space-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.space-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.space-large {
  padding-top: 120px;
  padding-bottom: 120px;
}

.space-ex-large {
  padding-top: 140px;
  padding-bottom: 140px;
}

/*----------------------
   4.2 Margin Space
-----------------------*/
.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

/*----- less margin space from top --*/
.mt-20 {
  margin-top: -20px;
}

.mt-40 {
  margin-top: -40px;
}

.mt-60 {
  margin-top: -60px;
}

.mt-80 {
  margin-top: -80px;
}

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding {
  padding: 0px;
}

.nopr {
  padding-right: 0px;
}

.nopl {
  padding-left: 0px;
}

.pinside10 {
  padding: 10px;
}

.pinside20 {
  padding: 20px;
}

.pinside30 {
  padding: 30px;
}

.pinside40 {
  padding: 40px;
}

.pinside50 {
  padding: 50px;
}

.pinside60 {
  padding: 60px;
}

.pinside80 {
  padding: 80px;
}

.pinside130 {
  padding: 130px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt60 {
  padding-top: 60px;
}

.pdt80 {
  padding-top: 80px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb60 {
  padding-bottom: 60px;
}

.pdb80 {
  padding-bottom: 80px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl30 {
  padding-left: 30px;
}

.pdl40 {
  padding-left: 40px;
}

.pdl60 {
  padding-left: 60px;
}

.pdl80 {
  padding-left: 80px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr30 {
  padding-right: 30px;
}

.pdr40 {
  padding-right: 40px;
}

.pdr60 {
  padding-right: 60px;
}

.pdr80 {
  padding-right: 80px;
}

/*--------------------------------
4.4 Background & Block color
----------------------------------*/
.bg-light {
  background-color: #f4f1ec;
}

.bg-primary {
  background-color: #A48431;
}

.bg-default {
  background-color: #f4f1ec;
}

.bg-white {
  background-color: #fff;
}

.section-title {
  position: relative;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 20px !important;
  text-align: center;
  display: inline-block;
}

.block-title {
  position: relative;
  margin-bottom: 20px !important;
  display: inline-block;
  font-weight: 500;
}

.block-title::after,
.section-title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 119px;
  top: 130%;
  height: 2.5px;
  background-color: #c31d26;
}

.block-title::after {
  top: 120%;
  width: 96px;
}

.block-title.white::after,
.section-title.white::after {
  background-color: #FFFFFF;
}

.block-title.yellow::after,
.section-title.yellow::after {
  background-color: #fade07;
}

.block-title.black::after,
.section-title.black::after {
  background-color: #000000;
}

.title {
  color: #18150d;
}

.small-title {
  color: #84837f;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.text-white {
  color: #fff;
}

.well-block {
  background-color: #fff;
  padding: 40px;
}

@media(max-width:1440px) and (min-width:1125px) {
  .section-title {
    font-size: 40px;
  }
}

@media(max-width:1124px) and (min-width:992px) {
  .section-title {
    font-size: 36px;
  }
}

@media(max-width:991px) and (min-width:768px) {
  .section-title {
    font-size: 32px;
  }

  .block-title {
    font-size: 22px;
  }
}

@media(max-width:767px) {
  .section-title {
    font-size: 30px;
  }
}

@media(max-width:560px) {
  .section-title {
    font-size: 26px;
  }
}

/*--------------------------------
4.5 Features Block
----------------------------------*/
.feature-icon {
  margin-bottom: 20px;
}

.feature-left .feature-icon {
  float: left;
}

.feature-left .feature-content {
  padding-left: 80px;
}

/*----------------- video ---------------*/
.video-section {
  position: relative;
}

.video-img {
  position: relative;
}

.video-img img {
  width: 100%;
}

.video-action {
  position: absolute;
  top: 40%;
  left: 47%;
}

/*--------------------------------
4.6 Bullet
----------------------------------*/
.bullet {
  position: relative;
  padding-left: 15px;
  color: #78807e;
  line-height: 32px;
}

.bullet-double-right li:before {
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  width: 13px;
  font-size: 14px;
  color: #78807e;
  content: "\f101";
}

/*--------------------------------
4.7 Call to actions
----------------------------------*/
.cta-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 10px;
}

.cta-text {
  font-size: 18px;
  color: #a2fed4;
}

.cta-section {
  padding-top: 140px;
  padding-bottom: 140px;
  background: linear-gradient(rgba(30, 28, 24, 0.8), rgba(30, 28, 24, 0.8)), rgba(30, 28, 24, 0.8) url(../images/cta-section-img.jpg) no-repeat center;
  background-size: cover;
}

.cta-title {
  font-size: 36px;
  color: #fff;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.cta-text {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}

/*--------------------------------
4.8 Image Hover Effect
----------------------------------*/
.imghover {
  display: block;
  position: relative;
  max-width: 100%;
}

.imghover::before, .imghover::after {
  display: block;
  position: absolute;
  content: "";
  text-align: center;
  opacity: 0;
}

.imghover::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.imghover::after {
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0 -25px;
  content: "\f2a8";
  font-family: "FontAwesome";
  font-size: 36px;
}

.imghover:hover::before, .imghover:hover::after {
  opacity: 1;
}

.imghover:hover::before {
  background: rgba(212, 27, 44, .55);
}

.imghover:hover::after {
  color: #FFFFFF;
}

[class^='imghvr-'], [class*=' imghvr-'] {
  background: rgba(211, 0, 80, .55);
}

/*--------------------------------
4.9 Icon
----------------------------------*/
.icon-1x {
  font-size: 18px;
}

/* default icon size of font*/
.icon-2x {
  font-size: 38px;
}

.icon-4x {
  font-size: 65px;
}

.icon-6x {
  font-size: 88px;
}

.icon-8x {
  font-size: 108px;
}

.icon-default {
  color: #A48431;
}

.icon-primary {
  color: #474954;
}

.icon-secondary {
  color: #fff;
}

.icon-white {
  color: #fff;
}

/*--------------------------------
4.10 New DNA Block
----------------------------------*/
.arkos-new-dna-block ul {
  padding-left: 0px;
}

.arkos-new-dna-block ul .new-dna-block {
  display: inline-flex;
  width: 20%;
  min-height: 270px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 10px;
  margin-left: -4.7px;
}

.arkos-new-dna-block ul .new-dna-block:first-child {
  margin-left: 0px;
}

.arkos-new-dna-block ul .new-dna-block .content-block {
  margin: auto;
}

@media(max-width:1440px) {
  .arkos-new-dna-block ul .new-dna-block {
    min-height: 220px;
  }
}

@media(max-width:1024px) {
  .arkos-new-dna-block ul .new-dna-block {
    display: flex;
    width: 100%;
    max-width: 360px;
    margin: 20px auto;
  }

  .arkos-new-dna-block ul .new-dna-block:first-child {
    margin-left: auto;
  }
}

/*--------------------------------
5 Header / Navigations
----------------------------------*/
/*--------------------
    5.1 Header Regular
   ----------------------*/
.logo {
  width: 100px
}

.header {
  background-color: transparent;
  z-index: 9999;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 10px solid rgba(237, 27, 44, 0.77);
}

.top-text {
  text-align: right;
}

.top-text .text-block {
  padding-left: 20px;
  color: #fff;
  line-height: 18px;
}

@media(min-width:1600px) {
  .logo {
    width: 130px
  }
}

@media(max-width:992px) {
  .logo {
    width: 70px
  }
}

/*--------------------------
    5.2 Navigations Regular
----------------------------*/
.navigation {
  float: right;
}

#sticky-wrapper {
  max-height: 60px;
}

.is-sticky .header {
  width: 100% !important;
  min-width: 100% !important;
  background-color: rgba(237, 27, 44, 1);
}

#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#navigation ul {
  display: inline-block;
  text-align: center;
}

#navigation>ul:after {
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#navigation #menu-button {
  display: none;
}

#navigation {
  position: relative;
  background-color: rgba(237, 27, 44, 0.77);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation::before {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  border-top: 49px solid rgba(237, 27, 44, 0.77);
  border-right: 30px solid transparent;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation::after {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  border-top: 49px solid rgba(237, 27, 44, 0.77);
  border-left: 30px solid transparent;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.is-sticky .header #navigation::before,
.is-sticky .header #navigation::after {
  border-color: transparent;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.is-sticky .header #navigation {
  background-color: transparent;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation>ul>li {
  float: left;
}

#navigation.align-center>ul {
  font-size: 0;
  text-align: center;
}

#navigation.align-center>ul>li {
  display: inline-block;
  float: none;
}

#navigation.align-center ul ul {
  text-align: left;
}

#navigation.align-right>ul>li {
  float: right;
}

#navigation>ul>li>a {
  position: relative;
  padding: 20px;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 9;
}

#navigation>ul>li>a::before {
  content: "";
  font-size: 12px;
  left: 50%;
  position: absolute;
  text-shadow: 0 0 transparent;
  top: 82%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: 0px;
  background-color: #fade07;
  width: 0%;
  z-index: -1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation>ul>li.active>a::before,
#navigation>ul>li>a:hover::before {
  height: 2px;
  width: 75%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation>ul>li:hover>a {
  color: #FFFFFF;
}

#navigation .caret {
  border-top: 9px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-top: -3px;
}

#navigation .dropdown-menu {
  background-color: transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#navigation ul ul {
  position: absolute;
  left: -9999px;
  /* max-height: 232px; */
  /* overflow: hidden;
  overflow-y: auto; */
}

#navigation.align-right ul ul {
  text-align: right;
}

#navigation ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation li:hover>ul {
  left: 0;
}

#navigation.align-right li:hover>ul {
  left: auto;
  right: 0;
}

#navigation li:hover>ul>li {
  height: 46px;
}

#navigation ul ul ul {
  margin-left: 100%;
  top: 0;
}

#navigation.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#navigation ul ul li a {
  padding: 16px 8px;
  width: 250px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  background: rgba(237, 27, 44, 0.77);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(250, 222, 0.77);
}

#navigation ul ul li:last-child a {
  /*   border: none */
}

#navigation ul ul li:last-child>a, #navigation ul ul li.last-item>a {
  border-bottom: 0;
}

#navigation ul ul li:hover>a, #navigation ul ul li a:hover {
  color: #ffffff;
  background-color: rgba(237, 27, 44, 1);
}

#navigation ul ul li.has-sub>a:after {
  position: absolute;
  top: 20px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}

#navigation.align-right ul ul li.has-sub>a:after {
  right: auto;
  left: 11px;
}

#navigation ul ul li.has-sub>a:before {
  position: absolute;
  top: 17px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation.align-right ul ul li.has-sub>a:before {
  right: auto;
  left: 14px;
}

#navigation ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0;
}

#navigation.small-screen {
  width: 100%;
  overflow: hidden;
}

#navigation.small-screen ul {
  width: 100%;
  display: none;
}

#navigation.small-screen.align-center>ul {
  text-align: left;
}

#navigation.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(255, 222, 7, 0.5);
}

#navigation.small-screen ul ul li, #navigation.small-screen li:hover>ul>li {
  height: auto;
  position: relative;
  display: inline-table;
}

#navigation.small-screen ul li a, #navigation.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
  padding: 20px 15px;
}

#navigation.small-screen>ul>li {
  float: none;
}

#navigation.small-screen ul ul li a {
  padding-left: 25px;
}

#navigation.small-screen ul ul ul li a {
  padding-left: 35px;
}

#navigation.small-screen ul ul li a {
  color: #FFFFFF;
  background: none;
}

#navigation.small-screen ul ul li:hover>a, #navigation.small-screen ul ul li.active>a {
  color: #FFFFFF;
}

#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

#navigation.small-screen ul ul li,
#navigation.small-screen ul ul ul li,
#navigation.small-screen.align-right ul ul li {
  border-bottom: 1px solid rgba(255, 222, 7, 0.5);
}

#navigation.small-screen>ul>li.has-sub>a:after, #navigation.small-screen>ul>li.has-sub>a:before, #navigation.small-screen ul ul>li.has-sub>a:after, #navigation.small-screen ul ul>li.has-sub>a:before {
  display: none;
}

#navigation.small-screen #menu-button {
  display: block;
  padding: 15px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

#navigation.small-screen #menu-button:after {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 12px;
  width: 20px;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  content: '';
}

#navigation.small-screen #menu-button:before {
  content: '';
  position: absolute;
  top: 21px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #FFFFFF;
}

#navigation.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#navigation.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #FFFFFF;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#navigation.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid #fade07;
  height: 44px;
  width: 53px;
  cursor: pointer;
}

#navigation.small-screen .submenu-button.submenu-opened {}

#navigation.small-screen ul ul .submenu-button {
  height: 44px;
  width: 34px;
}

#navigation.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fade07;
  content: '';
}

#navigation.small-screen ul ul .submenu-button:after {
  top: 20px;
  right: 13px;
}

#navigation.small-screen .submenu-button.submenu-opened:after {
  background: #fade07;
}

#navigation.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 23px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fade07;
  content: '';
}

#navigation.small-screen ul ul .submenu-button:before {
  top: 17px;
  right: 16px;
}

#navigation.small-screen .submenu-button.submenu-opened:before {
  display: none;
}

#navigation.small-screen.select-list {
  padding: 5px;
}

#navigation.small-screen ul li {
  width: 100%;
  border-top: 0px solid rgba(255, 222, 7, 0.5);
}

#navigation.small-screen>ul>li {
  border-bottom: 1px solid rgba(255, 222, 7, 0.5);
  display: inline-block;
}

#navigation.small-screen>ul>li:last-child {
  border-bottom: 0px solid rgba(255, 222, 7, 0.5);
}

#navigation.small-screen>ul>li.active>a,
#navigation.small-screen>ul>li>a:hover {
  background-color: #fade07;
  color: #000;
}

#navigation.small-screen>ul>li.active>a::before,
#navigation.small-screen>ul>li>a:hover::before {
  top: 0;
  width: 0;
}

@media(min-width:769px) {
  #navigation>ul>li>a {
    padding-top: 10px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  #navigation ul ul {
    text-align: left;
  }
}

@media(max-width:1240px) and (min-width:993px) {
  #navigation>ul>li>a {
    padding: 14px;
    font-size: 14px;
  }

  #navigation::after {
    left: -25px;
    border-top: 45px solid rgba(237, 27, 44, 0.77);
    border-left: 25px solid transparent;
  }

  #navigation::before {
    right: -25px;
    border-top: 45px solid rgba(237, 27, 44, 0.77);
    border-right: 25px solid transparent;
  }
}

@media(max-width:992px) and (min-width:768px) {
  #navigation>ul>li>a {
    font-size: 12px;
    padding: 14px;
  }
}

@media(max-width:992px) {
  #navigation::after {
    left: -25px;
    border-top: 43px solid rgba(237, 27, 44, 0.77);
    border-left: 25px solid transparent;
  }

  #navigation::before {
    right: -25px;
    border-top: 43px solid rgba(237, 27, 44, 0.77);
    border-right: 25px solid transparent;
  }
}

@media(max-width:768px) {
  .header {
    background-color: rgba(237, 27, 44, 1);
    border-top: 0;
  }

  .header .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #navigation.small-screen ul {
    background-color: rgba(0, 0, 0, 0);
  }

  .caret {
    display: none;
  }

  #navigation>ul>li.active>a::before, #navigation>ul>li>a:hover::before {
    top: 100%;
    width: 100%;
  }

  #navigation.small-screen ul li a, #navigation.small-screen ul ul li a {
    padding: 15px 15px;
    font-size: 14px;
  }
}

/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/
.page-header {
  background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/page-header.jpg) no-repeat center;
  background-size: cover;
  margin: 0;
  border-bottom: none;
  padding-bottom: 0px;
}

.page-caption {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.page-title {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1px;
}

.page-breadcrumb .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

/*-----------------------------------
    6. Slider
-------------------------------------*/
/*-----------------------------------
7. Content
-------------------------------------*/
.content {}

/*-----------------------------------
8. Footer
-------------------------------------*/
.footer {
  background-image: url(../image/footer_bg_image.jpg);
  background-position: center center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-block {
  padding: 20px 0px 20px 0px;
  border-radius: 10px;
}

footer aside {
  margin-bottom: 20px;
}

footer aside:last-of-type {
  margin-bottom: 0px;
}

footer .arkos-contact-info {
  /* padding-top: 10px; */
}

footer .arkos-contact-info p {
  position: relative;
  color: #FFFFFF;
  padding-left: 25px;
  margin-bottom: 15px;
  /* margin-top: -5px; */
}

footer .arkos-contact-info p a {
  color: #FFFFFF
}

footer .arkos-contact-info p i {
  position: absolute;
  left: 0;
  top: 5px;
}

footer .arkos-contact-info p i.arkos-mail-icon {
  content: '';
  position: absolute;
  background-image: url(../image/mail-symbol.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 9px;
  width: 19px;
  height: 15px;
}

footer .social-links {
  padding-left: 0;
}

footer .social-links li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

footer .social-links li:first-child {
  padding-left: 0px;
}

footer .social-links li:last-child {
  padding-right: 0px;
}

footer .social-links li a {
  color: #fade07;
  font-size: 20px;
}

.footer-top-block {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.footer-top-block img {
  display: block;
  max-width: 120px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.footer-top-block .textwidget h3 {
  font-size: 17px;
  line-height: 1.3;
}

.footer-block .footer-widget .widget-title {
  text-transform: uppercase;
  font-size: 22px;
}

.footer-block .footer-widget ul.menu {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.footer-block .footer-widget ul.menu li {
  padding-top: 03px;
  padding-bottom: 03px;
}

.footer-block .footer-widget ul.menu li a {
  color: #FFFFFF;
}

.footer-widget p {
  color: #747474;
}

.footer-widget .widget-title {
  color: #fff;
  font-weight: 600;
  padding-bottom: 00px;
  margin-bottom: 20px;
}

.footer-widget li a {
  color: #747474;
  line-height: 34px;
}

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

.footer-widget li a:hover {
  color: #A48431;
}

.footer-social ul {
  margin-top: -10px;
}

.footer-social ul li a i {
  padding-right: 10px;
  width: 30px;
}

.footer-social ul li a:hover i {
  color: #A48431;
}

.footer .contact li {
  position: relative;
  padding-left: 40px;
  display: block;
  margin-bottom: 8px;
  padding: 0 0 8px 40px;
  color: #747474;
}

.footer .contact li i {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  font-size: 16px;
  text-align: center;
}

.widget-newsletter .form-control {
  height: 48px;
  color: #eee;
  background-color: #393836;
  border: none;
  box-shadow: none;
  font-size: 14px;
  border-radius: 30px 0px 0px 30px;
}

.widget-newsletter button {
  height: 48px;
}

@media(max-width:1440px) {
  .footer-block .footer-widget .widget-title {
    font-size: 18px;
  }

  .footer-top-block img {
    max-width: 90px !important;
  }

  .footer-top-block aside {
    margin-bottom: 10px;
  }

  .footer-block {
    padding-bottom: 10px;
  }

  .footer-top-block {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

@media(max-width:768px) {
  .footer-block {
    padding: 20px;
  }
}

/*-------------- tiny footer ------------*/
.tiny-footer {
  background-color: #c31d26;
  font-size: 12px;
  color: #56575e;
  text-align: center;
}

.copyright-content {
  font-size: 16px;
  padding: 18px;
  color: #FFFFFF;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .navigation {
    float: none;
  }

  .hero-title {
    font-size: 25px;
    line-height: 40px;
  }

  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .comment-info {
    padding-left: 100px;
  }

  .cta-title {
    font-size: 26px;
    line-height: 40px;
  }

  .cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-widget {
    margin-bottom: 20px;
  }

  .page-title {
    font-size: 20px;
  }

  .page-caption {
    padding: 80px 0px;
  }

  .childern .comment-info {
    padding-left: 90px;
  }

  .childern {
    padding-left: 0px;
    list-style: none;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .navigation {
    float: none;
  }

  .hero-title {
    font-size: 25px;
    line-height: 40px;
  }

  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .comment-info {
    padding-left: 100px;
  }

  .cta-title {
    font-size: 26px;
    line-height: 40px;
  }

  .cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-widget {
    margin-bottom: 20px;
  }

  .page-title {
    font-size: 20px;
  }

  .page-caption {
    padding: 80px 0px;
  }

  .childern .comment-info {
    padding-left: 90px;
  }

  .childern {
    padding-left: 0px;
    list-style: none;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .navigation {
    float: none;
  }

  .hero-title {
    font-size: 25px;
    line-height: 40px;
  }

  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .comment-info {
    padding-left: 100px;
  }

  .cta-title {
    font-size: 26px;
    line-height: 40px;
  }

  .cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-widget {
    margin-bottom: 20px;
  }

  .page-title {
    font-size: 20px;
  }

  .page-caption {
    padding: 80px 0px;
  }

  .childern .comment-info {
    padding-left: 90px;
  }

  .childern {
    padding-left: 0px;
    list-style: none;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .navigation {
    float: none;
  }

  .hero-title {
    font-size: 25px;
    line-height: 40px;
  }

  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .comment-info {
    padding-left: 100px;
  }

  .cta-title {
    font-size: 26px;
    line-height: 40px;
  }

  .cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-widget {
    margin-bottom: 20px;
  }

  .page-title {
    font-size: 20px;
  }

  .page-caption {
    padding: 80px 0px;
  }

  .childern .comment-info {
    padding-left: 90px;
  }

  .childern {
    padding-left: 0px;
    list-style: none;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .navigation {
    float: none;
  }

  .hero-title {
    font-size: 25px;
    line-height: 40px;
  }

  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .comment-info {
    padding-left: 100px;
  }

  .cta-title {
    font-size: 26px;
    line-height: 40px;
  }

  .cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-widget {
    margin-bottom: 20px;
  }

  .page-title {
    font-size: 20px;
  }

  .page-caption {
    padding: 80px 0px;
  }

  .childern .comment-info {
    padding-left: 90px;
  }

  .childern {
    padding-left: 0px;
    list-style: none;
  }
}
