
*,
* button:focus {
  outline: 0;
  margin: 0; }

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 0; }

html::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 0;
  border-radius: 10px; }

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px; }

body {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-size: 14px;
  overflow-x: hidden;
  position: relative;
  color: #000; }

.swiper-container {
  overflow: hidden; }

.swiper-notification {
  display: none; }

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar {
  z-index: 99; }

h1, h2, h3 {
  font-weight: bold;
  margin: 0; }

h4, h5, h6 {
  margin: 0; }

.container,
.container-fluid {
  position: relative;
  z-index: 5; }

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1330px !important;
  padding-right: 15px;
  padding-left: 15px; }

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5) {
  margin-right: -15px;
  margin-left: -15px; }
  .row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5) > * {
    padding-right: 15px;
    padding-left: 15px; }

.row.gx-5, .row.gx-lg-5 {
  margin-right: -30px;
  margin-left: -30px; }
  .row.gx-5 > *, .row.gx-lg-5 > * {
    padding-right: 30px;
    padding-left: 30px; }

body a:focus {
  outline: 0; }

a:hover {
  color: inherit;
  text-decoration: none; }

body ul:not(.list-styled) {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none; }

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0; }

a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%;
  max-height: 100%; }

p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0; }

i,
.bi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.text {
  font-size: 14px;
  line-height: 1.8; }

.small, small {
  font-size: 12px;
  display: inline-block; }

small.text {
  font-size: 12px; }

.section-padding {
  padding: 100px 0; }

.df-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.dnf-center {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.fm-playfair {
  font-family: 'Playfair Display', serif; }

/* ====================== [ Start mouse-cursor ] ====================== */
.swiper-wrapper.curs-scroll {
  cursor: none; }

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden; }

.cursor-inner {
  margin-left: -2px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  z-index: 10000001;
  background-color: #0379a455;
  -webkit-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  -o-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  opacity: 1; }

.cursor-inner.cursor-hover {
  opacity: 1; }

.cursor-outer {
  margin-left: -17px;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  border: 1px solid #0379a455;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: .5;
  z-index: 10000000;
  -webkit-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 background-color .3s,
 opacity .3s;
  -o-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 background-color .3s,
 opacity .3s;
  transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 background-color .3s,
 opacity .3s;
  opacity: 1; }

.cursor-outer.cursor-hover {
  opacity: 1;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #0379a455 !important;
  border: 1px solid #fff9;
  opacity: .3 !important; }

.cursor-outer.cursor-scroll {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  border-color: transparent;
  background-color: #fff;
  opacity: 1; }

/* ====================== [ End mouse-cursor ] ====================== */
/* --------------- dropdown --------------- */
.dropdown-toggle::after {
  position: relative;
  top: 3px;
  opacity: 0.8;
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  border: 0;
  line-height: 1;
  font-size: 0.8em; }

.dropdown-menu {
  min-width: 200px;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
  top: 100%; }
  .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #9992; }

/* --------------- forms --------------- */
select:focus,
input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* --------------- to_top button --------------- */
.to_top {
  position: fixed;
  z-index: 9999;
  bottom: 3vw;
  right: -80px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #999;
  border: 1px solid #999;
  font-size: 11px;
  text-align: center;
  padding: 7px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .to_top small {
    display: block;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 8px; }
  .to_top i {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .to_top.show {
    right: 3vw;
    opacity: 1; }

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
*/
.rotate-center {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both; }
  .rotate-center.reverse {
    -webkit-animation: rotate-center 100s linear infinite both reverse;
    animation: rotate-center 100s linear infinite both reverse; }

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/**
 * ----------------------------------------
 * animation slide_up_down
 * ----------------------------------------
*/
.slide-up-down {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both; }

/* ------- */
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

.left_to_right_apperance {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  .left_to_right_apperance.no_scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .left_to_right_apperance.animated {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.right_to_left_apperance {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-clip-path: polygon(99% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(99% 0, 100% 0, 100% 100%, 100% 100%); }
  .right_to_left_apperance.no_scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .right_to_left_apperance.animated {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

/* ========= [ * helper ]  =========*/
/* --------------- helper classes --------------- */
/* --------------- radius classes --------------- */
.radius-1 {
  border-radius: 3px !important; }

.radius-2 {
  border-radius: 5px !important; }

.radius-3 {
  border-radius: 8px !important; }

.radius-4 {
  border-radius: 10px !important; }

.radius-5 {
  border-radius: 12px !important; }

.radius-6 {
  border-radius: 15px !important; }

.radius-7 {
  border-radius: 20px !important; }

.radius-8 {
  border-radius: 25px !important; }

.radius-9 {
  border-radius: 30px !important; }

.radius-10 {
  border-radius: 50px !important; }

/* --------------- margin classes --------------- */
.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }
.mr-15 {
  margin-right: 15px !important; }
.mt-20 {
  margin-top: 20px !important; }

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

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

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

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

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

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 20px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.mb-200 {
  margin-bottom: 200px !important; }

.ms-10 {
  -webkit-margin-start: 10px !important;
  margin-inline-start: 10px !important; }

.ms-15 {
  -webkit-margin-start: 15px !important;
  margin-inline-start: 15px !important; }

.ms-20 {
  -webkit-margin-start: 20px !important;
  margin-inline-start: 20px !important; }

.ms-30 {
  -webkit-margin-start: 30px !important;
  margin-inline-start: 30px !important; }

.ms-40 {
  -webkit-margin-start: 40px !important;
  margin-inline-start: 40px !important; }

.ms-50 {
  -webkit-margin-start: 50px !important;
  margin-inline-start: 50px !important; }

.ms-60 {
  -webkit-margin-start: 60px !important;
  margin-inline-start: 60px !important; }

.ms-70 {
  -webkit-margin-start: 70px !important;
  margin-inline-start: 70px !important; }

.ms-80 {
  -webkit-margin-start: 80px !important;
  margin-inline-start: 80px !important; }

.ms-90 {
  -webkit-margin-start: 90px !important;
  margin-inline-start: 90px !important; }

.ms-100 {
  -webkit-margin-start: 100px !important;
  margin-inline-start: 100px !important; }

.ms-120 {
  -webkit-margin-start: 120px !important;
  margin-inline-start: 120px !important; }

.ms-150 {
  -webkit-margin-start: 150px !important;
  margin-inline-start: 150px !important; }

.ms-200 {
  -webkit-margin-start: 200px !important;
  margin-inline-start: 200px !important; }

.me-10 {
  -webkit-margin-end: 10px !important;
  margin-inline-end: 10px !important; }

.me-15 {
  -webkit-margin-end: 15px !important;
  margin-inline-end: 15px !important; }

.me-20 {
  -webkit-margin-end: 20px !important;
  margin-inline-end: 20px !important; }

.me-30 {
  -webkit-margin-end: 30px !important;
  margin-inline-end: 30px !important; }

.me-40 {
  -webkit-margin-end: 40px !important;
  margin-inline-end: 40px !important; }

.me-50 {
  -webkit-margin-end: 50px !important;
  margin-inline-end: 50px !important; }

.me-60 {
  -webkit-margin-end: 60px !important;
  margin-inline-end: 60px !important; }

.me-70 {
  -webkit-margin-end: 70px !important;
  margin-inline-end: 70px !important; }

.me-80 {
  -webkit-margin-end: 80px !important;
  margin-inline-end: 80px !important; }

.me-90 {
  -webkit-margin-end: 90px !important;
  margin-inline-end: 90px !important; }

.me-100 {
  -webkit-margin-end: 100px !important;
  margin-inline-end: 100px !important; }

.me-120 {
  -webkit-margin-end: 120px !important;
  margin-inline-end: 120px !important; }

.me-150 {
  -webkit-margin-end: 150px !important;
  margin-inline-end: 150px !important; }

.me-200 {
  -webkit-margin-end: 200px !important;
  margin-inline-end: 200px !important; }



.fs18 {
    font-size: 18px;
}

/* --------------- padding classes --------------- */
.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-30 {
  padding: 30px !important; }

.p-40 {
  padding: 40px !important; }

.p-50 {
  padding: 50px !important; }

.p-60 {
  padding: 60px !important; }

.p-70 {
  padding: 70px !important; }

.p-80 {
  padding: 80px !important; }

.p-90 {
  padding: 90px !important; }

.p-100 {
  padding: 100px !important; }

.p-120 {
  padding: 120px !important; }

.p-150 {
  padding: 150px !important; }

.p-200 {
  padding: 200px !important; }

.ps-10 {
  -webkit-padding-start: 10px !important;
  padding-inline-start: 10px !important; }

.ps-15 {
  -webkit-padding-start: 15px !important;
  padding-inline-start: 15px !important; }

.ps-20 {
  -webkit-padding-start: 20px !important;
  padding-inline-start: 20px !important; }

.ps-30 {
  -webkit-padding-start: 30px !important;
  padding-inline-start: 30px !important; }

.ps-40 {
  -webkit-padding-start: 40px !important;
  padding-inline-start: 40px !important; }

.ps-50 {
  -webkit-padding-start: 50px !important;
  padding-inline-start: 50px !important; }

.ps-60 {
  -webkit-padding-start: 60px !important;
  padding-inline-start: 60px !important; }

.ps-70 {
  -webkit-padding-start: 70px !important;
  padding-inline-start: 70px !important; }

.ps-80 {
  -webkit-padding-start: 80px !important;
  padding-inline-start: 80px !important; }

.ps-90 {
  -webkit-padding-start: 90px !important;
  padding-inline-start: 90px !important; }

.ps-100 {
  -webkit-padding-start: 100px !important;
  padding-inline-start: 100px !important; }

.ps-120 {
  -webkit-padding-start: 120px !important;
  padding-inline-start: 120px !important; }

.ps-150 {
  -webkit-padding-start: 150px !important;
  padding-inline-start: 150px !important; }

.ps-200 {
  -webkit-padding-start: 200px !important;
  padding-inline-start: 200px !important; }

.pe-10 {
  -webkit-padding-end: 10px !important;
  padding-inline-end: 10px !important; }

.pe-15 {
  -webkit-padding-end: 15px !important;
  padding-inline-end: 15px !important; }

.pe-20 {
  -webkit-padding-end: 20px !important;
  padding-inline-end: 20px !important; }

.pe-30 {
  -webkit-padding-end: 30px !important;
  padding-inline-end: 30px !important; }

.pe-40 {
  -webkit-padding-end: 40px !important;
  padding-inline-end: 40px !important; }

.pe-50 {
  -webkit-padding-end: 50px !important;
  padding-inline-end: 50px !important; }

.pe-60 {
  -webkit-padding-end: 60px !important;
  padding-inline-end: 60px !important; }

.pe-70 {
  -webkit-padding-end: 70px !important;
  padding-inline-end: 70px !important; }

.pe-80 {
  -webkit-padding-end: 80px !important;
  padding-inline-end: 80px !important; }

.pe-90 {
  -webkit-padding-end: 90px !important;
  padding-inline-end: 90px !important; }

.pe-100 {
  -webkit-padding-end: 100px !important;
  padding-inline-end: 100px !important; }

.pe-120 {
  -webkit-padding-end: 120px !important;
  padding-inline-end: 120px !important; }

.pe-150 {
  -webkit-padding-end: 150px !important;
  padding-inline-end: 150px !important; }

.pe-200 {
  -webkit-padding-end: 200px !important;
  padding-inline-end: 200px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pt-200 {
  padding-top: 200px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.pb-200 {
  padding-bottom: 200px !important; }

/* --------------- opacity classes --------------- */
.op-1 {
  opacity: 0.1; }

.op-2 {
  opacity: 0.2; }

.op-3 {
  opacity: 0.3; }

.op-4 {
  opacity: 0.4; }

.op-5 {
  opacity: 0.5; }

.op-6 {
  opacity: 0.6; }

.op-7 {
  opacity: 0.7; }

.op-8 {
  opacity: 0.8; }

.op-9 {
  opacity: 0.9; }

.op-10 {
  opacity: 1; }

/* --------------- lineHeight classes --------------- */
.lh-1 {
  line-height: 1 !important; }

.lh-2 {
  line-height: 1.2 !important; }

.lh-3 {
  line-height: 1.4 !important; }

.lh-4 {
  line-height: 1.6 !important; }

.lh-5 {
  line-height: 1.8 !important; }

.lh-6 {
  line-height: 2 !important; }

.lh-7 {
  line-height: 2.5 !important; }

.lh-8 {
  line-height: 3 !important; }

/* --------------- border color classes --------------- */
.brd-light {
  border-color: #fff4 !important; }

.brd-gray {
  border-color: #d9d9d9 !important; }

.brd-gray2 {
  border-color: #999 !important; }

/* ---------------  color classes --------------- */
.color-000 {
  color: #000 !important; }

.color-111 {
  color: #111 !important; }

.color-222 {
  color: #222 !important; }

.color-333 {
  color: #333 !important; }

.color-444 {
  color: #444 !important; }

.color-555 {
  color: #555 !important; }

.color-666 {
  color: #666 !important; }

.color-777 {
  color: #777 !important; }

.color-888 {
  color: #888 !important; }

.color-999 {
  color: #999 !important; }

.color-ccc {
  color: #cccccc !important; }

/* ---------------  bg classes --------------- */
.bg-000 {
  background-color: #000 !important; }

.bg-111 {
  background-color: #111 !important; }

.bg-222 {
  background-color: #222 !important; }

.bg-333 {
  background-color: #333 !important; }

.bg-444 {
  background-color: #444 !important; }

.bg-555 {
  background-color: #555 !important; }

.bg-666 {
  background-color: #666 !important; }

.bg-777 {
  background-color: #777 !important; }

.bg-888 {
  background-color: #888 !important; }

.bg-999 {
  background-color: #999 !important; }

.bg-ccc {
  background-color: #cccccc !important; }

.bg-black {
  background-color: #000 !important; }

.bg-dark1 {
 background: linear-gradient(180deg, rgba(38, 133, 58, 1) 0%, rgba(0, 145, 209, 1) 100%); }

/* --------------- icons size --------------- */
.icon-3 {
  width: 3px;
  height: 3px; }

.icon-6 {
  width: 6px;
  height: 6px; }

.icon-8 {
  width: 8px;
  height: 8px; }

.icon-10 {
  width: 10px;
  height: 10px; }

.icon-15 {
  width: 15px;
  height: 15px; }

.icon-20 {
  width: 20px;
  height: 20px; }

.icon-25 {
  width: 25px;
  height: 25px; }

.icon-30 {
  width: 30px;
  height: 30px; }

.icon-35 {
  width: 35px;
  height: 35px; }

.icon-40 {
  width: 40px;
  height: 40px; }

.icon-45 {
  width: 45px;
  height: 45px; }

.icon-50 {
  width: 50px;
  height: 50px; }

.icon-55 {
  width: 55px;
  height: 55px; }

.icon-60 {
  width: 60px;
  height: 60px; }

.icon-65 {
  width: 65px;
  height: 65px; }

.icon-70 {
  width: 70px;
  height: 70px; }

.icon-75 {
  width: 75px;
  height: 75px; }

.icon-80 {
  width: 80px;
  height: 80px; }

.icon-85 {
  width: 85px;
  height: 85px; }

.icon-90 {
  width: 90px;
  height: 90px; }

.icon-95 {
  width: 95px;
  height: 95px; }

.icon-100 {
  width: 100px;
  height: 100px; }

.icon-125 {
  width: 125px;
  height: 125px; }

.icon-150 {
  width: 150px;
  height: 150px; }

.icon-175 {
  width: 175px;
  height: 175px; }

.icon-200 {
  width: 200px;
  height: 200px; }

/* --------------- img classes --------------- */
.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: inherit; }

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: inherit; }

.imgrotate-scale-hover {
  overflow: hidden; }
  .imgrotate-scale-hover img {
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease; }
  .imgrotate-scale-hover:hover img {
    -webkit-transform: rotate(-10deg) scale(1.2);
    -ms-transform: rotate(-10deg) scale(1.2);
    transform: rotate(-10deg) scale(1.2); }

/* --------------- height classes --------------- */
.th-10 {
  height: 10px !important; }

.th-20 {
  height: 20px !important; }

.th-30 {
  height: 30px !important; }

.th-40 {
  height: 40px !important; }

.th-50 {
  height: 50px !important; }

.th-60 {
  height: 60px !important; }

.th-70 {
  height: 70px !important; }

.th-80 {
  height: 80px !important; }

.th-90 {
  height: 90px !important; }

.th-100 {
  height: 100px !important; }

.th-120 {
  height: 120px !important; }

.th-140 {
  height: 140px !important; }

.th-160 {
  height: 160px !important; }

.th-180 {
  height: 180px !important; }

.th-200 {
  height: 200px !important; }

.th-230 {
  height: 230px !important; }

.th-250 {
  height: 250px !important; }

.th-280 {
  height: 280px !important; }

.th-300 {
  height: 300px !important; }

.th-330 {
  height: 330px !important; }

.th-350 {
  height: 350px !important; }

.th-380 {
  height: 380px !important; }

.th-400 {
  height: 400px !important; }

.th-425 {
  height: 425px !important; }

.th-450 {
  height: 450px !important; }

.th-475 {
  height: 475px !important; }

.th-500 {
  height: 500px !important; }

.th-525 {
  height: 525px !important; }

.th-550 {
  height: 550px !important; }

.th-575 {
  height: 575px !important; }

.th-600 {
  height: 600px !important; }

.th-650 {
  height: 650px !important; }

.th-700 {
  height: 700px !important; }

.th-750 {
  height: 750px !important; }

.th-800 {
  height: 800px !important; }

.th-900 {
  height: 900px !important; }

.th-1000 {
  height: 1000px !important; }

/* --------------- letter spacing classes --------------- */
.ltspc-0 {
  letter-spacing: 0 !important; }

.ltspc-1 {
  letter-spacing: 1px !important; }

.ltspc-2 {
  letter-spacing: 2px !important; }

.ltspc-3 {
  letter-spacing: 3px !important; }

.ltspc-4 {
  letter-spacing: 4px !important; }

.ltspc-5 {
  letter-spacing: 5px !important; }

.ltspc-8 {
  letter-spacing: 8px !important; }

.ltspc-10 {
  letter-spacing: 10px !important; }

.ltspc-12 {
  letter-spacing: 12px !important; }

.ltspc-15 {
  letter-spacing: 15px !important; }

.ltspc-17 {
  letter-spacing: 17px !important; }

.ltspc-20 {
  letter-spacing: 20px !important; }

.ltspc--1 {
  letter-spacing: -1px !important; }

.ltspc--2 {
  letter-spacing: -2px !important; }

.ltspc--3 {
  letter-spacing: -3px !important; }

.fsz-10 {
  font-size: 10px !important; }

.fsz-11 {
  font-size: 11px !important; }

.fsz-12 {
  font-size: 12px !important; }

.fsz-13 {
  font-size: 13px !important; }

.fsz-14 {
  font-size: 20px !important; }

.fsz-15 {
  font-size: 15px !important; }

.fsz-16 {
  font-size: 16px !important; }

.fsz-17 {
  font-size: 17px !important; }

.fsz-18 {
  font-size: 18px !important; }

.fsz-19 {
  font-size: 19px !important; }

.fsz-20 {
  font-size: 20px !important; }

.fsz-21 {
  font-size: 21px !important; }

.fsz-22 {
  font-size: 22px !important; }

.fsz-23 {
  font-size: 23px !important; }

.fsz-24 {
  font-size: 24px !important; }

.fsz-25 {
  font-size: 25px !important; }

.fsz-26 {
  font-size: 26px !important; }

.fsz-27 {
  font-size: 27px !important; }

.fsz-28 {
  font-size: 28px !important; }

.fsz-29 {
  font-size: 29px !important; }

.fsz-30 {
  font-size: 30px !important; }

.fsz-35 {
  font-size: 35px !important; }

.fsz-40 {
  font-size: 40px !important; }

.fsz-45 {
  font-size: 45px !important; }

.fsz-50 {
  font-size: 50px !important; }

.fsz-55 {
  font-size: 55px !important; }

.fsz-60 {
  font-size: 60px !important; }

.fsz-65 {
  font-size: 65px !important; }

.fsz-70 {
  font-size: 60px !important; }

.fsz-75 {
  font-size: 75px !important; }

.fsz-80 {
  font-size: 80px !important; }

.fsz-85 {
  font-size: 85px !important; }

.fsz-90 {
  font-size: 90px !important; }

.fsz-95 {
  font-size: 95px !important; }

.fsz-100 {
  font-size: 100px !important; }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.znd1 {
  z-index: 1; }

.znd2 {
  z-index: 2; }

.znd3 {
  z-index: 3; }

.znd4 {
  z-index: 4; }

.znd5 {
  z-index: 5; }

.znd6 {
  z-index: 6; }

.znd7 {
  z-index: 7; }

.znd8 {
  z-index: 8; }

.znd9 {
  z-index: 9; }

.znd10 {
  z-index: 10; }

.znd25 {
  z-index: 25; }

.znd50 {
  z-index: 50; }

.znd75 {
  z-index: 75; }

.znd100 {
  z-index: 100; }

.znd200 {
  z-index: 200; }

.tr-delay1 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.tr-delay2 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.tr-delay3 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.tr-delay4 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.tr-delay5 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.hover-underline:hover {
  text-decoration: underline !important; }

.hover-white:hover {
  color: #fff; }
  .hover-white:hover * {
    color: #fff; }

/* ========= [ * buttons ]  =========*/
/* --------------- buttons style --------------- */
.butn {
  padding: 15px 40px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative; 
        -webkit-box-shadow: 4px 5px 0 #0005;
    box-shadow: 4px 5px 0 #0005;
    -webkit-box-shadow: 7px 10px 15px #0004;
    box-shadow: 7px 10px 15px #0004;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
      
      
  }
  .butn:hover {
    -webkit-box-shadow: 4px 5px 0 #0005;
    box-shadow: 4px 5px 0 #0005;
    -webkit-box-shadow: 7px 10px 15px #0004;
    box-shadow: 7px 10px 15px #0004;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }

/* ========= [ * variable ]  =========*/
/* --------------- variable --------------- */
:root {
  --color-blue1:#0091d1;
  --color-orange1:#FF481F;
  --color-yellow1:#FF9900;
  --color-green1:#26853a;
  --color-brown1:#E5C696;
  --color-brown2:#7D764D;
  --color-light1:#f7f7f7; 
  --color-dark1: #373E43;
}
  
.color-blue1 {
  color: var(--color-blue1) !important; }

.bg-blue1 {
  background: var(--color-blue1) !important; }

.border-blue1 {
  border-color: var(--color-blue1) !important; }

.hover-blue1:hover {
  color: var(--color-blue1) !important; }

.hover-bg-blue1:hover {
  background: var(--color-blue1) !important;
  border-color: var(--color-blue1) !important;
  color: #fff !important; }
  .hover-bg-blue1:hover * {
    color: #fff !important; }

.color-orange1 {
  color: var(--color-orange1) !important; }

.bg-orange1 {
     background: linear-gradient(180deg, rgba(38, 133, 58, 1) 0%, rgba(0, 145, 209, 1) 100%); !important; }

.border-orange1 {
  border-color: var(--color-orange1) !important; }

.hover-orange1:hover {
  color: var(--color-orange1) !important; }

.hover-bg-orange1:hover {
  border-color: var(--color-orange1) !important;
  background: var(--color-orange1) !important;
  color: #fff !important; }
  .hover-bg-orange1:hover * {
    color: #fff !important; }

.color-yellow1 {
  color: var(--color-yellow1) !important; }

.bg-yellow1 {
  background: var(--color-yellow1) !important; }

.border-yellow1 {
  border-color: var(--color-yellow1) !important; }

.hover-yellow1:hover {
  color: var(--color-yellow1) !important; }

.hover-bg-yellow1:hover {
  background: var(--color-yellow1) !important;
  border-color: var(--color-yellow1) !important;
  color: #fff; }
  .hover-bg-yellow1:hover * {
    color: #fff !important; }

.color-green1 {
  color: var(--color-green1) !important; }

.bg-green1 {
  background: linear-gradient(180deg, rgba(38, 133, 58, 1) 0%, rgba(0, 145, 209, 1) 100%); !important; }

.border-green1 {
  border-color: var(--color-green1) !important; }

.hover-green1:hover {
  color: var(--color-green1) !important; }

.hover-bg-green1:hover {
  background: var(--color-green1) !important;
  border-color: var(--color-green1) !important;
  color: #fff; }
  .hover-bg-green1:hover * {
    color: #fff !important; }

.color-brown1 {
  color: var(--color-brown1) !important; }

.bg-brown1 {
  background: var(--color-brown1) !important; }

.border-brown1 {
  border-color: var(--color-brown1) !important; }

.hover-brown1:hover {
  color: var(--color-brown1) !important; }

.hover-bg-brown1:hover {
  background: var(--color-brown1) !important;
  border-color: var(--color-brown1) !important;
  color: #fff; }
  .hover-bg-brown1:hover * {
    color: #fff !important; }

.color-brown2 {
  color: var(--color-brown2) !important; }

.bg-brown2 {
  background: var(--color-brown2) !important; }

.border-brown2 {
  border-color: var(--color-brown2) !important; }

.hover-brown2:hover {
  color: var(--color-brown2) !important; }

.hover-bg-brown2:hover {
  background: var(--color-brown2) !important;
  border-color: var(--color-brown2) !important;
  color: #fff; }
  .hover-bg-brown2:hover * {
    color: #fff !important; }
.color-light1 {
  color: var(--color-light1) !important; }

  .color-dark1 {
  color: #373E43!important; }
.hover-white:hover {
  color: #fff !important; }

.hover-bg-white:hover {
  background-color: #fff !important;
  color: #000 !important; }
  .hover-bg-white:hover * {
    color: #000; }

.hover-black:hover {
  color: #000 !important; }

.hover-bg-black:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important; }
  .hover-bg-black:hover * {
    color: #fff; }



/* --------------- side_menu_style4 --------------- */
.side_menu_style4 {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background-image: url('../img/mobile-menu-bg.jpg');
    background-size: cover;
    background-position: center;
  padding: 0 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }
  .side_menu_style4.show {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
    .side_menu_style4.show .side_shape {
      -webkit-transform: rotate(0) scale(1);
      -ms-transform: rotate(0) scale(1);
      transform: rotate(0) scale(1);
      opacity: 1; }
    .side_menu_style4.show .side_shape2 {
      -webkit-transform: rotate(180deg) scale(1);
      -ms-transform: rotate(180deg) scale(1);
      transform: rotate(180deg) scale(1);
      opacity: 1; }
    .side_menu_style4.show .main_links {
      text-align: center;
      -webkit-transform: scaleX(1) scaleY(1);
      -ms-transform: scaleX(1) scaleY(1);
      transform: scaleX(1) scaleY(1);
      opacity: 1;
      -webkit-filter: blur(0);
      filter: blur(0); }
  .side_menu_style4 .side_shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    -webkit-transform: rotate(-60deg) scale(0.5);
    -ms-transform: rotate(-60deg) scale(0.5);
    transform: rotate(-60deg) scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .side_menu_style4 .side_shape2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    -webkit-transform: rotate(120deg) scale(0.5);
    -ms-transform: rotate(120deg) scale(0.5);
    transform: rotate(120deg) scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .side_menu_style4 .links_group {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block; }
  .side_menu_style4 .main_links {
    text-align: center;
    -webkit-transform: scaleX(1.4) scaleY(1.8);
    -ms-transform: scaleX(1.4) scaleY(1.8);
    transform: scaleX(1.4) scaleY(1.8);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
    .side_menu_style4 .main_links .main_link {
      font-size: calc(3vw + 15px);
      font-weight: 400;
      margin: 10px 0;
      text-transform: uppercase;
      font-weight: 700; color: #fff;
        
    }
    .infos-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        position: relative;
    }
    .infos-item .infos-icon {
        color: #fff
    }
    .infos-item .infos-icon i {
        font-weight: 200;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: 1;
    }
    .infos-item .infos-content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: start;
        align-items: self-start;
    }
    .infos-item .infos-content .label {
        display: block;
        color: #fff;
        font-size: 22px;
            font-family: 'Instrument Serif', serif;
        font-weight: 300;
    }
    .infos-item .infos-content a, .infos-item .infos-content .location {
        display: block;
        font-size: 17px;
        color: #fff;
        position: relative;
        z-index: 1;
    }
    
    
    
    
      .side_menu_style4 .main_links .main_link:hover {
        text-decoration: underline; }
  .side_menu_style4 .social_links a {
    font-size: 24px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    border-bottom: 3px solid transparent; }
    
.side_menu_style4 .social_links a:hover {border-color: #000; }

.side_menu_style4 .clss {
    font-size: 30px;
    position: absolute;
    top: 30px;
    right: 60px;
    cursor: pointer; 
    color: #fff;
}

.side_menu4_overlay {
  position: absolute;
  z-index: 90;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .side_menu4_overlay.show {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.side_menu4_overlay2 {
  position: absolute;
  z-index: 80;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }
  .side_menu4_overlay2.show {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }

/* --------------- navbar style5 --------------- */
.tc-navbar-style5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 0;
  color: #fff; 
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);    
}
  .tc-navbar-style5 .cir-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--color-light1);
    border-radius: 50px;
    font-size: 30px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px; }
    .tc-navbar-style5 .cir-icon:hover {
      background-color: var(--color-green1);
      color: #fff; }
  .tc-navbar-style5 .side_menu_btn {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--color-green1);
    background: linear-gradient(180deg, rgba(38, 133, 58, 1) 0%, rgba(0, 145, 209, 1) 100%);
    color: var(--color-light1);
    border-radius: 50px;
    font-size: 20px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px; }
    .tc-navbar-style5 .side_menu_btn:hover {
      background-color: #000;
      color: #fff; }
  .tc-navbar-style5 a {
    font-size: 15px;
  }

  .tc-navbar-style5 a:hover {
    color: var(--color-green1); }

.tc-navbar-style5 .collapse:not(.show) {
    display: inline-block;
}
.tc-navbar-style5 ul.navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.tc-navbar-style5 .nav-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.tc-navbar-style5 .navbar-nav li a { 
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.2px;
    /*font-family: "Barlow Condensed", sans-serif;*/
    
    font-family: 'Instrument Serif', serif;
    font-weight: 500; padding: 0;
}
.tc-navbar-style5 .navbar-nav li:hover a{
    color: var(--color-green1);
}
.tc-navbar-style5 .side_menu_btn {
    text-align: center;
    line-height: 50px;
}
.side_menu_style4 .content {
    position: relative;
    top: 120px;
}



@media screen and (max-width: 991px) {
    .tc-navbar-style5 {
        position: relative;
        background: #111;
    } 
    .tc-navbar-style5 .logo img {
        height: 100px;
    }    
    .tc-navbar-style5 .nav-btns .butn{display:none;}
}

/* --------------- header style5 --------------- */
.tc-header-style5 {
  position: relative;
  padding: 300px 0 250px;
  background-image: url(../img/banner.jpg);
  background-size: cover;
  min-height: 100vh;
  overflow: hidden; }
  /*.tc-header-style5 .video-layour video{*/
  /*      position: absolute;*/
  /*      left: 0;*/
  /*      top: 0;*/
  /*      border-radius: 0;*/
  /*      width: 100%;*/
  /*      height: 100%;*/
  /*      object-fit: cover;*/
  /*      object-position: top center;*/
  /*      z-index: -1;*/
  /*}*/
  .tc-header-style5::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5; }
    
  .tc-header-style5 .main-content .title {
    border-bottom: 1px solid #999;text-align: center;
    padding: 20px 0; }
    .tc-header-style5 .main-content .title h1 {
      font-size: 160px;
      font-weight: 400;color: var(--color-light1);
      text-transform: uppercase;
      white-space: nowrap; }
  .tc-header-style5 .btm-content {
    margin-top: 40px; }
    .tc-header-style5 .btm-content .circle-arrow {
      width: 120px;
      height: 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid var(--color-brown1);
      color: var(--color-brown1);
      font-size: 30px; 
    }
    .tc-header-style5 .btm-content .float-imgs .video-card {
      position: relative;
      height: 200px;
      background-color: var(--color-brown1);
      display: block;
      color: #000; }
      .tc-header-style5 .btm-content .float-imgs .video-card p {
        position: absolute;
        left: 25px;
        bottom: 25px;
        z-index: 10;
        font-weight: 500; }
      .tc-header-style5 .btm-content .float-imgs .video-card .play-icon {
        position: absolute;
        top: 25px;
        right: 25px;
        z-index: 10;
        font-size: 20px; }
    .tc-header-style5 .btm-content .float-imgs .img-card {
      position: relative;
      height: 100%;
      display: block; }
      .tc-header-style5 .btm-content .float-imgs .img-card p {
        position: absolute;
        left: 25px;
        bottom: 25px;
        z-index: 10;
        color: var(--color-light1);
        font-weight: 500; }
      .tc-header-style5 .btm-content .float-imgs .img-card .play-icon {
        position: absolute;
        top: 25px;
        right: 25px;
        z-index: 10;
        font-size: 35px; }

@media screen and (max-width: 991px) {
  .tc-header-style5 {
    padding: 100px 0 160px; }
    .tc-header-style5 .main-content .title h1 {
      font-size: 14vw; }
    .tc-header-style5 .btm-content {
      margin-top: 25px; 
        
    }
    .tc-header-style5 .btm-content .btn-box{
        flex-direction: column;
        align-items: center !important;
    }
      .tc-header-style5 .btm-content .circle-arrow {
        margin-bottom: 50px; } 
    .tc-about-style5 .lg-txt {
        width: 65% !important;
        opacity: 0.2!important;
    }
}

/* --------------- about style5 --------------- */
.tc-about-style5 {
  position: relative;
  z-index: 10; 
}
  .tc-about-style5::after {
    position: absolute;
    content: "";
    left: 3vw;
    top: 0;
    height: 100%;
    width: calc(100% - 3vw);
    background-color: #F1EEE9; 
  }
  .tc-about-style5 .content {
    position: relative;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-top: -130px; 
  }
    .tc-about-style5 .content .about-title {
      font-size: 75px;
      text-transform: uppercase;
      font-weight: 500; 
    }
    .tc-about-style5 .content .main-content .text {
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      color: #899fae; 
    }
    .tc-about-style5 .content .main-content .img {
      height: 100%; 
    }
  .tc-about-style5 .lg-txt {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0.75;
    padding-left: 100px;
    font-size: calc(10vw + 30px);
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #899fae;
    width: 44%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.5;
    z-index: 1; }
  .tc-about-style5 .float_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    z-index: 1; }




.tc-project-style1 .main-info {
    padding: 70px 0 20px;
}
.tc-project-style1 .main-info .title {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.05em;
}
.tc-project-style1 .main-img {
    height: 700px;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}
.tc-project-style1 .main-img img {
    max-height: unset;
    height: 150%;
    -o-object-position: top;
    object-position: top;
}
.tc-project-style1 h3{
    font-weight: 500;
}



.video-height video{
    height: 670px !important;
    width: 100%!important;
    object-fit: cover!important;
}
.tc-project-style2 .main-info {
    padding: 70px 0 20px;
}
.tc-project-style2 .main-info .title {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.05em;
}
.tc-project-style2 .main-vid video {
    height: auto;
    width:100%;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}


@media screen and (max-width: 991px) {
  .tc-about-style5 .content {
    padding: 100px 20px; }
    .tc-about-style5 .content .about-title {
      font-size: 35px !important; }
    .tc-about-style5 .content .main-content .img {
      height: 400px;
      margin-top: 50px;
      margin-bottom: 30px; }
  .tc-about-style5 .mb-150 {
    margin-bottom: 40px !important; }
  .tc-about-style5 .mt-100 {
    margin-top: 40px !important; } 
    
    
    
    
}

    .theme-font{
        font-family: 'Instrument Serif', serif !important;;
    }


 .overlayLeadCapture {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Dim background */
    z-index: 1000;
    
  }

  /* Popup Lead Capture*/
  .overlayLeadCapture .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 0px;
    width: 750px;
    max-width: 750px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
  }
  .text-left{
      text-align: left !important;
  }
    .overlayLeadCapture .popup .tc-contact-form-style1{
        padding: 50px !important;
    }
    .overlayLeadCapture .popup .tc-contact-form-style1 .form label {
        font-size: 13px;
        text-align: left;
    }
    .overlayLeadCapture .popup .tc-contact-form-style1 .form .form-control {
        font-size: 14px;
    }
    .overlayLeadCapture .popup .tc-contact-form-style1 .form {
        text-align: left;
    }
  .overlayLeadCapture .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    z-index: 99;
  }
  
/* --------------- banners style6 --------------- */
.tc-banners-style6 {
  position: relative;
  padding-top: 100px;
}
.tc-banners-style6::after {
    position: absolute;
    content: "";
    right: 3vw;
    top: 0;
    height: 100%;
    width: calc(100% - 3vw);
    background-color: #F1EEE9;
}
.tc-banners-style6 .banners {
  padding-bottom: 80px;
  border-bottom: 1px solid #ccc;
}
.tc-banners-style6 .banners .banner-card {
  position: relative;
  display: block;
}
.tc-banners-style6 .banners .banner-card:hover .info .float-arrow {
  background-color: var(--color-green1);
  color: #fff;
}
.tc-banners-style6 .banners .banner-card .img {
  position: relative;
  height: 600px;
}
.tc-banners-style6 .banners .banner-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0009), to(transparent));
  background-image: linear-gradient(to top, #0009, transparent);
}
.tc-banners-style6 .banners .banner-card .info {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}
.tc-banners-style6 .banners .banner-card .info h3 {
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 500;
}
.tc-banners-style6 .banners .banner-card .info .text {
  font-size: 17px !important;font-weight: 400;line-height: 20px;
}

.tc-banners-style6 .banners .banner-card .info .float-arrow {
  position: absolute;
  right: 50px;
  top: 50px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-banners-style6 .banners .banner-card .info .float-arrow img{
   width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px; 
}
@media screen and (max-width: 991px) {
  .tc-banners-style6 .banners .banner-card {
    margin-bottom: 30px;
  }
  .tc-banners-style6 .banners .banner-card .info {
    padding: 30px;
  }
  .tc-banners-style6 .banners .banner-card .info h3 {
    font-size: 50px;
    line-height: 60px;
  }
  .tc-banners-style6 .banners .banner-card .img {
    height: 450px;
  }
} 
/* --------------- flawless style5 --------------- */
.tc-flawless-style5 {
  position: relative;
  padding: 70px 0; }
  .tc-flawless-style5 .flawless .flex-accordion {
    width: 100%;
    height: 650px;
    overflow: hidden; }
    .tc-flawless-style5 .flawless .flex-accordion .acc-list {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
      .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-filter: grayscale(1);
        filter: grayscale(1); }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li::after {
          position: absolute;
          content: "";
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-image: -webkit-gradient(linear, left top, right top, from(#000000a8), to(transparent));
          background-image: -webkit-linear-gradient(left, #000000a8, transparent);
          background-image: -o-linear-gradient(left, #000000a8, transparent);
          background-image: linear-gradient(to right, #000000a8, transparent);
          pointer-events: none; }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .bg {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease; }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner {
          background-repeat: no-repeat;
          background-position: center center;
          overflow: hidden;
          display: inline-block;
          height: 100%;
          width: 100%;
          position: relative;
          z-index: 3; }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title {
            width: 250px;
            height: 100%;
            position: relative;
            padding: 40px 15px;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .numb {
              font-size: 72px;
              line-height: 1;
              display: flex;
              padding-left: 24px;
              font-family: 'Instrument Serif', serif; 
              color: var(--color-light1);
            }
            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .txt {
              font-size: 14px;
              line-height: 24px;
              letter-spacing: 0.02em;
              color: var(--color-light1);
              text-transform: uppercase;
              -webkit-transform: rotate(-90deg) translateY(40px);
              -ms-transform: rotate(-90deg) translateY(40px);
              transform: rotate(-90deg) translateY(40px);
              -webkit-transform-origin: left;
              -ms-transform-origin: left;
              transform-origin: left;
              text-align: start; }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body {
            position: absolute;
            top: 0;
            left: 110px;
            width: calc(100% - 110px);
            height: 100%;
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .text-title {
              font-size: 36px;
              line-height: 36px;
              text-transform: uppercase;
              color: var(--color-light1);
              font-weight: 500;
              padding-top: 50px;
              padding-left: 100px;
            }
            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .float-arrow {
              width: 120px;
              height: 120px;
              border-radius: 50%;
              background-color: var(--color-brown1);
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              font-size: 50px;
              color: #000;
              position: absolute;
              left: calc(50% - 60px);
              top: calc(50% - 60px); }
              .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .float-arrow:hover {
                background-color: #000;
                color: var(--color-brown1); }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .bg {
            -webkit-filter: brightness(1);
            filter: brightness(1); }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .panel-inner .acc-title {
            cursor: inherit; }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .panel-inner .acc-body {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            visibility: visible; }
        /*.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:nth-child(6).is-open{
          padding: 100px;
        }*/
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:nth-child(6).is-open::after{
          display: none;
        }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:nth-child(6).is-open .panel-inner .acc-title .numb {
            color: var(--color-dark1);
        }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:nth-child(6).is-open .panel-inner .acc-body .text-title {
          color: var(--color-dark1);
        }

        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:nth-child(6).is-open .panel-inner {
            height: 18%;
            width: 100%;
        }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:not(.is-open) .bg{
          
        }


        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .txt{
          display: block;
        }

        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .panel-inner .acc-title .txt{
          display: none;
        }


      .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:not(.is-open) {
        width: 100px; 
      }
      .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:not(.is-open) .acc-title {
            cursor: pointer; 
      }
  .tc-flawless-style5 .numbers {
    margin-top: 35px; }
    .tc-flawless-style5 .numbers .number-card {
      margin-top: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .tc-flawless-style5 .numbers .number-card h2 {
        font-size: 48px;
        color: var(--color-green1);
        font-weight: 400;
        -webkit-margin-end: 30px;
        margin-inline-end: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .tc-flawless-style5 .numbers .number-card p {
        font-size: 14px;
        text-transform: uppercase;
        color: #999; }

@media screen and (max-width: 991px) {
  .tc-flawless-style5 {
    padding: 100px 0; }
    .tc-flawless-style5 .flawless .flex-accordion {
      height: inherit;
      width: 100%; }
      .tc-flawless-style5 .flawless .flex-accordion .acc-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li {
          width: 100%;
          height: 500px; }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li::after {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#000000a8), to(transparent));
            background-image: -webkit-linear-gradient(top, #000000a8, transparent);
            background-image: -o-linear-gradient(top, #000000a8, transparent);
            background-image: linear-gradient(to bottom, #000000a8, transparent); }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title {
            width: 100%;
            height: 100px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            padding: 0 30px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .numb {
              font-size: 50px; color: var(--color-light1);}
            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .txt {
              -webkit-transform: rotate(0) translateY(0);
              -ms-transform: rotate(0) translateY(0);
              transform: rotate(0) translateY(0);
              -webkit-transform-origin: center;
              -ms-transform-origin: center;
              transform-origin: center;
              text-align: end; }
          .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body {
            top: 100px;
            left: 0;
            width: 100%;
            height: calc(100% - 100px);
            padding: 0 30px; }
            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .float-arrow {
              width: 80px;
              height: 80px;
              font-size: 30px;
              position: static;
              margin-top: 50px; }
        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:not(.is-open) {
          height: 100px;
          width: 100%; }
    .tc-flawless-style5 .numbers {
      margin-top: 50px; } }



  .tc-contact-form-style1 {
    position: relative;
    padding: 150px 200px;
    background-color: #F1EEE9;
    overflow: hidden; }

  .tc-contact-form-style1.get_a_quote {
    background-color: transparent;
    position: relative;
    padding: 80px 0 !important;
  }
  .tc-contact-form-style1.get_a_quote::after {
    position: absolute;
    content: "";
    right: 3vw;
    top: 0;
    height: 100%;
    width: calc(100% - 3vw);
    background-color: #F1EEE9;
  }
  .tc-contact-form-style1.get_a_quote:before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ccc;
    left: 49%;
    top: 0;
    z-index: 1;
    content: '';
  }
    .border-right{
        border-right: 1px solid #ccc;
    }
    
    
  .tc-contact-form-style1 .form {
    display: block; }
    .tc-contact-form-style1 .form label {
      display: block;
      font-size: 10px;
      color: #000;
      text-transform: uppercase; }

    .tc-contact-form-style1.get_a_quote .form label {font-size: 16px; }

    
    .tc-contact-form-style1 .form .form-control {
      border: 0;
      background-color: transparent;
      border-radius: 0;
      border-bottom: 1px solid #ccc;
      padding: 10px 0;
      font-size: 14px; }
      .tc-contact-form-style1 .form .form-control:hover, .contact-pg-style1 .tc-contact-form-style1 .form .form-control:focus {
        border-color: #000; }
  .tc-contact-form-style1 .shap {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 55%; }

/* --------------- location style5 --------------- */
.tc-location-style5 {
  position: relative; }
  .tc-location-style5 .location-slider {
    position: relative;
    overflow: hidden; }
    .tc-location-style5 .location-slider .swiper-slide.swiper-slide-active .slider-card {
      opacity: 1; }
    .tc-location-style5 .location-slider .arrows {
      position: absolute;
      right: calc((100vw - 1320px) / 2);
      bottom: 140px;
      z-index: 10;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      .tc-location-style5 .location-slider .arrows .swiper-button-next,
      .tc-location-style5 .location-slider .arrows .swiper-button-prev {
        position: static;
        -webkit-margin-start: 10px;
        margin-inline-start: 10px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 1px solid var(--color-brown1);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .tc-location-style5 .location-slider .arrows .swiper-button-next::after,
        .tc-location-style5 .location-slider .arrows .swiper-button-prev::after {
          font-size: 30px;
          color: #fff;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .tc-location-style5 .location-slider .arrows .swiper-button-next:hover,
        .tc-location-style5 .location-slider .arrows .swiper-button-prev:hover {
          background-color: var(--color-brown1); }
          .tc-location-style5 .location-slider .arrows .swiper-button-next:hover::after,
          .tc-location-style5 .location-slider .arrows .swiper-button-prev:hover::after {
            color: #000; }
    .tc-location-style5 .location-slider .slider-card {
      position: relative;
      height: 700px;
      min-height: -webkit-max-content;
      min-height: -moz-max-content;
      min-height: max-content;
      padding: 40px 0;
      opacity: 0;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
      .tc-location-style5 .location-slider .slider-card::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)); }
      .tc-location-style5 .location-slider .slider-card .bg {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .tc-location-style5 .location-slider .slider-card .content {
        position: relative;
        z-index: 10; }
        .tc-location-style5 .location-slider .slider-card .content .info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          height: 620px;
          min-height: -webkit-max-content;
          min-height: -moz-max-content;
          min-height: max-content; 
        }
        .tc-location-style5 .location-slider .slider-card .content .info .num-cont p{
          color: var(--color-light1);
        }
          .tc-location-style5 .location-slider .slider-card .content .info .number {
            display: block;
            font-size: 300px;
            letter-spacing: -0.01em;
            text-transform: uppercase;
            font-weight: 400;
            color: var(--color-light1);
            line-height: 250px;
            margin-bottom: 50px;
            font-family: 'Instrument Serif', serif; 
          }
          .tc-location-style5 .location-slider .slider-card .content .info h2 {
            font-size: 72px;
            line-height: 80px;
            text-transform: uppercase;
            margin-top: 80px;
            color: var(--color-light1);
            font-weight: 400; 
          }

@media screen and (max-width: 991px) {
  .tc-location-style5 .location-slider .slider-card .content .info .number {
    font-size: 150px;
    line-height: 1; }
  .tc-location-style5 .location-slider .slider-card .content .info h2 {
    font-size: 40px;
    line-height: 1.2; } }

/* --------------- apartments style5 --------------- */
.tc-apartments-style5 {
  position: relative;
  padding: 200px 0;
  background-color: #1F2528; }
  .tc-apartments-style5 .apartments-accordion .accordion-title {
    border-bottom: 1px solid #373E43;
    padding: 30px; }
    .tc-apartments-style5 .apartments-accordion .accordion-title .title-txt {
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      color: #899fae; }
  .tc-apartments-style5 .apartments-accordion .accordion .accordion-item {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #373E43; }
    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item:last-of-type {
      border-bottom: 0; }
    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button {
      position: relative;
      display: block;
      background-color: transparent !important;
      color: #fff;
      padding: 30px;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button::after {
        position: absolute;
        right: 30px;
        top: 40px;
        -webkit-filter: invert(100%) sepia(57%) saturate(0%) hue-rotate(253deg) brightness(106%) contrast(106%);
        filter: invert(100%) sepia(57%) saturate(0%) hue-rotate(253deg) brightness(106%) contrast(106%); }
      .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-numb {
        font-size: 48px;
        line-height: 48px;
        text-transform: uppercase;
        color: var(--color-brown1);
        font-weight: 400; }
      .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-img {
        height: 95px; }
      .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button ul {
        font-size: 14px;
        line-height: 24px;
        color: #899fae;
        text-transform: capitalize; }
      .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .feat-icons a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #373e43;
        font-size: 13px;
        color: var(--color-brown1);
        -webkit-margin-end: 5px;
        margin-inline-end: 5px; }
        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .feat-icons a:hover {
          background-color: #373e43; }
    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button:not(.collapsed) {
      background-color: #373E43 !important; }
      .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        -webkit-filter: invert(84%) sepia(22%) saturate(506%) hue-rotate(353deg) brightness(94%) contrast(91%);
        filter: invert(84%) sepia(22%) saturate(506%) hue-rotate(353deg) brightness(94%) contrast(91%); }
      .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button:not(.collapsed) .feat-icons a {
        border-color: #616b73; }
    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body {
      padding: 0 30px;
      background-color: #373E43; }
      .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .floor-img {
        padding-bottom: 60px; }
      .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img {
        padding: 110px;
        position: relative; }
        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img img {
          height: 300px;
          display: block;
          margin: auto; }
        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p {
          font-size: 12px;
          line-height: 36px;
          letter-spacing: 0.02em;
          text-transform: uppercase;
          color: #817768;
          position: absolute; }
          .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(1) {
            top: 50px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
          .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(2) {
            top: 50%;
            right: 50px;
            -webkit-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg); }
          .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(3) {
            bottom: 50px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
          .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(4) {
            top: 50%;
            left: 10px;
            -webkit-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg); }
      .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .dial-img {
        padding-bottom: 60px; }
      .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info {
        height: 100%;
        -webkit-border-start: 1px solid #616B73;
        border-inline-start: 1px solid #616B73;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 50px;
        -ms-flex-line-pack: justify;
        align-content: space-between; }
        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info p {
          font-size: 14px;
          line-height: 24px;
          text-transform: uppercase;
          color: #fff;
          margin-bottom: 40px; }
        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info small {
          font-size: 12px;
          line-height: 18px;
          text-transform: uppercase;
          color: #899fae; }
        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info h2 {
          font-size: 72px;
          line-height: 84px;
          color: var(--color-brown1);
          font-weight: 400; }
        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns .pdf-btn {
            width: 50px;
            height: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            border-radius: 50%;
            border: 1px solid var(--color-brown1);
            color: var(--color-brown1);
            -webkit-margin-end: 15px;
            margin-inline-end: 15px;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns .pdf-btn:hover {
              background-color: var(--color-brown1);
              color: #fff; }
            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns .pdf-btn i {
              display: block; }

.custom-tooltip {
  padding-top: 20px; }
  .custom-tooltip .tooltip-arrow {
    top: 14px !important; }
    .custom-tooltip .tooltip-arrow::before {
      border-bottom-color: #373E43; }
  .custom-tooltip .tooltip-inner {
    background-color: #373E43;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase; }

@media screen and (max-width: 991px) {
  .tc-apartments-style5 {
    padding: 100px 0; }
    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-numb {
      margin-bottom: 30px; }
    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-img {
      margin-bottom: 30px; }
    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-info {
      margin-bottom: 30px; }
    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .feat-icons {
      margin-bottom: 30px; }
    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body {
      padding: 30px; }
      .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img {
        padding: 30px; }
      .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info {
        border: 0; }
        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns {
          margin-top: 30px; }
    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(1) {
      top: -20px; }
    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(2) {
      right: -40px;
      -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg); }
    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(3) {
      bottom: -20px; }
    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(4) {
      left: -70px; } }
/* --------------- process style2 --------------- */
.tc-process-style2 {
  position: relative;
  overflow: hidden; }
  .tc-process-style2 .container {
    position: relative;
    z-index: 10; }
  .tc-process-style2 .bg {
    position: absolute;
    left: 0;
    top: -15%;
    width: 100%;
    height: 130%;
    -o-object-fit: cover;
    object-fit: cover;
    background-image: url(../img/prc_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-height: inherit; }
  .tc-process-style2 .accordion-item {
    border: 0;
    border-radius: 20px;
    margin-bottom: 5px; }
    .tc-process-style2 .accordion-item .accordion-button {
        color: #000;
        background-color: #F1EEE9;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        padding: 13px;
        border: 1px solid var(--color-dark1);
    }
    .tc-process-style2 .accordion-item .accordion-body{
        background-color: #F1EEE9;
        border-left: 1px solid var(--color-dark1);
        border-right: 1px solid var(--color-dark1);
        border-bottom: 1px solid var(--color-dark1);
    }
      .tc-process-style2 .accordion-item .accordion-button:not(.collapsed) h3 {
        color: var(--color-green1); }
      .tc-process-style2 .accordion-item .accordion-button:not(.collapsed)::after {
        background-image: none;
        content: "\f068";
        font-family: "Font Awesome 5 Pro";
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important; }
      .tc-process-style2 .accordion-item .accordion-button h3 {
        font-size: 24px;font-weight: 400; }
      .tc-process-style2 .accordion-item .accordion-button .num {
        font-size: 24px;
        color: #999;
        font-weight: 200;
        -webkit-margin-end: 30px;
        margin-inline-end: 30px;
        font-family: 'Instrument Serif', serif; }
      .tc-process-style2 .accordion-item .accordion-button::after {
        background-image: none;
        content: "\f067";
        font-family: "Font Awesome 5 Pro";
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important; }
    .tc-process-style2 .accordion-item .accordion-body {
      -webkit-padding-start: 85px;
      padding-inline-start: 50px;
      -webkit-padding-end: 50px;
      padding-inline-end: 50px;
      padding-top: 0;
      padding-bottom: 30px;
      border-top: 1px solid #373e43;

        
        
    }
      .tc-process-style2 .accordion-item .accordion-body .text {
        font-size: 15px;
        color: #666; }
    .tc-process-style2 .accordion-item .accordion-button:not(.collapsed){
        border-bottom: 0;
    }
    
    
    
  .tc-process-style2 .imgs {
    position: relative;
    background-image: url(../img/bubbles.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .tc-process-style2 .imgs .img {
      position: relative;
      margin: 0 auto; }
      .tc-process-style2 .imgs .img img {
        border-radius: 50%; }
      .tc-process-style2 .imgs .img:nth-of-type(1) {
        width: 360px;
        height: 360px;
        border-radius: 50%;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px); }
        .tc-process-style2 .imgs .img:nth-of-type(1) .txt {
          font-size: 35px;
          position: absolute;
          top: 65px;
          right: -65px;
          z-index: 10;
          border: 1px solid #ccc;
          background-color: #F1EEE9;
          border-radius: 15px;
          padding: 0 30px;
          text-transform: capitalize; }
      .tc-process-style2 .imgs .img:nth-of-type(2) {
        position: absolute;
        right: -100px;
        top: 150px;
        width: 160px;
        height: 160px;
        border-radius: 50%; }
        .tc-process-style2 .imgs .img:nth-of-type(2)::after {
          position: absolute;
          content: "";
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background-image: -webkit-gradient(linear, left bottom, left top, from(#000000c5), to(transparent));
          background-image: -webkit-linear-gradient(bottom, #000000c5, transparent);
          background-image: -o-linear-gradient(bottom, #000000c5, transparent);
          background-image: linear-gradient(to top, #000000c5, transparent);
          border-radius: 50%; }
        .tc-process-style2 .imgs .img:nth-of-type(2) .txt {
          font-size: 25px;
          position: absolute;
          bottom: 15px;
          right: 0;
          z-index: 10;
          color: #fff;
          text-transform: capitalize; }
      .tc-process-style2 .imgs .img:nth-of-type(3) {
        position: absolute;
        left: 70px;
        top: 300px;
        width: 220px;
        height: 220px;
        border-radius: 50%; }
        .tc-process-style2 .imgs .img:nth-of-type(3)::after {
          position: absolute;
          content: "";
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background-image: -webkit-gradient(linear, left bottom, left top, from(#000000c5), to(transparent));
          background-image: -webkit-linear-gradient(bottom, #000000c5, transparent);
          background-image: -o-linear-gradient(bottom, #000000c5, transparent);
          background-image: linear-gradient(to top, #000000c5, transparent);
          border-radius: 50%; }
        .tc-process-style2 .imgs .img:nth-of-type(3) .txt {
          font-size: 30px;
          position: absolute;
          bottom: 15px;
          right: 50%;
          -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
          transform: translateX(50%);
          z-index: 10;
          color: #fff;
          text-transform: capitalize; }
      .tc-process-style2 .imgs .img:nth-of-type(4) {
        width: 240px;
        height: 240px;
        border-radius: 50%;
        margin-top: 40px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%); }
        .tc-process-style2 .imgs .img:nth-of-type(4) .txt {
          font-size: 30px;
          position: absolute;
          top: 65px;
          left: -65px;
          z-index: 10;
          background-color: #000;
          color: #fff;
          border-radius: 15px;
          padding: 5px 30px;
          text-transform: capitalize; }

@media screen and (max-width: 991px) {
  .tc-process-style2 {
    padding: 80px 0; }
    .tc-process-style2 .imgs {
      margin-top: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .tc-process-style2 .imgs .img {
        width: 48% !important;
        height: 250px !important;
        border-radius: 30px !important;
        margin: 1% !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        transform: translate(0) !important; }
        .tc-process-style2 .imgs .img::after {
          position: absolute;
          content: "";
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background-image: -webkit-gradient(linear, left bottom, left top, from(#000000c5), to(transparent));
          background-image: -webkit-linear-gradient(bottom, #000000c5, transparent);
          background-image: -o-linear-gradient(bottom, #000000c5, transparent);
          background-image: linear-gradient(to top, #000000c5, transparent);
          border-radius: 30px !important; }
        .tc-process-style2 .imgs .img img {
          border-radius: 30px !important; }
        .tc-process-style2 .imgs .img .txt {
          font-size: 30px !important;
          position: absolute !important;
          top: auto !important;
          bottom: 15px !important;
          right: 50% !important;
          -webkit-transform: translateX(50%) !important;
          -ms-transform: translateX(50%) !important;
          transform: translateX(50%) !important;
          z-index: 10 !important;
          color: #fff !important;
          text-transform: capitalize !important;
          background-color: transparent !important;
          border: 0 !important; } }

/* --------------- testimonial style5 --------------- */
.tc-testimonial-style5 {
  position: relative;
  padding-top: 200px;
  z-index: 10; }
  .tc-testimonial-style5::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 5vw;
    height: 100%;
    background-color: var(--color-light1);
    pointer-events: none; }
  .tc-testimonial-style5 .quote {
    position: absolute;
    right: 0;
    bottom: -15px;
    height: 150px; }
/* --------------- testimonials style7 --------------- */
.tc-testimonials-style7 {
  position: relative; 
  padding-top: 80px;
}
.tc-testimonials-style7::after {
    position: absolute;
    content: "";
    right: 3vw;
    top: 0;
    height: 100%;
    width: calc(100% - 3vw);
    background-color: #F1EEE9;
}
  .tc-testimonials-style7 .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    display: block;
    margin: 0 auto 60px; }
    .tc-testimonials-style7 .rotate-box .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 50px; }
    .tc-testimonials-style7 .rotate-box .rotate-text {
      -webkit-animation: rotateText 20s linear infinite;
      animation: rotateText 20s linear infinite;
      font-weight: 300;
      text-transform: uppercase;
      position: absolute;
      left: 0;
      border-radius: 50%; }
    .tc-testimonials-style7 .rotate-box .rotate-circle svg {
      width: 220px;
      height: 220px;
      fill: #000;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
  .tc-testimonials-style7 .test-content {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc; }
    .tc-testimonials-style7 .test-content .testi-slider {
      position: relative;
      overflow: hidden; }
    .tc-testimonials-style7 .test-content .swiper-button-prev,
    .tc-testimonials-style7 .test-content .swiper-button-next {
      top: 30%; }
      .tc-testimonials-style7 .test-content .swiper-button-prev::after,
      .tc-testimonials-style7 .test-content .swiper-button-next::after {
        font-size: 30px;
        color: var(--color-dark1); }
  .tc-testimonials-style7 .testi-card {
    text-align: center; }
    .tc-testimonials-style7 .testi-card h4 {
      font-size: 40px;
      line-height: 52px;
      color: #000; }

@media screen and (max-width: 991px) {
  .tc-testimonials-style7 {
    padding: 0 !important; }
    .tc-testimonials-style7 .testi-card h4 {
      font-size: 25px;
      line-height: 45px; }
    .tc-testimonials-style7 .test-content .swiper-button-next,
    .tc-testimonials-style7 .test-content .swiper-button-prev {
      top: auto;
      bottom: 70px; }
    .tc-testimonials-style7 .test-content .swiper-button-next {
      right: 35%; }
    .tc-testimonials-style7 .test-content .swiper-button-prev {
      left: 35%; } }
/* --------------- services style5 --------------- */
.tc-services-style5 {
  position: relative;
  background-color: var(--color-light1); }
  .tc-services-style5 .content {
    position: relative;
    padding: 200px 0;
    border-bottom: 1px solid #373E43; }
  .tc-services-style5 .services {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tc-services-style5 .services .service-card {
      display: block;
      position: relative;
      width: 20%;
      padding: 75px 30px 30px;
      border: 1px solid #373E43;
      margin: -0.5px; }
      .tc-services-style5 .services .service-card:hover .icon {
        border-color: var(--color-brown1); }
      .tc-services-style5 .services .service-card .num {
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 14px;
        color: #ccc; }
      .tc-services-style5 .services .service-card .icon {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 1px solid #373E43;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 30px;
        color: var(--color-brown1);
        margin: 0 auto 50px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .tc-services-style5 .services .service-card .info h6 {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-weight: 500; }
      .tc-services-style5 .services .service-card .info p {
        color: #899fae; }

@media screen and (max-width: 991px) {
  .tc-services-style5 .content {
    padding: 100px 0; }
    .tc-services-style5 .content .services .service-card {
      width: 50%;
      padding: 50px 15px 20px; }
      .tc-services-style5 .content .services .service-card .icon {
        height: 80px;
        width: 80px;
        font-size: 25px;
        margin-bottom: 30px; }
      .tc-services-style5 .content .services .service-card .info h6 {
        font-size: 16px; } }




/*why choose us*/

.tc-why-choose{
    width: 100%;
    min-height: 100vh;
}

.section-2{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: var(--color-light1);
    /*overflow: hidden; */
}
.tc-why-choose .pr-link{
    margin-top:60px;
    text-transform: uppercase;
}
.video-flow{
    position: sticky;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100vh;
}

.video-flow #blob{
    height: 100%;
    position: absolute;
    top: -15%;
    left: 0%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

#section2-1{
    position: absolute;
    top: 0;
    z-index: 3;
}


.content-inner-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0vw 0 2vw;
    overflow: hidden;
    height: 100vh;
}

.lft-content-inner-2{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 5vh;
    width: 50%;
    height: 100%;
}

.lft-content-inner-2 h2{
    font-size: 4rem;
    font-weight: 400;
}

.lft-content-inner-2 p{
    font-size: 18px;
    font-weight: 400;
    width: 80%;
    line-height: initial;
}

.rght-content-inner-2{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

.inner-2-1{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #F1EEE9;
    overflow: hidden;
}

#section2-2{
    position: absolute;
    z-index: 3;
}
#section-2-3-p{
    background-color: var(--color-light1);
}
#section2-3{
    position: absolute;
    z-index: 3;
}

#section2-4{
    position: absolute;
    z-index: 3;
}




/* --------------- awards style2 --------------- */
.tc-awards-style2 {
  position: relative;
  padding: 40px 0; 
  margin-top:0px;
    background: var(--color-green1);
    background: linear-gradient(180deg, rgba(38,133,58,1) 0%, rgba(0,145,209,1) 100%);
}
  .tc-awards-style2 .award-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    gap: 11px;
  }
    
    .tc-awards-style2 .award-card:hover {
      border-color: var(--color-green1); }
      .tc-awards-style2 .award-card:hover a {
        color: #000 !important;
        text-decoration: underline; }
    .tc-awards-style2 .award-card .logo {
      height: 35px; }
@media screen and (max-width: 991px) {
  .tc-awards-style2 {padding: 40px 0; } 
}

/* --------------- GALLERY STYLE --------------- */

.tc-latest-cases-style1{
   border-top: 1px solid #ccc;  
   padding: 70px 0;
}

.tc-latest-cases-style1 .filter .links a {
    font-size: 18px;
    line-height: 24px;
    color: #666;
    background-color: transparent;
    padding: 0;
    -webkit-margin-end: 50px;
    margin-inline-end: 50px;
    text-transform: capitalize; }
    .tc-latest-cases-style1 .filter .links a.active {
      color: var(--color-orange1); }
    .tc-latest-cases-style1 .content .case-card {
      position: relative;
      margin-bottom: 50px; }
    .tc-latest-cases-style1 .content .case-card .img {
        height: 350px;
        position: relative;
        max-height: 400px;
        border-radius: 15px;
        overflow: hidden;
        display: block;
    }
    .tc-latest-cases-style1 .content .case-card .img:after {
        content: '';
        background: #000;
        opacity: 0.4;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
      .tc-latest-cases-style1 .content .case-card .info {
        position: absolute;
        left: 50%;
        bottom: 10%;
        transform: translateX(-50%);  
        text-align: center;
      }
      .tc-latest-cases-style1 .content .case-card .info h3{
          font-weight:400; 
      }
        .tc-latest-cases-style1 .content .case-card .info .tags a {
          font-size: 12px;
          font-weight: 500;
          padding: 7px 25px;
              color: var(--color-light1);
            background: var(--color-green1);
          border-radius: 30px }
.tc-latest-cases-style1 .pr-link {
    font-size: 48px;
    text-transform: uppercase;
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.tc-latest-cases-style1 .pr-link .icon {
    display: block;
    margin-top: 0px;
}
@media screen and (max-width: 991px) {
  
  .tc-latest-cases-style1 .filter .links a {
    margin-bottom: 10px;
    font-size: 13px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    font-weight: bold; }
  .tc-latest-cases-style1 .content {
    padding: 0px 0 80px; }
    .tc-latest-cases-style1 .content .case-card {
      margin-bottom: 50px; }
      .tc-latest-cases-style1 .content .case-card .img {
        height: 250px; } 
    .tc-banners-style6 .banners {border-bottom: 0;}
    .tc-testimonials-style7 .test-content .swiper-button-next, .tc-testimonials-style7 .test-content .swiper-button-prev {
        bottom: 10px;
    }
    .tc-contact-form-style1.get_a_quote:before{display: none;}
    .top-footer .row .col-lg-12{    flex-direction: column;}
}

/* --------------- portfolio style4 --------------- */
.tc-portfolio-style4 {
  position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
  .tc-portfolio-style4 .content {
    position: relative;
    padding: 50px 0;

    border-top: 1px solid #b4b4b4; }
  .tc-portfolio-style4 .projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tc-portfolio-style4 .projects .work-card {
      position: relative;
      display: block; }
      .tc-portfolio-style4 .projects .work-card .img {
        -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
        clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
        transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
        -o-transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s;
        transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s;
        transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s, -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
        position: relative; }
        .tc-portfolio-style4 .projects .work-card .img.animated {
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-filter: blur(0px);
          filter: blur(0px); }
      .tc-portfolio-style4 .projects .work-card:hover h5 {
        color: var(--color-green1); }
      .tc-portfolio-style4 .projects .work-card h5 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 400;
        margin-top: 40px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .tc-portfolio-style4 .projects .work-card:nth-of-type(1) {
        margin-top: 250px;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
        width: 435px; }
        .tc-portfolio-style4 .projects .work-card:nth-of-type(1) .img {
          height: 435px; }
      .tc-portfolio-style4 .projects .work-card:nth-of-type(2) {
        margin-top: 0px;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        width: 850px; }
        .tc-portfolio-style4 .projects .work-card:nth-of-type(2) .img {
          height: 540px; }
      .tc-portfolio-style4 .projects .work-card:nth-of-type(3) {
        margin-top: 150px;
        width: 850px; }
        .tc-portfolio-style4 .projects .work-card:nth-of-type(3) .img {
          height: 850px; }
      .tc-portfolio-style4 .projects .work-card:nth-of-type(4) {
        margin-top: 10px;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
        width: 435px; }
        .tc-portfolio-style4 .projects .work-card:nth-of-type(4) .img {
          height: 540px; }
      .tc-portfolio-style4 .projects .work-card:nth-of-type(5) {
        margin-top: 150px;
        margin-left: -100px;
        width: 435px; }
        .tc-portfolio-style4 .projects .work-card:nth-of-type(5) .img {
          height: 435px; }
      .tc-portfolio-style4 .projects .work-card:nth-of-type(6) {
        margin-top: 150px;
        -webkit-transform: translateX(115px);
        -ms-transform: translateX(115px);
        transform: translateX(115px);
        width: 950px; }
        .tc-portfolio-style4 .projects .work-card:nth-of-type(6) .img {
          height: 670px; }
  .tc-portfolio-style4 .pr-link {
    font-size: 48px;
    text-transform: uppercase;
    margin-top: 100px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
    .tc-portfolio-style4 .pr-link .icon {
      display: block;
      margin-top: 0px; }

@media screen and (max-width: 991px) {
  .tc-portfolio-style4 {
    overflow: hidden; }
    .tc-portfolio-style4 .projects .work-card {
      width: 100% !important;
      margin: 20px 0 !important;
      -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
      transform: translateX(0) !important; }
      .tc-portfolio-style4 .projects .work-card .img {
        height: 300px !important; }
    .tc-portfolio-style4 .pr-link {
      font-size: 25px;
      text-transform: uppercase;
      margin-top: 50px;
      -webkit-margin-start: 0;
      margin-inline-start: 0; }
      .tc-portfolio-style4 .pr-link .icon {
        display: inline-block;
        -webkit-margin-start: 20px;
        margin-inline-start: 20px; } }

/* --------------- blog style5 --------------- */
.tc-blog-style5 {
  position: relative;
  padding: 80px 0;
}

.tc-blog-style5::after {
  position: absolute;
  content: "";
  left: 3vw;
  top: 0;
  height: 100%;
  width: calc(100% - 3vw);
  background-color: #F1EEE9;
}

  .tc-blog-style5 .row .col-lg-6:first-of-type {
    -webkit-border-end: 1px solid #373E43;
    border-inline-end: 1px solid #373E43; }
  .tc-blog-style5 .main-post .img {
    display: block;
    height: 380px; }
  .tc-blog-style5 .main-post .info {
    position: relative;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tc-blog-style5 .main-post .info .date {
      -webkit-margin-end: 40px;
      margin-inline-end: 40px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .tc-blog-style5 .main-post .info .date .numb {
        font-size: 48px;
        line-height: 60px;
        color: #899fae;
        margin-bottom: 10px;
        font-weight: 400; }
      .tc-blog-style5 .main-post .info .date small {
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
        color: #899fae; }
  .tc-blog-style5 .sub-posts {
    position: relative;
    height: 100%;
    padding-bottom: 100px; }
    .tc-blog-style5 .sub-posts .post-card {
      position: relative;
      padding: 30px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #373E43; }
      .tc-blog-style5 .sub-posts .post-card:first-of-type {
        padding-top: 0; }
      .tc-blog-style5 .sub-posts .post-card .date {
        -webkit-margin-end: 40px;
        margin-inline-end: 40px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .tc-blog-style5 .sub-posts .post-card .date .numb {
          font-size: 48px;
          line-height: 60px;
          color: #899fae;
          margin-bottom: 10px;
          font-weight: 400; }
        .tc-blog-style5 .sub-posts .post-card .date small {
          font-size: 12px;
          line-height: 18px;
          text-transform: uppercase;
          color: #899fae; }
          .tc-blog-style5 .sub-posts .post-card .cont a{
            color: var(--color-dark1);
          }

    .tc-blog-style5 .sub-posts .more-link {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 14px;
      text-transform: uppercase;
      border-bottom: 1px solid #fff; }
      .tc-blog-style5 .sub-posts .more-link:hover {
        color: var(--color-brown1);
        border-color: var(--color-brown1); }

@media screen and (max-width: 991px) {
  .tc-blog-style5 {
    padding: 100px 0;
    overflow: hidden; } }
.show {
    display: block;
}
/* --------------- footer style5 --------------- */
.top-footer{
    background: #262929; padding: 30px 0;
}
.tc-footer-style5 {
  position: relative;
  padding: 30px 0 25px;
  background-color: var(--color-light1);
  color: #1f2528;
  border-bottom: 15px solid #1f2528; 
}
  .tc-footer-style5 .title img {
   max-width: 250px;   
  }
  .tc-footer-style5 .info {
    padding-top: 40px; }
    .tc-footer-style5 .info h4 {
      font-size: 48px;
      line-height: 48px;
      text-transform: uppercase; }
    .tc-footer-style5 .info p {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #373e43; }
  .tc-footer-style5 .foot {
    color: #373e43;
        text-transform: uppercase;
    padding-top: 24px; }
    .tc-footer-style5 .foot .download-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .tc-footer-style5 .foot .download-link:hover .icon {
        background-color: #373737;
        color: #fff; }
      .tc-footer-style5 .foot .download-link .icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #373e43;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-margin-end: 20px;
        margin-inline-end: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 18px; }
  .tc-footer-style5 .social-icons a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    border: 1px solid #373737;
    margin: 5px; }
    .tc-footer-style5 .social-icons a:hover {
      background-color: #373737;
      color: #fff; }





  .tc-footer-style5 .foot-subscribe .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background-color: transparent;
    margin-bottom: 20px;
    border: 1px solid var(--color-dark1);
    border-radius: 50px;
  }
  .tc-footer-style5 .foot-subscribe p{
      text-transform: none;
  }
  .tc-footer-style5 .foot-subscribe .form-group .form-control::placeholder {color: var(--color-dark1) !important;}
    .tc-footer-style5 .foot-subscribe .form-group .icon {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      color: var(--color-dark1); }
    .tc-footer-style5 .foot-subscribe .form-group .form-control {
      border: 0;
      background-color: transparent; }
      .tc-footer-style5 .foot-subscribe .form-group .form-control::-webkit-input-placeholder {
        color: #BBD683; }
      .tc-footer-style5 .foot-subscribe .form-group .form-control:-ms-input-placeholder {
        color: #BBD683; }
      .tc-footer-style5 .foot-subscribe .form-group .form-control::-ms-input-placeholder {
        color: #BBD683; }
      .tc-footer-style5 .foot-subscribe .form-group .form-control::placeholder {
        color: #BBD683; }
    .tc-footer-style5 .foot-subscribe .form-group button {
      border: 0;
      background-color: transparent;
      color: var(--color-dark1);
      text-transform: uppercase; }
    
      
      
      
@media screen and (max-width: 991px) {
  .tc-footer-style5 .title h2 {
    font-size: 20vw; }
  .tc-footer-style5 .info h4 {
    font-size: 30px; } }

.home-style5 {
  background-color: #f7f7f7;
  color: #373E43; }
  .home-style5 h1, .home-style5 h2, .home-style5 h3, .home-style5 .sub-font {
    font-family: 'Instrument Serif', serif; 
     
  }
.breadcrumb-wrapper h4{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    color: #b6b6b6;
}
.breadcrumb-wrapper h4 span{
    position: relative;
    margin-left: 16px;
    color: #fff;
}
.breadcrumb-wrapper h4 span:after{
    content: '';
    position: absolute;
    left: -9px;
    top: 6px;
    font-size: 15px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}




@media screen and (max-width: 991px) {
  .home-style5 br {
    display: none; }
  .home-style5 .fsz-50 {
    font-size: 30px !important; }
  .home-style5 .fsz-40 {
    font-size: 25px !important; }
  .home-style5 .mb-90 {
    margin-bottom: 40px !important; }
  .home-style5 .fsz-30 {
    font-size: 33px !important; }
  .home-style5 .fsz-70 {
    font-size: 35px !important; }
  .home-style5 .fsz-24 {
    font-size: 17px !important; }
  .home-style5 .mt-150 {
    margin-top: 80px !important; }
  .home-style5 .mb-120 {
    margin-bottom: 80px !important; } }

/* --------------- process style1 --------------- */
    .tc-process-style1 {
        position: relative;
        z-index: 10;
        margin-top:40px;
    }
    .tc-process-style1 .container{
        padding: 70px 0;
        background-color: #fff;
        border-radius: 40px; 
    }
    .tc-process-style1 .title h2 {
        font-size: 65px !important;
        text-transform: uppercase;
        font-weight: 500;
    }
    
  .tc-process-style1 .accordion-item {
    border: 0;
    border-radius: 0; }
    .tc-process-style1 .accordion-item .accordion-button {
      color: #000;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
      padding: 30px; }
      .tc-process-style1 .accordion-item .accordion-button:not(.collapsed) {
        border-color: #000; }
        .tc-process-style1 .accordion-item .accordion-button:not(.collapsed) h3 {
          color: var(--color-green1); }
      .tc-process-style1 .accordion-item .accordion-button h3 {
        font-size: 24px; }
      .tc-process-style1 .accordion-item .accordion-button .num {
        font-size: 24px;
        color: #999;
        font-weight: 200;
        -webkit-margin-end: 30px;
        margin-inline-end: 30px; }
    .tc-process-style1 .accordion-item .accordion-body {
      -webkit-padding-start: 56px;
/*      padding-inline-start: 85px;
      -webkit-padding-end: 50px;
      padding-inline-end: 50px;
      padding-top: 0;
      padding-bottom: 30px;*/ }
      .tc-process-style1 .accordion-item .accordion-body .text {
        font-size: 15px;
        color: #666; }
  .tc-process-style1 .img {
    height: 440px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: rotate(30deg) scale(1.3);
    -ms-transform: rotate(30deg) scale(1.3);
    transform: rotate(30deg) scale(1.3);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0; }
    .tc-process-style1 .img.animated {
      -webkit-transform: rotate(0deg) scale(1);
      -ms-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
      opacity: 1; }

@media screen and (max-width: 991px) {
  .tc-process-style1 {
    padding: 80px 0; }
    .tc-process-style1 .accordion-item .accordion-button .num {
      display: none; }
    .tc-process-style1 .accordion-item .accordion-button h3 {
      font-size: 21px; }
    .tc-process-style1 .accordion-item .accordion-body {
      -webkit-padding-start: 30px;
      padding-inline-start: 30px; }
    .tc-process-style1 .img {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      margin-top: 50px;
      height: 350px; } }
      
      
      
/*---------------  projects inner page  --------------------*/
.tc-header-style2 {
  position: relative;
  padding-top: 80px; }
  .tc-header-style2 .top-info h2 {
    font-size: 60px;
    font-weight: 400; }
    .tc-header-style2 .top-info h2 span {
      color: var(--color-green1);
      font-style: italic;
      font-weight: 400; }
    .tc-header-style2 .top-info .award-wrapper {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 40px;
        border: 1px solid #999;
        border-radius: 50px;
        margin-top: 20px; 
        max-width: 100%;
    }
    .tc-header-style2 .top-info .award-wrapper p {
      font-size: 18px; }
    .tc-header-style2 .top-info .award-wrapper .line {
      width: 40px;
      height: 1px;
      background-color: #fff;
      margin: 0 10px; }
  .tc-header-style2 .top-info .facts-wrapper {
    position: relative;
    padding: 30px 40px; }
    .tc-header-style2 .top-info .facts-wrapper * {
      position: relative;
      z-index: 10; }
    .tc-header-style2 .top-info .facts-wrapper .num {
      font-size: 60px;
      font-weight: 400; }
    .tc-header-style2 .top-info .facts-wrapper p {
      color: #666; }
    .tc-header-style2 .top-info .facts-wrapper .line {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 0; }
      .tc-latest-cases-style1 {
        border-top: 0;
    }
    .full-image-box{
        width:100%;
        height: 550px;
        border-radius: 20px;
        overflow: hidden;
    }
    .full-image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .award-wrapper a {
        display: flex;
        align-items: center;
    }
/* --------------- services style7 --------------- */
.tc-services-style7 {
  position: relative; }
  .tc-services-style7 .content {position: relative;padding: 70px 0;}
  .tc-services-style7 .content .service-card {
      position: relative;
      margin-top: 50px;
      padding: 30px;
      border: 1px solid #ccc;
      display: block; }
      .tc-services-style7 .content .service-card:hover {
        border-top: 5px solid var(--color-green1); }
      .tc-services-style7 .content .service-card .top-info {
        
        margin-bottom: 30px; }
        .tc-services-style7 .content .service-card .top-info .icon {
          width: 65px;
          height: 65px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          border-radius: 50%;
          background-color: #F3F8E9;
          color: var(--color-green1);
          font-size: 18px; }
      .tc-services-style7 .content .service-card .text {
        min-height: 170px;
        font-size: 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start; }

@media screen and (max-width: 991px) {
  .tc-services-style7 {
    padding: 0 !important; }
    .tc-services-style7 .content {
      padding: 80px 0; } }


.breadcrumb-wrapper {
    position: relative;
    background: #111111;
}
.breadcrumb-wrapper .page-heading {
    padding: 150px 0 55px;
    text-align: center;
    position: relative;
}

.breadcrumb-wrapper .page-heading {
  padding: 210px 0 40px;
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding: 170px 0 130px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    padding: 130px 0 130px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading {
    padding: 0px 0 30px;
  }
}
.breadcrumb-wrapper .page-heading h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
     margin-bottom: 30px;
    margin-top: 100px;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h2 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h2 {
    font-size: 34px;
  }
}
.inner-box{
    margin-top: 40px;
}
.inner-box .single-item{
	margin-top: 30px;
}
.single-item{
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 55px;
}
 .single-item .icon-box{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    min-width: 60px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 23px;
    transition: all 500ms ease;
}
 .single-item h4{
    font-weight: 300;text-transform: uppercase;
        margin-bottom: 6px;
 }
 .single-item p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
 .single-item:hover .icon-box {
    background: #26853a;
}
 .tc-about-style7 {
    position: relative;
    padding: 80px 0;
}

/* --------------- benifits --------------- */
    .about-ma {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
        background: #fff;
    }
    .about-ma .content h2 {
        font-size: 50px;
        font-weight: 400;
        line-height: 1;
        margin: 20px 0;
    }
    .about-ma .content p {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.5;
        margin: 5px 0;
    }
    .about-ma .content .item .botm {
        flex-direction: column; 
        text-align: left;
    }
    .about-ma .bg-img {
    height: 100vh;
    width: 50vw; }
    .about-ma .content {
        padding: 60px 0px 60px;
        width: 50vw; 
    }
    .about-ma .content .item {
        margin-top: 0;
        margin-bottom: 50px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 50px;    
    }
    .about-ma .content .item .botm h3 {
    font-size: 40px;margin-bottom: 20px;
    font-weight: 500;
    line-height: 1;}
    .about-ma .content .item .botm h3 span {
    font-size: 40px; }
    .about-ma .content .item .botm h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 15px; }
    .about-ma .bg-img .content{
        position: absolute;
        top: 50%;
        left: 50%;
            text-align: center;
        transform: translate(-50%, -50%);
    }
    .about-ma .bg-img .section-number {
        font-size: 100px;
        font-weight: bold;
        color: #111111;
        opacity: 0.8;
    }
    .about-ma .bg-img .box span {
        font-size: 100px;
        font-weight: bold;
        color: #111111;
        opacity: 0.8;
    }
    .about-ma .item.sec-head{min-height: 60vh;}
    .about-ma .bg-img .box {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-ma .bg-img h2{
        font-size: 50px;
        font-weight: 400;
        color: #111111;
        opacity: 0.9;
        text-transform: uppercase;
    }
    @media screen and (max-width: 991px){
        .md-hide{
            display:none !important;
        }
        .about-ma .content {
            width: 100vw;
            padding: 50px;
        }
        .about-ma .content h2 {
            font-size: 35px;
        }
        .about-ma .content p {
            font-size: 16px;
        }
    }
/* ===================
team single css 
====================== */
.py-120 {
    padding: 120px 0px;
}
.sec-title {
    margin-bottom: 50px;
    font-weight: 500;
	font-size: 50px;
}
.sub-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 27px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em;
    position: relative;
    padding-left: 40px;
}
.sub-title:before {
    width: 30px;
    top: auto;
    bottom: 7px;
}
.sub-title:before, .sub-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    height: 2px;
    width: 34px;
    background: #26853a!important;
}

.team-single-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.team-single-overview-content h4{
	color: #000;
}
.team-single-img img {
  border-radius: 20px;
	width: 100%;
}

.team-single-content {
  padding-left: 15px;
}

.team-single-info {
  margin-top: 20px;
}

.team-single-info li {
  margin: 10px 0;
}

.team-single-info-left {
  font-weight: 600;
}

.team-single-info-right {
  margin-left: 10px;
}

.team-single-social a {
  height: 35px;
  width: 35px;
  line-height: 32px;
  border: 2px solid #FE4B7B;
  color: #13275B;
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
}

.team-single-social a:hover {
  background: #FE4B7B;
  color: #fff;
}

.team-single-overview {
  margin-top: 70px;
}

.team-single-overview-img img {
  border-radius: 10px;
}

@media (max-width: 991px) {
  .team-single-img {
    margin-bottom: 20px;
  }

  .team-single-overview-img {
    margin-top: 20px;
  }
}

.marquee {
  position: relative;
  height: 39px;
  background: linear-gradient(180deg, rgba(38, 133, 58, 1) 0%, rgba(0, 145, 209, 1) 100%);
	color: #fff;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 15s linear infinite;
}
.marquee .track .content{
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


@media screen and (max-width: 991px) {
    .lft-content-inner-2 {
        width: 100%;
        height: 100%;
    }
    .rght-content-inner-2 {
        display: none;
    }
    .lft-content-inner-2 h2 {
        font-size: 3rem;
        font-weight: 400;
    }
    .tc-contact-form-style1 { 
        padding: 50px 20px; 
    }
    .mb-30 {
        margin-bottom: 18px !important;
    }
    .tc-contact-form-style1 .form .form-control {
        padding: 3px 0;
        font-size: 11px;
    }
    .tc-contact-form-style1 .form .butn {
        padding: 9px 30px;
    }
}


.match-results-table td {
     border: 1px solid #f3f3f3;
    line-height: 44px;
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    padding: 0 15px;
    background: #f1f1f1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.match-results-table thead tr {
	background: #e81f3e;
}
.match-results-table thead tr td {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 42px;
	padding: 0 10px;
	background: #e81f3e;
	border-top: 0px;
}
.match-results-table thead tr td:first-child, .match-results-table thead tr td:last-child {
	border: 0px;
}