html,
body {
  overflow-x: hidden;
}

.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-color: #DFE3EC;
  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;
}

.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;
}

.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;
}

.font-bold {
  font-family: 'Lufga Bold';
  font-size: 30px !important;
}

.font-light {
  font-family: 'Lufga Light';
  font-size: 19px !important;
}

@font-face {
  font-family: 'Lufga Light';
  font-style: normal;
  font-weight: normal;
  src: local('Lufga Light'), url('LufgaLight.woff') format('woff');
  /* src: url(./common/assets/fonts/webfonts/LufgaLight.woff) format('woff'); */
}

@font-face {
  font-family: 'Lufga Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Lufga Bold'), url('LufgaBold.woff') format('woff');
  /* src: url(./common/assets/fonts/webfonts/LufgaBold.woff) format('woff'); */
}

/* --------------- footer style1 --------------- */
.tc-navbar-style1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  padding: 0;
}

.tc-navbar-style1 .content {
  padding: 0px 0;
}

.tc-navbar-style1 .content .navbar-brand {
  max-width: 220px;
  -webkit-margin-end: 100px;
  margin-inline-end: 50px;
}

.tc-navbar-style1 .content .navbar-nav .nav-link {
  font-size: 18px;
  color: #fff;
  opacity: 1;
  margin: 0 2px;
}

.tc-navbar-style1 .content .navbar-nav .nav-link:hover,
.tc-navbar-style1 .content .navbar-nav .nav-link.active {
  color: #c1b483;
}

.tc-navbar-style1 .content .nav-side .icon {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-navbar-style1 {
    position: relative;
    background-color: #5d1d1c;
  }

  .tc-navbar-style1 .content {
    border: 0;
  }

  .tc-navbar-style1 .content .navbar-nav {
    margin: 20px 0;
    padding-left: 30px;
  }

  .tc-navbar-style1 .content .navbar-nav .nav-link {
    margin: 0;
  }
}


.floating-contact {
  display: none;
  width: 85%;
  position: relative;
  left: 40px;
  bottom: 30px;
  z-index: 30;
  background-color: #5d1d1c;
  padding: 17px 30px;
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #e4c963;
  border-left: 0px;
}

.floating-contact p a {
  font-family: "Lufga Light" !important;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.7em;
  color: #FFFFFF;
}

.floating-contact2 {
  position: absolute;
  right: 0px;
  bottom: 30px;
  z-index: 30;
  background-color: #5d1d1c;
  padding: 17px 30px;
  border-radius: 20px 0px 0px 20px;
  border: 2px solid #e4c963;
  border-right: 0px;

  p {
    margin: 0;
  }
}

.floating-contact2 p a {
  font-family: "Lufga Light" !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.7em;
  color: #FFFFFF;
}

.text-mobile h1 {
  font-size: 50px !important;
}

@media screen and (max-width: 991px) {

  .text-mobile h1 {
    font-size: 27px !important;
  }

  .floating-contact {
    bottom: -20px;
    padding: 10px 15px;
  }

  .floating-contact2 {
    bottom: 5px;
    padding: 10px 15px;
  }

  .floating-contact p a {
    font-family: "Lufga Light" !important;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.7em;
    color: #FFFFFF;
  }

  .floating-contact2 p a {
    font-family: "Lufga Light" !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.7em;
    color: #FFFFFF;
  }

  .tc-navbar-style1 .content .navbar-brand {
    max-width: 190px;
    -webkit-margin-end: 100px;
    margin-inline-end: 100px;
  }
}

/* --------------- header style1 --------------- */
.tc-header-style1 .header-slider {
  position: relative;
  overflow: hidden;
}

.tc-header-style1 .header-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100% !important;
}

.tc-header-style1 .header-slider .swiper-slide-active {
  position: relative;
  z-index: 20;
}

.tc-header-style1 .header-slider .slider-controls {
  position: absolute;
  right: 40px;
  bottom: 130px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
}

.tc-header-style1 .header-slider .slider-controls .swiper-button-next,
.tc-header-style1 .header-slider .slider-controls .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-margin-start: 50px;
  margin-inline-start: 50px;
  font-size: 30px;
}

.tc-header-style1 .header-slider .slider-controls .swiper-button-next::after,
.tc-header-style1 .header-slider .slider-controls .swiper-button-prev::after {
  color: #fff;
  position: relative;
}

.tc-header-style1 .header-slider .swiper-pagination {
  position: absolute;
  left: 4vw;
  bottom: 120px;
  color: #fff;
  z-index: 30;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tc-header-style1 .header-slider .swiper-pagination>span {
  font-size: 30px;
  font-weight: 100;
  display: block;
  margin: 10px 0;
}

.tc-header-style1 .slider-card {
  position: relative;
}

.tc-header-style1 .slider-card .img {
  height: 650px;
  position: relative;
  /* min-height: 100vh; */
}

.tc-header-style1 .slider-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 30%;
  pointer-events: none;
}

.tc-header-style1 .slider-card .info {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  z-index: 20;
  color: #fff;
}

.tc-header-style1 .slider-card .info h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 991px) {
  .tc-header-style1 .slider-card .info h1 {
    font-size: 35px;
  }

  .tc-header-style1 .slider-card .img {
    height: 285px;
  }

  .tc-header-style1 .slider-card .info {
    bottom: 60px;
  }

  .tc-header-style1 .swiper-pagination {
    display: none;
  }

  .tc-header-style1 .header-slider .slider-controls {
    bottom: 165px;
    right: 0;
  }

  .tc-header-style1 .header-slider .slider-controls .swiper-button-prev::after,
  .tc-header-style1 .header-slider .slider-controls .swiper-button-next::after {
    font-size: 20px;
  }
}

/* --------------- experience style1 --------------- */
.tc-experience-style1 {
  position: relative;
  padding: 150px 0 100px;
  /* background: linear-gradient(90deg, rgba(202, 190, 132, 1) 35%, rgba(183, 172, 110, 1) 100%); */
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  margin-top: -40px;
  z-index: 10;
}

.tc-experience-style1 .c-line {
  position: absolute;
  top: 70px;
  left: 0;
  width: 90%;
  height: calc(100% - 140px);
  z-index: 10;
  pointer-events: none;
  -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 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}

.tc-experience-style1 .c-line.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.tc-experience-style1 .exp-num .num {
  font-size: 150px;
  color: var(--color-orange1);
  font-weight: 500;
}

.tc-experience-style1 .img {
  width: 320px;
  height: 385px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: rotate(5deg) scale(1.3);
  -ms-transform: rotate(5deg) scale(1.3);
  transform: rotate(5deg) 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-experience-style1 .img.animated {
  -webkit-transform: rotate(-360deg) scale(1);
  -ms-transform: rotate(-360deg) scale(1);
  transform: rotate(-360deg) scale(1);
  opacity: 1;
}

.tc-experience-style1 .rotate-txt {
  font-size: 12px;
  color: #666;
  -webkit-transform: rotate(90deg) translateX(30px);
  -ms-transform: rotate(90deg) translateX(30px);
  transform: rotate(90deg) translateX(30px);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

@media screen and (max-width: 991px) {
  .tc-experience-style1 {
    padding: 80px 0;
  }

  .tc-experience-style1 .exp-num {
    text-align: center;
  }

  .tc-team-style1 {
    padding: 36px 0 !important;
  }

  .tc-experience-style1 .c-line {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .tc-experience-style1 .img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-bottom: 50px;
  }

  .tc-experience-style1 .exp-num .num {
    position: relative;
    margin-bottom: -115px;
    z-index: 10;
  }
}

/* --------------- services style1 --------------- */
.tc-services-style1 {
  position: relative;
  background: linear-gradient(90deg, rgba(202, 190, 132, 1) 35%, rgba(183, 172, 110, 1) 100%);
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#F1EEE9), color-stop(#F1EEE999), to(transparent));
  background-image: -webkit-linear-gradient(top, #F1EEE9, #F1EEE999, transparent);
  background-image: -o-linear-gradient(top, #F1EEE9, #F1EEE999, transparent);
  background-image: linear-gradient(to bottom, #F1EEE9, #F1EEE999, transparent); */
}

.tc-services-style1 .title p {
  letter-spacing: 50px;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.tc-services-style1 .title p.animated {
  letter-spacing: 10px;
  opacity: 1;
}

.tc-services-style1 .content {
  position: relative;
  z-index: 10;
}

/* .tc-services-style1 .service-card:nth-child(1) {
  -webkit-border-start: 1px solid #ccc;
  border-inline-start: 1px solid #ccc;
} */

.tc-services-style1 .service-card {
  padding: 20px 60px 20px 30px;
  -webkit-border-start: 1px solid #ccc;
  border-inline-start: 1px solid #ccc;
  display: block;
}

.tc-services-style1 .service-card:hover .arrow {
  background-color: #000;
  color: #fff;
}

.tc-services-style1 .service-card .icon {
  color: var(--color-orange1);
  margin-bottom: 20px;
  font-size: 30px;
}

.tc-services-style1 .service-card .img {
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
}

.tc-services-style1 .service-card .arrow {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-top: 40px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-services-style1 .ser-img {
  width: 100%;
  height: 1000px;
  margin-top: -550px;
}

.tc-services-style1 .ser-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.tc-services-style1 .service-card,
a {
  color: #000;
}

.border-orange1 span {
  color: #000 !important;
  font-size: 17px;
}

@media screen and (max-width: 991px) {
  .tc-services-style1 .service-card {
    border: 0;
    padding: 0;
    margin-top: 50px !important;
  }

  .tc-services-style1 .service-card,
  a {
    color: #000;
  }

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

  .learn-mob {
    margin-top: -16px !important;
  }

  .border-orange1 span {
    color: #000 !important;
  }
}

/* --------------- process style1 --------------- */
.tc-process-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #fff;
  z-index: 10;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
}

.tc-process-style1 .c-line {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 50%;
  height: 550px;
  z-index: 10;
  pointer-events: none;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}

.tc-process-style1 .c-line.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.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-top: 1px solid #ccc;
  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-orange1);
}

.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: 85px;
  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: 19px;
  color: #666;
}

.tc-process-style1 .img {
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: rotate(-30deg) scale(1.3);
  -ms-transform: rotate(-30deg) scale(1.3);
  transform: rotate(15deg) 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: 1;
}

.tc-process-style1 .img.animated {
  -webkit-transform: rotate(15deg) scale(1);
  -ms-transform: rotate(15deg) scale(1);
  transform: rotate(15deg) scale(1);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-process-style1 .img {
    transform: rotate(15deg) scale(1.3);
  }

  .tc-process-style1 .img.animated {
    transform: rotate(-18deg) scale(1.3);
    opacity: 1 !important;
  }

  .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 style1 --------------- */
.tc-projects-style1 .tabs-links .nav-pills .nav-link {
  background-color: transparent;
  padding: 0;
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  text-transform: capitalize;
  color: #000;
}

.tc-projects-style1 .tabs-links .nav-pills .nav-link.active,
.tc-projects-style1 .tabs-links .nav-pills .nav-link:hover {
  color: var(--color-orange1);
}

.tc-projects-style1 .projects {
  padding-bottom: 100px;
  border-bottom: 1px solid #ccc;
}

.tc-projects-style1 .projects .projects-content {
  position: relative;
}

/* .tc-projects-style1 .projects .projects-content * {
      cursor: none; } */
.tc-projects-style1 .projects .projects-content .float-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
  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;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 10;
  -webkit-transition: all 0.02 linear;
  -o-transition: all 0.02 linear;
  transition: all 0.02 linear;
  pointer-events: none;
  -webkit-box-shadow: 0 0 30px #0001;
  box-shadow: 0 0 30px #0001;
}

.tc-projects-style1 .projects .projects-content .float-cursor.show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.tc-projects-style1 .projects .project-card .img {
  height: 630px;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}

.tc-projects-style1 .projects .project-card .info {
  padding-top: 40px;
}

.tc-projects-style1 .projects .project-card .info .tags {
  margin-bottom: 30px;
}

.tc-projects-style1 .projects .project-card .info .tags a {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 50px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.tc-projects-style1 .projects .project-card .info .title {
  font-size: 35px;
  margin-bottom: 15px;
}

.tc-projects-style1 .projects .project-card .info .title a:hover {
  color: var(--color-orange1);
}

.tc-projects-style1 .projects .project-card .info .text {
  font-size: 14px;
  color: #666;
}

.tc-team-style1 .team-card.team-text .title span {
  color: #000;
}

@media screen and (max-width: 991px) {
  .tc-projects-style1 .projects {
    padding-bottom: 50px;
  }

  .tc-team-style1 .team-card.team-text .title span {
    color: #000;
  }

  .tc-projects-style1 .projects .project-card .img {
    height: 350px;
  }

  .tc-projects-style1 .projects .project-card .info .title {
    font-size: 25px;
  }
}

/* --------------- testimonials style1 --------------- */
.tc-testimonials-style1 {
  position: relative;
  padding: 150px 0;
}

.tc-testimonials-style1 .c-line {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25%;
  z-index: 5;
  pointer-events: none;
}

.tc-testimonials-style1 .lg-icon {
  font-size: 170px;
  -webkit-margin-start: -15px;
  margin-inline-start: -15px;
  display: block;
}

.tc-testimonials-style1 .tc-clients-style1 {
  position: relative;
  overflow: hidden;
}

.tc-testimonials-style1 .tc-clients-style1 .clients-slider1 {
  position: relative;
  overflow: hidden;
}

.tc-testimonials-style1 .tc-clients-style1 .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #ccc;
}

.tc-testimonials-style1 .tc-clients-style1 .author .au-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}

.tc-testimonials-style1 .tc-clients-style1 .slider-controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
}

.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next,
.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
}

.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next::after,
.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev::after {
  color: #000;
  font-size: 12px;
}

.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next:hover::after,
.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev:hover::after {
  color: var(--color-orange1);
}

.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination {
  position: static;
  margin: 0 10px;
}

.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}

.tc-testimonials-style1 .marq-slider {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

.tc-testimonials-style1 .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.tc-testimonials-style1 .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.tc-testimonials-style1 .marq-slider a {
  font-size: 150px;
  font-weight: 500;
  -webkit-text-stroke: 1px #000;
  color: transparent;
}

.tc-testimonials-style1 .marq-slider a:hover {
  color: #000;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-style1 {
    padding: 50px 0;
  }

  .tc-testimonials-style1 .lg-icon {
    font-size: 120px;
  }

  .tc-testimonials-style1 .marq-slider a {
    font-size: 50px;
  }
}

/* --------------- team style1 --------------- */
.tc-team-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  z-index: 10;
  margin-top: -40px;
}

.tc-team-style1 .member-colmn {
  margin: auto;
}

.tc-team-style1 .team-card {
  position: relative;
  margin-bottom: 40px;
  display: block;
}

.tc-team-style1 .team-card:hover .img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.tc-team-style1 .team-card:hover .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.tc-team-style1 .team-card:hover .img::after {
  opacity: 0.5;
}

.tc-team-style1 .team-card:hover .title {
  opacity: 1;
  top: 50%;
}

.tc-team-style1 .team-card:hover .img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.tc-team-style1 .team-card:hover .img img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tc-team-style1 .team-card.team-text:hover .img {
  border-color: #000;
}

.tc-team-style1 .team-card.team-text .img {
  border: 1px solid #ccc;
}

.tc-team-style1 .team-card.team-text .img::after {
  display: none;
}

.tc-team-style1 .team-card.team-text .title {
  font-weight: 300;
  color: #000 !important;
  text-align: start;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
}

.tc-team-style1 .team-card.team-text .title .arrow {
  margin-top: 10px;
  display: block;
}

.tc-team-style1 .team-card .img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-team-style1 .team-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-team-style1 .team-card .title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  opacity: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
  text-transform: capitalize;
}

.tc-team-style1 .numbers {
  padding-top: 50px;
}

.tc-team-style1 .numbers .number-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-top: 50px;
}

.tc-team-style1 .numbers .number-card .perc {
  font-size: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 25px;
  margin-inline-end: 25px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-orange1);
}

.tc-team-style1 .numbers .number-card p {
  font-size: 17px;
  color: #666;
  text-transform: capitalize;
  line-height: 1.5;
}

/* --------------- awards style1 --------------- */
.tc-awards-style1 {
  position: relative;
  z-index: 10;
  padding: 150px 0;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
  background-color: #262929;
  color: #fff;
}

.tc-awards-style1 .awards-content .awards-list .award-row {
  padding: 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.tc-awards-style1 .awards-content .awards-list .award-row:hover {
  background-color: var(--color-orange1);
}

@media screen and (max-width: 991px) {
  .tc-awards-style1 {
    padding: 50px 0;
  }

  .tc-awards-style1 .awards-content .awards-list .award-row {
    background-color: #fff1;
    margin-bottom: 30px;
  }
}

/* --------------- blog style1 --------------- */
.tc-blog-style1 {
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F1EEE9), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #F1EEE9, transparent);
  background-image: -o-linear-gradient(bottom, #F1EEE9, transparent);
  background-image: linear-gradient(to top, #F1EEE9, transparent);
}

.tc-blog-style1 .swiper-button-next {
  color: #000;
  right: 3vw;
}

.tc-blog-style1 .swiper-button-next::after {
  font-size: 40px;
}

.tc-blog-style1 .swiper-button-prev {
  color: #000;
  left: 3vw;
}

.tc-blog-style1 .swiper-button-prev::after {
  font-size: 40px;
}

.tc-blog-style1 .blog-card {
  position: relative;
}

.tc-blog-style1 .blog-card .img {
  position: relative;
  height: 415px;
  border-radius: 20px;
  overflow: hidden;
}

.tc-blog-style1 .blog-card .info {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.tc-blog-style1 .blog-card .info .date {
  width: 25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .tc-blog-style1 .blog-card .img {
    height: 350px;
  }

  .tc-blog-style1 .blog-card .info {
    display: block;
    width: 100%;
  }

  .tc-blog-style1 .blog-card .info .date {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* --------------- chat style1 --------------- */
.tc-chat-style1 {
  position: relative;
  padding: 150px 0;
  background: linear-gradient(90deg, rgba(202, 190, 132, 1) 35%, rgba(183, 172, 110, 1) 100%);
}

.tc-chat-style1 .c-line {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 60%;
  pointer-events: none;
  height: 450px;
  pointer-events: none;
  -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 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}

.tc-chat-style1 .c-line.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.tc-chat-style1 .xl-text {
  font-size: 50px;
  font-weight: 500;
  position: relative;
  z-index: 10;
  line-height: 1;
  color: var(--color-orange1);
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .tc-chat-style1 .xl-text {
    font-size: 20px;
  }

}

.bg-white {
  background-color: #565454 !important;
  border-color: #bcb073 !important;
}

/* --------------- footer style1 --------------- */
.tc-footer-style1 .foot-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  background-color: #dad9d9;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #470000;
}

.tc-footer-style1 .foot-social a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
  color: #fff;
}

.tc-footer-style1 .footer-links a {
  font-size: 19px;
  color: #666;
  margin: 2px 0;
}

.tc-footer-style1 .footer-links a:hover {
  color: #000;
  text-decoration: underline;
}

.tc-footer-style1 .foot {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.tc-footer-style1 .foot .foot-links a {
  font-size: 19px;
  -webkit-margin-end: 4vw;
  margin-inline-end: 2vw;
  color: #000;
}

.tc-footer-style1 .foot .foot-links a:last-of-type {
  margin: 0;
}

.home-style1 .borderd {
  border-color: #ccc !important;
}

.home-style1 .section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-style1 .section-padding-x {
  padding-right: 4vw;
  /* padding-left: 4vw; */
}

.home-style1 .section-head-style1 .sub-title {
  font-size: 14px;
  color: #333;
  position: relative;
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.home-style1 .section-head-style1 .sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 30px;
  height: 8px;
  background-color: #888;
}

.home-style1 .section-head-style1 h2 {
  font-size: 55px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  .home-style1 br {
    display: none;
  }

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

  .home-style1 .fsz-45 {
    font-size: 25px !important;
    letter-spacing: 1.5px;
  }

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

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

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

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

  .home-style1 .section-head-style1 .sub-title {
    margin-bottom: 15px !important;
  }

  .home-style1 .section-head-style1 h2 {
    font-size: 30px;
  }

  .home-style1 .mt-5 {
    margin-top: 2rem !important;
  }

  .home-style1 .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

html[lang="ar"] .home-style1 {
  direction: rtl;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

html[lang="ar"] .home-style1 .tc-header-style1 .header-slider .swiper-pagination {
  left: auto;
  right: 4vw;
}

html[lang="ar"] .home-style1 .tc-header-style1 .header-slider .slider-controls {
  right: auto;
  left: 40px;
}

html[lang="ar"] .home-style1 .tc-header-style1 .header-slider .slider-card .info h1 {
  font-size: calc(10vw + 10px);
}

html[lang="ar"] .home-style1 .tc-experience-style1 .img.animated {
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

html[lang="ar"] .home-style1 .tc-experience-style1 .c-line {
  left: auto;
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

html[lang="ar"] .home-style1 .tc-services-style1 .title p.animated {
  letter-spacing: normal;
  font-size: 30px;
}

html[lang="ar"] .home-style1 .tc-process-style1 .img.animated {
  -webkit-transform: rotate(-15deg) scale(1);
  -ms-transform: rotate(-15deg) scale(1);
  transform: rotate(-15deg) scale(1);
}

html[lang="ar"] .home-style1 .tc-process-style1 .c-line {
  right: auto;
  left: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

html[lang="ar"] .home-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls {
  left: 0;
  right: auto;
}

html[lang="ar"] .home-style1 .tc-testimonials-style1 .c-line {
  left: auto;
  right: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

html[lang="ar"] .home-style1 .tc-chat-style1 .c-line {
  right: auto;
  left: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

html[lang="ar"] .home-style1 .loader-wrap {
  direction: ltr;
}

.tc-testimonials-style11 .marq-slider {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

.tc-testimonials-style11 .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.tc-testimonials-style11 .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.tc-testimonials-style11 .marq-slider a {
  font-size: 150px;
  font-weight: 500;
  -webkit-text-stroke: 1px #470000;
  color: transparent;
}

.tc-testimonials-style11 .marq-slider a:hover {
  color: #470000;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-style11 {
    padding: 50px 0;
  }

  .tc-testimonials-style1 .lg-icon {
    font-size: 120px;
  }

  .tc-testimonials-style1 .marq-slider a {
    font-size: 50px;
  }
}

/*--------FAQ-----------------*/

.tc-testimonials-style1 {
  position: relative;
  background-image: url(../img/dark_bg2.png);
  background-size: cover;
  color: #fff;
  padding-top: 50px;
}

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

.tc-faq .accordion {
  position: relative;
  padding: 3vw 5vw 8vw;
}

.tc-faq .accordion .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tc-faq .accordion .accordion-item {
  position: relative;
  z-index: 5;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #666;
}

.tc-faq .accordion .accordion-item:last-of-type {
  border: 0;
}

.tc-faq .accordion .accordion-item .accordion-button {
  background-color: transparent !important;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 30px 0;
}

.tc-faq .accordion .accordion-item .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: rotate(0);
  transform: rotate(0);
  font-size: 18px;
  font-weight: 400;
}

.tc-faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #e9e9e9;
  border-radius: 0;
}

.tc-faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "";
}

.tc-faq .accordion .accordion-item .accordion-button .num {
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  font-weight: 300;
}

.tc-faq .accordion .accordion-item .accordion-body {
  padding-top: 0;
  padding-bottom: 30px;
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
}

@media screen and (max-width: 991px) {
  .tc-services-style1 .learn p {
    letter-spacing: 15px;
    display: contents;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .tc-services-style1 .learn p.animated {
    letter-spacing: 10px;
    opacity: 1;
  }

}


@media screen and (max-width: 786px) {
  .management p {
    padding: 0px 20px !important;
    margin-top: 10px !important;
  }

  .home-style1 h1 {
    text-align: center;
  }

  .home-style1 .float_txt_puneet {
    margin-inline-start: 54% !important;
  }

  .home-style1 .float_txt_sharani {
    margin-inline-start: 57% !important;
  }

  .img-contain {
    width: 100% !important;
  }

  .t-center {
    text-align: center !important;
  }

  .tc-woocommerce {
    padding: 20px 0px 0px 0px !important;
  }

  .tc-navbar-style1 .content .nav-side .icon {
    display: none !important;
  }

  .vi-mi {
    display: flex;
    flex-flow: column;
  }

  .mission {
    order: 2;
  }

  .mission-img {
    order: 1;
  }

  .img.aos-init.aos-animate {
    margin-left: 30px !important;
  }

  /* img.img-cover {
    margin-left: -4px;
  } */
}

/* img.img-cover {
  margin-left: -23px;
} */

.img.aos-init.aos-animate {
  margin-left: -91px;
}

.tc-woocommerce {
  position: relative;
  background-color: rgb(241, 238, 233);
  padding: 40px 0px;
}

.sub-font {
  font-family: "Lufga Light";
  text-align: center;
}

.home-style1 h1 {
  font-size: 45px;
  font-weight: 300;
  line-height: 0.9;
  margin-top: 12px;
}

.home-style1 .float_txt_puneet {
  font-size: 40px;
  color: var(--color-green1);
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-margin-start: 50%;
  margin-inline-start: 52%;
  margin-top: -8px;
  font-family: 'Sacramento', cursive;
}

.home-style1 .float_txt {
  font-size: 40px;
  color: var(--color-green1);
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-margin-start: 50%;
  margin-inline-start: 57%;
  margin-top: -8px;
  font-family: 'Sacramento', cursive;
}

.home-style1 .float_txt_sharani {
  font-size: 40px;
  color: var(--color-green1);
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-margin-start: 50%;
  margin-inline-start: 58%;
  margin-top: -8px;
  font-family: 'Sacramento', cursive;
}

.management p {
  padding: 0px;
  margin-top: 25px;
}




.tc-map-style1 {
  position: relative;
  margin-bottom: -30px;
  background-color: #fff;
  z-index: 10;
}

.tc-map-style1 .map-card {
  border-radius: 15px;
  overflow: hidden;
  height: 700px;
}

.tc-map-style1 .map-card iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: -6px;
  -webkit-filter: grayscale(0.7);
  filter: grayscale(0.7);
}

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

.tc-contact-form-style1 .form {
  display: block;
}

.tc-contact-form-style1 .form label {
  display: block;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}

.tc-contact-form-style1 .form .form-control {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
  font-size: 16px;
}

.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%;
}

@media screen and (max-width: 991px) {
  .tc-map-style1 .map-card {
    height: 400px;
  }
}




/* --------------- portfolio style3 --------------- */
.tc-portfolio-style3 {
  position: relative;
  padding: 90px 0;
  background-color: #fff;
  overflow: hidden;
}

.tc-portfolio-style3 .bg {
  position: absolute;
  top: -20%;
  right: 0;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: inherit;
}

.tc-portfolio-style3 .title {
  margin-bottom: 110px;
}

.tc-portfolio-style3 .title .links a {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
}

.tc-portfolio-style3 .title .links a:hover {
  color: var(--color-yellow1);
}

.tc-portfolio-style3 .projects-slider {
  position: relative;
  overflow: hidden;
}

.tc-portfolio-style3 .projects-slider .swiper-slide {
  opacity: 0 !important;
}

.tc-portfolio-style3 .projects-slider .swiper-slide-active {
  opacity: 1 !important;
}

.tc-portfolio-style3 .projects-slider .swiper-slide-active .project-card .info {
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
}

.tc-portfolio-style3 .projects-slider .swiper-slide-active .project-card .main-img {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.tc-portfolio-style3 .projects-slider .slider-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-next,
.tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-next::after,
.tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-prev::after {
  color: #000;
  position: relative;
  font-size: 25px;
}

.tc-portfolio-style3 .projects-slider .project-card .info {
  position: relative;
  padding-bottom: 50px;
  height: 100%;
  -webkit-transform: translateY(-100px) scale(0.7);
  -ms-transform: translateY(-100px) scale(0.7);
  transform: translateY(-100px) scale(0.7);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.tc-portfolio-style3 .projects-slider .project-card .info .arrow-icon {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #fff;
  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;
  font-size: 25px;
  margin-top: 90px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #B4B4B4;
}

.tc-portfolio-style3 .projects-slider .project-card .info .arrow-icon:hover {
  background-color: var(--color-yellow1);
}

.tc-portfolio-style3 .projects-slider .project-card .info .arrow-icon::after {
  position: absolute;
  content: "";
  right: 19px;
  bottom: 0;
  height: 50%;
  width: 1px;
  background-color: #B4B4B4;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.tc-portfolio-style3 .projects-slider .project-card .main-img {
  height: 550px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 190px), calc(100% - 190px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 190px), calc(100% - 190px) 100%, 0 100%);
  -webkit-transform: translate(200px, 200px) scale(0.7);
  -ms-transform: translate(200px, 200px) scale(0.7);
  transform: translate(200px, 200px) scale(0.7);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-style3 .title .links a {
    font-size: 13px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
  }

  .tc-portfolio-style3 .projects-slider .slider-controls {
    left: auto;
    right: 0;
  }

  .tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-prev,
  .tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-next {
    -webkit-margin-start: 30px;
    margin-inline-start: 30px;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}




.tc-projects-style7 {
  position: relative;
}

.tc-projects-style7 .swiper-button-next,
.tc-projects-style7 .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
}

.tc-projects-style7 .swiper-button-next::after,
.tc-projects-style7 .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
}

.tc-projects-style7 .swiper-button-next:hover,
.tc-projects-style7 .swiper-button-prev:hover {
  background-color: #fff;
}

.tc-projects-style7 .swiper-button-next:hover::after,
.tc-projects-style7 .swiper-button-prev:hover::after {
  color: #000;
}

.tc-projects-style7 .swiper-button-next {
  right: 4vw;
}

.tc-projects-style7 .swiper-button-prev {
  left: 4vw;
}

.tc-projects-style7 .project-card {
  display: block;
  position: relative;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-border-end: 1px solid #fff;
  border-inline-end: 1px solid #fff;
}

.tc-projects-style7 .project-card:hover .info {
  background-color: #fff;
  color: #000;
}

.tc-projects-style7 .project-card .info {
  padding: 40px;
  width: 100%;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-projects-style7 .projects-content {
  position: relative;
  overflow: hidden;
}

.tc-projects-style7 .projects-content .glry-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tc-projects-style7 .projects-content .glry-img .tab-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.tc-projects-style7 .projects-content .glry-img .tab-img.current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-projects-style7 .project-card {
    height: 400px;
  }
}


/* --------------- services style7 --------------- */
.tc-services-style7 {
  position: relative;
}

.tc-services-style7 .content {
  position: relative;
  padding-bottom: 40px;
}

.tc-services-style7 .content .service-card .butn {
  padding: 15px 40px;
  -webkit-transition: all 0.2sease;
  -o-transition: all 0.2s ease;
  transition: all 0.2sease;
  position: relative;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.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: 105px;
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

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

  .tc-services-style7 .content {
    padding: 80px 0;
  }

}







/* --------------- featured style6 --------------- */
.tc-featured-style6 {
  position: relative;
  padding: 120px 0;
}

.tc-featured-style6 .nav-pills {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background-color: #F2F1EA;
  padding: 0 15px;
}

.tc-featured-style6 .nav-pills .nav-link {
  background-color: transparent;
  color: #999;
  padding: 15px;
  font-weight: 500;
}

.tc-featured-style6 .nav-pills .nav-link.active {
  color: #000;
}

.tc-featured-style6 .products-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.tc-featured-style6 .products-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin: 10px;
  background-color: #A0B3BB;
}

.tc-featured-style6 .products-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-brown2);
  outline: 1px solid var(--color-brown2);
  outline-offset: 3px;
}

.tc-featured-style6 .products-slider .swiper-button-prev::after,
.tc-featured-style6 .products-slider .swiper-button-next::after {
  font-size: 25px;
  color: #000;
}

.tc-featured-style6 .products-slider .product-card {
  position: relative;
  margin-top: 50px;
}

.tc-featured-style6 .products-slider .product-card:hover .img .butn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.tc-featured-style6 .products-slider .product-card .img {
  position: relative;
  height: 410px;
}

.tc-featured-style6 .products-slider .product-card .img .butn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 10;
  text-align: center;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-featured-style6 .products-slider .product-card .img .tags {
  position: absolute;
  top: 10px;
  left: 10px;
}

.tc-featured-style6 .products-slider .product-card .img .tags a {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px 10px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.tc-featured-style6 .products-slider .product-card .img .tags a.sold {
  background-color: #000;
  border-color: #000;
}

@media screen and (max-width: 786px) {
  img.management {
    width: 50%;
    position: relative;
    left: 175px;
  }
}

@media screen and (max-width: 425px) {
  img.management {
    width: 100%;
    left: 0px !important;
  }
}

label#name-error {
  font-size: 12px;
}

label#email-error {
  font-size: 12px;
}

label#mobile-error {
  font-size: 12px;
}

label#class-error {
  font-size: 12px;
}

label#media-error {
  font-size: 12px;
}

@media screen and (min-width: 320px) and (max-width: 786px) {

  .floating-contact {
    display: inline-block;
    width: 93%;
    position: relative;
    left: 15px;
    z-index: 30;
    background-color: #5d1d1c;
    padding: 17px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #e4c963;
    border-left: 0px;

    p {
      margin: 0;
    }
  }
  .tc-header-style1 .header-slider .slider-controls .swiper-button-next,
.tc-header-style1 .header-slider .slider-controls .swiper-button-prev {
 display: none;
}

  .floating-contact2 {
    display: none;
  }

  .about-pg-style1 .tc-header-preview .slider-card {
    height: 300px;
  }

  /*---------------------our team---------------*/

  .our-team {
    display: inline-table;
  }

  .our-team ul {
    display: inline-block !important;
    height: 100% !important;
  }

  .our-team li.active {
    display: -webkit-inline-box;
  }

  .our-team li {
    height: 118vh;
  }

  .our-team li .section-title {
    display: flex;
    height: 310px;
  }

  .our-team li.active .section-content {
    width: 355px !important;
    position: relative;
    top: 307px;
  }

  .tc-process-style1 .img {
    display: none;
  }

  .tc-testimonials-style11 .marq-slider a {
    font-size: 70px;
  }

  .about-pg-style1 .tc-header-preview .slider-card .info .text-mobile h1 {
    font-size: 25px !important;
    line-height: 4rem;
    position: relative;
    top: 80px;
  }

  .about-pg-style1 .tc-header-preview .slider-card .info .pyp h1 {
    font-size: 21px !important;
    line-height: 4rem;
    position: relative;
    top: 80px;
  }

  .tc-navbar-style1 .content .navbar-brand {
    max-width: 150px !important;
  }

  .our-team li {
    padding: 0px !important;
  }

  .our-team li.active {
    height: 820px;
  }

  .management p {
    padding: 0px;
    margin-top: 25px;
    text-align: left;
  }

  p {
    line-height: 1.4;
    text-align: left;
  }

  .fsz-16 {
    text-align: left;
    word-spacing: -1px;
    font-size: 19px !important;
    line-height: 1.4 !important;
  }

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

  .tc-testimonials-style11 .marq-slider {
    padding-top: 0px;
  }

  .tc-chat-style1 {
    padding: 50px 0;
  }

  .tc-chat-style1 .xl-text {
    font-size: 25px;
  }

  .help {
    margin-top: 2rem;
  }

  .con-m {
    display: none;
  }

  .tc-process-style1 {
    padding: 40px 0;
  }

  .learning-m {
    margin-top: 20px !important;
  }

  .core {
    display: none;
  }

  .our-team li .section-title img {
    min-width: 215px;
    border-radius: 10px;
    position: relative;
    left: 85px;
  }

  .our-team li.active .section-content h4 {
    text-align: center;
  }

  .our-team li.active .section-content h3 {
    text-align: center;
  }

  .img.cv-desktop {
    display: block !important;
  }

  .cv-mobile {
    display: none;
  }

  .mob-padding {
    margin-top: 10px;
  }

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

  .tc-services-style1 .service-card {
    padding: 0px 60px 0px 30px;
    -webkit-border-start: 1px solid #ccc;
    border-inline-start: 1px solid #ccc;
    display: block;
  }

  .tc-contact-form-style1 .shap {
    display: none;
  }

  .admission-open {
    top: 53% !important;
  }

}

.img.cv-desktop {
  display: none;
}

.pad {
  padding: 0px 35px 0px 35px;
}



/*---------------popup form-----*/

.form-popup {
  background-color: #5d1d1c;
  padding: 40px;
}

.btn-close {
  position: absolute;
  right: 3%;
  top: 3%;
  background-color: #fff;
  width: 30px;
  height: 30px;
  padding: 8px;
  z-index: 1000;
}

#enq {
  font-size: 30px;
  color: #f3ba10;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  padding-left: 7px;
  font-family: "Montserrat", serif;
}

.form-lable label {
  color: #bcb073;
}

.admission-open {
  border-radius: 0;

  font-size: 1rem;
  height: 38px;
  line-height: 43px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  width: 211px;
  top: 10%;
  background-color: #5d1d1c;
  color: #fff;
  font-weight: 600;
  border-radius: 5px 5px 0px 0px;
  z-index: 99999;
  cursor: pointer;
}

a.admission-open {
  color: #fff;
}

.error {
  color: red !important;
}

.modal-body {
  padding: 5px;
}

/*--------------------------Photo Gallery---------------*/

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 50px 50px;
}

.card {
  color: #000;
  border-radius: 2px;
  background: #F2F1EA;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  ;

  &-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #F2F1EA;

    img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}


@media only screen and (max-width: 768px) {

  .photo-gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }

  .card {
    width: 323px;
  }

  .card img {
    width: 323px;
  }

}