@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --color-white: #FFF;
  --color-white-dim: #C2C2C2;
  --color-white-dim-2: #707070;
  --color-white-dim-3: #333333;
  --color-black: #000000;
  --color-black-light: #030102;
  --color-black-extralight: #020203;
  --color-black-dimlight: #131313;
  --color-black-dimlight-2: #171717;
  --color-yellow: #D5CE04;
  --color-yellow-dark: #FFCB01; }

.white {
  color: var(--color-white); }

.white-dim {
  color: var(--color-white-dim); }

.black {
  color: var(--color-black); }

.yellow {
  color: var(--color-yellow); }

.yellow-dark {
  color: var(--color-yellow-dark); }

.bg-black {
  background-color: var(--color-black); }

.bg-black-dimlight {
  background-color: var(--color-black-dimlight-2); }

.bg-dim {
  background-color: #17171730; }

.bg-dim3 {
  background-color: var(--color-white-dim-3); }

.border-warning {
  border-color: var(--color-yellow) !important; }

.border-warning-top {
  border-top: 1px solid var(--color-yellow) !important; }

.border-warning-bottom {
  border-bottom: 1px solid var(--color-yellow) !important; }

.border-warning-top-dotted {
  border-top: 1px dotted var(--color-yellow) !important; }

.border-primary {
  border: 1px solid var(--color-white-dim-2) !important; }

.border-primary-top {
  border-top: 1px solid var(--color-white-dim-2) !important; }

.border-primary-bottom {
  border-bottom: 1px solid var(--color-white-dim-2) !important; }

.bg-gradient {
  background-image: linear-gradient(to bottom, #d8d225, #b6b224, #969222, #77741e, #59571a); }

:root {
  --font-family-rubik-sans-serif: 'Rubik', sans-serif;
  --font-family-rubik: var(--font-family-rubik-sans-serif);
  --font-size-base: 1rem;
  --font-size-large: 3.125rem;
  --font-size-md: 1.875rem;
  --font-size-small: 0.875rem;
  --font-size-smaller: .75rem;
  --font-size-xs: .575rem;
  --font-size-smallest: .35rem;
  --line-height-base: 20px;
  --line-height-medium: 24px; }

.rubik {
  font-family: var(--font-family-rubik); }

.rubik-lite {
  font-family: var(--font-family-rubik);
  font-weight: 300; }

.rubik-regular {
  font-family: var(--font-family-rubik);
  font-weight: 400; }

.rubik-medium {
  font-family: var(--font-family-rubik);
  font-weight: 500; }

.rubik-semibold {
  font-family: var(--font-family-rubik);
  font-weight: 600; }

.rubik-bold {
  font-family: var(--font-family-rubik);
  font-weight: 700; }

.rubik-extrabold {
  font-family: var(--font-family-rubik);
  font-weight: 800; }

.lh-17 {
  line-height: calc(var(--line-height-base) - 1px); }

.lh-18 {
  line-height: calc(var(--line-height-base) - 2px); }

.lh-20 {
  line-height: var(--line-height-base); }

.lh-24 {
  line-height: var(--line-height-medium); }

.lh-30 {
  line-height: calc(var(--line-height-medium) + 6px); }

.lh-64 {
  line-height: 64px; }

.lh-70 {
  line-height: 70px; }

.fs-10 {
  font-size: calc(var(--font-size-base) - 0.375rem); }

.fs-12 {
  font-size: calc(var(--font-size-base) - 0.25rem); }

.fs-13 {
  font-size: calc(var(--font-size-base) - 0.188rem); }

.fs-14 {
  font-size: calc(var(--font-size-base) - 0.125rem); }

.fs-16 {
  font-size: var(--font-size-base); }

.fs-18 {
  font-size: calc(var(--font-size-base) + 0.125rem); }

.fs-20 {
  font-size: calc(var(--font-size-base) + 0.25rem); }

.fs-22 {
  font-size: calc(var(--font-size-base) + 0.375rem); }

.fs-24 {
  font-size: calc(var(--font-size-md) - 0.375rem); }

.fs-27 {
  font-size: calc(var(--font-size-md) - 0.188rem); }

.fs-28 {
  font-size: calc(var(--font-size-md) - 0.125rem); }

.fs-32 {
  font-size: calc(var(--font-size-md) + 0.125rem); }

.fs-38 {
  font-size: calc(var(--font-size-large) - 0.75rem); }

.fs-50 {
  font-size: var(--font-size-large); }

.fs-55 {
  font-size: calc(var(--font-size-large) + 0.313rem); }

.fs-60 {
  font-size: calc(var(--font-size-large) + 0.625rem); }

.fs-68 {
  font-size: calc(var(--font-size-large) + 1.125rem); }

.fs-77 {
  font-size: calc(var(--font-size-large) + 2.125rem); }

a {
  color: var(--color-white);
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: var(--color-yellow);
    text-decoration: none; }

.bg-image-one {
  background-image: url(../img/bg-one.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }

.bg-image-two {
  background-image: url(../img/bg-two.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }

.bg-image-three {
  background-image: url(../img/bg-three.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }

.bg-image-four {
  background-image: url(../img/bg-four.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }

.bg-image-five {
  background-image: url(../img/bg-five.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }

.bg-image-six {
  background-image: url(../img/bg-six.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }

.bg-image-eight {
  background-image: url(../img/bg-eight.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }

hr.divider {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid var(--color-yellow-dark);
  width: 3rem; }

.simple-title {
  color: var(--color-white);
  font-size: calc(var(--font-size-large) + 0.313rem);
  line-height: 55px;
  font-family: var(--font-family-rubik);
  font-weight: 500;
  text-transform: uppercase; }

.title {
  color: var(--color-white);
  font-size: calc(var(--font-size-large) + 0.313rem);
  line-height: 55px;
  font-family: var(--font-family-rubik);
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-left: 25px; }
  .title::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: var(--color-yellow);
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }

.title-2 {
  color: var(--color-white);
  font-size: calc(var(--font-size-large) + 0.313rem);
  line-height: 55px;
  font-family: var(--font-family-rubik);
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px; }
  .title-2::after {
    content: '';
    width: 3rem;
    height: 2px;
    background-color: var(--color-yellow);
    border: 0;
    position: absolute;
    bottom: -15px;
    left: 50%;
    right: 0;
    transform: translateX(-50%) translateY(-50%); }

.before {
  position: relative;
  padding-left: 25px; }
  .before::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: var(--color-yellow);
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }

.after {
  position: relative;
  margin-bottom: 30px; }
  .after::after {
    content: '';
    width: 3rem;
    height: 2px;
    background-color: var(--color-yellow);
    border: 0;
    position: absolute;
    bottom: -15px;
    left: 50%;
    right: 0;
    transform: translateX(-50%) translateY(-50%); }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-yellow);
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-bottom: 1px solid var(--color-white-dim-2);
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .form-control:hover, .form-control:focus {
    color: var(--color-yellow);
    background-color: #0f0e0eb3;
    border-color: var(--color-yellow);
    outline: 0;
    box-shadow: none; }

.btn {
  font-family: var(--font-family-rubik);
  font-weight: 400;
  text-transform: uppercase;
  padding: .375rem 1.5rem; }

/* Button Hover Out Horizontal Effect */
.btn-outline-primary {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  color: var(--color-yellow);
  border-color: var(--color-yellow);
  outline: none; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    background-color: transparent; }
  .btn-outline-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .btn-outline-primary:hover:before, .btn-outline-primary:focus:before, .btn-outline-primary:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .btn-outline-primary:before {
    color: var(--color-yellow);
    background-color: var(--color-yellow);
    box-shadow: 0 0 0 0.2rem #d5ce0461; }
  .btn-outline-primary:hover, .btn-outline-primary:active {
    color: var(--color-black);
    border-color: var(--color-yellow); }
  .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    color: var(--color-black);
    border-color: var(--color-yellow);
    box-shadow: 0 0 0 0.2rem #d5ce0461;
    background-color: var(--color-yellow); }

.btn-primary {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  color: var(--color-white);
  border-color: var(--color-yellow);
  border: 1px solid var(--color-yellow);
  border-radius: .25rem;
  outline: none; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: transparent; }
  .btn-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .btn-primary:before {
    color: var(--color-white);
    background-color: var(--color-yellow);
    box-shadow: 0 0 0 0.2rem #d5ce0461; }
  .btn-primary:hover, .btn-primary:active {
    color: var(--color-white);
    border-color: var(--color-yellow); }
  .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
    color: var(--color-white);
    border-color: var(--color-yellow);
    box-shadow: 0 0 0 0.2rem #d5ce0461;
    background-color: var(--color-yellow); }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slider {
  width: 100%; }

.slick-slide {
  margin: 0px 20px; }

.slick-slide img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.slick-prev:before,
.slick-next:before {
  color: var(--color-yellow); }

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2; }

.slick-active {
  opacity: 1; }

.slick-current {
  opacity: 1; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body {
  font-size: 1rem;
  font-family: var(--font-family-rubik);
  color: var(--color-white);
  background-color: var(--color-black-extralight); }

p {
  font-size: var(--font-size-base);
  color: var(--color-white-dim);
  line-height: calc(var(--line-height-medium) + 6px); }

#loading {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background-color: var(--color-black-light);
  z-index: 9999;
  text-align: center; }

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%); }

.offcanvas-active {
  overflow: hidden; }

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity .2s linear, visibility .1s, width 1s ease-in; }

.screen-overlay.show {
  transition: opacity .5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible; }

.offcanvas {
  width: 350px;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all .2s;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1200;
  overflow-y: scroll;
  overflow-x: hidden;
  background-image: url(../img/bg-sidebar.png);
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.offcanvas.offcanvas-right {
  right: 0;
  left: auto;
  transform: translateX(100%); }

.offcanvas.show {
  visibility: visible;
  transform: translateX(0);
  transition: transform .2s; }

.offcanvas .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: var(--color-yellow);
  font-size: 35px;
  padding: 0px 10px;
  line-height: 35px;
  border: 0;
  background-color: transparent;
  transition: all 1s; }
  .offcanvas .btn-close:hover, .offcanvas .btn-close:focus {
    transition: all 1s;
    transform: rotate(360deg) scale(1.5, 2); }

.offcanvas ul.menu {
  list-style: none;
  padding: 0; }
  .offcanvas ul.menu li a {
    color: var(--color-white);
    font-size: calc(var(--font-size-md) - 0.375rem);
    font-weight: 300;
    padding: .5rem 1.5rem;
    transition: all .4s;
    transform: scale(1, 1);
    display: block; }
  .offcanvas ul.menu li:hover a, .offcanvas ul.menu li:focus a .offcanvas ul.menu li.active a {
    background-color: transparent;
    transition: all .4s;
    transform: translateX(3.5rem) scale(1.5, 2);
    color: var(--color-yellow); }

/* ======================================================
                    Header
====================================================== */
header {
  background-color: #030102;
  border-bottom: 1px solid var(--color-yellow); }
  header .navbar-brand {
    margin-bottom: -35px;
    z-index: 1; }
  header .nav-item .nav-link {
    color: var(--color-white);
    transition: all .4s;
    margin-right: 1rem; }
    header .nav-item .nav-link:hover, header .nav-item .nav-link:focus {
      color: var(--color-yellow);
      transition: all .4s;
      transform: scale(1.5); }
  header .menu-hamburger {
    color: var(--color-white);
    background-color: transparent;
    border-color: transparent;
    font-size: 24px;
    padding: 0 15px;
    vertical-align: middle;
    border: 0;
    outline: none;
    box-shadow: none;
    transition: all .4s; }
    header .menu-hamburger:hover, header .menu-hamburger:focus {
      background-color: transparent;
      color: var(--color-yellow);
      border: 0;
      outline: none;
      box-shadow: none;
      transition: all .4s;
      transform: scale(1.5); }
    header .menu-hamburger i {
      vertical-align: middle; }

/* ======================================================
                    Footer
====================================================== */
footer {
  background-color: var(--color-black-dimlight); }
  footer h4 {
    background-image: url(../img/title-tag.png);
    background-repeat: no-repeat;
    color: var(--color-white);
    font-size: calc(var(--font-size-base) + 0.375rem);
    padding-left: 25px;
    background-position: 0;
    background-size: 12px;
    margin-bottom: 25px; }
  footer ul {
    list-style: none;
    padding: 0; }
    footer ul li {
      background-image: url(../img/foot-arrow.png);
      background-repeat: no-repeat;
      color: var(--color-white);
      font-size: calc(var(--font-size-base) - 0.188rem);
      background-position: 0;
      transition: all .4s;
      transform: translateX(0px); }
      footer ul li .nav-link {
        color: var(--color-white);
        padding: .25rem 1rem;
        text-transform: capitalize; }
      footer ul li:hover {
        transform: translateX(7px);
        transition: all .4s; }
  footer .custom-html-widget {
    color: var(--color-white-dim);
    font-size: calc(var(--font-size-base) - 0.25rem);
    line-height: calc(var(--line-height-base) - 1px); }
  footer p {
    margin: 0;
    color: var(--color-yellow);
    font-size: calc(var(--font-size-base) - 0.25rem);
    line-height: calc(var(--line-height-base) - 1px); }

/* ======================================================
                    Slider Section
====================================================== */
.home-slider h1 {
  color: var(--color-white);
  font-size: calc(var(--font-size-large) + 2.125rem);
  font-family: var(--font-family-rubik);
  font-weight: 700;
  text-transform: uppercase; }
  .home-slider h1 b {
    color: var(--color-yellow);
    font-weight: 700; }
.home-slider p {
  font-size: calc(var(--font-size-md) - 0.375rem);
  font-weight: 300;
  color: var(--color-white); }
.home-slider .carousel-caption {
  position: absolute;
  right: 8%;
  bottom: 0;
  top: 20%;
  left: 8%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left; }

/* ======================================================
                    Home Card Section
====================================================== */
.home-card-section .card {
  padding: 25px 0;
  background-image: url(../img/bg-sidebar.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }

/* ======================================================
                    Home About Section
====================================================== */
.home-about-section {
  background-image: url(../img/bg-seven.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }

/* ================================================================
                        Video Section
=================================================================*/
.home-video-section {
  background-image: url(../img/bg-six.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }

.video-sec {
  background-color: #D2E0EA30; }

.video-main-sec {
  position: relative; }

.video-main-sec video {
  object-fit: fill;
  pointer-events: none;
  height: 457px;
  width: 100%; }

.video-main-sec .video-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  transition: all .5s ease;
  background-color: #00000033; }

.video-main-sec .video-cover:hover {
  background-color: #000000a3; }

.video-main-sec .video-cover b {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-color: var(--color-white);
  border-radius: 50%;
  vertical-align: middle;
  z-index: 10;
  transition: all .5s ease;
  color: #ffffff; }

.video-main-sec .video-cover b:hover,
.video-main-sec .video-cover b:focus {
  background-color: #ffffff;
  color: var(--color-yellow);
  transition: all .5s ease; }

.video-main-sec .video-cover b i {
  vertical-align: middle;
  font-size: 20px;
  padding: 15px 0 0 15px;
  transition: all .5s ease;
  color: var(--color-yellow); }

.video-main-sec .video-cover b:hover i {
  color: var(--color-yellow); }

.video-main-sec .video-cover b.pause {
  opacity: 0;
  display: none;
  transition: all .5s ease; }

.video-main-sec .video-cover:hover .pause {
  opacity: 1; }

.video-main-sec .video-cover b:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--color-yellow);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 5; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@media (max-width: 991px) {
  .video-main-sec video {
    height: 450px;
    width: 100%; } }
@media (max-width: 767px) {
  .video-main-sec video {
    height: 350px;
    width: 100%; } }
/* ======================================================
              Why Modern Software Section
====================================================== */
.home-whyms-section {
  background-image: url(../img/bg-five.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }
  .home-whyms-section ul {
    list-style-type: none;
    padding: 0;
    columns: 2;
    color: var(--color-white);
    font-size: calc(var(--font-size-base) + 0.125rem);
    font-family: var(--font-family-rubik);
    font-weight: 500; }
    .home-whyms-section ul li {
      margin-bottom: 10px;
      position: relative;
      padding-left: 15px; }
      .home-whyms-section ul li::before {
        content: '';
        width: 1px;
        height: 17px;
        background-color: var(--color-yellow);
        border: 0;
        position: absolute;
        top: 3px;
        bottom: 0;
        left: 0; }

/* ======================================================
                  Our Services Section
====================================================== */
.home-our-service {
  background-image: url(../img/bg-four.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }
  .home-our-service .grid {
    position: relative;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(23.33333%, 1fr));
    grid-template-rows: minmax(250px, auto);
    grid-auto-flow: dense;
    grid-gap: 10px; }
    .home-our-service .grid .grid-item {
      display: grid;
      position: relative;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      min-height: 250px;
      background-color: #707070; }
      .home-our-service .grid .grid-item:nth-child(1) {
        grid-column: span 1;
        grid-row: span 1; }
      .home-our-service .grid .grid-item:nth-child(2) {
        grid-column: span 2;
        grid-row: span 1; }
      .home-our-service .grid .grid-item:nth-child(3) {
        grid-column: span 1;
        grid-row: span 1; }
      .home-our-service .grid .grid-item:nth-child(4) {
        grid-column: span 2;
        grid-row: span 1; }
      .home-our-service .grid .grid-item:nth-child(5) {
        grid-column: span 1;
        grid-row: span 1; }
    @media (max-width: 767px) {
      .home-our-service .grid .grid .grid-item:nth-child(1) {
        grid-column: span 2;
        grid-row: span 1; }
      .home-our-service .grid .grid .grid-item:nth-child(2) {
        grid-column: span 2;
        grid-row: span 2; }
      .home-our-service .grid .grid .grid-item:nth-child(3) {
        grid-column: span 2;
        grid-row: span 1; }
      .home-our-service .grid .grid .grid-item:nth-child(4) {
        grid-column: span 2;
        grid-row: span 3; }
      .home-our-service .grid .grid .grid-item:nth-child(5) {
        grid-column: span 2;
        grid-row: span 1; }
      .home-our-service .grid .grid .grid-item:nth-child(6) {
        grid-column: span 2;
        grid-row: span 2; } }

/* ======================================================
              Process Work Section
====================================================== */
.home-proceswork-section {
  background-image: url(../img/bg-three.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }

/* ======================================================
              Our Work And Counter Section
====================================================== */
.our-work-section {
  background-image: url(../img/bg-four.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }
  .our-work-section .counter-section {
    border-top: 1px solid var(--color-yellow);
    border-bottom: 1px solid var(--color-yellow); }
    .our-work-section .counter-section .border-right {
      border-right: 1px solid var(--color-yellow) !important; }
  .our-work-section .border-bottom {
    border-bottom: 1px solid var(--color-white-dim-2) !important; }
  .our-work-section .slidecontainer {
    background-color: var(--color-black-dimlight-2);
    border: 1px solid var(--color-white-dim-2);
    padding: 30px 0;
    border-radius: 0.352rem; }

/* ======================================================
              Testimonial Section
====================================================== */
.testimonial-section {
  background-image: url(../img/bg-two.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }
  .testimonial-section .carousel .carousel-item img.testimoni-avtar {
    height: 120px;
    width: 120px;
    border-radius: 50%; }
  .testimonial-section .carousel .carousel-control-next, .testimonial-section .carousel .carousel-control-prev {
    top: -65%;
    width: 55%;
    color: var(--color-yellow); }

/* ======================================================
                    About Page
====================================================== */
.team-section {
  background-image: url(../img/bg-team.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }
  .team-section .team-card {
    position: relative;
    text-align: center;
    border: 1px solid var(--color-white-dim-2); }
    .team-section .team-card .middle {
      transition: .5s ease;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center; }
      .team-section .team-card .middle .text {
        background-color: #4CAF50;
        color: white;
        font-size: 16px;
        padding: 16px 32px; }
    .team-section .team-card:hover img {
      opacity: 0.3; }
    .team-section .team-card:hover .middle {
      opacity: 1; }
  .team-section .about-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000070;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    z-index: 1; }
  .team-section .about-card:hover .overlay {
    height: 100%;
    padding: 15px; }
  .team-section .about-card .aboutcardbody {
    background-color: #00000070;
    position: absolute;
    width: 100%;
    bottom: 0;
    transition: all .5s; }
  .team-section .about-card:hover .aboutcardbody {
    z-index: -1;
    transition: all .5s; }

.about-why-section {
  background-image: url(../img/bg-seven.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }

.about-belive-section .card .card-header {
  padding: 1.5rem 1rem;
  border-bottom: 1px dotted var(--color-yellow); }

/* ======================================================
                    Service Page
====================================================== */
/* ======================================================
                    Image Ovelry Effect
====================================================== */
.image-ovely-effect {
  position: relative; }
  .image-ovely-effect .image {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden; }
  .image-ovely-effect:hover .image {
    opacity: 0.3; }
  .image-ovely-effect .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }
  .image-ovely-effect:hover .middle {
    opacity: 1; }
  .image-ovely-effect .text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px; }

/* ======================================================
                    PortPolio Page
====================================================== */
.portpolio {
  background-image: url(../img/bg-nine.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%; }
  .portpolio .portpolio-our-work-sec h2 {
    color: var(--color-white);
    font-size: calc(var(--font-size-large) + 0.313rem);
    line-height: 55px;
    font-family: var(--font-family-rubik);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 45px; }
  .portpolio .portpolio-our-work-sec .nav-pills .nav-link {
    border-radius: .25rem;
    line-height: calc(var(--line-height-base) - 2px);
    font-family: var(--font-family-rubik);
    font-weight: 400;
    color: var(--color-white);
    text-transform: capitalize;
    position: relative;
    padding-left: 35px;
    padding: 1rem 1rem 1rem 2.4rem;
    transition: all .4s;
    transform: translateX(0px); }
    .portpolio .portpolio-our-work-sec .nav-pills .nav-link::before {
      content: '';
      width: 1.5rem;
      height: 2px;
      background-color: var(--color-yellow);
      border: 0;
      position: absolute;
      top: 50%;
      left: 0; }
    .portpolio .portpolio-our-work-sec .nav-pills .nav-link:hover, .portpolio .portpolio-our-work-sec .nav-pills .nav-link:focus, .portpolio .portpolio-our-work-sec .nav-pills .nav-link.active, .portpolio .portpolio-our-work-sec .nav-pills .nav-link .show > .nav-link {
      color: var(--color-yellow);
      background-color: transparent;
      transition: all .4s;
      transform: translateX(10px); }

.ourwok-gallry-section .masonry {
  columns: 2;
  column-gap: 16px; }
@media (max-width: 1200px) {
  .ourwok-gallry-section .masonry {
    columns: 3; } }
@media (max-width: 992px) {
  .ourwok-gallry-section .masonry {
    columns: 2; } }
.ourwok-gallry-section .masonry .grid {
  display: inline-block;
  margin: 0 10px 40px 10px;
  position: relative;
  padding: 4.5rem 1rem;
  border: 1px solid var(--color-white-dim-3);
  background-color: var(--color-black-dimlight-2);
  border-radius: 0.535rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .ourwok-gallry-section .masonry .grid:hover {
    border: 1px solid var(--color-yellow); }
.ourwok-gallry-section .masonry .grid:nth-child(1) {
  margin-top: -5rem; }
.ourwok-gallry-section .masonry .grid:nth-child(2) {
  margin-top: 0; }
.ourwok-gallry-section .masonry .grid:before {
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2); }
.ourwok-gallry-section .masonry .grid img {
  width: 100%;
  border-radius: 5px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
.ourwok-gallry-section .masonry .grid:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.ourwok-gallry-section .masonry .grid__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  padding: 1rem 1.5rem;
  background-color: #000000c2;
  border-bottom-left-radius: 0.535rem;
  border-bottom-right-radius: 0.75rem;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  opacity: 0; }
.ourwok-gallry-section .masonry .grid:hover .grid__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.5rem;
  background-color: #000000c2;
  opacity: 1; }
.ourwok-gallry-section .masonry .grid__link {
  font-size: calc(var(--font-size-md) - 0.375rem);
  font-family: var(--font-family-rubik);
  font-weight: 400;
  text-decoration: none;
  color: var(--color-white);
  display: block;
  background-image: url(../img/foot-arrow2.png);
  background-repeat: no-repeat;
  background-position: 80%;
  transition: all .4s;
  transform: translateX(0px); }
  .ourwok-gallry-section .masonry .grid__link:hover {
    background-position: 95%;
    transform: translateX(15px); }

/* ======================================================
                    Technology Page
====================================================== */
.technology-section .tech-nav .nav-pills li {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  list-style-type: decimal-leading-zero;
  color: var(--color-white);
  font-size: calc(var(--font-size-base) + 0.125rem);
  font-weight: 500;
  transition: all .4s;
  transform: translateX(0px); }
  .technology-section .tech-nav .nav-pills li:hover, .technology-section .tech-nav .nav-pills li:focus, .technology-section .tech-nav .nav-pills li.active {
    color: var(--color-yellow);
    background-color: transparent;
    transition: all .4s;
    transform: translateX(10px); }
  .technology-section .tech-nav .nav-pills li a {
    border-radius: .25rem;
    font-size: calc(var(--font-size-base) + 0.125rem);
    line-height: calc(var(--line-height-base) - 2px);
    font-family: var(--font-family-rubik);
    font-weight: 500;
    color: var(--color-white);
    text-transform: capitalize;
    padding: 1rem 1rem 1rem 0.5rem;
    display: block;
    text-decoration: none; }
  .technology-section .tech-nav .nav-pills li:hover a, .technology-section .tech-nav .nav-pills li:focus a, .technology-section .tech-nav .nav-pills li.active a {
    color: var(--color-yellow); }
.technology-section .tabpanelfirst .tech-title {
  color: var(--color-white);
  font-size: calc(var(--font-size-large) + 0.313rem);
  line-height: 55px;
  font-family: var(--font-family-rubik);
  font-weight: 500;
  text-transform: uppercase;
  font-size: calc(var(--font-size-large) + 1.125rem);
  line-height: 70px; }

/* ======================================================
                    Technology Page
====================================================== */
.logged-in.login {
  background-image: url(../img/login-page.png);
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .logged-in.login .loginpage-section .logsec-content {
    background-color: #0f0e0eb3; }
    .logged-in.login .loginpage-section .logsec-content .form-control {
      display: block;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: var(--color-yellow);
      background-color: transparent;
      background-clip: padding-box;
      border: 0;
      border-bottom: 1px solid var(--color-white-dim-2);
      border-radius: 0;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      border: 1px solid var(--color-white-dim-2);
      border-radius: .25rem; }
      .logged-in.login .loginpage-section .logsec-content .form-control:hover, .logged-in.login .loginpage-section .logsec-content .form-control:focus {
        color: var(--color-yellow);
        background-color: #0f0e0eb3;
        border-color: var(--color-yellow);
        outline: 0;
        box-shadow: none; }
  .logged-in.login footer {
    display: none; }

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

