/* Vosio Portfolio Template */
@font-face {
  font-family: "Gotham_Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Book.woff") format("woff"),
    url("../fonts/Gotham-Book.ttf") format("truetype"),
    url("../fonts/Gotham-Book.svg#Gotham_Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham_Light";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Light.woff") format("woff"),
    url("../fonts/Gotham-Light.ttf") format("truetype"),
    url("../fonts/Gotham-Light.svg#Gotham_Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham_Thin";
  src: url("../fonts/Gotham-Thin.eot");
  src: url("../fonts/Gotham-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Thin.woff") format("woff"),
    url("../fonts/Gotham-Thin.ttf") format("truetype"),
    url("../fonts/Gotham-Thin.svg#Gotham_Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham_Medium";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Medium.woff") format("woff"),
    url("../fonts/Gotham-Medium.ttf") format("truetype"),
    url("../fonts/Gotham-Medium.svg#Gotham_Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham_Bold";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Bold.woff") format("woff"),
    url("../fonts/Gotham-Bold.ttf") format("truetype"),
    url("../fonts/Gotham-Bold.svg#Gotham_Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham_Black";
  src: url("../fonts/Gotham-Black.eot");
  src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Black.woff") format("woff"),
    url("../fonts/Gotham-Black.ttf") format("truetype"),
    url("../fonts/Gotham-Black.svg#Gotham_Black") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Monument_Extended_Regular";
  src: url("../fonts/MonumentExtended-Regular.eot");
  src: url("../fonts/MonumentExtended-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/MonumentExtended-Regular.woff") format("woff"),
    url("../fonts/MonumentExtended-Regular.ttf") format("truetype"),
    url("../fonts/MonumentExtended-Regular.svg#Monument_Extended_Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Monument_Extended_Ultrabold";
  src: url("../fonts/MonumentExtended-Ultrabold.eot");
  src: url("../fonts/MonumentExtended-Ultrabold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/MonumentExtended-Ultrabold.woff") format("woff"),
    url("../fonts/MonumentExtended-Ultrabold.ttf") format("truetype"),
    url("../fonts/MonumentExtended-Ultrabold.svg#Monument_Extended_Ultrabold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Telegraf_UltraLight";
  src: url("../fonts/Telegraf-UltraLight.eot");
  src: url("../fonts/Telegraf-UltraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Telegraf-UltraLight.woff") format("woff"),
    url("../fonts/Telegraf-UltraLight.ttf") format("truetype"),
    url("../fonts/Telegraf-UltraLight.svg#Telegraf_UltraLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Telegraf_Regular";
  src: url("../fonts/Telegraf-Regular.eot");
  src: url("../fonts/Telegraf-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Telegraf-Regular.woff") format("woff"),
    url("../fonts/Telegraf-Regular.ttf") format("truetype"),
    url("../fonts/Telegraf-Regular.svg#Telegraf_Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Telegraf_UltraBold";
  src: url("../fonts/Telegraf-UltraBold.eot");
  src: url("../fonts/Telegraf-UltraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Telegraf-UltraBold.woff") format("woff"),
    url("../fonts/Telegraf-UltraBold.ttf") format("truetype"),
    url("../fonts/Telegraf-UltraBold.svg#Telegraf_UltraBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*** 

====================================================================

  Reset

====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================

  Global Settings

====================================================================

 ***/

body {
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6em;
  font-weight: 400;
  background: #101010;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  cursor: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #d8f744;
}

a:hover {
  color: #d8f744;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus {
  text-decoration: none;
  outline: none;
}

ul,
ul li,
ol,
ol li {
  list-style: none;
  margin: 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  background: none;
  color: #ffffff;
  line-height: 1.33em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #ffffff;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 54px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

input,
button,
select,
textarea {
  font-family: "Cairo", sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

p {
  position: relative;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.text {
  position: relative;
  line-height: 1.6em;
  margin-bottom: 0px;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1240px;
  padding: 0px 20px;
  margin: 0 auto;
}

.site-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  min-width: 300px;
}

.main-content-container {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 130px;
}

.site-container .body-bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
}

.fit-banner .main-content-container {
  padding-left: 0;
}

.scroll-container {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.theme-btn {
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.centered {
  text-align: center;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 30px;
  padding: 16px 35px 14px;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: none;
  background: #d8f744;
  border: 2px solid #d8f744;
  border-radius: 7px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-one span {
  position: relative;
  display: block;
  z-index: 1;
}

.btn-style-one i {
  position: relative;
  display: inline-block;
  top: -7px;
  font-size: 20px;
  vertical-align: middle;
  padding-left: 20px;
  line-height: 30px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.btn-style-one:hover i {
  top: 0;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.btn-style-one:hover {
  color: #d8f744;
  background: none;
  border-color: #d8f744;
}

.btn-style-two {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 26px;
  padding: 16px 30px 14px;
  color: #000000;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #d8f744;
  border: 2px solid #d8f744;
  border-radius: 0px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-two span {
  position: relative;
  display: block;
  z-index: 1;
}

.btn-style-two i {
  position: relative;
  display: inline-block;
  top: -7px;
  font-size: 20px;
  vertical-align: middle;
  padding-left: 20px;
  line-height: 30px;
  transform: rotate(45deg);
  z-index: 1;
}

.btn-style-two:hover {
  color: #d8f744;
  background: none;
  border-color: #d8f744;
}

.theme-btn .icon-left {
  padding-right: 10px;
}

.theme-btn .icon-right {
  padding-left: 10px;
}

.theme_color {
  color: #d8f744;
}

.light-font {
  font-weight: 300;
}

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 600;
}

.bold-font {
  font-weight: 700;
}

.ex-bold-font {
  font-weight: 800;
}

.heavy-font {
  font-weight: 900;
}

.bg-lightgrey {
  background-color: #f6f7f8;
}

.no-bg {
  background: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.grey-color {
  color: #333333 !important;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #15191c;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

====================================================================

  Scroll To Top style

====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 52px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 52px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
  background: #d8f744;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top img {
  position: relative;
  top: -2px;
  vertical-align: middle;
  height: 10px;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #d8f744;
}

/*** 

====================================================================
  Default Form Style
====================================================================

***/

form {
  position: relative;
}

/* Default Form Style */

.default-form {
  position: relative;
}

form .form-group {
  position: relative;
  margin-bottom: 30px;
}

form .row {
  margin: 0 -15px;
}

form .row .form-group {
  position: relative;
  padding: 0 15px;
  margin-bottom: 32px;
}

form .field-inner {
  position: relative;
  display: block;
}

form .field-inner .dot {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 15px;
  border-bottom: 6px solid rgba(255, 255, 255, 0.3);
}

form .field-inner input:focus + .dot,
form .field-inner select:focus + .dot,
form .field-inner textarea:focus + .dot {
  left: auto;
  right: 0;
  border-color: #ffffff;
}

form .field-inner .alt-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 16px;
  color: #d8f744;
  z-index: 1;
  pointer-events: none;
}

form .form-group .field-label {
  position: relative;
  display: block;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  margin-bottom: 0px;
}

form .form-group .field-label .icon {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.3);
  line-height: 20px;
  padding-right: 10px;
}

form .form-group .e-label {
  position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="email"],
form .form-group input[type="password"],
form .form-group input[type="tel"],
form .form-group input[type="url"],
form .form-group input[type="file"],
form .form-group input[type="number"],
form .form-group textarea,
form .form-group select {
  position: relative;
  display: block;
  height: 30px;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  line-height: 20px;
  font-weight: 500;
  padding: 5px 0px 5px 0;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

form .form-group textarea {
  height: 100px;
  resize: none;
}

form .form-group select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(../images/icons/icon-select.png) right center no-repeat;
  cursor: pointer;
}

form .form-group select option {
  line-height: 20px;
  padding-left: 0px;
  text-indent: 0px;
  cursor: pointer;
}

form .form-group input[type="submit"],
form .form-group button {
  display: inline-block;
}

form .form-group input[type="text"]:focus,
form .form-group input[type="email"]:focus,
form .form-group input[type="password"]:focus,
form .form-group input[type="tel"]:focus,
form .form-group input[type="url"]:focus,
form .form-group input[type="file"]:focus,
form .form-group input[type="number"]:focus,
form .form-group textarea:focus,
form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
  border-color: #ffffff;
}

form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

form ::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

form ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

form label.error {
  color: #ff0000;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  padding-top: 7px;
  line-height: 24px;
}

.check-block {
  position: relative;
  margin-bottom: 15px;
}

.check-block input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.check-block label {
  position: relative;
  display: block;
  line-height: 28px;
  padding-left: 34px;
  font-weight: 400;
  color: #505050;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}

.check-block label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  background: #ffffff;
  border: 1px solid #d8f744;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.check-block input:checked + label:before {
  content: "";
  background: #d8f744;
  color: #ffffff;
}

.check-block input:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  line-height: 22px;
}

.radio-block {
  position: relative;
  margin-bottom: 15px;
}

.radio-block input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.radio-block label {
  position: relative;
  display: block;
  line-height: 28px;
  padding-left: 30px;
  font-weight: 400;
  color: #505050;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}

.radio-block label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #d8f744;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.radio-block label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 12px;
  height: 12px;
  background: #d8f744;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}

.radio-block input:checked + label:after {
  opacity: 1;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  height: 54px;
  padding: 11px 20px;
  line-height: 30px;
  font-family: "Cairo", sans-serif;
  color: #585f5f;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 6px;
  right: 0px;
  text-indent: 0px;
  color: #999999;
}

.form-group .ui-button .ui-icon:before {
  font-family: "simple-line-icons";
  content: "\e604";
  position: absolute;
  right: 0px;
  top: 0px !important;
  width: 15px;
  height: 30px;
  display: block;
  color: #d8f744;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  z-index: 5;
}

.ui-selectmenu-menu {
  min-width: 150px;
  max-height: 200px;
  overflow-y: auto;
}

.ui-widget.ui-widget-content {
  border: 1px solid #d8f744;
  border-top: none;
  font-family: "Cairo", sans-serif;
  border-radius: 0;
  padding: 0;
}

.ui-menu .ui-menu-item {
  font-size: 16px;
  border-bottom: 1px solid #d8f744;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 10px 18px !important;
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #252525;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #d8f744;
  margin: 0;
}

/*** 

====================================================================

  Main Header style

====================================================================

***/

.main-header-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  width: 130px;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}

.menu-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 999;
}

.navbar-visible .menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.main-header-bar .line-one {
  position: absolute;
  left: 64px;
  top: 120px;
  bottom: 450px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.main-header-bar .line-two {
  position: absolute;
  left: 64px;
  bottom: 155px;
  height: 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.main-header-bar .header-bar-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}

.admin-bar .main-header-bar .nav-toggler {
  top: 64px;
}

.main-header-bar .header-bar-inner .outer-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 5;
}

.main-header-bar .social-links {
  position: absolute;
  left: 45px;
  bottom: 270px;
  width: 100%;
  padding: 0px 0;
  text-align: center;
}

.main-header-bar .social-links li {
  position: relative;
  display: block;
  margin-top: 16px;
  line-height: 38px;
}

.main-header-bar .social-links li a {
  position: relative;
  display: block;
  width: 38px;
  color: white;
  height: 38px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 38px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header-bar .social-links li a:hover {
  color: #101010;
  background: #d8f744;
}

.main-header-bar .nav-toggler {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 100%;
}

.main-header-bar .nav-toggler .toggler-btn {
  position: relative;
  display: block;
  background: none;
  width: 34px;
  height: 20px;
  margin: 0 auto;
  cursor: pointer;
}

.main-header-bar .nav-toggler .toggler-btn.active {
}

.main-header-bar .nav-toggler .toggler-btn .bar {
  position: relative;
  display: block;
  border-radius: 2px;
  border-bottom: 3px solid #ffffff;
  margin-bottom: 5px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header-bar .nav-toggler .toggler-btn .bar:last-child {
  width: 24px;
  margin-bottom: 0px;
}

.main-header-bar .copyright {
  position: absolute;
  left: 50px;
  bottom: 0px;
  width: 160px;
  transform-origin: left top;
  transform: rotate(-90deg);
}

.main-header-bar .alt-logo-box {
  position: absolute;
  left: 184px;
  top: 45px;
  display: none;
  z-index: 1;
}

.main-header-bar.alt-logo .alt-logo-box {
  display: block;
}

.main-header-bar .alt-logo-box img {
  width: 192px;
  max-width: none;
}

.main-nav-outer {
  position: absolute;
  left: 130px;
  top: 0px;
  width: 300px;
  height: 100%;
  max-height: 100%;
  background: none;
  z-index: 2;
  visibility: hidden;
  -ms-transform: translateX(-430px);
  transform: translateX(-430px);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.main-nav-outer .nav-closer {
  position: absolute;
  right: -23px;
  top: 90px;
  width: 46px;
  height: 46px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 700ms ease 0ms;
  -moz-transition: all 700ms ease 0ms;
  -webkit-transition: all 700ms ease 0ms;
  -ms-transition: all 700ms ease 0ms;
  -o-transition: all 700ms ease 0ms;
  cursor: pointer;
  transform: scale(0.25);
  -ms-transform: scale(0.25);
  z-index: 10;
}

.main-nav-outer.now-visible .nav-closer {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -ms-transform: scale(1);
  transition: all 500ms ease 700ms;
  -moz-transition: all 500ms ease 700ms;
  -webkit-transition: all 500ms ease 700ms;
  -ms-transition: all 500ms ease 700ms;
  -o-transition: all 500ms ease 700ms;
}

.main-nav-outer.now-visible {
  opacity: 1;
  visibility: visible;

  -ms-transform: translateX(0);
  transform: translateX(0);
}

.main-nav-outer .outer-nav-box {
  position: relative;
  padding: 45px 0px 20px;
  background: none;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.admin-bar .main-nav-outer .outer-nav-box {
  padding-top: 77px;
}

.main-nav-outer .main-nav-box {
  position: relative;
  background: none;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}

.main-nav-outer .scrollbar-thumb,
.main-nav-outer .scrollbar-thumb,
.main-nav-outer .scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
}

.main-nav-outer .outer-nav-box .top-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 35px;
  background: #15181b;
}

.main-nav-outer .outer-nav-box .bottom-bg {
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 100%;
  height: 35px;
  bottom: 0px;
  background: #15181b;
  transform: skewX(-45deg);
}

.main-nav-outer .main-logo-box {
  position: relative;
  padding: 0px 54px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
  transition: all 300ms ease 200ms;
  -moz-transition: all 300ms ease 200ms;
  -webkit-transition: all 300ms ease 200ms;
  -ms-transition: all 300ms ease 200ms;
  -o-transition: all 300ms ease 200ms;
  z-index: 1;
}

.main-nav-outer.now-visible .main-logo-box {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transition: all 700ms ease 400ms;
  -webkit-transition: all 700ms ease 400ms;
  -ms-transition: all 700ms ease 400ms;
  -o-transition: all 700ms ease 400ms;
  transition: all 700ms ease 400ms;
}

.main-nav-outer .main-nav-box .main-nav {
  position: relative;
  display: block;
  padding: 88px 30px 0;
}

.main-nav-outer .main-nav-box .main-nav .navigation {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
}

.main-nav-outer .main-nav-box .main-nav .navigation > li {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  transition: transform 700ms ease 1000ms;
  -moz-transition: transform 700ms ease 1000ms;
  -webkit-transition: transform 700ms ease 1000ms;
  -ms-transition: transform 700ms ease 1000ms;
  -o-transition: transform 700ms ease 1000ms;
}

.main-nav-outer.now-visible .main-nav-box .main-nav .navigation > li {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition: transform 500ms ease 500ms;
  -moz-transition: transform 500ms ease 500ms;
  -webkit-transition: transform 500ms ease 500ms;
  -ms-transition: transform 500ms ease 500ms;
  -o-transition: transform 500ms ease 500ms;
}

.main-nav-outer.now-visible
  .main-nav-box
  .main-nav
  .navigation
  > li:nth-child(1) {
  transition: transform 500ms ease 500ms;
  -moz-transition: transform 500ms ease 500ms;
  -webkit-transition: transform 500ms ease 500ms;
  -ms-transition: transform 500ms ease 500ms;
  -o-transition: transform 500ms ease 500ms;
}

.main-nav-outer.now-visible
  .main-nav-box
  .main-nav
  .navigation
  > li:nth-child(2) {
  transition: transform 500ms ease 600ms;
  -moz-transition: transform 500ms ease 600ms;
  -webkit-transition: transform 500ms ease 600ms;
  -ms-transition: transform 500ms ease 600ms;
  -o-transition: transform 500ms ease 600ms;
}

.main-nav-outer.now-visible
  .main-nav-box
  .main-nav
  .navigation
  > li:nth-child(3) {
  transition: transform 500ms ease 700ms;
  -moz-transition: transform 500ms ease 700ms;
  -webkit-transition: transform 500ms ease 700ms;
  -ms-transition: transform 500ms ease 700ms;
  -o-transition: transform 500ms ease 700ms;
}

.main-nav-outer.now-visible
  .main-nav-box
  .main-nav
  .navigation
  > li:nth-child(4) {
  transition: transform 500ms ease 800ms;
  -moz-transition: transform 500ms ease 800ms;
  -webkit-transition: transform 500ms ease 800ms;
  -ms-transition: transform 500ms ease 800ms;
  -o-transition: transform 500ms ease 800ms;
}

.main-nav-outer.now-visible
  .main-nav-box
  .main-nav
  .navigation
  > li:nth-child(5) {
  transition: transform 500ms ease 900ms;
  -moz-transition: transform 500ms ease 900ms;
  -webkit-transition: transform 500ms ease 900ms;
  -ms-transition: transform 500ms ease 900ms;
  -o-transition: transform 500ms ease 900ms;
}

.main-nav-outer.now-visible
  .main-nav-box
  .main-nav
  .navigation
  > li:nth-child(6) {
  transition: transform 500ms ease 1000ms;
  -moz-transition: transform 500ms ease 1000ms;
  -webkit-transition: transform 500ms ease 1000ms;
  -ms-transition: transform 500ms ease 1000ms;
  -o-transition: transform 500ms ease 1000ms;
}

.main-nav-outer.now-visible
  .main-nav-box
  .main-nav
  .navigation
  > li:nth-child(7) {
  transition: transform 500ms ease 1100ms;
  -moz-transition: transform 500ms ease 1100ms;
  -webkit-transition: transform 500ms ease 1100ms;
  -ms-transition: transform 500ms ease 1100ms;
  -o-transition: transform 500ms ease 1100ms;
}

.main-nav-outer.now-visible
  .main-nav-box
  .main-nav
  .navigation
  > li:nth-child(8) {
  transition: transform 500ms ease 1200ms;
  -moz-transition: transform 500ms ease 1200ms;
  -webkit-transition: transform 500ms ease 1200ms;
  -ms-transition: transform 500ms ease 1200ms;
  -o-transition: transform 500ms ease 1200ms;
}

.main-nav-outer.now-visible
  .main-nav-box
  .main-nav
  .navigation
  > li:nth-child(9) {
  transition: transform 500ms ease 1300ms;
  -moz-transition: transform 500ms ease 1300ms;
  -webkit-transition: transform 500ms ease 1300ms;
  -ms-transition: transform 500ms ease 1300ms;
  -o-transition: transform 500ms ease 1300ms;
}

.main-nav-outer.now-visible
  .main-nav-box
  .main-nav
  .navigation
  > li:nth-child(10) {
  transition: transform 500ms ease 1400ms;
  -moz-transition: transform 500ms ease 1400ms;
  -webkit-transition: transform 500ms ease 1400ms;
  -ms-transition: transform 500ms ease 1400ms;
  -o-transition: transform 500ms ease 1400ms;
}

.main-nav-outer .main-nav-box .main-nav .navigation > li.dropdown > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 30px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-nav-outer
  .main-nav-box
  .main-nav
  .navigation
  > li.dropdown.open
  > a:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-nav-outer .main-nav-box .main-nav .navigation > li > a {
  position: relative;
  display: block;
  padding: 5px 0px 5px 20px;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 1px;
  opacity: 1;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-nav-outer .main-nav-box .main-nav .navigation > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.main-nav-outer .main-nav-box .main-nav .navigation > li:hover > a:before,
.main-nav-outer .main-nav-box .main-nav .navigation > li.current > a:before,
.main-nav-outer .main-nav-box .main-nav .navigation > li.open > a:before {
  background: #d8f744;
}

.main-nav-outer .main-nav-box .main-nav .navigation > li:hover > a,
.main-nav-outer .main-nav-box .main-nav .navigation > li.current > a,
.main-nav-outer .main-nav-box .main-nav .navigation > li.open > a,
.main-nav-outer
  .main-nav-box
  .main-nav
  .navigation
  > li.dropdown:hover
  > a:after,
.main-nav-outer
  .main-nav-box
  .main-nav
  .navigation
  > li.dropdown.current
  > a:after,
.main-nav-outer
  .main-nav-box
  .main-nav
  .navigation
  > li.dropdown.open
  > a:after {
  color: #d8f744;
}

.main-nav-outer .main-nav-box .main-nav .navigation > li > ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding: 3px 0;
  display: none;
}

.main-nav-outer .main-nav-box .main-nav .navigation > li > ul > li {
  position: relative;
  display: block;
  padding-left: 30px;
}

.main-nav-outer .main-nav-box .main-nav .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 0px;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
  opacity: 1;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-nav-outer .main-nav-box .main-nav .navigation > li > ul > li:hover > a,
.main-nav-outer .main-nav-box .main-nav .navigation > li > ul > li.current > a {
  color: #d8f744;
}

/*** 

====================================================================
  Banner Slider Section
====================================================================

***/

.banner-section {
  position: relative;
  padding: 0 0;
}

.banner-section .auto-container {
}

.banner-section .banner-container {
  position: relative;
}

.banner-section .banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-section .slide-item {
  position: relative;
  width: 100%;
  padding: 0px;
  height: 100vh;
  overflow: hidden;
}

.banner-section .slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.banner-section .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.banner-section .slide-item .image-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.banner-section .slide-item .slide-bar {
  position: absolute;
  left: 130px;
  bottom: 0;
  width: 0;
  border-bottom: 5px solid #d8f744;
  z-index: 2;
}

.banner-section .active .slide-item .slide-bar {
  width: 110%;
  -webkit-transition: all 8000ms linear 0ms;
  -ms-transition: all 8000ms linear 0ms;
  -o-transition: all 8000ms linear 0ms;
  -moz-transition: all 8000ms linear 0ms;
  transition: all 8000ms linear 0ms;
}

.banner-section .slide-item .slide-count {
  position: absolute;
  right: 70px;
  top: 70px;
  width: 140px;
  height: 100px;
  padding: 20px 20px;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  border-radius: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section .slide-item .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 50px 0px;
  height: 100vh;
  min-height: 320px;
  z-index: 10;
}

.banner-section .slide-item .content {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding-left: 130px;
  z-index: 5;
}

.banner-section .slide-item .inner {
  position: relative;
  display: block;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

.banner-section .active .slide-item .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-section .slide-item h1 {
  position: relative;
  font-weight: 700;
  font-size: 62px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 4px;
  margin: 0 0 12px;
}

.banner-section .slide-item .text {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 1.6em;
  padding-top: 5px;
}

.banner-section .slide-item .links-box {
  position: relative;
  display: block;
  padding-top: 30px;
}

.banner-section .slide-item .links-box .link {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.banner-section .owl-dots {
  display: none;
}

.banner-section .owl-nav {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.banner-section .owl-theme .owl-nav .owl-next,
.banner-section .owl-theme .owl-nav .owl-prev {
  position: relative;
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  margin-left: 5px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  line-height: 80px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next:hover,
.banner-section .owl-theme .owl-nav .owl-prev:hover {
  background: #d8f744;
  color: #101010;
}

/*** 

====================================================================
  Banner Two
====================================================================

***/

.banner-two {
  position: relative;
  padding: 220px 0 100px;
}

.banner-two .banner-slider {
  position: relative;
  width: 100%;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.5);
}

.banner-two .slide-item {
  position: relative;
  width: 100%;
  padding: 0px;
  border-radius: 30px;
  overflow: hidden;
}

.banner-two .slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.banner-two .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  z-index: 1;
}

.banner-two .slide-item .image-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  z-index: 1;
}

.banner-two .slide-item .slide-count {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 140px;
  height: 100px;
  padding: 20px 20px;
  font-family: "Monument_Extended_Regular", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  border-radius: 10px;
  z-index: 10;
}

.banner-two .slide-item .content-box {
  position: relative;
  display: table;
  vertical-align: bottom;
  width: 100%;
  padding: 160px 0px 120px;
  height: 600px;
  min-height: 400px;
  z-index: 10;
}

.banner-two .slide-item .content {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
  z-index: 5;
}

.banner-two .slide-item .inner {
  position: relative;
  display: block;
  max-width: 650px;
  padding-left: 50px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

.banner-two .active .slide-item .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-two .slide-item h2 {
  position: relative;
  font-weight: 600;
  font-size: 54px;
  color: #ffffff;
  text-transform: none;
  line-height: 1.2em;
  margin: 0px 0px;
}

.banner-two .slide-item .cat {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.banner-two .slide-item .cat span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  padding: 8px 18px;
  background: #d8f744;
  color: #292c30;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
}

.banner-two .slide-item .links-box {
  position: relative;
  display: block;
  padding-top: 30px;
}

.banner-two .slide-item .links-box .link {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.banner-two .owl-dots {
  display: none;
}

.banner-two .owl-theme .owl-nav {
  position: absolute;
  left: 50px;
  bottom: 50px;
}

.banner-two .owl-theme .owl-nav .owl-next,
.banner-two .owl-theme .owl-nav .owl-prev {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 10px 0 0;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-two .owl-theme .owl-nav .owl-next:hover,
.banner-two .owl-theme .owl-nav .owl-prev:hover {
  background: #d8f744;
  color: #292c30;
}

/*** 

====================================================================
  Default Title Box
====================================================================

***/

.def-title-box {
  position: relative;
  margin-bottom: 30px;
}

.def-title-box .patt {
  position: relative;
  margin-bottom: 10px;
}

.def-title-box .patt span {
  position: relative;
  display: block;
  width: 18px;
  height: 12px;
  background: #d8f744;
}

.def-title-box .patt span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -11px;
  height: 22px;
  border-left: 4px solid #1f2226;
  transform-origin: left bottom;
  transform: rotate(50deg);
}

.def-title-box .subtitle {
  position: relative;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.35);
  margin: 7px 0 3px;
}

.def-title-box h3 {
  position: relative;
  font-size: 32px;
  color: rgba(255, 255, 255, 1);
  margin: 0 0;
}

/*** 

====================================================================
  Services Section
====================================================================

***/

.services-section {
  position: relative;
  margin-bottom: 60px;
}

.services-section .services {
  position: relative;
}

.services-section .services .row {
  margin: 0 -20px;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
}

.services .row .service-block {
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px;
}

.service-block .inner-box {
  position: relative;
  display: block;
  min-height: 100%;
  padding: 35px 30px 35px 30px;
  background: #292c30;
  border-radius: 20px;
}

.service-block .inner {
  position: relative;
  display: block;
  min-height: 80px;
  padding-left: 100px;
}

.service-block .icon-box {
  position: absolute;
  left: -30px;
  width: 100px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  background: #303336;
  border-radius: 0 20px 20px 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block .inner-box:hover .icon-box {
  background: #d8f744;
  color: #292c30;
}

.service-block h5 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin: 0 0 8px;
}

.service-block .text {
  position: relative;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 10px;
}

.service-block .link-box {
  position: relative;
}

.service-block .link-box a {
  position: relative;
  display: block;
  width: 34px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  color: #d8f744;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0 10px 0 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block .inner-box:hover .link-box a {
  background: #d8f744;
  border-color: #d8f744;
  color: #292c30;
}

/*** 

====================================================================
  Plans Section
====================================================================

***/

.plans-section {
  position: relative;
  margin-bottom: 60px;
}

.plans-section .image-col {
  position: relative;
  margin-bottom: 40px;
}

.plans-section .image-col .inner {
  position: relative;
  display: block;
}

.plans-section .image-col .image {
  position: relative;
  display: block;
  margin-right: 55px;
  margin-bottom: 45px;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.8);
}

.plans-section .image-col .image:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 75px;
  right: -24px;
  bottom: -24px;
  border: 1px solid #d8f744;
  border-radius: 0 0 20px 20px;
}

.plans-section .image-col .image .bg-pattern {
  position: absolute;
  left: -32px;
  top: -25px;
  right: -55px;
  bottom: -45px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../images/background/plans-lines.png);
  background-size: 100% 100%;
}

.plans-section .image-col .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px 20px 0 20px;
}

.plans-section .text-col {
  position: relative;
}

.plans-section .text-col .inner {
  position: relative;
  display: block;
}

.plans-section .text-col h4 {
  position: relative;
  font-size: 32px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.25em;
  margin: 0 0 20px;
}

.plans-section .text-col .text {
  position: relative;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6em;
}

.plans-section .text-col .text p {
  margin-bottom: 25px;
}

.plans-section .text-col .text ul {
  position: relative;
  margin-bottom: 20px;
}

.plans-section .text-col .text ul li {
  position: relative;
  line-height: 26px;
  padding-left: 30px;
  margin-bottom: 10px;
}

.plans-section .text-col .text ul li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 26px;
  color: #d8f744;
}

/*** 

====================================================================
  Team Section
====================================================================

***/

.team-section {
  position: relative;
  margin-bottom: 60px;
}

.team-section .team {
  position: relative;
}

.team-section .team .row {
  margin: 0 -20px;
}

.team-block {
  position: relative;
  margin-bottom: 30px;
}

.team-section .row .team-block {
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px;
}

.team-block .inner-box {
  position: relative;
  display: block;
  min-height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.team-block .image-box {
  position: relative;
  display: block;
  background: #d8f744;
  border-radius: 20px;
  overflow: hidden;
}

.team-block .image-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0)
  );
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-block .image-box img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block .cat {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.team-block:hover .cat {
  opacity: 0;
  visibility: hidden;
  top: -100px;
}

.team-block .cat span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 10px;
  color: #292c30;
  background: #d8f744;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-radius: 0 0 7px 7px;
}

.team-block .social {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  top: -100px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.team-block:hover .social {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.team-block .social a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 15px;
  width: 43px;
  height: 38px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  letter-spacing: 4px;
  border-radius: 0 0 7px 7px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block .social a:hover {
  background: #d8f744;
  color: #292c30;
}

.team-block .name {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  padding: 30px 20px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  background: #15181b;
  border-radius: 0 0 20px 20px;
  z-index: 3;
}

.team-block .name a {
  position: relative;
  display: block;
  color: #ffffff;
}

/*** 

====================================================================
  Services Two
====================================================================

***/

.services-two {
  position: relative;
  margin-bottom: 60px;
}

.services-two .tabs-box {
  position: relative;
}

.services-two .services .parent-row {
  margin: 0 -20px;
}

.tabs-col {
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px;
}

.accordions-col {
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab-buttons {
  position: relative;
}

.tabs-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.tabs-box .tabs-content {
  position: relative;
}

.tabs-box .tabs-content .tab {
  position: relative;
  display: none;
}

.tabs-box .tabs-content .active-tab {
  display: block;
}

.def-tabs-box {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.def-tabs-box .tab-buttons {
  display: table;
  width: 100%;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.def-tabs-box .tab-buttons .tab-btn {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  line-height: 26px;
  padding: 10px 10px;
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.def-tabs-box .tab-buttons .tab-btn:last-child {
  border-right: none;
}

.def-tabs-box .tab-buttons .active-btn {
  color: #292c30;
  background: #d8f744;
}

.def-tabs-box .tabs-content {
  position: relative;
  padding: 30px 30px 0;
}

.def-tabs-box .image-col {
  position: relative;
  margin-bottom: 30px;
}

.def-tabs-box .image-col .image {
  position: relative;
  display: block;
}

.def-tabs-box .image-col .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px;
}

.def-tabs-box .text-col {
  position: relative;
}

.def-tabs-box .text-col p {
  margin-bottom: 30px;
}

.accordion-box {
  position: relative;
  margin: 0;
}

.accordion-box ::marker {
  display: none;
}

.accordion-box .block {
  position: relative;
  list-style: none;
  display: block;
  margin-bottom: 24px;
}

.accordion-box .block:last-child {
  border-bottom: none;
}

.accordion-box .block.active-block {
}

.accordion-box .block .acc-btn {
  position: relative;
  top: 0;
  width: 100%;
  line-height: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  padding: 8px 20px 8px 70px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  cursor: pointer;
}

.accordion-box .block.active-block .acc-btn {
  color: rgba(255, 255, 255, 1);
}

.accordion-box .block .acc-btn i {
  position: absolute;
  left: -1px;
  top: -1px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  font-size: 20px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion-box .block .acc-btn.active i {
  background: #d8f744;
  color: #292c30;
}

.accordion-box .block .acc-content {
  position: relative;
  width: 100%;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: none;
}

.accordion-box .active-block .acc-content {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  padding: 23px 30px;
}

.accordion-box .block .content .text {
  display: block;
  line-height: 1.6em;
  margin: 0;
  font-size: 15px;
}

/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  padding: 100px 0;
  background: #292c30;
}

.main-footer .footer-inner {
  position: relative;
}

.fit-banner .main-footer .footer-inner {
  padding-left: 130px;
}

.main-footer .footer-logo {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}

.main-footer .footer-logo img {
  height: 45px;
}

.main-footer .info {
  position: relative;
}

.main-footer .info .info-block {
  position: relative;
  margin-bottom: 50px;
}

.main-footer .info .i-title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 24px;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.main-footer .info .i-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 14px;
  border-left: 4px solid #d8f744;
}

.main-footer .info .text {
  position: relative;
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

.main-footer .info .text a {
  position: relative;
  color: #ffffff;
}

.main-footer .loc-info {
  position: relative;
  padding-top: 30px;
}

.main-footer .loc-info a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #d8f744;
  font-family: "Gotham_Light", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #d8f744;
}

.main-footer .scroll-top {
  position: absolute;
  right: 0;
  top: -120px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 36px;
  background: #292c30;
  color: #d8f744;
  text-align: center;
  border-radius: 20px 0 0 0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  cursor: pointer;
}

.main-footer .scroll-top:hover {
  font-size: 40px;
}

/*** 

====================================================================
  Page Title
====================================================================

***/

.page-title {
  position: relative;
  padding: 90px 0;
}

.page-title h1 {
  position: relative;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: none;
  margin: 0 0 8px;
}

.page-title .bread-crumb {
  position: relative;
  line-height: 24px;
}

.page-title .bread-crumb ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  padding: 5px 0;
  text-transform: none;
  margin-right: 26px;
  color: #ffffff;
}

.page-title .bread-crumb ul li:last-child {
  margin-right: 0;
}

.page-title .bread-crumb ul li:after {
  content: "\f105";
  position: absolute;
  right: -26px;
  top: 6px;
  width: 22px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #d8f744;
  font-family: "Font Awesome 6 Pro";
}

.page-title .bread-crumb ul li:last-child:after {
  display: none;
}

.page-title .bread-crumb ul li a {
  position: relative;
  color: #ffffff;
}

.page-title .bread-crumb ul li a:hover {
  color: #d8f744;
  text-decoration: underline;
}

/*** 

====================================================================
  Contact Section
====================================================================

***/

.contact-section {
  position: relative;
  padding: 0 0 60px;
}

.contact-section .info-box {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 50px;
}

.contact-section .info-box .row {
  margin: 0 0;
}

.contact-section .info-box .info-block {
  position: relative;
  padding: 0 0;
}

.contact-section .info-box .info-block .inner-box {
  position: relative;
  display: block;
  min-height: 100%;
  padding: 40px 20px 40px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-section .info-box .info-block:last-child .inner-box {
  border-right: none;
}

.contact-section .info-box .info-block .inner {
  position: relative;
  display: block;
  padding-left: 60px;
}

.contact-section .info-box .info-block .icon-box {
  position: absolute;
  left: 5px;
  top: 0;
  width: 60px;
  font-size: 28px;
  line-height: 48px;
}

.contact-section .info-box .info-block h5 {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-section .info-box .info-block .info {
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
}

.contact-section .info-box .info-block .info a {
  color: rgba(255, 255, 255, 0.7);
}

.contact-section .form-col {
  position: relative;
  margin-bottom: 15px;
}

.contact-section .form-col h5 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 40px;
}

.contact-section .form-col form button {
  display: block;
  width: 100%;
}

.contact-section .map-col {
  position: relative;
  margin-bottom: 50px;
}

.contact-section .map-col .inner {
  position: relative;
  display: block;
  height: 100%;
  min-height: 330px;
}

.contact-section .map-col .map-box {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.3);
}

.contact-section .map-col iframe {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

/*** 

====================================================================
  Banner Section
====================================================================

***/

.banner-three {
  position: relative;
  padding: 0 0;
}

.banner-section .auto-container {
}

.banner-three .banner-container {
  position: relative;
}

.banner-three .banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-three .slide-item {
  position: relative;
  width: 100%;
  padding: 0px;
  height: 100vh;
  overflow: hidden;
}

.banner-three .slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.banner-three .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.banner-three .slide-item .image-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.banner-three .slide-item .slide-bar {
  position: absolute;
  left: 130px;
  bottom: 0;
  width: 0;
  border-bottom: 5px solid #d8f744;
  display: none;
  z-index: 2;
}

.banner-three .active .slide-item .slide-bar {
  width: 110%;
  -webkit-transition: all 8000ms linear 0ms;
  -ms-transition: all 8000ms linear 0ms;
  -o-transition: all 8000ms linear 0ms;
  -moz-transition: all 8000ms linear 0ms;
  transition: all 8000ms linear 0ms;
}

.banner-three .slide-item .slide-count {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 120px;
  padding: 30px 20px;
  font-weight: 400;
  font-size: 48px;
  color: #292c30;
  background: #d8f744;
  line-height: 60px;
  text-align: center;
  border-radius: 0 0 0 20px;
  z-index: 10;
}

.banner-three .slide-item .content-box {
  position: relative;
  display: table;
  vertical-align: bottom;
  width: 100%;
  padding: 100px 0px;
  height: 100vh;
  min-height: 320px;
  z-index: 10;
}

.banner-three .slide-item .content {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
  z-index: 5;
}

.banner-three .slide-item .inner {
  position: relative;
  display: block;
  padding: 0 15px;
  text-align: center;
  width: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

.banner-three .active .slide-item .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-three .slide-item h3 {
  position: relative;
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.2em;
  margin: 0px 0px;
}

.banner-three .slide-item h3 a {
  color: #ffffff;
}

.banner-three .slide-item .cat {
  position: relative;
  display: block;
  font-weight: 600;
  line-height: 1.5em;
  padding-top: 5px;
}

.banner-three .slide-item .cat span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

.banner-three .slide-item .cat span:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  border-bottom: 2px solid #d8f744;
}

.banner-three .slide-item .cat span:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  border-bottom: 2px solid #d8f744;
}

.banner-three .owl-nav,
.banner-three .owl-dots {
  display: none;
}

/*** 

====================================================================
  Portfolio Section
====================================================================

***/

.portfolio-one {
  position: relative;
  padding: 0 0;
  overflow: hidden;
}

.portfolio-one.alternate {
  padding: 130px 0 60px;
}

.portfolio-one.alternate .auto-container {
  max-width: 1580px;
}

.portfolio-one .row {
  margin: 0 -3px;
}

.portfolio-one.alternate .row {
  margin: 0 -20px;
}

.portfolio-item-one {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-one .row .portfolio-item-one {
  padding: 0 3px;
  margin-bottom: 6px;
}

.portfolio-one.alternate .row .portfolio-item-one {
  padding: 0 20px;
  margin-bottom: 40px;
}

.portfolio-one .portfolio-item-one {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.portfolio-one.alternate .portfolio-item-one {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.portfolio-item-one .inner-box {
  position: relative;
  display: block;
  min-height: 100%;
}

.portfolio-item-one .image {
  position: relative;
  display: block;
}

.portfolio-item-one .image img {
  position: relative;
  display: block;
  width: 100%;
}

.portfolio-item-one .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.3s ease;
}
.portfolio-item-one .overlay:hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.portfolio-item-one .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 20px 30px 30px;
}

.portfolio-item-one h5 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.portfolio-item-one h5 a {
  color: #ffffff;
}

.portfolio-item-one .cat {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.7);
}

.portfolio-item-one .cat span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 30px;
}

.portfolio-item-one .cat span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  border-bottom: 2px solid #d8f744;
}

/*** 

====================================================================
  News Section
====================================================================

***/

.news-section {
  position: relative;
  padding: 0 0 100px;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}

.news-section .row {
  margin: 0 -20px;
}

.news-section .row .news-block {
  padding: 0 20px;
  margin-bottom: 40px;
}

.news-block .inner-box {
  position: relative;
  display: block;
  text-align: center;
  min-height: 100%;
}

.news-block .image-box {
  position: relative;
  display: block;
  background: #d8f744;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.news-block .image-box img {
  position: relative;
  display: block;
  width: 100%;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 15px 15px 0 0;
}

.news-block:hover .image-box img {
  opacity: 0.9;
}

.news-block .lower {
  position: relative;
  display: block;
  background: #35383b;
  padding: 35px 35px 0;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}

.news-block h4 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}

.news-block h4 a {
  color: #ffffff;
}

.news-block h4 a:hover {
  color: #d8f744;
}

.news-block .info {
  position: relative;
}

.news-block .info .i-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  padding: 0 6px;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 4px 10px;
  border-radius: 5px;
}

.news-block .info .i-block i {
  font-size: 10px;
  padding-right: 5px;
}

.news-block .link-box {
  position: relative;
  padding-top: 20px;
}

.news-block .link-box a {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  min-width: 230px;
  line-height: 24px;
  color: #d8f744;
  background: #2e2f32;
  border-radius: 12px 12px 0 0;
}

.news-block .link-box a i {
  position: relative;
  top: 1px;
  padding-left: 10px;
}

.news-block:hover .link-box a {
  color: #2e2f32;
  background: #d8f744;
}

/*Pagination Style*/

.styled-pagination {
  position: relative;
}

.styled-pagination li {
  position: relative;
  float: left;
  font-family: "Gotham_Light", sans-serif;
  margin-right: 20px;
}

.styled-pagination li a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 5px 9px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.styled-pagination li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.styled-pagination li a:hover:after,
.styled-pagination li.active a:after {
  border-bottom-width: 5px;
  border-color: #d8f744;
}

.styled-pagination li a:hover,
.styled-pagination li.active a {
  color: #ffffff;
}

/*** 

====================================================================
  Portfolio Section
====================================================================

***/

.portfolio-section {
  position: relative;
  padding: 0 0 60px;
}

.mixitup-gallery {
  position: relative;
}

.mixitup-gallery .gallery-filters {
  position: relative;
  text-align: center;
  padding: 0 0;
  background: #2b2f33;
  margin-bottom: 40px;
  border-radius: 15px;
}

.mixitup-gallery .gallery-filters ul {
  position: relative;
  display: table;
  width: 100%;
  vertical-align: top;
}

.mixitup-gallery .gallery-filters ul li {
  position: relative;
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
  line-height: 30px;
  padding: 25px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: capitalize;
  cursor: pointer;
}

.mixitup-gallery .gallery-filters ul li:last-child {
  border-right: none;
}

.mixitup-gallery .gallery-filters ul li:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -10px;
  width: 20px;
  border-bottom: 8px solid #d8f744;
  opacity: 0;
  border-radius: 3px 3px 0 0;
}

.mixitup-gallery .gallery-filters ul li.active:before {
  opacity: 1;
}

.mix {
  display: none;
}

.mixitup-gallery .row {
  margin: 0 -20px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}

.mixitup-gallery .row .portfolio-block {
  padding: 0 20px;
  margin-bottom: 40px;
}

.portfolio-block .inner-box {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}

.portfolio-block .image {
  position: relative;
  display: block;
}

.portfolio-block .image img {
  position: relative;
  display: block;
  width: 100%;
}

.portfolio-block .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  z-index: 1;
}

.portfolio-block:hover .overlay {
  background: #d8f744;
}

.portfolio-block .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 20px 25px 30px;
}

.portfolio-block h5 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.portfolio-block h5 a {
  color: #ffffff;
}

.portfolio-block:hover h5 a {
  color: #292c30;
}

.portfolio-block .cat {
  position: relative;
  display: block;
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 2px;
  color: rgba(255, 255, 255, 0.7);
}

.portfolio-block .cat span {
  position: relative;
}

.portfolio-block:hover .cat {
  color: #292c30;
}

.portfolio-block .more-link {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.portfolio-block:hover .more-link {
  opacity: 1;
  visibility: visible;
}

.portfolio-block .more-link a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 30px;
  padding: 12px 5px;
  text-align: center;
  background: #292c30;
  color: #d8f744;
  font-size: 22px;
  border-radius: 50%;
}

.portfolio-block .more-link a:hover {
  color: #ffffff;
}

/*** 

====================================================================
  Portfolio Details
====================================================================

***/

.project-details {
  position: relative;
  padding: 0 0 100px;
}

.project-details .upper-content {
  position: relative;
}

.project-details .upper-content .text-col {
  position: relative;
  margin-bottom: 40px;
}

.project-details .upper-content .text-col .inner {
  position: relative;
  display: block;
}

.project-details .text-col h3 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  max-width: 380px;
  margin-bottom: 25px;
}

.project-details .text-col .scope {
  position: relative;
  padding-left: 144px;
}

.project-details .text-col .scope .ttl {
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  font-size: 26px;
  font-weight: 300;
}

.project-details .text-col .scope .ttl span {
  color: #f2f2f2;
  opacity: 0.4;
}

.project-details .text-col .scope .ttl i {
  position: absolute;
  right: 0;
  top: 0;
  color: #d8f744;
  font-size: 28px;
}

.project-details .text-col .scope ul {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
}

.project-details .text-col .scope ul li {
  position: relative;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.project-details .text-col .text {
  position: relative;
  margin-right: -100px;
  font-size: 24px;
  line-height: 1.45em;
  z-index: 1;
}

.project-details .upper-content .image-col {
  position: relative;
  margin-bottom: 40px;
}

.project-details .upper-content .image-col .inner {
  position: relative;
  display: block;
}

.project-details .upper-content .image-col .image {
  position: relative;
  display: block;
  border-radius: 15px;
}

.project-details .upper-content .image-col img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 15px;
}

.project-details .images {
  position: relative;
}

.project-details .images .image {
  position: relative;
  display: block;
  margin-bottom: 50px;
  border-radius: 15px;
}

.project-details .images .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 15px;
}

.post-controls {
  position: relative;
  text-align: center;
  padding: 0 0;
  background: #383a3e;
}

.post-controls ul {
  position: relative;
  display: table;
  width: 100%;
  vertical-align: top;
}

.post-controls ul li {
  position: relative;
  float: left;
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.post-controls ul li a {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 40px;
  padding: 30px 10px;
  color: #ffffff;
  text-transform: capitalize;
  cursor: pointer;
}

.post-controls ul li:last-child {
  border-right: none;
}

/*** 

====================================================================
  Post Details
====================================================================

***/

.sidebar-page-container {
  position: relative;
  padding: 0 0 60px;
}

.sidebar-page-container .content-side {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-page-container .content-side .content-inner {
  position: relative;
  display: block;
  background: #393b3f;
  border-radius: 15px 15px 15px 15px;
}

.blog-details {
  position: relative;
  margin-bottom: 50px;
}

.blog-details .image-box {
  position: relative;
  display: block;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.blog-details .image-box img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.blog-details .lower {
  position: relative;
  display: block;
  padding: 35px 35px 0;
}

.blog-details h3 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-details h4 a {
  color: #ffffff;
}

.blog-details h4 a:hover {
  color: #d8f744;
}

.blog-details .info {
  position: relative;
  margin-bottom: 10px;
}

.blog-details .info .i-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 6px 8px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 4px 10px;
  border-radius: 5px;
}

.blog-details .info .i-block i {
  font-size: 10px;
  padding-right: 5px;
}

.blog-details .text-content {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 50px;
}

.blog-details .text-content p {
  margin-bottom: 30px;
}

.blog-details blockquote {
  position: relative;
  display: block;
  padding: 0 0 0 40px;
  font-size: 24px;
  line-height: 1.4em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 30px;
}

.blog-details blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 10px;
  background: #d8f744;
  border-radius: 5px;
}

.blog-details .post-tags {
  position: relative;
  padding: 32px 0;
}

.blog-details .post-tags .ttl {
  position: relative;
  font-size: 22px;
  padding-right: 20px;
}

.blog-details .post-tags a {
  position: relative;
  color: #ffffff;
  text-decoration: underline;
}

.sidebar-page-container .post-author {
  position: relative;
  margin: 0 35px 35px;
}

.sidebar-page-container .post-author .inner-box {
  position: relative;
  display: block;
  padding: 30px 20px 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
}

.sidebar-page-container .post-author .inner {
  position: relative;
  display: block;
  padding-left: 170px;
  padding-top: 16px;
  min-height: 140px;
}

.sidebar-page-container .post-author .inner:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -35px;
  width: 140px;
  height: 140px;
  background: #d8f744;
  border-radius: 15px 0 0 0;
}

.sidebar-page-container .post-author .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
}

.sidebar-page-container .post-author .image img {
  display: block;
  width: 100%;
}

.sidebar-page-container .post-author h5 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sidebar-page-container .post-author .text {
  position: relative;
  font-family: "Telegraf_UltraLight", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
}

.sidebar-page-container .post-comments {
  position: relative;
  margin: 0 35px 5px;
}

.post-comments h4 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}

.post-comments .comment {
  position: relative;
  margin: 0 0 30px;
}

.post-comments .comment .inner {
  position: relative;
  display: block;
  padding-left: 240px;
  min-height: 215px;
  padding-top: 12px;
}

.post-comments .comment .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  max-width: 100%;
}

.post-comments .comment .image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.post-comments .comment:hover .image:before {
  opacity: 0;
}

.post-comments .comment .image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  border-bottom: 7px solid #d8f744;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.post-comments .comment:hover .image:after {
  width: 100%;
}

.post-comments .comment .image img {
  display: block;
  width: 100%;
}

.post-comments .comment .c-info {
  position: relative;
  line-height: 20px;
  margin-bottom: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.post-comments .comment:hover .c-info {
  opacity: 1;
  visibility: visible;
}

.post-comments .comment .c-info i {
  position: relative;
  padding-right: 10px;
}

.post-comments .comment .text {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.post-comments .comment:hover .text {
  color: rgba(255, 255, 255, 1);
}

.post-comments .comment .link {
  position: relative;
  padding-top: 30px;
}

.post-comments .comment .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 2px 14px;
  color: #ffffff;
  border: 1px solid #d8f744;
  border-radius: 7px;
}

.post-comments .comment .link a:hover {
  color: #37393d;
  background: #d8f744;
}

.sidebar-page-container .add-comment {
  position: relative;
  margin: 0 35px 0px;
  padding-bottom: 10px;
}

.page-template-default .sidebar-page-container .add-comment {
  margin: 0;
}

.add-comment h4 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}

.add-comment form .row .form-group {
  padding-left: 0;
  padding-right: 0;
}

.add-comment form .theme-btn {
  display: block;
  width: 100%;
  border-radius: 15px;
}

.sidebar-page-container .sidebar-side {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .sidebar {
  position: relative;
  display: block;
}

.sidebar-side .sidebar-widget {
  position: relative;
  margin-bottom: 50px;
}

.sidebar-side .sidebar-title {
  position: relative;
  margin-bottom: 25px;
}

.sidebar-side .sidebar-title h5 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  overflow: hidden;
}

.sidebar-side .sidebar-title h5 span {
  position: relative;
  padding-right: 20px;
}

.sidebar-side .sidebar-title h5 span:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  width: 1000px;
  border-bottom: 2px solid #d8f744;
}

.sidebar-side .recent-post {
  position: relative;
}

.sidebar-side .recent-post .post {
  position: relative;
  margin: 0 0 30px;
}

.sidebar-side .recent-post .post:last-child {
  margin-bottom: 0;
}

.sidebar-side .recent-post .post .inner {
  position: relative;
  display: block;
  padding-left: 104px;
  min-height: 88px;
}

.sidebar-side .recent-post .post .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  border-radius: 15px;
}

.post-comments .comment:hover .image:after {
  width: 100%;
}

.sidebar-side .recent-post .post img {
  display: block;
  width: 100%;
  border-radius: 15px;
}

.sidebar-side .recent-post .post .date {
  position: relative;
  margin-bottom: 7px;
}

.sidebar-side .recent-post .post .date span {
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  color: #292c30;
  background: #d8f744;
  line-height: 1;
  padding: 2px 10px;
  border-radius: 7px;
}

.sidebar-side .recent-post .post .text {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.sidebar-side .recent-post .post .text a {
  color: #ffffff;
}

.sidebar-side .cat-widget {
  position: relative;
}

.sidebar-side .categories ul {
  position: relative;
}

.sidebar-side .categories ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.sidebar-side .categories ul li:last-child {
  margin-bottom: 0;
}

.sidebar-side .categories ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background: #d8f744;
  border-radius: 4px;
}

.sidebar-side .categories ul li a {
  position: relative;
  display: inline-block;
  font-family: "Telegraf_Regular", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
}

.sidebar-side .categories ul li a:hover {
  text-decoration: underline;
}

.sidebar-side .gallery-widget {
  position: relative;
}

.sidebar-side .gallery-widget .images {
  position: relative;
  margin: 0 -10px;
}

.sidebar-side .gallery-widget .images .image {
  position: relative;
  float: left;
  padding: 0 10px;
  width: 33.333%;
  margin-bottom: 20px;
}

.sidebar-side .gallery-widget .images .image-box {
  position: relative;
  display: block;
  border-radius: 7px;
}

.sidebar-side .gallery-widget .images .image-box img {
  display: block;
  width: 100%;
  border-radius: 7px;
}

.sidebar-side .gallery-widget .images .image-box .overlink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 54, 54, 0.62);
  opacity: 0;
  visibility: hidden;
  border-radius: 7px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.sidebar-side .gallery-widget .images .image:hover .image-box .overlink {
  opacity: 1;
  visibility: visible;
}

.sidebar-side .gallery-widget .images .image-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}

.active .spinner {
  width: 80px;
  height: 80px;
  border: 5px solid transparent;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -ms-animation: spin 7s 1 linear;
  animation: spin 7s 1 linear;
}

@keyframes spin {
  0% {
    border-top-color: transparent;
  }
  25% {
    border-top-color: #d8f744;
  }
  50% {
    border-top-color: #d8f744;
    border-right-color: #d8f744;
  }
  75% {
    border-top-color: #d8f744;
    border-right-color: #d8f744;
    border-bottom-color: #d8f744;
  }
  100% {
    border-top-color: #d8f744;
    border-right-color: #d8f744;
    border-bottom-color: #d8f744;
    border-left-color: #d8f744;
  }
}

/*** 

====================================================================
  Banner Section
====================================================================

***/

.banner-four {
  position: relative;
  padding: 0 0;
}

.banner-four .auto-container {
}

.banner-four .banner-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: table;
}

.banner-four .banner-slider-outer {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 100px 0;
}

.banner-four .banner-content {
  position: relative;
  display: block;
  padding-left: 520px;
}

.banner-four .pager-outer {
  position: absolute;
  left: 0;
  top: 0;
  width: 520px;
  height: 100%;
  display: table;
  vertical-align: middle;
}

.banner-four .pager-outer .pager-box {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.banner-four .pager-outer .pager-item {
  position: relative;
  display: block;
  padding: 20px 10px 20px 0;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.banner-four .pager-outer .pager-item:last-child {
  border-bottom: none;
}

.banner-four .pager-outer .pager-item.active {
  background: #d8f744;
  color: #292c30;
  padding-left: 120px;
  border-radius: 20px 0 0 20px;
}

.banner-four .pager-outer .pager-item .text {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 40px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.banner-four .pager-outer .pager-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 84px;
  height: 80px;
  line-height: 80px;
  background: #ffffff;
  color: #101010;
  font-size: 30px;
  text-align: center;
  border-radius: 20px 0 0 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.banner-four .pager-outer .pager-item.active .icon {
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease 300ms;
  -webkit-transition: all 500ms ease 300ms;
  -ms-transition: all 500ms ease 300ms;
  -o-transition: all 500ms ease 300ms;
  -moz-transition: all 500ms ease 300ms;
}

.banner-four .slider-box {
  position: relative;
  display: block;
}

.banner-four .slider-box .slide-item {
  position: relative;
}

.banner-four .slider-box .slide-item .slide-count {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 120px;
  padding: 30px 20px;
  font-weight: 700;
  font-size: 48px;
  color: #292c30;
  background: #d8f744;
  line-height: 60px;
  text-align: center;
  border-radius: 0 0 0 20px;
  z-index: 10;
}

.banner-four .slider-box .slide-item .cat {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  font-family: "Telegraf_Regular", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  padding-top: 2px;
}

.banner-four .slider-box .slide-item .cat span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 30px;
}

.banner-four .slider-box .slide-item .cat span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  border-bottom: 2px solid #d8f744;
}

.banner-four .slider-box .image-box {
  position: relative;
  display: block;
  border-radius: 20px 0 20px 0;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.8);
}

.banner-four .slider-box .image-box .image {
  position: relative;
  display: block;
  border-radius: 20px 0 20px 0;
}

.banner-four .slider-box .image-box img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px 0 20px 0;
}

.banner-four .bx-controls {
  display: none;
}

/*** 

====================================================================
  Banner Section
====================================================================

***/

.banner-five {
  position: relative;
  padding: 0 0;
  overflow: hidden;
}

.banner-five .auto-container {
  max-width: none;
  padding-left: 180px;
}

.banner-five .banner-container {
  position: relative;
  width: 100%;
}

.banner-five .banner-content-outer {
  position: relative;
  padding: 100px 0 100px;
  padding-top: 20vh;
}

.banner-five .horizontal-scroll-box {
  position: relative;
  display: block;
  overflow: auto;
}

.portfolio-item-two {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-item-two .inner-box {
  position: relative;
  display: block;
  min-height: 100%;
}

.portfolio-item-two .image {
  position: relative;
  display: block;
  border-radius: 20px 0 20px 0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.portfolio-item-two .inner-box:hover .image {
  border-radius: 0 0;
}

.portfolio-item-two .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px 0 20px 0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.portfolio-item-two .inner-box:hover .image img {
  border-radius: 0 0;
}

.portfolio-item-two .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  z-index: 1;
}

.portfolio-item-two .inner-box:hover .overlay {
  background-color: rgba(0, 0, 0, 0);
}

.portfolio-item-two .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 20px 30px 30px;
}

.portfolio-item-two h5 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.portfolio-item-two h5 a {
  color: #ffffff;
}

.portfolio-item-two .cat {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.7);
}

.portfolio-item-two .cat span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 30px;
}

.portfolio-item-two .cat span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  border-bottom: 2px solid #d8f744;
}

.banner-five .horizontal-scroll-box .portfolio-item-two {
  position: relative;
  float: left;
  width: 580px;
  padding-right: 80px;
  margin-bottom: 50px;
}

.banner-five .horizontal-scroll-box .mCSB_scrollTools .mCSB_draggerContainer {
  background: #292c30;
  height: 4px;
}

.banner-five
  .horizontal-scroll-box
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar {
  margin: 0 0;
}

.banner-five
  .horizontal-scroll-box
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_draggerRail {
  margin: 0 0;
}

/*** 

====================================================================
  Banner Section
====================================================================

***/

.banner-six {
  position: relative;
  padding: 0 0 80px;
}

.banner-six .auto-container {
  max-width: 1660px;
  padding: 0 50px;
}

.banner-six .banner-container {
  position: relative;
}

.banner-six .banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-six .slide-item {
  position: relative;
  width: 100%;
  padding: 0px;
  overflow: hidden;
}

.banner-six .slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.banner-six .slide-item .image-box {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  height: 60%;
  z-index: 7;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}

.banner-six .slide-item.alt .image-box {
  top: 0;
}

.banner-six .active .slide-item .image-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-six .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.banner-six .slide-item .image-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.banner-six .slide-item:hover .image-layer:before {
  background: rgba(0, 0, 0, 0);
}

.banner-six .slide-item .slide-count {
  position: absolute;
  left: 0;
  top: 15%;
  width: 100%;
  font-weight: 700;
  font-size: 110px;
  color: rgba(255, 255, 255, 0.15);
  line-height: 0.8em;
  text-align: center;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.banner-six .slide-item.alt .slide-count {
  top: 80%;
}

.banner-six .active .slide-item .slide-count {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-six .slide-item .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 20px 45px;
  text-align: center;
  width: 100%;
  z-index: 5;
}

.banner-six .slide-item .content-box {
  position: relative;
  display: table;
  vertical-align: bottom;
  width: 100%;
  padding: 130px 0px 0px;
  height: 1000px;
  min-height: 100vh;
  z-index: 10;
}

.banner-six .slide-item .content {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  z-index: 5;
}

.banner-six .slide-item h3 {
  position: relative;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.2em;
  margin: 0px 0px;
}

.banner-six .slide-item h3 a {
  color: #ffffff;
}

.banner-six .slide-item .cat {
  position: relative;
  display: block;
  font-weight: 600;
  line-height: 1.5em;
  padding-top: 5px;
}

.banner-six .slide-item .cat span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

.banner-six .slide-item .cat span:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  border-bottom: 2px solid #d8f744;
}

.banner-six .slide-item .cat span:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  border-bottom: 2px solid #d8f744;
}

.banner-six .owl-nav,
.banner-six .owl-dots {
  display: none;
}

/*** 

====================================================================
  Banner Section
====================================================================

***/

.banner-seven {
  position: relative;
  padding: 0 0;
  overflow: hidden;
}

.banner-seven .auto-container {
  max-width: 1440px;
}

.banner-seven .banner-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.banner-seven .banner-slider-outer {
  position: relative;
  display: block;
}

.banner-seven .pager-content {
  position: absolute;
  left: 180px;
  top: 50%;
  margin-top: -250px;
  width: 330px;
  height: 550px;
}

.banner-seven .pager-content .pager-outer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-seven .pager-content .pager-outer .pager-box {
  position: relative;
  display: block;
}

.banner-seven .pager-outer .pager-item {
  position: relative;
  display: block;
  padding: 25px 25px 25px;
  margin-bottom: 20px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.banner-seven .pager-outer .pager-item.active {
  background: rgba(255, 255, 255, 0.1);
}

.banner-seven .pager-outer .pager-item .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.7);
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.banner-seven .pager-outer .pager-item.active .text {
  border-top-color: #d8f744;
}

.banner-seven .pager-outer .pager-item .text strong {
  color: #fff;
  font-size: 20px;
}

.banner-seven .slider-box {
  position: relative;
  display: block;
}

.banner-seven .slide-item {
  position: relative;
  width: 100%;
  padding: 0px;
  height: 100vh;
  overflow: hidden;
}

.banner-seven .slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.banner-seven .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.banner-seven .slide-item .image-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner-seven .slide-item .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 100px 0px 50px;
  height: 100vh;
  min-height: 320px;
  z-index: 10;
}

.banner-seven .slide-item .content {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding-left: 130px;
  z-index: 5;
}

.banner-seven .slide-item .inner {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  max-width: 680px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

.banner-seven .slide-item[aria-hidden="false"] .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-seven .slide-item h1 {
  position: relative;
  font-weight: 700;
  font-size: 72px;
  color: #ffffff;
  letter-spacing: 4px;
  text-transform: capitalize;
  line-height: 1.1;
  margin: 0px 0px;
}

.banner-seven .slide-item .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  padding-top: 20px;
}

.banner-seven .slide-item .links-box {
  position: relative;
  display: block;
  padding-top: 25px;
}

.banner-seven .slide-item .links-box .link {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.banner-seven .bx-controls {
  display: none;
}

.banner-seven .scrollbar-thumb,
.banner-seven .scrollbar-thumb,
.banner-seven .scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}

/*** 

====================================================================
  Banner Section
====================================================================

***/

.banner-eight {
  position: relative;
  padding: 0 0;
  overflow: hidden;
}

.banner-eight .auto-container {
  max-width: 1240px;
}

.banner-eight .banner-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.banner-eight .banner-slider-outer {
  position: relative;
  display: block;
}

.banner-eight .pager-content {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding-left: 130px;
  text-align: center;
}

.banner-eight .pager-content .pager-box {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
}

.banner-eight .pager-box .pager-item {
  position: relative;
  display: block;
  float: left;
  width: 245px;
  min-height: 80px;
  margin-right: 20px;
}

.banner-eight .pager-box .pager-item:last-child {
  margin-right: 0;
}

.banner-eight .pager-box .pager-item .inner {
  position: relative;
  display: block;
  padding: 20px 10px 10px 100px;
  min-height: 80px;
  background: #070708;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.banner-eight .pager-box .pager-item.active {
}

.banner-eight .pager-box .pager-item.active .inner {
  border-bottom-color: #d8f744;
  color: #101010;
  background: #d8f744;
}

.banner-eight .pager-box .pager-item .image,
.banner-eight .pager-box .pager-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}

.banner-eight .pager-box .pager-item .count {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 5px;
}

.banner-eight .pager-box .pager-item .text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1.5em;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.banner-eight .slider-box {
  position: relative;
  display: block;
}

.banner-eight .slide-item {
  position: relative;
  width: 100%;
  padding: 0px;
  height: 100vh;
  overflow: hidden;
}

.banner-eight .slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.banner-eight .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.banner-eight .slide-item .image-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner-eight .slide-item .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 100px 0px 200px;
  height: 100vh;
  min-height: 320px;
  z-index: 10;
}

.banner-eight .slide-item .content {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding-left: 130px;
  z-index: 5;
}

.banner-eight .slide-item .inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

.banner-eight .slide-item[aria-hidden="false"] .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-eight .slide-item h1 {
  position: relative;
  font-weight: 700;
  font-size: 72px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1em;
  margin: 0px 0px;
}

.banner-eight .slide-item h4 {
  position: relative;
  font-weight: 400;
  font-size: 26px;
  color: #d8f744;
  text-transform: none;
  line-height: 1em;
  margin: 0px 0px 15px;
}

.banner-eight .slide-item h4 strong {
  font-family: "Telegraf_UltraBold", sans-serif;
}

.banner-eight .slide-item .links-box {
  position: relative;
  display: block;
  padding-top: 20px;
}

.banner-eight .slide-item .links-box .link {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.banner-eight .bx-controls {
  position: absolute;
  left: 0;
  bottom: 170px;
  padding-left: 130px;
  width: 100%;
  text-align: center;
}

.banner-eight .bx-controls .bx-prev,
.banner-eight .bx-controls .bx-next {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  font-size: 32px;
  color: #ffffff;
}

.banner-eight .bx-controls .bx-prev:hover,
.banner-eight .bx-controls .bx-next:hover {
  color: #d8f744;
}

/*** 

====================================================================
  Banner Section
====================================================================

***/

.banner-nine {
  position: relative;
  padding: 0 0;
  background: #3a3c40;
  min-height: 100vh;
  overflow: hidden;
}

.banner-nine .auto-container {
  max-width: 1300px;
}

.banner-nine .banner-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.banner-nine .slider-box {
  position: relative;
  display: block;
}

.banner-nine .slide-item {
  position: relative;
  width: 100%;
  padding: 0px;
  overflow: hidden;
}

.banner-nine .slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.banner-nine .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.banner-nine .slide-item .image-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner-nine .slide-item .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 130px 0px;
  min-height: 100vh;
  z-index: 10;
}

.banner-nine .slide-item .content {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  z-index: 5;
}

.banner-nine .slide-item .inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 970px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

.banner-nine .slide-item[aria-hidden="false"] .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-nine .slide-item .image-box {
  position: relative;
  display: block;
  max-width: 680px;
  border-radius: 20px;
  margin-left: 285px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
}

.banner-nine .slide-item[aria-hidden="false"] .image-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 800ms;
  -ms-transition: all 1000ms ease 800ms;
  -o-transition: all 1000ms ease 800ms;
  -moz-transition: all 1000ms ease 800ms;
  transition: all 1000ms ease 800ms;
}

.banner-nine .slide-item .image-box .image {
  display: block;
  border-radius: 20px;
}

.banner-nine .slide-item .image-box img {
  max-width: 100%;
  display: block;
  border-radius: 20px;
}

.banner-nine .slide-item .text-content {
  position: absolute;
  display: block;
  bottom: 65px;
  left: 100%;
  margin-left: -100px;
  width: 410px;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);
}

.banner-nine .slide-item[aria-hidden="false"] .text-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 1500ms;
  -ms-transition: all 1000ms ease 1500ms;
  -o-transition: all 1000ms ease 1500ms;
  -moz-transition: all 1000ms ease 1500ms;
  transition: all 1000ms ease 1500ms;
}

.banner-nine .slide-item .text-content .inner-box {
  position: relative;
  display: block;
  background: #101010;
  color: rgba(255, 255, 255, 0.7);
  padding: 40px 40px;
  border-radius: 20px;
}

.banner-nine .slide-item .text-content .ttl {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

.banner-nine .slide-item .text-content .ttl strong {
  font-size: 20px;
}

.banner-nine .slide-item .subtitle {
  position: absolute;
  left: 0;
  top: 75px;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  text-transform: none;
  line-height: 1em;
  margin: 0px 0px 15px;
}

.banner-nine .slide-item h1 {
  position: absolute;
  left: 0;
  top: 130px;
  font-weight: 700;
  font-size: 104px;
  letter-spacing: 4px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.1em;
  margin: 0px 0px;
}

.banner-nine .slide-item .slide-count {
  position: absolute;
  left: 0;
  top: 310px;
  font-weight: 400;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1em;
  margin: 0px 0px;
}

.banner-nine .slide-item .slide-count .line {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 16px;
  margin: 0 12px;
  width: 50px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.banner-nine .slide-item .slide-count .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  border-bottom: 2px solid #d8f744;
}

.banner-nine .slide-item .links-box .link {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.banner-nine .bx-controls {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 100%;
  text-align: center;
}

.banner-nine .bx-controls .bx-prev {
  position: absolute;
  left: 50px;
  top: 0;
  display: inline-block;
  margin: 0 0;
  font-size: 40px;
  color: #ffffff;
}

.banner-nine .bx-controls .bx-next {
  position: absolute;
  right: 50px;
  top: 0;
  display: inline-block;
  margin: 0 0;
  font-size: 40px;
  color: #ffffff;
}

.banner-nine .bx-controls .bx-prev:hover,
.banner-nine .bx-controls .bx-next:hover {
  color: #d8f744;
}

/*** 

====================================================================
  Banner Section
====================================================================

***/

.banner-ten {
  position: relative;
  padding: 0 0;
  overflow: hidden;
}

.banner-ten .auto-container {
  max-width: 980px;
}

.banner-ten .banner-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.banner-ten .banner-slider-outer {
  position: relative;
  display: block;
}

.banner-ten .slider-box {
  position: relative;
  display: block;
}

.banner-ten .slide-item {
  position: relative;
  width: 100%;
  padding: 0px;
  height: 100vh;
  overflow: hidden;
}

.banner-ten .slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.banner-ten .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.banner-ten .slide-item .image-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner-ten .slide-item .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 150px 0px 220px;
  height: 100vh;
  min-height: 320px;
  z-index: 10;
}

.banner-ten .slide-item .content {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  z-index: 5;
}

.banner-ten .slide-item .inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 740px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

.banner-ten .slide-item[aria-hidden="false"] .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-ten .slide-item h1 {
  position: relative;
  font-weight: 700;
  font-size: 72px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.1em;
  margin: 0px 0px;
}

.banner-ten .slide-item h4 {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  color: #d8f744;
  text-transform: none;
  line-height: 1em;
  margin: 0px 0px 15px;
}

.banner-ten .slide-item h4 strong {
  font-family: "Telegraf_UltraBold", sans-serif;
}

.banner-ten .slide-item .bottom-content {
  position: absolute;
  left: 0px;
  margin-left: 130px;
  right: 130px;
  bottom: 0;
  overflow: hidden;
  z-index: 12;
}

.banner-ten .slide-item .bottom-content .bottom-inner {
  position: relative;
  display: block;
  min-height: 250px;
  padding: 70px 150px 70px 180px;
  background: #121416;
}

.banner-ten .slide-item .bottom-content .bottom-inner:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: -1px;
  width: 2000px;
  height: 100%;
  background: #121416;
}

.banner-ten .slide-item .bottom-content .text {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  padding-top: 25px;
  line-height: 30px;
}

.banner-ten .slide-item .bottom-content .count {
  position: absolute;
  left: 1px;
  top: 70px;
  width: 140px;
  text-align: center;
  font-weight: 700;
  font-size: 56px;
  color: #d8f744;
  line-height: 106px;
  height: 110px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.banner-ten .slide-item .slide-count {
  position: absolute;
  right: 60px;
  bottom: 100px;
  font-weight: 700;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1em;
  margin: 0px 0px;
  z-index: 12;
}

.banner-ten .bx-controls {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 940px;
  height: 250px;
  max-width: 100%;
  margin-left: -470px;
  text-align: right;
}

.banner-ten .bx-controls .bx-controls-direction {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-ten .bx-controls .bx-prev,
.banner-ten .bx-controls .bx-next {
  position: relative;
  display: block;
  margin: 0 0;
  font-size: 32px;
  color: #ffffff;
  background: #383d42;
  width: 125px;
  height: 125px;
  line-height: 125px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-ten .bx-controls .bx-next {
  color: #101010;
  background: #d8f744;
}

.banner-ten .bx-controls .bx-prev:hover,
.banner-ten .bx-controls .bx-next:hover {
  color: #101010;
  background: #d8f744;
}

/*** 

====================================================================
  Banner Section
====================================================================

***/

.banner-eleven {
  position: relative;
  padding: 0 0;
  overflow: hidden;
}

.banner-eleven .auto-container {
  max-width: 1240px;
}

.banner-eleven .banner-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.banner-eleven .banner-slider-outer {
  position: relative;
  display: block;
}

.banner-eleven .slider-box {
  position: relative;
  display: block;
}

.banner-eleven .slide-item {
  position: relative;
  width: 100%;
  padding: 0px;
  height: 100vh;
  overflow: hidden;
}

.banner-eleven .slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.banner-eleven .slide-item .image-layer {
  position: absolute;
  left: 50%;
  margin-left: 150px;
  top: 20%;
  right: 0;
  bottom: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 0 0 0;
  z-index: 1;
}

.banner-eleven .slide-item .image-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px 0 0 0;
  z-index: 1;
}

.banner-eleven .slide-item .image-layer .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -90px 0 0 -90px;
  width: 180px;
  height: 180px;
  font-size: 48px;
  line-height: 180px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0) translateY(100px);
  -ms-transform: scale(0) translateY(100px);
  transform: scale(0) translateY(100px);
  z-index: 1;
}

.banner-eleven .slide-item[aria-hidden="false"] .image-layer .arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: all 1500ms ease 1500ms;
  -ms-transition: all 1500ms ease 1500ms;
  -o-transition: all 1500ms ease 1500ms;
  -moz-transition: all 1500ms ease 1500ms;
  transition: all 1500ms ease 1500ms;
}

.banner-eleven .slide-item .left-thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.banner-eleven .slide-item .left-thumb .image {
  position: relative;
  display: block;
  width: 350px;
  border-radius: 0 20px 0 0;
  overflow: hidden;
}

.banner-eleven .slide-item .left-thumb .image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.banner-eleven .slide-item .left-thumb .image img {
  width: 100%;
}

.banner-eleven .slide-item .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 50px 0px 0;
  height: 100vh;
  min-height: 320px;
  z-index: 10;
}

.banner-eleven .slide-item .content {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  z-index: 5;
}

.banner-eleven .slide-item .inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 520px;
  margin-left: 350px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

.banner-eleven .slide-item[aria-hidden="false"] .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-eleven .slide-item .slide-count {
  position: relative;
  width: 140px;
  line-height: 106px;
  height: 110px;
  text-align: center;
  font-weight: 400;
  font-size: 64px;
  color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.banner-eleven .slide-item h1 {
  position: relative;
  font-weight: 700;
  font-size: 72px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0px 0px;
}

.banner-eleven .slide-item .text {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  text-transform: none;
  line-height: 1.2em;
  margin-top: 24px;
}

.banner-eleven .slide-item .links-box {
  position: relative;
  display: block;
  padding-top: 40px;
}

.banner-eleven .slide-item .links-box .link {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.banner-eleven .bx-controls {
  position: absolute;
  right: 70px;
  bottom: 50px;
  text-align: center;
}

.banner-eleven .bx-controls .bx-prev,
.banner-eleven .bx-controls .bx-next {
  position: relative;
  display: block;
  margin: 0 0 20px;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-eleven .bx-controls .bx-prev:hover,
.banner-eleven .bx-controls .bx-next:hover {
  color: #101010;
  border-color: #d8f744;
  background: #d8f744;
}

/* Cursor*/
.cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 140px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  /* transition-duration: 200ms; 
  transition-timing-function: ease-out;*/
  -ms-animation: cursorAnim 1s infinite alternate;
  animation: cursorAnim 1s infinite alternate;
  pointer-events: none;
  z-index: 99999;
}

.cursor:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  background: #d8f744;
  border-radius: 50%;
  -ms-animation: cursorAnim2 1.5s infinite alternate;
  animation: cursorAnim2 1.5s infinite alternate;
}

.admin-bar .cursor {
  margin-top: -32px;
}

@keyframes cursorAnim {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
@keyframes cursorAnim2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.4);
  }
}
@keyframes cursorAnim3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.expand {
  animation: cursorAnim3 0.5s forwards;
  border: 1px solid #d8f744;
}
