body{
    font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  overflow-x: hidden;
}
p{
  font-size: 18px;
  line-height: 30px;
}
html {
  scroll-behavior: smooth; scroll-padding: 40px;
}
.container{
  max-width: 1440px;
}
@media screen and (max-width: 1600px){
  .container {
  max-width: 1250px;
}
}
@media screen and (max-width: 1500px){
  .container{
  max-width: 1140px;
}
}
@media screen and (max-width: 1199px){
  .container{
  max-width: 960px;
}
}
h1,h2,h3,h4,h5,h6{
  font-family: "Cinzel", serif;
}
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 5px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 5px 0;position: fixed;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
  height: 70px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-light .navbar-brand {
  margin-top: 10px;
}
.navbar-brand{
  padding: 12px 25px 8px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 72px 0 rgba(0,0,0,8%);
  -khtml-box-shadow: 0 1px 72px 0 rgba(0,0,0,8%);
  -moz-box-shadow: 0 1px 72px 0 rgba(0,0,0,8%);
  -ms-box-shadow: 0 1px 72px 0 rgba(0,0,0,8%);
  -o-box-shadow: 0 1px 72px 0 rgba(0,0,0,8%);
  box-shadow:0 1px 72px rgba(0, 0, 0, 0.44);
  position: absolute;
border-radius: 0 0 5px 5px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.navbar-light .navbar-brand{
  margin-top: 50px;margin-top: -10px;
}
.navigation-wrap{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar{
  padding: 0;
}
.navbar-brand img{
 height: 100px;
  padding: 15px;
  width: auto;
  display: block;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}.carousel-control-next {
  right: 0;
  width: 40px;
  background: #000;
  height: 40px;
  top: 40%;
  right: 20px;
  border-radius: 31px;
}
.carousel-control-prev{
  width: 40px;
  background: #000;
  height: 40px;
  top: 40%;
  left: 20px;
  border-radius: 31px;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: 16px;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #212121 !important;
  font-weight: 500;
    transition: all 200ms linear;
    font-family: "Lora", serif;
    font-size: 19px;
}
.nav-item:hover .nav-link{
  color: #eba640 !important;
}
.nav-item.active .nav-link{
  color: #777 !important;
}
.nav-link {
  position: relative;
  padding: 15px 0 !important;
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #eba640;
  opacity: 0;
    transition: all 200ms linear;
    margin-bottom: -10px;
}
.nav-item:hover:after{
  bottom: 15px;
  opacity: 1;
}

.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
}


.bg-light {
  background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
  width: 100%;
  display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129,103,169,.6);
}


@media (max-width: 767px) { 
  
  .nav-item:after{
    display: none;
  }
  
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  
}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.topbar {
  background: #eba640;
  padding: 3px 0 5px;
}

.topbar ul li {
  display: inline-block;
  color: #fff;
  margin-right: 20px
}

.topbar ul li a {
  font-size: 16px;
  padding-left: 5px;
  color: #fff !important
}
.topbar ul li a{

}
ul {
  padding: 0;
  margin: 0
}
.carousel-indicators li{
  background-color: #fff;
}
.social {
  float: right
}


.topbar ul {
  float: left
}
.carousel-indicators .active{
  background-color: #000;
}

.pbl-0 {
  padding: 0
}


.social {
  padding-right: 0px;
  float:right !important;
}

a {
  text-decoration: none !important
}


@media screen and (max-width:1199px){
  .nav-link{
    font-size: 17px;
  }
  .navbar-brand img {
  height: 70px;
}.navbar-light .navbar-brand {
  margin-top: 20px;
}
}


@media screen and (max-width:767px){
  .topbar{
    display: none;
  }
  .carousel-control-next, .carousel-control-prev{
    display: none;
  }
}

.btn-style500 {
  border-color: #33988a;
  color: #33988a;
}

.btn-style500:hover {
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #33988a 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #33988a 0.2em, transparent 0.3em) 0 0/1em 1em;
}

@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}
.click-btn {
  display: flex;
  width: 200px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
    margin-left: 0.5rem;
  line-height: 35px;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  margin-left: 40px;
}
.btn {
  background: #33988a;
  color: #fff;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  z-index: 9;
  padding: 10px 23px 10px 48px;
  display: inline-block;
  border-radius: 100px;
  border: none;
  font-weight: 500;
  margin-top: 40px;
  font-size: 20px;
}

.btn::before {
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  opacity: 1;
  transition: .6s;
  z-index: -1
}

.btn span {
  color: #fff
}

.btn:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%)
}

.btn i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  line-height: 40px;
  margin-left: 10px;
  color: #33988a
}

.btn:hover i {
  color: #000;
  transition: .6s
}
.outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
 
}.info-btn {
  position: relative;
  display: block;
  padding: 10px 0;
    padding-right: 0px;
    padding-left: 0px;
  padding-left: 50px;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}.info-btn .icon {
  position: absolute;
  left: 0;
  top: 12px;
}.info-btn small {
  display: block;
  font-size: 13px;
  color: #6a6f78;
  font-weight: 400;
}.info-btn strong {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
}
.navbar-expand-md .navbar-nav{
  margin-right: 60px;
  border-right: 1px solid #d4d9e6;
  padding-right: 60px;
}



@media screen and (max-width: 1500px){
  .navbar-brand img{
    height: 90px;
  padding: 15px;
  }
  .navbar-light .navbar-brand{
    margin-top: -14px;
  }
  .navbar-expand-md .navbar-nav{
    margin-right: 30px;
  border-right: 1px solid #d4d9e6;
  padding-right: 30px;
  }
  .nav-link{
      font-size:17px
  }
}


@media screen and (max-width: 1300px){
  .navbar-brand img{
    height: 80px;
  padding: 15px;
  }
    .navbar-light .navbar-brand {
    margin-top: -24px;
  }
  .navbar-expand-md .navbar-nav{
    margin-right: 20px;
  border-right: 1px solid #d4d9e6;
  padding-right: 20px;
  }
  .info-btn strong {
  font-size: 16px;
}
.nav-link{
  font-size: 16px;
}
}

@media screen and (max-width: 1199px){
  .outer-box{
    display: none;
  }
    .navbar-expand-md .navbar-nav {
    margin-right: 0px;
    border-right: none;
    padding-right: 0px;
  }
  .nav-link{
    padding: 13px 0 !important;
  }
  .navbar-brand img {
    height: 68px;
    padding: 5px 0;
  }
  .navbar-light .navbar-brand {
    margin-top: -25px;
  }
}

@media screen and (max-width:991px){
  .navbar-light .navbar-brand{
    margin-top: 0;
  }
  .topbar{
    display: none;
  }
    .navbar-brand img {
    height: 50px;
    padding: 5px 0;
  }
    .navbar-light .navbar-brand {
    margin-top: 8px;
  }  .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
}
@media screen and (max-width:840px){
  .navbar-light .navbar-brand{
    margin-top: 0;
  }
  .topbar{
    display: none;
  }
    .navbar-brand img {
    height: 40px;
    padding: 5px 0;
  }
    .navbar-light .navbar-brand {
    margin-top: 8px;
  }  .ml-md-4, .mx-md-4 {
    margin-left: 0.5rem !important;
  }
}


@media screen and (max-width: 767px){
  .navbar-brand{
    position: relative;
  }
  .navigation-wrap{
    padding: 0;
  }
    .navbar-light .navbar-brand {
    margin-top: 0px;
  }
  .navbar-brand{
    box-shadow: none;
  }
  .navbar-brand{
    padding: 5px 0;
  }
    .navbar-brand img {
    height: 55px;
    padding: 5px 0;
  }
    .nav-item {
    border-top: 1px solid #ccc;margin-left: 0 !important;
  }.nav-link {
    padding: 7px 0 !important;
  }
  .ddk{
    border:none;
  }
}

#carouselExampleIndicators2{
  display: none;
}

@media screen and (max-width: 991px){
  #carouselExampleIndicators2{
    display: block;
  }
  #carouselExampleIndicators{
  display: none;
}
.carousel-indicators li {
  background-color: #eba741;
}
}








/*About Us Start*/

.about-item_text {
  margin-bottom:-0.3rem
}
.about-shape {
  position:absolute
}
.about-shape:before {
  content:"";
  position:absolute;
  left:-47%;
  bottom:17%;
  width:396px;
  height:396px;
  border-radius:50%;
  background:#E9F6F9;
  z-index:-1
}
.about-rating {
  width:62px;
  height:62px;
  line-height:62px;
  border-radius:50%;
  background-color:#fff;
  box-shadow:0px 20px 20px rgba(204,204,204,0.25);
  text-align:center;
  padding:10px
}
.space{
  padding: 60px 0;
}
.about-rating i {
  font-size:16px;
  color:#EB5757;
  display:block
}
.about-rating span {
  display:block;
  font-weight:700;
  font-size:16px;
  line-height:28px;
  color:#000
}
.about-emoji {
  width:62px;
  height:62px;
  line-height:62px;
  border-radius:50%;
  background-color:#fff;
  box-shadow:0px 20px 20px rgba(204,204,204,0.25);
  text-align:center
}
.img-box3 {
  position:relative;
  margin-left:-110px
}
@media (max-width: 1599px) {
  .img-box3 {
    margin-left:0
  }
}
@media (max-width: 1199px) {
  .img-box3 {
    margin-bottom:40px
  }
}
@media (max-width: 575px) {
  .img-box3 img {
    width:100%
  }
}
.img-box3 .img1 img {
  border-radius:24px
}
.img-box3 .img2 {
  position:absolute;
  top:20%;
  right:12%
}
@media (max-width: 767px) {
  .img-box3 .img2 {
    right:0
  }
}
@media (max-width: 575px) {
  .img-box3 .img2 {
    position:relative;
    margin-top:20px
  }
}
.img-box3 .img2 img {
  border-radius:24px;
  border:5px solid #fff
}
.img-box3 .img3 {
  position:relative;
  margin-top:30px;
  z-index:3
}
@media (max-width: 575px) {
  .img-box3 .img3 {
    margin-top:20px
  }
}
.img-box3 .img3 img {
  border-radius:24px;
  border:5px solid #fff
}
.img-box4 {
  position:relative
}
@media (max-width: 1199px) {
  .img-box4 {
    margin-bottom:70px
  }
}
@media (max-width: 375px) {
  .img-box4 {
    margin-bottom:10px
  }
}
.img-box4 .img1 img {
  border-radius:24px
}
.img-box4 .img2 {
  position:absolute;
  bottom:0%;
  left:-10%;
  z-index:2
}
@media (max-width: 1199px) {
  .img-box4 .img2 {
    left:0
  }
}
@media (max-width: 375px) {
  .img-box4 .img2 {
    position:relative;
    top:15px
  }
}
.img-box4 .img2:before {
  content:"";
  position:absolute;
  inset:-5px;
  left:1px;
  bottom:1px;
  background-color:#fff;
  border-radius:24px;
  z-index:-1
}
.img-box4 .img2:after {
  content:"";
  position:absolute;
  inset:0;
  background:-webkit-linear-gradient(bottom, rgba(13,13,12,0.3), rgba(13,13,12,0.3));
  background:linear-gradient(0deg, rgba(13,13,12,0.3), rgba(13,13,12,0.3));
  border-radius:24px
}
.img-box4 .img2 .play-btn {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%)
}
.img-box4 .img2 img {
  width:100%;
  border-radius:24px
}
.about-area6 {
  position:relative;
  background-color:#fff;
  border-radius:24px;
  padding:60px;
  z-index:4;
  margin-right:-55%
}
@media (max-width: 1199px) {
  .about-area6 {
    margin-right:0
  }
}
@media (max-width: 991px) {
  .about-area6 {
    padding:40px
  }
}
@media (max-width: 767px) {
  .about-area6 {
    padding:30px
  }
}
@media (max-width: 375px) {
  .about-area6 {
    padding:30px 10px
  }
}
.img-box5 .img1 img {
  width:100%;
  border-radius:24px;
   -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}@-webkit-keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-10px); }
}
.img-box6 {
  position:relative;
  min-width:680px
}
@media (max-width: 1199px) {
  .img-box6 {
    margin-bottom:50px
  }
}
.img-box6 .img1 {
  position:relative;
  overflow:hidden
}
@media (max-width: 1299px) {
  .img-box6 .img1 {
    max-width:280px
  }
}
@media (max-width: 480px) {
  .img-box6 .img1 {
    max-width:100%
  }
}
.img-box6 .img1 img {
  border-radius:100px 0px
}
.img-box6 .img2 {
  position:absolute;
  top:0;
  right:0px;
  min-width:328px;
  overflow:hidden
}
@media (max-width: 1399px) {
  .img-box6 .img2 {
    max-width:280px
  }
}
@media (max-width: 1299px) {
  .img-box6 .img2 {
    min-width:220px;
    right:13%
  }
}
@media (max-width: 1199px) {
  .img-box6 .img2 {
    right:35%
  }
}
@media (max-width: 991px) {
  .img-box6 .img2 {
    right:15%
  }
}
@media (max-width: 767px) {
  .img-box6 .img2 {
    min-width:180px;
    max-width:220px;
    right:23%
  }
}
@media (max-width: 480px) {
  .img-box6 .img2 {
    display:none
  }
}
.img-box6 .img2 img {
  border-radius:50px 0px 0px 0px
}
.img-box6 .img3 {
  position:absolute;
  bottom:0px;
  right:0px;
  overflow:hidden;
  min-width:328px
}
@media (max-width: 1399px) {
  .img-box6 .img3 {
    max-width:280px
  }
}
@media (max-width: 1299px) {
  .img-box6 .img3 {
    min-width:220px;
    right:13%
  }
}
@media (max-width: 1199px) {
  .img-box6 .img3 {
    right:35%
  }
}
@media (max-width: 991px) {
  .img-box6 .img3 {
    right:15%
  }
}
@media (max-width: 767px) {
  .img-box6 .img3 {
    min-width:180px;
    max-width:220px;
    right:23%
  }
}
@media (max-width: 480px) {
  .img-box6 .img3 {
    display:none
  }
}
.img-box6 .img3 img {
  border-radius:50px 0px 0px 0px
}
#about-sec{
  background-image: url('../images/abt-bg.webp');
}
.sec-title {
  padding-bottom: 20px;
}
.sectt {
  width: fit-content;
  background: #e9a237;
  border-radius: 400px;
  padding: 5px 20px 4px 15px;
  color: #fff;
  margin-bottom: 10px;
}.sectt h6 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}.sec-title__title {
  color: #2E2A20;
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 1.2666666667;
  letter-spacing: -0.02em;
}
.sec-title__title span{
  color: #e9a237;
}
.about-area6 p span{
  color: #e9a237;
  font-weight: 600;
 
}
.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #e9a237;
  overflow: hidden;
  margin-bottom: 10px !important;
}
.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}


@media screen and (max-width: 1700px){
  .about-area6{
    padding: 40px 50px 30px;
  }
  p {
  font-size: 17px;
  line-height: 28px;
}
.sec-title__title{

}
}

@media screen and (max-width: 1500px){
  .about-area6{
    padding: 30px 30px 20px;
  }
  p {
  font-size: 17px;
  line-height: 28px;
}
.sec-title__title{
  font-size: 40px;margin-bottom: 1px;
}
.sectt h6 {
  font-size: 14px;
}
.sec-title {
  padding-bottom: 8px;
}
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1199px){
  .img-box5 .img1 img{
    display: none;
  }
}

@media screen and (max-width: 767px){
  .space {
  padding: 35px 0;
}
  .about-area6 {
    padding: 0;
    background: transparent;
  }
  .about-area6 .animate-border::after{
    border-left: 10px solid #f4eede;
  border-right: 10px solid #ede6cf;
  }
    .sectt h6 {
    font-size: 13px;
  }
    .sec-title__title {
    font-size: 30px;
    margin-bottom: 1px;
  }
    p {
    font-size: 15px;
    line-height: 26px;
  }
  #about-sec{
    padding-bottom: 15px;
  }
}
/*Abut Us End*/

/*Marquee Start*/

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 20px 0;
  background: #e9a237;
  border-right: none;
}
.marquee span {
  text-transform: uppercase;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  -webkit-animation: marquee 14s linear infinite;
          animation: marquee 14s linear infinite;
  font-size: 30px;
  font-family: "Gravitas One", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-family: "Cinzel Decorative", serif;
  color: #fff;
  font-family: "Cormorant Infant", serif;
}

.fix {
  overflow: hidden;
}

@media screen and (max-width: 1199px){
  .marquee span{
    font-size: 20px;
  }
  .marquee{
    padding: 10px 0;
  }
}




/*Marquee End*/



/*Experience Start*/




.bg-gradient-2 {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(252, 242, 238, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
}
.shape-mockup-wrap {
  position: relative;
}
.overflow-hidden {
  overflow: hidden !important;
}
.jump-reverse-img, .jump-reverse {
  --jump-y: -20px;
}
.jump-reverse-img, .jump-img {
  --duration: 5s;
}
.jump-reverse-img, .jump-img, .jump-reverse, .jump {
  animation: jumpping 4s infinite linear;
}
.shape-mockup {
  position: absolute;
  z-index: 1;
}
@keyframes slideinright {
  0% {
    opacity:0;
    transform:translateX(70px)
  }
  100% {
    transform:translateX(0)
  }
}
@keyframes scaleinright {
  0% {
    opacity:0;
    transform:scaleX(0)
  }
  100% {
    transform:scaleX(1)
  }
}
@keyframes fadein-custom {
  0% {
    opacity:0
  }
  100% {
    opacity:1
  }
}
@keyframes fadeInUp {
  0% {
    opacity:0;
    transform:translateY(20px)
  }
  100% {
    opacity:1;
    transform:translateY(0)
  }
}
@keyframes spin {
  to {
    transform:rotate(360deg)
  }
}
@keyframes jumpping {
  0%,
  100% {
    transform:translate3d(0, 0, 0)
  }
  40% {
    transform:translate3d(0, 20px, 0)
  }
}
@keyframes moving-x {
  0% {
    transform:translate(0px, 0px)
  }
  50% {
    transform:translate(-60px, 0)
  }
  100% {
    transform:translate(0px, 0px)
  }
}
@keyframes moving {
  0% {
    transform:translate(0px, 0px)
  }
  20% {
    transform:translate(0px, -60px)
  }
  50% {
    transform:translate(-60px, -60px)
  }
  70% {
    transform:translate(-60px, 0px)
  }
  100% {
    transform:translate(0px, 0px)
  }
}.curb-shape1 {
  -webkit-clip-path: path("M 41 63.997 C 41 63.997 329.963 -55.313 388 32.998 C 409.037 70.308 447.963 105.687 549 150.998 C 610.037 178.308 670.963 244.686 539 308.998 C 487.037 333.308 447.963 369.687 428 416.997 C 408.037 464.308 320.963 561.687 158 607.998 C 98.037 623.309 21 643.687 1 507.997 C -7.963 417.308 84.963 195.686 39 68.998");
  clip-path: path("M 41 63.997 C 41 63.997 329.963 -55.313 388 32.998 C 409.037 70.308 447.963 105.687 549 150.998 C 610.037 178.308 670.963 244.686 539 308.998 C 487.037 333.308 447.963 369.687 428 416.997 C 408.037 464.308 320.963 561.687 158 607.998 C 98.037 623.309 21 643.687 1 507.997 C -7.963 417.308 84.963 195.686 39 68.998");
  width: 618px;
  height: 620px;
  background-color: rgb(248, 228, 203);
  z-index: 1;
  position: relative;
}

.img-box3 {
  padding:50px;
  margin-bottom:30px;
  position:relative;
  z-index: 99;
}
.img-box3 .img-1 {
  overflow:hidden;
  border-radius:9999px
}
.img-box3 .img-2 {
  position:absolute;
  left:-15%;
  top:36%;
  z-index:-1
}
.img-box3 .img-product {
  background-color:#fdebe0;
  border-radius:99999px;
  text-align:center;
  padding:35px 0 38px 0;
  position:relative;
  z-index:2
}
.img-box3 .img-product img {
  margin-bottom:37px
}
.img-box3 .product-title {
  font-size:24px;
  text-transform:uppercase;
  
  color:#e9a237;
  margin:0 0 8px 0;
  line-height:1
}
.img-box3 .product-price {
  font-size:20px;
  font-weight:500;
  line-height:1;
  color:#e9a237;
  margin:0
}
.img-box3 .shape-line {
  position:absolute;
  left:0;
  bottom:0;
  width:100%
}
.img-box3 .shape-line svg {
  fill:none;
  transform:rotateX(180deg)
}
.img-box3 .shape-line,
.img-box3 .shape-dot {
  fill:#e9a237
}
.img-box3 .text-shape {
  position:absolute;
  left:0;
  right:0;
  top:26px;
  text-align:center;
  text-transform:uppercase;
  font-size:38px;
  letter-spacing:0.70em;
  font-family:'Poppins', sans-serif;
  
  font-weight:300;
  transform:rotate(180deg)
}
.img-box3 .text-shape svg {
  overflow:initial;
  width:90%;
  height:100%;
  fill:none
}
.img-box3 .text-shape text {
  fill:#e9a237;
  font-weight: 600;
}
.img-box3.style2 .img-product {
  background-color:#fff
}
.img-box3.style2 .text-shape text,
.img-box3.style2 .shape-dot,
.img-box3.style2 .shape-line {
  fill:#fff
}
.img-box3.style3 {
  padding:3px;
  border:1px solid rgba(154,86,58,.14);
  border-radius:9999px
}
.img-box3.style3 .img-2 {
  left:-34%;
  z-index:-1
}
.img-box3.style3 .img-product {
  padding-bottom:50px
}
.img-box4 {
  position:relative;
  z-index:1
}
.img-box4 .img-3 {
  position:absolute;
  left:-4%;
  bottom:-6%;
  z-index:-1
}.img-box3 .shape-line, .img-box3 .shape-dot {
  fill: #e9a237;
}.about-box1 {
  padding-top:24px;
  margin-bottom:30px;
  padding-left: 50px;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Marcellus", serif;
}
.about-box1 .sec-title2 {

margin-top: 10px;
margin-bottom: 20px;
}
.about-box1 .media-style1 {
  margin-bottom:22px
}
.quote-text {
  font-size:22px;
  line-height:35px;
  letter-spacing:.03em;
  
  margin:24px 0 43px 0;
  padding:15px 25px 15px 25px;
  color:#555;
  border-left:3px solid #e9a237;
  max-width:630px;
  background-image:linear-gradient(to right, rgba(253, 230, 216, 0.79) 0%, rgba(252, 243, 239, 0) 100%)
}
.quote-text2 {
  border-left:3px solid #e9a237;
  background-image:linear-gradient(to right, rgba(253, 230, 216, 0.79) 0%, rgba(252, 243, 239, 0) 100%);
  padding:10px 0 10px 15px;
  margin:25px 0 25px 0
}}
.list-style1 ul {
  margin-bottom:21px
}
.list-style1 li {
  color:#6f6c6c;
  margin-bottom:8px
}
.list-style2 ul {
  margin:0 0 26px 0
}
.list-style2 li {
  position:relative;
  margin:0 0 9px 0;
  padding:0 0 0 20px
}
.list-style2 li:before {
  content:"";
  position:absolute;
  left:0;
  top:10px;
  width:8px;
  height:8px;
  background-color:#e9a237;
  border-radius:50%
}
.about-number {
  font-size:45px;
  font-weight:700;
  color:#e9a237;
  line-height:1;
  display:block
}.sec-subtitle {
  display: block;
  text-transform: uppercase;
  color: #e9a237;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: .22em;
  line-height: 1;
  margin-top: -0.1em;
  margin-bottom: 18px;
}.sec-title2 {
  font-size: 40px;
  margin-top: -0.22em;
  text-transform: uppercase;
}.text-theme {
  color: #e9a237 !important;
}.sec-subtext {
  background-color: #fbd9e4;
  display: inline-block;
  padding: 6px 17px 6px 20px;
  margin-left: 5px;
}.media-style1 {
  position: relative;
  background-image:linear-gradient(120deg, rgb(255, 226, 182) 0%, rgb(255, 243, 227) 70%);
  display: flex;
  align-items: center;
  margin: 20px 10 28px 32px;
    margin-bottom: 28px;
  padding: 10px 20px 10px 0;
}.media-style1 .circle-btn, .media-style1 .media-img {
  margin: 0 30px 0 -32px;
}
.circle-btn.style3 {
  --btn-size: 80px;
  background-color: #e9a237;
  color: #fff;
}
.circle-btn {
  width: 100px;
  height: 100px;
  position: relative;
  font-size: 1.66em;
  border-radius: 50%;
  background-color: #fff;
  color: #e9a237;
  transition: all ease .4s;
}.circle-btn {
  width:100px;
  height:100px;
  position:relative;
  font-size:1.66em;
  border-radius:50%;
  background-color:#fff;
  color:#e9a237;
  transition:all ease .4s
}
.circle-btn .btn-icon {
  display:inline-block;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  line-height:1;
  width:53%;
  height:53%;
  line-height:1;
  text-align:center;
  border:1px solid rgba(154,86,58,.4);
  border-radius:inherit;
  font-size:.8em;
  display:flex;
  justify-content:center;
  align-items:center;
  transition:all ease .4s;
  z-index:1
}
.circle-btn .btn-icon:hover {
  border-color:rgba(0,0,0,0);
  background-color:#e9a237;
  color:#fff
}
.circle-btn .btn-text {
  width:71%;
  height:71%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%)
}
.circle-btn svg {
  overflow:initial;
  animation:spin2 27s infinite linear
}
.circle-btn path {
  fill:none
}
.circle-btn text {
  fill:currentColor
}
.circle-btn.style2 {
  background-color:#e9a237;
  color:#fff
}
.circle-btn.style2 .btn-icon {
  border-color:rgba(255,255,255,.4);
  color:#fff
}
.circle-btn.style2 .btn-icon:hover {
  background-color:#fff;
  border-color:rgba(0,0,0,0);
  color:#e9a237
}
.circle-btn.style3 {
  --btn-size: 80px;
  background-color:#e9a237;
  animation: spin 15s linear infinite;
  color:#fff
}
@keyframes spin2 {
  to {
    transform:rotate(360deg)
  }
}.circle-btn svg {
  overflow: initial;
  animation: spin2 27s infinite linear;
}
.circle-btn.style3 .btn-icon {
  font-size:16px;
  border-color:#fff;
  color:#fff;
  border-style:dashed
}
.circle-btn.style3 .btn-icon:hover {
  background-color:#fff;
  color:#e9a237;
  border-color:rgba(0,0,0,0)
}
.circle-btn:hover svg {
  animation-play-state:paused
}
.table-style1 {
  margin-bottom:30px
}
.table-style1 .tr {
  border-bottom:1px solid rgba(77,74,73,.18);
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:22px 15px
}
.table-style1 .tr:nth-child(odd) {
  border-top:1px solid rgba(77,74,73,.18);
  background-image:linear-gradient(120deg, rgb(248, 228, 203) 0%, rgba(255, 249, 241, 0.54) 70%)
}
.table-style1 .tr:nth-child(odd) .th {
  color:#e9a237
}
.table-style1 .th {
  text-transform:uppercase;
  color:#e9a237;
  letter-spacing:.1em;
  font-weight:500
}
.table-style1 .td {
  color:#6f6c6c
}
.table-style2 {
  background-color:rgba(0,0,0,.5);
  padding:30px 40px;
  border-left:5px solid #e9a237
}
.table-style2 table {
  border:none;
  margin:0
}
.table-style2 td,
.table-style2 th {
  border:none;
  border-bottom:1px solid rgba(255,255,255,.2);
  padding:14px 0
}
.table-style2 th {
  color:#fff
}
.table-style2 td {
  color:#bebebe;
  text-align:right
}
.table-style2 tr:first-child th,
.table-style2 tr:first-child td {
  padding-top:0
}
.table-style2 tr:last-child td,
.table-style2 tr:last-child th {
  padding-bottom:0;
  border-bottom:none
}
.aboutus {
  padding: 60px 0 0;
}
/*Experienc eEnd*/


/*Product Start*/

#our-collections{
  background-image: url('../images/abt-bg.webp');
  padding-top: 0 !important;background-size: cover;
}
#our-collections .animate-border::after{
  border-left: 10px solid #ede6cf;
  border-right: 10px solid #ede6cf;
}
.wave {
  transform: rotate(180deg);
}.wave path {
  animation: waveMove 6s ease-in-out infinite alternate;
}

@keyframes waveMove {
  from { d: path("M0,80C200,40,400,40,600,60..."); }
  to   { d: path("M0,60C200,80,400,60,600,80..."); }
}
.gallery-box {
  overflow: hidden;
  border: 2px solid #eaa743;
  border-radius: 14px;
  margin-top: 50px;
}
.gallery-box.mt-0{

}

.gallery-box img {
  transition: transform 0.5s ease;
}

.gallery-box:hover img {
  transform: scale(1.1);
}
.col-lg-1-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media screen and (max-width: 1199px){
  .col-lg-1-5 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}.gallery-box{
  margin-top: 00px;
}
#our-collections .row{
  display: flex;
    justify-content: center; 
} #our-collections .sec-title{
margin-top: 20px;
  }
  #our-collections{
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 767px){
 
   .col-lg-1-5 {
  flex: 0 0 50%;
  max-width: 50%;
}
 #our-collections {
    padding-bottom: 10px;
  }
}


/*Product End*/



/** why us start **/

.whyus-section{
  position: relative;
 background: #1b1b1b;
 padding: 60px 0;
  background-size: cover;
}
.whyus-section .sec-title__title span{
  color: #fff;
}
.whyus-section .sec-title__title {
  color: #E9A237;
}
.whyus-section .animate-border::after{
  border-left: 10px solid #1b1b1b;
  border-right: 10px solid #1b1b1b;
}
.whyus-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.whyus-section .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 463px;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
    opacity: 0.4;
}

.whyus-section .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 30px 15px 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: all 500ms ease;
}
.whyus-section .inner-box{
  background-color: #e9a237;
}
.whyus-section .inner-box:hover{
  box-shadow: 0 20px 30px rgba(233, 162, 55, 0.19);
}
.whyus-section p{
  color: #fff;
}
.whyus-section .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.whyus-section .inner-box:hover:before{
  height: 100%;
  top: 0px;
}

.whyus-section .inner-box .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 137px;
  background-repeat: no-repeat;
  opacity: .15;
  transition: all 500ms ease;
}


    .whyus-section .inner-box {
        min-height: 197px;
    }
.whyus-section .inner-box span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.whyus-section .inner-box h3{
  line-height: 28px;
  margin-bottom: 15px;
  color: #fff;
}
@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.whyus-section .inner-box h4,
.whyus-section .inner-box h4 a{
  color: #fff;
}

.whyus-section .inner-box .btn-box{
  position: absolute;
  right: 30px;
  bottom: 60px;
}

.whyus-section .inner-box .btn-box a{
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}


.whyus-section .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0px;
  transition: all 500ms ease;
}

.whyus-section .inner-box:hover .icon-box{

}

.whyus-section .content-box .btn-box a{
  color: #fff;
  font-weight: 600;
}

.whyus-section .content-box{
  position: relative;
  margin-bottom: 30px;
}

.whyus-section .sec-title{
  margin-bottom: 42px;
}
.whyus-section .inner-box.bg2{
  background-color: #efe7d0;
}
.whyus-section .inner-box.bg2 h3, .whyus-section .inner-box.bg2 p{
  color: #212112;
}

@media screen and (max-width: 1700px){
  .overflow-hidden {
  overflow: hidden !important;
}
.mnj{
  margin-left: 10%;
  width: 90% !important;
}
.whyus-section .inner-box{
  min-height: 197px;
}
}

@media screen and (max-width: 1600px){
   .mnj {
    margin-left: -25%;
    width: 125% !important;
  }

.whyus-section .inner-box{
  padding: 35px 16px 15px 16px;
}
.whyus-section .inner-box h3{
  font-size: 26px;
}
}
@media screen and (max-width: 1500px){
   .mnj {
    margin-left: -35%;
    width: 135% !important;
  }

.whyus-section .inner-box{
  padding: 25px 20px 10px 20px;
}
.whyus-section .inner-box h3{
  font-size: 26px;
}

}
@media screen and (max-width: 1400px){
   .mnj {
    margin-left: -15%;
    width: 125% !important;
  }
  .shape-mockup{
    left: -13% !important;
  }
}

@media screen and (max-width: 1199px){
  .shape-mockup {
    left: -13% !important;
    top: 10% !important;
  }.about-box1 {
  padding-left: 0;padding-top: 0px;
}  .whyus-section .inner-box {
    padding: 25px 15px 10px 15px;
  } .whyus-section .inner-box {
    min-height: 229px;
  }
.about-box1 .media-style1{
  margin-left: 30px;
}
}

@media screen and (max-width: 991px){
  .shape-mockup {
    left: -13% !important;
    top: 5% !important;
  }.about-box1 {
  padding-left: 0;padding-top: 0px;
}.whyus-section .sec-title {
  margin-bottom: 0;
} .whyus-section .inner-box {
    min-height: auto;
  }
.about-box1 .media-style1{
  margin-left: 30px;
}
}

@media screen and (max-width: 767px){
    .mnj {
    margin-left: 0;
    width: 100% !important;
  }.shape-mockup {
    display: none;
  }.aboutus {
  padding: 40px 0 0;
}
.whyus-section{
  padding: 35px 0 10px;
}
.img-box3 {
  padding: 40px;
}
.img-box3 .text-shape{
  top: 4px;
}
.circle-btn.style3{
  display: none;
}  .about-box1 .media-style1 {
    margin-left: 0;
    padding-left: 20px;
  }
  .table-style1 .tr{
    padding: 10px;
  }

}

@media screen and (max-width: 600px){
    .img-box3 {
  padding: 20px;
}
}
/*Why us end*/

/*Scroll*/
.progress-wrap .fa-angle-up{
  position: absolute;
  right:28%;
  top: 16%;
  font-size: 30px;
  color: #e9a237;
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow:inset  0 0 0 2px rgba(0,0,0,0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
 
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3); 
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
 
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: black; /* --- Pijl hover kleur --- */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path { 
  fill: none; 
}
.progress-wrap svg.progress-circle path {
  stroke: #e9a237; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing:border-box;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


.copyright {
  background: #e9a237;
  padding: 10px 0 7px;
}

.copyright a {
  color: #fff !important;
}

.copyright br {
  display: none;
}

.copyright p {
  color: #fff;
  margin: 0;
  text-align: center;
}


/* Start contact Presence */
.contactpage{
  padding: 60px 0;
}
.mbnew-widget_icon{
  position: absolute;
  width: auto;
  top: -16px;
  right: 16px;
}
.mbnew-timelist-li-title a{
  font-size: 16px;
}
.mbnew-widget_icon .mbnew_icon{
  font-size: 25px;
  padding: 15px;
  border-radius: 50%;
  display: inline-block;
    line-height: 1;
    transition: all .3s;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.inner-box_area .col-md-6.col-lg-4:not(:first-child) .mbnew-widget_icon .mbnew_icon{
  background-color: #e9a237;
}
.mbnew-widget_icon .mbnew_icon i{
  width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.inner-box_style{
  width: 100%;
  height: 100%;
  padding: 45px 45px 45px 45px;
  clip-path: polygon( 4.596% 0.565%,4.596% 0.565%,3.947% 0.895%,3.336% 1.309%,2.766% 1.801%,2.24% 2.364%,1.762% 2.994%,1.336% 3.686%,0.966% 4.433%,0.655% 5.23%,0.407% 6.072%,0.226% 6.954%,0.226% 6.954%,0.176% 7.633%,0.134% 9.052%,0.099% 11.243%,0.071% 14.238%,0.051% 18.072%,0.037% 22.777%,0.03% 28.386%,0.029% 34.931%,0.034% 42.447%,0.045% 50.966%,0.113% 93.462%,0.747% 95.156%,0.747% 95.156%,0.969% 95.705%,1.219% 96.23%,1.495% 96.729%,1.795% 97.201%,2.119% 97.644%,2.466% 98.057%,2.834% 98.439%,3.221% 98.786%,3.628% 99.099%,4.052% 99.376%,5.094% 100%,94.968% 100%,96.009% 99.376%,96.009% 99.376%,96.433% 99.099%,96.84% 98.786%,97.228% 98.439%,97.595% 98.057%,97.942% 97.644%,98.266% 97.201%,98.566% 96.729%,98.842% 96.23%,99.092% 95.705%,99.314% 95.156%,99.948% 93.462%,100.016% 62.259%,100.016% 62.259%,100.026% 56.181%,100.03% 50.744%,100.027% 45.939%,100.017% 41.754%,100.002% 38.18%,99.98% 35.207%,99.952% 32.824%,99.919% 31.023%,99.88% 29.793%,99.835% 29.123%,99.835% 29.123%,99.782% 28.765%,99.722% 28.409%,99.657% 28.055%,99.585% 27.703%,99.506% 27.353%,99.421% 27.006%,99.33% 26.662%,99.233% 26.32%,99.129% 25.982%,99.02% 25.646%,99.02% 25.646%,98.694% 24.858%,98.32% 24.143%,97.887% 23.492%,97.382% 22.896%,96.796% 22.344%,96.115% 21.827%,95.33% 21.335%,94.428% 20.858%,93.398% 20.387%,92.228% 19.911%,92.228% 19.911%,90.917% 19.385%,89.803% 18.853%,88.861% 18.284%,88.064% 17.642%,87.387% 16.895%,86.802% 16.008%,86.285% 14.949%,85.808% 13.684%,85.345% 12.179%,84.871% 10.401%,84.871% 10.401%,84.719% 9.788%,84.565% 9.183%,84.412% 8.598%,84.262% 8.041%,84.118% 7.522%,83.984% 7.05%,83.863% 6.635%,83.757% 6.286%,83.669% 6.013%,83.603% 5.825%,83.603% 5.825%,83.404% 5.38%,83.153% 4.909%,82.858% 4.424%,82.528% 3.935%,82.171% 3.455%,81.797% 2.994%,81.414% 2.564%,81.031% 2.177%,80.656% 1.843%,80.298% 1.575%,80.298% 1.575%,79.621% 1.141%,78.889% 0.795%,77.849% 0.527%,76.251% 0.327%,73.84% 0.186%,70.367% 0.092%,65.577% 0.037%,59.22% 0.01%,51.043% 0.001%,40.794% -0%,40.794% 0%,31.784% 0.009%,24.453% 0.022%,18.619% 0.04%,14.103% 0.066%,10.725% 0.104%,8.304% 0.156%,6.661% 0.225%,5.615% 0.315%,4.987% 0.427%,4.596% 0.565% );
}
.inner-box_1{
  background-color: #e9a237;
}
.inner-box_style .mbnew-heading_title{
  margin-bottom: 15px;
  padding-bottom:20px;
  border-bottom: 1px solid #fff;
}
.inner-box_style .mbnew-heading_title h5{
  font-size: 26px;
    line-height: 32px;
  margin: 0;
  color: #fff;
}
.mbnew-timelist-list{
  padding-left: 0;
  margin-left: 0;
}
.inner-box_1 ul.mbnew-timelist-list li{
  padding: 5px 0;
}
.inner-box_1 ul.mbnew-timelist-list li .mbnew-timelist-li-title{
  font-weight: 400;
    font-size: 15px;
  color: #fff;
}
.inner-box_1 ul.mbnew-timelist-list .mbnew-timelist-li-value{
  float: left;
  color: #fff;
}
.inner-box_1 ul.mbnew-timelist-list .mbnew-timelist-li-value a{
  color: #fff
}
.inner-box_1 ul.mbnew-timelist-list li{
  list-style: none;
}
.mbnew-timelist-li-title a{
  color: #fff
}
.inner-box_style{
  padding-bottom:20px;
}
.contactform{
  padding:0px 0 60px;
    background-size: auto;
  background-size: auto;
  background-size: cover;
  position: relative;

}

.contac{
  background-image: url('../images/abt-bg.webp');
  padding-top: 0 !important;
  background-size: cover;
}
.contactform{
  overflow: hidden;
}
.contactform .form{
  padding: 40px 30px 24px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(225, 161, 65, 0.61);
  border-radius: 10px;
}
.contactpage .animate-border::after {
  border-left: 10px solid #ede6cf;
  border-right: 10px solid #ede6cf;
}
.contactform button{
  border: 1px solid #e9a034;
  padding: 7px 20px;
  border-radius: 4px;
  background: #e9a034;
  color: #fff;
  transition: 0.5s ease;
}
.contactform button:hover{
  border: 1px solid #e9a034;
  padding: 7px 20px;
  border-radius: 4px;
  background: #fff;
  color: #e9a034;
  transition: 0.5s ease;
}
.contactform .form h2{

  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Cinzel Decorative", serif;
  color: #000;
  text-align: left;
  margin-bottom: 20px;

}
.contactform h2 span {
  color: #e9a237;
}

.contactpage .sec-title{
  margin-bottom: 15px;
}

@media screen and (max-width: 1500px){
  .mbnew-widget_icon{
    top: -16px;
  right: 7px;
  }
}

@media screen and (max-width: 1199px){
  .mbnew-widget_icon{
    top: -8px;
  right: 9px;
  }
  .mbnew-widget_icon .mbnew_icon {
  font-size: 20px;
  padding: 12px;
}
}

@media screen and (max-width: 991px){
  .mbnew-widget_icon{
    top: -8px;
  right: 9px;
  }
  .mbnew-widget_icon .mbnew_icon {
  font-size: 20px;
  padding: 12px;
}  .contactpage .position-relative {
    margin-bottom: 20px;
  }iframe{
  margin-top: 20px;
}
}

@media screen and (max-width: 767px){
  .contactpage {
  padding: 35px 0;
}
.contactform {
  padding: 0px 0 50px;
}
iframe{
  margin-top: 20px;
}
.contactform .form {
  padding: 20px 24px 17px;
}
.contactpage .position-relative{
  margin-bottom: 20px;
}
.inner-box_style{
  padding: 18px 24px 23px 24px;
}
.mbnew-widget_icon .mbnew_icon {
  font-size: 15px;
  padding: 10px;
}
.mbnew-widget_icon{
  top: -1px;
}
.inner-box_style .mbnew-heading_title {
  margin-bottom: 7px;
  padding-bottom: 13px;
  border-bottom: 1px solid #fff;
}
.contactpage{
  padding-bottom: 15px;
}
}

/*End contact Presence*/





/*Menu Responsive*/


@media screen and (max-width: 900px){
   .start-header.scroll-on .navbar-brand img {
    height: 35px;
    padding: 5px 0;
  }.start-header.scroll-on .navbar-light .navbar-brand {
  margin-top: 0;
}
}



@media screen and (max-width: 767px){
   .start-header.scroll-on .navbar-brand img {
    height: 45px;
    padding: 5px 0;
  }.start-header.scroll-on .navbar-light .navbar-brand {
  margin-top: 0;
}
}





.fixedbtn{
 position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999 !important;
  width: 60px;
  height: 60px;
}

@media screen and (max-width:767px){
  .fixedbtn{
    display: none;
  }
}

/*Mobile Footer*/
.mobile-footer{
  display: none;
}

@media screen and (max-width: 767px){
  .mobile-footer{
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background-color: #e9a237;
    border-top: 1px solid #fff;
    padding: 10px;
  }
  .mobile-footer .row .col {
  position: relative;
}

.mobile-footer .row .col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: #fff; /* color of the line */
}
.mobile-footer i{
  color: #fff;
  font-size: 20px;
}.copyright {
  background: #e9a237;
  padding: 10px 0 55px;
}
.copyright br{
    display:block;
}
.progress-wrap{
    bottom: 50px;
}
}



/*Testimonials*/
.testimonials{
	background-color: #fff;padding: 60px 0 30px;background: #fff !important;
}


.testi-style3 {
	position: relative;
	padding:
	20px 30px 30px 30px;
	margin:
	0px 0 30px 0;
	transition:
	all ease .4s;
	background-color: #fff;
	min-height: 190px;
	border-bottom-left-radius: 30px;border: 1px solid #e7a238;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 30px;
}
.testi-style3 .testi-avater {
	width:80px;
	height:80px;
	position:absolute;
	top:-40px;
	padding:7px;
	background-color:#fff;
	border-radius:50%
}
.testi-style3 .testi-avater img {
	width:100%;
	border-radius:50%
}
.testi-style3 .testi-name {
	font-size:22px;
	margin-bottom:0px;
	text-transform: capitalize;
}
.testi-style3 .testi-text {
	margin:0 0 15px 0;
	margin-top: 10px;
	text-align: left;
}
.testi-style3 .testi-degi {
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
	color:#028397
}
.testi-style3 .testi-icon {
	font-size:50px;
	line-height:1;
	margin-top:-25px;
	position:absolute;
	right:40px;
	top:0;
	color:#f6c2cb;
	opacity:1;
	transition:all ease .4s
}
.testi-style3 .testi-rating {
	color:#f0d604;
	margin-bottom:5px;
	font-size:14px
}
.testi-style3 .testi-rating i {
	margin-right:5px
}
.testi-style3 .testi-degi {
	font-weight:500
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e69f34ad;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(233 162 55 / 20%);
}
.post-slide {
	padding:
	20px 20px;
}

@media only screen and (max-width: 767px) {
    .testimonials {
		background-color: #fff;
		padding:
		30px 0 0px;
	}
	.testi-style3 .testi-name {
  font-size: 19px;
	}
}