/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  padding: 138px 0 0;
  font-family: "museo-sans", sans-serif;
  color: #252525;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  overflow-x: hidden;
}
@media screen and (max-width: 1700px) {
  body {
    padding: 121px 0 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 1500px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding: 95px 0 0;
    font-size: 16px;
  }
}

.clear {
  clear: both;
}

/* .container {
  max-width: 73%;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 85%;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 91%;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .container {
    max-width: 96%;
  }
}

.container {
  max-width: 85.5%;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 91%;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 95%;
    margin: 0 auto !important;
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .container {
    max-width: 96%;
    padding: 0 15px;
  }
} */

.headinft {
  font-family: "FONTSPRING DEMO - The Seasons";
}

.size42 {
  font-size: 42px;
  line-height: 47px;
}
@media screen and (max-width: 1440px) {
  .size42 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 600px) {
  .size42 {
    font-size: 25px;
    line-height: 30px;
  }
}

.size44 {
  font-size: 44px;
  line-height: 44px;
}
@media screen and (max-width: 1680px) {
  .size44 {
    font-size: 37px !important;
    line-height: 37px !important;
  }
}
@media screen and (max-width: 1600px) {
  .size44 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
}
@media screen and (max-width: 1440px) {
  .size44 {
    font-size: 34px !important;
    line-height: 34px !important;
  }
}
@media screen and (max-width: 1366px) {
  .size44 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}
@media screen and (max-width: 1280px) {
  .size44 {
    font-size: 31px !important;
    line-height: 31px !important;
  }
}
@media screen and (max-width: 1024px) {
  .size44 {
    font-size: 25px !important;
    line-height: 25px !important;
  }
}
@media screen and (max-width: 991px) {
  .size44 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}

.size36 {
  font-size: 36px;
}
@media screen and (max-width: 1700px) {
  .size36 {
    font-size: 31px;
  }
}
@media screen and (max-width: 1500px) {
  .size36 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .size36 {
    font-size: 22px;
  }
}

.size24 {
  font-size: 24px;
}
@media screen and (max-width: 1700px) {
  .size24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .size24 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .size24 {
    font-size: 15px;
  }
}

.size20 {
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  .size20 {
    font-size: 18px;
  }
}

.size18 {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .size18 {
    font-size: 17px;
  }
}

.clr1 {
  color: #bf9466;
}

.clr2 {
  color: #825523;
}

.clr3{
  color: white;
}
.medium {
  font-weight: 500;
}

.icocop {
  margin: -4px 5px 0 0;
}

.artistimree {
  position: absolute;
  margin: 0;
  color: #d9d9d9;
  right: 5px;
  bottom: 5px;
  font-size: 9px;
}
.artistimree.left {
  left: 5px;
}
@media screen and (max-width: 600px) {
  .artistimree {
    font-size: 7px;
  }
}

nav .breadcrumb {
  background: transparent;
  padding: 0.75rem 0;
  margin: 0;
}
nav .breadcrumb li.breadcrumb-item {
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  nav .breadcrumb li.breadcrumb-item {
    font-size: 12px;
  }
}
nav .breadcrumb li.breadcrumb-item a {
  color: #003366;
}
nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

nav.white ol li.breadcrumb-item {
  color: #fff;
}
nav.white ol li.breadcrumb-item a {
  color: #dbe2ea;
  transition: all 0.6s ease;
  text-decoration: none;
}
nav.white ol li.breadcrumb-item a:hover {
  color: #fff;
  transition: all 0.6s ease;
}
nav.white ol li.breadcrumb-item::before {
  color: #fff;
}

.nav-tabs {
  position: relative;
  border-bottom: 2px solid #ffffff;
}
.nav-tabs .nav-item {
  padding: 0 2rem;
  position: relative;
}
.nav-tabs .nav-item::before {
  content: "";
  width: 1px;
  height: 44%;
  top: 33%;
  right: 0;
  background: #fff;
  position: absolute;
}
.nav-tabs .nav-item:last-child {
  padding-right: 0;
}
.nav-tabs .nav-item:last-child::before {
  content: unset;
}
.nav-tabs .nav-item:first-child {
  padding-left: 0;
}
.nav-tabs .nav-item .nav-link {
  font-weight: 300;
  text-transform: capitalize;
  color: #fff;
  padding: 10px;
  position: relative;
  background: transparent;
  letter-spacing: 1px;
  border: 0;
}
@media screen and (max-width: 600px) {
  .nav-tabs .nav-item .nav-link {
    text-align: center;
  }
}
.nav-tabs .nav-item .nav-link::before {
  content: "";
  width: 100%;
  height: 2px;
  bottom: -1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #c49a6c;
  position: absolute;
  transition: all 0.6s ease;
  transform: scaleX(0);
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
  transition: all 0.6s ease;
  color: #c49a6c;
}
.nav-tabs .nav-item .nav-link:hover::before, .nav-tabs .nav-item .nav-link.active::before {
  transition: all 0.6s ease;
  transform: scaleX(1);
}

.navbar {
  background: #c49a6c;
  padding: 1rem 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 11;
  transition: all 0.6s ease;
}
/* @media screen and (max-width: 999px) {
  .navbar {
    padding: 1rem 0 0;
  }
} */
.navbar.scrolled {
  position: fixed;
  transition: all 0.6s ease;
  box-shadow: 0 1px 26px rgba(255, 255, 255, 0.1490196078);
}
.navbar.scrolled .navbar-brand {
  width: 16%;
  transition: all 0.6s ease;
}
/* @media screen and (max-width: 999px) {
  .navbar.scrolled .navbar-brand {
    width: 28%;
  }
} */
@media screen and (max-width: 600px) {
  .navbar.scrolled .navbar-brand {
    width: 34%;
  }
}
.navbar .navbar-brand {
  position: relative;
  transition: all 0.6s ease;
  width: 19.5%;
}
/* @media screen and (max-width: 999px) {
  .navbar .navbar-brand {
    width: 32%;
    margin-left: 15px;
    margin-bottom: 1rem;
  }
} */
@media screen and (max-width: 600px) {
  .navbar .navbar-brand {
    width: 39%;
  }
}
.navbar .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
}
/* @media screen and (max-width: 999px) {
  .navbar .navbar-toggler {
    margin-right: 15px;
    margin-bottom: 1rem;
  }
} */
.navbar .navbar-toggler .material-symbols-outlined {
  padding-top: 4px;
}
.navbar .container {
  align-items: end;
}
/* @media screen and (max-width: 999px) {
  .navbar .container {
    align-items: center;
    padding: 0;
    max-width: 100%;
  }
} */
/* @media screen and (max-width: 999px) {
  .navbar .navbar-nav {
    background: #fff;
    padding-top: 0.9rem;
  }
} */
.navbar .navbar-nav .nav-item {
  padding: 0 2rem;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .navbar .navbar-nav .nav-item {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .navbar .navbar-nav .nav-item {
    padding: 0 1rem;
  }
}
/* @media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item {
    padding: 0;
  }
} */
.navbar .navbar-nav .nav-item::before {
  content: "";
  width: 1px;
  height: 44%;
  top: 33%;
  right: 0;
  background: #fff;
  position: absolute;
}
/* @media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item::before {
    content: unset;
  }
} */
.navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
.navbar .navbar-nav .nav-item:last-child::before {
  content: unset;
}
.navbar .navbar-nav .nav-item:first-child {
  padding-left: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
}
/* @media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    color: #c49a6c;
    border-bottom: 1px solid #c2c2c2;
    text-align: right;
    padding: 16px 12px;
  }
} */
.navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  transition: all 0.6s ease;
  transform: scaleX(0);
}
/* @media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item .nav-link::before {
    background: #c49a6c;
  }
} */
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  transition: all 0.6s ease;
}
.navbar .navbar-nav .nav-item .nav-link:hover::before, .navbar .navbar-nav .nav-item .nav-link.active::before {
  transition: all 0.6s ease;
  transform: scaleX(1);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  border: 0;
  left: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: right;
  }
}

.hmsec01 {
  position: relative;
}
.hmsec01 .scroll-down-btn {
  position: absolute;
  bottom: 35px;
  left: 50%;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
}
@media screen and (max-width: 1680px) {
  .hmsec01 .scroll-down-btn {
    bottom: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .hmsec01 .scroll-down-btn {
    bottom: 25px;
  }
}
@media screen and (max-width: 1440px) {
  .hmsec01 .scroll-down-btn {
    bottom: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .hmsec01 .scroll-down-btn {
    bottom: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .hmsec01 .scroll-down-btn {
    bottom: 12px;
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .hmsec01 .scroll-down-btn {
    bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .hmsec01 .scroll-down-btn {
    bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .scroll-down-btn {
    bottom: 12px;
    padding: 0px 5px;
  }
}
.hmsec01 .scroll-down-btn:hover {
  cursor: pointer;
}
.hmsec01 .scroll-down-btn img {
  animation: bounce 2s infinite;
}
@media screen and (max-width: 1366px) {
  .hmsec01 .scroll-down-btn img {
    width: 10px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .scroll-down-btn img {
    width: 5px;
  }
}

.hmsec02 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .hmsec02 {
    padding: 2.5rem 0;
  }
}
.hmsec02 .bgoverla {
  position: absolute;
  width: 25%;
  background: url("../img/home/bg.png") no-repeat;
  left: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .hmsec02 .bgoverla {
    width: 100%;
    height: 51%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 .bgoverla {
    height: 28%;
  }
}
.hmsec02 .txt {
  padding-left: 14%;
}
@media screen and (max-width: 1024px) {
  .hmsec02 .txt {
    padding-left: 0%;
  }
}
.hmsec02 .txt p {
  text-align: justify;
}
.hmsec02 .txt p .abt-btn {
  transition: 0.6s;
}
.hmsec02 .txt p .abt-btn:hover {
  text-decoration: none;
  color: #bf9466;
  letter-spacing: 1px;
}

.hmsec03 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .hmsec03 {
    padding: 2.5rem 0;
  }
}
.hmsec03::before {
  content: "";
  background: #333333;
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
}
.hmsec03 .sec01 {
  position: relative;
  z-index: 1;
  color: #fff;
}
.hmsec03 .sec02 {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}
@media screen and (max-width: 600px) {
  .hmsec03 .sec02 .nav-tabs .nav-item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.hmsec03 .sec02 .tab-content {
  margin-top: 3.5rem;
}
.hmsec03 .sec02 .tab-content .owlhmsec .owl-stage-outer {
  padding-bottom: 20px;
}
.hmsec03 .sec02 .tab-content .owlhmsec .owl-stage-outer .item {
  margin-left: 2%;
}
.hmsec03 .sec02 .tab-content .owlhmsec .owl-nav {
  position: absolute;
  right: 0;
  top: -30%;
}
@media screen and (max-width: 1680px) {
  .hmsec03 .sec02 .tab-content .owlhmsec .owl-nav {
    top: -32%;
  }
}
@media screen and (max-width: 1600px) {
  .hmsec03 .sec02 .tab-content .owlhmsec .owl-nav {
    top: -34%;
  }
}
@media screen and (max-width: 1440px) {
  .hmsec03 .sec02 .tab-content .owlhmsec .owl-nav {
    top: -35%;
  }
}
@media screen and (max-width: 1280px) {
  .hmsec03 .sec02 .tab-content .owlhmsec .owl-nav {
    top: -38%;
  }
}
@media screen and (max-width: 1024px) {
  .hmsec03 .sec02 .tab-content .owlhmsec .owl-nav {
    top: -42%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec03 .sec02 .tab-content .owlhmsec .owl-nav {
    top: -32%;
  }
}
@media screen and (max-width: 768px) {
  .hmsec03 .sec02 .tab-content .owlhmsec .owl-nav {
    position: unset;
    justify-content: start;
  }
}
.hmsec03 .sec02 .tab-content .owlhmsec .owl-nav button.owl-prev:before {
  content: url(../img/left-arrow.png);
  padding-top: 5px;
}
.hmsec03 .sec02 .tab-content .owlhmsec .owl-nav button.owl-next:before {
  content: url(../img/right-arrow.png);
  padding-top: 5px;
}

.hmsec04 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .hmsec04 {
    padding: 2.5rem 0;
  }
}
.hmsec04 .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #cca172;
}
@media screen and (max-width: 991px) {
  .hmsec04 .bg-overlay {
    height: 60%;
  }
}
@media screen and (max-width: 767px) {
  .hmsec04 .bg-overlay {
    height: 50%;
  }
}
.hmsec04 h3 {
  position: relative;
  padding: 0 3px 7px;
  color: white;
}
.hmsec04 h3::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .hmsec04 h3::before {
    width: 60%;
  }
}
.hmsec04 .item {
  position: relative;
}
.hmsec04 .item p {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  padding: 10px;
  left: 0;
  bottom: 10px;
  width: 50%;
}
@media screen and (max-width: 1680px) {
  .hmsec04 .item p {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .hmsec04 .item p {
    width: 80%;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .hmsec04 .item p {
    width: 100%;
    font-size: unset;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .hmsec04 .item p {
    width: 50%;
    text-align: unset;
  }
}
@media screen and (max-width: 600px) {
  .hmsec04 .item p {
    width: 60%;
  }
}

.hmsec05 {
  padding: 0;
  position: relative;
}
.hmsec05::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  background: #333;
  bottom: 0;
}
@media screen and (max-width: 999px) {
  .hmsec05::before {
    bottom: -1px;
  }
}
.hmsec05 .sec01 {
  padding: 5rem 0 2rem;
  background: url(../img/home/03.jpg) no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .hmsec05 .sec01 {
    padding: 2.5rem 0;
  }
}
.hmsec05 .sec01 .icocop {
  filter: brightness(1);
}
.hmsec05 .sec01 .item {
  padding: 18px 4rem;
}
@media screen and (max-width: 600px) {
  .hmsec05 .sec01 .item {
    padding: 18px 10px;
  }
}
@media screen and (max-width: 999px) {
  .hmsec05 .sec01 .item .img {
    width: 34%;
    margin: 0 auto 2rem;
  }
}
.hmsec05 .sec01 .bgbroer {
  height: 3px;
  background: #fff;
  width: 20%;
  margin: 1.9rem auto;
}
.hmsec05 .sec01 .owl-nav button.owl-prev, .hmsec05 .sec01 .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .hmsec05 .sec01 .owl-nav button.owl-prev, .hmsec05 .sec01 .owl-nav button.owl-next {
    position: unset;
    border: 1px solid #fff;
  }
}
.hmsec05 .sec01 .owl-nav button.disabled {
  opacity: 0.5;
}
.hmsec05 .sec01 .owl-nav button.owl-prev {
  left: -5%;
}
@media screen and (max-width: 1680px) {
  .hmsec05 .sec01 .owl-nav button.owl-prev {
    left: -6%;
  }
}
.hmsec05 .sec01 .owl-nav button.owl-next {
  right: -5%;
}
@media screen and (max-width: 1680px) {
  .hmsec05 .sec01 .owl-nav button.owl-next {
    right: -6%;
  }
}

.img {
  position: relative;
}

.commonsec0 {
  position: relative;
}
@media screen and (max-width: 999px) {
  .commonsec0 .img {
    overflow: hidden;
  }
  .commonsec0 .img img.img-fluid {
    max-width: 187%;
    width: 187%;
  }
}
@media screen and (max-width: 600px) {
  .commonsec0 .img img.img-fluid {
    max-width: 350%;
    width: 350%;
  }
}
.commonsec0 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 991px) {
  .commonsec0 .overlay {
    top: 20px;
  }
}
.commonsec0 .overlay nav {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1500px) {
  .commonsec0 .overlay nav {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .commonsec0 .overlay nav {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .commonsec0 .overlay nav {
    margin-bottom: 1rem;
  }
}
.commonsec0 .overlay h1, .commonsec0 .overlay p {
  color: #fff;
}

.abtsec01 {
  position: relative;
  background: url(../img/about/bg02.png) no-repeat;
  background-position: left bottom;
}
.abtsec01 .sec01 {
  position: relative;
  padding: 3.5rem 0;
  z-index: 1;
}
.abtsec01 .sec01 .img {
  width: 94%;
}
@media screen and (max-width: 999px) {
  .abtsec01 .sec01 .img {
    width: 100%;
  }
}
.abtsec01 .sec01 .overlay {
  position: absolute;
  width: 60%;
  z-index: -1;
  background: url(../img/about/bg01.png) no-repeat #c49a6c;
  height: 100%;
  right: 0;
  top: 0;
  background-size: 31%;
  background-position: right;
}
@media screen and (max-width: 999px) {
  .abtsec01 .sec01 .overlay {
    width: 100%;
    height: 75%;
    top: unset;
    bottom: 0;
  }
}
.abtsec01 .sec01 .txt {
  color: #fff;
}
.abtsec01 .sec01 .txt p {
  text-align: justify;
}
.abtsec01 .sec02 {
  position: relative;
  padding: 3.5rem 0;
}
.abtsec01 .sec02 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 999px) {
  .abtsec01 .sec02 ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.abtsec01 .sec02 ul li {
  padding: 0 2%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .abtsec01 .sec02 ul li {
    padding: 0 1.5%;
  }
}
@media screen and (max-width: 999px) {
  .abtsec01 .sec02 ul li {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 2rem;
  }
  .abtsec01 .sec02 ul li:nth-child(2)::before {
    content: unset;
  }
  .abtsec01 .sec02 ul li:nth-child(3) {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .abtsec01 .sec02 ul li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .abtsec01 .sec02 ul li:nth-child(1)::before, .abtsec01 .sec02 ul li:nth-child(3)::before {
    content: unset;
  }
}
.abtsec01 .sec02 ul li::before {
  content: "";
  background: #c49a6c;
  width: 1px;
  height: 80%;
  right: 0;
  top: 10%;
  position: absolute;
}
@media screen and (max-width: 999px) {
  .abtsec01 .sec02 ul li::before {
    right: 7%;
  }
}
.abtsec01 .sec02 ul li:last-child {
  padding-right: 0;
}
.abtsec01 .sec02 ul li:last-child::before {
  content: unset;
}
.abtsec01 .sec02 ul li:first-child {
  padding-left: 0;
}

.abtsec02 {
  position: relative;
  background: url("../img/about/04.jpg") no-repeat;
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  .abtsec02 {
    background-size: cover;
    padding: 2.5rem 0;
  }
}
.abtsec02 h2 {
  position: relative;
  padding: 0 6px 1rem;
  line-height: 20px;
  margin-bottom: 1.5rem;
}
.abtsec02 h2::before {
  content: "";
  position: absolute;
  width: 32%;
  height: 1px;
  background: #cca172;
  bottom: 0;
  left: 0;
}
.abtsec02 p {
  color: #fff;
  text-align: justify;
}

.abtsec03 {
  position: relative;
  padding: 5rem 0;
  background: url(../img/about/bg02.png) no-repeat;
  background-position: left bottom;
}
@media screen and (max-width: 600px) {
  .abtsec03 {
    padding: 2.5rem 0;
  }
}
.abtsec03 p {
  text-align: justify;
  margin: 0;
}
.abtsec03 .innsec {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.8rem;
  align-items: end;
}
.abtsec03 .innsec .icon {
  max-width: 15%;
  flex: 0 0 20%;
}
@media screen and (max-width: 999px) {
  .abtsec03 .innsec .icon {
    max-width: 12%;
    flex: 0 0 12%;
  }
}
@media screen and (max-width: 600px) {
  .abtsec03 .innsec .icon {
    max-width: 18%;
    flex: 0 0 18%;
  }
}
.abtsec03 .innsec .txt {
  max-width: 80%;
  flex: 0 0 80%;
}
@media screen and (max-width: 1400px) {
  .abtsec03 .innsec .txt {
    padding-left: 10px;
  }
}
@media screen and (max-width: 999px) {
  .abtsec03 .innsec .txt {
    max-width: 88%;
    flex: 0 0 88%;
  }
}
@media screen and (max-width: 600px) {
  .abtsec03 .innsec .txt {
    max-width: 82%;
    flex: 0 0 82%;
  }
}
.abtsec03 .innsec .txt h4 {
  position: relative;
  padding: 0 3px 7px;
}
.abtsec03 .innsec .txt h4::before {
  content: "";
  position: absolute;
  width: 77%;
  height: 1px;
  background: #cca172;
  bottom: 0;
  left: 0;
}
.abtsec03 .one {
  padding-right: 5%;
}
@media screen and (max-width: 999px) {
  .abtsec03 .one {
    padding: 0;
  }
}
.abtsec03 .two {
  padding: 0 2.5%;
}
@media screen and (max-width: 999px) {
  .abtsec03 .two {
    padding: 0;
  }
}
.abtsec03 .three {
  padding-left: 5%;
}
@media screen and (max-width: 999px) {
  .abtsec03 .three {
    padding: 0;
  }
}
.abtsec03 .brdr {
  position: relative;
}
.abtsec03 .brdr::before, .abtsec03 .brdr::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  background: #cdcdcd;
  bottom: 25%;
}
@media screen and (max-width: 999px) {
  .abtsec03 .brdr::before, .abtsec03 .brdr::after {
    content: unset;
  }
}
.abtsec03 .brdr::before {
  left: -2.5%;
}
.abtsec03 .brdr::after {
  right: -2.5%;
}
.abtsec03 .brdr:nth-child(1), .abtsec03 .brdr:nth-child(3) {
  content: unset;
}

.projsec01 {
  position: relative;
  padding: 5rem 0;
}
.projsec01 h2 {
  color: #c49a6c;
  position: relative;
}
.projsec01 h2:before {
  position: absolute;
  content: "";
  background-color: #c49a6c;
  height: 1px;
  width: 300px;
  bottom: -10px;
}

.careersec01 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .careersec01 {
    padding: 2.5rem 0;
  }
}

input, select, textarea {
  border: 1px solid #ccc;
  color: #000;
  font-size: 15px;
  resize: none;
  padding: 10px 12px;
  resize: none;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #ccc;
}

select {
  color: #ccc;
}

.contactussec02 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  .contactussec02 {
    padding: 2.5rem 0;
  }
  .contactussec02 p {
    text-align: justify;
  }
  .contactussec02 h4 {
    margin-bottom: 1rem;
  }
}
.contactussec02 .roitm {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.contactussec02 .roitm .icon {
  max-width: 6%;
  flex: 0 0 6ch;
}
.contactussec02 .roitm .txtsec {
  max-width: 94%;
  flex: 0 0 94%;
  padding: 0 10px;
}

#map {
  height: 500px;
}

footer .sec01 {
  background: #333333;
  padding: 2.5rem 0;
}
footer .sec01 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  footer .sec01 ul {
    justify-content: left;
    margin-top: 1rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 999px) {
  footer .sec01 ul li:nth-child(1) a {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  footer .sec01 ul li {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
footer .sec01 ul li .nav-link {
    color: #fff;
    transition: all 0.6s ease;
    padding: 10px 20px !important;
    font-size: 14px;
}
footer .sec01 ul li .nav-link:hover {
  color: #cca172;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1680px) {
  footer .sec01 ul li .nav-link {
    padding: 10px 18px !important;
  }
}
@media screen and (max-width: 1600px) {
  footer .sec01 ul li .nav-link {
    padding: 10px 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  footer .sec01 ul li .nav-link {
    padding: 10px 8px !important;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  footer .sec01 ul li .nav-link {
    padding: 10px 20px 10px 0px !important;
    font-size: unset;
  }
}
footer .sec01 p {
  text-align: right;
}
@media screen and (max-width: 999px) {
  footer .sec01 p {
    text-align: left;
    margin-top: 1rem;
  }
}
footer .sec01 p a.fa-brands {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  z-index: 999;
  position: relative;
  color: #333333;
  background: #fff;
  border: 1px solid #333;
  transition: all 0.6s ease;
}
@media screen and (max-width: 768px) {
  footer .sec01 p a.fa-brands {
    font-size: 11px !important;
    width: 25px;
    height: 25px;
  }
}
footer .sec01 p .fa-brands:hover {
  background: #cca172;
  transition: all 0.6s ease;
  color: #fff;
}
footer .sec02 {
  background: #000;
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  footer .sec02 {
    margin-bottom: 50px;
  }
}
footer .sec02 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  footer .sec02 ul {
    flex-wrap: wrap;
  }
}
footer .sec02 ul li {
  margin: 0;
  color: #fff;
  padding: 0 2.5rem;
  border-right: 1px solid #fff;
  font-size: 16px;
}
footer .sec02 ul li:last-child {
  border-right: unset;
}
@media screen and (max-width: 600px) {
  footer .sec02 ul li {
    max-width: 100%;
    flex: 0 0 100%;
    border: 0;
    padding: 4px 0;
    font-size: 14px;
  }
}
/* footer .sec02 ul li:nth-child(1) {
  padding-left: 0;
}
footer .sec02 ul li:nth-child(2) {
  padding-right: 0;
  border-right: 0 solid #fff;
} */
footer .sec02 ul li a.tr {
  color: #edb60f;
  text-decoration: none;
}

.projects-thumbs .item {
  background: #fff;
  width: 90%;
  box-shadow: 0 0 18px rgba(51, 51, 51, 0.1803921569);
  height: 100%;
}
@media screen and (max-width: 600px) {
  .projects-thumbs .item {
    width: 98%;
  }
}
.projects-thumbs .item:hover {
  cursor: pointer;
}
.projects-thumbs .item:hover .img img {
  transform: scale(1.1);
  opacity: 0.7;
}
.projects-thumbs .item a {
  color: #000000;
}
.projects-thumbs .item a:hover {
  text-decoration: none;
}
.projects-thumbs .item .img {
  overflow: hidden;
}
.projects-thumbs .item .img img {
  transition: 0.6s ease;
}
.projects-thumbs .item .txt {
  padding: 15px;
}
.projects-thumbs .item .txt.txt-btm {
  padding-bottom: 26px;
}
.projects-thumbs .item .txt h4 {
  color: #c49a6c;
}
.projects-thumbs .item .txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.projects-thumbs .item .txt ul li {
  padding: 5px 0;
}
.projects-thumbs .item .txt ul li:last-child {
  border: 0;
}
@media screen and (max-width: 1366px) {
  .projects-thumbs .item .txt .btn-mt {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 1280px) {
  .projects-thumbs .item .txt .btn-mt {
    margin-top: 24px !important;
  }
}
@media screen and (max-width: 1680px) {
  .projects-thumbs .item .txt .btn-mt.inner-btn {
    margin-top: 48px !important;
  }
}
@media screen and (max-width: 1600px) {
  .projects-thumbs .item .txt .btn-mt.inner-btn {
    margin-top: 22px !important;
  }
}
@media screen and (max-width: 1440px) {
  .projects-thumbs .item .txt .btn-mt.inner-btn {
    margin-top: 24px !important;
  }
}
@media screen and (max-width: 1280px) {
  .projects-thumbs .item .txt .btn-mt.inner-btn {
    margin-top: 48px !important;
  }
}
@media screen and (max-width: 1024px) {
  .projects-thumbs .item .txt .btn-mt.inner-btn {
    margin-top: 24px !important;
  }
}
.projects-thumbs #OngoingProjects .item {
  height: 750px;
  position: relative;
}
@media screen and (max-width: 1680px) {
  .projects-thumbs #OngoingProjects .item {
    height: 680px;
  }
}
@media screen and (max-width: 1600px) {
  .projects-thumbs #OngoingProjects .item {
    height: 650px;
  }
}
@media screen and (max-width: 1440px) {
  .projects-thumbs #OngoingProjects .item {
    height: 630px;
  }
}
@media screen and (max-width: 1024px) {
  .projects-thumbs #OngoingProjects .item {
    height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .projects-thumbs #OngoingProjects .item {
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .projects-thumbs #OngoingProjects .item {
    height: 620px;
  }
}
@media screen and (max-width: 767px) {
  .projects-thumbs #OngoingProjects .item {
    height: unset;
  }
}
.projects-thumbs #OngoingProjects .item button {
  position: absolute;
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .projects-thumbs #OngoingProjects .item button {
    position: unset;
    bottom: unset;
  }
}

.card {
  margin-top: 1rem;
}
.card .card-header {
  padding: 0;
  background: transparent;
}
.card .card-header button.btnlink {
  width: 100%;
  display: block;
  padding: 0.46rem 1.5rem;
  color: #000;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  background: rgba(222, 229, 237, 0.2901960784);
  text-align: left;
  border: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .card .card-header button.btnlink {
    padding: 0.46rem 2rem 0.46rem 1rem;
    font-size: 14px;
  }
}
.card .card-header button.btnlink .material-symbols-outlined {
  transition: all 0.6s ease;
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 1.5rem;
}
.card .card-header button.btnlink .material-symbols-outlined.up {
  display: block;
  transition: all 0.6s ease;
}
.card .card-header button.btnlink .material-symbols-outlined.down {
  display: none;
  transition: all 0.6s ease;
}
.card .card-header button.btnlink.collapsed .material-symbols-outlined.up {
  display: none;
  transition: all 0.6s ease;
}
.card .card-header button.btnlink.collapsed .material-symbols-outlined.down {
  display: block;
  transition: all 0.6s ease;
}

.owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.owl-nav button.owl-prev, .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  margin: 0 0.5rem;
  border-radius: 50%;
  background: #c49a6c !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .owl-nav button.owl-prev, .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
}
.owl-nav button.owl-prev span, .owl-nav button.owl-next span {
  display: none;
}
.owl-nav button.disabled {
  opacity: 0.5;
}
.owl-nav button.owl-prev .material-symbols-outlined {
  transform: rotate(-180deg);
}

.carousel-indicators, .owl-dots {
  text-align: center;
}
.carousel-indicators li, .carousel-indicators .owl-dot, .owl-dots li, .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #fff !important;
  border-radius: 50%;
  border: 0;
  opacity: 1 !important;
  position: relative;
  margin: 0 7px;
  transition: all 0.6s ease;
  border: 1px solid #00924b;
}
.carousel-indicators li::before, .carousel-indicators .owl-dot::before, .owl-dots li::before, .owl-dots .owl-dot::before {
  content: "";
  border: 1px solid #00924b;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1.66);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.6s ease;
  top: 0;
}
.carousel-indicators li.active, .carousel-indicators li:hover, .carousel-indicators .owl-dot.active, .carousel-indicators .owl-dot:hover, .owl-dots li.active, .owl-dots li:hover, .owl-dots .owl-dot.active, .owl-dots .owl-dot:hover {
  background: #00924b !important;
  transition: all 0.6s ease;
}
.carousel-indicators li.active::before, .carousel-indicators li:hover::before, .carousel-indicators .owl-dot.active::before, .carousel-indicators .owl-dot:hover::before, .owl-dots li.active::before, .owl-dots li:hover::before, .owl-dots .owl-dot.active::before, .owl-dots .owl-dot:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}

.btn {
  padding: 0.5rem 2rem;
  font-size: 16px;
  border: 1px solid #c49a6c;
  border-radius: 0;
  transition: all 0.6s ease;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background: #c49a6c;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .btn {
    padding: 0.55rem 2rem;
    font-size: 15px;
  }
}
.btn .material-symbols-outlined {
  font-weight: 200;
  margin-left: 10px;
}
.btn.blue {
  border: 1px solid #003366;
  background: #003366;
}
.btn.blue:hover {
  color: #003366;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: -1;
  height: 0%;
  bottom: 0;
  transition: all 0.6s ease;
  right: 0;
  margin: 0 auto;
}
.btn:hover {
  transition: all 0.6s ease;
  color: #c49a6c;
}
.btn:hover::before {
  height: 100%;
  transition: all 0.6s ease;
}

#scroll {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #313131;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
}
@media screen and (max-width: 600px) {
  #scroll {
    width: 40px;
    height: 32px;
    bottom: 54px;
  }
}
#scroll:hover {
  transition: all 0.6s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3803921569);
}

.enquieryrap {
  position: fixed;
  right: 0.8%;
  top: 30%;
  z-index: 11;
}
@media screen and (max-width: 1500px) {
  .enquieryrap {
    top: 20%;
  }
}
@media screen and (max-width: 991px) {
  .enquieryrap {
    display: flex;
    flex-wrap: wrap;
    top: unset;
    bottom: 0;
    width: 100%;
    right: 0;
    background: #c1a06b;
    z-index: 999;
  }
}
.enquieryrap .iconenqui {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0.8rem;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: unset;
  border: 1px solid #fff;
  background: #c1a06b;
}
.enquieryrap .iconenqui img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .enquieryrap .iconenqui {
    margin-bottom: 0.78rem;
  }
}
@media screen and (max-width: 991px) {
  .enquieryrap .iconenqui {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    border-radius: 0;
    margin: 0;
    text-align: center;
    margin: 0 auto;
    padding: 5px 8px;
    height: 100%;
    box-shadow: unset;
  }
  .enquieryrap .iconenqui:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.enquieryrap .iconenqui::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse2 5s ease-out infinite;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .enquieryrap .iconenqui::before {
    content: unset;
  }
}
.enquieryrap .iconenqui::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse2 5s ease-out infinite;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .enquieryrap .iconenqui::after {
    content: unset;
  }
}
.enquieryrap .iconenqui .img {
  line-height: 0;
}
@media screen and (max-width: 991px) {
  .enquieryrap .iconenqui .img {
    line-height: normal;
    margin: 0 auto;
  }
  .enquieryrap .iconenqui .img img {
    width: 24px;
    filter: invert(0%) sepia(1%) saturate(36%) hue-rotate(279deg) brightness(101%) contrast(101%);
  }
}
.enquieryrap .iconenqui .img span {
  display: none;
}
@media screen and (max-width: 991px) {
  .enquieryrap .iconenqui .img span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 4px;
  }
}
.enquieryrap .iconenqui .txt {
  position: absolute;
  right: 0;
  width: 169px;
  background: #c1a06b;
  padding: 0.6rem 0.6rem;
  top: 0%;
  border-radius: 0 19px 25px 0;
  z-index: -1;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.6s ease;
  display: none;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .enquieryrap .iconenqui .txt {
    padding: 0.7rem 0.8rem;
  }
}
@media screen and (max-width: 991px) {
  .enquieryrap .iconenqui .txt {
    display: none;
  }
}
.enquieryrap .iconenqui:hover .txt {
  opacity: 1;
  transition: all 0.6s ease;
  transform: translateX(0);
  display: block;
}

.modal .modal-content {
  padding: 5%;
  position: relative;
}
.modal .modal-content .close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #c1a06b;
  top: 0;
  right: 0;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.modal .modal-content .close .material-symbols-outlined {
  color: #fff;
}
.modal .modal-content .inconte {
  border: 1px solid #3e5327;
}
.modal .modal-content .inconte .modal-header {
  border: 0;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-header {
    padding-bottom: 0;
  }
}
.modal .modal-content .inconte .modal-header .modal-title {
  font-weight: 500;
  color: #000;
}
.modal .modal-content .inconte .modal-body {
  padding: 1.5rem 12px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding: 0.8rem 12px;
  }
}
.modal .modal-content .inconte .modal-body input, .modal .modal-content .inconte .modal-body textarea {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  font-size: 14px;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 14px 1rem;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body input, .modal .modal-content .inconte .modal-body textarea {
    padding: 10px;
  }
}
.modal .modal-content .inconte .modal-body input::-moz-placeholder, .modal .modal-content .inconte .modal-body textarea::-moz-placeholder {
  color: #555555;
}
.modal .modal-content .inconte .modal-body input::placeholder, .modal .modal-content .inconte .modal-body textarea::placeholder {
  color: #555555;
}

input:focus, input:hover, textarea:focus, textarea:hover, button:focus, button:hover {
  outline: 0;
  box-shadow: unset;
}

.size60 {
  font-size: 60px;
}
@media screen and (max-width: 1700px) {
  .size60 {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .size60 {
    font-size: 32px;
  }
}

.supportpageSec_01 {
  padding: 14rem 0;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .supportpageSec_01 {
    padding: 8rem 0;
  }
}
.supportpageSec_01 h1 {
  display: flex;
  align-items: center;
  justify-content: start;
}
.supportpageSec_01 h1 span {
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .supportpageSec_01 h1 span {
    margin-left: 5px;
  }
}

@keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
    clip-path: circle(0% at 0% 0%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
@keyframes animationimg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes move {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
@keyframes pulse2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@font-face {
  font-family: "FONTSPRING DEMO - The Seasons";
  src: url("../fonts/FONTSPRINGDEMO-TheSeasonsRegular.woff2") format("woff2"), url("../fonts/FONTSPRINGDEMO-TheSeasonsRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-15px);
  }
}/*# sourceMappingURL=style.css.map */



p.artistimree.cstm-artistimree {
    width: 100%;
}
.item.cstm-item {
    border: 1px solid #2828281a;
}
.txt.cstm-txt {
    padding: 10px;
}

button.btn.cstm-btn {
    margin: 10px;
}


.hmsec04.cstm-blog-section h3::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
    display: none;
}