body,
html {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Heebo', sans-serif;
  font-size: 0.625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}

p {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
}

a {
  text-decoration: none;
  color: #231f20;
  transition: 0.4s ease-in-out;
  font-size: 1.5rem;
  text-shadow: none;
}

a:hover {
text-decoration: none; color: #d9b983 !important;}

img {
  display: block;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

section {
  overflow: hidden;
}

.section-heading {
  margin-bottom: 30px;
  font-size: 29px;
  color: #394648;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.section-heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 79px;
  height: 2px;
  background-color: #e0c18c;
  content: '';
}
.section-heading::before{
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 39px;
  height: 2px;
  background-color: #e0c18c;
  content: '';
}

.btn {
  background-color: #967d55;
  color: #ffffff;
  padding: 12px 20px;
  text-transform: uppercase;
  border: none;
  transition: 0.5s all;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 15px;
  margin: 15px 0;
  font-weight: 500;
  box-shadow: none;
  border-radius: 7px;
}

.btn:hover {
  background-color: #967d55;
  color: #ffffff;
}

.tooltip{
  font-size: 14px;
}

.heading-area {
  margin-bottom: 35px;
  text-align: center
}



header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #28323e;
}

header.fixed {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

header .navbar .navbar-nav .nav-link {
  padding: 10px 12px;
}
header .navbar .navbar-nav .nav-link:hover{
  color: #ffd794;
}

header .nav-link {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}

header .nav-link i {
  margin-right: 5px;
}

header .nav-item .dropdown-item {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
}

header .contact-link .nav-link {
  color: #ffd794;
}

.navbar .navbar-brand img {
  max-width: 120px;
  transition: 0.4s ease-in-out;
}
.navbar .navbar-brand h2{
  font-size: 16px;
  color: #fff;
  margin-top: 13px;
  text-transform: uppercase;
}

.navbar-toggler {
  background: #394648;
  border: none;
  padding: 15px 8px;
  border-radius: .3rem;
  margin: 2px 0;
}

.navbar-toggler-icon {
  background-color: rgba(255, 255, 255, 0.7);
  height: .1rem;
  width: 2.5rem;
  display: block;
  position: relative;
  transition: 0.15s ease-in-out;
}

.navbar-toggler-icon:nth-child(1) {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  height: .1rem;
  width: 2.5rem;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-out;
}

.navbar-toggler-icon:nth-child(3) {
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  height: .1rem;
  width: 2.5rem;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-out;
}


.navbar-toggler.active .navbar-toggler-icon:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.active .navbar-toggler-icon:nth-child(1) {
  transform: rotate(45deg);
  top: 15px;
  opacity: 1;
  left: 20%;
}

.navbar-toggler.active .navbar-toggler-icon:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 15px;
  opacity: 1;
  left: 20%;
}

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus {
  outline: none;
}


/* ----- banner-area-start ------- */
#banner {
  position: relative;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px;
  font-weight: bold;
}

.swiper-button-next {
  transform: translateX(-11px);
  background-color: #b19669;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  box-shadow: 0 2px 12px 0 #00000036;
  top: 49%;
}

.swiper-button-next:hover {
  transition: all 0.8s ease;
  color: #fff;
  background-color: #cebf9c;
}

.swiper-button-prev {
  background-color: #b19669;
  border-radius: 50%;
  box-shadow: 0 2px 12px 0 #00000036;
  width: 45px;
  height: 45px;
  transform: translateX(15px);
}

.swiper-button-prev:hover {
  transition: all 0.8s ease;
  color: #fff;
  background-color: #cebf9c;
}

.section-space-bottom-less4 .right-add {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  background-color: #ffffff;
}
.banner-area .swiper-wrapper .swiper-slide.home{
  display: unset !important;
  height: 100%;
}
.banner-area .swiper-wrapper .swiper-slide.home img{
  width: 100% !important;
  height: 580px !important;
  object-fit: cover;
}

.img-overlay-70 {
  position: relative;
}
.img-overlay-70:hover {
  overflow: hidden;
}

.img-scale-animate {
  overflow: hidden;
}

.img-overlay-90 {
  position: relative
}

.img-overlay-70::before {
  opacity: .9;
  background-image: linear-gradient(transparent, #11111194), linear-gradient(transparent, #11111194);
  content: "";
  height: 90%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1
}

.img-scale-animate img {
  width: 100%;
  transform: scale(1);
  transition: all 1.5s ease-out;
}

.img-scale-animate:hover img {
  transform: scale(1.1);
  overflow: hidden;
}

.mask-content-lg {
  position: absolute;
  z-index: 7;
  bottom: 36px;
  left: 30px;
  padding-right: 30px
}

@media only screen and (max-width: 575px) {
  .mask-content-lg {
    left: 15px;
    bottom: 11%;
  }
}

/* .banner-area .swiper-wrapper .swiper-slide.home */
.carousel-caption {
  top: 50%;
  left: 58%;
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  max-width: 100%;
  /* background-color: rgba(0, 0, 0, 0.30); */
  padding: 45px 30px;
}
.carousel-caption h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel-caption h3.first-slide-title-txt{
  font-size: 25px;
  line-height: 37px;
}
.carousel-caption p {
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ----- banner-area-end ------- */




/* About area */
#about-us {
  padding: 140px 0;
  background: url(../images/about-us-bg.jpg) no-repeat;
  background-size: cover;
  background-position: 100% 40%;
}

#about-us .about-content h3 {
  color: #ffffff;
  text-align: left;
}

#about-us .about-content h3::after {
  left: 0;
  transform: translateX(0);
}

#about-us .about-content p {
  font-size: 1.6rem;
  color: #ffffff;
}

/* Our Services */
#services {
  padding: 40px 0;
}

#services .service-block {
  border-radius: .4rem;
  overflow: hidden;
  position: relative;
}

#services .service-block .image-area {
  position: relative;
}

#services .service-block .image-area::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  content: '';
  top: 0;
  left: 0;
}

#services .service-block .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#services .service-block .image-area .service-title {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: 300;
  color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}

/*#services .service-block .image-area .service-title:hover {*/
  /*color: #23f0c7 !important;*/
/*}*/

/* Event section */
#events {
  padding: 60px 0;
}

#events .event-box .event-box-image {
  position: relative;
  border-radius: .4rem;
  overflow: hidden;
}
#events .event-box .event-box-image img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

#events .event-box .event-box-image .view-section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#events .event-box .event-box-image .view-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#events .event-box .event-box-image .view-section .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  color: #000000;
  font-size: 3rem;
  line-height: 0;
  padding: 10px 10px;
  background: #e0c18c;
}

#events .event-box:hover .event-box-image .view-section::before {
  opacity: 0.4;
}

#events .event-box:hover .event-box-image .view-section .btn {
  opacity: 0.9;
}

#events .event-box:hover .event-box-image .view-section .btn:hover {
  color: #000000 !important;
}

#events .event-carousel {
  position: relative;
}

/*Inner top*/
#inner-top{
  text-align: center;
  background: url(../images/inner-top.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 70px 0;
}
#inner-top h3{
  font-weight: 300;
  font-size: 4rem;
  color: #ffffff;
  margin: 0;
}

/*Vacation rental*/
#vacation-rentals{
  padding: 40px 0 10px;
}
#vacation-rentals .property-block {
  border-radius: .4rem;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.4s ease-in-out;
}

#vacation-rentals .property-block:hover {
  box-shadow: 2px 9px 12px rgba(0, 0, 0, 0.18);
}

#vacation-rentals .property-block .image-area img {
  width: 100%;
}

#vacation-rentals .property-block .content-area {
  background-color: #ffffff;
  padding: 15px 0 0;
}

#vacation-rentals .property-block .btn {
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 44px;
}

#vacation-rentals .property-block .property-name {
  text-align: left;
  padding: 0 15px 15px;
}

#vacation-rentals .property-block .property-name h4 a {
  font-weight: 400;
  font-size: 2rem;
  display: block;
  margin-bottom: 8px;
  color: #394648;
}

#vacation-rentals .property-block .property-name span {
  color: #757b7b;
  font-size: 1.3rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

#vacation-rentals .property-block .property-name span i {
  margin-right: 5px;
}

#vacation-rentals .property-block .features ul li {
  color: #394648;
  font-size: 1.3rem;
  font-family: 'Josefin Sans', sans-serif;
}

#vacation-rentals .property-block .features ul li.list-group-item {
  border-color: #cfd8da;
  border-radius: 0;
  border-bottom: none;
  background-color: transparent;
  padding: 12px 4px;
  text-align: center;
}

#vacation-rentals .property-block .features ul li.list-group-item:first-child {
  border-left: none;
}

#vacation-rentals .property-block .features ul li.list-group-item:last-child {
  border-right: none;
}

#vacation-rentals .property-block .features ul li i {
  margin-right: 10px;
}



/*------------------------------------*/
.form-part {padding: 40px 0;}
.form-part .form-group input {width:100%;height: 32px;font-size: 12px;}
.form-part p {font-size: 12px;font-weight: 500;}
.form-part select {height: 32px;}
.form-part .form-control {height: 32px;margin-bottom: 17px;}
/*.form-part button {display: block;*/
  /*width: 100%;*/
  /*text-align: center;*/
  /*background: #111;*/
  /*color: #FFF;*/
  /*transition: all 0.3s ease-in-out;*/
  /*text-transform: uppercase;*/
  /*height: 32px;*/
  /*border: none;*/
  /*font-size: 14px;}*/

/*.form-part button:hover {background: #036569;*/
/*color: #FFF;}*/


/***********featured area starts***********/
#featured-area{ width: 100%; position: relative; overflow: hidden; padding: 40px 0 10px;}
#featured-area .text-area{ width: 100%; position: relative; overflow: hidden;}
#featured-area .text-area .heading-area{text-align: left; margin-bottom: 0;}
#featured-area .text-area .heading-area h2{font-size: 25px; color: #394648;}
#featured-area .text-area .heading-area h3{font-size: 16px;font-weight: 400;}
#featured-area .text-area .features-area{ width: 100%; position: relative; overflow: hidden;}
#featured-area .text-area .features-area .inner{margin-right: 22px; font-size: 15px;}
#featured-area .text-area .features-area li i{font-size: 15px;color: #394648; margin-right: 5px;}
#featured-area .text-area .features-area span{font-weight: 300;}
#featured-area .text-area .features-area p{font-size: 16px;
 color: #394648;
  margin: 27px 0 0;}
#featured-area .text-area .accordion .card{border: none;}
#featured-area .text-area .accordion .card .card-header{ background-color: #ffffff;}
#featured-area .text-area .accordion .card .card-header .btn{     background-color: #ffffff;
  color: #20af94;
  margin: 15px 0;
  padding: 0;
  text-transform: capitalize;}
#featured-area .text-area .accordion .card .card-header .btn:hover{ text-decoration: underline;}
#featured-area .text-area .accordion .card .card-header i{margin-left: 4px; font-size: 15px;}
#featured-area .text-area .accordion .card .card-body{ width: 100%; position: relative; overflow: hidden; margin: 16px 0;padding: 0;}
#featured-area .text-area .accordion .card .card-body p{font-size: 16px;color: #394648;}
#featured-area .text-area .accordion .card .details-area{ width: 100%; position: relative; overflow: hidden;margin-top: 10px;}
#featured-area .text-area .accordion .card .details-area h3{font-size: 18px;color: #394648;text-transform: uppercase;margin-bottom: 0;}
#featured-area .text-area .accordion .card .details-area ul{margin: 9px 0 0 15px; padding: 0 0 25px 0; border-bottom: 1px solid #cecccc;}
#featured-area .text-area .accordion .card .details-area ul li{list-style-type: none; font-size: 16px;}
#featured-area .text-area .accordion .card .details-area li i{font-size: 6px; margin-right: 7px; color: #394648;}
#featured-area .text-area .accordion .card .details-area-2{ width: 100%; position: relative; overflow: hidden;margin-top: 25px;}
#featured-area .text-area .accordion .card .details-area-2 h3{font-size: 18px;color: #394648;text-transform: uppercase;margin-bottom: 0;}
#featured-area .text-area .accordion .card .details-area-2 ul{margin: 9px 0 0 15px; padding: 0 0 25px 0; border-bottom: 1px solid #cecccc;}
#featured-area .text-area .accordion .card .details-area-2 ul li{list-style-type: none; font-size: 16px;}
#featured-area .text-area .accordion .card .details-area-2 li i{font-size: 6px; margin-right: 7px;color: #394648;}
#featured-area .text-area .accordion .card .details-area-3{ width: 100%; position: relative; overflow: hidden;margin-top: 25px;}
#featured-area .text-area .accordion .card .details-area-3 h3{font-size: 18px;color: #394648;text-transform: uppercase;margin-bottom: 0;}
#featured-area .text-area .accordion .card .details-area-3 ul{margin: 9px 0 0 15px; padding: 0 0 25px 0; border-bottom: 1px solid #cecccc;}
#featured-area .text-area .accordion .card .details-area-3 ul li{list-style-type: none; font-size: 16px;}
#featured-area .text-area .accordion .card .details-area-3 li i{font-size: 6px; margin-right: 7px;color: #394648;}
#featured-area .text-area .accordion .card .details-area-4{ width: 100%; position: relative; overflow: hidden;margin-top: 25px;}
#featured-area .text-area .accordion .card .details-area-4 h3{font-size: 18px;color: #394648;text-transform: uppercase;margin-bottom: 12px;}
#featured-area .text-area .accordion .card .details-area-4 ul{margin: 9px 0 0 15px; padding: 0 0 25px 0; border-bottom: 1px solid #cecccc;}
#featured-area .text-area .accordion .card .details-area-4 ul li{list-style-type: none; font-size: 16px;}
#featured-area .text-area .accordion .card .details-area-4 li i{font-size: 6px; margin-right: 7px;color: #394648;}
#featured-area .text-area .accordion .card .details-area-5{ width: 100%; position: relative; overflow: hidden;}
#featured-area .text-area .accordion .card .details-area-5 h3{font-size: 18px;color: #394648;text-transform: uppercase;margin-bottom: 12px;}
#featured-area .text-area .accordion .card .details-area-5 ul{margin: 15px 0 0 15px; padding: 0 0 25px 0; border-bottom: 1px solid #cecccc;}
#featured-area .text-area .accordion .card .details-area-5 ul li{list-style-type: none; font-size: 16px;}
#featured-area .text-area .accordion .card .details-area-5 .location-inner{ margin-top: 25px;}
#featured-area .text-area .accordion .card .details-area-5 li i{font-size: 6px; margin-right: 7px;color: #394648;}

#featured-area .event-images {
  position: relative;
  margin-top: 25px;
}

#featured-area .event-images .event-gallery-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}

#featured-area .event-images .event-gallery-btn svg {
  display: none;
}

#featured-area .event-images .img-container {
  max-height: 470px;
  overflow: hidden;
  border-radius: 1rem;
}

#featured-area .event-images .img-item {
  max-height: 470px;
  border-right: 2px solid #ffffff;
}

#featured-area .event-images .img-item a,
#featured-area .event-images .small-img-container a {
  display: block;
  overflow: hidden;
  max-height: 307px;
}

#featured-area .event-images .img-item.width-2 {
  height: 300px;
  border: none;
}

#featured-area .event-images .small-img-container {
  height: 170px;
}

#featured-area .event-images .small-img-item {
  border-top: 2px solid #ffffff;
}

#featured-area .event-images .small-img-item:first-child {
  border-right: 2px solid #ffffff;
}

#featured-area .event-images .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#featured-area .example-area{ width: 100%;
  position: relative;
  overflow: hidden;
  padding: 40px 0 60px;
  border-bottom: 1px solid #cecccc;}
#featured-area .example-area .heading-area{ width: 100%; position: relative; overflow: hidden;text-align: left;}
#featured-area .example-area .heading-area h2{font-size: 25px; color: #394648; }
#featured-area .example-area .example-inner{ width: 100%; position: relative; overflow: hidden;}
#featured-area .example-area .example-inner .example-inner-area{ width: 100%; position: relative; overflow: hidden;}
#featured-area .example-area .example-inner .example-inner-area .heading-area{ width: 100%; position: relative; overflow: hidden; margin: 0;}
#featured-area .example-area .example-inner .example-inner-area .heading-area h3{font-size: 25px; color: #394648;font-weight: 400;}
#featured-area .example-area .example-inner .example-inner-area ul{     margin: 0;
  padding: 0;}
#featured-area .example-area .example-inner .example-inner-area ul li{     list-style-type: none;
  font-size: 17px;}
#featured-area .example-area .example-inner .example-inner-area li i{     font-size: 14px;
  margin-right: 9px;color: #394648;}
#featured-area .location-area{ width: 100%; position: relative; overflow: hidden; padding: 40px 0 20px;}
#featured-area .location-area .heading-area{ width: 100%; position: relative; overflow: hidden;text-align: left;}
#featured-area .location-area .heading-area ul{
  margin: 10px 0 10px 15px;
}
#featured-area .location-area .heading-area ul li{
  list-style-type: none;
  font-size: 16px;
  margin: 4px 0;
}
#featured-area .location-area .heading-area li i{
  font-size: 6px;
  margin-right: 7px;
  color: #394648;
}
#featured-area .location-area .heading-area h2{
  font-size: 20px;
  color: #394648;
  font-weight: 400;
  text-transform: uppercase;
}
#featured-area .location-area .heading-area h3{
  font-size: 18px;
  color: #394648;
  font-weight: 400;
  margin: 12px 0 0;
}
/* #featured-area .location-area  */
#featured-area .contact-us-area{ width: 100%; position: relative; overflow: hidden;padding-bottom: 80px; border-bottom: 1px solid #cecccc;}
#featured-area .contact-us-area .heading-area{ width: 100%; position: relative; overflow: hidden; text-align: left;}
#featured-area .contact-us-area .heading-area h2{    font-size: 25px;
  color: #394648;
font-weight: 700;
}
#featured-area .contact-us-area .heading-area h3{
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
#featured-area .contact-us-area .form-group{
position: relative;
  width: 100%;
}
#featured-area .contact-us-area .form-group label{     color: #2c3435;
  font-weight: 500;
  font-size: 14px;}

#featured-area .contact-us-area .form-group .form-control{
  height: 39px;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #adadad;
}
#featured-area .contact-us-area .form-group  textarea.form-control{
  height: auto;
}

#featured-area .contact-us-area .inner-check{}
#featured-area .contact-us-area .bd-example{
  width: 100%;
  position: relative;
  overflow: hidden;
}
#featured-area .contact-us-area .bd-example label{
  color: #2c3435;
  font-weight: 500;
  font-size: 14px;
}
#featured-area .contact-us-area .bd-example .form-control{
  height: 39px;
  box-shadow: none;
  outline: none;
  font-size: 14px;
    }
#featured-area .contact-us-area .bd-example .input-group{
  /*border: 1px solid #adadad;*/
  border-radius: 5px;
  }
.datepicker td{
  border: 1px solid #2c34354a;
  padding: 5px;
}
#featured-area .contact-us-area .custom-control .custom-checkbox{ font-size: 20px;}
#featured-area .contact-us-area .custom-checkbox{ margin-top: 38px;}
#featured-area .contact-us-area .custom-control-label{font-size: 1.4rem; color: #2c3435;padding-left: 7px;}
#featured-area .contact-us-area .custom-control-label::before, #featured-area .contact-us-area .custom-control-label::after{
  width: 15px;
  height: 15px;
}
#featured-area .contact-us-area .form-group label{ margin-top: 10px;}
#featured-area .contact-us-area .form-group .form-control .exampleFormControlTextarea1{ height: 80px;}
#featured-area .contact-us-area .btn{
  background-color: #27cbab;
  color: #ffffff;
  padding: 9px 20px;
  text-transform: capitalize;
  border: none;
  transition: 0.5s all;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.7rem;
  margin: 15px 0;
  font-weight: 500;
  box-shadow: none;
  border-radius: .4rem;
}
#featured-area .contact-us-area .btn:hover{
  background-color: #17ad90;
  color: #ffffff;
}

#featured-area .contact-us-area .custom-control .custom-checkbox{ font-size: 20px;}
#featured-area .contact-us-area .custom-checkbox{ margin-top: 38px;}
#featured-area .contact-us-area .custom-control-label{font-size: 1.4rem; color: #2c3435;padding-left: 7px;}
#featured-area .contact-us-area .custom-control-label::before, #featured-area .contact-us-area .custom-control-label::after{
  width: 15px;
  height: 15px;
}
#featured-area .contact-us-area .form-group label{ margin-top: 10px;}
#featured-area .contact-us-area p{ margin-top: 20px;}
#featured-area .contact-us-area a{color: #1e9a82 !important;}
#featured-area .contact-us-area a:hover{ text-decoration: underline;}
#featured-area .policy-area{ width: 100%; position: relative; overflow: hidden; margin: 35px 0;}
#featured-area .policy-area .heading-area{ width: 100%; position: relative; overflow: hidden; margin: 0;}
#featured-area .policy-area .heading-area h2{
  font-size: 25px;
  color: #394648;
  font-weight: 700;
}
#featured-area .policy-area .heading-area h3{
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
#featured-area .policy-area .heading-area p{
  margin-top: 20px;
}
#featured-area .policy-area .policy-info{ width: 100%; position: relative; overflow: hidden; margin-top: 25px;}
#featured-area .policy-area .policy-info h2{
  font-size: 16px;
  font-weight: 600;
 margin: 0 0 17px 0;
}
#featured-area .policy-area .policy-info ul{}
#featured-area .policy-area .policy-info ul li{
  list-style-type: none;
  font-size: 16px;
}
#featured-area .policy-area .policy-info ul li i{
  font-size: 8px;
  margin-right: 11px;
  color: #394648;
}



#featured-area .booking-area{position: absolute; width: 383px; top: 0; border: 1px solid #59595933;}
#featured-area .booking-area.fixed{position: fixed;}


#featured-area .booking-area .form-area{ width: 100%; position: relative; overflow: hidden;background-color: #595959; padding: 15px;}
#featured-area .booking-area .form-area .number-area{position: relative; overflow: hidden; margin-top: 18px;}
#featured-area .booking-area .form-area .number-area h2{
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
#featured-area .booking-area .form-area .number-area h3{
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
#featured-area .booking-area .form-area .button-area{position: relative; overflow: hidden;}
#featured-area .booking-area .form-area .button-area .btn{
  background-color: #595959;
  color: #ffffff;
  padding: 9px 20px;
  text-transform: capitalize;
  border: 1px solid #ffffff;
  transition: 0.5s all;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  margin: 15px 0;
  font-weight: 500;
  box-shadow: none;
  border-radius: .4rem;
}
#featured-area .booking-area .inner-form-area{
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 11px;
  border-bottom: 1px solid #59595945;
}
#featured-area .booking-area .inner-form-area .price-area{
  width: 80%;
  position: relative;
  overflow: hidden;
}
#featured-area .booking-area .inner-form-area .price-area h2{
  font-size: 15px;
  font-weight: 600;
  color: #595959;
}
#featured-area .booking-area .inner-form-area .price-area h3{
  font-size: 22px;
  color: #595959;
  font-weight: 600;
}
#featured-area .booking-area .inner-form-area .rating-area{ width: 20%; position: relative; overflow: hidden;}
#featured-area .booking-area .inner-form-area .rating-area h2{
  font-size: 16px;
  color: #595959;
  font-weight: 400;
  position: relative;
}
#featured-area .booking-area .inner-form-area .rating-area ul{ margin:0; padding: 0;}
#featured-area .booking-area .inner-form-area .rating-area ul li{display: inline-block;}
#featured-area .booking-area .inner-form-area .rating-area li i{ font-size: 10px; color: #20af94;}
#featured-area .booking-area .timing-area{ width: 100%; position: relative; overflow: hidden;}
#featured-area .booking-area .timing-area label{
  color: #2c3435;
  font-weight: 300;
  font-size: 14px;
}
#featured-area .booking-area .timing-area .input-group{
  border-radius: 5px;
}
#featured-area .booking-area .timing-area .input-group .form-control{
  height: 30px;
}
#featured-area .booking-area .timing-area .input-group .form-control::placeholder{ font-size: 12px;}
#featured-area .booking-area .fixed-form{ width: 100%; position: fixed; overflow: hidden;}
#featured-area .booking-area .inner-form{ width: 100%; position: relative; padding: 11px;}
#featured-area .booking-area .inner-form .form-group{
  height: 39px;
  box-shadow: none;
  outline: none;
  font-size: 14px;
}
#featured-area .booking-area .inner-form .form-group label{
  color: #2c3435;
  font-weight: 300;
  font-size: 14px;
}
#featured-area .booking-area .inner-form .form-group .form-control{
  height: 32px;
  box-shadow: none;
  outline: none;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #adadad;
}
#featured-area .booking-area .button-info{ width: 100%; position: relative; overflow: hidden; padding: 11px;}
#featured-area .booking-area .button-info .btn{
  background-color: #27cbab;
  color: #ffffff;
  padding: 9px 14px;
  text-transform: capitalize;
  border: none;
  transition: 0.5s all;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  margin: 15px 0;
  font-weight: 500;
  box-shadow: none;
  border-radius: .4rem;
}
#featured-area .booking-area .button-info .btn:hover{
  background-color: #17ad90;
  color: #ffffff;
}
#featured-area .booking-area .message-area{ width: 100%; position: relative;}
#featured-area .booking-area .message-area p{
  text-align: center;
  color: #595959;
  font-size: 13px;
}

/***********featured area ends***********/




/* ----- about-us-area-start ------- */
.mission-area {
  width: 100%;
  position: relative;
  /* padding-top: 2px !important; */
}

.mission-area .row .col-lg-6.line {
  /* border-right: 2px solid #7976835c; */
}

.mission-area .left-area {
  position: relative;
  /* background-color: #747272; */
  padding: 48px;
  /* border-radius: 48px 0 48px 48px; */
  border-radius: 27px;
  box-shadow: -1px 5px 35px rgba(50, 50, 93, 0.1), 0 15px 15px rgba(0, 0, 0, 0.07);
}
.mission-area .left-area.bottom-gap{
  margin-bottom: 25px;
}

.mission-area .left-area.right {
  /* border-radius: 48px 0 48px 48px; */
  border-radius: 27px;
}

/* .mission-area .left-area .mybox{
  position: relative;
  z-index: 999;
} */
.mission-area .left-area h3 {
  color: #0d0d0d;
  font-size: 22px;
}

.mission-area .left-area p {
  color: #ffffff;
}

.mission-area .right-area {
  position: relative;
  background-color: #80758c;
  padding: 48px;
  border-radius: 0 48px;
}

.mission-area .right-area h3 {
  color: #ffffff;
  font-size: 22px;
}

.mission-area .right-area p {
  color: #ffffff;
  text-align: justify;
  position: relative;
  z-index: 99;
}

.pop-underline {
  position: relative;
  background: none;
  margin: 5px 0 0 12px;
  border: none;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  transition: color 600ms ease-in-out;
  padding-left: 0;
  font-weight: 500;
}

.pop-underline::after {
  content: "";
  display: block;
  position: relative;
  margin-top: 0.25em;
  border-bottom: 0.25em solid #b19669;
  opacity: 0;
  transition: all 450ms ease-in-out;
  width: 1%;
}

.pop-underline:hover::after {
  opacity: 1;
  width: 100%;
}

.pop-underline:hover {
  color: #fff;
  background-color: transparent;
}

.pop-underline i {
  margin-left: 6px;
  font-size: 13px;
}

.mission-area .left-area .left-pic {
  position: absolute;
  right: 39px;
  top: 8%;
  transition: all 0.7s ease;
  z-index: 99;
  display: none;
}

.mission-area .left-area .left-pic img {
  width: 85px;
  opacity: 0.5;
  transition: all 0.7s ease;
}

.mission-area .right-area .right-pic {
  position: absolute;
  right: 53px;
  top: 8%;
  transition: all 0.7s ease;
}

.mission-area .right-area .right-pic img {
  width: 121px;
  opacity: 0.5;
  transition: all 0.7s ease;
}

.mission-area .left-area:hover img {
  transform: translateY(-20px);
  box-shadow: 0 0.5rem 1rem rgba(141, 98, 98, 0.15) !important;
  /* box-shadow: 2px 9px 12px #0000002e; */
}

.mission-area .right-area:hover img {
  transform: translateY(-20px);
  box-shadow: 0 0.5rem 1rem rgba(141, 98, 98, 0.15) !important;
  /* box-shadow: 2px 9px 12px #0000002e; */
}
.smalltxt {
  font-size: 15px;
  color: #0d0d0d;
  line-height: 26px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
}

.mybox1 {
  font-size: 15px;
  color: #0d0d0d;
}
.section{
  position: relative;
  padding: 60px 0;
}
span.more {
  display: inline-flex;
  text-transform: capitalize;
  background-color: #b19669;
  border: 1px solid #b19669;
  color: #fff;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  padding: 10px 21px;
  overflow: hidden;
  min-width: 126px;
  border-radius: 24px;
  transition: all 0.8s ease;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.mission-area .left-area .mybox .button-area{
  margin-top: 12px;
}

/* ----- about-us-area-end ------- */

/* ----- Youtube-video-modal-area-start ------- */
.about-bg-gradient-add{
  padding: 70px 0 0;
}
.enquiry-warp {
  position: relative;
  z-index: 1;
  padding-bottom: 41px;
  margin-bottom: 56px;
}

.enquiry-warp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 44%;
    height: 106%;
    z-index: -1;
    background: #b19669;
}

.enquiry-image {
  padding-right: 30px;
}

.enquiry-image h2 {
  color: #FCDB25;
  /* font-size: 32px; 
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 30px; */
}

.enquiry-content {
  position: relative;
}

.enquiry-content .pop-underline {
  color: #000000;
  margin: 0;
}

.enquiry-content p {
  line-height: 28px;
  font-size: 15px;
  margin-top: 26px;
}

.enquiry-content p span {
  font-weight: 600;
  color: #494968;
}

.enquiry-content .enquiry-link {
  display: inline-block;
  margin-top: 10px;
  color: #353688;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 65px;
}

.enquiry-content .enquiry-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

.enquiry-content .enquiry-content-style {
  display: flex;
  /* align-items: center; */
  padding-top: 19px;
}

.enquiry-content p.middle {
  margin: 0;
  font-weight: 500;
}

.enquiry-content .enquiry-content-style .icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #000000;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 22px;
  line-height: 68px;
  box-shadow: 0px 4px 60px rgba(252, 100, 65, 0.15);
}

.enquiry-content .enquiry-content-style .icon i {
  color: #ffffff;
}

.enquiry-content .enquiry-content-style .icon:hover {
  color: var(--whiteColor);
  background-color: #000000;
}

.enquiry-content .enquiry-content-style .content {
  padding-left: 25px;
}

.enquiry-content .enquiry-content-style .content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}

.enquiry-content .enquiry-content-style .content h4 a {
  font-weight: 500;
}

.enquiry-content .enquiry-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

.popup-border {

  text-decoration: none;
}

.popup-border {
  background-image: linear-gradient(180deg, #b19669 0%, #d0b41c 100%);
  background-image: linear-gradient(180deg, #b19669 0%, #e0c18c 100%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-51%);
  left: 50%;
  top: 50%;
}

.popup-border i {
  font-size: 20px;
  line-height: 80px;
  display: block;
  color: #ffffff;
}

.popup-border:before {
  content: "";
  border: 2px solid #b19669;
  position: absolute;
  z-index: 0;
  left: 54%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.popup-border:after {
  content: "";
  border: 2px solid #b19669;
  position: absolute;
  z-index: 0;
  left: 51%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: .5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: .5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}


.video-modal {
  width: 100%;
  position: relative;
}

.video-modal .modal .modal-dialog .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.video-modal .modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border-bottom: none;
}

.video-modal .modal .modal-dialog .modal-content .modal-header .close {
  background: #b19669;
  opacity: unset;
  position: relative;
  top: 5px;
  border-radius: 50%;
  right: 0%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  outline: none;
  border: 3px solid #ffffff;
}

.video-modal .modal .modal-dialog .modal-content .modal-header .close span svg {
  stroke: #ffffff;
  width: 30px;
  height: 20px;
  margin-top: -5px;
}

.video-modal .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.video-modal .modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.enquiry-image .image::before {
  content: "";
  height: 100%;
  width: 95%;
  position: absolute;
  background: linear-gradient(#c6afaf80, #141212c4);
  opacity: .9;
  top: 0;
  /* left: 0; */
}

.video-modal .modal .modal-dialog .modal-content .modal-body video {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  border: 3px solid #b19669;
}

.video-modal .modal.show .modal-dialog {
  max-width: 706px;
}
.enquiry-image .image img{
  width: 635px;
  height: 435px;
  object-fit: cover;
}
.enquiry-image .image{
  top: 8%;
  position: relative;
}

/* ----- Youtube-video-modal-area-end ------- */


/* ----- how-it-works-area-start ------- */
.work-section-two {
  background: #fff;
  padding: 90px 0 66px;
  overflow: hidden
}

.sec-header {
  position: relative;
}

.section-heading {
  margin-bottom: 50px;
}

.sec-header:before {
  position: absolute;
  content: "";
  background: url('../images/title-bg-01.png') no-repeat;
  width: 114px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #28283C;
}

.section-heading p {
  font-size: 16px;
  color: #74788d;
  margin-bottom: 0;
}

.work-wrap-box {
  background: #fff4fa;
  border-radius: 50%;
  text-align: center;
  width: 358px;
  height: 358px;
  padding: 53px 46px;
  position: relative;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.work-wrap-box.work-first:before {
  position: absolute;
  content: "";
  background: url('../images/wrk-bg-03.png') no-repeat;
  top: -17px;
  right: -83%;
  width: 100%;
  height: 100%;
}

.work-wrap-box .work-icon span {
  width: 81px;
  height: 81px;
  background: linear-gradient(to right, #b19669, #e0c18c);
  border-radius: 50%;
  margin: 0 auto 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.work-wrap-box .work-icon span img{
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.work-wrap-box h5 {
  font-size: 20px;
  line-height: 28px;
  color: #28283C;
  margin-bottom: 15px;
  font-weight: 600;
}

.work-wrap-box p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.work-wrap-box.work-last:after {
  position: absolute;
  content: "";
  background: url('../images/wrk-bg-04.png') no-repeat;
  bottom: -81%;
  right: -295px;
  width: 100%;
  height: 100%;
}

/* ----- how-it-works-area-end ------- */


/* ----- resources-area-start ------- */
.eduction-area {
  position: relative;
  overflow: hidden;
}

.single-education-card {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 30px;
  margin-bottom: 30px;
  z-index: 1
}

.single-education-card.bg-1 {
  background-image: url('../images/pic-11.JPG');
}

.single-education-card.bg-2 {
  background-image: url('../images/pic-6.JPG');
}

.single-education-card.bg-3 {
  background-image: url('../images/banner-pic-3.JPG');
}

.single-education-card.bg-4 {
  background-image: url('../images/banner-2.jpg');
}

.single-education-card .edication-content {
  text-align: center;
  position: relative
}

.single-education-card .edication-content h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
  transition: 0.5s;
}

.single-education-card .edication-content h3:hover {
  color: #fff;
}

.single-education-card:hover {
  color: #000000;
  transition: 0.5s;
}

.single-education-card .edication-content .read-more-btn:hover {
  color: #111d5e
}

.single-education-card::before {
  position: absolute;
  content: "";
  background: rgba(17, 29, 94, .6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.single-education-card::after { 
  position: absolute;
  content: "";
  /* background: linear-gradient(to right, #695fa0, #b34f85); */
  background: linear-gradient(to right, #b19669, #e0c18c);
  display: inline-block;
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all ease .5s
}

.single-education-card:hover::after {
  width: 100%;
  border-radius: 0;
  left: 0;
  right: auto
}

.eduction-area .row .col-lg-3 {
  padding: 0;
}

.single-education-card .edication-content a.read-more-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Quicksand", sans-serif;
}

.single-education-card .edication-content a.read-more-btn svg {
  width: 24px;
  height: 24px;
}

.single-education-card .edication-content .icon {
  text-align: center;
  margin-bottom: 17px;
}

.single-education-card .edication-content .icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin: 0 auto;
}
.eduction-area .container-fluid .row .col-lg-4{
  padding: 0;
}

/* ----- resources-area-end ------- */

/* ----- footer-area-start ------- */
#footer-area {
  background-color: #323334;
  padding-top: 63px;
  overflow: hidden;
}

#footer-area .footer-area-inner-content {
  margin-bottom: 60px;
}

#footer-area .footer-area-inner-content .logo-area {
  margin-bottom: 10px;
}

#footer-area .footer-area-inner-content .logo-area img {
  max-width: 231px;
}
#footer-area .footer-area-inner-content .logo-area a h3{
  color: #fff;
  /* font-size: 28px; */
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#footer-area .footer-area-inner-content .logo-area a:hover{
  text-decoration: unset;
}

#footer-area .footer-area-inner-content h4 {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 21px;
  position: relative;
  padding: 8px 0;
  margin-bottom: 30px;
  font-weight: 600;
}

#footer-area .footer-area-inner-content h4::after {
  content: " ";
  position: absolute;
  top: 101%;
  left: 0;
  height: 3px;
  width: 35px;
  background-color: #949393;
  z-index: 9;
  border-radius: 10px;
}

#footer-area .footer-area-inner-content h4::before {
  content: " ";
  position: absolute;
  top: 105%;
  left: 0;
  height: 2px;
  width: 100px;
  background-color: #949393;
}

#footer-area .footer-area-inner-content p {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 10px;
}

#footer-area .footer-area-inner-content p a.pop-underline {
  margin: 4px 0 0 0;
  font-size: 15px;
}

#footer-area .footer-area-inner-content .quick-links {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

#footer-area .footer-area-inner-content .quick-links li a {
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
  /* text-transform: capitalize; */
  text-decoration: none;
  display: inline-block;
  /* display: inline; */
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: 0.3s linear;
  background-image: linear-gradient(#5f9ea0, #5f9ea0), linear-gradient(#fff, #fff);
}

#footer-area .footer-area-inner-content .quick-links li a:hover {
  color: #9c91d7;
  background-size: 0% 1px, 100% 1px;
  margin-left: 5px;
}

#footer-area .footer-area-inner-content .quick-links li a.borderhide:hover {
  background-size: unset;
  background-image: unset;
}

#footer-area .footer-area-inner-content .quick-links li a.adrs {
  text-transform: unset;
}

#footer-area .footer-area-inner-content .quick-links li {
  margin: 3px 0;
}

#footer-area .footer-area-inner-content .quick-links li i {
  color: #ffffff;
  font-size: 13px;
  margin-right: 5px;
}

#footer-area .footer-area-inner-content .quick-links li.media i {
  color: #ffffff;
  margin-right: 10px;
  width: 30px;
  font-size: 16px;
  height: 30px;
  background-color: #ba9e6d;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  border-bottom: 1px solid #fdfdfd;
}

#footer-area .footer-bottom {
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: transparent;
  position: relative;
  border-top: 1px solid #c3bdbd8a;
}

#footer-area .footer-bottom .copy-right {
  margin-top: 8px;
  text-align: center;
}

#footer-area .footer-bottom .copy-right p {
    /* text-transform: capitalize; */
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: #d8d2d2;
    margin-bottom: 0;
    line-height: 25px;
}

#footer-area .footer-bottom .copy-right p a {
  color: #61a9d0;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
}
#footer-area .footer-bottom .copy-right p span.year{

}

#footer-area .social-links {
  padding: 0;
  margin: 20px 8px 0 0;
}

#footer-area .social-links li {
  display: inline-block;
  margin-right: 6px;
}

#footer-area .social-links li a {
  display: flex;
  width: 40px;
  align-items: center;
  justify-content: center;
  line-height: 43px;
  color: #fff3f3;
  font-size: 16px;
  height: 40px;
  margin-right: 5px;
  background: #ba9e6d;
  border-radius: 10px;
  transform: rotate(50deg);
  transition: .5s;
  border: 1px solid #fdfdfd;
}
#footer-area .social-links li a i{
  font-size: 14px;
  transform: rotate(-50deg);
}

#footer-area .social-links li a:hover {
  color: #ffffff !important;
  background: linear-gradient(to right, #b19669, #e0c18c);
  text-decoration: unset;
}

#footer-area .footer-area-inner-content .form-group input {
  margin: 10px 0;
  background-color: #dcdcdc;
  border: none;
  color: #0f1f3d;
}
.subscribe-area{
  overflow: hidden;
}
.footer_subscribe {
  background: linear-gradient(to right, #695fa0, #b34f85);
  /* background: #faa392; */
  padding: 30px 50px;
}
.footer_subscribe_text h4 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer_subscribe_text p {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  display: -webkit-box;
  overflow: hidden;
}
.footer_subscribe_form {
  height: 100%;
  display: flex;
  align-items: center;
}
.footer_subscribe_form form {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.footer_subscribe_form input {
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  outline: none;
  resize: none;
  border: 1px solid #E4E7E9;
}
.footer_subscribe_form button {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  padding: 12px 30px;
}
.read_btn {
  background: linear-gradient(to right, #695fa0, #b34f85);
  /* background: #faa392; */
  padding: 8px 30px;
  border-radius: 30px;
  color: #ffffff !important;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  transition: all linear .3s;
}

.read_btn::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background: #695fa0;
  border-radius: 30px;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all linear .3s;
}

.read_btn:hover::after {
  width: 100%;
}

/* ----- footer-area-end ------- */


/* ----- Investment-fund-area-start ------- */
.college-list{
  background-image: url('../images/breadcrumb.jpg');
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 58px 0 65px 0;
  position: relative;
  margin-top: 37px;
}
.college-list::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(to right, #645a9dc4, #04d58ebf);
  opacity: .9;
  top: 0;
  left: 0;
}
.college-list .row {
  display: flex;
  flex-wrap: wrap;
}
.college-list .row.border-line{
  /* border-bottom: 2px solid #ffffff; */
  margin-bottom: 16px;
}
.college-list .heading h2{
  text-align: center;
  color: #fff;
}
.college-list .heading h2::before{
  border: 2px solid #ffffff;
}
.college-list .heading h2::after{
  border: 1px solid #b8b8b8;
}
.college-list .column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}

.college-list .card {
  width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(transparent 50%, #e0c18c 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 10px;
    box-shadow: 0 0 35px #00000057;
    cursor: pointer;
    transition: all 0.7s ease;
    border: none;

  /* width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #FBB81E 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 10px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: all 0.7s ease;
  border: none; */
}
.college-list .column .card:hover{
  transform: translateY(-12px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.college-list .card .cstm-btn-2 {
  /* width: 141px; */
  margin: 0 auto;
  margin-bottom: 10px;
}

.college-list .card h3 {
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin: 28px 0 8px 0;
  text-transform: capitalize;
}

.college-list .card p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 300;
  font-weight: 500;
  padding: 0 12px;
  margin-bottom: 24px;
}

.college-list .icon-wrapper {
  background-color: #b1976c;
  border: 2px solid #fff;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.college-list .icon-wrapper img{
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.college-list .card:hover {
  background-position: 0 100%;
}

.college-list .card:hover .icon-wrapper {
  /* background-color: #ffffff;
  color: #11469a; */
}

.college-list .card:hover h3 {
  color: #1f194c;
}

.college-list .card:hover p {
  color: #1f194c;
}

@media screen and (min-width: 768px) {
  .college-list .column {
    flex: 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .college-list .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.college-list .heading{
  margin-bottom: 75px;
}
.college-list .column{
  margin-bottom: 13px;
  border-right: 2px solid #ffffff;
}
.heading h2 {
  font-size: 27px;
  line-height: 44px;
  color: #164c80;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
}
.heading h2::before {
  content: "";
  border: 2px solid #164c80;
  width: 30px;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 1;
}
.heading h2::after {
  content: "";
  border: 1px solid #b6b0b0a1;
  width: 170px;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.cstm-btn-2 {
  display: inline-flex;
  text-transform: capitalize;
  background-color: #b19669;
  border: 1px solid #b19669;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 21px;
  overflow: hidden;
  min-width: 126px;
  border-radius: 24px;
  transition: all 0.8s ease;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cstm-btn-2:hover {
  border: 1px solid #164c80;
  background-color: #164c80;
  /* border: 1px solid #699094;
  background-color: #699094; */
  color: #fff;
}

.cstm-btn-2 svg {
  transform: translateX(10px);
  transition: all 0.8s ease;
  position: relative;
  top: 4px;
}

.cstm-btn-2 svg:hover {
  transform: translateX(15px);
}

/* ----- Investment-fund-area-end ------- */

/* ----- News-updates-area-start ------- */
.blog-section {
  overflow: hidden;
  padding: 90px 0 66px;
}

.blog {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 20px;
}

.blog.blog-new {
  border: 1px solid #E2E6F1;
}

.blog-image {
  border-radius: 10px;
  overflow: hidden;
}

.blog.blog-new .blog-image {
  position: relative;
}

.blog-image img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
  transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.blog:hover .blog-image img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.blog.blog-new .blog-image .date {
  background: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  padding: 5px 13px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 55px;
  min-height: 55px;
  color: #695fa0;
  border-bottom: 3px solid #d0b381;
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
}

.blog.blog-new .blog-image .date span {
  display: block;
}

.blog-content {
  padding-top: 20px;
}

.blog.blog-new .blog-content .blog-item {
  background: #3E4265;
  border-radius: 5px;
  padding: 4px 7px;
  margin-bottom: 14px;
  border-bottom: 3px solid #9c9fbb;
}

.blog-content .blog-item {
  display: inline-flex;
  display: -webkit-inline-flex;
}

.blog-content .blog-item li {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  color: #74788d;
  margin: 0 25px 15px 0;
  margin-right: 25px;
}

.blog.blog-new .blog-content .blog-item li {
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #fff;
}

.blog.blog-new .blog-content .blog-item li a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.blog.blog-new .blog-content .blog-item li i {
  color: #fff;
}

.blog-content .blog-item li i {
  margin-right: .5rem;
}

.blog-content .blog-title {
  font-size: 17px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 26px;
  letter-spacing: 0;
}

.blog.blog-new .blog-content .blog-title {
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
}

.blog-content .blog-title a {
  color: #28283C;
  font-weight: bolder;
  font-size: 17px;
  letter-spacing: 0;
}

.blog.blog-new .blog-content p {
  margin-bottom: 0;
  color: #74788d;
  font-size: 15px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.blog.blog-new .blog-content .blog-item li a svg {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}

.blog.blog-new .blog-content .blog-item li svg {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}

.blog.blog-new .blog-content .blog-item li+li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 10px;
}

.blog.blog-new .blog-content .blog-item li:last-child {
  margin-right: 0;
}

.blog:hover {
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
}
.blog.blog-new .blog-image a img{
  width: 100%;
  height: 233px;
  object-fit: cover;
}
.latestnewslinkdesign {
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  color: #6d729f;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  transition: 0.5s;
}
.latestnewslinkdesign i {
  padding-left: 10px;
  font-size: 15px;
}
.latestnewslinkdesign:hover {
  padding-left: 10px;
  color: #695fa0;
}
.blog-section.single {
  padding: 60px 0;
}

/* ----- News-updates-area-end ------- */


/* ----- testimonials-area-start ------- */
.testimonial-area {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: inline-block;
  margin-top: 73px;
}
.testimonial-area::before {
  content: "";
  background-image: url(../images/map.png);
  width: 100%;
  top: 0;
  opacity: 0.1;
  left: 0;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.testimonial-section {
  width: 100%;
  position: relative;
}
.testimonial-section .pagination-area {
  position: relative;
  margin-top: 45px;
}
@media (max-width: 575.98px) {
  .testimonial-section .pagination-area {
    margin-top: 30px;
  }
}

.testimopnialcard {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.12);
  padding: 20px 20px;
  margin-top: 29px;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .testimopnialcard {
    margin-top: 20px;
  }
}
.testimopnialcard .testimonialtop-div {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .testimopnialcard .testimonialtop-div {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .testimopnialcard .testimonialtop-div {
    display: block;
  }
}
.testimopnialcard .testimonialtop-div .testimonialimg {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #f1484a36;
}
@media (max-width: 575.98px) {
  .testimopnialcard .testimonialtop-div .testimonialimg {
    margin: 0 auto;
  }
}
.testimopnialcard .testimonialtop-div .testimonialimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.testimopnialcard .testimonialtop-div .testimonial-head {
  padding: 15px;
}
@media (max-width: 575.98px) {
  .testimopnialcard .testimonialtop-div .testimonial-head {
    text-align: center;
  }
}
.testimopnialcard .testimonialtop-div .testimonial-head h3 {
  color: #564c4c;
  font-size: 23px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .testimopnialcard .testimonialtop-div .testimonial-head h3 {
    font-size: 19px;
  }
}
.testimopnialcard .testimonialtop-div .testimonial-head h5 {
  color: #f1484a;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .testimopnialcard .testimonialtop-div .testimonial-head h5 {
    font-size: 15px;
  }
}
.testimopnialcard .testimonialtop-div .testimonial-head .stardiv i {
  color: #f2ba05;
  font-size: 12px;
}
.testimopnialcard .testimonial-text {
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  margin-top: 30px;
  padding: 0px 0;
}
@media (max-width: 767.98px) {
  .testimopnialcard .testimonial-text {
    width: 100%;
  }
}
.testimopnialcard .testimonial-text p {
  margin-bottom: 0;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 575.98px) {
  .testimopnialcard .testimonial-text p {
    padding-left: 50px;
  }
}
.testimopnialcard .testimonial-text .quoteicon {
  position: absolute;
  top: -10px;
  left: 0;
  opacity: 0.4;
}
.testimopnialcard .testimonial-text .quoteicon i {
  font-size: 35px;
  color: rgba(31, 140, 235, 0.5);
}
@media (max-width: 575.98px) {
  .testimopnialcard .testimonial-text .quoteicon i {
    font-size: 26px;
  }
}
.testimonial-info .details {
  margin-top: 11px;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.testimonial-info .details .details-inner {
  margin-left: 8px;
}
.testimonial-info .details .details-inner p {
  margin-bottom: 4px;
  color: #374151;
}
.testimonial-info .details .details-inner p strong {
  font-weight: bolder;
}
.testimonial-info .details .details-inner .stars {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.testimonial-info .details .details-inner .stars li {
  line-height: 16px;
}
.testimonial-info .details .details-inner .stars li svg {
  width: 16px;
  height: 16px;
  fill: #f5a429;
  stroke: transparent;
}

.testimonial-info .testimonial-card {
  width: 100%;
  position: relative;
  margin-top: 6px;
  background-color: #f4f4f4;
  border: solid 1px #f4f4f4;
  padding: 33px 23px 25px 23px;
  border-radius: 10px;
}
.testimonial-info .arrow-down {
  width: 0;
  height: 0;
  border-left: 25px solid #685b5b00;
  border-right: 25px solid transparent;
  border-top: 20px solid #f4f4f4;
  margin-left: 7px;
}
.testimonial-info .testimonial-card .testimonial-card-content {
  margin-top: 10px;
}
.testimonial-info .testimonial-card .testimonial-card-content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonial-info .details img {
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 48px;
  flex-shrink: 0;
  border-radius: 9999px;
}

/* ----- testimonials-area-end ------- */


/* ----- team-member-area-start ------- */
.single-team-items {
  /* margin-top: 30px; */
}
/* .team-image {
  position: relative;
}
.team-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.team-image .social-profile {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: flex;
  overflow: hidden;
  font-size: 22px;
  align-items: center;
}
.team-image .social-profile ul {
  transform: translateX(-100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  margin-top: 28px;
}
.team-image .social-profile ul li a {
  padding: 8px 15px;
  text-align: center;
  font-size: 14px;
  display: block;
  background: #fff;
  color: #222;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  color: #5e5f63;
}
.team-image .social-profile ul li a:hover {
  color: #166fd3;
}
.team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  top: 7px;
  position: relative;
  width: 51px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 17px;
  border-radius: 0 0 0 5px;
  background: linear-gradient(to right, #b49664, #e4c38b);
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-image .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-image .social-profile.active a {
  opacity: 1;
  visibility: visible;
}
.team-content {
  margin-top: 25px;
}
.team-content p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #166fd3;
  margin-top: 5px;
}
.team-join-content {
  position: relative;
}
.team-join-content .circle-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.team-join-content .dot-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.team-join-content h2 {
  background-color: #f5f6fd;
  padding: 20px;
  border-radius: 18px;
  margin-bottom: 20px;
}
.team-join-content h2 span {
  color: #166fd3;
}
.team-join-content h3 {
  font-weight: 600;
  color: #166fd3;
}
.style-2 .team-content h5 a {
  color: #fff;
}
.style-2 .team-content h5 a:hover {
  color: #166fd3;
}
.team-card-items {
  margin-top: 30px;
  border: 1px solid #fff 1a;
}
.team-card-items .team-content {
  padding: 40px;
}
.team-card-items .team-content h4 {
  margin-bottom: 5px;
}
.team-card-items .team-content h4 a {
  color: #fff;
}
.team-card-items .team-image {
  position: relative;
  padding: 0 20px 20px 20px;
}
.team-card-items .team-image img {
  width: 100%;
  height: 100%;
}
.team-card-items .team-image .social-profile {
  position: absolute;
  left: 20px;
  bottom: 20px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: flex;
  overflow: hidden;
  font-size: 22px;
  align-items: center;
}
.team-card-items .team-image .social-profile ul {
  transform: translateX(-100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  margin-top: 21px;
}
.team-card-items .team-image .social-profile ul li a {
  padding: 8px 15px;
  text-align: center;
  font-size: 14px;
  display: block;
  background: #fff;
  color: #222;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  color: #5e5f63;
}
.team-card-items .team-image .social-profile ul li a:hover {
  color: #4e29b7;
}
.team-card-items .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background: #4e29b7;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-card-items .team-image .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-wrapper {
  margin-bottom: -10px;
}
.team-details-wrapper .team-image {
  height: 525px;
}
.team-details-wrapper .team-details-content .star a {
  font-size: 14px;
  color: #222;
}
.team-details-wrapper .team-details-content .star a i {
  color: #f09815;
}
.team-details-wrapper .team-details-content h3 {
  margin-bottom: 5px;
  font-size: 44px;
}
.team-details-wrapper .team-details-content span {
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.team-details-wrapper .team-details-content .social-icon {
  margin-top: 40px;
  gap: 15px;
  position: relative;
  z-index: 9;
}
.team-details-wrapper .team-details-content .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: #f6f3ee;
  color: #5e5f63;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.team-details-wrapper .team-details-content .social-icon a:hover {
  background-color: #166fd3;
  color: #fff;
}
.team-skill {
  background-color: #166fd3;
}
.team-skill-wrapper .team-skill-content h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}
.team-skill-wrapper .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.team-skill-wrapper .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-skill-wrapper .progress-wrap .pro-items .pro-head .point {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.team-skill-wrapper .progress-wrap .pro-items .pro-head .title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.team-skill-wrapper .progress-wrap .pro-items .progress {
  background: #fff;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 6px;
  width: 100%;
}
.team-skill-wrapper .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 0;
  background: #fff;
  height: 6px;
  width: 0;
}
.team-skill-wrapper .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
 }
  100% {
    width: 65%;
 }
}
@keyframes load2 {
  0% {
    width: 0;
 }
  100% {
    width: 75%;
 }
}
.team-contact-wrapper .get-touch-items .get-touch-title h2 {
  margin-bottom: 10px;
}
.team-contact-wrapper .get-touch-items .contact-items {
  margin-top: 50px;
  gap: 100px;
}
.team-contact-wrapper .get-touch-items .contact-items .contact-info h4 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 22px;
}
.team-contact-wrapper .get-touch-items .contact-items .contact-info h5 {
  text-transform: capitalize;
  font-size: 18px;
}
.team-contact-wrapper .get-touch-items .contact-items .contact-info .social-icon {
  gap: 15px;
  position: relative;
  z-index: 9;
}
.team-contact-wrapper .get-touch-items .contact-items .contact-info .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: #f6f3ee;
  color: #5e5f63;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.team-contact-wrapper .get-touch-items .contact-items .contact-info .social-icon a:hover {
  background-color: #166fd3;
  color: #fff;
}
.team-button {
  text-align: center;
  margin-top: 30px;
}
.team-section {
  position: relative;
}
.team-section .dot-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.single-team-style-1 {
  background-color: #fff;
}
.single-team-style-1 .team-image img {
  width: 100%;
  height: 100%;
}
.single-team-style-1 .team-image .icon-list {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 30px;
  background-color: #166fd3;
  opacity: 0;
}
.single-team-style-1 .team-image .icon-list ul {
  display: flex;
  gap: 20px;
}
.single-team-style-1 .team-image .icon-list ul li {
  transform: scaleX(0);
  transition: all 0.5s ease-in-out;
}
.single-team-style-1 .team-image .icon-list ul li a i {
  color: #fff;
  font-size: 16px;
}
.single-team-style-1 .team-content {
  background-color: #fff;
  box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  padding: 25px 10px;
  margin: -50px 20px 0;
  position: relative;
  z-index: 9;
}
.single-team-style-1 .team-content h3 {
  position: relative;
  font-size: 22px;
}
.single-team-style-1 .team-content h3::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #166fd3;
  transform: translate(-50%, -50%);
}
.single-team-style-1 .team-content h3 a:hover {
  color: #166fd3;
}
.single-team-style-1 .team-content p {
  margin-top: 35px;
}
.single-team-style-1:hover .team-image .icon-list {
  opacity: 1;
}
.single-team-style-1:hover .team-image .icon-list ul li {
  transform: scaleX(1) !important;
}
.single-team-style-1.active .team-image .icon-list {
  opacity: 1;
}
.single-team-style-1.active .team-image .icon-list ul li {
  transform: scaleX(1) !important;
}
.team-content h4 a{
  font-size: 20px;
  text-transform: capitalize;
} */




.team-one {
  position: relative;
  display: block;
  padding: 110px 0px 73px;
  margin-top: -130px;
  z-index: 1;
}

.team-one::before {
  position: absolute;
  top: 0;
  left: 70px;
  bottom: 0;
  right: 70px;
  background: #ffffff;
  content: "";
  z-index: -1;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__single-img {
  position: relative;
  display: block;
}

.team-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.team-one__single-img .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #000000;
  opacity: 0;
  transform: scaleX(0.7);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.team-one__single:hover .team-one__single-img .inner:after {
  opacity: 0.5;
  transform: scaleX(1);
}

.team-one__single-img .social-link {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.team-one__single-img .social-link li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.team-one__single-img .social-link li:last-child {
  margin-right: 0px;
}

.team-one__single-img .social-link li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.team-one__single-img .social-link li a:hover{
  color: #ffffff !important;
}

.team-one__single-img .social-link li a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: #ffb237;
  border-radius: 50%;
  transition: all 0.7s ease;
  transform: scale(0.5);
  opacity: 0;
  content: "";
  z-index: -1;
}

.team-one__single-img .social-link li a:hover::before {
  transform: scale(1);
  opacity: 1;
  color: #ffffff;
}

.team-one__single-img .social-link li a span::before {
  position: relative;
  display: inline-block;
  color: #080501;
  font-size: 15px;
  line-height: 35px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-one__single-img .social-link li a:hover span::before {
  color: #ffffff;
}

.team-one__single-img .social-link li a.fb {
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 300ms ease;
}

.team-one__single:hover .team-one__single-img .social-link li a.fb {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 200ms;
}

.team-one__single-img .social-link li a.tw {
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 400ms ease;
}

.team-one__single:hover .team-one__single-img .social-link li a.tw {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 300ms;
}

.team-one__single-img .social-link li a.pin {
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__single-img .social-link li a.pin {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 400ms;
}

.team-one__single-img .social-link li a.in {
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 600ms ease;
}

.team-one__single:hover .team-one__single-img .social-link li a.in {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 500ms;
}

.team-one__single-img .inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(255, 178, 55);
  background: linear-gradient(180deg, rgba(255, 178, 55, 0) 27%, rgba(255, 178, 55, 0.518644958) 100%);
  height: 75px;
  content: "";
  z-index: 2;
}

.team-one__single-img:after {
  position: absolute;
  left: 90px;
  bottom: 0;
  right: 90px;
  height: 3px;
  background: #c8a66e;
  content: "";
  z-index: 1;
}

.team-one__single-img .inner img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.team-one__single:hover .team-one__single-img .inner img {
  transform: scale(1.05);
}

.team-one__single-content {
  position: relative;
  display: block;
  padding-top: 22px;
}

.team-one__single-content h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
}

.team-one__single-content h2 a {
  color: #080501;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 18px;
  font-weight: 700;
}

.team-one__single-content h2 a:hover {
  color: #ffb237;
}

.team-one__single-content p {
  margin: 0;
  line-height: 26px;
  font-size: 16px;
}

/* ----- team-member-area-start ------- */


/* ----- our-partners-area-start ------- */
.partner-img {
  border: 2px solid #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}

.partner-img img {
  width: auto !important;
  margin: 0 auto;
  height: 35px;
}

.partner-img:hover {
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
}

/* ----- our-partners-area-start ------- */


/* ----- profile-area-start ------- */
.team-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 60px 0px;
}

.team-details__img {
  position: relative;
  display: block;
  max-width: 460px;
  width: 100%;
}

.team-details__img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.team-details__img .inner img {
  width: 100%;
  height: 451px;
  object-fit: contain;
}

.team-details__content {
  position: relative;
  display: block;
  margin-left: 45px;
  margin-top: -8px;
}

.team-details__content .title-box {
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.team-details__content .title-box h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-transform: capitalize;
}

.team-details__content .title-box p {
  margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.team-details__content-text1 {
  position: relative;
  display: block;
  margin-top: 17px;
}

.team-details__content-text1-single {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__content-text1-single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: #080501;
  border-radius: 50%;
  border: 3px solid #ffb237;
}

.team-details__content-text1-single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}

.team-details__content-text1-single .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.team-details__content-text1-single .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 9px;
}

.team-details__content-text1-single .content-box p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.team-details__content-text1-single .content-box p.txt-bold{
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
}

.team-details__content-text1-single .content-box p a {
  font-weight: 600;
  color: 8, 5, 1;
}

.team-details__content-text1-single .content-box p a:hover {
  color: #ffb237;
}

.team-details__content-social-links {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 23px;
}

.team-details__content-social-links .title {
  position: relative;
  display: block;
}

.team-details__content-social-links .title p {
  color: #080501;
  font-weight: 500;
  margin-bottom: 0;
}

.team-details__content-social-links ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 15px;
}

.team-details__content-social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.team-details__content-social-links ul li:last-child {
  margin-right: 0;
}

.team-details__content-social-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #f7f1e7;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-details__content-social-links ul li a:hover {
  background: #080501;
}

.team-details__content-social-links ul li a span::before {
  position: relative;
  display: inline-block;
  color: #433838;
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-details__content-social-links ul li a:hover span::before {
  color: #ffb237;
}

.team-details__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: #ffb237; */
  background: linear-gradient(to right, #b19669, #e0c18c);
  max-width: 585px;
  width: 100%;
  border-radius: 3px;
  padding: 11px 20px 12px;
  margin-top: 46px;
}

.team-details__content-bottom .left-text {
  position: relative;
  display: block;
}

.team-details__content-bottom .left-text h3 {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  /* font-family: var(--ontech-font); */
  margin-bottom: 0;
}

.team-details__content-bottom .right-text {
  position: relative;
  display: block;
}

.team-details__content-bottom .right-text h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  /* font-family: var(--ontech-font); */
}

.team-details__content-bottom .right-text h4 a {
  color: #080501;
}

.team-details__content-bottom .right-text h4 span::before {
  position: relative;
  display: inline-block;
  color: #080501;
  font-size: 25px;
  top: 2px;
}

.contact-page--team-details {
  position: relative;
  display: block;
  padding-bottom: 110px;
}

.contact-page--team-details .title {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.contact-page--team-details .title h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
.team-details__content-text1-single .icon-box span.icon-email2 i{
  color: #fff;
  font-size: 20px;
}
.team-details__content-text1-single .icon-box span.icon-location-filled i{
  color: #fff;
  font-size: 20px;
}
.team-details__content .text-box p{
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}
.team-details__content .text-box p span.txt-bold{
  font-weight: bold;
}
.team-details__content.bottom{
  margin-left: 0;
  margin-top: 31px;
}
.team-details__content.bottom .text-box h4.heading-width-add{
  background-color: #ededed;
  padding: 12px;
  border-radius: 6px;
  border-bottom: 2px solid #d0b381;
  width: 346px;
  margin: 21px 0 8px 0;
  font-size: 15px;
  line-height: 23px;
}
.team-details__content .text-box p a.web-link{
  font-size: 16px;
  font-weight: bold;
}

/* ----- profile-area-end ------- */


/* -----scroll-to-top-area-start------- */
#scroll-top .scrollTop {
  position: fixed;
  right: 3%;
  bottom: 18px;
  background: #d0b381;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.35);
}
#scroll-top .scrollTop:hover{
  background-color: #ad956c;
}
#scroll-top .scrollTop span a {
  color: #ffffff;
}
#scroll-top .scrollTop span a i {
  position: absolute;
  top: 17px;
  left: 19px;
  font-size: 15px;
}

/* -----scroll-to-top-area-end------- */


/* ----- events-area-start ------- */
.blog-three {
  position: relative;
  display: block;
  padding: 58px 0px 44px;
  z-index: 1;
}

.blog-three__pattern {
  background-image: url('../images/shape-pattern.jpg');
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.blog-three__single {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 30px;
  z-index: 1;
}

.blog-three__single-img {
  position: relative;
  display: block;
  z-index: 1;
}

.blog-three__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 9px;
  z-index: 1;
}

.blog-three__single-img .inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 275px;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8015581232) 0%, rgba(0, 0, 0, 0.2385329132) 49%, rgba(0, 0, 0, 0) 61%);
  content: "";
}

.blog-three__single-img .inner::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 275px;
  z-index: 1;
  background: rgb(255, 178, 55);
  background: linear-gradient(0deg, rgba(255, 178, 55, 0.8015581232) 0%, rgba(255, 178, 55, 0.2385329132) 49%, rgba(255, 178, 55, 0) 61%);
  content: "";
  transition: 0.6s;
  transform: perspective(400px) scaleX(0.5);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  opacity: 0;
}

.blog-three__single:hover .blog-three__single-img .inner::after {
  opacity: 1;
  transform: perspective(400px) scaleX(1);
}

.blog-three__single-img .inner img {
  width: 100%;
  height: 498px;
  object-fit: cover;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.blog-three__single:hover .blog-three__single-img .inner img {
  transform: scale(1);
}

.blog-three__single-content {
  position: absolute;
  left: 30px;
  bottom: 35px;
  right: 0;
  z-index: 2;
}

.blog-three__single-content .tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-transform: capitalize;
  background: #ffb237;
  padding: 0px 10px 0px;
  border-radius: 2px;
  margin-bottom: 14px;
  letter-spacing: 0.3px;
  font-family: "Quicksand", sans-serif;
}

.blog-three__single-content h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-three__single-content h3 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 21px;
}

.blog-three__single-content h3 a:hover {
  color: #ffb237;
}

.blog-three__single-content .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-three__single-content .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 20px;
  line-height: 0;
}

.blog-three__single-content .meta-box li:last-child {
  margin-right: 0px;
}

.blog-three__single-content .meta-box li .icon {
  position: relative;
  display: block;
}

.blog-three__single-content .meta-box li .icon span::before {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.blog-three__single-content .meta-box li .text {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-top: 0;
}

.blog-three__single-content .meta-box li .text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.blog-three__single-content .meta-box li .text p a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-three__single-content .meta-box li .text p a:hover {
  color: #ffb237;
}

/* ----- events-area-end ------- */


/* ----- breadcrumb-area-start ------- */
.page-header {
  position: relative;
  display: block;
  padding: 145px 0px 122px;
  overflow: hidden;
  margin-top: -53px;
  z-index: 1;
}

.page-header__bg {
  background-image: url('../images/breadcrumb-new.jpg');
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #474542;
  background-blend-mode: overlay;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-header__gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 800px;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url('../images/page-header-gradient-bg.png');
  z-index: -1;
}

.page-header .shape1 {
  position: absolute;
  right: 110px;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: overlay;
}

.page-header__inner {
  position: relative;
  display: block;
}

.page-header__inner h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 34px;
  line-height: 60px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.page-header__inner .thm-breadcrumb {
  position: relative;
  display: block;
  margin-top: 4px;
  font-family: "Quicksand", sans-serif;
}

.page-header__inner .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  padding-left: 10px;
}

.page-header__inner .thm-breadcrumb li a {
  color: #ddc090;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.page-header__inner .thm-breadcrumb li a:hover {
  color: #ffb237;
}




@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* ----- breadcrumb-area-end ------- */

/* ----- contact-us-area-start ------- */
.contact-page {
  position: relative;
  display: block;
  padding: 68px 0px 0px;
  z-index: 1;
}

.contact-page__top {
  position: relative;
  display: block;
}

.contact-page__top .title {
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.contact-page__top .title h2 {
  color: #080501;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 21px;
  letter-spacing: 0;
}

.contact-page__top .title p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.contact-page__top ul {
  position: relative;
  display: flex;
  align-items: center;
  background: #b19669;
  padding: 63px 60px 60px;
  border-radius: 10px;
}

.contact-page__top-single {
  position: relative;
  display: block;
  padding-left: 115px;
  margin-left: 90px;
}

.contact-page__top-single:first-child {
  margin-left: 0px;
}

.contact-page__top-single .icon {
  position: absolute;
  top: 7px;
  left: 0;
  height: 85px;
  width: 85px;
  background-color: #080501;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  border: 4px solid #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.contact-page__top-single .content {
  position: relative;
  display: block;
}

.contact-page__top-single .content h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 4px;
  letter-spacing: 0;
}

.contact-page__top-single .content p {
  color: #2f2b26;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

.contact-page__top-single .content p a {
  color: #080501;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
}

.contact-page__top-single .content p a:hover {
  color: #fedfac !important;
}

.contact-page__bottom {
  position: relative;
  display: block;
  padding: 110px 0px 70px;
  z-index: 1;
}

.contact-page__bottom-pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url('../images/contact-page-pattern.jpg');
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.contact-page__bottom-inner {
  position: relative;
  display: block;
  max-width: 870px;
  width: 100%;
  margin: 0 auto 0px;
}

.contact-page__form {
  position: relative;
  display: block;
}
.contact-page .contact-page__bottom form label{
  font-size: 15px;
  font-weight: bold;
  color: #474141;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
}
.contact-page .contact-page__bottom form input[type=text],
.contact-page .contact-page__bottom form input[type=email] {
  color: #080501b3;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 54px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  padding: 0 20px;
  margin-bottom: 30px;
  font-family: "Quicksand", sans-serif;
  border-radius: 5px;
  outline: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-page .contact-page__bottom form textarea {
  color: #080501b3;
  font-size: 15px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  width: 100%;
  height: 185px;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
  outline: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 5px;
}

.contact-page .contact-page__bottom form input[type=text]:focus {
  color: #080501;
  border-color: #ceb07e;
  background: #ffffff;
  border-width: 2px;
}

.contact-page .contact-page__bottom form input[type=email]:focus {
  color: #080501;
  border-color: #262222;
  background: #ffffff;
}

.contact-page .contact-page__bottom form textarea:focus {
  color: #080501;
  border-color: #ceb07e;
  background: #ffffff;
  border-width: 2px;
}

.contact-page .contact-page__bottom form input[type=text]::-webkit-input-placeholder {
  color: #080501b3;
}

.contact-page .contact-page__bottom form input[type=text]:-moz-placeholder {
  color: #080501b3;
}

.contact-page .contact-page__bottom form input[type=text]::-moz-placeholder {
  color: #080501b3;
}

.contact-page .contact-page__bottom form input[type=text]:-ms-input-placeholder {
  color: #080501b3;
}

.contact-page .contact-page__bottom form input[type=email]::-webkit-input-placeholder {
  color: #080501b3;
}

.contact-page .contact-page__bottom form input[type=email]:-moz-placeholder {
  color: #080501b3;
}

.contact-page .contact-page__bottom form input[type=email]::-moz-placeholder {
  color: #080501b3;
}

.contact-page .contact-page__bottom form input[type=email]:-ms-input-placeholder {
  color: #080501b3;
}

.contact-page .contact-page__bottom form textarea::-webkit-input-placeholder {
  color: #080501b3;
}

.contact-page .contact-page__bottom form textarea:-moz-placeholder {
  color: #080501b3;
}

.contact-page .contact-page__bottom form textarea::-moz-placeholder {
  color: #080501b3;
}

.contact-page .contact-page__bottom form textarea:-ms-input-placeholder {
  color: #080501b3;
}

.contact-page__bottom .contact-page__btn {
  position: relative;
  display: block;
}

.contact-page__bottom .contact-page__btn button {
  position: relative;
  display: block;
  outline: none;
  border: none;
  margin: 0 auto;
  text-transform: capitalize;
}

.contact-page__bottom .contact-page__btn button.thm-btn {
  background: #080501;
  color: #ffffff;
}

.contact-page__bottom .contact-page__btn button.thm-btn::before {
  background: #ffb237;
}

.contact-page__bottom .contact-page__btn button.thm-btn:hover {
  color: #080501;
}

/* ----- contact-us-area-end ------- */


/* ----- google-map-area-start ------- */
.google-map-one {
  position: relative;
  display: block;
  z-index: 1;
  background-color: #080501;
}

.google-map-one__map {
  position: relative;
  display: block;
  border: none;
  height: 440px;
  width: 100%;
  mix-blend-mode: luminosity;
}

/* ----- google-map-area-end ------- */


/* ----- Gallery-area-start ------- */
.gallery-area{
  position: relative;
  padding: 60px 0;
}
.widget-gallery {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 320px; */
}

.widget-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  background: transparent;
  color: #fff;
}

.widget-gallery .gallery-btn:hover {
  color: #fff;
  background: transparent;
}

.widget-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  margin-bottom: 28px;
}

.widget-gallery .gallery-thumb:before {
  content: '';
  height: calc(100% - 42px);
  width: calc(100% - 14px);
  background-color: #000000;
  opacity: 0.8;
  position: absolute;
  top: 7px;
  left: 7px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 9px 9px 0 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.widget-gallery .gallery-thumb img {
  width: 100%;
  height: 244px;
  object-fit: cover;
  border-radius: 9px;
}

.widget-gallery .gallery-thumb:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.widget-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.widget-gallery .gallery-btn i{
  background: #b19669;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.widget-gallery .gallery-thumb h3{
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  text-transform: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ----- Gallery-area-end ------- */


/* ----- How-It-Works-area-start ------- */
.content.how-it-works{
  padding: 60px 0;
}
.work-wrap {
  margin-bottom: 170px;
  position: relative;
}
.work-wrap-acc, .work-wrap-earning {
  padding-right: 150px;
}
.work-wrap span {
  width: 50px;
  height: 50px;
  background: #b19669;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 15px;
}
.work-wrap h1 {
  font-size: 23px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.work-wrap p {
  color: #74788d;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}
.work-wrap-acc:after {
  position: absolute;
  content: "";
  bottom: -94%;
  right: 40px;
  background: url('../images/wrk-bg-01.png');
  width: 314px;
  height: 264px;
  background-repeat: no-repeat;
  background-size: contain;
}
.work-wrap-post:after {
  position: absolute;
  content: "";
  bottom: -100%;
  left: 0;
  background: url('../images/wrk-bg-02.png');
  width: 314px;
  height: 264px;
  background-repeat: no-repeat;
  background-size: contain;
}
.work-img {
  margin-bottom: 170px;
}

/* ----- How-It-Works-area-end ------- */




/* ----- Faq-area-start ------- */
.faq-area-new{
  padding: 60px 0;
}
.accordion {
  margin-bottom: 20px;
}
.accordion .card {
  color: #fff;
  border: none;
  border-radius: 0;
  background: transparent;
}
.accordion .card .card-header {
  color: #fff !important;
  background: linear-gradient(128deg, #9854a5fc 24%, #b19669 100%) !important;
  margin-top: 18px;
  border: none;
  padding: 12px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
}
.accordion .card .card-header:after {
  font-family: "Line Awesome Free";
  color: #fff;
  content: "\f068";
  position: relative;
  font-weight: 900;
  float: right;
}
.accordion .card .card-header:hover {
  text-decoration: none;
}
.accordion .card .card-header.collapsed {
  color: #fff;
}
.accordion .card .card-header.collapsed:after {
  font-family: "Line Awesome Free";
  content: "\f067";
  color: #fff;
  position: relative;
  font-weight: 900;
}
.accordion .card .card-body {
  color: #383838;
  padding: 15px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background: #746e9326;
  border-radius: 0 0 70px 0;
  border-bottom: 2px solid #b19669;
}
.accordion .card .card-body p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  color: #4c4c4c;
  line-height: 26px;
}
.bgimg4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


/* ----- Faq-area-end ------- */



/* ----- testimonial-area-start ------- */
.client-section-two {
  background: #fff4fa;
  padding: 90px 0;
}

.client-box {
  background: #fff;
  border: 1px solid #F0F0F7;
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
  border-radius: 30px;
  padding: 25px;
  margin-bottom: 40px;
}

.client-box .client-content {
  border-bottom: 1px solid #E2E5F1;
}

.client-box .rating {
  font-size: 12px;
  margin-bottom: 13px;
}

.rating i.filled {
  color: #fbc418;
}

.client-box .client-content h6 {
  font-weight: 500;
  font-size: 20px;
  color: #28283C;
  margin-bottom: 12px;
}

.client-content p {
  margin-bottom: 24px;
  color: #74788d;
  font-size: 15px;
  line-height: 26px;
}

.client-box .client-img {
  margin: 23px 0 0;
  display: flex;
  align-items: center;
}

.client-box .client-img img {
  width: 48px !important;
  height: 48px;
  margin: 0 15px 0 0;
  border-radius: 50%;
}

.client-name h5 {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 7px;
  color: #28283C;
  font-family: 'Roboto', sans-serif;
}

.client-name h6 {
  font-weight: 400;
  font-size: 14px;
  color: #74788d;
  margin-bottom: 0;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  line-height: 12px;
  margin: 0;
  background: #F1E2EB;
  border-radius: 50%;
  display: block;
  transition: all 0.4s ease;
}

.owl-dots .owl-dot.active span {
  background: #e6bd7a;
}

.owl-dots .owl-dot {
  margin-right: 5px;
}

/* ----- testimonial-area-end ------- */



/* ----- About-Us-area-start ------- */
.about-us-inner{
  position: relative;
}
.about-us-inner .pic-area {
  overflow: hidden;
}
.about-us-inner .pic-area img{
  width: 100%;
  height: 400px;
  border-radius: 10px;
  object-fit: cover;
}
.about-us-inner .right-side-content p{
  line-height: 26px;
  font-weight: 500;
  font-size: 15px;
}

.about-us-inner .pic-area a{
	display: block;
	cursor: none;
}

.about-us-inner .pic-area img{
	aspect-ratio: 1/0.65;
	object-fit: cover;
	border-radius: 40px;
	transition: all 0.5s ease-out;
}

.about-us-inner .pic-area:hover img{
	transform: scale(1.1);
}


.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.right-side-content h3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 15px;
}



.banner_award {
  /* padding-top: 45px; */
  display: block;
  padding-bottom: 56px;
}

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

.banner-award-left {
  width: 320px;
  padding-right: 20px;
}

.award-heading {
  font-size: 25px;
  font-weight: bold;
  line-height: 39px;
  font-family: "Quicksand", sans-serif;
}

.banner-award-right {
  width: calc(100% - 320px);
}

.award_slider {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.each_award_slide {
  flex-wrap: wrap;
  width: 12.5%;
  display: flex;
}

.each_award_slide img {
  width: 102px;
  transition: all 0.7s ease;
}

.each_award_slide img:hover {
  transform: translateY(-12px);
}

.service-offer {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
}
.offer-paths {
  background: linear-gradient(to right, #b19669, #e0c18c);
  border-radius: 50px;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  margin-top: -180px;
  padding: 0 104px;
  z-index: 1;
}
.about-offer {
  padding: 0 67px;
  border-radius: 20px;
  margin: 0;
  align-items: flex-end;
}
.about-offer .offer-path-content {
  padding: 67px 42px 67px 0;
}
.offer-path-content h3 {
  font-size: 31px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.about-offer .offer-path-content h3 {
  margin-bottom: 15px;
}
.offer-path-content p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.offer-path-content p.about-inner{
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
}
.about-offer .offer-pathimg {
  margin-top: 0;
}
.about-offer .offer-pathimg img{
  max-width: unset;
}


.enquiry-modal{
  position: relative;
}
.enquiry-modal .modal .modal-dialog {
  max-width: 780px;
}
.enquiry-modal .modal .modal-dialog .modal-content {
  margin-top: 102px;
  border: none;
  background-color: transparent;
}
.enquiry-modal .modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 0;
}
.enquiry-modal .modal .modal-dialog .modal-content .modal-header .close {
  background: #967d55;
  opacity: unset;
  position: relative;
  top: 5px;
  border-radius: 50%;
  right: 0%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  outline: none;
  border: 3px solid #ffffff;
  box-shadow: -1px -20px 35px #32325d7d, 0px 8px 15px #00000047;
}
.enquiry-modal .modal .modal-dialog .modal-content .modal-body {
  padding: 31px 25px 25px 25px;
  background: #ffffff;
  border-radius: 13px;
}
.enquiry-modal .modal .modal-dialog .modal-content .modal-header .close svg {
  stroke: #ffffff;
  width: 19px;
  height: 19px;
}
.enquiry-modal .modal .modal-dialog .modal-content .modal-body .form-area .form-group .form-control{
  border-radius: 7px;
  height: 49px;
  font-weight: 600;
  box-shadow: none;
  font-size: 14px;
  padding-left: 15px;
  color: #000000;
  background-color: #e0e0e0;
  border: 1px solid rgba(232, 232, 232, 0.78);
  font-family: "Quicksand", sans-serif;
}
.enquiry-modal .modal .modal-dialog .modal-content .modal-body .form-area .form-group .form-control:focus{
  border: 2px solid #967d55;
}
.enquiry-modal textarea{
  font-size: 14px;
  border-radius: 7px;
  box-shadow: none;
  background-color: #e0e0e0;
  border: 1px solid rgba(232, 232, 232, 0.78);
  padding: 6px 12px;
  width: 100%;
  outline: none;
  padding-top: 15px;
  color: #000000;
}
.enquiry-modal textarea:focus{
  border: 2px solid #26a04b;
}
.enquiry-modal .modal .modal-dialog .modal-content .modal-body .form-group{
  margin-bottom: 22px;
}
.enquiry-modal .modal .modal-dialog .modal-content .modal-body .form-group label{
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "Quicksand", sans-serif;
}
.alert-success{
  margin-bottom: 28px;
}
.modal-body .button-area{
  margin-top: 11px;
}

/* ----- About-Us-area-end ------- */


/* ----- news-details-area-start ------- */
.blog_details_page{
  padding: 70px 0;
}
.blog_details .details_image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 9px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog_details .details_content {
  width: 90%;
  margin: -130px auto 0;
  position: relative;
}

.blog_details .details_content .date {
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, #b19669, #e0c18c);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.3px;
  text-align: center;
  padding: 5px 0;
  line-height: 13px;
  display: inline-block;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}

.blog_details .details_content .date span {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.blog_details .details_content .blog_content_wrapper {
  padding: 25px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.17);
  margin-top: 10px;
  background-color: #fff;
}

.blog_details .details_content .blog_content_wrapper .blog_meta {
  font-weight: 500;
}

.blog_details .details_content .blog_content_wrapper .blog_meta li {
  display: inline-block;
  position: relative;
}

.blog_details .details_content .blog_content_wrapper .blog_meta li + li {
  margin-left: 20px;
}

.blog_details .details_content .blog_content_wrapper .blog_meta li + li::before {
  position: absolute;
  content: '/';
  top: 2px;
  left: -13px;
  font-size: 14px;
  color: #b3b2b2;
}

.blog_details .details_content .blog_content_wrapper .blog_meta li a {
  font-size: 14px;
  color: #8b8989;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

.blog_details .details_content .blog_content_wrapper .blog_title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #002639;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 11px;
}

.blog_details p {
  margin-top: 25px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.blog_details .blockquote {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 95px 0px rgba(34, 34, 34, 0.15);
  box-shadow: 0px 0px 95px 0px rgba(34, 34, 34, 0.15);
  padding: 35px 40px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin-top: 45px;
  margin-bottom: 30px;
  z-index: 5;
}

.blog_details .blockquote i {
  font-size: 72px;
  line-height: 75px;
  position: absolute;
  right: 40px;
  top: -10px;
  color: #b19669;
  z-index: -1;
}

.blog_details .blockquote p {
  font-size: 21px;
  line-height: 34px;
  margin-top: 0;
  font-weight: bold;
}


.blog_details_share {
  margin-top: 35px;
  padding-bottom: 45px;
}

.blog_details_share span {
  font-size: 18px;
  font-weight: 600;
  color: #002639;
}

.blog_details_share .social li {
  display: inline-block;
  margin-left: 10px;
}

.blog_details_share .social li a {
  font-size: 20px;
  color: #9d9d9d;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog_details_share .social li a:hover {
  color: #ff008a;
}
.blog_details_comment {
  border-top: 1px solid #ebebeb;
  padding-top: 45px;
}

.blog_details_comment .blog_comment_items {
  padding-top: 15px;
}

.blog_details_comment .blog_details_comment_title {
  font-size: 17px;
  font-weight: 600;
}

.blog_details_comment .blog_comment_items ul li .single_comment {
  margin-top: 30px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_author img {
  width: 80px;
  border-radius: 50%;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content {
  margin-left: 20px;
  padding: 30px;
  border: 1px solid #ebebeb;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .author_name {
  font-size: 16px;
  font-weight: 600;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content p {
  font-size: 15px;
  margin-top: 15px;
  font-weight: 500;
  line-height: 25px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li {
  display: inline-block;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a {
  font-size: 14px;
  color: #616161;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a i {
  margin-right: 5px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a:hover {
  color: #1ea346;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li + li {
  margin-left: 20px;
  margin-top: 10px;
}

.blog_details_comment .blog_comment_items .reply_comment {
  padding-left: 90px;
}
.sidebar_search {
  position: relative;
}

.sidebar_search input {
  width: 100%;
  height: 50px;
  padding: 0 25px;
  background-color: #ebebeb;
  color: #070707;
  border: 0;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  border-radius: 8px;
}
.sidebar_search input:focus{
  border: 2px solid #d0b381;
}

.sidebar_search button {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background: linear-gradient(to right, #b19669, #e0c18c);
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 7px;
}

.sidebar_title {
  font-size: 17px;
  font-weight: 600;
  color: #002639;
  margin-bottom: 30px;
  background-color: #ebebeb;
  padding: 12px;
  border-bottom: 2px solid #d0b381;
  border-radius: 7px;
}

.sidebar_tag,
.sidebar_list,
.sidebar_post {
  border: 1px solid #ebebeb;
  padding: 30px 35px 35px;
  margin-top: 30px;
}

.single_sidebar_post {
  margin-bottom: 12px;
  border-bottom: 1px solid #d1d1d1;
}

.single_sidebar_post .post_image img {
  width: 100px;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}

.single_sidebar_post .post_content {
  padding-left: 15px;
}

.single_sidebar_post .post_content .title a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #002639;
  transition: all 0.3s linear;
}

.single_sidebar_post .post_content .title a:hover {
  color: #ff008a;
}

.single_sidebar_post .post_content .date {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
}

.archives_list {
  margin-top: 20px;
}

.archives_list li {
  margin-top: 10px;
}

.archives_list li a {
  display: block;
  font-size: 15px;
  color: #484848;
  transition: all 0.3s linear;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
.archives_list li a:hover{
  color: #ff008a;
}

.archives_list li a i {
  color: #b19669;
  margin-right: 8px;
}

.archives_list li a span {
  float: right;
}

.archives_tag {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}

.archives_tag li {
  margin: 0 4px;
  display: inline-block;
  margin-top: 15px;
}

.archives_tag li a {
  font-size: 14px;
  padding: 6px 13px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #ebebeb;
  color: #484848;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}

.archives_tag li a:hover {
  color: #fff !important;
  background: linear-gradient(to right, #b19669, #e0c18c);
  border: none;
}
.single_sidebar_post .post_content h6.title{
  margin: 0;
}
.single_form {
  margin-top: 30px;
}


.single_form textarea,
.single_form input {
  width: 100%;
  height: 55px;
  padding: 0 25px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 15px;
  outline: none;
  color: #2b2a35;
  border: 1px solid rgba(43, 42, 53, 0.3);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_form textarea {
  resize: none;
  padding-top: 15px;
  height: 120px;
}

.single_form textarea:focus,
.single_form input:focus {
  border: 2px solid #d0b381;
  box-shadow: none;
}
.blog_comment_form{
  margin-top: 45px;
}

/* ----- news-details-area-end ------- */


/* ----- News-updates-list-inner-pagination-area-start ------- */
.pagination {
  justify-content: center;
  border-radius: 0;
  margin: 0 -4px 0;
}

.pagination .page-item {
  padding: 0 4px;
}

.pagination .page-item .page-link {
  font-size: 14px;
  font-weight: 500;
  border: none;
  background-color: #e5e7eb;
  color: #1f2937;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
  padding: 0 12px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pagination .page-item .page-link:hover {
  background-color: #ad956c;
  color: #fff !important;
}

.pagination .page-item .page-link svg {
  height: 20px;
  width: 20px;
}

.pagination .page-item.active .page-link {
  background-color: #4f5a6b;
  color: #fff;
}

.pagination .page-item.disabled {
  cursor: not-allowed;
}

.pagination .page-item.disabled .page-link {
  background-color: #e5e7eb;
  color: #9ca3af;
}

.pagination-area {
  position: relative;
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  .pagination-area {
    margin-top: 0;
  }
}

/* ----- News-updates-list-inner-pagination-area-end ------- */


/* ----- team-details-page-area-start ------- */
.team-details__content-bottom .left-text h3.team-elements{
  color: #ffffff;
}
.team-details__content-bottom .right-text h4 a.team-elements{
  color: #ffffff;
}
.team-details__content-bottom .right-text h4 a.team-elements:hover{
  color: #ffffff !important;
}
.team-details__content-bottom .right-text h4 span i.fa-mobile{
  color: #ffffff;
}

/* ----- team-details-page-area-end ------- */


/* ----- testimonials-inner-pages-tab-area-start ------- */
.Testimonials-tab{
  position: relative;
}
.Testimonials-tab .nav-tabs{
  justify-content: center;
  margin-bottom: 32px;
}
.Testimonials-tab .nav-tabs .nav-link {
  color: #ba9e6d;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  padding: 11px 20px;
  font-weight: 600;
  border: 1px solid #ba9e6d;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  transition: all 0.7s ease;
}
.Testimonials-tab .nav-tabs .nav-link.active {
  border: 1px solid #ba9e6d;
  border-radius: 6px;
  background-color: #ba9e6d;
  margin-right: 15px;
  color: #fff;
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

/* ----- testimonials-inner-pages-tab-area-end ------- */