/* ========= [ * page-home_3 ]  =========*/

html[lang="ar"] {
  direction: rtl;
}

@font-face {
  font-family: "ntaqat";
  src: url("../fonts/ntaqat.ttf");
}

html {
  scroll-behavior: smooth;
}
.svg-tit{
    width:100%;
    height:20rem;
}
.f-naqat{
    font-family: "ntaqat";
}
.animatin-warning{
    animation: pulse 2s ease-in-out infinite
}
@keyframes pulse {
	0% {
		background: #ff674f;
		color: #000;
	}
	50% {
		background: #6f2a21;
		color: #fff;
	}
	100% {
		background: #ff674f;
		color: #000;
	}
}

.ctct {
  display: flex;
  place-items: center;
}

section {
  overflow: hidden;
}

.success-message,
.error-message {
  display: none;
  font-size: 18px;
  z-index: 99999;
  margin-top: 1.5rem;
}

.success-message {
  color: green !important;
  z-index: 99999;
}

.error-message {
  color: red !important;
  z-index: 99999;
}
.p-img{
    padding-bottom:2rem;
}
/* --------------- side_menu_style4 --------------- */

#hoverContent {
  display: none;
  position: absolute;
  background-color: #dedcb4ab;
  color: #4c683e;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 9999999999;
}

#hoverContent img {
  width: 100px;
  height: 80px;
  display: block;
  margin-bottom: 5px;
  z-index: 99999999999;
  align-items: center;
}

.bor-produit {
  margin-top: 2rem;
  border: .1rem solid #c9c3a1;
  cursor: pointer;
  border-radius: 20px;
  padding: 8px;
  margin-right: .0156px;
  transition: all .5s ease-in;
}

.bor-produit:hover {
  background-color: #c9c3a1;
  border: none;
}

.tc-portfolio-style3 .title .links a:hover {
  color: #fff;
}

/* --------------- menu style hove --------------- */
.bor-menu {
  border: 1px solid #fff;
}

.side-nav .b-link {
  transition: all ease-out .5s;
}

.side-nav .b-link:hover {
  transform: translate(0px, -15px);

}

/* -------------------Animated Text------------------- */

.animated-text {
  font-size: calc(2.5vw + 15px) !important;
  letter-spacing: -0.03em;
  padding: 25px 0;
  font-weight: 900;
  text-transform: uppercase;
  background-image: linear-gradient(-225deg,
      #fff 0%,
      #ececec 29%,
      #354c2c 67%,
      #c9c3a1 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff !important;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  display: inline-block;
  font-family:"ntaqat";
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* -------------------Animated Text------------------- */

/* --------------- end menu style hove --------------- */

.f-hamah{
     font-family: "Hamah"!important;
}

.p-text {
  color: #4b6e3d;
}
.ls{
    letter-spacing: .13rem;
}
.v-btn {
  font-size: 1.5rem;
  padding:1rem 1.3rem;
  text-align:center;
  color: #fff !important;
  background-color: #4b6e3d;
  border-radius: 100%;
  transition: all ease-in-out .5s;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  animation: pulse 2s infinite;
  cursor: pointer;
}

.v-btn:hover {
  animation: none;
}


@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(75, 110, 61, 1);
    box-shadow: 0 0 0 0 rgba(75, 110, 61, 1);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(75, 110, 61, 0);
    box-shadow: 0 0 0 10px rgba(75, 110, 61, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(75, 110, 61, 0);
    box-shadow: 0 0 0 0 rgba(75, 110, 61, 0);
  }
}

/* --------------- testimonials style1 --------------- */
.tc-testimonials-style1 {
  position: relative;
  padding-bottom: 3rem;
}

.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: 1px;
  font-family: "ntaqat";
}

.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 #354d2d;
  color: transparent;
  letter-spacing: .7rem;
}

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

@media screen and (max-width: 991px) {
  .tc-testimonials-style1 {
    padding: 0px;
  }
.v-btn{
    padding:0 1.5rem;
}
.tc-testimonials-style1 .marq-slider a {
  letter-spacing: .31rem;
}

  .tc-portfolio-style3,
  .tc-partners-style3,
  .tc-contact-style3 {
    padding: 50px 0 !important;
  }

  .tc-contact-style3 .form {
    padding-bottom: 0 !important;
  }

  .tc-portfolio-style3 .title {
    margin-bottom: 20px !important;
  }

  .svg-map {
    transform: scale(2.2);
  }

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

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

  .chat-icons {
    display: flex;
    position: absolute;
    right: 130px;
    top: -50px;
  }
}

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

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

/* End Tetimoniale */

/* Location */

/* End Location */

/* Slide Controle */
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;
}

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

/* End Slide Controle */

.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: #fff;
  background-image: url(../img/bg_pattern.png);
  background-repeat: repeat;
  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);
  font-family: "ntaqat" !important;
}

.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(2vw + 10px);
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "ntaqat" !important;
}

.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: 50px;
  right: 5vw;
  cursor: pointer;
}

.side_menu4_overlay {
  position: absolute;
  z-index: 90;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-yellow1);
  -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: var(--color-yellow1);
  -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 style3 --------------- */
.tc-navbar-style3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 20px 4vw;
}

.tc-navbar-style3 .btn-select {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tc-navbar-style3 .btn-select::before {
  position: absolute;
  content: "\f107";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  right: 15px;
  top: 12px;
  color: #fff;
}

.tc-navbar-style3 .btn-select .form-select {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  background-image: none;
  padding: 11px 35px 11px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tc-navbar-style3 .btn-select .form-select option {
  color: #000;
}

.tc-navbar-style3 .side-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.tc-navbar-style3 .side-nav .b-link {
  background-color: #898150;
}

@media screen and (min-width: 1400px) {

  .tc-navbar-style3 .side-nav .b-link {
    padding: .8rem;
    color: #fff;
    background-color: #898150ed;
    margin: .5rem;
    font-family: "ntaqat" !important;
  }
}
@media screen and (min-width: 1900px) {
  .col-large {
    width: 16%;
  }
}


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

  .tc-navbar-style3 .side-nav .b-link {
    padding: .7rem;
    font-family: "ntaqat" !important;
    margin-left: 0.8rem;
    color: #fff;
  }

}


.tc-navbar-style3 .side-nav .b-link:hover {
  background-color: #486b3b;
  color: #fff;
}

.ico-link i {
  color: #fff;
}

.ico-link i:hover {
  color: #486b3b;
}

.tc-navbar-style3 .side-nav .ico-link {
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #486b3b;
  border: 1px solid #486b3b;
  font-size: 18px;
}

.tc-navbar-style3 .side-nav .ico-link:hover {
  background-color: #486b3b;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar-brand .logo {
    width: 100%;
  }

  .chat-widget {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100px;
  }

  .tc-navbar-style3 .col-6 {
    width: 50% !important;
  }

  .tc-navbar-style3 .col-lg-4 {
    width: 100%;
  }

  .tc-navbar-style3 .side-nav {
    width: 100%;
    margin-top: 20px;
  }

  .tc-navbar-style3 .side-nav a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .tc-navbar-style3 {
    padding: 20px 9vw;
  }
}

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

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

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

.tc-header-style3 .header-slider .slider-controls {
  position: absolute;
  right: 4vw;
  bottom: 80px;
  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-style3 .header-slider .slider-controls .swiper-button-next,
.tc-header-style3 .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-style3 .header-slider .slider-controls .swiper-button-next::after,
.tc-header-style3 .header-slider .slider-controls .swiper-button-prev::after {
  color: #fff;
  position: relative;
  font-size: 35px;
}

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

.tc-header-style3 .header-slider .swiper-pagination>span {
  font-size: 16px;
  font-weight: 100;
  margin: 0 10px;
}

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

.tc-header-style3 .slider-card .img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tc-header-style3 .slider-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: #363636; */
  background-color: #363636bb;
  /* opacity: 60%; */

  /* opacity: 78%; */
  pointer-events: none;
}

.tc-header-style3 .slider-card .info {
  position: relative;
  z-index: 20;
  color: #fff;
  padding: 250px 4vw 80px;
}

.tc-header-style3 .slider-card .info * {
  color: #c9c3a1;
}

.tc-header-style3 .slider-card .info .title-side {
  position: relative;
  /*padding: 88px 30px;*/
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-ms-flex-wrap: wrap;*/
  /*flex-wrap: wrap;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*-ms-flex-line-pack: justify;*/
  align-content: center;
  height: 75%;
  text-align: center;
}


.tc-header-style3 .slider-card .info .title-side .t-link {
  font-size: 18px;
  text-align: start;
}

.tc-header-style3 .slider-card .info .cont .title h5 {
  font-size: 25px;
  font-weight: 500;
}

.tc-header-style3 .slider-card .info .cont .title h6 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tc-header-style3 .slider-card .info .cont h1 {
  font-size: calc(2.5vw + 15px);
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding: 30px 0;
  font-family: "ntaqat";
  font-weight: 900;
}

.tc-header-style3 .slider-card .info .cont .text {
  font-family: "ntaqat";
  font-size: 15px;
  margin-top: 15px;
}

.tc-header-style3 .slider-card .info .cont .arrow-icon {
  width: 80px;
  height: 80px;
  background-color: transparent;
  color: #000;
  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: 100px;
  transform: translateX(100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 70%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 70%);
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%); */
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}




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

  /* --------------- services style3 --------------- */
  .tc-services-style3 {
    padding: 60px 0 0 0 !important;
  }

  .tc-header-style3 .slider-card .info .title-side {
    padding: 50px 0;
    text-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 3;
    font-family: "ntaqat";
  }

  .tc-header-style3 .slider-card .info {
    padding: 200px 4vw 80px;
  }

  .tc-header-style3 .slider-card .info .cont h1 {
    line-height: 40px;
  }
}

/* --------------- services style3 --------------- */
.tc-services-style3 {
  position: relative;
  padding: 140px 0;
  background-color: #c9c4a126;
  overflow: hidden;
}

/* .tc-services-style3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: calc(((100% - 1320px) / 2) + 1320px);
  height: 1px;
  background-color: #0003;
} */

.tc-services-style3 .servives-cards .service-card {
  padding: 0px;
  background-color: #fff;
  display: block;
  -webkit-border-end: 1px solid #c9c4a1;
  border-inline-end: 1px solid #c9c4a1;
}

.tc-services-style3 .servives-cards .service-card.sm-card {
  -webkit-border-end: 0;
  border-inline-end: 0;
  border-bottom: 1px solid #ECECEC;
}

.tc-services-style3 .servives-cards .service-card.sm-card .info {
  padding: 0;
}

.tc-services-style3 .servives-cards .service-card.sm-card .info h3 {
  font-size: 25px !important;
}

.tc-services-style3 .servives-cards .service-card.sm-card .img {
  width: 120px;
  height: 120px;
}

.tc-services-style3 .servives-cards .service-card:hover .img img {
  -webkit-transform: scale(1.2) rotate(5deg);
  -ms-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}

.tc-services-style3 .servives-cards .service-card:hover .info h3 {
  color: var(--color-orange1);
}

.tc-services-style3 .servives-cards .service-card .num {
  text-align: end;
}

.tc-services-style3 .servives-cards .service-card .num .num-cir {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ECECEC;
  border-radius: 50%;
}

.tc-services-style3 .servives-cards .service-card .img {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  margin: 60px auto;
}

.tc-services-style3 .servives-cards .service-card .img img {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.tc-services-style3 .servives-cards .service-card .info {
  padding: 11px;
  /* padding: 2rem; */
}

.tc-services-style3 .servives-cards .service-card .info h3 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-services-style3 .servives-cards .all-card {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  padding: 48px 25px;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 45% 100%, -45% 0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 45% 100%, -45% 0);
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 45%, 45% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 45%, 45% 100%, 0 100%); */
}

.poly-card {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 45% 100%, -45% 0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 33% 100%, -86% 0);
}

/* .poly-act-one {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 45%, 45% 100%, 0 100%);
  clip-path: polygon(0% 24%, 0 0%, 100% 0, 100% 73%, 0% 72%);
}

.poly-act-two {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 45%, 45% 100%, 0 100%);
  clip-path: polygon(0% 24%, 0 0%, 100% 0, 100% 73%, 0% 72%);
} */


.tc-services-style3 .servives-cards .all-card i {
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .tc-services-style3 .servives-cards .service-card {
    border-bottom: 5px solid #9994;
  }
    .svg-tit{
        display:none!important;
    }
  .tc-services-style3 .servives-cards .service-card .info {
    /* padding: 25px; */
    padding: 0;
  }

  .tc-services-style3 .servives-cards .service-card.sm-card {
    border-bottom: 5px solid #9994;
  }

  .tc-services-style3 .servives-cards .service-card.sm-card .img {
    width: 230px;
    height: 230px;
  }

  .tc-services-style3 .servives-cards .service-card.sm-card .info h3 {
    font-size: 45px !important;
  }
}

/* --------------- about style3 --------------- */
.tc-about-style3 {
  padding: 140px 0;
  background-color: #c9c4a126;
  overflow: hidden;
}

.tc-about-style3 .top-info {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.tc-about-style3 .top-info .numbers-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tc-about-style3 .top-info .numbers-boxes .sm-card {
  padding: 30px;
  border: 1px solid #B4B4B4;
  display: inline-block;
  width: 220px;
  margin-top: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-about-style3 .top-info .numbers-boxes .md-card {
  position: relative;
  padding: 30px;
  border: 1px solid #B4B4B4;
  background-color: #fff;
  display: inline-block;
  margin-top: 373px;
  width: 300px;
  margin-left: -0.5px;
  -webkit-clip-path: polygon(calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%, 0 0);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-about-style3 .top-info .numbers-boxes .md-card::after {
  position: absolute;
  content: "";
  right: 79px;
  top: 0;
  height: 50%;
  width: 1px;
  background-color: #B4B4B4;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.tc-about-style3 .top-info .numbers-boxes .lg-card {
  position: relative;
  padding: 50px;
  background-color: var(--color-yellow1);
  display: inline-block;
  width: 100%;
  margin-left: -0.5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 110px 100%, 0 calc(100% - 110px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 110px 100%, 0 calc(100% - 110px));
}

.tc-about-style3 .top-info .numbers-boxes .lg-card h2 {
  font-size: 120px;
  margin-bottom: 90px;
}

.tc-about-style3 .top-info .pattern {
  position: absolute;
  top: 180px;
  right: 0;
  height: 100%;
  width: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top right;
  object-position: top right;
}

.tc-about-style3 .img-content {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 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-about-style3 .img-content.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);
  padding: 0 12rem;
}

.tc-about-style3 .img-content .main-img {
  position: relative;
  height: 800px;
  -webkit-clip-path: polygon(190px 0, 100% 0, 100% 100%, 0 100%, 0 190px);
  clip-path: polygon(190px 0, 100% 0, 100% 100%, 0 100%, 0 190px);
  -webkit-margin-start: calc((100% - 1320px) / 2);
  margin-inline-start: calc((100% - 1320px) / 2);
  /* -webkit-filter: grayscale(1);
  filter: grayscale(1); */
}

@media screen and (max-width: 991px) {
  .tc-about-style3 .top-info {
    padding-bottom: 50px;
  }

  .tc-about-style3 .top-info .numbers-boxes {
    display: block;
  }

  .tc-about-style3 .top-info .numbers-boxes .sm-card {
    margin-top: 50px;
  }

  .tc-about-style3 .top-info .numbers-boxes .md-card {
    margin-top: 30px;
  }

  .tc-about-style3 .top-info .numbers-boxes .lg-card {
    margin-top: 30px;
  }

  .tc-about-style3 .img-content {
    position: relative;
    padding: 0 15px;
    width: 900px;
  }

  .tc-about-style3 .img-content .main-img {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-clip-path: polygon(-49% 0%, 100% 0%, 100% 100%, 0% 100%, 25% 100%);
    clip-path: polygon(-49% 0%, 100% 0%, 100% 100%, 0% 100%, 25% 100%);
    /* -webkit-clip-path: polygon(110px 0, 100% 0, 100% 100%, 0 100%, 0 110px);
    clip-path: polygon(110px 0, 100% 0, 100% 100%, 0 100%, 0 110px); */
    height: 400px;
  }
}

/* --------------- portfolio style3 --------------- */
.tc-portfolio-style3 {
  position: relative;
  padding: 140px 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: 18px;
  color: #354d2d;
  text-transform: uppercase;
  -webkit-margin-end: 50px;
  margin-inline-end: 40px;
}

.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% 100%, 30% 100%, 0 70%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 70%);
  /* -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: "";
  left: 22px;
  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(-49% 0%, 100% 0%, 100% 100%, 0% 100%, 25% 100%);*/
  /*clip-path: polygon(-49% 0%, 100% 0%, 100% 100%, 0% 100%, 25% 100%);*/
  /* -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;
  }
}

/* --------------- partners style3 --------------- */

.tc-partners-style3 {
  position: relative;
  padding: 140px 0;
  background-color: #fff;
  overflow: hidden;
}

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

.tc-partners-style3 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tc-partners-style3 .logos .logo-card {
  position: relative;
  background-color: #fff;
  height: 258px;
  border: 1px solid #c9c4a1;
  width: 20%;
  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;
  padding: 5px;
}

.tc-partners-style3 .logos .logo-card:hover {
  border-color: var(--color-yellow1);
}

.tc-partners-style3 .logos .logo-card .logo {
  max-width: 100%;
  height: 68%;
  object-fit: cover;
  border-radius: 5%;
  border: 1px solid #c9c5a1;
  transition: all ease-out .2s;
  filter:grayscale(40%);
}

.tc-partners-style3 .logos .logo-card .logo:hover {

  filter: drop-shadow(0 0 0.75rem #c9c5a1);
}

.tc-partners-style3 .logos .logo-card .num {
  position: absolute;
  top: 10px;
  z-index: 10;
  font-size: 1.2rem;
}

.tc-partners-style3 .logos .logo-card p {
  position: absolute;
  bottom: 10px;
  color: #354d2d;
  z-index: 10;
  font-size: 1.2rem;
  font-weight: bolder;
}

@media screen and (max-width: 991px) {
  .tc-partners-style3 .logos .logo-card {
    height: 220px;
    width: 50%;
  }
}


/* --------------- contact style3 --------------- */
.tc-contact-style3 {
  position: relative;
  padding: 140px 0 0;
  overflow: hidden;
}

.tc-contact-style3 .container {
  position: relative;
  z-index: 20;
}

.tc-contact-style3 .map-side {
  position: relative;
  height: 100%;
  padding-bottom: 140px;
}

.tc-contact-style3 .map-side::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 500%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: -webkit-linear-gradient(top, transparent, #fff);
  background-image: -o-linear-gradient(top, transparent, #fff);
  background-image: linear-gradient(to bottom, transparent, #fff);
  z-index:0;
}

.tc-contact-style3 .map-side .map {
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100% - 100px);
  pointer-events: none;
}

.tc-contact-style3 .map-side .map .map-img {
  max-width: inherit;
  max-height: inherit;
  float: right;
}

.tc-contact-style3 .form {
  position: relative;
  z-index: 20;
  padding-bottom: 140px;
}

.tc-contact-style3 .form .form-check .form-check-input {
  float: none;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  width: 25px;
  height: 25px;
  border-radius: 0;
  margin-top: -5px;
  border: 1px solid rgb(201 197 161) !important;
}

.tc-contact-style3 .form .upload_img_content .file__input--file {
  display: none;
}

.tc-contact-style3 .form .upload_img_content .file__input--label {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 200;
}

.tc-contact-style3 .form .upload_img_content .file__input--label i {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  font-size: 21px;
}

.tc-contact-style3 .form .upload_img_content .file__value_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tc-contact-style3 .form .upload_img_content .file__value_content .file__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin-top: 15px;
  background-color: #0002;
  width: 31%;
  -webkit-margin-end: 2%;
  margin-inline-end: 2%;
}

.tc-contact-style3 .form .upload_img_content .file__value_content .file__value .file__value--text {
  width: calc(100% - 30px);
  overflow: hidden;
}

.tc-contact-style3 .form .upload_img_content .file__value--remove {
  cursor: pointer;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}

.tc-contact-style3 .form .form-check-input:checked {
  background-color: var(--color-yellow1);
  border-color: var(--color-yellow1);
}

@media screen and (max-width: 991px) {
  .tc-contact-style3 .map-side .map {
    opacity: 0.3;
  }
}

/* --------------- footer style3 --------------- */
.tc-footer-style3 {
  position: relative;
  padding: 10px 0 80px;
  background-color: #1F1F1F;
  color: #fff;
}

.tc-footer-style3 a:hover {
  color: var(--color-yellow1);
}

.tc-footer-style3 a:hover * {
  color: var(--color-yellow1);
}

.tc-footer-style3 .top-info {
  padding: 30px 0;
  border-bottom: 1px solid #666;
}

.tc-footer-style3 .top-info .foot-logo {
  height: 60px;
}

.tc-footer-style3 .top-info .top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tc-footer-style3 .top-info .top-links a {
  text-transform: uppercase;
}

.tc-footer-style3 .main-content {
  padding: 100px 0;
}

.tc-footer-style3 .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tc-footer-style3 .social-links a {
  width: 35px;
  height: 35px;
  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: #333;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  margin-top: 10px;
}

.tc-footer-style3 .social-links a:hover {
  background-color: var(--color-yellow1);
  color: #000 !important;
}

.tc-footer-style3 .social-links a:hover * {
  color: #000 !important;
}

.tc-footer-style3 .btn-select {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tc-footer-style3 .btn-select::before {
  position: absolute;
  content: "\f107";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  right: 15px;
  top: 12px;
  color: #fff;
}

.tc-footer-style3 .btn-select .form-select {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  background-image: none;
  padding: 9px 50px 9px 35px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tc-footer-style3 .btn-select .form-select option {
  color: #000;
}

.home-style3 .borderd {
  border: 1px solid #c9c4a1;
}

.home-style3 .text,
.home-style3 .p {
  color: #354d2d;
}

.home-style3 .form-control {
  border-radius: 0;
  font-size: 14px;
  border: 1px solid #c9c4a1;
  min-height: 50px;
}

.home-style3 .form-control::-webkit-input-placeholder {
  color: #999;
}

.home-style3 .form-control:-ms-input-placeholder {
  color: #999;
}

.home-style3 .form-control::-ms-input-placeholder {
  color: #999;
}

.home-style3 .form-control::placeholder {
  color: #999;
}

.home-style3 .form-control:hover,
.home-style3 .form-control:focus {
  border-color: var(--color-yellow1);
}

.home-style3 .to_top {
  background-color: var(--color-yellow1);
  bottom: 5vw;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 0;
  -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;
}

.home-style3 .to_top:hover {
  background-color: var(--color-yellow1);
  border-color: var(--color-yellow1);
}

.home-style3 .to_top::after {
  position: absolute;
  content: "";
  right: 18px;
  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;
}

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

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

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

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

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

  .tc-about-style3 .img-content.animated {
    padding: 0rem;
  }

  .tc-about-style3 {
    padding: 70px;
  }

  .tc-header-style3 .slider-card .info .title-side h3 {
    display: none;
  }

  .tc-header-style3 .slider-card .info .title-side .t-link {
    display: none;
  }

  .tc-header-style3 .slider-card .info .title-side {
    padding: 0;
  }

  .tc-contact-style3 .map-side {
    padding-bottom: 0;
  }

  .section-padding {
    padding: 0;
  }

  .tc-about-style3 {
    padding: 10px;
  }

  .tc-header-style3 .slider-card .info .cont h1 {
    padding: 0;
  }

  .tc-header-style3 .slider-card .info .cont .arrow-icon {
    margin-top: 50px;
  }

  .tc-header-style3 .header-slider .slider-controls .swiper-button-next,
  .tc-header-style3 .header-slider .slider-controls .swiper-button-prev {
    display: none;
  }
}

/* Footer Css */
/* --------------- footer style1 --------------- */
.tc-footer-style1 {
  background-color: #c9c4a126;
}

.tc-footer-style1 .foot-social a,
.rs-icons {
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  text-align: center;
  border-radius: 50%;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  background-color: #fff;
  border: 1px solid #4f6547;
  font-size: 14px;
}

.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: 14px;
  color: #354d2d;
  margin: 5px 0;
}

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

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

.tc-footer-style1 .foot .foot-links a {
  font-size: 14px;
  -webkit-margin-end: 3vw;
  margin-inline-end: 3vw;
}

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/******** chat icon olive ******************************************************************************/

/* General container styles */
.chat-widget {
  position: fixed;
  bottom: 20px;
  right: 60px;
  width: 100px;
  text-align: center;
  z-index: 9999;
}

/* Chat icons container */
@media screen and (min-width: 991px) {
  .chat-icons {
    /* display: flex; */
    flex-direction: column;
    position: absolute;
    top: -200px;
    width: 100%;
    align-items: end;
  }
.mt-n{
    margin-top:-1.5rem;
}
}

/* Icons */
.chat-icon {
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin: 4px 0;
  font-size: 14px;
  text-align: center;
}

.chat-icon i {
  font-size: 1.6rem;
  background-color: #4b6e3d;
  width: max-content;
  padding: .8rem;
  border-radius: 97% 3% 97% 3% / 71% 29% 71% 29%;
  color: #fff;
  padding: 1.1rem;
  box-shadow: #4b6e3d 0px 4px 12px;
}

.chat-icon:hover {
  transform: translateY(-5px);
}

/* Smooth reveal animation */
@keyframes revealIcons {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-brand .logo {
  width: 250px;
  border-radius: 50%;
  /* background-color: #ffffffb0; */
}
/* ========= [ * global ]  =========*/
/* --------------- global --------------- */
*,
* 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: #354c2c;
}

.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;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "ntaqat";
}

.cont_width {
  max-width: max-content !important;
}

.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;
  font-family: "ntaqat" !important;
}

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

/* Preloader
-----------------------------------------------------------------*/
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap .text-center {
  position: relative;
  z-index: 444;
}

.loader-wrap .text-center .logo {
  width: 50px;
  margin-bottom: 30px;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #F1EEE9;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #000;
  z-index: 20;
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

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

.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: 80px !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: 100px !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;
}

/* --------------- 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-color: #2e2e31 !important;
}

/* --------------- 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: 14px !important;
}

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

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

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

.fsz-18 {
  font-size: 20px !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: 22px !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: 2.5em !important;
}

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

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

.fsz-45 {
  font-size: 26px !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: 70px !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: 5px 5px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

.butn.md-butn {
  padding: 10px 25px;
}

.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: #4b3ec4;
  --color-orange1: #9a9757;
  --color-yellow1: #4c673e;
  --color-green1: #689210;
  --color-brown1: #E5C696;
  --color-brown2: #7D764D;
  --color-light1: #9a9757;
  /* --color-light1: #eff3f6; */
}

.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: var(--color-orange1) !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: var(--color-green1) !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;
}

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