@font-face {
    font-family: 'Poppins-Regular';
    src: url('../font/Poppins/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../font/Poppins/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../font/Poppins/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../font/Poppins/Poppins-Bold.ttf');
}


@font-face {
    font-family: 'Playfair_Display-Regular';
    src: url('../font/Playfair_Display/PlayfairDisplay-Regular.ttf');
}
@font-face {
    font-family: 'Playfair_Display-SemiBold';
    src: url('../font/Playfair_Display/PlayfairDisplay-SemiBold.ttf');
}
@font-face {
    font-family: 'Playfair_Display-Bold';
    src: url('../font/Playfair_Display/PlayfairDisplay-Bold.ttf');
}





body{ 
    font-size: 16px;
    font-family: 'Poppins-Regular';
    position: relative;
    width: 100%;
    color: #131313;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    color: #131313;
    font-family: 'Playfair_Display-SemiBold';
}
ul{
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
li{
    color: #131313;
}
label{
    color: #131313;
}
a{
    color: #1f2433;
}
a:hover{
    text-decoration:none;
    color: #bd5e54;
}
p{
    color: #3b3b3b;
    font-size: 16px;
}

/*navigation start*/
/*Header CSS*/
header {
/*  box-shadow: 0 2px 5px -3px rgb(0 0 0 / 30%);*/
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffffed;
  z-index: 99;
}

.topbar-section {
  background-color: #bc5e52;
  padding: 7px 0px;
  position: relative;
}

/*.topbar-section:after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 500px;
  height: 100%;
  background-color: #bc5e52;
}*/

.topbar-info {
    text-align: right;
}

.topbar-info ul {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0px;
}

.topbar-info ul li {
  position: relative;
  display: inline-block;
  color: var(--color-white);
  padding-left: 30px;
}

.topbar-info ul li a {
  color: var(--color-white);
  transition: color 0.3s ease;
    margin-left: 3px;
    position: relative;
}
.topbar-info ul li a:hover{
  color: #26aae0;
}
.topbar-info ul li a::after {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 0; 
  background-color: #c6e5f4;
  transition: width 0.3s ease, opacity 0.3s ease; 
}

.topbar-info ul li a:hover::after {
  width: 100%; 
  opacity: 1;
}
.topbar-info ul li img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 18px;
    line-height: 25px;
}

.topbar-info ul li a:hover {
  text-decoration: none;
  color: #c6e5f4;
}

.topbar-links {
  float: right;
  position: relative;
  z-index: 9;
}

.topbar-links ul {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
}

.topbar-links ul li {
  position: relative;
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  transition: 1s;
}

.topbar-links ul li:after {
  content: '|';
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
}

.topbar-links ul li:last-child:after {
  display: none;
}

.topbar-links ul li a {
  color: #fff;
  transition: color 0.3s ease;
}

.topbar-links ul li a:hover {
  text-decoration: none;
  color: #000;
}

/* header */
.main_menu .v-center {
  align-items: center;
}

.main_menu .row {
  display: flex;
  flex-wrap: wrap;
}

.main_menu {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 5px 0px;
    background-color: #fff;
}

.main_menu .item-left {
  flex: 0 0 20%;
}

.main_menu .logo a {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}

.main_menu .item-center {
  flex: 0 0 80%;
}

.main_menu .item-right {
  flex: 0 0 17%;
  display: flex;
  justify-content: flex-end;
}

.main_menu .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #131313;
  display: inline-block;
  margin-left: 0px;
  transition: color 0.3s ease;
}

.main_menu .menu>ul>li {
  display: inline-block;
  line-height: 50px;
  margin-left: 20px;
}

.main_menu .menu>ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
    letter-spacing: 0.5px;
  color: #000000;
  position: relative;
  transition: color 0.3s ease;
  font-family: 'Poppins-Medium';
}

.main_menu .menu>ul>li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 0px 0px;
  transition: all 0.1s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  /*border: 1px solid #bc5e52;*/
  margin-top: 0;
}

.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px -3px rgb(0 0 0 / 30%);
  z-index: 99;
  background: #ffffffed;
  -webkit-animation: 100ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 100ms ease-in-out 0s normal none 1 running fadeInDown;
  /* -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);*/
}

@media(min-width: 992px) {
  .main_menu .menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 10px;
    overflow-x: hidden;
    visibility: visible;
    opacity: 1;
  }
}

.sublist{

}
.sublist li {
    line-height: 1.3;
    padding: 6px 0;
}
.main_menu .menu>ul>li .sub-menu>ul>li {
  line-height: 1;
}

.single-column-menu li {
  border-bottom: 1px solid #f1f1f1;
}

.single-column-menu li:last-child {
  border-bottom: none;
}

.main_menu .menu>ul>li .sub-menu>ul>li>a {
  display: inline-block;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 16px;
  color: #131313;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
  width: 100%;
}
.main_menu .menu>ul>li .sub-menu>ul>li>a:hover{
  background-color: #e6e7e8;
}
/*.main_menu .menu>ul>li .sub-menu>ul>li>a:before {
  position: absolute;
  content: '\00BB';
  left: -15px;
  top: 9px;
  color: #bc5e52;
}*/

.main_menu .menu>ul>li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}

.list-item>ul>li {
  line-height: 1;
  display: block;
  /*border-bottom: 1px solid #f1f1f1;*/
  width: 100%;
  /*padding-left: 10px;*/
}

.list-item>ul>li>a {
    position: relative;
    padding: 6px 0;
    line-height: 18px;
    display: inline-block;
    font-size: 15px;
    color: #000000 !important;
    transition: color 0.3s ease;
}
.list-item>ul>li>a b{
    color: #383838;
}

.list-item>ul>li>a:hover {
  text-decoration: none;
  color: #bc5e52 !important;
}

/*.main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:before {
    position: absolute;
    content: '\00BB';
    left: -11px;
    top: 4px;
    color: #bc5e52;
}*/
.main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li:last-child {
  border-bottom: none;
}

.main_menu .menu>ul>li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4 {
  max-width: 100%;
  width: 1300px;
  margin: 0 auto;
  /*display: flex;
  flex-wrap: wrap;*/
  padding: 20px 20px;
  /*border: 1px solid #bc5e52;*/
  /*overflow-y: scroll;
    height: 700px;*/
}

.menu-bro-btn {
  line-height: 20px;
  font-size: 15px;
  margin: 0 auto;
  margin-top: 10px !important;
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
  /*flex: 0 0 25%;*/
  padding: 0 15px;
}

.mobile-bro-btn {
  display: none;
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item h3 {
  

}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item h2 {
  font-size: 40px;
  margin: 0px;
  color: #33333387;
  /*color: #50c87794;*/
}

.list-item h2 {
  font-size: 40px;
  margin: 0px;
  color: #33333387;
  /*color: #50c87794;*/
}

.list-item h3 {
    font-size: 18px;
    color: #27aae0;
    margin-bottom: 5px;
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
  font-size: 16px;
  color: #ea4636;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
  text-align: center;
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
}

.main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.main_menu .menu>ul>li .sub-menu>ul>li>a:hover,
.main_menu .item-right a:hover,
.main_menu .menu>ul>li:hover>a {
  color: #bc5e52;
  text-decoration: none;
}

.list-item .accordion {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: 'productsans-regular';
  font-size: 32px;
  transition: 0.4s;
}

.list-item .active,
.list-item .accordion:hover {
  background-color: #fdfdfd;
}

.list-item .accordion:after {
  content: "\f107";
  font-size: 25px !important;
  font: normal normal normal 14px/1 FontAwesome;
  color: #000;
  text-align: center;
  border-radius: 20px;
  float: right;
  margin-left: 5px;
  padding: 15px 0px;
}

.list-item .active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list-item .panel {
  /*padding: 0px 10px;*/
  /*background-color: #fdfdfd;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;*/
}

/* banner section */
.banner-section {
  /*background-image: url('../img/banner.jpg');*/
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media(max-width: 991px) {

  .main_menu .item-center {
    order: 3;
    flex: 0 0 100%;
  }

  .main_menu .item-left,
  .main_menu .item-right {
    flex: 0 0 auto;
  }

  .v-center {
    justify-content: space-between;
  }

  .main_menu .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 5px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .main_menu .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #333333;
    width: 24px;
    position: relative;
  }

  .main_menu .mobile-menu-trigger span:before,
  .main_menu .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }

  .main_menu .mobile-menu-trigger span:before {
    top: -6px;
  }

  .main_menu .mobile-menu-trigger span:after {
    top: 6px;
  }

  .main_menu .item-right {
    align-items: center;
  }

  .main_menu .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .main_menu .menu.active {
    transform: translate(0%);
  }

  .main_menu .menu>ul>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .main_menu .menu>ul>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .main_menu .menu>ul>li>a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }

  .main_menu .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .main_menu .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }

  .main_menu .menu .mobile-menu-head.active .go-back {
    display: block;
  }

  .main_menu .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }

  .main_menu .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .main_menu .menu .menu-main {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0px;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu,
  .main_menu .menu>ul>li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }

  .main_menu .menu>ul>li .sub-menu.active {
    display: block;
  }

  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }

  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }

    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    margin-top: 0;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    margin-bottom: 20px;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 100%;
    padding: 0px;
  }

  .main_menu .menu>ul>li .sub-menu>ul>li>a,
  .main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    display: block;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

.main_menu .mega-menu-column-4 .list-item ul {
  padding-left: 0px;
}

.menu-main {
  margin-bottom: 0px;
  float: right;
}

.main_menu .logo img {
  width: 90px;
}

.single-column-menu ul {
  padding-left: 0px;
  padding: 0 0px;
  list-style-type: none;
  border-bottom: 5px solid #091f44;
}

.header-right-item {}

.header-right-item ul {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

.header-right-item ul li {
  position: relative;
  display: inline-block;
}

.social-links{
    display: flex;
    gap: 10px;
    color: white;
}
.social-links ul{

}
.social-links li{

}
.social-links span {
    display: inline-block;
}
.social-links a {
    margin-left: 15px;
    color: #ffff;
}
.social-links a:hover{
  color: #c6e5f4;
}
.scrollbar {
  margin-left: 30px;
  float: left;
  height: 500px;
  width: 65px;
  background: #fff;
  overflow-y: scroll;
  margin-bottom: 25px;
}

#style-3::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: #fff;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #fff;
}

/*search-popup-modal*/
.search-popup-modal {
  background-color: #ffffffd6;
}

.search-popup-modal .modal-dialog {
  margin: 100px auto;
  width: 800px;
}

.search-popup-modal .input-box {
  position: relative;
  height: 76px;
  /*max-width: 900px;*/
  width: 100%;
  background: #fff;
  /*  margin: 0 20px;*/
  box-shadow: none;
}

.search-icon {


}

.search-icon a:hover {
  color: #000 !important;
}

.search-popup-modal .input-box i,
.search-popup-modal .input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.search-popup-modal .input-box i {
  left: 20px;
  font-size: 30px;
  color: #bc5e52;
}

.search-popup-modal .input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 20px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 65px;
  box-shadow: none;
  background-color: transparent;
}

.search-popup-modal .input-box .button {
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  background-color: #bc5e52;
  cursor: pointer;
}

.search-popup-modal .input-box .button:active {
  transform: translateY(-50%) scale(0.98);
}

.search-popup-modal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.search-popup-modal .modal-header {
  border-bottom: none;
}

.search-popup-modal .modal-header .close {
  opacity: 1;
  color: #999;
  font-size: 40px;
}

/* Responsive */
@media screen and (max-width: 500px) {
  .search-popup-modal .input-box {
    height: 66px;
    margin: 0px;
  }

  .search-popup-modal .input-box i {
    left: 12px;
    font-size: 25px;
  }

  .search-popup-modal .input-box input {
    padding: 0 112px 0 50px;
  }

  .search-popup-modal .input-box .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}

/*navigation end*/


.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
    text-align: center;
    cursor: pointer;
    background-color: #bd5e54 !important;
    background: #bd5e54;
    background-size: 200% 100%;
    background-position: left center;
    border-radius: 50%;
    color: #fff !important;
    font-size: 30px !important;
    margin: 0;
    transition: background-position 0.8s ease-in-out;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: #111 !important;
    background-color: #111 !important;
}
.owl-carousel .owl-nav button.owl-prev{
    transform: rotate(180deg);
}
.owl-prev{
   position: absolute !important;
    top: 30%;
    left: -5%;
}
.owl-next{
   position: absolute !important;
    top: 30%;
    right: -5%;
}
.owl-dots {
    margin-top: 20px;
}

.tz-banner1__circle {
    height: 130px;
    width: 130px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 130px;
    background-color: #1d1d1d;
    border: 5px solid #000000;
    position: absolute;
    bottom: 5%;
    left: 5%;
    overflow: hidden;
    opacity: 1;
        z-index: 2;
}
/*@media (min-width: 992px) {
    .tz-banner1__circle {
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
    .tz-banner1__circle {
        top: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 1680px) {
    .tz-banner1__circle {
        top: 60%;
        transform: translateX(-50%);
    }
}
@media (min-width: 576px) {
    .tz-banner1__circle {
        display: flex;
    }
}*/
.tz-banner1__circle-img {
    animation: rotating 20s linear infinite;
}
.tz-banner1__circle-thumb {
    background-color: #000000;
    height: 50px;
    width: 50px;
    border-radius: 170px;
}
.tz-banner1__circle-icon,
.tz-banner1__circle-thumb {
    position: absolute;
    display: block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tz-banner1__circle-icon {
    color: #1d1d1d;
    font-size: 24px;
    background-color: #bd5e54;
    height: 40px;
    width: 40px;
    border-radius: 85px;
}
.tz-banner1__shape1 {
    position: absolute;
    left: -2%;
    bottom: -3%;
    z-index: 1;
    display: none;
}
@keyframes rotating {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(1turn);
    }
}
.silder-for {
   position: relative;
   margin-top: 85px;
/*    padding-left: 100px;*/
    /*padding-bottom: 100px;
    background-color: #213057;*/
    padding: 60px;
    padding-top: 5px;
    padding-bottom: 0;
}

.silder-for .silder-content {
   position: absolute;
   left: 7%;
   top: 50%;
   width: 800px;
   transform: translateY(-50%);
}

@media only screen and (max-width: 1680px) {
   .silder-for .silder-content {
      left: 8%;
      top: 50%;
      width: 700px;
   }
}

@media only screen and (max-width: 991px) {
   .silder-for .silder-content {
      left: 5%;
   }
}

@media only screen and (max-width: 575px) {
   .silder-for .silder-content {
      left: 0;
      width: 100%;
      padding: 20px 40px 20px 20px;
   }
}

.silder-for .silder-content p {
   font-size: 24px;
   font-weight: 200;
   line-height: 1.3;
   color: #111;
}

@media only screen and (max-width: 1680px) {
   .silder-for .silder-content p {
        font-size: 16px;
        font-family: 'Poppins-Regular';
   }
}

@media only screen and (max-width: 575px) {
   .silder-for .silder-content p {
      font-size: 18px;
      margin-bottom: 10px;
   }
}

.silder-for .silder-content .title {
   font-size: 65px;
   font-weight: 500;
   line-height: 1.1;
   margin-bottom: 25px;
    font-family: 'Poppins-SemiBold';
   color: #fff;
}

.silder-for .silder-content .title strong {
   color: inherit;
   font-weight: 500;
    color: #bd5e54;;
    /*font-family: 'Playfair_Display-Bold';*/
}

.silder-for .silder-content .title span {
    font-weight: 300;
    color: #111;
    text-shadow: 2px 2px #ffffff;
}

@media only screen and (max-width: 1680px) {
   .silder-for .silder-content .title {
      font-size: 44px;
        line-height: 1.3;
   }
}

@media only screen and (max-width: 575px) {
   .silder-for .silder-content .title {
      font-size: 35px;
      margin-bottom: 15px;
   }
}

.silder-for .silder-content .title .extext {
   font-family: 'Lora', serif;
   font-style: italic;
   font-weight: 400;
}

.silder-for .silder-content .sub-title {
   font-weight: 400;
   margin-bottom: 30px;
   font-family: "Roboto", sans-serif;
   letter-spacing: 4px;
}

@media only screen and (max-width: 1680px) {
   .silder-for .silder-content .sub-title {
      margin-bottom: 10px;
   }
}

.silder-for .silder-img {
   overflow: hidden;
    height: 600px;
   position: relative;
   z-index: 0;
}

@media only screen and (max-width: 991px) {
   .silder-for .silder-img {
      height: calc(100vh - 85px);
   }
}

.silder-for .silder-img.overlay-black-middle:before {
   background: linear-gradient(to right, rgba(33, 37, 41, 0.8) 0%, rgba(33, 37, 41, 0) 100%);
   z-index: 1;
   width: 80%;
   opacity: 1;
}

.silder-for .silder-img img {
   height: 100%;
   width: 100%;
   object-fit: cover;
}
.swiper-container-pointer-events {
    border-radius: 30px;
}
.silder-for .main-silder-swiper-04 .swiper-pagination {
   position: absolute;
   display: block;
   left: 0;
   bottom: 10px;
}

.silder-for .main-silder-swiper-04 .swiper-pagination span {
   background: #fff;
   margin: 10px 5px;
   width: 60px;
   border-radius: 0;
   opacity: 0.5;
   height: 5px;
   -webkit-transition: all 0.8s;
   -ms-transition: all 0.8s;
   transition: all 0.8s;
}

@media only screen and (max-width: 991px) {
   .silder-for .main-silder-swiper-04 .swiper-pagination span {
      height: 3px;
      width: 35px;
   }
}

.silder-for .main-silder-swiper-04 .swiper-pagination span.swiper-pagination-bullet-active {
   opacity: 1;
}


.features-area {
  padding: 100px 0;
  position: relative;

}
.pattern-box-two{
    position: absolute;
    bottom: -100px;
    left: 0;
}
.pattern-box-two img{
    width: 320px;
    margin-left: -34%;
    height: 320px;
    opacity: 1;
}
.features-area-inner{
    padding-left: 00px;
    text-align: center;
}
.features-wrapper-box {    
  padding-top: 40px;
    padding: 10px 50px 0% 50px;
/*    border-left: 1px solid #8d8d8d;*/
}
.features-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.feature-box .title {
    font-size: 17px;
    line-height: 1.1;
    color: #111;
    margin-top: 0;
    text-align: center;
    font-family: 'Poppins-Regular';
}
.feature-box {
    background-color: #e6e7e8;
    padding: 15px 25px;
    padding-left: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    padding-left: 50px;
    overflow: hidden;
    transition: background-color 0.5s ease;
    transition: border-radius 0.5s ease;
    border-radius: 0px;
}
.feature-box:hover .thumb {
    top: 0;
    left: 0;
}
.feature-box .thumb{
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
    height: 40px;
    width: 40px;
    transition: top 0.5s ease, left 0.5s ease;
}
.feature-box .thumb img{
  width: 38px;
    transition: transform 0.5s ease, filter 0.5s ease;
}
.feature-box .text {
    color: #fff;
    margin-top: 28px;
}
.feature-box:hover {
    background-color: #091f44;
    color: #fff;
    border-radius: 10px;
}
.feature-box:hover .title{
    color: #fff;
}

.feature-box:hover .thumb {
    top: 0;
    left: 0;
}

.feature-box:hover .thumb img {
    transform: scale(1.4);
    filter: brightness(0) invert(1);
}

.heading{

}
.heading h2{
    color: #111;
    font-size: 50px;
    margin-bottom: 30px;
    font-family: 'Playfair_Display-SemiBold';
}
.heading h6{
  font-family: 'Poppins-SemiBold';
    display: inline-block;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 25px;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #131313;
    background-color: #e5e5e5;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.heading h6 span{
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: block;
    background-color: #bd5e54;
    position: absolute;
    top: 10px;
    left: 10px;
}

.heading-white h2{
    color: #fff;
}
.heading-center{
  text-align: center;
}
.heading-right{
  text-align: right;
}
.story-wrap{

}
.story-wrap p{
  text-align: justify;
}
.story-wrap .wc-btn-group{
  margin-top: 20px;
}
.section-title {
    font-size: 120px;
    display: inline-block;
    position: relative;
    font-family: 'Playfair_Display-Bold';
    color: #df9891;
}
.section-title span {
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    top: -5px;
    inset-inline-start: 0;
    margin-top: 0;
    color: #111;
}
.section-title span:after {
    position: absolute;
    content: "";
    width: 300px;
    height: 1px;
    background-color: #d4d4d4;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: calc(100% + 30px);
}
.offerings-area{
  padding: 100px 0;
  background-color: #213057;
  background-image: url(../images/bg/bg-default-building-view.webp);
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.offerings-area:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #091f44eb;
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.project-box {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.project-box:hover .thumb {
    transform: scale(1.09);
}
.project-box:hover .wc-btn-circle {
    margin-bottom: 0;
    opacity: 1;
}
.project-box .thumb {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s;
}
.project-box .thumb:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgb(18 18 18 / 29%) 38.85%, #121212 100%);
    top: 0;
    inset-inline-start: 0;
}
.project-box .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: grayscale(40%);
}
.project-box .tag {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.35);
    color: #111;
}
.project-box .meta {
    position: absolute;
    top: 0px;
/*    inset-inline-start: 0px;*/
    margin: 40px;
}
.project-box .title {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
    color: #fff;
    font-family: 'Poppins-SemiBold';
}
.project-box p{
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
    text-align: right;
    font-family: 'Poppins-Regular';
}
.project-box .title a{
    color: #fff;
    transition: all .3s;
    font-size: 32px;
    margin-bottom: 10px;
    display: inline-block;
    transition: all .3s;
    text-shadow: 0px 0px #3f3f3f;
    font-family: 'Playfair_Display-Bold';
}
.project-box .title a:hover {
    color: #fff;
}
.project-box .content {
    position: absolute;
    bottom: 30px;
    inset-inline-start: 0;
    left: 40px;
    right: 40px;
    overflow: hidden;
}
.project-box .wc-btn-circle {
    margin-top: 10px;
    width: 60px;
    height: 60px;
    background-color: #bd5e54;
    color: #111;
    margin-bottom: -88px;
    opacity: 0;
    transition: all 0.5s;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
}
.project-box .wc-btn-circle:hover{
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.project-box .wc-btn-circle img{
    transform: rotate(-45deg);
    width: 20px;
}
.project-box:hover .thumb:after {
    background-image: linear-gradient(180deg, rgba(18, 18, 18, 0) 20%, #121212 100%);
}
.aproch-area{
  padding: 80px 0;
  position: relative;
}

.arrow-list-item{
  display: flex;
      justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
.arrow-list-arrow {
    width: 90px;
    flex-shrink: 0;
}
.arrow {
    width: 100%;
    height: auto;
  transform: rotate(90deg);
  transition: transform 0.6s cubic-bezier(.165, .84, .44, 1);
}
.arrow-list-text {
    animation: faderight 0.6s cubic-bezier(.165, .84, .44, 1);
}
.aproch-text {
    margin-bottom: 30px;
}
.arrow-list-item:hover .arrow{
  transform: rotate(0deg);
}

.aproch-text h4 {
    font-size: 26px;
    margin-bottom: 10px;
     font-family: 'Playfair_Display-SemiBold';
     font-weight: 500;
    color: #bd5e54;
    display: flex;
    gap: 10px;
    align-items: center;
}
.aproch-text h4 img{
    width: 23px;
}
.aproch-text p {
    margin-bottom: 0;
    font-size: 16px;
}
.pattern-box{
    position: absolute;
    top: 0;
    left: 0;
}
.pattern-box img{
  width: 500px;
}

.testimonial-area {
    padding: 70px 70px;
    position: relative;
    margin-left: 150px;
    padding-right: 0;
    overflow: hidden;
}
.test-text {
    min-height: 225px;
}
.testimonial-area-two .test-text {
    min-height: 200px;
}

.testimonial-slider-three{
    position: relative;
    padding-right: 150px;
}
.testimonial-area .owl-nav {

}
.testimonial-slider-three .button{
}
.testimonial-slider-three .owl-next{
  right: 0;
    position: absolute;
    bottom: 30%;
}
.testimonial-slider-three .owl-prev {
    transform: rotate(180deg);
    left: 0;
    position: absolute;
    bottom: 30%;
    display: none !important;
}



.testimonial-slider-three-two{
    position: relative;
    padding-left: 150px;
}
.testimonial-slider-three-two .owl-next {
    display: none !important;
}
.testimonial-slider-three-two .owl-prev {
    margin: 0;
    width: 100px;
    height: 100px;
    line-height: 58px !important;
    background-color: #111 !important;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 18px !important;
}
.testimonial-slider-three-two .owl-prev {
    left: 0;
    position: absolute;
    bottom: 30%;
}
.testimonial-slider-three-two .owl-nav .owl-prev img {
    width: 55px;
    transform: rotate(180deg);
}
.testimonial-slider-three-two .owl-nav .owl-prev:hover {
    background-color: #091f44 !important;
    color: #fff !important;
    transform: scale(0.8);
}




.testimonial-area:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/home/quote2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 300px;
    width: 300px;
    z-index: 1;
    opacity: .2;
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.testimonial-area:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #bd5e54;
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.testimonial-area .owl-item.active.center .testimonial-item h3 {
    color: #8a7563;
}

.testimonial-area .owl-nav {
  margin-top: 0;
  overflow: hidden;
}

.testimonial-area .owl-nav .owl-prev {
    margin: 0;
    width: 100px;
    height: 100px;
    line-height: 58px !important;
    background-color: #111 !important;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 18px !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-area .owl-nav .owl-prev img{
  width: 55px;
}
.testimonial-area .owl-nav .owl-next img{
  width: 55px;
}
.testimonial-area .owl-nav .owl-next {
    margin: 0;
    width: 100px;
    height: 100px;
    line-height: 58px !important;
    background-color: #111 !important;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 18px !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-area .owl-nav .owl-next:hover {
  background-color: #091f44 !important;
  color: #fff !important;
    transform: scale(0.8);
}

.testimonial-area .owl-nav .owl-next:hover {
  background-color: #091f44 !important;
  color: #fff !important;
}
.mil-stars{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.mil-stars img {
    margin-right: 20px;
    width: 30px !important;
}
.mil-stars ul {
    display: flex;
}
.mil-stars ul li {
    list-style-type: none;
    margin-right: 5px;
}
.mil-stars ul li i {
    color: #bd5e54;
}
.testimonial-card {
    background-color: #fff;
    padding: 50px 50px;
}
.testimonial-card p {
    color: #4c4c4c;
    font-size: 15px;
}
.testimonial-img img{
    width: 60px !important;
    border-radius: 50%;
}
.testimonial-text{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0px;
    position: relative;
    height: 40px;
}
.testimonial-text:after{
    content: "";
    height: 1px;
    width: 30%;
    background-color: #bd5e54;
    float: left;
}
.content h3{
    font-size: 16px;
    color: #091f44;
    font-family: 'Poppins-SemiBold';
    text-align: right;
}
.content h3 span{
    display: block;
    font-family: 'Poppins-Regular';
    font-size: 13px;
    margin-top: 3px;
    color: #787878;
}
.testimonial-area-two{
  position: relative;
    padding: 70px 70px;
    margin-right: 150px;
    margin-left: 0;
    padding-left: 0;
}
.testimonial-area-two:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ccc;
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.testimonial-area-two:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/home/quote1.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 300px;
    width: 300px;
    z-index: 1;
    opacity: .2;
}


.main-footer {
  background-color: #031534;
  position: relative;
  padding: 70px 0 0;
  overflow: hidden;
}
.footer-big-text{
    position: absolute;
    font-size: 15em;
    left: 0;
    right: 0;
    bottom: -60px;
    text-align: center;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    color: #fff;
    opacity: 0.03 !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background: -webkit-radial-gradient(#fff, #101010);
    background-clip: text;
    -webkit-background-clip: text;
}

.main-footer .widgets-section {
  padding-bottom: 88px
}


.main-footer .timetable-widget {
  max-width: 253px
}

.main-footer .about-widget .logo {
  margin-bottom: 25px
}
.main-footer .about-widget .logo img{
    width: 110px;
}


.main-footer .contacts-widget {
  text-align: left
}


.main-footer .footer-widget .widget-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'Playfair_Display-SemiBold';
}

.contact-info{

}
.contact-info li{
  margin-bottom: 20px;
}
.timetable{

}
.main-footer .footer-widget .timetable li {
  color: #fff;
  margin-bottom: 10px;
}
.main-footer .footer-widget .timetable li a{
  color: #fff;
  font-size: 14px;
}


.main-footer .footer-widget .text {
  color: #fff;
  font-size: 14px; 
}


.main-footer .footer-widget .social-icon {
  display: flex;
    align-items: baseline;
  margin-top: 22px
}

.main-footer .footer-widget .social-icon li {
  margin-right: 10px;
  color: #fff;
}

.main-footer .footer-widget .social-icon li:last-child {
  margin-right: 0
}

.main-footer .footer-widget .social-icon li a {
  font-size: 25px;
  font-weight: 600;
  color: #fff
}


.main-footer .footer-widget .social-icon li a:hover {
  color: #DF9F9F
}
.contact-info li{
  display: flex;
  gap: 5px;
}
.conact-icon{

}
.conact-icon img{
  width: 23px;
}
.conact-info{
  
}
.main-footer .footer-widget .contact-info li a {
  color: #fff;
  font-size: 14px;
}
.main-footer .footer-widget .contact-info li a img{
  
}
.main-footer .footer-widget .contact-info li p{
  color: #fff;
}

.main-footer .footer-widget .contact-info li a:hover {
  color: #DF9F9F
}

.main-footer .footer1-1 {
  background-image: url(../images/icons/footer1-1.png);
  position: absolute;
  width: 268px;
  height: 533px;
  bottom: 0;
  left: 0;
  pointer-events: none
}


.footer-bottom {
  position: relative;
  width: 100%
}

.footer-bottom .image {
  margin-bottom: 0
}

.footer-bottom .inner-container {
    border-top: 1px solid #17171740;
  background-color: transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0
}


.footer-bottom .inner-container .copyright-text {
  color: #fff;
  position: relative;
  font-weight: 400;
  margin-bottom: 0
}

.footer-bottom .inner-container .copyright-text a {
  color: inherit
}

.footer-bottom .inner-container .copyright-text a:hover {
  color: #DF9F9F
}

.footer-bottom .inner-container .link {
  color: #fff
}


.footer-bottom .inner-container .link:hover {
  color: #DF9F9F
}

#copyright {
  color: #fff;
  text-align: center;
  margin: auto;
    font-size: 12px;
}

#copyright a {
  color: #fff;
    border-bottom: 1px solid #ccc;
}


.wc-btn {
    display: inline-flex;
    transition: all 0.3s;
}
.wc-btn-default {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #ffff;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0);
    border-radius: 100px;
    padding: 17px 35px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: all 0.3s;
}
.wc-btn-default:hover {
    color: #ffff;
}
.dark .wc-btn-default {
    color: #111;
}
.dark .wc-btn-default:hover {
    color: #111;
}
.dir-rtl .wc-btn-default i {
    transform: rotateY(180deg);
}
.wc-btn-border {
    gap: 10px;
    display: inline-flex;
    align-items: center;
    color: #ffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 16px 30px;
    border: 1px solid #ffff;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 1;
    position: relative;
}
.wc-btn-border:hover {
    color: #ffff;
}
.dark .wc-btn-border {
    color: #111;
    border-color: #111;
}
.dark .wc-btn-border:hover {
    color: #111;
}
.wc-btn-primary {
    padding: 12px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #ffff;
    background-color: #091f44;
    border: 1px solid #091f44;
    border-radius: 15px;
    text-transform: capitalize;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    gap: 30px;
    white-space: nowrap;
    font-family: 'Playfair_Display-SemiBold';
}
.wc-btn-primary:hover {
    color: #ffff;
    background-color: #091f44;
    border-color: #091f44;
}
.wc-btn-primary.bordered {
    border-color: #091f44;
    background-color: rgba(0, 0, 0, 0);
    color: #091f44;
}
.wc-btn-primary.bordered:hover {
    border-color: #091f44;
    background-color: #091f44;
    color: #ffff;
}
.wc-btn-circle {
    text-align: center;
    width: 70px;
    height: 70px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    border-radius: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
}
.wc-btn-circle {
    background-color: #bd5e54;
    width: 40px;
    height: 40px;
    font-size: 14px;
}
.wc-btn-circle:hover {
    background-color: #091f44;
    color: #ffff;
}
/*.wc-btn-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    color: #ffff;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.dark .wc-btn-link {
    color: #111;
}
.wc-btn-link i {
    transform: rotate(-45deg);
    transition: all 0.3s;
}
.wc-btn-link:hover {
    color: #091f44;
}
.wc-btn-link:hover i {
    transform: rotate(0);
    color: #091f44;
}
.about-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #091f44;
    color: #111;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
.about-btn img {
    padding-left: 15px;
}
.readmore-btn img {
    margin-bottom: 3px;
}
.play_btn_5 {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffff;
}
@media only screen and (max-width: 991px) {
    .play_btn_5 {
        height: 80px;
        width: 80px;
    }
}
.play_btn_5:hover {
    border-color: #091f44;
}
.play_btn_5 i {
    font-size: 20px;
    color: #ffff;
}
.dark .play_btn_5 i {
    color: #111;
}
.dark .play_btn_5 img {
    filter: brightness(0);
}
.get-touch {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: var(--white-11);
    padding: 13px 18px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ffff;
    margin-inline-end: 40px;
}
.get-touch:hover {
    color: #ffff;
}
@media only screen and (max-width: 767px) {
    .get-touch {
        padding: 12px 10px;
        margin-inline-end: 12px;
    }
}*/
.wc-btns-group {
    text-align: center;
    display: flex;
}
@media only screen and (max-width: 991px) {
    .wc-btns-group {
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .wc-btns-group {
        padding: 40px 0;
    }
    .wc-btns-group br {
        display: block;
    }
}
/*.wc-btns-group .btn-wrapper a {
    width: 140px;
    height: 140px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ffff;
    border-radius: 50%;
    color: #111;
    font-weight: 500;
}
@media only screen and (max-width: 1199px) {
    .wc-btns-group .btn-wrapper a {
        width: 110px;
        height: 110px;
    }
}
.wc-btns-group .btn-wrapper:first-child a {
    margin-inline-end: -15px;
    background-color: #091f44;
}
@media only screen and (max-width: 991px) {
    .wc-btns-group .btn-wrapper:first-child a {
        margin-inline-end: 0;
    }
}
.wc-btns-group .btn-wrapper:first-child a span {
    background-color: #ffff;
}
.wc-btns-group .btn-wrapper:last-child a {
    margin-inline-start: -15px;
}
.dark .wc-btns-group .btn-wrapper:last-child a {
    background: #111;
    color: #ffff;
}*/
@media only screen and (max-width: 991px) {
    .wc-btns-group .btn-wrapper:last-child a {
        margin-inline-start: 0;
        margin-top: -15px;
    }
}
.wc-btns-group .btn-wrapper:last-child a:hover {
    border: 0;
}
.wc-btns-group .btn-wrapper:last-child a span {
    background-color: #091f44;
}
.wc-btns-group-wrap {
    height: 425px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--black-6);
}
/*.dark .wc-btns-group-wrap {
    border-color: #f3f2f2;
}*/
/*@media only screen and (max-width: 1399px) {
    .wc-btns-group-wrap {
        height: 380px;
    }
}
@media only screen and (max-width: 1199px) {
    .wc-btns-group-wrap {
        height: 350px;
    }
}
@media only screen and (max-width: 767px) {
    .wc-btns-group-wrap {
        height: auto;
    }
}*/
.wc-btns-group a:hover {
    border: 0;
}
.wc-btns-group a span {
    background-color: #ffff;
}
/*.btn-hover-bgchange {
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.btn-hover-bgchange span {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 100%;
    transition: all 1s;
    background-color: #091f44;
    transform: translate(-50%, -50%);
}
.btn-hover-bgchange:hover {
    color: #111;
    border: 1px solid #091f44;
}
.btn-hover-bgchange:hover span {
    width: 400px;
    height: 400px;
}
.wc-btn-link-none {
    color: #091f44;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.85;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 30px;
}
.wc-btn-link-none:hover {
    color: var(--action);
}
.wc-btn-underline {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: #091f44;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 4px;
    white-space: nowrap;
}
.wc-btn-underline:hover::before {
    width: 0;
}
.wc-btn-underline::before {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transition: 0.3s;
}
.wc-btn-underline i,
.wc-btn-underline img {
    font-size: 10px;
}
.dir-rtl .wc-btn-underline i,
.dir-rtl .wc-btn-underline img {
    transform: rotateY(180deg);
}
.wc-btn-normal {
    display: inline-flex;
    position: relative;
    color: var(--secondary);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    gap: 5px;
}
.wc-btn-normal:hover {
    color: var(--theme);
}
.wc-btn-normal i {
    font-size: 14px;
}
.dir-rtl .wc-btn-normal i {
    transform: rotateY(180deg);
}
.btn-text-flip {
    perspective: 1000px;
}
.btn-text-flip:hover span {
    transform: rotateX(90deg) translateY(-12px);
    color: inherit;
}
.btn-text-flip span {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform 0.5s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}
.btn-text-flip span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-text);
    transition: color 0.5s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
}*/
.wc-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
}
.wc-btn-group > *:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -40px;
}
.wc-btn-group > *:nth-child(2) {
    transform: scale3d(1, 1, 1);
}
.wc-btn-group > *:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0;
}
.wc-btn-group:hover > *:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0;
}
.wc-btn-group:hover > *:nth-child(2) {
    transform: scale3d(1, 1, 1);
}
.wc-btn-group:hover > *:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -40px;
}
@keyframes mask_animation {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}
@keyframes mask_animation_2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}
/*.btn-hover-default {
    transition: all 0.5s;
}
.btn-hover-default:hover {
    color: #111;
    background-color: #ffff;
}
.btn-hover-cross {
    overflow: hidden;
    position: relative;
    transition: all 1s;
}
.btn-hover-cross::after {
    position: absolute;
    content: "";
    width: 150%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: #091f44;
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transition: all 0.75s;
    opacity: 0.5;
    z-index: -1;
}
.btn-hover-cross:hover {
    border-color: #091f44;
    background-color: rgba(0, 0, 0, 0);
}
.btn-hover-cross:hover::after {
    height: 120%;
    opacity: 1;
}
.btn-hover-divide {
    overflow: hidden;
    position: relative;
    transition: all 1s;
    z-index: 1;
}
.btn-hover-divide::after {
    position: absolute;
    content: "";
    width: 150%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: #091f44;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transition: all 0.75s;
    opacity: 0.5;
    z-index: -1;
}
.btn-hover-divide:hover {
    border-color: #091f44;
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0);
}
.btn-hover-divide:hover::after {
    height: 400%;
    opacity: 1;
}
.btn-hover-cropping {
    overflow: hidden;
    position: relative;
    transition: all 1s;
}
.btn-hover-cropping::after {
    position: absolute;
    content: "";
    width: 150%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: #091f44;
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transition: all 0.75s;
    opacity: 0.5;
    z-index: -1;
}
*/


.testimonial-area-one .testimonial-card{
    transition: 300ms;
}
.testimonial-area-one .testimonial-card:hover{
    background-color: #091f44;
}
.testimonial-area-one .testimonial-card:hover p{
    color: #fff;
}
.testimonial-area-one .testimonial-card:hover .content h3 span,
.testimonial-area-one .testimonial-card:hover .content h3{
  color: #fff;
}
.testimonial-area-one .testimonial-card:hover .mil-stars img {
    filter: brightness(0) invert(1);
}

.testimonial-area-two .testimonial-card{
    transition: 300ms;
}
.testimonial-area-two .testimonial-card:hover{
    background-color: #091f44;
}
.testimonial-area-two .testimonial-card:hover p{
    color: #fff;
}
.testimonial-area-two .testimonial-card:hover .content h3 span,
.testimonial-area-two .testimonial-card:hover .content h3{
  color: #fff;
}
.testimonial-area-two .testimonial-card:hover .mil-stars img {
    filter: brightness(0) invert(1);
}
/* ====================== [ Start progress-wrap ] ====================== */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.progress-wrap::after {
    background-color: #fff;
    position: absolute;
    content: "";
    text-align: center;
    height: 45px;
    width: 45px;
    left: 0;
    top: 0;
    cursor: pointer;
    display: block;
    transform: rotate(270deg);
    z-index: 1;
    background-image: url(../images/icons/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none; }

.progress-wrap svg.progress-circle path {
      stroke: #bd5e54;
    stroke-width: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }

/* ====================== [ End progress-wrap ] ====================== */

.values-area{
  padding: 0 0 80px 0;
}
.composition-8 {
    position: relative;
}
.composition-8-decoration-1 {
    position: absolute;
    top: 30px;
    left: 0px;
}
.composition-8-image {
    position: relative;
    width: 85%;
    margin-left: auto;
    isolation: isolate;
    transform: translateZ(0px);
    overflow: hidden;
    border-radius: 75px;
}
.mt-10 {
    margin-top: 10px !important;
}
.btn-mod, a.btn-mod {
    color: #111;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 13px;
    background: #f5f5f5;
    cursor: auto;
}
.composition-8-decoration-2 {
    position: absolute;
    bottom: 5%;
    left: 0px;
}
.btn-icon img{
  width: 20px;
}
.btn-animate-y-2{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 14px;
    padding: 3px 10px;
    display: inline-block;

}

.banner-product-wrap{
  padding: 0px 80px;
  position: relative;
  margin-top: 90px;
}
.banner-product-img {
    position: relative;
}
.banner-product-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
} 
.banner-product-img:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #252525b3;
    border-radius: 30px;
}
.banner-product-breadcrumb-info {
    position: absolute;
    text-align: center;
    top: 30%;
    left: 0;
    bottom: 0; 
    right: 0;
    width: 85%;
    margin: auto;
}
.banner-product-breadcrumb-info h2{
    color: #fff;
    font-size: 55px;
    margin-bottom: 10px;
    line-height: 1;
}
.banner-product-breadcrumb-info h6{
    color: #fff;
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
}
.about-inner-wrap{

}
.about-inner-wrap .composition-8-decoration-1 {
    left: unset;
    right: 0;
}
.about-inner-wrap  .composition-8-image {
    margin-left: unset;
    margin-right: auto;
}
.about-inner-wrap .composition-8-decoration-2 {
    left: unset;
    right: 0;
}
.vertical-center-row{
  display: flex;
  justify-content: center;
  align-items: center;
}
.vision-wrap{

}
.single-vision-box-img{

}
.single-vision-box-img img {
    width: 70%;
    position: absolute;
    right: 0;
    top: -120px;
}
.vision-wrap .container-fluid{
  margin: 0;
  padding: 0;
}
.vision-wrap .row{
  margin: 0;
  padding: 0;
    display: flex;
  align-items: stretch;
}
.vision-wrap .box-wrap{
  margin: 0;
  padding: 0;
  width: 33.33%;
  position: relative;
}
.vision-wrap .boxbg{
    position: absolute;
    right: 0;
    opacity: 0.2;
    width: 200px;
}
.sec-bg .boxbg{
      filter: brightness(0);
}
.single-vision-box{
    padding: 60px;
}
.fir-bg{
  background-color: #e6e7e8;
}
.sec-bg{
  background-color: #bd5e54;
}
.sec-bg h2, .sec-bg p{
  color: #fff;
}
.single-vision-box img{

}
.single-vision-box h2{
    font-size: 30px;
    margin-bottom: 15px;
    font-family: 'Playfair_Display-SemiBold';
    font-weight: 600;
    margin-top: 150px;
}
.single-vision-box p{

}
.team-wrap{
  padding: 80px 0;
  position: relative;
}
.team-wrap .team-img{
    width: 320px;
    height: 320px;
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: 20%;
    left: 0;
}
.team-wrap:after{
    content: "";
    background-color: #e6e7e8;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 70%;
    height: 100%;
    z-index: -1;
    transition: all 1s ease;
}
.team-area .team-wrapper > *:nth-child(2n+1) {
  margin-top: 0;
}
.team-box .thumb{
  width: 60%;
    margin-bottom: 20px;
    overflow: hidden;s
}
.team-box .thumb img {
    height: 250px;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(.165, .84, .44, 1);
}
.team-box .content {
    margin-top: 37px;
    position: absolute;
    bottom: 0;
    left: 20%;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
a.read-btn-link{
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #bd5e54;
    color: #111;
    transition: all 0.5s;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}
.team-box .title {
  font-size: 20px;
  line-height: 1;
    text-align: left;
    font-family: 'Playfair_Display-SemiBold';
}
.team-box .text {
    font-size: 14px;
    font-weight: 500;
    margin-top: 7px;
    text-align: left;
    font-family: 'Poppins-Medium';
    margin-bottom: 2px;
}
.team-box:hover img{
  transform: scale(1.1);
}
.single-team{
  position: relative;
}
.team-box p{
  font-size: 14px;
    text-align: justify;
}
.team-wrap .heading h6 {
    background-color: #ffffff;
}
.close {
    text-shadow: none;
    opacity: .5;
}
.modal-header {
    padding: 20px 30px;
    background-color: #e6e7e8;
}

.modal-title {
    font-size: 24px;
}
.modal-body {
    padding: 30px;
}
.modal-content {
    border-radius: 20px;
}
.modal-dialog {
      position: absolute;
      top: 50%;
      left: 50%;
    transform: translate(-50%, -50%) !important;
      margin: 0;
    }
.why-choose-wrap{
  padding: 80px 0;
}
.why-choose-text{

}
.why-choose-text .arrow-list-arrow {
    width: 45px;
}
.csp-inner-wrap{
  padding: 80px 0;
}
.csp-text{
  text-align: center;
}
.csp-text a{
  border-bottom: 1px solid #e2e2e2;
  color: #bd5e54;
    font-family: 'Poppins-Medium';
}
.csp-text a:hover{
  border-bottom: 1px solid #bd5e54;
}
.csp-properties-inner-wrap{
  padding: 0px 0 80px 0;
  position: relative;
}
.csp-properties-inner-wrap:after{
    content: "";
    background-image: url(../images/bg/properties-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #bd5e54;
    display: block;
    height: 50%;
    width: 100%;
    z-index: -1;
}
.csp-properties{
  padding: 80px 80px;
  background-color: #bd5e54;
  color: #fff;
}
.single-csp-property{
  margin-top: 30px;
  position: relative;
  padding-left: 30px;
}
.single-csp-property img{
    width: 23px;
    position: absolute;
    top: 2px;
    left: 0;
}
.single-csp-property h5{
    color: #fff;
    font-size: 20px;
    min-height: 50px;
    margin-bottom: 5px;
}
.single-csp-property p{
    color: #dfdcdc;
    font-size: 14px;
    height: 65px;
    margin-bottom: 0;
}
.why-us-inner-wrap{
  padding: 80px 0;
}
.corporate-area{
    padding: 70px 70px;
    position: relative;
    /*margin-left: 150px;*/
    padding-right: 0;
    overflow: hidden;
    background-color: #e6e7e8;
}
.corporate-slider{
    position: relative;
    padding-right: 150px;
}
.corporate-slider .owl-prev{
  display: none !important;
}
.corporate-slider .owl-next {
    right: 0;
    position: absolute;
    bottom: 30%;
}
.corporate-slider .owl-nav .owl-next img{
  width: 55px;
}
.corporate-slider .owl-nav .owl-next {
    margin: 0;
    width: 100px;
    height: 100px;
    line-height: 58px !important;
    background-color: #111 !important;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 18px !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.corporate-slider .owl-nav .owl-next:hover {
  background-color: #091f44 !important;
  color: #fff !important;
    transform: scale(0.8);
}

.corporate-slider .owl-nav .owl-next:hover {
  background-color: #091f44 !important;
  color: #fff !important;
}




.corporate-area .heading h6 {
    background-color: #ffffff;
  }
.corporate-item {
    padding: 60px 50px;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
.corporate-item .icon {
    padding-bottom: 48px;
}
.corporate-item .icon img{
    width: 45px !important;
}
.corporate-item .title {
    padding-bottom: 25px;
    font-size: 24px;
    color: #091f44;
    height: 90px;
    position: relative;
}
.corporate-item .title:after{
    position: absolute;
    content: "";
    width: 250px;
    height: 3px;
    background-color: #bd5e54;
    bottom: 15px;
    left: 4px;
}
.corporate-item p {
    color: #4c4c4c;
    font-weight: 300;
    padding-bottom: 0px;
    font-size: 15px;
    height: 110px;
}
.contact-inner-wrap{
  padding: 80px 0;
  position: relative;
}

.corporate-item:hover{
    background-color: #091f44;
}
.corporate-item:hover h2,
.corporate-item:hover p{
  color: #fff;
}
.corporate-item:hover .icon img {
    filter: brightness(0) invert(1);
}

.pattern-box-four{
    position: absolute;
    top: -50px;
    left: 0;
}
.pattern-box-four img {
    width: 320px;
    margin-left: -34%;
    height: 320px;
    opacity: 1;
}
.contact-inner-text{

}
.contact-inner-info{

}
.contact-inner-info li{
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}
.contact-inner-icon{

}
.contact-inner-icon img{
  width: 30px;
}
.contact-inner-info li a {
  color: #111;
    font-size: 16px;
    word-break: break-all;
}
.contact-inner-info li a img{
  
}
.contact-inner-info li p{
  color: #111;
    margin-bottom: 0;
}

.contact-inner-info li a:hover {
  color: #bd5e54;
}
.contact-form-box{
    padding: 60px 60px;
    background-color: #d3d3d3;
    display: inline-block;
}
.form-control {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #c2c2c2;
    outline: none;
    padding: 5px 10px;
    background-color: #f4f4f4;
    transition: all .5s;
    border-radius: 0;
    box-shadow: none;
}
label {
    color: #131313;
    font-family: 'Poppins-Regular';
    font-weight: 500;
    font-size: 15px;
}

.family-inner-wrap{
  padding: 80px 0;
}
 .family-section {
    padding: 60px 0;
    background-color: #f1f1f1;
    font-family: 'Segoe UI', sans-serif;
  }

  .custom-tabs {
    display: flex;
    border-bottom: none;
    margin-bottom: 30px;
    justify-content: space-around;
    flex-wrap: wrap;
    border-bottom: 2px solid #ccc;
  }

  .custom-tabs li {
    list-style: none;
  }

  .custom-tabs li a {
    display: block;
    padding: 12px 40px 12px 20px;
    text-decoration: none;
    color: #333;
    position: relative;
    font-weight: 500;
    transition: color 0.3s;
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
    letter-spacing: 0;
  }

  .custom-tabs li.active a,
  .custom-tabs li a:hover {
    color: #bd5e54;
  }

  .custom-tabs li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    bottom: -1px;
    left: 0;
    background-color: #bd5e54;
    transition: width 0.3s;
  }

  .custom-tabs li.active a::after,
  .custom-tabs li a:hover::after {
    width: 100%;
  }

  .custom-tab-pane {
    animation: fadeInUp 0.5s ease;
  }

  .custom-tab-pane h3 {
    font-size: 24px;
    color: #222;
    max-width: 800px;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .custom-tab-pane p {
    font-size: 18px;
    color: #555;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}
.tab-content {
    background-color: #e6e7e8;
    padding: 60px;
    text-align: center;
    width: 80%;
    margin: auto;
}
.family-private-area{
  padding: 80px 0;
    background-color: #213057;
    background-image: url(../images/bg/bg-default-building-view.webp);
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow-x:hidden;
}
.family-private-area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #091f44eb;
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.family-item {
    padding: 60px 50px;
    background-color: #e6e7e8;
}
.family-item .icon {
    padding-bottom: 20px;
}
.family-item .icon img{
    width: 45px !important;
}
.family-item .title {
    padding-bottom: 25px;
    font-size: 24px;
    color: #091f44;
    height: 90px;
}
.family-item .title:after{
  content: "";
    position: absolute;
    content: "";
    width: 200px;
    height: 100px;
    background-image: url(../images/icons/pattern-3.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    right: 0;
    opacity: 0.3;
}
.family-item p {
    color: #4c4c4c;
    font-weight: 300;
    padding-bottom: 0px;
    font-size: 15px;
    height: 130px;
}

.family-item:hover{
    background-color: #bd5e54;
}
.family-item:hover h2,
.family-item:hover p{
  color: #fff;
}
.family-item:hover .icon img {
    filter: brightness(0) invert(1);
}
.additional-services-area{
  padding: 80px 0;
}
.additional-services-wrap{

}
.addition-service-box{

}
.addition-service-box .thumb{
    overflow: hidden;
}
.addition-service-box .thumb img{
    height: 300px;
    object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.addition-service-box:hover img {
  transform: scale(1.1); 
}
.addition-service-box .content{
background-color: #f5f5f5;
    -webkit-transition: background-color .4s, -webkit-transform .4s;
    transition: background-color .4s, -webkit-transform .4s;
    transition: background-color .4s, transform .4s;
    transition: background-color .4s, transform .4s, -webkit-transform .4s;
    padding: 25px 20px;
    position: static;
    margin: 0 20px;
    margin-top: -47px;
    min-height: 145px;
    z-index: 20;
    border-radius: 10px;
    position: relative;
}
.addition-service-box .content h3{
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}
.addition-service-box .content p{
    font-size: 15px;
    height: 140px;
    margin-bottom: 0;
}
.privacy-area{
  padding: 80px 0;
}
.privacy-area h2{
    font-size: 22px;
    margin-bottom: 15px;
    color: #091f44;
}
.privacy-area hr{

}
.privacy-area strong {
    font-family: 'Poppins-Regular';
}
.listing {
    padding-left: 25px;
}
.listing li{
    position: relative;
    margin-bottom: 5px;
}
.listing li:before{
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #bd5e54;
    display: block;
    position: absolute;
    top: 10px;
    left: -15px;
}
.short-cta-form {
    padding: 40px 0;
    background-color: #e9e9e9;
}
.short-contact-form-box{

}
.flex-form {
   /* display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;*/
}
.flex-form .form-group {
    /*width: 15%;*/
}
.form-btn{
  justify-content: center;
  display: flex;
}
.short-contact-form-box textarea.form-control{
    height: 40px;
}
.viewmap {
  margin-top: 0;
  color: #bd5e54 !important;
  font-weight: 500;
  display: inline-block;
  font-size: 14px !important;
}
.breadcrumb {
    padding: 5px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb>li{
    font-size: 14px;
}
.breadcrumb>li a{
  
}