@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}
a,
a:hover {
  text-decoration: none;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
:root {
  --text-primary: #f0d77b;
  --text-secondary: #7d7d7d;
  --text-heading: #edbf6f;
  --white: #ffffff;
  --black: #000;
  --border: #feb564;
  --font-noto: "Noto Serif", serif;
  --font--roboto: "Roboto", sans-serif;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  color: var(--text-secondary);
  font-size: 18px;
  /* font-weight: 400; */
  line-height: 30px;
  font-family: "Inter", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-nunito);
  font-weight: 700;
  line-height: 1.35;
  color: var(--white);
}
button {
  outline: none;
  border: none;
}
i.bx {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}

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

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

.body-bg {
  background-color: #fafafa;
  overflow-x: hidden;
}
.container-one {
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-two {
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/*=======Preloader start========*/
.preloader {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #070707;
  z-index: 999999999;
}
.preloader::before {
  position: absolute;
  top: 38%;
  content: url(../images/logo.png);
  width: 100%;
  margin: auto;
  text-align: center;
  transform: scale(1.8);
  opacity: 0.2;
}
@media (max-width: 991px) {
  .preloader::before {
    transform: scale(1.5);
  }
}
.preloader.active {
  transform: translateY(-100vh);
  transition: ease-in-out 1.5s;
  transition-delay: 1s;
}
.preloader .counter {
  position: relative;
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  z-index: 1;
}
.preloader .counter::after {
  content: "%";
  font-size: 80px;
}
.preloader .hide {
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}

/*main nav*/
.main-nav-wrapper {
  transition: 0.7s ease-in;
  position: relative;
  width: 100%;
  z-index: 999;
}
.main-nav-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--text-secondary);
  z-index: 1;
}
.main-nav-wrapper .sidebar-menu-contact {
  gap: 35px;
}
.main-nav-wrapper .sidebar-menu-contact a {
  width: 45px;
  text-align: center;
}
.main-nav-wrapper .mobile-logo-area {
  padding: 14px 0;
}
.main-nav-wrapper .main-nav-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 5% !important;
  z-index: 99;
  height: 100%;
  overflow-y: auto;
  background: #000;
  box-shadow: 4px 3px 20px rgba(16, 33, 34, 0.06);
  transition: 0.7s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-10vh);
  opacity: 0;
  visibility: hidden;
  gap: 30px;
}
.main-nav-wrapper .main-nav-js::before {
  content: "Explore Pages.";
  position: absolute;
  top: 45%;
  right: 10%;
  transform: translateY(-50%);
  display: block;
  font-size: 220px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-kegina);
  color: var(--text-light-one);
  opacity: 0.1;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: 0;
  height: 300px;
  letter-spacing: 5px;
  text-align: right;
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-nav-wrapper .main-nav-js::before {
    font-size: 200px;
  }
}
@media (max-width: 991px) {
  .main-nav-wrapper .main-nav-js::before {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .main-nav-wrapper .main-nav-js {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .main-nav-wrapper .main-nav-js {
    min-width: 100%;
    max-width: 100%;
  }
}
.main-nav-wrapper .main-nav-js::-webkit-scrollbar {
  width: 5px;
}
.main-nav-wrapper .main-nav-js::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.main-nav-wrapper .main-nav-js::-webkit-scrollbar-thumb {
  background: #999;
}
.main-nav-wrapper .main-nav-js::-webkit-scrollbar-thumb:hover {
  background: var(--border-color);
}
.main-nav-wrapper .main-nav-js .menu-close-btn {
  position: absolute;
  right: 5%;
  top: 35px;
  opacity: 1;
  cursor: pointer;
  border: 1px solid var(--white);
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  opacity: 0.8;
}
.main-nav-wrapper .main-nav-js .menu-close-btn i {
  color: var(--white);
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul {
  float: none;
  text-align: left;
  padding: 80px 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 500px;
  margin-left: 0;
  margin-right: auto;
  z-index: 3;
}
@media (max-width: 991px) {
  .main-nav-wrapper .main-nav-js .sidebar-menu-area > ul {
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-nav-wrapper .main-nav-js .sidebar-menu-area > ul {
    padding: 45px 0 35px;
  }
}
@media (max-width: 767px) {
  .main-nav-wrapper .main-nav-js .sidebar-menu-area > ul {
    padding: 40px 0 30px;
  }
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li {
  display: block;
  position: relative;
  padding: 5px;
  transition: 0.2s;
  transform: translateY(50px) scaleY(0);
  opacity: 0;
  margin-bottom: 20px;
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li:last-child {
  border-bottom: 1px solid transparent;
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li:hover a:before {
  width: 100%;
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li > .fa {
  position: absolute;
  right: 40px;
  top: 8px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  color: var(--white);
}
@media (max-width: 767px) {
  .main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li > .fa {
    right: 5px;
  }
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li a {
  padding: 4px 0;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-one-light);
  font-family: var(--font-nunito);
  transition: 0.6s ease;
  font-style: normal;
  text-decoration: none;
  transition: 0.55s ease;
  position: relative;
  text-transform: uppercase;
}
@supports (-webkit-text-stroke: 1px var(--primary-one-light)) {
  .main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li a {
    -webkit-text-stroke: 1px var(--primary-one-light);
    color: transparent;
  }
}

.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li a::before {
  overflow: hidden;
  position: absolute;
  top: 3px;
  left: 0;
  width: 0;
  color: var(--white);
  white-space: nowrap;
  content: attr(data-hover);
  transition: 0.8s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li ul.sub-menu {
  position: static;
  min-width: 180px;
  background: 0 0;
  border: none;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  transform: none;
  transition: none;
  display: none;
  margin-top: 10px !important;
  list-style: none;
  padding-left: 10px;
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li ul.sub-menu li {
  opacity: 1;
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li ul.sub-menu li a {
  font-size: 22px;
  font-weight: 400;
  padding: 7px 5px;
  font-style: normal;
  text-transform: capitalize;
  -webkit-text-stroke: unset;
  -webkit-text-fill-color: unset;
  font-family: var(--font-nunito);
  color: var(--white);
}
.main-nav-wrapper .main-nav-js.show-menu {
  transform: none;
  opacity: 1;
  visibility: visible;
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateY(50px) scaleY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

.main-nav-wrapper .mobile-menu {
  position: relative;
  top: 2px;
  padding: 0 5px;
  border-radius: 50%;
  display: inline-block;
}
/*============Header========*/
header {
  background-color: transparent;
  width: 100%;
  position: absolute;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0 0 0;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgb(36 42 51);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
  padding: 0px 0 0 0;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

header .header-logo img {
  max-width: 100%;
}
/* .header-logo a img {
  width: 300px;
} */

header .mobile-logo-wrap {
  max-width: 180px;
}
header .main-nav {
  display: inline-block;
}
header .main-nav .mobile-menu-logo {
  display: none;
}
header .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 33px;
}
header .main-nav ul li a {
  font-size: 15px;
  color: var(--white);
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  padding: 20px 0;
  position: relative;
  font-family: var(--font--roboto);
  transition: 0.5s ease-out 0s;
  position: relative;
  text-decoration: none;
}
/* header .main-nav ul li a:hover {
  color: var(--text-primary);
} */
header .main-nav ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
header .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 2px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, #feb564 10%, transparent);
  opacity: 0;
  transition: 0.5s ease-out 0s;
}
header .main-nav ul li .active::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 70%;
  height: 2px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, #feb564 10%, transparent);
  opacity: 1;
  transition: 0.5s ease-out 0s;
}
header .main-nav ul li i {
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--white);
  font-style: normal;
  position: absolute;
  right: 5px;
  top: 38px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
header .main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 215px;
  background: #0b0f14;
  text-align: left;
  transition: 0.55s ease-in-out;
  transform: translateY(20px);
}
header .main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  position: relative;
}
header .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
  color: var(--white);
}
header .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  transition: 0.4s ease-out 0s;
  position: relative;
}
header .main-nav ul li ul.sub-menu > li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--text), transparent);
  transition: 0.5s ease-in-out;
}
header .main-nav ul li ul.sub-menu > li a:hover {
  background-image: linear-gradient(90deg, #ffe998 38.22%, #57370d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .main-nav ul li ul.sub-menu > li a:hover:after {
  width: 100%;
}
header .main-nav ul li ul.sub-menu > li a.active {
  color: var(--white);
}
header .main-nav ul li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0b0f14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header .main-nav ul li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: 0 0;
    top: 0;
  }
}
header .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: block;
}
header .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header .main-nav ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header .main-nav ul li:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  header .main-nav ul li:first-child {
    padding-left: 5px;
  }
}
header .main-nav ul li.menu-item-has-children > i {
  display: block;
}

@media only screen and (max-width: 991px) {
  header .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.03);
  }
  .header-logo a img {
    width: 150px;
  }
  header .main-nav.show-menu {
    transform: translateX(0);
  }
  header .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  header .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header .main-nav ul li i {
    display: block;
  }
  header .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 300;
    font-size: 14px;
  }
  header .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header .main-nav ul li ul.sub-menu > li a {
    color: var(--text-heading);
    font-size: 15px;
    font-weight: 300;
  }
  header .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--text-heading);
    margin-left: 10px;
  }
  header .main-nav ul li ul.sub-menu > li a.active {
    color: var(--text-heading);
  }
  header .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -13px;
  }
  header .main-nav ul li .fa {
    top: 12px;
    font-size: 16px;
  }
  header .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header .mobile-menu-btn i {
    font-size: 30px;
  }
  header .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--text-heading);
    display: block;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }
  header .cross-btn .cross-top {
    top: 0;
  }
  header .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

/*==========Main Banner=========*/
.banner-unified-section {
  background: url(../images/hero_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
.hero-content {
  /* display: flex;
  align-items: center;
  height: 100vh; */
  padding-top: 16%;
}
.hero-content h1 {
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  line-height: 66px;
}
.hero-content h1 span {
  color: #ffae00;
}
.hero-content h2 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

/*==========Hero Bottom=========*/
.hero-bottom {
  background-image: url(../images/hero-bottom-bg.png),
    linear-gradient(90deg, #cf9827 0%, #f3d86f 49.77%, #eac74f 100%);
  /* background: url(../images/hero-bottom-bg1.png); */
  background-size: contain;
  background-position: left;
  padding: 65px 0;
  color: #000;
  background-repeat: no-repeat;
}
.hero-bottom-left h2 {
  font-size: 40px;
  font-weight: 600;
  color: #232a34;
  text-transform: capitalize;
  line-height: 52px;
  padding: 0 90px 0 0;
}
.hero-bottom-right h3 {
  font-size: 32px;
  font-weight: 500;
  color: #232a34;
  line-height: 45px;
}
.hero-bottom-right p {
  font-size: 16px;
  font-weight: 400;
  color: #232a34;
  line-height: 20px;
  padding: 0 170px 0 0;
}

/*==========About us=========*/
.about-main {
  padding: 80px 0;
  background: #1c1c1c;
}
.about-main-left h3 {
  font-size: 32px;
  font-weight: 400;
  color: #ffae00;
  text-transform: uppercase;
}
.about-main-left h1 {
  font-size: 45px;
  font-weight: 400;
  color: #fff;
}
.about-main-left p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  padding: 20px 150px 0 0;
}
/*==========Services=========*/
.service-main {
  background: rgb(35 42 52) url("../images/service_bg.png");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.service-heading {
  text-align: center;
  margin: 0 0 50px 0;
}
.service-heading h1 {
  font-size: 32px;
  font-weight: 400;
  color: #ffae00;
  text-transform: uppercase;
}
.service-heading h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.service-main-box h4 {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 40px;
  margin-top: 8px;
}
/*==========Clients=========*/
.clients-main {
  background: rgb(35 42 52);
  padding: 80px 0;
}
.clients-heading {
  text-align: left;
  margin: 0 0 80px 0;
}
.clients-heading h1 {
  font-size: 32px;
  font-weight: 400;
  color: #ffae00;
  text-transform: uppercase;
}
.clients-heading h5 {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
}
.clients-main-box {
  padding: 0 0px 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.client-quote {
  margin-top: 80px;
}
.client-quote h1 {
  font-size: 48px;
  font-weight: 400;
}
.client-quote img {
  margin: 0 auto;
  display: flex;
  padding-bottom: 20px;
}
/*==========Blog=========*/
.blog-main {
  background: #1c1c1c;
  padding: 80px 0;
}
.blog-main-heading-left {
  margin-bottom: 40px;
}
.blog-main-heading-left h1 {
  font-size: 44px;
  font-weight: 400;
  color: #ffae00;
  text-transform: uppercase;
}
.blog-main-heading-right p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 36px;
}
.blog-main .mySwiper {
  margin: 0 0 0 60px;
}
/*  */
/* .blog-main .swiper {
  position: relative;
  width: 100%;
  height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100%);
  overflow: hidden;
} */

.blog-main .swiper-slide img {
  cursor: url("../images/mouse.png"), grabbing !important;
}
.blog-main .swiper-slide {
  position: relative;
  width: var(--swiper-width);
  opacity: 1;
  transform: scale(0.84);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0.4285rem;
}
.blog-main .swiper-backface-hidden .swiper-slide {
  transform: scale(0.84) translateZ(0);
}

.blog-main .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.blog-main .swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}
/*==========Instagram=========*/
.no-container {
  position: relative;
}
.no-container .col {
  padding: 0;
  /* padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important; */
}
.insta-btn {
  position: absolute;
  background: #ccc;
  width: 30%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/*==========Contact=========*/
.contact-main {
  background: rgb(35 42 52);
  padding: 80px 0 40px 0;
}
.contact-detail h2 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.contact-mainone-box {
  text-align: center;
  border-right: 1px solid #fff;
}
/* .contact-mainone-box:last-child {
  border-right: unset;
} */
.contact-mainone-box h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.contact-mainone-box p a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.contact-form-heading {
  margin-top: 100px;
  text-align: center;
}
.contact-form-heading h2 {
  font-size: 44px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
}
.contact-form-heading p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.form-horizontal {
  text-align: center;
}
.form-horizontal .form-icon {
  color: #fff;
  font-size: 100px;
  line-height: 85px;
  margin: 0 0 13px;
}
.form-horizontal .title {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 35px 0;
}
.form-horizontal .form-group {
  margin: 0 0 22px;
  position: relative;
}
.form-horizontal .input-icon {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(-50%);
  position: absolute;
  left: 25px;
  top: 50%;
}
.form-horizontal .form-control {
  color: #fff;
  background-color: rgb(57 60 59);
  font-size: 13px;
  letter-spacing: 1px;
  height: 57px;
  padding: 2px 15px 2px 50px;
  box-shadow: 0 0 5px -3px #333;
  border: none;
  border-radius: 50px;
  transition: all 0.3s;
}
.form-horizontal .form-control:focus {
  box-shadow: none;
  border: none;
}
.form-horizontal .form-control::placeholder {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
}
.form-horizontal .btn {
  color: #fff;
  background-color: #ffae00;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  padding: 17px 20px;
  margin: 10px 0 15px 0;
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.form-horizontal .btn:hover,
.form-horizontal .btn:focus {
  background-color: #222;
  /* box-shadow: 2px 2px 2px #333; */
}
.form-horizontal .form-options {
  padding: 0;
  margin: 0;
  list-style: none;
}
.form-horizontal .form-options li a {
  color: #fff;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  display: block;
  transition: all 0.3s ease;
}
.form-horizontal .form-options li a i {
  font-size: 12px;
}
.form-horizontal .form-options li:last-child a {
  margin: 0;
}
.form-horizontal .form-options li a:hover {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

/*==========Footer=========*/
.footer-global {
  background: rgb(9 16 24);
  padding: 40px;
  display: flex;
  align-items: center;
}
.footer-global-left ul {
  list-style-type: none;
  display: flex;
}
.footer-global-left-logo {
  margin-bottom: 30px;
}

.footer-global-left ul li {
  background: #ffae00;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-global-left ul li img {
  width: 15px;
}
.footer-global-right ul {
  list-style-type: none;
  display: flex;
}
.footer-global-right {
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer-global-right ul li {
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px 0 0;
}
.footer-global-right ul li a {
  color: #fff;
}
/*========== Auto load popup=========*/
.modal-content {
  background-color: #232a34;
  border-radius: 0;
}
.modal-body {
  padding: 0;
}
.modal-header h5 {
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
}
.modal-header {
  padding: 7px 1rem;
  border-bottom: 1px solid #636464;
}
.modal-form {
  padding: 50px 30px 0 42px;
}

.modal-form .form-horizontal {
  text-align: center;
  margin-top: 30px;
}
.modal-form .form-horizontal .form-icon {
  color: #fff;
  font-size: 100px;
  line-height: 85px;
  margin: 0 0 13px;
}
.modal-form h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
}
.modal-form h5 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
}
.modal-form p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
}
.modal-img {
  padding: 0;
  position: relative;
}
.modal-img .btn-close {
  position: absolute;
  right: 20px;
  top: 7px;
}
.modal-form .form-horizontal .form-group {
  margin: 0 0 10px;
  position: relative;
}

.modal-form .form-horizontal .input-icon {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(-50%);
  position: absolute;
  left: 25px;
  top: 50%;
}
.modal-form .form-horizontal .form-control {
  color: #fff;
  background-color: #394453;
  font-size: 13px;
  letter-spacing: 1px;
  height: 52px;
  padding: 2px 15px 2px 15px;
  box-shadow: 0 0 5px -3px #333;
  border: none;
  border-radius: 2px;
  transition: all 0.3s;
}
.modal-form .form-horizontal .form-control:focus {
  box-shadow: none;
  border: none;
}
.modal-form .form-horizontal .form-control::placeholder {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
}
.modal-form .form-horizontal .btn {
  color: #fff;
  background-color: #ffae00;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  padding: 15px 20px;
  margin: 20px 0 15px 0;
  border: none;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.modal-form .form-horizontal .btn:hover,
.modal-form .form-horizontal .btn:focus {
  background-color: #222;
  /* box-shadow: 2px 2px 2px #333; */
}
.modal-form .form-horizontal .form-options {
  padding: 0;
  margin: 0;
  list-style: none;
}
.modal-form .form-horizontal .form-options li a {
  color: #fff;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  display: block;
  transition: all 0.3s ease;
}
.modal-form .form-horizontal .form-options li a i {
  font-size: 12px;
}
.modal-form .form-horizontal .form-options li:last-child a {
  margin: 0;
}
.modal-form .form-horizontal .form-options li a:hover {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
/*==========Fix Call=========*/
.tpt {
  position: fixed;
  bottom: 2%;
  z-index: 999999999;
  left: 0.4%;
}
.call {
  margin: 0 0 10px 0;
}

/*==========Scroll Down=========*/
.scroll-down-arrow {
  min-width: 30px;
  height: 55px;
  padding: 20px 0;
  border: 1px solid var(--text-primary);
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 80px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .scroll-down-arrow {
    display: none;
    visibility: hidden;
  }
}
.scroll-down-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffe998 18.22%, #57370d 100%);
}
.scroll-down-arrow .arrow-down {
  transform: translateY(8px);
  animation: jump 1s linear infinite alternate;
}
@keyframes jump {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(15px);
  }
}

/*--Yellow btn--*/
.yellow_btn {
  background: linear-gradient(180deg, #ffd347 0%, #dca427 100%);
  color: var(--white);
  border-radius: 50px;
  padding: 10px 35px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 500;
  border: unset;
}
.yellow_btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: var(--white-color);
  border-radius: 50px;
  transition: 0.6s all;
  z-index: -1;
}
.yellow_btn:hover::before {
  width: 100%;
}
.yellow_btn:hover {
  color: var(--secondary-color);
}

/*--Button---*/
.lnk {
  position: relative;
  overflow: hidden;
}
.btn-outline {
  display: inline-block;
}
.btn-outline {
  color: var(--text-primary);
  padding: 7px 40px 7px 40px;
  font-size: 20px;
  font-weight: 400;
  background: transparent;
  -webkit-box-shadow: 0 10px 15px 0 rgba(3, 35, 68, 0.1);
  box-shadow: 0 10px 15px 0 rgba(3, 35, 68, 0.1);
  line-height: 30px;
  -webkit-border-radius: 100px;
  border-radius: 50px;
  border: 1px solid var(--text-primary);
}
.btn-outline:hover {
  background: #daa74e;
  color: #fff;
  border: 1px solid #daa74e;
}
.lnk:hover span.circle {
  top: -10%;
  right: -80px;
}
span.circle {
  right: -130px;
  width: 200px;
  height: 200px;
}
span.circle {
  background: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  border-radius: 50%;
  top: -10%;
}
.circle {
  -webkit-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  -o-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}
/*---Line Animation--*/
@-webkit-keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes line_animation_2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@keyframes line_animation_2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
.line_animation {
  top: 0px;
  left: 50%;
  z-index: -1;
  width: 100%;
  bottom: 0px;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.line_animation .line_item {
  width: 20%;
  height: 100%;
  position: relative;
  display: inline-block;
  border-right: 1px solid #1c1c1c;
}
.line_animation .line_item:before {
  width: 1px;
  right: -1px;
  content: "";
  height: 60px;
  border-radius: 100%;
  position: absolute;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffffff),
    to(transparent)
  );
  background-image: linear-gradient(0deg, #feb564 10%, transparent);
}

.line_animation .line_item:nth-child(even):before {
  -webkit-animation: line_animation 20s ease-out infinite;
  animation: line_animation 20s ease-out infinite;
}

.line_animation .line_item:nth-child(odd):before {
  -webkit-animation: line_animation_2 20s ease-out infinite;
  animation: line_animation_2 20s ease-out infinite;
}
