/*
  Theme Name:  Koyta - Personal Portfolio HTML Template
  Author: themetum
  Description: Koyta is a personal portfolio html template.
  Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --clr-heading: #D9A441;
  --clr-body: #565656;
  --clr-bg: #f3f3f3;
  --clr-def: #D9A441;
  --clr-def-2: #D9A441;
  --clr-ftr: #070E27;
  --clr-ftr-2: #666666;
  --clr-ftr-3: #323232;
  --clr-white: #fff;
  --clr-black: #000;
  --font-1: 'Poppins', sans-serif;
  --font-2: 'Montserrat', sans-serif;
  --rad-1: 4px; }

/*-------------------------------------------------------
02. Mixins Css #070E27
---------------------------------------------------------*/
/*-------------------------------------------------------
1. Typography css
---------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: inherit; }

* {
  scroll-behavior: inherit !important; }

html, body {
  background: transparent;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 62.5%;
  box-sizing: border-box; }

body {
  font-family: var(--font-1);
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.005em;
  background: #07111f;
  position: relative; }

a {
  color: var(--clr-body); }

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

a:hover {
  color: inherit; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  color: var(--clr-heading);
  margin: 0 0 1.5rem 0;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: var(--font-2);
  line-height: 1.2; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

p {
  margin-bottom: 1.5rem; }

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto; }

hr {
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px; }

label {
  color: #999;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400; }

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #555;
  color: #fff;
  text-shadow: none; }

*::-moz-placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: 1; }

*::placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: 1; }

/*-------------------------------------------------------
2. Theme Default css
---------------------------------------------------------*/
.ovrflow-hidden {
  overflow: hidden; }

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

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.c-pd {
  padding: 0 7rem; }

.s-pd {
  padding: 0 12rem; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/logo/pre-loader.gif) center no-repeat var(--clr-white);
  text-align: center; }

.h-100 {
  height: 100%; }

.h-100vh {
  height: 100vh; }

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

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

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

/*Theme button css*/
.site-title {
  margin-top: -1rem; }
  .site-title h2 {
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.0025em; }
  .site-title .about-sub-title {
    font-weight: 500; }

.about-sub-title.def {
  color: var(--clr-def); }

.site-title.wh p,
.site-title.wh h2 {
  color: var(--clr-white); }

/*margins paddings*/
.pb-140 {
  padding-bottom: 14rem; }

.pd-50 {
  padding: 5rem 0; }

.de-padding {
  padding: 12rem 0; }

.de-pt {
  padding-top: 12rem; }

.de-pb {
  padding-bottom: 12rem; }

.pt-0 {
  padding-top: 0rem; }

.pt-10 {
  padding-top: 1rem; }

.pt-20 {
  padding-top: 2rem; }

.pt-30 {
  padding-top: 3rem; }

.pt-40 {
  padding-top: 4rem; }

.pt-50 {
  padding-top: 5rem; }

.pt-60 {
  padding-top: 6rem; }

.pt-70 {
  padding-top: 7rem; }

.pt-80 {
  padding-top: 8rem; }

.pt-90 {
  padding-top: 9rem; }

.pt-100 {
  padding-top: 10rem; }

.pb-0 {
  padding-bottom: 0rem; }

.pb-10 {
  padding-bottom: 1rem; }

.pb-20 {
  padding-bottom: 2rem; }

.pb-30 {
  padding-bottom: 3rem; }

.pb-40 {
  padding-bottom: 4rem; }

.pb-50 {
  padding-bottom: 5rem; }

.pb-60 {
  padding-bottom: 6rem; }

.pb-70 {
  padding-bottom: 7rem; }

.pb-80 {
  padding-bottom: 8rem; }

.pb-90 {
  padding-bottom: 9rem; }

.pb-100 {
  padding-bottom: 10rem; }

.mt-0 {
  margin-top: 0; }

.mt-10 {
  margin-top: 1rem; }

.mt-20 {
  margin-top: 2rem; }

.mt-30 {
  margin-top: 3rem; }

.mt-40 {
  margin-top:20px !important; }

.mt-50 {
  margin-top: 5rem; }

.mt-60 {
  margin-top: 6rem; }

.mt-70 {
  margin-top: 7rem; }

.mt-80 {
  margin-top: 8rem; }

.mt-90 {
  margin-top: 9rem; }

.mt-100 {
  margin-top: 10rem; }

.mb-0 {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 1rem; }

.mb-20 {
  margin-bottom: 2rem; }

.mb-30 {
  margin-bottom: 3rem; }

.mb-40 {
  margin-bottom: 4rem; }

.mb-50 {
  margin-bottom: 5rem; }

.mb-60 {
  margin-bottom: 6rem; }

.mb-70 {
  margin-bottom: 7rem; }

.mb-80 {
  margin-bottom: 8rem; }

.mb-90 {
  margin-bottom: 9rem; }

.mb-100 {
  margin-bottom: 10rem; }

.mr-300 {
  margin-right: 30rem; }

.ml-300 {
  margin-left: 30rem; }

.pos-rel {
  position: relative;
  z-index: 1; }

/*Theme Button*/
.tm-btn-1 {
  padding: 2rem 2.5rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  border: 1px solid #C99A2E;
  position: relative;
  z-index: 5;
  display: inline-block;
  text-transform: capitalize;
  font-family: var(--font-2);
  border-radius: 3rem;
  transition: all .5s ease-in-out; }

  .tm-btn-1:hover {

    background-color: #B8860B;
    border-color: #B8860B;
    color: #fff;
  }

.tm-btn-2 {
  padding: 2rem 2.5rem;
  background-color: white;
  box-shadow: 0px 3px 20px 0px #f3f3f3;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  font-family: var(--font-2);
  border-radius: 3rem;
  outline: none;
  display: inline-block;
  transition: all .5s ease-in-out;
  color: var(--clr-black); }
  .tm-btn-2:hover {
    color: var(--clr-white);
    background-color: var(--clr-def); }

.tm-btn-3 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  font-family: var(--font-2);
  outline: none;
  display: inline-block;
  transition: all .5s ease-in-out;
  color: var(--clr-black); }

.tm-btn-4 {
  padding: 2rem 4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  font-family: var(--font-2);
  border-radius: 3rem;
  outline: none;
  background-color: #f4f4f4;
  transition: all .5s ease-in-out;
  display: inline-block;
  color: var(--clr-black); }
  .tm-btn-4.price-active, .tm-btn-4:hover {
    background-color: var(--clr-def);
    color: var(--clr-white); }

.input-style-1 {
  height: 5rem;
  border: none;
  padding: 2rem;
  outline: none;
  border-radius: 2px;
  font-size: 1.4rem;
  color: var(--clr-heading); }
  .input-style-1::placeholder {
    color: #747070;
    opacity: 1; }

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1185px; } }
/*-------------------------------------------------------
23. Grids css 
---------------------------------------------------------*/
.grid-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, 1fr); }

.grid-3 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr); }

.grid-4 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(4, 1fr); }

.grid-5 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(5, 1fr); }

.grid-6 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(6, 1fr); }

.grid-px-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); }

.gap-0 {
  grid-gap: 0; }

.gap-1 {
  grid-gap: 1rem; }

.gap-2 {
  grid-gap: 2rem; }



/*-------------------------------------------------------
03.Bootstrap Menu css
---------------------------------------------------------*/
.hero-section {
  margin-top: -9rem; }

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 3rem;
    height: 90px;
    line-height: 90px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    color: var(--clr-white);
    text-transform: uppercase; }

  .single-page .navbar .nav-item .nav-link {
    color: var(--clr-heading); }

  .navbar.fixed-top .nav-item .nav-link {
    color: var(--clr-heading); }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0; }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto; }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
    border: none;
    border-radius: 0; }

  .navbar .nav-item .dropdown-menu li {
    margin-bottom: 1rem; }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0; }

  .navbar .nav-item:hover .nav-link {
    color: #D9A441; }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%; }

  .navbar .dropdown-menu.fade-up {
    top: 180%; }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize; }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg); }

  .dropdown-menu.dropdown-large.dropdown-menu {
    padding: 3rem 3rem 0 3rem;
    margin: -1px 0 0 0;
    font-size: 1.7rem;
    background-color: var(--clr-white);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 890px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.0017); }

  .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    left: -550px; } }
/*Bootstrap menu*/



.navbar {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
background:transparent !important; }

.navbar.fixed-top {
  background-color: #07111f !important}

.navbar .navbar-brand .logo-display {
  display: block; }

.navbar .navbar-brand .logo-scrolled {
  display: none; }

.navbar.fixed-top .navbar-brand .logo-display {
  display: none; }

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block; }

button.navbar-toggler {
  font-size: 35px;
  padding: 0;
  margin: 0;
    border: none;
    background: transparent;
   }

button.navbar-toggler:focus {
  outline: none;
  box-shadow: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: auto;
  height: auto; }

  .navbar-toggler-icon i{
    font-size: 32px;      
    color: #D9A441;       
    transition: 0.3s ease;
}
button.navbar-toggler:hover i{
    color: #D9A441;
}
@media (max-width:768px){

    .navbar-toggler-icon i{
        font-size: 28px;
        color:#D9A441;
    }

}
.navbar-brand {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.navbar-brand img {
    width: 60px;
    height: auto;
}
.logo-display{
    width: 100px;
}

.logo-scrolled{
    width: 100px;   /* adjust until both look equal */
}
.navbar-brand .logo-display,
.navbar-brand .logo-scrolled {
    width: 70px;
    height: auto;
    position: relative;
    top: 5px;
}
.brand-text h4{
   position: relative;
    margin: 0;
    color: #D9A441;          /* Gold */
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    top: 25px;
}

.brand-text span{
    display: block;
    margin-top: 20px;
    margin-left: 10px;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.navbar.fixed-top .brand-text span{
    color: #ffffff;
}
.navbar.fixed-top .brand-text h4{
    color: #D9A441;
}
.navbar.fixed-top .header-cart-btn .sup {
  color: var(--clr-heading); }

.navbar .nav-item .dropdown-menu .menu-drop-list li {
  margin-bottom: 3rem; }

  .navbar li a {
    font-size: 16px !important;
}


@media (max-width:468px){

    .navbar .container{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    .navbar-brand{
        gap:10px;
    }

    /* smaller logo */
    .navbar-brand .logo-display,
    .navbar-brand .logo-scrolled{
        width:55px;
        top:0;
    }

    /* reduce name size */
    .brand-text h4{
        font-size:20px;
        top:12px;
        letter-spacing:1px;
    }

    /* reduce subtitle */
    .brand-text span{
        font-size:10px;
        letter-spacing:1px;
        margin-top:10px;
        margin-left:2px;
    }

    /* smaller menu icon */
    .navbar-toggler-icon i{
        font-size:26px;
    }

}
@media (min-width:992px){
    .hero-section{
        margin-top:-9rem !important;
    }
}

@media (max-width:991px){
    .hero-section{
        margin-top:0 !important;
    }
}

@media (max-width:991px){

    .navbar,
    .navbar.fixed-top{
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
    }

    .navbar.fixed-top{
        background: rgba(7,17,31,.9) !important;
        backdrop-filter: blur(10px);
    }

}
.menu-info {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1rem; }
  .menu-info:hover {
    background-color: var(--clr-bg); }
  .menu-info .menu-info-icon i {
    height: 3.5rem;
    width: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.6rem;
    background-image: linear-gradient(to top, var(--clr-def), var(--clr-def-2));
    color: var(--clr-white);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block; }
    .menu-info .menu-info-icon i img {
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .menu-info .menu-info-bio h6 {
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.7; }
  .menu-info .menu-info-bio p {
    margin-bottom: 0;
    color: #637178;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-right: 8%; }

.menu-me {
  width: 100%;
  text-align: center; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: 0;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f078";
  font-weight: 900;
  border: none; }

.fixed-top .menu-tab div {
  background-color: #B8860B; }

/* menu-Tab*/
.menu-tab {
  cursor: pointer;
  transition: all 0.6s ease-in-out; }
  .menu-tab div {
    width: 33px;
    height: 3px;
    background-color: #B8860B;
    display: block;
    margin: 5px 0;
    transition: all 0.6s ease-in-out; }
  .menu-tab.active {
    left: 20rem;
    transition: all 600ms ease-in-out; }
    .menu-tab.active #one {
      transform: translateY(9px) rotate(-135deg);
      transition: all 0.6s ease-in-out;
      background-color: var(--clr-def-2); }
    .menu-tab.active #two {
      opacity: 0;
      transition: 0.4s ease; }
    .menu-tab.active #three {
      transform: translateY(-9px) rotate(-45deg);
      transition: all 0.6s ease-in-out;
      background-color:  var(--clr-def-2); }

/* menu-hide*/
.menu-hide {
  width: 30rem;
  right: -345px;
  height: 100vh;
  position: fixed;
  z-index: 10;
  top: 0px;
  transition: all 0.6s ease-in-out;
  box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
  padding: 7rem 3rem 0 3rem; }

.menu-hide.show {
  right: 0px;
  transition: all 0.6s ease-in-out;
  background: var(--clr-white);
  box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
  z-index: 1000; }

.side-social {
  display: flex;
  align-items: center;
  gap: 1.5rem; }
  .side-social li a i {
    border-radius: 50%;
    background-color: var(--clr-white);
    box-shadow: 0px 5px 20px 0px #f3f3f3;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: var(--clr-black);
    display: inline-block; }

.side-about h5 {
  margin-bottom: 2rem; }

.side-addr-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem; }
  .side-addr-box:last-child {
    margin-bottom: 0; }
  .side-addr-box .side-addr-icon i {
    border-radius: 50%;
    background-color: var(--clr-white);
    box-shadow: 0px 5px 20px 0px #f3f3f3;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: var(--clr-black);
    display: inline-block; }

.nav-item.dropdown.active ul li a {
  color: var(--clr-heading) !important; }

.v-card-menu .nav-item.active a {
  color: var(--clr-def) !important; }

/*-------------------------------------------------------
03. Hero css 
#canvas 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  z-index:-1;
  opacity:.5;
---------------------------------------------------------*/

.canvasParticles-two{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	z-index:1 !important;
}
.hero-single {
  z-index: 1;
  display:flex;
  position:relative;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  align-items: center;
  justify-content: center;
  }
  
  .hero-single::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: var(--clr-black);
    opacity: .6;
    top: 0;
    left: 0;
    content: ''; }
.hero-single .hero-content {
    text-align: center;
    padding-top: 270px;
    padding-bottom: 200px;
}
    .hero-single .hero-content .hero-title {
      color: var(--clr-white);
      margin-bottom: 4rem; }
      .hero-single .hero-content .hero-title span.wodryRX {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 3rem;
        color: var(--clr-def); 
	}
    .hero-single .hero-content .hero-sub-title {
      margin-bottom: 2rem;
      color: var(--clr-white);
      margin-bottom: 4rem; }
    .hero-single .hero-content p {
      color: var(--clr-white);
      font-size: 1.8rem;
      line-height: 30px;
      font-weight: 400;
      margin-bottom: 4rem;
      padding: 0 14rem; }

.hero-title {
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.005em; }

.hero-sub-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }

.hero-slider.owl-theme .owl-nav {
  margin-top: 0px; }

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: var(--clr-def);
  font-size: 5rem;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0; }

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: var(--clr-def);
  text-decoration: none; }

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 5rem; }

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 5rem; }

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.hero-single-2 {
  position: relative;
    overflow: hidden;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
   padding-top:120px;   /* navbar height */
    padding-bottom:0;
  }


.hero-single-2 .hero-content-2 {
    padding-top: 7rem;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 4;
}
.hero-single-2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45); /* adjust 0.35 - 0.55 */
    z-index: 1;
}

.hero-single-2 .container {
    position: relative;
    z-index: 2;
}

    .hero-single-2 .hero-content-2 .hero-sub-title {
      color: var(--clr-white);
      margin-bottom: 48px; 
    }
    .hero-single-2 .hero-content-2 .hero-title {
      color: var(--clr-white);
      font-weight: 700;
      margin-bottom: 3rem; }
    .hero-single-2 .hero-content-2 p {
      color: var(--clr-white);
      font-family: var(--font-2);
      font-size: 1.8rem;
      margin-bottom: 3rem;
      padding-right: 10rem; }

.hero-person-img{
    width:auto;
    max-width:240px;
    height:auto;
    display:block;
}
  
  .hero-2-img::before {
    position: absolute;
    border-radius: 50%;
    width: 440px;
    height: 440px;
    content: '';
    background-image: -moz-linear-gradient(11deg, #291342 0%, #c60242 100%);
    background-image: -webkit-linear-gradient(11deg, #291342 0%, #c60242 100%);
    background-image: -ms-linear-gradient(11deg, #291342 0%, #c60242 100%);
    z-index: -1;
    transition: all .5s ease-in-out;
    animation: ups-down 5s infinite ease-out;
    pointer-events: none; }
  .hero-2-img::after {
    position: absolute;
    border-radius: 50%;
    width: 440px;
    height: 440px;
    content: '';
    background-color: #c40342;
    z-index: -2;
    top: -30px;
    right: -15px; }

  .hero-highlight{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    padding: 12px 22px;
    background: rgba(217,164,65,0.15);
    border: 1px solid #D9A441;
    border-radius: 8px;
    color: #D9A441 !important;
    font-size: 16px;
    font-weight: 600;
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 999;
    
}

.hero-highlight i{
    font-size: 18px;
    color: #D9A441;
}
 
@media (max-width:768px){

    .hero-highlight{
        font-size: 13px;
        padding: 10px 16px;
        margin-top: 20px;
    }

    .hero-highlight i{
        font-size: 15px;
    }

}


@keyframes ups-down {
  0% {
    top: -40px;
    right: -30px; }
  50% {
    top: 0;
    right: 0; }
  100% {
    top: -40px;
    right: -30px; } }
   
    
@media (max-width:620px){

    .hero-single-2{
        min-height:100vh;
        padding-top:120px;
    }

    .hero-single-2 .hero-content-2{
        padding-top:0;
        text-align:center;
    }

    .hero-single-2 .hero-sub-title{
        font-size:12px;
        margin-bottom:15px;
        letter-spacing:2px;
    }

    .hero-single-2 .hero-title{
        font-size:42px;
        line-height:1.1;
        margin-bottom:20px;
    }

    .hero-single-2 p{
        font-size:15px;
        line-height:26px;
        padding-right:0 !important;
        margin-bottom:25px;
    }

    .hero-2-img,
    .hero-2-img::before,
    .hero-2-img::after,
    .hero-person-img{
        display:none;
    }

}

@media (min-width:768px) and (max-width:991px){
  .hero-content-2{
        margin-top:-35px;
    }

    .hero-single-2{
        min-height:100vh;
        padding-top:120px;
        display:flex;
        align-items:center;
    }

    .hero-single-2 .hero-content-2{
        padding-top:0;
    }

    .hero-single-2 .hero-sub-title{
        font-size:13px;
        margin-bottom:20px;
        letter-spacing:2px;
    }

    .hero-single-2 .hero-title{
        font-size:52px;
        line-height:1.1;
        margin-bottom:20px;
    }

    .hero-single-2 p{
        font-size:15px;
        line-height:28px;
        padding-right:0 !important;
    }

    .hero-2-img{
        display:flex;
        justify-content:center;
        align-items:flex-end;
    }

    .hero-person-img{
        display:block;
        max-width:300px;
        width:100%;
        height:auto;
        position:relative;
        z-index:2;
    }

    .hero-2-img::before,
    .hero-2-img::after{
        /* width:200px;
    height:200px; */
    display: none;
    }

}

@media (max-width:767px){

    .hero-2-img{
        display:none !important;
    }

}

@media (min-width:992px) and (max-width:1439px){

    .hero-single-2{
        min-height:100vh;
        padding-top:140px;
        display:flex;
        align-items:center;
    }

    .hero-single-2 .hero-content-2{
        padding-top:0;
    }

    .hero-single-2 .hero-title{
        font-size:60px;
        line-height:1;
    }

    .hero-single-2 p{
        font-size:18px;
        padding-right:5rem;
    }

    .hero-person-img{
        max-width:420px;
        width:100%;
        height:auto;
        position:relative;
        z-index:2;
    }

    .hero-2-img::before,
    .hero-2-img::after{
        /* width:340px;
        height:340px; */
        display: none;
    }

}

@media (min-width:1440px){

    .hero-single-2{
        min-height:100vh;
        padding-top:140px;
        display:flex;
        align-items:center;
    }

    .hero-single-2 .hero-content-2{
        padding-top:0;
    }

    .hero-person-img{
        max-width:500px;
        width:100%;
        height:auto;
        position:relative;
        z-index:2;
    }

    .hero-2-img::before,
    .hero-2-img::after{
        /* width:420px;
        height:420px; */
        display: none;
    }

}


.property-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:99999;
    padding:20px;
}

.property-modal.active{
    display:flex;
}

.property-modal-content{
    width:100%;
    max-width:520px;
    background:#fff;
    border-radius:15px;
    padding:35px;
    position:relative;
    animation:popup .35s ease;
}

@keyframes popup{

    from{
        transform:translateY(40px);
        opacity:0;
    }

    to{
        transform:translateY(0);
        opacity:1;
    }

}

.close-modal{
    position:absolute;
    top:15px;
    right:18px;

    width:35px;
    height:35px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#fff;

    font-size:28px;
    cursor:pointer;

    z-index:999999;
}

.property-modal{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.65);
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 99999;
    padding:20px 15px;
        overflow-y:auto;
}

.property-modal.active{
    display: flex;
}
.property-box{
    width: 90%;
    max-width: 500px;
    max-height:calc(100vh - 40px);
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    position: absolute;
    overflow-y:auto;
        margin:0 auto;
        top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.property-modal h3{

    color:#07111f;
    margin-bottom:10px;
}

.property-modal p{

    color:#777;
    margin-bottom:25px;
}

.form-group{

    margin-bottom:15px;
}

.form-group input,
.form-group select{

    width:100%;
    height:50px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 15px;
    font-size:15px;
    outline:none;
}

.form-group input:focus,
.form-group select:focus{

    border-color:#D9A441;
}

.property-modal .gold-btn{

    width:100%;
    border:none;
}

/* Success Popup */

.success-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.65);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:999999;
}

.success-popup.show{
    display:flex;
}

.success-box{

    width:90%;
    max-width:420px;

    background:#fff;

    border-radius:15px;

    padding:40px 30px;

    text-align:center;

    animation:popupScale .35s ease;
}

@keyframes popupScale{

    from{
        transform:scale(.7);
        opacity:0;
    }

    to{
        transform:scale(1);
        opacity:1;
    }

}

.success-icon{

    width:90px;
    height:90px;

    margin:auto;

    border-radius:50%;

    background:#D9A441;

    display:flex;
    justify-content:center;
    align-items:center;

    margin-bottom:25px;
}

.success-icon i{

    color:#fff;
    font-size:40px;
}

.success-box h3{

    color:#07111f;
    margin-bottom:15px;
}

.success-box p{

    color:#666;
    line-height:28px;
    margin-bottom:25px;
}

.success-box .gold-btn{

    width:100%;
}

@media (max-width:768px){

    .property-modal{
        position:fixed;
    inset:0;
    display:none;
    justify-content:center;
    align-items:flex-start;
    overflow-y:auto;
    padding:20px 15px;
    }
    .property-modal.active{
    display:flex;
}
    .close-modal{
    position:absolute;
    top:15px;
    right:18px;
    z-index:999999999;
}

    .property-box{

        position:relative;      /* <-- change from absolute */
    top:auto;
    left:auto;
    transform:none;

    width:90%;
    max-width:500px;
    max-height:none;

    overflow:visible;
    margin:20px auto;
    }

    .success-box{
        width:80%;
        max-width:300px;
        padding:30px 20px;
    }

    .success-icon{
        width:70px;
        height:70px;
    }
    .success-box h3{
        font-size:18px;
    }
    .success-box p{
        font-size:12px;
    }
    .success-box .gold-btn{
        font-size:14px;
        width:60%;
    }



}


/* ----------------------------------------- 
trust-area
-------------------------------------------*/

.trust-area{
    background: #000a1a;
    padding: 40px 0;
}

/* Parent row */
.trust-row{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    align-items: center;
}

/* Each item */
.trust-box{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Icon */
.trust-box i{
    font-size: 42px;
    color: #D9A441;
    margin-bottom: 15px;
}

/* Text */
.trust-box h5{
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
}

@media (min-width:427px) and (max-width:993px){
  .trust-row{
        gap: 8px;
    }

    .trust-box i{
        font-size: 28px;
        margin-bottom: 8px;
    }

    .trust-box h5{
        font-size: 6px;
        line-height: 1.3;
    }
}

@media (max-width:426px){

    .trust-row{
        gap: 8px;
    }

    .trust-box i{
        font-size: 22px;
        margin-bottom: 8px;
    }

    .trust-box h5{
        font-size: 6px;
        line-height: 1.3;
    }
}



/*-------------------------------------------------------
06. About css
---------------------------------------------------------*/
.about-area{
    background:#f8f6f2;
}

.about-right{
    max-width:520px;
}

.about-sub-title{
    color:#b8944d;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;
}

.about-title{
    font-size:35px;
    line-height:1.15;
    margin-bottom:20px;
    color:#222;
}

.about-line{
    width:70px;
    height:2px;
    background:#b8944d;
    margin-bottom:25px;
}

.about-txt p{
    color:#555;
    line-height:1.9;
    margin-bottom:15px;
}

.about-list{
    list-style:none;
    padding:0;
    margin-top:25px;
}

.about-list li{
    margin-bottom:14px;
    color:#555;
    position:relative;
    padding-left:28px;
}

.about-list li:before{
    content:"●";
    color:#b8944d;
    position:absolute;
    left:0;
}

.about-btn{
    display:inline-block;
    margin-top:20px;
    border:1px solid #d8c089;
    padding:14px 30px;
    color:#222;
    text-decoration:none;
}

.about-left{
    display:flex;
    justify-content:center;
}

.about-pic{
    position:relative;
    max-width:400px;
}

.about-pic:after{
    content:"";
    position:absolute;
    right:-25px;
    bottom:-25px;
    width:100%;
    height:100%;
    background:#c9a45c;
    z-index:0;
}

.about-pic img{
    width:100%;
    position:relative;
    z-index:2;
    display:block;
}

@media(max-width:990px){

    .about-title{
        font-size:42px;
    }

    .about-left{
        margin-top:50px;
    }

}

@media(max-width:767px){

    .about-right{
        max-width:100%;
    }

    .about-title{
        font-size:34px;
    }

    .about-left{
        margin-top:40px;
    }

    .about-pic:after{
        right:-15px;
        bottom:-15px;
    }

}

@media(max-width:480px){

    .about-title{
        font-size:28px;
    }

}

/* 590px to 991px */
@media (min-width:520px) and (max-width:991px) {

    .about-area{
        padding: 60px 0;
    }
    .about-area .row.align-items-center{
         display:flex;
        flex-wrap:nowrap;
        align-items:center;
    }
    .about-area .col-md-8{
        flex:0 0 75%;
        max-width:75%;
    }
    .about-area .col-md-4{
        flex:0 0 25%;
        max-width:25%;
    }
    .about-right{
        padding-right:20px;
    }
    .about-left{
        display:flex;
        justify-content:flex-end;
        align-items:center;
        height:100%;
    }

    /* Heading */
    .about-title{
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 15px;
    }

    .about-sub-title{
        font-size: 12px;
        margin-bottom: 10px;
    }

    .about-line{
        width: 55px;
        margin-bottom: 18px;
    }

    /* Paragraph */
    .about-txt p{
        font-size: 12px;
        line-height: 1.7;
        margin-bottom: 10px;
         text-align: justify;
    }

    /* Bullet list */
    .about-list{
        margin-top: 15px;
    }

    .about-list li{
       text-align:left;
        font-size: 10px;
        line-height: 1.5;
        margin-bottom: 8px;
        padding-left: 20px;
    }

    /* Button */
    .about-btn{
        padding: 12px 22px;
        font-size: 13px;
        margin-top: 15px;
    }

    /* Smaller image */
    .about-pic{
        max-width:240px;
        position:relative;
         margin-left: auto;
    }
    .about-pic img{
        width:190px;
        height:190px;
        display:block;
    }

    .about-pic::after{
        right: -15px;
        bottom: 14px;
    }

    
}

/*-------------------------------------------------------
07. Service css 
---------------------------------------------------------*/
.service-box {
  background: #fff;
    border: 1px solid #ece6dc;
    border-radius: 8px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    box-shadow: none;
    transition: 0.3s ease;
  }
  .service-box:hover{
    border-color: #D9A441;
}
  .service-box .service-icon {
    margin-bottom: 3rem; 
   margin-bottom: 20px;
  }
    .service-box .service-icon i {
      font-size: 48px;
    color: #D9A441;
    font-weight: 300;
   }
  .service-box .service-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    margin-bottom: 18px;
    
   }
    .service-box .service-content h4::before {
      position: absolute;
      content: '';
      width: 60px;
      height: 2px;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0);
      background-color: var(--clr-black); }
  .service-box .service-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
  }
  .service-box .service-content .service-tag {
     display:none;
     }


.service-wpr .col-xl-4{
    transition: .3s;
}

/* Mobile (0 - 426px): 2 cards per row */
@media (max-width:426px){

    .service-wpr .col-xl-4,
    .service-wpr .col-lg-4,
    .service-wpr .col-md-6{
        width: 50%;
        flex: 0 0 50%;
    }

    .service-box{
        padding: 20px 15px;
        border-radius: 18px;
        min-height: 210px;      /* square look */
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .service-icon{
        margin-bottom: 15px;
    }

    .service-icon i{
        font-size: 34px;
    }

    .service-content h4{
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .service-content p{
        font-size: 14px;
        line-height: 1.5;
    }

    .service-icon i{
        font-size: 28px;
    }
}


@media (min-width:427px) and (max-width:1025px){

    .service-wpr .col-xl-4,
    .service-wpr .col-lg-4,
    .service-wpr .col-md-6{
        width: 33.333333%;
        flex: 0 0 33.333333%;
    }

}

/*-------------------------------------------------------
14. Consult css 
---------------------------------------------------------*/

.consult-section {
    background: #0b0b0b;
    padding: 85px 0;
    color: #fff;
}

.consult-section .about-sub-title {
    color: #D9A441;
    margin-bottom: 15px;
}

.consult-section h2 {
    color: #fff;
    margin-bottom: 50px;
}

.consult-box {
    background: #111111;
    border: 1px solid rgba(217,164,65,0.25);
    border-radius: 15px;
    padding: 35px 30px;
    height: 100%;
    transition: .3s ease;
}

.consult-box:hover {
    border-color: #D9A441;
    transform: translateY(-5px);
}

.consult-box h4 {
    color: #D9A441;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600;
}

.consult-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.consult-box ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 18px;
    color: #d8d8d8;
    line-height: 1.8;
}

.consult-box ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #D9A441;
    position: absolute;
    left: 0;
}
.comparison-wrapper{
    position: relative;
    display: flex;
    gap: 35px;
}

.vs-circle{
    position: absolute;
    left: 29.5%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background: #D9A441;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    z-index: 10;
    box-shadow: 0 0 20px rgba(217,164,65,.3);
}
.benefits-side{
    border-left: 1px solid rgba(217, 164, 65, 0.35);
    padding-left: 50px;
}

.benefits-heading{
    display: flex;
    align-items: center;
    gap: 18px;
}

.benefits-heading h3{
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.benefit-line{
    width: 4px;
    height: 45px;
    background: #D9A441;   /* Gold */
    border-radius: 10px;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    line-height: 1.8;
    color: #fff;
}

.benefits-list li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #D9A441;
    position: absolute;
    left: 0;
}


.free-box {
    margin-top: 30px;
    border: 2px solid #D9A441;
    padding: 10px;
    border-radius: 15px;
    background: rgba(217,164,65,.05);
}

.free-box h4 {
    color: #D9A441;
    font-size: 24px;
    margin-bottom: 10px;
}

.free-box span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}


@media (min-width: 1199px) {

    .consult-section {
        padding: 80px 0;
    }

    .benefits-title {
        font-size: 28px;
    }

}

@media (min-width: 991px) {

    .consult-section h2 {
        margin-bottom: 40px;
    }

    .consult-box {
        margin-bottom: 25px;
    }

    .right-benefits {
        margin-top: 50px;
    }

}



@media (min-width: 767px) {

    .consult-section {
        padding: 70px 0;
    }

    .consult-section h2 {
        font-size: 34px;
        line-height: 1.3;
    }

    .consult-box {
        padding: 25px;
    }

    .consult-box h4 {
        font-size: 20px;
    }

    .benefits-title {
        font-size: 24px;
    }

    .benefits-list li {
        font-size: 15px;
        line-height: 1.7;
    }

    .free-box {
        padding: 25px;
    }

    .free-box h4 {
        font-size: 20px;
    }

    .free-box span {
        font-size: 15px;
    }

}

@media (min-width:527px) and (max-width:991px){

    /* remove flex wrapper */
    .comparison-wrapper{
        display:block;
        position:relative;
    }

    /* left section */
    .comparison-wrapper .col-lg-7{
        width:100%;
    }

    /* cards row */
    .comparison-wrapper .row.g-4{
        display:flex;
        flex-wrap:nowrap;
        gap:12px;
        position:relative;
    }

    .comparison-wrapper .col-md-6{
        width:50%;
        flex:0 0 calc(50% - 6px);
    }

    /* center vertical line */
    .comparison-wrapper .row.g-4::before{
        content:"";
        position:absolute;
        left:50%;
        top:0;
        bottom:0;
        width:1px;
        background:rgba(217,164,65,.25);
        transform:translateX(-50%);
    }

    /* cards */
    .consult-box{
        background:#080808;
        border:1px solid rgba(217,164,65,.30);
        border-radius:22px;
        padding:18px 14px;
        min-height:auto;
    }

    .consult-box h4{
        color:#D9A441;
        font-size:14px;
        font-weight:600;
        line-height:1.25;
        margin-bottom:16px;
    }

    .consult-box ul li{
        font-size:13px;
        line-height:1.55;
        color:#fff;
        padding-left:24px;
        margin-bottom:14px;
    }
    .consult-box ul li:last-child{
        margin-bottom:0;
    }

    .consult-box ul li:before{
        font-size:13px;
        top:2px;
    }

    .vs-circle{
        display:flex !important;
        position:absolute;
        left:50%;
        top:28%;
        transform:translate(-50%,-50%);
        width:52px;
        height:52px;
        border-radius:50%;
        background:#D9A441;
        color:#fff;
        font-size:20px;
         align-items:center;
        justify-content:center;
        font-weight:700;
        z-index:100;
        box-shadow:0 0 20px rgba(217,164,65,.35);
    }

    /* benefits section below cards */
    .benefits-side{
        width:100%;
        margin-top:35px;
        padding-top:30px;
        padding-left:0;
        margin-left:0;
        border-left:none;
        border-top:1px solid rgba(217,164,65,.20);
    }
    
    .benefits-side h3{
      font-size: larger;
    }
    
    .free-box {
    margin-top:18px;
    border: 1px solid #D9A441;
    padding: 8px;
    width: max-content;
    border-radius: 15px;
    }

.free-box h4 {
    font-size: 12px;
    margin-bottom: 8px;
}

.free-box span {
    font-size: 12px;
    font-weight: 500;
}

}


@media (max-width:526px){

    /* remove flex wrapper */
    .comparison-wrapper{
        display:block;
        position:relative;
    }

    /* left section */
    .comparison-wrapper .col-lg-7{
        width:100%;
    }

    /* cards row */
    .comparison-wrapper .row.g-4{
        display:flex;
        flex-wrap:nowrap;
        gap:12px;
        position:relative;
    }

    .comparison-wrapper .col-md-6{
        width:50%;
        flex:0 0 calc(50% - 6px);
    }

    /* center vertical line */
    .comparison-wrapper .row.g-4::before{
        content:"";
        position:absolute;
        left:50%;
        top:0;
        bottom:0;
        width:1px;
        background:rgba(217,164,65,.25);
        transform:translateX(-50%);
    }

    /* cards */
    .consult-box{
        background:#080808;
        border:1px solid rgba(217,164,65,.30);
        border-radius:22px;
        padding:18px 14px;
        min-height:auto;
    }

    .consult-box h4{
        color:#D9A441;
        font-size:14px;
        font-weight:600;
        line-height:1.25;
        margin-bottom:16px;
    }

    .consult-box ul li{
        font-size:13px;
        line-height:1.55;
        color:#fff;
        padding-left:24px;
        margin-bottom:14px;
    }
    .consult-box ul li:last-child{
        margin-bottom:0;
    }

    .consult-box ul li:before{
        font-size:13px;
        top:2px;
    }

    .vs-circle{
        display:flex !important;
        position:absolute;
        left:50%;
        top:33%;
        transform:translate(-50%,-50%);
        width:52px;
        height:52px;
        border-radius:50%;
        background:#D9A441;
        color:#fff;
        font-size:20px;
         align-items:center;
        justify-content:center;
        font-weight:700;
        z-index:100;
        box-shadow:0 0 20px rgba(217,164,65,.35);
    }

    /* benefits section below cards */
    .benefits-side{
        width:100%;
        margin-top:35px;
        padding-top:30px;
        padding-left:0;
        margin-left:0;
        border-left:none;
        border-top:1px solid rgba(217,164,65,.20);
    }
    
    .benefits-side h3{
      font-size: larger;
    }
    
    .free-box {
    margin-top:18px;
    border: 1px solid #D9A441;
    padding: 8px;
    width: max-content;
    border-radius: 15px;
    }

.free-box h4 {
    font-size: 12px;
    margin-bottom: 8px;
}

.free-box span {
    font-size: 12px;
    font-weight: 500;
}

}
/* .vid-ov {
  position: relative;
  z-index: 1; 
  }
  .vid-ov::before {
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0; 
	}

.video-area {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat; 
  }

.my-service h5 {
  color: var(--clr-def);
  border-bottom: 4px solid var(--clr-white);
  display: inline-block;
  margin-bottom: 3.5rem;
  font-weight: 400;
  text-transform: uppercase; }
.my-service h4 {
  color: var(--clr-white);
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 3.4rem; }
.my-service p {
  color: var(--clr-white);
  font-family: var(--font-1); }

.progress-box {
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
  padding-left: 3rem; }
  .progress-box::before {
    position: absolute;
    z-index: -1;
    content: '';
    height: 1rem;
    width: 1rem;
    background-color: var(--clr-white);
    top: 5px;
    left: 0; }
  .progress-box:last-child {
    margin-bottom: 0; }
  .progress-box h5 {
    font-size: 1.6rem;
    text-transform: uppercase;
    color: var(--clr-white);
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem; }
  .progress-box .progress {
    height: 5px;
    background-color: #7d7d7d;
    border-radius: 0; }
    .progress-box .progress .progress-bar {
      background-color: var(--clr-white); } */

/*-------------------------------------------------------
13. Counter css 
---------------------------------------------------------*/
.counter-area {
  position: relative;
  z-index: 1; }

.counter-bg-1 {
  background-image: -webkit-linear-gradient(70deg, var(--clr-bg) 60%, #fcfcfc 40%);
  background-image: linear-gradient(70deg, var(--clr-bg) 60%, #fcfcfc 40%); }

.counter-bg-2 {
  background-color: var(--clr-white);
  position: relative;
  z-index: 1; }
  .counter-bg-2::before {
    position: absolute;
    content: '';
    z-index: -1;
    background-color: #fcfcfc;
    right: -123px;
    top: 0;
    height: 100%;
    width: 45%;
    transform: skewX(30deg); }

.fun-fact {
  display: flex;
  align-items: center;
  gap: 3rem; }
  .fun-fact:nth-child(2) {
    justify-content: center; }
  .fun-fact:last-child {
    justify-content: flex-end; }
  .fun-fact .fun-fact-icon {
    display: inline-block; }
  .fun-fact .fun-desc {
    display: flex;
    gap: 3rem;
    align-items: flex-start; }
    .fun-fact .fun-desc .timer {
      position: relative;
      z-index: 1;
      display: inline-block;
      margin-bottom: 0rem;
      font-size: 3.6rem;
      font-family: var(--font-2);
      font-weight: 700;
      color: var(--clr-black);
      padding-right: 3rem; }
      .fun-fact .fun-desc .timer::before {
        position: absolute;
        z-index: -1;
        content: attr(data-count);
        right: 0;
        top: 0; }
    .fun-fact .fun-desc .medium {
      position: relative;
      z-index: 1;
      font-size: 1.6rem;
      line-height: 30px;
      font-weight: 400;
      letter-spacing: 0.0015em;
      text-transform: uppercase;
      display: block;
      color: var(--clr-black);
      font-family: var(--font-2); }

/* -------------------------------------------------------
18. Portfolio css
---------------------------------------------------------*/
.cmm {
  padding: 0 3rem; }

.portfolio-1 {
  display: grid;
  grid-template-columns: 440px 440px 1fr;
  grid-gap: 3rem; }

.portfolio-2 {
  display: grid;
  grid-template-columns: 1fr 440px 440px;
  grid-gap: 3rem; }

.project-box {
  width: 100%;
  display: none; }
  .project-box .port-pic {
    position: relative;
    z-index: 1; }
    .project-box .port-pic img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    .project-box .port-pic .port-overlay {
      position: absolute;
      bottom: 3rem;
      left: 3rem; }

.fil-cat {
  font-size: 1.6rem;
  font-family: var(--font-2);
  color: var(--clr-heading);
  background-color: transparent;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 500; }

.fil-cat:focus {
  box-shadow: none;
  outline: none; }

.fil-cat.active {
  color: var(--clr-def); }

.port-content {
  border-radius: 5px;
  background-color: var(--clr-white);
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: 1;
  transform: translate(0, -90px);
  opacity: 0;
  visibility: hidden;
  transition: .5s ease-in-out; }
  .port-content a {
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translate(0, -50%); }
    .port-content a i {
      border-radius: 50%;
      background-color: var(--clr-white);
      box-shadow: 0px 5px 20px 0px #f3f3f3;
      width: 44px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      color: var(--clr-def);
      display: inline-block; }
  .port-content h5 {
    color: #292929;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1; }
  .port-content span {
    font-family: var(--font-2);
    color: var(--clr-def); }

.project-box:hover .port-content {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible; }

/*-------------------------------------------------------
16. Feedback css 
---------------------------------------------------------*/

.feed-area{
    background: #ffffff !important;
}
.feed-box {
  text-align: center; }
  .feed-box .feed-bio .feed-name {
    margin-top: 5px; }
    .feed-box .feed-bio .feed-name h5 {
      font-size: 2rem;
      line-height: 1;
      margin-bottom: 1rem; }
    .feed-box .feed-bio .feed-name span {
      display: block;
      font-size: 1.6rem;
      line-height: 1;
      font-weight: 600;
      letter-spacing: .1rem;
      }
  .feed-box p {
    line-height: 3rem;
    font-family: var(--font-1);
    font-size: 1.6rem;
    padding: 0 30rem; }

.feed-bio{
    display: flex;
    flex-direction: column;
    align-items: center;
  }  

.feed-sldr.owl-theme .owl-nav [class*=owl-] {
  color: var(--clr-black);
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  background: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid var(--clr-white);
  box-shadow: 0px 5px 20px 0px #f3f3f3; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--clr-def);
  color: var(--clr-white);
  text-decoration: none; }

.feed-sldr.owl-theme .owl-nav .owl-prev {
  left: 5rem; }

.feed-sldr.owl-theme .owl-nav .owl-next {
  right: 5rem; }

.feed-sldr.owl-theme .owl-nav .owl-prev,
.feed-sldr.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.owl-carousel .owl-item img {
  display: block;
  width: inherit;
  margin: 0 auto; }

.feed-qoute {
  margin-bottom: 3rem; }
  .feed-qoute i {
    font-size: 48px;
    color: var(--clr-bg);
    display: inline-block; }


/*--------------------------------------
FEATURED PROJECTS
----------------------------------------*/

.featured-projects{
    background:#07111f;
}

.project-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.project-card img{
     width:100%;
    aspect-ratio:16/10;   
    object-fit:cover;
    display:block;
}

.project-info{
    padding:18px;
}
.featured-projects span{
  color: #fcfcfc;
}

.project-info h4{
    font-size:16px;
    margin-bottom:10px;
}

.project-info p{
    margin-bottom:15px;
}

.project-info ul{
    padding-left:18px;
    margin-bottom:25px;
}

.project-info li{
    margin-bottom:8px;
}  


/* Navigation container */
.featured-slider .owl-nav{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin-top:25px;
}

/* Navigation buttons */
.featured-slider .owl-nav button{
     width:48px !important;
    height:48px !important;
    border-radius:50% !important;
    background:#07111f !important;
    border:2px solid #D9A441 !important;
    color:#D9A441 !important;
    display:flex !important;
    justify-content:center;
    align-items:center;
    transition:.3s;
}

/* Icon */
.featured-slider .owl-nav button i{
    color:#D9A441 !important;
    font-size:18px !important;
    line-height:1;
}

/* Hover */
.featured-slider .owl-nav button:hover{
    background:#D9A441 !important;
}

.featured-slider .owl-nav button:hover i{
    color:#141313 !important;
}


@media (max-width:425px){

.featured-slider{
    padding:0 10px;
}

.featured-slider .project-card{
    max-width:250px;
    margin:0 auto;
}
 .project-card img{
        aspect-ratio:4/3;
    }

    .project-info{
        padding:14px;
    }

    .project-info h4{
        font-size:18px;
        line-height:1.3;
        margin-bottom:8px;
    }

    .project-info p{
        font-size:14px;
        line-height:1.5;
        margin-bottom:12px;
    }

    .project-info ul{
        margin-bottom:16px;
        padding-left:16px;
    }

    .project-info li{
        font-size:14px;
        margin-bottom:5px;
    }

    .gold-btn{
        padding:10px 20px;
        font-size:14px;
    }
    


}

/* -------------marquee section----------- */

.location-marquee{
    width:100%;
    background:#D9A441;
    overflow:hidden;
    padding:14px 0;
    margin:0;
    line-height:1.5;
}

.marquee{
    overflow:hidden;
}
.marquee-track{
    display:flex;
    width:max-content;
    animation:marquee 18s linear infinite;
}
.marquee-group{
    display:flex;
    align-items:center;
    white-space:nowrap;
}
.marquee-group span{
    margin:0 35px;
    color:#07111f;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}


@keyframes marquee{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

.location-marquee:hover .marquee-track{
    animation-play-state:paused;
}

@media(max-width:768px){

    .location-marquee{
        padding:10px 0;
    }

    .marquee-content span{
        font-size:15px;
        margin:0 16px;
    }

}


/* -------------------------------------------------------
Location css
---------------------------------------------------------*/

.location-section{
    background: #07111f;
    padding: 70px 0;
}

.section-title-gold{
    color: #D9A441;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.location-left{
    border-right: 1px solid rgba(217,164,65,.2);
    padding-right: 40px;
}

.location-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}

.location-card{
    border: 1px solid rgba(217,164,65,.2);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.location-card img{
    width:100%;
    height:120px;
    object-fit:cover;
}

.location-card span{
    display:block;
    color:#fff;
    padding:10px;
    font-weight:500;
}

.featured-side{
    padding-left:40px;
}

.featured-project{
    display:flex;
    gap:30px;
    align-items:center;
}

.project-image{
    width:38%;
}

.project-image img{
    width:220px;
    height: 240px;
    border-radius:12px;
     object-fit: cover;
}

.project-content{
    width:50%;
}

.project-content h4{
    margin-bottom:15px;
    font-size:28px;
    line-height:1.4;
}

.project-content ul{
    color:#ddd;
}

.project-content li{
    margin-bottom:8px;
}

.gold-btn{
    display:inline-block;
    background:#D9A441;
    color:#111;
    padding:12px 20px;
    border-radius:8px;
    font-size:14px;
    font-weight:600;
    margin-top:10px;
}

.gold-outline-btn{
    border:1px solid #D9A441;
    color:#D9A441;
    padding:14px 28px;
    border-radius:8px;
}
@media(max-width:991px){

    .location-left{
        border-right:none;
        padding-right:0;
        margin-bottom:60px;
    }

    .featured-side{
        padding-left:0;
    }


    .location-grid{
        grid-template-columns: repeat(4,1fr);
        gap:15px;
    }

}

@media (min-width:720px){

    .featured-side{
        padding-left:40px;
    }

    .featured-project{
        display:flex;
        flex-direction:row;
        align-items:center;
        gap:30px;
    }

    .project-image{
        flex:0 0 38%;
        max-width:38%;
    }

    .project-image img{
        width:100%;
        height:240px;
        object-fit:cover;
        border-radius:12px;
        display:block;
    }

    .project-content{
        flex:0 0 55%;
        max-width:55%;
        text-align:left;
    }

    .project-content h4{
        font-size:28px;
        line-height:1.4;
        margin-bottom:15px;
    }

    .project-content ul{
        padding-left:18px;
    }

    .gold-btn{
        padding:12px 20px;
        font-size:14px;
    }

}

@media (min-width:460px) and (max-width:769px){
  .location-grid{
        grid-template-columns: repeat(4,1fr);
        gap:12px;
    }

    .location-card img{
        height:100px;
        display:block;
    }

}

@media (min-width:427px) and (max-width:719px){

  .location-grid{
        grid-template-columns: repeat(2,1fr);
        gap:15px;
    }

    .location-card img{
        height:100px;
        display:block;
    }

    .featured-side{
        padding-left: 0;
    }

    .featured-project{
        display: flex;
        flex-direction: row;   /* keep side by side */
        align-items: center;
        gap: 15px;
    }

    .project-image{
       width:35% !important;
        flex:0 0 35%;
    }

    .project-image img{
         display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
    }

    .project-content{
        width:65% !important;
        flex:0 0 65%;
        text-align:left;
    }

    .project-content h4{
        font-size:18px;
        line-height:1.4;
    }

    .project-content ul{
        padding-left: 18px;
        font-size: 14px;
    }

    .project-content li{
        margin-bottom: 6px;
    }

    .gold-btn{
        padding: 10px 16px;
        font-size: 11px;
    }
}

@media (max-width:426px){

    .location-section{
        padding: 50px 0;
    }

    /* Section title */
    .section-title-gold{
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .location-left{
        margin-bottom: 40px;
    }

    /* Show 2 cards per row */
.location-grid{
        grid-template-columns: repeat(2,1fr);
        gap:10px;
    }
    .location-card{
        border-radius: 8px;
    }

     .location-card img{
        height:80px;
        display:block;
    }

    .location-card span{
        font-size: 12px;
        padding: 8px;
    }

    /* Featured project section */
    .featured-side{
        padding-left: 0;
    }

    .featured-project{
        flex-direction: column;
    align-items: center;
    text-align: center;
    }

    .project-image img{
        width: 220px;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin: 0 auto 20px;
    }
    .project-image{
    width: 100%;
    flex: unset;
}

    .project-content{
        width: 100%;
    text-align: center;
    }

    .project-content h4{
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .project-content ul{
        padding-left: 18px;
        text-align: left;
        font-size: 14px;
    }

    .project-content li{
        margin-bottom: 6px;
    }

    .gold-btn{
        padding: 10px 18px;
        font-size: 13px;
    }

    .gold-outline-btn{
        padding: 10px 18px;
        font-size: 13px;
    }

}

/*-------------------------------------------------------
16. Blog css
---------------------------------------------------------*/
/* .blog-bg {
  background-color: #fafafa; }

.blog-box {
  border-radius: 10px;
  background-color: var(--clr-white);
  box-shadow: 0px 5px 20px 0px #f3f3f3;
  padding: 2rem; }
  .blog-box .blog-pic {
    position: relative;
    z-index: 1; }
    .blog-box .blog-pic .blog-date {
      position: absolute;
      top: 1rem;
      left: 1rem; }
      .blog-box .blog-pic .blog-date span {
        display: block;
        padding: 5px 1rem;
        font-size: 1.6rem;
        font-family: var(--font-1);
        background-color: var(--clr-white);
        border-radius: 5px; }
  .blog-box .blog-desc {
    padding: 2rem 2rem 1rem 2rem; }
    .blog-box .blog-desc h5 {
      font-size: 2rem;
      line-height: 3.4rem;
      font-weight: 700; }
    .blog-box .blog-desc p {
      font-family: var(--font-1); }

.blog-sldr.owl-theme .owl-nav {
  margin-top: 40px; }

.blog-sldr.owl-theme .owl-nav [class*=owl-] {
  color: var(--clr-black);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--clr-white);
  box-shadow: 0px 5px 20px 0px #f3f3f3;
  margin: 0 1rem; }

.blog-sldr.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--clr-def);
  color: var(--clr-white);
  text-decoration: none; } */

/*-------------------------------------------------------
28. Contact css 
---------------------------------------------------------*/


.contact-content{
  background-color:#f8f6f2;
    margin-top: 40px;
     padding-bottom: 40px;
}

/* LEFT SIDE (Contact Info) */

.contact-side-box{
    padding-right: 40px;
}

.single-contact{
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 45px;
}

.single-contact:last-child{
    margin-bottom: 0;
}

.icon-box{
    width: 55px;
    min-width: 55px;
    text-align: center;
}

.icon-box i{
    font-size: 30px;
    color: #070E27;
}

/* Small label */
.single-contact span{
    display: block;
    font-size: 17px;
    color: #0b0b0b;
    margin-bottom: 2px;
}

/* Main text */
.single-contact h4{
    font-size: 24px;
    font-weight: 700;
    color: #111;
    /* margin-bottom: 0; */
    padding-bottom: 10px;
}

.single-contact p{
    margin: 0;
    font-size: 17px;
    color: #555;
    line-height: 1.3;
}


/*=========================================
    RIGHT SIDE (Form)
=========================================*/

.contact-form-box{
    padding-left: 40px;
    margin-top: -30px;
}

.contact-title{
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.contact-sub{
    color: #666;
    margin-bottom: 35px;
}

.contact-form .form-control{
    height: 55px;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 0 25px;
    font-size: 15px;
    box-shadow: none;
}

.contact-form .form-control:focus{
    border-color: #D9A441;
    box-shadow: none;
}

.contact-form textarea{
    height: 150px !important;
    padding-top: 25px !important;
    resize: none;
}

/* Button */

.contact-btn{
    background: #D9A441;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.contact-btn:hover{
    background: #bf8d2d;
}


/*=========================================
    RESPONSIVE
=========================================*/

@media (max-width:991px){

    .contact-side-box{
        padding-right: 0;
        margin-bottom: 50px;
    }

    .contact-form-box{
        padding-left: 0;
    }

    .contact-title{
        text-align: center;
        font-size: 28px;
    }

    .contact-sub{
        text-align: center;
    }

    .contact-btn{
        width: 100%;
    }

    .single-contact{
        margin-bottom: 35px;
    }

    .single-contact h4{
        font-size: 22px;
    }
}



/*-------------------------------------------------------
21. Footer css 
---------------------------------------------------------*/
footer {
  background-color: #07111f;
  padding: 8rem 0; }

.copyright p {
  color: #e8e8e8;
  text-transform: uppercase;
  margin-bottom: 0; }

.footer-menu {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 1rem; }
  
  .footer-menu li a {
    color: #d5d5d5;
    padding: 2px 15px;
    font-size: 1.6rem;
    text-transform: uppercase;
    }

.footer-social {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  gap: 1rem; }
  .footer-social li a i {
    width: 44px;
    height: 44px;
    font-size: 1.6rem;
    line-height: 44px;
    border: 1px solid var(--clr-white);
    color: var(--clr-white);
    text-align: center;
    border-radius: 50%;
    transition: all .5s ease-in-out; }
    .footer-social li a i:hover {
      background-color: var(--clr-def);
      border: 1px solid transparent; }

.footer-widget a {
    color: #fff;
}

.footer-widget a:hover {
    color: var(--clr-def);
}




/* ==========================================
   MOBILE NAVBAR (768px and below)
========================================== */
@media (max-width:768px){

    .menu-hide.show{
        right:0;
        top:0;
        height:100vh;
        background:#fff;
    }

    .menu-hide ul{
        margin:0;
        padding:0;
    }

    .menu-hide li{
        margin-bottom:20px;
    }

    .menu-hide li a{
        font-size:20px !important;
        color:#D9A441;
    }

}

/* =========================
   Privacy Policy Page
========================= */

.privacy-policy{
    background: #f8f8f8;
    padding: 140px 0 100px;
}

.privacy-policy .container{
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 70px;
    border-radius: 15px;
    box-shadow: 0px 10px 40px rgba(0,0,0,.06);
}

.privacy-policy h1{
    font-size: 48px;
    font-weight: 700;
    color: #07111f;
    margin-bottom: 25px;
}

.privacy-policy h2{
    font-size: 34px;
    color: #D9A441;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}

.privacy-policy p{
    font-size: 17px;
    line-height: 2;
    color: #666;
    margin-bottom: 20px;
}

.privacy-policy ul{
    margin-bottom: 25px;
    padding-left: 25px;
}

.privacy-policy ul li{
    color: #555;
    line-height: 1.9;
    margin-bottom: 8px;
}

/* =========================
   Tablet
========================= */
@media (max-width: 991px){

    .privacy-policy{
        padding: 100px 0 60px;
    }

    .privacy-policy h1{
        font-size: 34px;
    }

    .privacy-policy h2{
        font-size: 24px;
    }

    .privacy-policy p,
    .privacy-policy ul li{
        font-size: 15px;
    }
}

/* =========================
   Mobile
========================= */
@media (max-width: 576px){

    .privacy-policy{
        padding: 90px 0 50px;
    }

    .privacy-policy .container{
        padding: 0 18px;
    }

    .privacy-policy h1{
        font-size: 28px;
        line-height: 1.3;
    }

    .privacy-policy h2{
        font-size: 20px;
        margin-top: 30px;
    }

    .privacy-policy p,
    .privacy-policy ul li{
        font-size: 14px;
        line-height: 1.8;
    }

    .privacy-policy ul{
        padding-left: 20px;
    }
}



/* -------------------------------------------------------
21. Breadcrumb css
---------------------------------------------------------*/
.site-breadcrumb {
  height: 35vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  position: relative;
  z-index: 1; }
  .site-breadcrumb::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #0B0F28;
    opacity: 0.8;
    content: ''; }
  .site-breadcrumb .breadcrumb-title {
    font-size: 4.7rem;
    text-transform: capitalize;
    color: var(--clr-white);
    font-weight: 700;
    margin-bottom: 2rem;
    letter-spacing: 0.0025em; }
  .site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1; }
    .site-breadcrumb .breadcrumb-menu li {
      position: relative;
      display: inline-block;
      margin-left: 3rem;
      color: var(--clr-white);
      font-weight: 400;
      text-transform: capitalize; }
      .site-breadcrumb .breadcrumb-menu li a {
        color: var(--clr-white);
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .site-breadcrumb .breadcrumb-menu li.active {
        color: #d63031; }
      .site-breadcrumb .breadcrumb-menu li::before {
        position: absolute;
        content: '/';
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        width: 2rem;
        right: -24px;
        top: 1px;
        text-align: center;
        font-size: 1.4rem;
        color: var(--clr-white); }
      .site-breadcrumb .breadcrumb-menu li:first-child {
        margin-left: 0; }
      .site-breadcrumb .breadcrumb-menu li:last-child:before {
        display: none; }
      .site-breadcrumb .breadcrumb-menu li:hover {
        color: #d63031; }

/*-------------------------------------------------------
17. Hero css 
---------------------------------------------------------*/
.pl {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.play-bt {
  width: 9rem;
  height: 9rem;
  line-height: 9rem;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--clr-white);
  background-color: rgba(0, 0, 0, 0.302);
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 2.5rem;
  color: var(--clr-white); }
  .play-bt::after {
    content: '';
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    -webkit-animation: button_wave 3s infinite ease-in-out;
    animation: button_wave 3s infinite ease-in-out; }

@-webkit-keyframes button_wave {
  0% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.65), 0 0 0 30px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.65), 0 0 0 30px rgba(255, 255, 255, 0.8); }
  50% {
    -webkit-box-shadow: none;
    box-shadow: none; }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.65), 0 0 0 30px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.65), 0 0 0 30px rgba(255, 255, 255, 0.8); } }

/*-------------------------------------------------------
2. Scrollbar css
---------------------------------------------------------*/
.scroll-style {
  scrollbar-width: thin; }
  .scroll-style::-webkit-scrollbar {
    width: 11px; }
  .scroll-style::-webkit-scrollbar-track {
    background: #90A4AE;
    border-radius: 6px; }
  .scroll-style::-webkit-scrollbar-thumb {
    background-color: var(--clr-def);
    border-radius: 6px;
    border: 3px solid var(--clr-def); }

/*-------------------------------------------------------
2. Parallax css
---------------------------------------------------------*/
.parallax-inner {
  background-position: 70% 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}	
	
/*-------------------------------------------------------
3. Clip Path
---------------------------------------------------------*/
.clippath-circle{
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 86%, 33% 99%, 0 88%, 0 0);
	clip-path: polygon(50% 0%, 100% 0, 100% 86%, 33% 99%, 0 88%, 0 0);
	position:relative;
}

.client-icon {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.client-icon i {
    font-size: 24px;
    color: #555;
}


/*-------------------------------------------------------
12. Scroll top css 
---------------------------------------------------------*/
#scrtop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--clr-def);
  color: var(--clr-white);
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  line-height: 1; }
  #scrtop:hover {
    background-color: var(--clr-heading); 
  }



	
	/* FIXED POSITION */
.whatswidget-widget-wrapper {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 99999;
}

/* BUTTON WRAPPER */
.whatswidget-button-wrapper {
  position: fixed;
  bottom: 90px;
  right: 20px;
}

/* BUTTON */
.whatswidget-button {
  width: 50px;
  height: 50px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: 0.3s;
}

/* HOVER */
.whatswidget-button:hover {
  transform: scale(1.1);
}

/* ICON CENTER */
.whatswidget-icon {
  font-size: 22px;
  color: white;
}

/* CHAT BOX */
.whatswidget-conversation {
  position: fixed;
  bottom: 160px;
  right: 20px;
  width: 250px;
  background: #f1e7dd;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  display: none;
}

/* HEADER */
.whatswidget-conversation-header {
  background: #fff;
  padding: 10px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

/* MESSAGE */
.whatswidget-conversation-message {
  padding: 10px;
  background: #fff;
  margin: 10px;
  border-radius: 5px;
}

/* BUTTON CTA */
.whatswidget-conversation-cta {
  text-align: center;
  margin: 10px;
}

.whatswidget-conversation-cta a {
  display: inline-block;
  background: #25D366;
  color: #fff;
  padding: 10px 15px;
  border-radius: 25px;
  text-decoration: none;
}