/*
Template: BUSICO - Multipurpose Bootstrap 5 Template
Author: RRDevs
Author URI: https://themeforest.net/user/rrdevs
Description: Multipurpose Bootstrap 5 Template
Version: 1.2.0
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

::-webkit-input-placeholder {
  color: #555;
  opacity: 1; /* Firefox */
}

::-moz-placeholder {
  color: #555;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  color: #555;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  color: #555;
  opacity: 1; /* Firefox */
}

::placeholder {
  color: #555;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #555;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #555;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul, li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}
a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input, textarea, button {
  border: 0px;
}

.container {
  max-width: 1320px;
  width: 0 auto;
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need5297E3
 -------------------------------------------------------------------- */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  color: #696969;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  font-weight: 700;
  color: #211e3b;
}

h1 {
  font-size: 42px;
  line-height: 55px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
h1.fs-lg {
  font-size: 150px;
  line-height: 80%;
}
@media (min-width: 767px) and (max-width: 991px) {
  h1.fs-lg {
    font-size: 42px;
  }
}

h2 {
  font-size: 36px;
  line-height: 130%;
}

h3 {
  font-size: 22px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-weight: 500;
  outline: none !important;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #211e3b;
}

p {
  margin: 0px;
}

.section-padding {
  padding: 120px 0px;
}
@media (max-width: 1080px) {
  .section-padding {
    padding: 100px 0px;
  }
}
@media (max-width: 768px) {
  .section-padding {
    padding: 80px 0px;
  }
}
@media (max-width: 568px) {
  .section-padding {
    padding: 50px 0px;
  }
}

/* ----------------------------------
    Template Helps Classes - Styles
 ------------------------------------ */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
  color: #fff !important;
}

.mlm-30 {
  margin-left: -30px;
}

/* padding left */
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

/* padding top */
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

/* padding bottom */
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

/* margin left */
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

/* margin right */
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

/* margin top */
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

/* margin bottom */
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-center {
  background-position: center;
}

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: left;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: right;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: left;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top;
}

.bg-100 {
  background-size: 100% 100%;
}

#scrollUp {
  background-color: #B69D74;
  border-radius: 50%;
  bottom: 20px;
  color: #ffffff;
  font-size: 22px;
  height: 40px;
  line-height: 44px;
  right: 20px;
  text-align: center;
  width: 40px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#scrollUp svg {
  width: 17px;
  fill: #FFF;
}
#scrollUp:hover {
  background-color: #97CBDC;
}

@media only screen and (max-width: 991px) {
  #scrollUp {
    font-size: 15px;
    height: 30px;
    line-height: 34px;
    right: 30px;
    width: 30px;
  }
}
button {
  border: none;
}

@-webkit-keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.overlay {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 40%;
  opacity: 0;
  visibility: hidden;
  cursor: url("../img/icon/close-icon.svg") 15 15, auto;
}
.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

@-webkit-keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
  }
}

@keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
  }
}
@-webkit-keyframes playVideo_2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}
@keyframes playVideo_2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}
@-webkit-keyframes playVideo_3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}
@keyframes playVideo_3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes dimond {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes dimond {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes top-to-left {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes top-to-left {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bottom-to-left {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bottom-to-left {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes right-to-left {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes right-to-left {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes box_paly {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
  }
}
@keyframes box_paly {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
  }
}
/* ------------------------------------------------------------------
   Template Default Button, Input Styles - Value Change with Your's Need
 -------------------------------------------------------------------- */
.btnd, .theme-btn {
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}

.theme-btn {
  color: #FFF;
  padding: 22px 40px;
  border-radius: 4px !important;
  font-size: 14px;
  background-color: #B69D74;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.theme-btn.core-btn svg {
  fill: #FFF;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 17px 30px;
    font-size: 13px;
  }
}
@media (max-width: 580px) {
  .theme-btn {
    padding: 16px 26px;
  }
}
@media (max-width: 480px) {
  .theme-btn {
    padding: 15px 25px;
  }
}
.theme-btn:hover {
  background-color: #000;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #FFF;
}
.theme-btn:hover.core-btn svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #B69D74;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Roboto", sans-serif, "Roboto", sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: #B69D74;
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: #97CBDC;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #033A5B;
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/
header {
  width: 100%;
  z-index: 9999;
  position: absolute;
  top: 0%;
  left: 0%;
}
header .logo a {
  display: block;
}
@media (max-width: 425px) {
  header .logo a img {
    max-width: 75%;
  }
}
@media (max-width: 768px) {
  header .logo {
    padding-left: 10px;
  }
}
header .main-menu ul {
  line-height: 1;
}
header .main-menu ul > li {
  display: inline-block;
  line-height: 1;
}
header .main-menu ul > li > a {
  font-weight: 600;
  display: inline-block;
  font-size: 17px;
  text-transform: capitalize;
  line-height: 1;
  padding: 0px 20px;
  overflow: hidden;
  color: #FFF;
}
header .main-menu ul > li > a i {
  margin-left: 5px;
}
header .main-menu ul > li:hover > a {
  color: #97CBDC;
}
header .header-btn-cta .theme-btn {
  font-weight: 600;
  color: #FFF;
  background-color: #B69D74;
}
header .header-btn-cta .theme-btn:hover {
  background-color: #97CBDC;
  color: #FFF;
}
@media (max-width: 422px) {
  header .header-btn-cta {
    display: none;
  }
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  -webkit-transition: right 0.5s ease-in;
  transition: right 0.5s ease-in;
  padding: 20px;
  z-index: 9999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.mobile-nav .sidebar-nav {
  margin-top: 30px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #fff;
}
.mobile-nav .metismenu .has-arrow::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 1em;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mobile-nav .metismenu .active > .has-arrow::after, .mobile-nav .metismenu .has-arrow[aria-expanded=true]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
          transform: rotate(-135deg) translate(0, -50%);
}

#hamburger {
  padding-right: 10px;
  font-size: 36px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger svg {
  fill: #B69D74;
  width: 20px;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 767px) {
  #hamburger {
    display: block;
    font-size: 20px;
  }
}

.hero-werrper {
  padding-top: 250px;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .hero-werrper .hero-head {
    padding-bottom: 200px;
    padding-top: 20px;
  }
}
.hero-werrper .hero-head h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 1px;
  color: #FFF;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .hero-werrper .hero-head h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
.hero-werrper .hero-head h2 span {
  color: #B69D74;
}
.hero-werrper .hero-head .hero-btn-cta .theme-btn {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  color: #FFF;
  background-color: #B69D74;
}
.hero-werrper .hero-head .hero-btn-cta .theme-btn:hover {
  background-color: #97CBDC;
  color: #FFF;
}
.hero-werrper .hero-head .hero-btn-cta svg {
  width: 25px;
  height: auto;
  margin-left: 7px;
  fill: #FFF;
}
@media (max-width: 500px) {
  .hero-werrper .hero-head .hero-btn-cta {
    padding: 12px 25px;
  }
}
.hero-werrper:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(3, 58, 91, 0.4) !important;
  -webkit-transition: all all 0.3s ease ease-in-out;
  transition: all all 0.3s ease ease-in-out;
}

.section-title {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.section-title span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 81px;
  color: #033A5B;
}
@media (max-width: 768px) {
  .section-title span {
    font-size: 40px;
  }
}
.section-title h2 {
  color: #033A5B;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .section-title h2 {
    padding-bottom: 0px;
  }
}
.section-title p {
  color: #033A5B;
  max-width: 595px;
  margin: 0 auto;
}
.section-title .title-bg {
  position: absolute;
  z-index: -1;
  top: 10%;
  left: 5%;
}
@media (max-width: 1170px) {
  .section-title .title-bg {
    left: 22%;
  }
}
@media (max-width: 768px) {
  .section-title .title-bg {
    top: -3%;
    left: 9%;
  }
}
@media (max-width: 576px) {
  .section-title .title-bg {
    top: 0%;
    left: 0%;
  }
}
@media (max-width: 768px) {
  .section-title {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.section-title .shape-h {
  position: absolute;
  top: 5%;
  left: 22%;
}
@media (max-width: 1170px) {
  .section-title .shape-h {
    left: 30%;
  }
}
@media (max-width: 768px) {
  .section-title .shape-h {
    top: -20%;
    left: 35%;
  }
}
@media (max-width: 568px) {
  .section-title .shape-h {
    top: 0%;
    left: 22%;
  }
}
.section-title .shape-h h1 {
  font-weight: 900;
  font-size: 128px;
  line-height: 162px;
  -webkit-text-stroke: 1px rgba(3, 58, 91, 0.1);
  color: transparent;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .section-title .shape-h h1 {
    font-weight: 100;
    font-size: 70px;
  }
}

.future-wrepper {
  padding: 106px 0px;
}
@media (max-width: 768px) {
  .future-wrepper {
    padding: 50px 0px;
    margin-bottom: 50px;
  }
}
.future-wrepper .future-item {
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .future-wrepper .future-item {
    padding: 25px 0px;
  }
}
.future-wrepper .future-item .icon {
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.future-wrepper .future-item .content h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  color: #FFF;
  margin-bottom: 15px;
}
.future-wrepper .future-item .content p {
  max-width: 315px;
  height: auto;
  margin: 0 auto;
  font-weight: 450;
  font-size: 15px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color: #FFF;
}
.future-wrepper .future-item .vector {
  position: absolute;
  top: -4%;
  left: 40%;
  z-index: -1;
}
@media (max-width: 768px) {
  .future-wrepper .future-item .vector {
    top: 8%;
  }
}
.future-wrepper .future-item:hover .icon {
  -webkit-animation: shake 0.5s linear 1;
          animation: shake 0.5s linear 1;
}

.core-futures {
  padding: 100px 0px;
}
@media (max-width: 768px) {
  .core-futures {
    padding-bottom: 50px;
    padding-top: 0px;
  }
}
.core-futures .section-title {
  padding-bottom: 20px;
  position: relative;
  padding-top: 30px;
  max-width: 594px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .core-futures .section-title h2 {
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .core-futures .section-title {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.core-futures .shape-h {
  position: absolute;
  top: -17%;
  left: 0%;
}
.core-futures .shape-h h1 {
  font-weight: 900;
  font-size: 128px;
  line-height: 162px;
  -webkit-text-stroke: 1px rgba(255, 94, 20, 0.1);
  color: transparent;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .core-futures .shape-h h1 {
    font-weight: 100;
    font-size: 70px;
  }
}
.core-futures .core-item {
  margin-top: 20px;
  border-radius: 5px;
  max-height: 280px;
}
.core-futures .core-item .icon {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-top: 50px;
}
.core-futures .core-item .icon img {
  height: 75px;
  margin: auto;
}
.core-futures .core-item .content {
  padding-top: 25px;
  padding-bottom: 80px;
}
.core-futures .core-item .content h5 {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #211E3B;
  padding-bottom: 10px;
}
.core-futures .core-item .content p {
  max-width: 250px;
  margin: 0% auto;
  font-family: "Circular Std";
  font-weight: 450;
  font-size: 15px;
  line-height: 28px;
  color: #696969;
}
.core-futures .core-item:hover .icon {
  -webkit-animation: top-to-left 0.5s linear 1;
          animation: top-to-left 0.5s linear 1;
}
.core-futures a svg {
  width: 25px;
  height: auto;
  margin-left: 7px;
  fill: #B69D74;
}

.ready-demo, .demo {
  position: relative;
}
.ready-demo .demo-wrapper, .demo .demo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .ready-demo .demo-wrapper, .demo .demo-wrapper {
    margin-bottom: 30px;
  }
}
.ready-demo .demo-wrapper .demo-home, .demo .demo-wrapper .demo-home {
  height: 590px !important;
}
.ready-demo .demo-wrapper .demo-thumb, .demo .demo-wrapper .demo-thumb {
  position: relative;
  height: 400px;
  background-position: top;
  -webkit-transition: all 4s;
  transition: all 4s;
  background-size: cover;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 6px 35px rgba(3, 58, 91, 0.1));
          filter: drop-shadow(0px 6px 35px rgba(3, 58, 91, 0.1));
}
.ready-demo .demo-wrapper .demo-thumb.demo-comming, .demo .demo-wrapper .demo-thumb.demo-comming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.ready-demo .demo-wrapper .demo-thumb.demo-comming .content, .demo .demo-wrapper .demo-thumb.demo-comming .content {
  z-index: 100;
}
.ready-demo .demo-wrapper .demo-thumb.demo-comming::before, .demo .demo-wrapper .demo-thumb.demo-comming::before {
  background: rgba(33, 30, 59, 0.9);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  border-radius: 5px;
}
.ready-demo .demo-wrapper .demo-thumb.demo-comming::after, .demo .demo-wrapper .demo-thumb.demo-comming::after {
  display: none;
}
.ready-demo .demo-wrapper .demo-thumb.demo-comming:hover::before, .demo .demo-wrapper .demo-thumb.demo-comming:hover::before {
  height: 100%;
}
.ready-demo .demo-wrapper .demo-thumb .content .again, .demo .demo-wrapper .demo-thumb .content .again {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFF;
}
.ready-demo .demo-wrapper .demo-thumb .content .time-wepper, .demo .demo-wrapper .demo-thumb .content .time-wepper {
  margin-top: 30px;
  -webkit-box-shadow: 0px 4px 10px rgba(33, 30, 59, 0.76), inset 0px -2px 4px rgba(70, 144, 226, 0.1), inset 0px 1px 2px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 4px 10px rgba(33, 30, 59, 0.76), inset 0px -2px 4px rgba(70, 144, 226, 0.1), inset 0px 1px 2px rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  padding: 20px 40px;
  border-radius: 5px;
}
@media (max-width: 1160px) {
  .ready-demo .demo-wrapper .demo-thumb .content .time-wepper, .demo .demo-wrapper .demo-thumb .content .time-wepper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ready-demo .demo-wrapper .demo-thumb .content .time-wepper, .demo .demo-wrapper .demo-thumb .content .time-wepper {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .ready-demo .demo-wrapper .demo-thumb .content .time-wepper, .demo .demo-wrapper .demo-thumb .content .time-wepper {
    padding: 20px 40px;
  }
}
.ready-demo .demo-wrapper .demo-thumb .content .time-wepper span, .demo .demo-wrapper .demo-thumb .content .time-wepper span {
  font-family: "Roboto" !important;
  border-radius: 5px;
  padding: 0px 10px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFF;
}
@media (max-width: 768px) {
  .ready-demo .demo-wrapper .demo-thumb .content .time-wepper span, .demo .demo-wrapper .demo-thumb .content .time-wepper span {
    padding: 0px 5px;
  }
}
.ready-demo .demo-wrapper .demo-thumb .content .time-wepper .day h4, .ready-demo .demo-wrapper .demo-thumb .content .time-wepper .hours h4, .ready-demo .demo-wrapper .demo-thumb .content .time-wepper .munite h4, .ready-demo .demo-wrapper .demo-thumb .content .time-wepper .secend h4, .demo .demo-wrapper .demo-thumb .content .time-wepper .day h4, .demo .demo-wrapper .demo-thumb .content .time-wepper .hours h4, .demo .demo-wrapper .demo-thumb .content .time-wepper .munite h4, .demo .demo-wrapper .demo-thumb .content .time-wepper .secend h4 {
  padding-top: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #FFF;
}
.ready-demo .demo-wrapper .demo-thumb::after, .demo .demo-wrapper .demo-thumb::after {
  height: 0%;
  width: 100%;
  background: rgba(3, 58, 91, 0.5) !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ready-demo .demo-wrapper .demo-thumb::before, .demo .demo-wrapper .demo-thumb::before {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 0%;
  width: 100%;
  background: rgba(3, 58, 91, 0.5) !important;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ready-demo .demo-wrapper .demo-thumb a, .demo .demo-wrapper .demo-thumb a {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  z-index: 5;
}
.ready-demo .demo-wrapper .demo-thumb a svg, .demo .demo-wrapper .demo-thumb a svg {
  width: 40px;
  height: auto;
  fill: #FFF;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ready-demo .demo-wrapper .demo-thumb a:hover svg, .demo .demo-wrapper .demo-thumb a:hover svg {
  fill: #033A5B;
}
.ready-demo .demo-wrapper .demo-thumb:hover, .demo .demo-wrapper .demo-thumb:hover {
  background-position: bottom;
}
.ready-demo .demo-wrapper .demo-thumb:hover a, .demo .demo-wrapper .demo-thumb:hover a {
  visibility: visible;
  opacity: 1;
}
.ready-demo .demo-wrapper .demo-thumb:hover a svg, .demo .demo-wrapper .demo-thumb:hover a svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ready-demo .demo-wrapper .demo-thumb:hover::after, .ready-demo .demo-wrapper .demo-thumb:hover::before, .demo .demo-wrapper .demo-thumb:hover::after, .demo .demo-wrapper .demo-thumb:hover::before {
  height: 50%;
}
.ready-demo .demo-wrapper .demo-title, .demo .demo-wrapper .demo-title {
  margin-top: 40px;
}
.ready-demo .demo-wrapper .demo-title h3, .demo .demo-wrapper .demo-title h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .ready-demo .demo-wrapper .demo-title, .demo .demo-wrapper .demo-title {
    margin-top: 20px;
  }
}

.ready-wepper {
  z-index: 1;
  position: relative;
  padding-top: 140px;
  padding-bottom: 120px;
}
.ready-wepper:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(3, 58, 91, 0.4) !important;
  -webkit-transition: all all 0.3s ease ease-in-out;
  transition: all all 0.3s ease ease-in-out;
}
@media (max-width: 768px) {
  .ready-wepper {
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .ready-wepper .ready-content .ready-demo, .ready-wepper .ready-content h1, .ready-wepper .ready-content p {
    text-align: center;
  }
}
.ready-wepper .ready-content h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  color: #033A5B;
  max-width: 520px;
  padding-bottom: 20px;
}
.ready-wepper .ready-content p {
  font-style: normal;
  font-weight: 450;
  font-size: 17px;
  line-height: 26px;
  max-width: 396px;
  color: #033A5B;
  margin-bottom: 70px;
}
@media (max-width: 576px) {
  .ready-wepper .ready-content p {
    margin-bottom: 30px;
  }
}
.ready-wepper .ready-content .ready-demo .theme-btn {
  background-color: #C8242F;
}
.ready-wepper .ready-content .ready-demo .theme-btn:hover::before {
  opacity: 0;
}
@media (max-width: 576px) {
  .ready-wepper .responsd-img {
    padding-top: 50px;
  }
}

.footer-wrep {
  position: relative;
  overflow: hidden;
}
.footer-wrep .footer-widgete {
  z-index: 1;
  position: relative;
  padding: 145px 0px;
}
@media (max-width: 768px) {
  .footer-wrep .footer-widgete {
    padding: 50px 0px;
  }
}
.footer-wrep .footer-widgete .content {
  position: relative;
}
.footer-wrep .footer-widgete .content .icon {
  margin-bottom: 20px;
}
.footer-wrep .footer-widgete .content .footer-text {
  max-width: 1086px;
  margin: 0 auto;
}
.footer-wrep .footer-widgete .content .footer-text h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
  color: #FFF;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .footer-wrep .footer-widgete .content .footer-text h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.footer-wrep .footer-widgete .content .footer-text p {
  font-family: "Roboto", sans-serif;
  font-weight: 450;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
}
.footer-wrep .footer-widgete .content .fotter-btns {
  margin-top: 50px;
}
.footer-wrep .footer-widgete .content .fotter-btns .theme-btn {
  position: relative;
  background-color: #B69D74;
}
.footer-wrep .footer-widgete .content .fotter-btns .theme-btn::before {
  content: "";
  clear: both;
  bottom: 0%;
  left: 0%;
  position: absolute;
  background: #FF5E14;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  width: 100%;
  height: 4px;
  opacity: 1;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-wrep .footer-widgete .content .fotter-btns .theme-btn:hover::before {
  opacity: 0;
}
@media (max-width: 768px) {
  .footer-wrep .footer-widgete .content .fotter-btns {
    margin-top: 30px;
  }
}
.footer-wrep .footer-widgete .section-shap_1 {
  position: absolute;
  top: 60%;
  right: 10%;
  z-index: -1;
  width: 160px;
  height: 160px;
  background: #FF5E14;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
@media (max-width: 768px) {
  .footer-wrep .footer-widgete .section-shap_1 {
    width: 30px;
    height: 30px;
  }
}
.footer-wrep .footer-widgete .section-shap_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 351px;
  height: 351px;
  background: #FF5E14;
  -webkit-filter: blur(300px);
          filter: blur(300px);
}
@media (max-width: 768px) {
  .footer-wrep .footer-widgete .section-shap_2 {
    width: 50px;
    height: 51px;
  }
}