@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
:root {
	--color-white: #ffffff !important;
  --color-orange1:#ed3410 !important;
  --color-orange2:#ffa70f !important;
  --color-orange3:#fc4a1b !important;
  --color-red1:#f24c4c !important;
  --color-red2:#ff4672 !important;
  --color-red3:#fe0a5c !important;
  --color-red4:#ed362a !important;
  --color-blue1:#3953e4 !important;
  --color-blue2:#504ccb !important;
  --color-blue3:#4660ff !important;
  --color-blue4:#0141de !important;
  --color-darkBlue1:#1d2930 !important;
  --color-darkBlue2:#293462 !important;
  --color-cyan1:#06c39d !important;
  --color-cyan2:#00c87a !important;
  --color-cyan3:#13e9be !important;
  --color-lightGreen:#a5f211 !important;
  --color-green1:#22d26b !important;
  --color-light1:#ededf4 !important;
  --color-light2:#f4f4fb !important;
  --color-light3:#c3cfda !important;
  --color-piag:#d0c6a6 !important;
  --bg-grad1: linear-gradient(to right, #f33e20 0%, #fd8803 100%) !important;
}

.color-orange1 {
  color: var(--color-orange1) !important;
}

.link-primary {
    color: #094C7F !important
}

.border-orange1 {
  border-color: var(--color-orange1) !important;
}

.bg-orange1 {
  background: var(--color-orange1) !important;
  border-color: var(--color-orange1) !important;
}

.hover-orange1:hover {
  color: var(--color-orange1) !important;
}

.color-orange2 {
  color: var(--color-orange2) !important;
}

.border-orange2 {
  border-color: var(--color-orange2) !important;
}

.bg-orange2 {
  background: var(--color-orange2) !important;
  border-color: var(--color-orange2) !important;
}

.hover-orange2:hover {
  color: var(--color-orange2) !important;
}

.color-orange3 {
  color: var(--color-orange3) !important;
}

.border-orange3 {
  border-color: var(--color-orange3) !important;
}

.bg-orange3 {
  background: var(--color-orange3) !important;
  border-color: var(--color-orange3) !important;
}

.hover-orange3:hover {
  color: var(--color-orange3) !important;
}

.color-blue1 {
  color: var(--color-blue1) !important;
}

.border-blue1 {
  border-color: var(--color-blue1) !important;
}

.bg-blue1 {
  background: var(--color-blue1) !important;
  border-color: var(--color-blue1) !important;
}

.hover-blue1:hover {
  color: var(--color-blue1) !important;
}

.color-blue2 {
  color: var(--color-blue2) !important;
}

.border-blue2 {
  border-color: var(--color-blue2) !important;
}

.bg-blue2 {
  background: var(--color-blue2) !important;
  border-color: var(--color-blue2) !important;
}

.hover-blue2:hover {
  color: var(--color-blue2) !important;
}

.color-blue3 {
  color: var(--color-blue3) !important;
}

.border-blue3 {
  border-color: var(--color-blue3) !important;
}

.bg-blue3 {
  background: var(--color-blue3) !important;
  border-color: var(--color-blue3) !important;
}

.hover-blue3:hover {
  color: var(--color-blue3) !important;
}

.color-blue4 {
  color: var(--color-blue4) !important;
}

.border-blue4 {
  border-color: var(--color-blue4) !important;
}

.bg-blue4 {
  background: var(--color-blue4) !important;
  border-color: var(--color-blue4) !important;
}

.hover-blue4:hover {
  color: var(--color-blue4) !important;
}

.color-darkBlue1 {
  color: var(--color-darkBlue1) !important;
}

.border-darkBlue1 {
  border-color: var(--color-darkBlue1) !important;
}

.bg-darkBlue1 {
  background: var(--color-darkBlue1) !important;
  border-color: var(--color-darkBlue1) !important;
}

.hover-darkBlue1:hover {
  color: var(--color-darkBlue1) !important;
}

.color-cyan1 {
  color: var(--color-cyan1) !important;
}

.border-cyan1 {
  border-color: var(--color-cyan1) !important;
}

.bg-cyan1 {
  background: var(--color-cyan1) !important;
  border-color: var(--color-cyan1) !important;
}

.hover-cyan1:hover {
  color: var(--color-cyan1) !important;
}

.color-cyan2 {
  color: var(--color-cyan2) !important;
}

.border-cyan2 {
  border-color: var(--color-cyan2) !important;
}

.bg-cyan2 {
  background: var(--color-cyan2) !important;
  border-color: var(--color-cyan2) !important;
}

.hover-cyan2:hover {
  color: var(--color-cyan2) !important;
}

.color-cyan3 {
  color: var(--color-cyan3) !important;
}

.border-cyan3 {
  border-color: var(--color-cyan3) !important;
}

.bg-cyan3 {
  background: var(--color-cyan3) !important;
  border-color: var(--color-cyan3) !important;
}

.hover-cyan3:hover {
  color: var(--color-cyan3) !important;
}

.color-lightGreen {
  color: var(--color-lightGreen) !important;
}

.border-lightGreen {
  border-color: var(--color-lightGreen) !important;
}

.bg-lightGreen {
  background: var(--color-lightGreen) !important;
  border-color: var(--color-lightGreen) !important;
}

.hover-lightGreen:hover {
  color: var(--color-lightGreen) !important;
}

.color-green1 {
  color: var(--color-green1) !important;
}

.border-green1 {
  border-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;
}

.color-darkBlue2 {
  color: var(--color-darkBlue2) !important;
}

.border-darkBlue2 {
  border-color: var(--color-darkBlue2) !important;
}

.bg-darkBlue2 {
  background: var(--color-darkBlue2) !important;
  border-color: var(--color-darkBlue2) !important;
}

.hover-darkBlue2:hover {
  color: var(--color-darkBlue2) !important;
}

.color-red1 {
  color: var(--color-red1) !important;
}

.border-red1 {
  border-color: var(--color-red1) !important;
}

.bg-red1 {
  background: var(--color-red1) !important;
  border-color: var(--color-red1) !important;
}

.hover-red1:hover {
  color: var(--color-red1) !important;
}

.color-red2 {
  color: var(--color-red2) !important;
}

.border-red2 {
  border-color: var(--color-red2) !important;
}

.bg-red2 {
  background: var(--color-red2) !important;
  border-color: var(--color-red2) !important;
}

.hover-red2:hover {
  color: var(--color-red2) !important;
}

.color-red3 {
  color: var(--color-red3) !important;
}

.border-red3 {
  border-color: var(--color-red3) !important;
}

.bg-red3 {
  background: var(--color-red3) !important;
  border-color: var(--color-red3) !important;
}

.hover-red3:hover {
  color: var(--color-red3) !important;
}

.color-red4 {
  color: var(--color-red4) !important;
}

.border-red4 {
  border-color: var(--color-red4) !important;
}

.bg-red4 {
  background: var(--color-red4) !important;
  border-color: var(--color-red4) !important;
}

.hover-red4:hover {
  color: var(--color-red4) !important;
}

.color-piag {
  color: var(--color-piag) !important;
}

.border-piag {
  border-color: var(--color-piag) !important;
}

.bg-piag {
  background: var(--color-piag) !important;
  border-color: var(--color-piag) !important;
}

.hover-piag:hover {
  color: var(--color-piag) !important;
}

.border-000 {
  border-color: #000 !important;
}

.bg-000 {
  background: #000 !important;
  border-color: #000 !important;
}

.border-fff {
  border-color: #fff !important;
}

.bg-fff {
  background: #fff !important;
  border-color: #fff !important;
}

.border-light1 {
  border-color: var(--color-light1) !important;
}

.bg-light1 {
  background: var(--color-light1) !important;
  border-color: var(--color-light1) !important;
}

.border-light2 {
  border-color: var(--color-light1) !important;
}

.bg-light2 {
  background: var(--color-light1) !important;
  border-color: var(--color-light1) !important;
}

.color-light3 {
  color: var(--color-light3) !important;
}

.border-light3 {
  border-color: var(--color-light3) !important;
}

.bg-light3 {
  background: var(--color-light3) !important;
  border-color: var(--color-light3) !important;
}

.text-grad1 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--bg-grad1);
}

.bg-grad1 {
  background-image: var(--bg-grad1);
}

.hover-underLine:hover {
  text-decoration: underline !important;
}

.hover-white:hover {
  color: #fff;
}
.hover-white:hover * {
  color: #fff;
}

/* ========= [ * global Section ]  =========*/
/* --------------- global --------------- */
@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/satoshi/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Neco-Variable";
  src: url("../fonts/neco/Neco-Variable.ttf") format("truetype");
  font-weight: 400 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Neco-Variable-Italic";
  src: url("../fonts/neco/Neco-VariableItalic.ttf") format("truetype");
  font-weight: 400 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GrayscaleSignature";
  src: url("../fonts/GrayscaleSignature.ttf") format("truetype");
  font-weight: 400 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "roxborough_bold";
  src: url("../fonts/roxborough/FontsFree-Net-roxborough-cf-bold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "roxborough_bold_italic";
  src: url("../fonts/roxborough/roxborough-cf-bold-italic.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}
*,
* button:focus {
  outline: 0;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 0;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Satoshi-Variable";
  text-decoration: none;
  font-size: 14px;
  overflow-x: hidden;
  position: relative;
  color: #000;
  font-weight: 500;
}

.swiper-container {
  overflow: hidden;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-style1 {
  position: relative;
}
.home-style1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#f33e20), color-stop(50%, #fdb303), to(#42ccd8));
  background: -o-linear-gradient(left, #f33e20 0%, #fdb303 50%, #42ccd8 100%);
  background: linear-gradient(to right, #f33e20 0%, #fdb303 50%, #42ccd8 100%);
  z-index: 99;
}
.home-style1 .dark_item {
  display: none;
}

@media screen and (max-width: 991px) {
  .home-style5 .section-padding {
    padding: 50px 0;
  }
  .home-style5 .pb-100 {
    padding-bottom: 50px !important;
  }
}
.body-fixed-footer main {
  position: relative;
  z-index: 50;
  background-color: #fff;
}
.body-fixed-footer .fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.body-fixed-footer .ScrollSmoother-wrapper {
  z-index: 999;
}
.body-fixed-footer .smooth-scroll-content {
  z-index: 999;
}

.f-fm-neco {
  font-family: "Neco-Variable";
}

.f-fm-neco-italic {
  font-family: "Neco-Variable-Italic";
  font-style: italic;
}

.f-fm-signature {
  font-family: "GrayscaleSignature";
}

.f-fm-jakarta {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.f-fm-playfair {
  font-family: "Playfair Display", serif;
}

.f-fm-oswald {
  font-family: "Oswald", sans-serif;
}

.f-fm-rox-bold {
  font-family: "roxborough_bold";
}

.f-fm-rox-bold-italic {
  font-family: "roxborough_bold_italic";
}

 

h1, h2, h3, h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    color: #094C7F;
	text-transform: uppercase;
	line-height:1.3
}

.container,
.container-fluid {
  position: relative;
  z-index: 5;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1330px !important;
  padding-right: 15px;
  padding-left: 15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5) {
  margin-right: -15px;
  margin-left: -15px;
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5) > * {
  padding-right: 15px;
  padding-left: 15px;
}

.row.gx-5,
.row.gx-lg-5 {
  margin-right: -30px;
  margin-left: -30px;
}
.row.gx-5 > *,
.row.gx-lg-5 > * {
  padding-right: 30px;
  padding-left: 30px;
}

body a:focus {
  outline: 0;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

body ul {
  list-style-type: none;
  margin: 0;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  -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;
}

.swiper-notification {
  display: none;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  font-size: 16px;
  line-height: 1.8;
  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;
}

.text-gray {
  color: #666;
}

.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;
}

/* --------------- dropdown --------------- */
.dropdown-toggle::after {
  position: relative;
  top: 5px;
  opacity: 0.8;
  content: "\f3d0";
  display: inline-block;
  font-family: "Ionicons";
  border: 0;
  line-height: 1;
}

.dropdown-menu {
  min-width: 200px;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  top: 100%;
}
.dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}

/* --------------- forms --------------- */
select:focus,
input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* --------------- pagination style --------------- */
.pagination.style-1 a {
  width: 35px;
  height: 35px;
  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;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 0;
  margin-right: 5px;
  font-size: 11px;
  color: #666;
}
.pagination.style-1 a .text {
  padding: 3px 10px;
  font-size: 11px;
}
.pagination.color-main a:hover {
  color: var(--color-orange1) !important;
  border-color: var(--color-orange1);
}
.pagination.color-main a.active {
  color: #fff;
  border-color: var(--color-orange1);
  background-color: var(--color-orange1);
}

.swiper-arrows.style1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.swiper-arrows.style1 .swiper-button-next,
.swiper-arrows.style1 .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  background-color: #fff;
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.swiper-arrows.style1 .swiper-button-next::after,
.swiper-arrows.style1 .swiper-button-prev::after {
  font-size: 18px;
  color: #29292b;
}
.swiper-arrows.style1 .swiper-button-next:hover,
.swiper-arrows.style1 .swiper-button-prev:hover {
  background-color: #29292b;
}
.swiper-arrows.style1 .swiper-button-next:hover::after,
.swiper-arrows.style1 .swiper-button-prev:hover::after {
  color: #fff;
}
.swiper-arrows.style2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.swiper-arrows.style2::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 1px;
  height: 20px;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 10;
}
.swiper-arrows.style2 .swiper-button-next,
.swiper-arrows.style2 .swiper-button-prev {
  width: 60px;
  height: 50px;
  border-radius: 0;
  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;
  background-color: transparent;
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  -webkit-margin-end: -4px;
          margin-inline-end: -4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.swiper-arrows.style2 .swiper-button-next::after,
.swiper-arrows.style2 .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}
.swiper-arrows.style2 .swiper-button-next:hover,
.swiper-arrows.style2 .swiper-button-prev:hover {
  background-color: #29292b;
}
.swiper-arrows.style2 .swiper-button-next:hover::after,
.swiper-arrows.style2 .swiper-button-prev:hover::after {
  color: #fff;
}
.swiper-arrows.style2 .swiper-button-next {
  border-left: 0;
}
.swiper-arrows.style2 .swiper-button-prev {
  border-right: 0;
}

/* --------------- pagination style --------------- */
.pagination.style-3 a {
  width: 35px;
  height: 35px;
  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;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 1px solid transparent;
  border-radius: 7px;
  margin-right: 5px;
  font-size: 11px;
  color: #666;
  background-color: #fff;
}
.pagination.style-3 a .text {
  padding: 3px 10px;
  font-size: 11px;
}
.pagination.pagin-cyan1 a:hover {
  color: var(--color-cyan1) !important;
  border-color: var(--color-cyan1);
}
.pagination.pagin-cyan1 a.active {
  color: #fff !important;
  border-color: var(--color-cyan1);
  background-color: var(--color-cyan1);
}

/* --------------- to_top button --------------- */
.to_top {
  position: fixed;
  z-index: 9999;
  bottom: 60px;
  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: 50px;
  opacity: 1;
}

.float_box_container {
  position: relative;
  overflow: hidden;
}

/**
 * ----------------------------------------
 * 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 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.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.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 Section ]  =========*/
/* --------------- 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-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-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-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-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-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-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-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-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-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;
}

.lh-2 {
  line-height: 1.2;
}

.lh-3 {
  line-height: 1.4;
}

.lh-4 {
  line-height: 1.6;
}

.lh-5 {
  line-height: 1.8;
}

.lh-6 {
  line-height: 2;
}

.lh-7 {
  line-height: 2.5;
}

.lh-8 {
  line-height: 3;
}

/* --------------- border color classes --------------- */
.brd-light {
  border-color: rgba(255, 255, 255, 0.2666666667) !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;
}

/* --------------- 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 {
  display: block;
}
.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  display: block;
}
.img-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.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: 18px !important;
}

.fsz-19 {
  font-size: 19px !important;
}

.fsz-20 {
  font-size: 20px !important;
}

.fsz-21 {
  font-size: 21px !important;
}

.fsz-22 {
  font-size: 22px !important;
}

.fsz-23 {
  font-size: 23px !important;
}

.fsz-24 {
  font-size: 24px !important;
}

.fsz-25 {
  font-size: 25px !important;
}

.fsz-26 {
  font-size: 26px !important;
}

.fsz-27 {
  font-size: 27px !important;
}

.fsz-28 {
  font-size: 28px !important;
}

.fsz-29 {
  font-size: 29px !important;
}

.fsz-30 {
  font-size: 30px !important;
}

.fsz-35 {
  font-size: 35px !important;
}

.fsz-40 {
  font-size: 40px !important;
}

.fsz-45 {
  font-size: 45px !important;
}

.fsz-50 {
  font-size: 50px !important;
}

.fsz-55 {
  font-size: 55px !important;
}

.fsz-60 {
  font-size: 60px !important;
}

.fsz-65 {
  font-size: 65px !important;
}

.fsz-70 {
  font-size: 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;
}

.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;
}

/* ========= [ * buttons Section ]  =========*/
/* --------------- buttons style --------------- */
.butn {
  padding: 20px 40px;
  font-size: 18px;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 50px;
}
.butn span {
  color: #29292b;
  font-weight: 500;
}
.butn.butn-darkGray {
  background-color: #29292b;
}
.butn.butn-darkGray span {
  color: #fff;
}
.butn.butn-blue1 {
  background-color: var(--color-blue1);
}
.butn.butn-blue1 span {
  color: #fff;
}
.butn.butn-lnWhite {
  background-color: transparent;
  border: 1px solid #fff;
}
.butn.butn-lnWhite span {
  color: #fff;
}
.butn.butn-lnBlue1 {
  background-color: transparent;
  border: 1px solid var(--color-blue1) !important;
}
.butn.butn-lnBlue1 span {
  color: var(--color-blue1);
}
.butn.butn-lnBlue1:hover span {
  color: #fff;
}
.butn.butn-grad1 {
  background-image: var(--bg-grad1);
  border: 0;
}
.butn.butn-grad1 span {
  color: #fff;
}

.butn_underLine {
  position: relative;
  padding: 20px 0;
  width: 220px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.butn_underLine .icon {
  font-size: 60px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.butn_underLine .line {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  background-color: var(--color-lightGreen);
}
.butn_underLine::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -2;
  background-color: #000;
}
.butn_underLine:hover {
  padding-left: 30px;
}
.butn_underLine:hover .icon {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.butn_underLine:hover .line {
  height: 50%;
}
.butn_underLine:hover::before {
  height: 50%;
}
.butn_underLine.lightGreen_btn {
  color: #181818;
}
.butn_underLine.lightGreen_btn:hover {
  color: #fff;
}
.butn_underLine.lightGreen_btn::before {
  background-color: var(--color-lightGreen);
}
.butn_underLine.lightGreen_btn .line {
  background-color: #181818;
}

/* Main button */
.button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 50px;
}
.button_su .su_button_circle {
  background-image: var(--bg-grad1);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  /*animation-timing-function: ease-in-out; */
}
.button_su .button_text_container {
  position: relative;
  z-index: 2;
}
.button_su .explode-circle {
  -webkit-animation: explode 0.5s forwards;
          animation: explode 0.5s forwards;
}
.button_su .desplode-circle {
  -webkit-animation: desplode 0.5s forwards;
          animation: desplode 0.5s forwards;
}

@-webkit-keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
  }
  100% {
    width: 1000px;
    height: 1000px;
    margin-left: -500px;
    margin-top: -500px;
  }
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
  }
  100% {
    width: 1000px;
    height: 1000px;
    margin-left: -500px;
    margin-top: -500px;
  }
}
@-webkit-keyframes desplode {
  0% {
    width: 1000px;
    height: 1000px;
    margin-left: -500px;
    margin-top: -500px;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
  }
}
@keyframes desplode {
  0% {
    width: 1000px;
    height: 1000px;
    margin-left: -500px;
    margin-top: -500px;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
  }
}
/* ========= [ * section_title style ]  =========*/
/* --------------- section title style --------------- */
.section_title2 h5 {
  position: relative;
  font-size: 14px;
  padding-left: 50px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
.section_title2 h5::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 30px;
  height: 10px;
  background-color: var(--color-blue1);
}

/* --------------- section title style 3 --------------- */
.section_title3 h2 {
  font-size: 48px;
  text-transform: uppercase;
}
.section_title3 p {
  font-size: 18px;
  color: #666;
}

/* ========= [ * navbar Section ]  =========*/
/* --------------- navbar style --------------- */
.navbar-container {
  position: relative;
  z-index: 999;
}

.navbar {
  z-index: 99;
}
.navbar .dropdownMenu {
  position: absolute;
  min-width: 200px;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 110px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.navbar .dropdownMenu .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.navbar .dropdownMenu li:last-of-type .dropdown-item {
  border: 0;
}
.navbar .dropdown:hover .dropdownMenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/* --------------- navbar style1 --------------- */
.navbar.style1 {
  padding: 40px 0;
  background-color: #fff;
}
.navbar.style1 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  margin: 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
}
.navbar.style1 .navbar-nav .nav-item .nav-link:hover, .navbar.style1 .navbar-nav .nav-item .nav-link.active {
  color: #000;
}
.navbar.style1 .canvas-btn-style1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(153, 153, 153, 0.4);
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  font-size: 21px;
  cursor: pointer;
}
.navbar.style1 .canvas-btn-style1:hover {
  background-color: #000;
  color: #fff;
}

/* --------------- navbar style3 --------------- */
.text-nav3 {
  position: relative;
  z-index: 10;
}
.text-nav3 .close-btn {
  position: absolute;
  right: 70px;
  top: 17px;
  cursor: pointer;
  z-index: 10;
}

.navbar.style3 {
  background-color: #fff;
}
.navbar.style3.top-navbar {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -1px;
}
.navbar.style3.links-navbar {
  position: relative;
  z-index: 99;
  padding: 30px 0;
}
.navbar.style3.links-navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  padding: 0;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}
.navbar.style3.links-navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-cyan1);
}

/* --------------- navbar style4 --------------- */
.navbar.style4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
}
.navbar.style4 .logo-side {
  border-left: 10px solid #0A4B7F;
}
.navbar.style4 .logo-side .logo-brand {
  padding: 5px 60px;
}
.navbar.style4 .logo-side .logo-brand .logo {
  width: 140px;
}
.navbar.style4 .info-side {
  background-color: #0A4B7F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 43px 40px;
}
.navbar.style4 .info-side a { color:#fff;}
.navbar.style4 .info-side .item {
    width: 33%;
    font-size: 14px;
    margin-right: 10px;
}
.navbar.style4 .info-side .nav-icons {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  width: 33%;
  position: relative;
}
.navbar.style4 .info-side .nav-icons a {
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.navbar.style4 .info-side .nav-icons a i {
  font-size: 30px;
  position: relative;
  top: 5px;
}
.navbar.style4 .info-side .nav-icons a:hover, .navbar.style4 .info-side .nav-icons a.active {
  background-color: #0A4B7F;
  color: #fff;
}
.navbar.style4 .info-side .nav-icons a.side_menu_btn .cls {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.navbar.style4 .info-side .nav-icons a.side_menu_btn.active {
  background-color: transparent;
  color: #000;
}
.navbar.style4 .info-side .nav-icons a.side_menu_btn.active .cls {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.navbar.style4 .nav-search-box {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
          box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
  left: 0;
  top: calc(100% + 15px);
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
}
.navbar.style4 .nav-search-box.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.navbar.style4 .nav-search-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar.style4 .nav-search-box .form-group input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  min-height: 50px;
  color: #000;
  padding: 12px 15px;
}
.navbar.style4 .nav-search-box .form-group button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: rgba(153, 153, 153, 0.2);
  padding: 10px;
  color: #000;
  margin-left: -2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.style4 .nav-search-box .form-group button:hover {
  background-color: var(--color-lightGreen);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar.style4 .logo-side {
    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;
    border: 0px solid #094C7F;
    width: 100vw;
  }
  .navbar.style4 .logo-side .logo-brand {
    padding: 0px;
  }
  .navbar.style4 .logo-side .info-side {
    background: transparent;
    font-size: 30px;
    color: #fff;
    word-spacing: 10px;
  }
  .navbar.style4 .info-side {
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navbar.style4 .info-side .item {
    width: 100%;
  }
  .navbar.style4 .info-side .item a {
    padding: 5px 0;
  }
  .navbar.style4 .info-side .nav-icons {
    width: 100%;
    margin-top: 20px;
    position: relative;
  }
  .navbar.style4 .info-side .nav-icons a {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
  .navbar.style4 br {
    display: none;
  }
}
/* --------------- navbar style5 --------------- */
.navbar.style5 {
  padding: 30px 0;
}
.navbar.style5 .logo-search-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar.style5 .logo-search-side .form-select {
  border: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-margin-start: 70px;
          margin-inline-start: 70px;
}
.navbar.style5 .logo-search-side .search-form {
  position: relative;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.navbar.style5 .logo-search-side .search-form .search-btn {
  position: absolute;
  left: 10px;
  top: 12px;
  background-color: transparent;
  border: 0;
}
.navbar.style5 .logo-search-side .search-form .form-control {
  border-radius: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  font-size: 14px;
  padding: 12px 30px 12px 40px;
}
.navbar.style5 .logo-search-side .search-form .form-control::-webkit-input-placeholder {
  color: #999;
}
.navbar.style5 .logo-search-side .search-form .form-control::-moz-placeholder {
  color: #999;
}
.navbar.style5 .logo-search-side .search-form .form-control:-ms-input-placeholder {
  color: #999;
}
.navbar.style5 .logo-search-side .search-form .form-control::-ms-input-placeholder {
  color: #999;
}
.navbar.style5 .logo-search-side .search-form .form-control::placeholder {
  color: #999;
}
.navbar.style5 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  margin: 0 10px;
  font-weight: 600;
  color: #000;
}
.navbar.style5 .navbar-nav .nav-item .nav-link:hover, .navbar.style5 .navbar-nav .nav-item .nav-link.active {
  color: var(--color-red1);
}
.navbar.style5 .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar.style5 .icons a {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .navbar.style5 .logo-search-side {
    width: 100%;
  }
  .navbar.style5 .logo-search-side .logo-brand {
    width: 100%;
  }
  .navbar.style5 .logo-search-side .form-select,
.navbar.style5 .logo-search-side .search-form {
    display: none;
  }
}
/* --------------- navbar style6 --------------- */
.navbar.style6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
}
.navbar.style6 .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  margin: 0 15px;
  opacity: 1;
  color: #fff;
  border-bottom: 1px solid transparent;
}
.navbar.style6 .navbar-nav .nav-item .nav-link.active, .navbar.style6 .navbar-nav .nav-item .nav-link:hover {
  border-color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar.style6 {
    position: relative;
    margin-bottom: 30px;
  }
  .navbar.style6 .logo-search-side {
    width: 100%;
  }
  .navbar.style6 .logo-search-side .logo-brand {
    width: calc(100% - 70px);
  }
}
/* --------------- navbar style7 --------------- */
.navbar.style7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar.style7 .main-nav {
  padding: 30px 0;
  position: relative;
  z-index: 999;
}
.navbar.style7 .main-nav .top-btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar.style7 .main-nav .top-btns a {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 8px 12px;
  color: #fff;
  margin-right: -1px;
  text-transform: capitalize;
}
.navbar.style7 .main-nav .top-btns a:hover {
  background-color: var(--color-orange2);
  border-color: var(--color-orange2);
  color: #000;
}
.navbar.style7 .navbar-links {
  border-top: 1px solid rgba(255, 255, 255, 0.3333333333);
}
.navbar.style7 .navbar-links .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 30px 40px;
  margin-top: -2px;
  border-top: 3px solid transparent;
}
.navbar.style7 .navbar-links .nav-item .nav-link:hover, .navbar.style7 .navbar-links .nav-item .nav-link.active {
  border-color: #fff;
}
.navbar.style7 .nav-search-box {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
          box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
  left: 0;
  top: calc(100% + 15px);
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
}
.navbar.style7 .nav-search-box.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.navbar.style7 .nav-search-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar.style7 .nav-search-box .form-group input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  min-height: 50px;
  color: #000;
  padding: 12px 15px;
}
.navbar.style7 .nav-search-box .form-group button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: rgba(153, 153, 153, 0.2);
  padding: 10px;
  color: #000;
  margin-left: -2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.style7 .nav-search-box .form-group button:hover {
  background-color: var(--color-orange2);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar.style7 .navbar-toggler {
    float: right;
  }
  .navbar.style7 .navbar-links {
    background-color: #202124;
  }
  .navbar.style7 .navbar-links .nav-item .nav-link {
    padding: 15px;
  }
}
/* --------------- navbar style9 --------------- */
.navbar.style9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
}
.navbar.style9 .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  margin: 0 15px;
  opacity: 1;
  color: #fff;
  text-transform: capitalize;
}
.navbar.style9 .navbar-nav .nav-item .nav-link:hover, .navbar.style9 .navbar-nav .nav-item .nav-link.active {
  color: var(--color-blue3);
}
.navbar.style9 .r-side {
  position: relative;
}
.navbar.style9 .r-side .nav-search-box {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
          box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
  left: 0;
  top: calc(100% + 15px);
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
}
.navbar.style9 .r-side .nav-search-box.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.navbar.style9 .r-side .nav-search-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar.style9 .r-side .nav-search-box .form-group input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  min-height: 50px;
  color: #000;
  padding: 12px 15px;
}
.navbar.style9 .r-side .nav-search-box .form-group button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: rgba(153, 153, 153, 0.2);
  padding: 10px;
  color: #000;
  margin-left: -2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.style9 .r-side .nav-search-box .form-group button:hover {
  background-color: var(--color-blue3);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar.style9 {
    position: relative;
    background-color: #111;
  }
  .navbar.style9 .logo-search-side {
    width: 100%;
  }
  .navbar.style9 .logo-search-side .logo-brand {
    width: calc(100% - 70px);
  }
}
/* --------------- navbar style11 --------------- */
.navbar.style11 {
  position: relative;
  background-image: url(../img/showcase_3/navback.png);
  background-size: cover;
  padding: 30px 0;
}
.navbar.style11 .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  margin: 0 15px;
  opacity: 1;
  color: #fff;
  text-transform: capitalize;
}
.navbar.style11 .navbar-nav .nav-item .nav-link:hover, .navbar.style11 .navbar-nav .nav-item .nav-link.active {
  color: var(--color-blue3);
}
.navbar.style11 .r-side {
  position: relative;
}
.navbar.style11 .r-side .nav-search-box {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
          box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
  left: 0;
  top: calc(100% + 15px);
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
}
.navbar.style11 .r-side .nav-search-box.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.navbar.style11 .r-side .nav-search-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar.style11 .r-side .nav-search-box .form-group input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  min-height: 50px;
  color: #000;
  padding: 12px 15px;
}
.navbar.style11 .r-side .nav-search-box .form-group button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: rgba(153, 153, 153, 0.2);
  padding: 10px;
  color: #000;
  margin-left: -2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.style11 .r-side .nav-search-box .form-group button:hover {
  background-color: var(--color-blue3);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar.style11 {
    position: relative;
    background-color: #111;
  }
  .navbar.style11 .logo-search-side {
    width: 100%;
  }
  .navbar.style11 .logo-search-side .logo-brand {
    width: calc(100% - 70px);
  }
}
/* --------------- navbar style12 --------------- */
.navbar.style12 {
  position: relative;
  padding: 30px 0;
}
.navbar.style12 .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  margin: 0 15px;
  opacity: 1;
  color: #000;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 8px 20px;
}
.navbar.style12 .navbar-nav .nav-item .nav-link:hover, .navbar.style12 .navbar-nav .nav-item .nav-link.active {
  -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.0666666667);
  background-color: #fff;
}
.navbar.style12 .r-side {
  position: relative;
}
.navbar.style12 .r-side .nav-search-box {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
          box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
  left: 0;
  top: calc(100% + 15px);
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
}
.navbar.style12 .r-side .nav-search-box.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.navbar.style12 .r-side .nav-search-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar.style12 .r-side .nav-search-box .form-group input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  min-height: 50px;
  color: #000;
  padding: 12px 15px;
}
.navbar.style12 .r-side .nav-search-box .form-group button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: rgba(153, 153, 153, 0.2);
  padding: 10px;
  color: #000;
  margin-left: -2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.style12 .r-side .nav-search-box .form-group button:hover {
  background-color: var(--color-blue3);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar.style12 {
    position: relative;
    background-color: #fff;
  }
  .navbar.style12 .logo-search-side {
    width: 100%;
  }
  .navbar.style12 .logo-search-side .logo-brand {
    width: calc(100% - 70px);
  }
  .navbar.style12 .navbar-collapse {
    margin-top: 30px;
  }
  .navbar.style12 .r-side {
    -webkit-padding-start: 35px;
            padding-inline-start: 35px;
  }
}
/* --------------- navbar style13 --------------- */
.navbar-container.style13 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-container.style13 .navbar.style13 {
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
}
.navbar-container.style13 .navbar.style13 .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin: 0 15px;
}
.navbar-container.style13 .navbar.style13 .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-red2);
}

@media screen and (max-width: 991px) {
  .top-navbar.style13 {
    padding-top: 250px;
  }
  .navbar.style13 .logo-search-side {
    width: 100%;
  }
  .navbar.style13 .logo-search-side .logo-brand {
    width: calc(100% - 60px);
  }
}
/* --------------- navbar style14 --------------- */
.top-navbar.style14 {
  position: relative;
  z-index: 999;
}
.top-navbar.style14 .dropdown-toggle {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.1333333333);
}

.navbar.style14 {
  padding: 30px 0;
  background-color: #ecf0f3;
}
.navbar.style14 .navbar-nav .nav-item .nav-link {
  margin: 0 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.navbar.style14 .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-blue4);
}
.navbar.style14 .r-side {
  position: relative;
}
.navbar.style14 .r-side .nav-search-box {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
          box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
  right: 0;
  top: calc(100% + 15px);
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  min-width: 300px;
}
.navbar.style14 .r-side .nav-search-box.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.navbar.style14 .r-side .nav-search-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar.style14 .r-side .nav-search-box .form-group input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  min-height: 50px;
  color: #000;
  padding: 12px 15px;
}
.navbar.style14 .r-side .nav-search-box .form-group button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: rgba(153, 153, 153, 0.2);
  padding: 10px;
  color: #000;
  margin-left: -2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.style14 .r-side .nav-search-box .form-group button:hover {
  background-color: var(--color-blue4);
  color: #fff;
}
.navbar.style14 .r-side .dots-icon span {
  width: 5px;
  height: 5Px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  margin: 1px;
}
.navbar.style14 .r-side .dots-icon span:nth-of-type(2) {
  background-color: var(--color-blue4);
}

@media screen and (max-width: 991px) {
  .navbar.style14 {
    background-color: #fff;
  }
  .navbar.style14 .logo-search-side {
    width: 100%;
  }
  .navbar.style14 .logo-search-side .logo-brand {
    width: calc(100% - 60px);
  }
  .navbar.style14 .navbar-nav {
    padding-top: 20px;
  }
  .navbar.style14 .navbar-nav .nav-item .nav-link {
    margin: 10px 0;
  }
}
/* --------------- navbar style15 --------------- */
.navbar.style15 .top-nav {
  padding: 45px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.navbar.style15 .top-nav .social-links .s-links a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.navbar.style15 .links {
  position: relative;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.navbar.style15 .links .container {
  position: relative;
  padding: 45px 0;
  z-index: 10;
}
.navbar.style15 .links:hover {
  background-color: #000;
}
.navbar.style15 .links:hover .navbar-nav .nav-item .nav-link {
  color: #999;
}
.navbar.style15 .links:hover .navbar-nav .nav-item .nav-link p {
  color: #999;
}
.navbar.style15 .links:hover .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}
.navbar.style15 .links:hover .navbar-nav .nav-item .nav-link:hover p {
  color: var(--color-red4);
}
.navbar.style15 .links:hover .navbar-nav .nav-item .nav-link:hover .mirror {
  opacity: 1;
}
.navbar.style15 .links .mirror {
  position: absolute;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.6);
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 160px;
  line-height: 0.8;
  font-family: "roxborough_bold";
  color: #171616;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar.style15 .links .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.navbar.style15 .links .navbar-nav .nav-item {
  width: 16.6666666667%;
}
.navbar.style15 .links .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: capitalize;
}
.navbar.style15 .links .navbar-nav .nav-item .nav-link p {
  color: #c9c9c9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .navbar.style15 .top-nav {
    padding: 20px 0;
  }
  .navbar.style15 .top-nav .nav-inf,
.navbar.style15 .top-nav .social-links {
    display: none !important;
  }
  .navbar.style15 .top-nav .logo-brand {
    width: calc(100% - 60px);
  }
  .navbar.style15 .links .container {
    padding: 0 !important;
  }
  .navbar.style15 .links .navbar-nav {
    padding: 20px;
  }
  .navbar.style15 .links .navbar-nav .nav-item .nav-link .mirror {
    display: none;
  }
}
/* --------------- navbar style16 --------------- */
.navbar.style16 .main-nav {
  padding: 40px 5vw;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
}
.navbar.style16 .main-nav .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin: 0;
  -webkit-margin-end: 60px;
          margin-inline-end: 60px;
  padding: 0;
}
.navbar.style16 .main-nav .r-side {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.navbar.style16 .main-nav .r-side .call-info {
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  -webkit-border-end: 1px solid rgba(153, 153, 153, 0.2);
          border-inline-end: 1px solid rgba(153, 153, 153, 0.2);
}
.navbar.style16 .nav-search-box {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
          box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
  right: 0;
  top: calc(100% + 15px);
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  min-width: 300px;
  max-width: 350px;
}
.navbar.style16 .nav-search-box.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.navbar.style16 .nav-search-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar.style16 .nav-search-box .form-group input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  min-height: 50px;
  color: #000;
  padding: 12px 15px;
}
.navbar.style16 .nav-search-box .form-group button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: rgba(153, 153, 153, 0.2);
  padding: 10px;
  color: #000;
  margin-left: -2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.style16 .nav-search-box .form-group button:hover {
  background-color: var(--color-blue4);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar.style16 .side_menu_btn {
    display: none;
  }
  .navbar.style16 .main-nav {
    padding: 20px 5vw;
  }
  .navbar.style16 .main-nav .navbar-brand {
    width: calc(100% - 60px);
  }
  .navbar.style16 .main-nav .r-side {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar.style16 .main-nav .r-side .call-info {
    margin-left: 0;
    margin-right: auto;
  }
  .navbar.style16 .main-nav .navbar-nav .nav-item .nav-link {
    margin: 15px 0;
  }
}
/* ========= [ * side_menu Section ]  =========*/
/* --------------- side_menu_style4 --------------- */
.side_menu_style4 {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 120px;
  width: 50%;
  height: 915px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background-color: #0A4B7F;
  padding: 100px 70px;
  -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 .side_shape {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40%;
}
.side_menu_style4 .links_group {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.side_menu_style4 .main_links {
  margin-bottom: 175px;
}
.side_menu_style4 .main_links .main_link {
  font-size: 45px;
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase; color:#fff !important
}
 
.side_menu_style4 .sub_links_menu {
  margin-bottom: 20px;
  position: relative;
  display: none;
}
.side_menu_style4 .sub_links_menu a {
  font-size: 18px;
  text-transform: uppercase;
  margin: 5px 0;
  position: relative;
}
.side_menu_style4 .sub_links_menu a::before {
  position: absolute;
  content: "";
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side_menu_style4 .sub_links_menu a:hover {
  padding-left: 20px;
}
.side_menu_style4 .sub_links_menu a:hover::before {
  left: 0;
  opacity: 1;
}
.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_menu4_overlay {
  position: absolute;
  z-index: 90;
  right: 0;
  top: 120px;
  width: 50%;
  height: 915px;
  background-color: #000;
  -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: 120px;
  width: 50%;
  height: 915px;
  background-color: #000;
  -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;
}

@media screen and (max-width: 991px) {
  .side_menu_style4,
.side_menu4_overlay2,
.side_menu4_overlay {
    width: 100%;
    top: 110px;
    padding: 50px 30px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .side_menu_style4 .main_links {
    margin-bottom: 50px;
  }
  .side_menu_style4 .main_links .main_link {
    font-size: 25px;
  }
}
/* --------------- side_menu_style13 --------------- */
.side_menu_style13 {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background-color: #000;
  color: #fff;
  padding: 100px 70px;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_menu_style13.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_style13 .cls {
  position: absolute;
  right: 5vw;
  top: 80px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 999;
}
.side_menu_style13 .side_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(20%) rotate(90deg);
      -ms-transform: translateY(20%) rotate(90deg);
          transform: translateY(20%) rotate(90deg);
  width: 20%;
  pointer-events: none;
}
.side_menu_style13 .side_shape2 {
  position: absolute;
  left: 20%;
  top: 0;
  -webkit-transform: translateY(-20%) rotate(-90deg);
      -ms-transform: translateY(-20%) rotate(-90deg);
          transform: translateY(-20%) rotate(-90deg);
  width: 20%;
  pointer-events: none;
}
.side_menu_style13 .content {
  position: relative;
  z-index: 999;
}
.side_menu_style13 .content .links_group {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.side_menu_style13 .content .main_links .main_link {
  font-size: 45px;
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
  color: #fff;
}
.side_menu_style13 .content .main_links .main_link:hover {
  color: var(--color-green1);
}
.side_menu_style13 .content .sub_links_menu {
  margin-bottom: 20px;
  position: relative;
  display: none;
}
.side_menu_style13 .content .sub_links_menu a {
  font-size: 18px;
  text-transform: uppercase;
  margin: 5px 0;
  position: relative;
}
.side_menu_style13 .content .sub_links_menu a::before {
  position: absolute;
  content: "";
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side_menu_style13 .content .sub_links_menu a:hover {
  padding-left: 20px;
}
.side_menu_style13 .content .sub_links_menu a:hover::before {
  left: 0;
  opacity: 1;
}
.side_menu_style13 .social_links a {
  font-size: 18px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.side_menu_style13 .social_links a:hover {
  background-color: var(--color-green1);
}
.side_menu_style13.grad_color .social_links a:hover {
  background: var(--bg-grad1);
}
.side_menu_style13.grad_color .content .main_links .main_link:hover {
  color: var(--color-orange1);
}
.side_menu_style13.blue1_color .social_links a:hover {
  background: var(--color-blue1);
  color: #fff;
}
.side_menu_style13.blue1_color .content .main_links .main_link:hover {
  color: var(--color-blue1);
}
.side_menu_style13.cyan1_color .social_links a:hover {
  background: var(--color-cyan1);
}
.side_menu_style13.cyan1_color .content .main_links .main_link:hover {
  color: var(--color-cyan1);
}

.side_menu13_overlay {
  position: fixed;
  z-index: 99998;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-green1);
  -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_menu13_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_menu13_overlay.grad_color {
  background: var(--bg-grad1);
}
.side_menu13_overlay.blue1_color {
  background: var(--color-blue1);
}
.side_menu13_overlay.cyan1_color {
  background: var(--color-cyan1);
}

.side_menu13_overlay2 {
  position: fixed;
  z-index: 99997;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-green1);
  -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_menu13_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;
}
.side_menu13_overlay2.grad_color {
  background: var(--bg-grad1);
}
.side_menu13_overlay2.blue1_color {
  background: var(--color-blue1);
}
.side_menu13_overlay2.cyan1_color {
  background: var(--color-cyan1);
}

@media screen and (max-width: 991px) {
  .side_menu_style13 {
    display: none;
  }
}
/* ========= [ * header Section ]  =========*/
/* --------------- header style --------------- */
.tc-header-style1 {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
.tc-header-style1::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  background: -webkit-gradient(linear, left bottom, left top, from(#d8d7e2), color-stop(63%, #fff));
  background: -o-linear-gradient(bottom, #d8d7e2 0%, #fff 63%);
  background: linear-gradient(to top, #d8d7e2 0%, #fff 63%);
}
.tc-header-style1 h1 {
  font-size: 140px;
  letter-spacing: -1px;
  position: relative;
  z-index: 10;
}
.tc-header-style1 h1 .gr-line-throw {
  position: relative;
}
.tc-header-style1 h1 .gr-line-throw::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 45px;
  background: -webkit-gradient(linear, left top, right top, from(#fda803), to(#fff));
  background: -o-linear-gradient(left, #fda803 0%, #fff 100%);
  background: linear-gradient(to right, #fda803 0%, #fff 100%);
  z-index: -1;
}
.tc-header-style1 .content-info {
  margin-top: 120px;
}
.tc-header-style1 .content-info h2 {
  font-size: 48px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.tc-header-style1 .content-info p {
  font-size: 24px;
}
.tc-header-style1 .barnds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  border-top: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
  margin-top: 150px;
  position: relative;
  z-index: 10;
}
.tc-header-style1 .barnds .img {
  width: 8%;
  opacity: 40%;
  display: block;
}
.tc-header-style1 .barnds .img:hover {
  opacity: 1;
}
.tc-header-style1 .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.tc-header-style1 .global {
  position: absolute;
  bottom: 0;
  right: -150px;
  pointer-events: none;
  z-index: 1;
}

/* --------------- tc-header-style2 --------------- */
.tc-header-style2 {
  padding: 160px 0;
}
.tc-header-style2 .info h1 {
  font-size: 62px;
}
.tc-header-style2 .info .text {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 100px;
  color: #666;
}
.tc-header-style2 .info .get_quote {
  padding-top: 50px;
  border-top: 1px solid #999;
}
.tc-header-style2 .info .get_quote h3 {
  font-size: 30px;
}
.tc-header-style2 .info .get_quote p {
  font-size: 14px;
  color: #666;
}
.tc-header-style2 .info .get_quote .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.tc-header-style2 .info .get_quote .form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px;
}
.tc-header-style2 .info .get_quote .form .form-group:last-of-type {
  -webkit-margin-start: -1px;
          margin-inline-start: -1px;
}
.tc-header-style2 .info .get_quote .form .form-group .icon {
  font-size: 21px;
}
.tc-header-style2 .info .get_quote .form .form-group .form-control {
  border: 0 !important;
}
.tc-header-style2 .info .get_quote .form .form-group button {
  border: 0;
  background: transparent;
  font-size: 21px;
}
.tc-header-style2 .img {
  margin-top: -60px;
}

/* --------------- tc header style3 --------------- */
.tc-header-style3 .content {
  background-image: url(../img/header/header3.png);
  background-size: cover;
  padding: 120px 0;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.tc-header-style3 .content .info h5 {
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-header-style3 .content .info h1 {
  font-size: 80px;
}
.tc-header-style3 .content .info .text {
  font-size: 24px;
  color: #fefefe;
  margin-top: 50px;
}
.tc-header-style3 .content .info .btns {
  margin-top: 130px;
}

/* --------------- tc header style4 --------------- */
.tc-header-style4 .tc-header-slider4 {
  position: relative;
}
.tc-header-style4 .tc-header-slider4 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.tc-header-style4 .tc-header-slider4 .arrows {
  position: absolute;
  right: calc((100vw - 1330px) / 2);
  bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-header-style4 .tc-header-slider4 .arrows::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1e1e1d;
  left: 50%;
  top: 50%;
  z-index: 50;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tc-header-style4 .tc-header-slider4 .arrows .swiper-button-next,
.tc-header-style4 .tc-header-slider4 .arrows .swiper-button-prev {
  position: static;
  width: 70px;
  height: 70px;
  background-color: #181818;
  color: #fff;
  margin: 0;
}
.tc-header-style4 .tc-header-slider4 .arrows .swiper-button-next::after,
.tc-header-style4 .tc-header-slider4 .arrows .swiper-button-prev::after {
  font-size: 25px;
  font-weight: 100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-header-style4 .tc-header-slider4 .arrows .swiper-button-next:hover,
.tc-header-style4 .tc-header-slider4 .arrows .swiper-button-prev:hover {
  color: var(--color-lightGreen);
}
.tc-header-style4 .content {
    position: relative;
    /* padding: 260px 0 120px; */
    color: #fff;
    height: 100vh;
    display: flex
;
    align-content: center;
    align-items: end;
}
.tc-header-style4 .content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 200px;
    text-transform: inherit;
}

.tc-header-style4 .content h1 span {
    font-family: "Playfair Display", serif;
    font-style: italic !important;
    font-weight: 400;
}

.tc-header-style4 .content .img_back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .tc-header-style4 {
    overflow: hidden;
  }
  .tc-header-style4 .content {
    padding-top: 200px;
    background-size: cover;
  }
  .tc-header-style4 .content h1 {
    font-size:40px;
    line-height: 1.4;
    margin-bottom: 200px;
  }
  .tc-header-style4 .content h1 br {
    display: none;
  }
  .tc-header-style4 .content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .tc-header-style4 .content h3 br {
    display: none;
  }
  .tc-header-style4 .tc-header-slider4 .arrows {
    right: 0; bottom:0
  }
  .tc-header-style4 .tc-header-slider4 .arrows .swiper-button-next, .tc-header-style4 .tc-header-slider4 .arrows .swiper-button-prev {
 
    width: 40px !important;
    height: 40px  !important;
     
}
.pt-150 {
    padding-top: 50px !important;
}
.tc-about-style4 .info p {
 
    font-size: 25px !important;
 
    line-height: 1.2 !important;
  
}

.tc-about-style4 .mb-50 {
    margin-bottom: 0px !important;
}
.pb-100 {
    padding-bottom: 50px !important;
}
.h-33 {
    height: 50px!important;
}

.contact-card{ margin-bottom:20px;}
.m-fsz-30{ font-size:40px !important}
.m-fsz-18{ font-size:16px !important}
.m-pb-0{ padding-bottom:0 !important}
.mt-150{ margin-top:60px !important}
}
/* --------------- tc header style5 --------------- */
.tc-header-style5 {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #999;
}
.tc-header-style5 .top-header {
  background-color: #f4eadc;
  position: relative;
  z-index: 10;
  margin-top: -30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 120px 0 170px;
}
.tc-header-style5 .top-header .info h1 {
  font-size: 48px;
}
.tc-header-style5 .top-header .info .form-group {
  position: relative;
}
.tc-header-style5 .top-header .info .form-group input {
  width: 100%;
  border: 1px solid #999;
  border-radius: 30px;
  padding: 20px 50px 20px 20px;
}
.tc-header-style5 .top-header .info .form-group button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-red1);
  color: #fff;
  font-size: 21px;
  border: 1px solid #222;
  position: absolute;
  right: 8px;
  top: 6px;
}
.tc-header-style5 .top-header .info .people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.tc-header-style5 .top-header .info .people .users-img {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-header-style5 .top-header .info .people h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}
.tc-header-style5 .top-header .info .people small {
  color: #666;
}

@media screen and (max-width: 991px) {
  .tc-header-style5 .img {
    margin-top: 30px;
  }
  .tc-header-style5 .top-header {
    padding: 60px 0 100px;
  }
  .tc-header-style5 .top-header .info h1 {
    font-size: 30px;
  }
}
/* --------------- tc header style6 --------------- */
.tc-header-style6 {
  position: relative;
  background-image: url(../img/header/header6_back.png);
  background-size: cover;
  background-position: center bottom;
  color: #fff;
}
.tc-header-style6 h1 {
  font-size: 120px;
}
.tc-header-style6 h1 span {
  font-weight: 400;
  font-style: italic;
}
.tc-header-style6 h2 {
  font-size: 100px;
}

@media screen and (max-width: 991px) {
  .tc-header-style6 {
    padding: 0 0 50px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #6B67E9;
  }
  .tc-header-style6 h1 {
    font-size: 40px;
  }
  .tc-header-style6 h1 span {
    font-size: 40px !important;
  }
  .tc-header-style6 h2 {
    font-size: 50px;
  }
  .tc-header-style6 .container > span {
    font-size: 10px !important;
  }
  .mt-100,
.mt-70,
.mt-200 {
    margin-top: 30px !important;
  }
}
/* --------------- tc header style7 --------------- */
.tc-header-style7 {
  position: relative;
  background-image: url(../img/home_construction/header/back.jpg);
  background-size: cover;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-header-style7::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #202124;
}
.tc-header-style7 .shap_img {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 5;
}
.tc-header-style7 .content {
  margin-top: 200px;
}
.tc-header-style7 .content .info {
  color: #fff;
}
.tc-header-style7 .content .info h1 {
  font-size: 72px;
  margin-bottom: 50px;
}
.tc-header-style7 .content .info p {
  color: #999;
  font-size: 20px;
  text-transform: capitalize;
}
.tc-header-style7 .content .info .play-icon {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--color-orange2);
  margin-top: 120px;
  font-size: 40px;
  color: #000;
}

@media screen and (max-width: 991px) {
  .tc-header-style7 {
    padding: 180px 0 100px !important;
  }
  .tc-header-style7::after {
    display: none;
  }
  .tc-header-style7 .content {
    margin-top: 0;
  }
  .tc-header-style7 .content .info .play-icon {
    width: 80px;
    height: 80px;
    margin-top: 40px;
  }
  .tc-header-style7 .content .info h1 {
    font-size: 45px;
  }
  .tc-header-style7 .content .info p {
    color: #fff;
  }
  .tc-header-style7 br {
    display: none;
  }
}
/* --------------- tc-header-style10 --------------- */
.tc-header-style10 {
  position: relative;
  background-image: url(../img/showcase_2/inner_header.png);
  background-size: cover;
  background-position: center;
  padding: 300px 0 25px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.tc-header-style10 .title {
  position: relative;
}
.tc-header-style10 p {
  position: relative;
  z-index: 10;
}
.tc-header-style10 .circle {
  position: absolute;
  right: -30px;
  top: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--color-orange3);
}
.tc-header-style10 .circle::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: -40px;
  top: -40px;
  border-radius: 50%;
  background-color: var(--color-cyan1);
}
.tc-header-style10 .head_line {
  position: absolute;
  left: 0;
  top: 0;
}
.tc-header-style10::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #17191e;
  opacity: 0.94;
}
.tc-header-style10 h1 {
  font-size: calc(7vw + 25px);
  color: #fff;
  position: relative;
  z-index: 10;
  text-align: center;
  line-height: 1.3;
}
.tc-header-style10 .mirror_1 {
  font-weight: bold;
  font-size: calc(7vw + 25px);
  position: absolute;
  bottom: -15px;
  left: 0 !important;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px #fc4a1b;
  line-height: 1.3;
}
.tc-header-style10 .mirror_1.fsz-60 {
  bottom: -7px;
}
.tc-header-style10 .mirror_2 {
  font-weight: bold;
  font-size: calc(7vw + 25px);
  position: absolute;
  bottom: -30px;
  left: 0 !important;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.0274509804);
  line-height: 1.3;
}
.tc-header-style10 .mirror_2.fsz-60 {
  bottom: -15px;
}
.tc-header-style10 .head-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
  color: #71747b;
}
.tc-header-style10 .head-links .active {
  color: #52e0f8;
}

@media screen and (max-width: 991px) {
  .tc-header-style10 {
    padding: 200px 0 50px !important;
  }
}
/* ========= [ * about Section ]  =========*/
/* --------------- about style --------------- */
.tc-about-style2 .info h2 {
  font-size: 47px;
  margin-bottom: 50px;
}
.tc-about-style2 .info .text {
  font-size: 17px;
  color: #666;
}
.tc-about-style2 .numbers {
  margin-top: 50px;
  padding-bottom: 160px;
  border-bottom: 1px solid #999;
}
.tc-about-style2 .numbers .num-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-about-style2 .numbers .num-card h3 {
  font-size: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.tc-about-style2 .numbers .num-card h6 {
  font-size: 20px;
  text-transform: capitalize;
}

/* --------------- about style 3 --------------- */
.tc-about-style3 {
  padding: 130px 0;
}
.tc-about-style3 .img {
  position: relative;
  padding-top: 70px;
}
.tc-about-style3 .img .main-img {
  height: 380px;
  width: 650px;
  border-radius: 50%;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.tc-about-style3 .img .shap-img {
  position: absolute;
  top: 0;
  right: -120px;
  height: 380px;
  width: 650px;
  z-index: 5;
}

/* --------------- about style 4 --------------- */

.tc-about-style34 {
    background-color: #f7f7f7;
    position: relative;
}

.tc-about-style4 {
   color: #fff;
  font-weight: 300;
  position: relative;
}
.tc-about-style4 .img-backl {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}
.tc-about-style4 .img-info {
  border: 5px solid var(--color-lightGreen);
  padding: 30px;
  height: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tc-about-style4 .img-info p {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 10px;
}
.tc-about-style4 .info .numbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.tc-about-style4 .info .numbs .item {
  width: 50%;
}
.tc-about-style4 .info .numbs .item .num {
  color: var(--color-lightGreen);
  font-size: 80px;
  font-weight: 300;
}
.tc-about-style4 .info .numbs .item p {
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .tc-about-style4 {
    padding: 80px 0 !important;
  }
  .tc-about-style4 .img-info {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    margin-bottom: 30px;
  }
  .tc-about-style4 .info .numbs .item .num {
    font-size: 50px;
  }
  .tc-about-style4 .img-backl {
    width: 100%;
  }
}
/* --------------- about style 5 --------------- */
.tc-about-style5 h3 {
  font-size: 36px;
  margin-bottom: 40px;
}
.tc-about-style5 p {
  font-size: 16px;
  color: #666;
}
.tc-about-style5 .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-about-style5 .numbers .num-item h2 {
  color: var(--color-red1);
  font-size: 60px;
  text-transform: uppercase;
}
.tc-about-style5 .numbers .num-item .text {
  text-transform: uppercase;
  font-size: 16px;
}
.tc-about-style4 .info p {
    color: #094C7F;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    margin-top: 10px;
}
.inner-article-headers {
    margin: 0 auto;
    width: 100%;
    border: 4px solid #d3d3d3;
    text-align: center;
    color: #fff;
    position: relative;
    top: -75px;
}

.mt--130 {
    margin-top: -130px !important;
}

@media screen and (max-width: 991px) {
  .tc-about-style5 h3 {
    font-size: 20px;
  }
  .tc-about-style5 br {
    display: none;
  }
  .tc-about-style5 .numbers .num-item h2 {
    font-size: 35px;
  }
  .tc-about-style5 .numbers .num-item .text {
    font-size: 13px;
  }
}
/* --------------- about style 6 --------------- */
.tc-about-style6 {
  background-color: #4438ba;
  color: #fff;
}
.tc-about-style6 .img {
  height: 425px;
  overflow: hidden;
  border-radius: 300px;
  position: relative;
}
.tc-about-style6 .img .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  background-color: var(--color-cyan3);
  color: #000;
  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;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 30px;
  -webkit-filter: none;
          filter: none;
}
.tc-about-style6 .img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.tc-about-style6 .img small {
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 2px;
}
.tc-about-style6 .info h2 {
  font-size: 38px;
  font-weight: 300;
}
.tc-about-style6 .tc-about-slider5 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
     transition-timing-function: linear !important;
  position: relative;
}
.tc-about-style6 .tc-about-slider5 .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-about-style6 .tc-about-slider5 h2 {
  font-size: 100px;
  font-weight: 200;
  opacity: 30%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-about-style6 .tc-about-slider5 h2:hover {
  opacity: 100%;
}
.tc-about-style6 .tc-about-slider5 h2 .icon {
  width: 120px;
  height: 80px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .tc-about-style6 {
    padding-top: 50px !important;
  }
  .tc-about-style6 .info {
    margin-top: 30px;
  }
  .tc-about-style6 .tc-about-slider5 h2 {
    font-size: 50px;
  }
  .tc-about-style6 .pt-150 {
    padding-top: 50px !important;
  }
  .tc-about-style6 .pb-150 {
    padding-bottom: 50px !important;
  }
}
/* --------------- about style 7 --------------- */
.tc-about-style7 {
  position: relative;
  background-color: var(--color-orange2);
}
.tc-about-style7 .main-content {
  padding: 130px 0;
}
.tc-about-style7 .main-content h2 {
  font-size: 60px;
}
.tc-about-style7 .button_su .button_text_container {
  color: #000;
}
.tc-about-style7 .button_su:hover .button_text_container {
  color: #fff;
}
.tc-about-style7 .button_su:hover .button_text_container.text-white {
  color: #000 !important;
}
.tc-about-style7 .about_shap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .tc-about-style7 .main-content {
    padding-top: 50px;
  }
  .tc-about-style7 .main-content h2 {
    font-size: 40px;
  }
  .tc-about-style7 .butn {
    padding: 5px 15px !important;
  }
}
/* ========= [ * show reel Section ]  =========*/
/* --------------- show reel style --------------- */
.tc-showreel-style1 {
  padding: 140px 5vw;
  background-color: #d9d9e3;
}
.tc-showreel-style1 .content {
  position: relative;
  padding: 100px 15px;
  background-image: url(../img/showreel1_bg.png);
  background-size: cover;
  border-radius: 60px;
  display: block;
  text-align: center;
  overflow: hidden;
}
.tc-showreel-style1 .content .img {
  position: relative;
  height: 450px;
  width: 550px;
  padding-right: 100px;
  margin: auto;
}
.tc-showreel-style1 .content .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-showreel-style1 .content h3 {
  color: #aca8a9;
  font-size: 24px;
  margin-top: 70px;
  text-transform: uppercase;
  letter-spacing: 10px;
  opacity: 0.5;
}
.tc-showreel-style1 .content .float_box {
  position: absolute;
  top: 60px;
  right: 0;
  width: 190px;
  height: 190px;
  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;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.tc-showreel-style1 .content .float_box p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.tc-showreel-style1 .content .float_box.show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* ========= [ * services Section ]  =========*/
/* --------------- tc-services-style1 --------------- */
.tc-services-style1 {
  padding: 140px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-services-style1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tc-services-style1 .content .service-title {
  padding-right: 20px;
  margin-right: 40px;
  position: relative;
}
.tc-services-style1 .content .service-title::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  height: 100%;
  font-size: 100px;
  font-weight: 100;
  background-color: #999;
  width: 2px;
  height: 70px;
  -webkit-transform: rotate(20deg) translateY(-50%);
      -ms-transform: rotate(20deg) translateY(-50%);
          transform: rotate(20deg) translateY(-50%);
}
.tc-services-style1 .content .service-title h2 {
  display: inline-block;
  line-height: 1.5;
  font-size: 84px;
  text-transform: capitalize;
}
.tc-services-style1 .content .service-title h2:hover {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--bg-grad1);
}
.tc-services-style1 .content .service-title .icon {
  width: 40px;
  position: relative;
  top: -50px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.tc-services-style1 .content .service-title:last-of-type::after {
  display: none;
}

/* --------------- tc-services-style2 --------------- */
.tc-services-style2 {
  padding-bottom: 160px;
}
.tc-services-style2 .service_card {
  padding: 50px;
  position: relative;
}
.tc-services-style2 .service_card .sub_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.tc-services-style2 .service_card .sub_title h6 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
  max-width: 80%;
}
.tc-services-style2 .service_card .sub_title .icon {
  font-size: 36px;
}
.tc-services-style2 .service_card .img_icon {
  margin-bottom: 40px;
}
.tc-services-style2 .service_card .img_icon img {
  width: 85px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-services-style2 .service_card .title {
  font-size: 30px;
  font-weight: bold;
}
.tc-services-style2 .service_card::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  background-color: rgba(0, 0, 0, 0.0666666667);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.tc-services-style2 .service_card:hover {
  -webkit-box-shadow: -15px 15px 10px rgba(0, 0, 0, 0.1333333333);
          box-shadow: -15px 15px 10px rgba(0, 0, 0, 0.1333333333);
}
.tc-services-style2 .service_card:hover::before {
  opacity: 1;
  top: -15px;
  right: -15px;
}
.tc-services-style2 .service_card:hover .sub_title .icon {
  -webkit-animation: slide-tr 0.5s linear infinite alternate both;
          animation: slide-tr 0.5s linear infinite alternate both;
}
.tc-services-style2 .row .col-lg-4:nth-of-type(1) .service_card {
  background-color: #b9d0e2;
  color: #000;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.tc-services-style2 .row .col-lg-4:nth-of-type(2) .service_card {
  background-color: #3953e4;
  color: #fff;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.tc-services-style2 .row .col-lg-4:nth-of-type(2) .service_card .img_icon img {
  -webkit-filter: invert(98%) sepia(76%) saturate(0%) hue-rotate(148deg) brightness(111%) contrast(100%);
          filter: invert(98%) sepia(76%) saturate(0%) hue-rotate(148deg) brightness(111%) contrast(100%);
}
.tc-services-style2 .row .col-lg-4:nth-of-type(3) .service_card {
  background-color: #29292b;
  color: #fff;
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.tc-services-style2 .row .col-lg-4:nth-of-type(3) .service_card .img_icon img {
  -webkit-filter: invert(98%) sepia(76%) saturate(0%) hue-rotate(148deg) brightness(111%) contrast(100%);
          filter: invert(98%) sepia(76%) saturate(0%) hue-rotate(148deg) brightness(111%) contrast(100%);
}

/* --------------- tc-services-style3 --------------- */
.tc-services-style3 {
  background-color: #fff;
  padding: 130px 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: -30px;
  position: relative;
  z-index: 5;
}
.tc-services-style3 .services-head {
  margin-bottom: 120px;
}
.tc-services-style3 .services-content .service-card .icon {
  margin-bottom: 30px;
}
.tc-services-style3 .services-content .service-card .icon i {
  width: 45px;
  height: 45px;
  background-color: var(--color-cyan1);
  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;
  font-size: 20px;
  color: #fff;
}
.tc-services-style3 .services-content .service-card h4 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.tc-services-style3 .services-content .service-card .img {
  height: 275px;
  border-radius: 20px;
  overflow: hidden;
}
.tc-services-style3 .services-content .service-card .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**
 * ----------------------------------------
 * animation slide-tr
 * ----------------------------------------
 */
@-webkit-keyframes slide-tr {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-10px) translateX(10px);
    transform: translateY(-10px) translateX(10px);
  }
}
@keyframes slide-tr {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-10px) translateX(10px);
    transform: translateY(-10px) translateX(10px);
  }
}
/* --------------- tc-services-style3 --------------- */
.tc-services-style7 {
  background-color: #202124;
  background-image: url(../img/home_construction/services/dots_back.png);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 130px 0;
}
.tc-services-style7 .service-card {
  background-color: #2b2c30;
  padding: 30px;
  margin-top: 30px;
  display: block;
}
.tc-services-style7 .service-card:hover .icon {
  background-color: var(--color-orange2);
}
.tc-services-style7 .service-card:hover h5 {
  color: var(--color-orange2);
}
.tc-services-style7 .service-card .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #474950;
  margin: auto 0 auto auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-style7 .service-card .img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 30px auto 50px;
  overflow: hidden;
}
.tc-services-style7 .service-card h5 {
  font-size: 24px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ========= [ * projects Section ]  =========*/
/* --------------- projects style1 --------------- */
.tc-projects-style1 {
  padding: 140px 0;
}
.tc-projects-style1 .content {
  position: relative;
}
.tc-projects-style1 .content .feature-item {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
  position: relative;
}
.tc-projects-style1 .content .feature-item h2 {
  font-weight: bold;
  font-size: 36px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-projects-style1 .content .feature-item small {
  font-size: 15px;
  color: #666;
}
.tc-projects-style1 .content .feature-item:hover h2 {
  color: var(--color-orange1);
}
.tc-projects-style1 .content .feature-item:last-of-type {
  border: 0;
}
.tc-projects-style1 .hover-reveal {
  position: absolute !important;
  left: 50% !important;
  top: -150px !important;
  width: 660px;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 99999;
}

.block[data-fx="1"] a::after,
a.content__text-link[data-fx="1"]::after,
.block[data-fx="2"] a::after,
a.content__text-link[data-fx="2"]::after {
  content: "";
  z-index: -1;
  width: 100%;
  bottom: 0.25rem;
  left: 0;
  position: absolute;
  height: 2px;
  background: currentColor;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

a.content__text-link[data-fx="1"]::after,
a.content__text-link[data-fx="2"]::after {
  bottom: 0;
}

.block[data-fx="1"] a:hover::after,
a.content__text-link[data-fx="1"]:hover::after,
.block[data-fx="2"] a:hover::after,
a.content__text-link[data-fx="2"]:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.block[data-fx="6"] a::after,
a.content__text-link[data-fx="6"]::after {
  content: "";
  z-index: -1;
  width: 100%;
  bottom: 0.25rem;
  left: 0;
  position: absolute;
  height: 2px;
  background: currentColor;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}

a.content__text-link[data-fx="6"]::after {
  bottom: 0;
}

.block[data-fx="6"] a:hover::after,
a.content__text-link[data-fx="6"]:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.block[data-fx="14"] a::after,
a.content__text-link[data-fx="14"]::after {
  content: "";
  z-index: -1;
  width: 100%;
  bottom: 0.25rem;
  left: 0;
  position: absolute;
  height: 2px;
  background: currentColor;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

a.content__text-link[data-fx="14"]::after {
  bottom: 0;
}

.block[data-fx="14"] a:hover::after,
a.content__text-link[data-fx="14"]:hover::after {
  -webkit-animation: loop 0.5s infinite;
          animation: loop 0.5s infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
  }
  50% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  51% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
  }
}

@keyframes loop {
  0% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
  }
  50% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  51% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
  }
}
.hover-reveal {
  position: fixed;
  width: 200px;
  height: 150px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.hover-reveal__inner,
.hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.hover-reveal__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181314;
}

.hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}

/* --------------- projects style2 --------------- */
.tc-projects-style2 {
  padding-bottom: 160px;
}
.tc-projects-style2 .project-card {
  display: block;
  height: 525px;
  position: relative;
  overflow: hidden;
  margin: 4px 0;
}
.tc-projects-style2 .project-card .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-projects-style2 .project-card .info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(100%) scale(0.8);
      -ms-transform: translateY(100%) scale(0.8);
          transform: translateY(100%) scale(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tc-projects-style2 .project-card .info .info-text h3 {
  font-size: 30px;
}
.tc-projects-style2 .project-card .info .info-text small {
  font-size: 14px;
  color: #999;
}
.tc-projects-style2 .project-card .info .icon {
  font-size: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-projects-style2 .project-card:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

/* --------------- projects style4 --------------- */
.tc-projects-style4 {
  position: relative;
  padding: 150px 0;
  background-color: #3c3b3a;
  color: #fff;
}
.tc-projects-style4 .tc-projects-slider4 {
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}
.tc-projects-style4 .tc-projects-slider4 .swiper-container {
  padding-bottom: 100px;
  overflow: inherit;
}
.tc-projects-style4 .tc-projects-slider4 .swiper-container .swiper-pagination-progressbar {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1333333333);
}
.tc-projects-style4 .tc-projects-slider4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color-lightGreen);
}
.tc-projects-style4 .nav-pills {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-projects-style4 .nav-pills .nav-item .nav-link {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2666666667);
  border-radius: 30px;
  padding: 8px 25px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  text-transform: uppercase;
}
.tc-projects-style4 .nav-pills .nav-item .nav-link.active {
  background-color: var(--color-lightGreen);
  border-color: var(--color-lightGreen);
  color: #000;
}
.tc-projects-style4 .project-card {
  position: relative;
}
.tc-projects-style4 .project-card .img {
  height: 630px;
}
.tc-projects-style4 .project-card .info {
  padding: 50px 0;
}
.tc-projects-style4 .project-card .info h6 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 15px;
}
.tc-projects-style4 .project-card .info h6 a:hover {
  text-decoration: underline !important;
  color: #fff;
}
.tc-projects-style4 .project-card .info h3 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 400;
}
.tc-projects-style4 .project-card .info h3 a:hover {
  color: var(--color-lightGreen);
}
.tc-projects-style4 .project-card .info p {
  font-size: 16px;
  color: #999;
}
.tc-projects-style4 .float_box {
  position: absolute;
  top: 60px;
  right: 0;
  width: 140px;
  height: 140px;
  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;
  background-color: #181818;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 10;
}
.tc-projects-style4 .float_box p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.tc-projects-style4 .float_box.show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 991px) {
  .tc-projects-style4 {
    padding: 80px 0;
  }
  .tc-projects-style4 .nav-pills .nav-item .nav-link {
    margin-bottom: 20px;
  }
  .tc-projects-style4 .nav-pills .me-0 {
    margin-left: 0 !important;
  }
  .tc-projects-style4 .nav-pills .ms-0 {
    margin-right: 0 !important;
  }
  .tc-projects-style4 .tc-projects-slider4 .swiper-container {
    padding-bottom: 30px;
  }
  .tc-projects-style4 .project-card .img {
    height: 350px;
  }
  .tc-projects-style4 .project-card .info h3 {
    font-size: 25px;
  }
}
/* --------------- tc-features-style2 --------------- */
.tc-projects-style5 {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 30px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}
.tc-projects-style5 .courses-features {
  padding: 70px 0;
}
.tc-projects-style5 .courses-features .features-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-projects-style5 .courses-features .features-card .icon {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  padding: 20px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  background-color: var(--color-darkBlue2);
}
.tc-projects-style5 .courses-content {
  padding: 100px 0;
  border-top: 1px solid #999;
}
.tc-projects-style5 .courses-content .main-tabs {
  margin-bottom: 30px;
}
.tc-projects-style5 .courses-content .main-tabs .nav-link {
  font-size: 26px;
  color: #666;
  font-weight: 400;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  background: transparent;
}
.tc-projects-style5 .courses-content .main-tabs .nav-link.active {
  font-weight: bold;
  color: #000;
}
.tc-projects-style5 .courses-content .sub-tabs {
  margin-bottom: 50px;
}
.tc-projects-style5 .courses-content .sub-tabs .nav-link {
  font-size: 14px;
  color: #000;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  background: #fff;
  padding: 7px 15px;
  border-radius: 7px;
  border: 1px solid #999;
  font-weight: bold;
}
.tc-projects-style5 .courses-content .sub-tabs .nav-link.active {
  background-color: var(--color-red1);
  color: #fff;
}
.tc-projects-style5 .courses-cards .course-card:hover .info {
  padding-bottom: 80px;
  background-color: #f9f6f2;
}
.tc-projects-style5 .courses-cards .course-card:hover .info .button_su {
  bottom: 30px;
  opacity: 1;
}
.tc-projects-style5 .courses-cards .course-card .img {
  height: 200px;
  border: 1px solid #999;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.tc-projects-style5 .courses-cards .course-card .img .fav-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 16px;
  color: #999;
  z-index: 10;
}
.tc-projects-style5 .courses-cards .course-card .img .fav-btn input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  cursor: pointer;
}
.tc-projects-style5 .courses-cards .course-card .img .fav-btn input:checked ~ label {
  color: var(--color-red1);
}
.tc-projects-style5 .courses-cards .course-card .img .new-btn {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: var(--color-cyan2);
  color: #fff;
  border-radius: 30px;
  padding: 3px 15px;
  border-radius: 30px;
  z-index: 10;
  text-transform: capitalize;
}
.tc-projects-style5 .courses-cards .course-card .info {
  border: 1px solid #999;
  border-radius: 15px;
  padding: 30px 20px 0 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.tc-projects-style5 .courses-cards .course-card .info .course-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tc-projects-style5 .courses-cards .course-card .info .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-projects-style5 .courses-cards .course-card .info .rate .rate-perc {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--color-cyan2);
  color: #fff;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.tc-projects-style5 .courses-cards .course-card .info .rate .stars {
  color: var(--color-cyan2);
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.tc-projects-style5 .courses-cards .course-card .info .price {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
}
.tc-projects-style5 .courses-cards .course-card .info .foot-info {
  border-top: 1px solid #999;
}
.tc-projects-style5 .courses-cards .course-card .info .foot-info .top-inf {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  color: #666;
}
.tc-projects-style5 .courses-cards .course-card .info .button_su {
  position: absolute;
  left: 20px;
  bottom: -50px;
  width: calc(100% - 40px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-projects-style5 .courses-slider5 {
  position: relative;
  padding-bottom: 40px;
}
.tc-projects-style5 .courses-slider5 .swiper-button-next, .tc-projects-style5 .courses-slider5 .swiper-button-prev {
  top: 250px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.tc-projects-style5 .courses-slider5 .swiper-button-next::after, .tc-projects-style5 .courses-slider5 .swiper-button-prev::after {
  font-size: 20px;
  color: #999;
}
.tc-projects-style5 .courses-slider5 .swiper-button-next:hover, .tc-projects-style5 .courses-slider5 .swiper-button-prev:hover {
  background-color: var(--color-red1);
}
.tc-projects-style5 .courses-slider5 .swiper-button-next:hover::after, .tc-projects-style5 .courses-slider5 .swiper-button-prev:hover::after {
  color: #fff;
}
.tc-projects-style5 .courses-slider5 .swiper-button-prev, .tc-projects-style5 .courses-slider5 .swiper-container-rtl .swiper-button-next {
  left: -85px;
}
.tc-projects-style5 .courses-slider5 .swiper-button-next, .tc-projects-style5 .courses-slider5 .swiper-container-rtl .swiper-button-prev {
  right: -85px;
}
.tc-projects-style5 .courses-slider5 .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: 0;
}
.tc-projects-style5 .courses-slider5 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 12px;
  height: 12px;
}
.tc-projects-style5 .courses-slider5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-red1);
}

@media screen and (max-width: 991px) {
  .tc-projects-style5 .courses-content {
    padding: 50px 0;
  }
  .tc-projects-style5 .courses-content .main-tabs .nav-link {
    font-size: 17px;
    font-weight: bold;
    padding: 0;
  }
  .tc-projects-style5 .courses-content .sub-tabs .nav-link {
    margin: 5px;
  }
}
/* --------------- projects style6 --------------- */
.tc-projects-style6 .nav-pills {
  background-color: #f0eff7;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 50px;
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.tc-projects-style6 .nav-pills .nav-link {
  padding: 17px 40px;
  border-radius: 50px;
  border: 1px solid transparent;
  color: #999;
  font-size: 18px;
  font-weight: bold;
  margin: -1px;
}
.tc-projects-style6 .nav-pills .nav-link.active {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.tc-projects-style6 .project-card .img {
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.tc-projects-style6 .project-card .img .time {
  position: absolute;
  left: 15px;
  bottom: 15px;
  border-radius: 30px;
  background-color: #fff;
  padding: 8px 20px;
}
.tc-projects-style6 .project-card .info {
  padding-top: 30px;
}
.tc-projects-style6 .project-card .info h5 {
  font-weight: bold;
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .tc-projects-style6 {
    overflow: hidden;
  }
  .tc-projects-style6.pt-150 {
    padding-top: 50px !important;
  }
  .tc-projects-style6.pb-150 {
    padding-bottom: 50px !important;
  }
  .tc-projects-style6 .fsz-70 {
    font-size: 40px !important;
  }
  .tc-projects-style6 .fsz-35 {
    font-size: 25px !important;
  }
  .tc-projects-style6 .nav-pills .nav-link {
    padding: 10px 15px;
    font-size: 10px;
  }
}
/* --------------- projects style7 --------------- */
.tc-projects-style7 {
  background-color: #202124;
  background-image: url(../img/home_construction/services/dots_back.png);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding-bottom: 100px;
}
.tc-projects-style7 .project-card:hover .info {
  background-color: var(--color-orange2);
  color: #000;
}
.tc-projects-style7 .project-card:hover .info .color-999 {
  color: #000 !important;
}
.tc-projects-style7 .project-card:hover .info .icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tc-projects-style7 .project-card .img {
  height: 475px;
  overflow: hidden;
}
.tc-projects-style7 .project-card .info {
  background-color: #2b2c30;
  padding: 40px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-projects-style7 .project-card .info .title {
  min-height: 75px;
}
.tc-projects-style7 .tc-projects-slider7 .arrows-num {
  text-align: center;
  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;
  margin-top: 90px;
}
.tc-projects-style7 .tc-projects-slider7 .arrows-num .swiper-next,
.tc-projects-style7 .tc-projects-slider7 .arrows-num .swiper-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #474950;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-projects-style7 .tc-projects-slider7 .arrows-num .swiper-next:hover,
.tc-projects-style7 .tc-projects-slider7 .arrows-num .swiper-prev:hover {
  background-color: var(--color-orange2);
  color: #000;
}
.tc-projects-style7 .tc-projects-slider7 .arrows-num .swiper-pagination {
  position: relative;
  display: inline-block;
  margin: 0 70px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 0;
}

@media screen and (max-width: 991px) {
  .tc-projects-style7 {
    margin-top: -2px;
  }
}
/* ========= [ * testimonial Section ]  =========*/
/* --------------- testimonial style --------------- */
.tc-testimonial-style1 {
  padding: 140px 0;
  background-image: url(../img/testimonial/testi-back1.png);
  background-size: cover;
}
.tc-testimonial-style1 .tc-testimonial-slider1 {
  position: relative;
  padding-bottom: 120px;
}
.tc-testimonial-style1 .testi-card h3 {
  font-size: 48px;
}
.tc-testimonial-style1 .testi-card .text {
  font-size: 24px;
  color: #666;
  line-height: 1.5;
  margin-top: 50px;
}
.tc-testimonial-style1 .testi-card .client-info {
  margin-top: 70px;
  text-transform: capitalize;
}
.tc-testimonial-style1 .testi-card .client-info h6 {
  font-size: 24px;
  font-weight: bold;
}
.tc-testimonial-style1 .numbers {
  margin-top: 200px;
}
.tc-testimonial-style1 .numbers .num-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-testimonial-style1 .numbers .num-card h3 {
  font-size: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 35px;
          margin-inline-end: 35px;
}
.tc-testimonial-style1 .numbers .num-card h6 {
  font-size: 18px;
  text-transform: uppercase;
}

/* --------------- testimonial style 2 --------------- */
.tc-testimonial-style2 {
  background-color: #29292b;
}
.tc-testimonial-style2 .content {
  padding: 150px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.tc-testimonial-style2 .img {
  margin-left: -100px;
}
.tc-testimonial-style2 .tc-testimonial-slider2 {
  position: relative;
  padding-bottom: 150px;
}
.tc-testimonial-style2 .testi-card {
  color: #fff;
}
.tc-testimonial-style2 .testi-card h3 {
  font-size: 33px;
}
.tc-testimonial-style2 .testi-card .text {
  font-size: 23px;
  color: #fff;
  line-height: 1.5;
  margin-top: 50px;
}
.tc-testimonial-style2 .testi-card .client-info {
  margin-top: 70px;
  text-transform: capitalize;
}
.tc-testimonial-style2 .testi-card .client-info h6 {
  font-size: 24px;
  font-weight: bold;
}

/* --------------- testimonial style 3 --------------- */
.tc-testimonial-style3 {
  position: relative;
  z-index: 10;
  padding: 130px 0;
  overflow: hidden;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: -30px;
  background-color: #fff;
}
.tc-testimonial-style3 .globe1 {
  position: absolute;
  left: 20%;
  bottom: -200px;
  pointer-events: none;
  opacity: 0.3;
  width: 60%;
  -webkit-animation: rotate-center 100s linear infinite both;
          animation: rotate-center 100s linear infinite both;
}
.tc-testimonial-style3 .tc-testimonial-slider3 {
  position: relative;
  padding-bottom: 90px;
}
.tc-testimonial-style3 .tc-testimonial-slider3 .swiper-pagination {
  bottom: 0;
  text-align: center;
  width: 100%;
  line-height: 1;
}
.tc-testimonial-style3 .tc-testimonial-slider3 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.tc-testimonial-style3 .tc-testimonial-slider3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-cyan1);
}
.tc-testimonial-style3 .testi-card {
  padding: 35px;
  border: 1px solid #999;
  border-radius: 30px;
  display: block;
  position: relative;
  z-index: 5;
  overflow: hidden;
  background-color: #fff;
}
.tc-testimonial-style3 .testi-card::before {
  position: absolute;
  content: "";
  right: -50%;
  bottom: -50%;
  width: 0%;
  height: 0%;
  background-color: var(--color-cyan1);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.tc-testimonial-style3 .testi-card::after {
  position: absolute;
  content: "";
  left: -50%;
  top: -50%;
  width: 0%;
  height: 0%;
  background-color: var(--color-cyan1);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.tc-testimonial-style3 .testi-card .card-content {
  position: relative;
  z-index: 2;
}
.tc-testimonial-style3 .testi-card .card-content .rate-stars {
  color: var(--color-cyan1);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-testimonial-style3 .testi-card .card-content .text {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-testimonial-style3 .testi-card .card-content .author h6 {
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-testimonial-style3 .testi-card .card-content .author p {
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-testimonial-style3 .testi-card:hover {
  border-color: var(--color-cyan1);
}
.tc-testimonial-style3 .testi-card:hover::before, .tc-testimonial-style3 .testi-card:hover::after {
  width: 200%;
  height: 200%;
  opacity: 1;
}
.tc-testimonial-style3 .testi-card:hover .rate-stars, .tc-testimonial-style3 .testi-card:hover h6, .tc-testimonial-style3 .testi-card:hover p, .tc-testimonial-style3 .testi-card:hover .text {
  color: #fff;
}

@media screen and (min-width: 991px) {
  .tc-testimonial-slider3 .swiper-slide {
    width: 410px !important;
  }
}
/* --------------- testimonial style 5 --------------- */
.tc-testimonial-style5 .testi-card {
  padding: 50px;
  border: 1px solid #999;
  border-radius: 20px;
}
.tc-testimonial-style5 .testi-card .title {
  font-size: 24px;
  font-weight: bold;
}
.tc-testimonial-style5 .testi-card .text {
  font-size: 18px;
  min-height: 130px;
}
.tc-testimonial-style5 .testi-card .author h6 {
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  margin-bottom: 5px;
}
.tc-testimonial-style5 .testi-card .author p {
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-testimonial-style5 .tc-testimonial-slider5 {
  position: relative;
}
.tc-testimonial-style5 .tc-testimonial-slider5 .arrows-pagination {
  position: relative;
  text-align: center;
  margin-top: 70px;
}
.tc-testimonial-style5 .tc-testimonial-slider5 .arrows-pagination .content {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #999;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tc-testimonial-style5 .tc-testimonial-slider5 .arrows-pagination .content .swiper-pagination {
  position: relative;
  margin: 0 15px;
  bottom: 2px;
}
.tc-testimonial-style5 .tc-testimonial-slider5 .arrows-pagination .content .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
.tc-testimonial-style5 .tc-testimonial-slider5 .arrows-pagination .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-red1);
}
.tc-testimonial-style5 .tc-testimonial-slider5 .arrows-pagination .content .arrow-next,
.tc-testimonial-style5 .tc-testimonial-slider5 .arrows-pagination .content .arrow-prev {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .tc-testimonial-style5 .testi-card {
    padding: 30px 20px;
  }
  .tc-partners-slider5 .swiper-container {
    overflow: hidden !important;
  }
}
/* --------------- testimonial style 7 --------------- */
.tc-testimonial-style7 {
  background-color: #2c2d30;
  color: #fff;
}
.tc-testimonial-style7 .content {
  padding: 130px 0;
  position: relative;
}
.tc-testimonial-style7 .content .float-imgs {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.4;
  pointer-events: none;
}
.tc-testimonial-style7 .content .float-imgs .top_img {
  position: absolute;
  top: 130px;
  right: 0;
  max-width: 35%;
}
.tc-testimonial-style7 .content .float-imgs .btm_img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 25%;
}
.tc-testimonial-style7 .tc-testimonial-slider7 .arrows-num {
  text-align: center;
  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;
  margin-top: 90px;
}
.tc-testimonial-style7 .tc-testimonial-slider7 .arrows-num .swiper-next,
.tc-testimonial-style7 .tc-testimonial-slider7 .arrows-num .swiper-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #474950;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-testimonial-style7 .tc-testimonial-slider7 .arrows-num .swiper-next:hover,
.tc-testimonial-style7 .tc-testimonial-slider7 .arrows-num .swiper-prev:hover {
  background-color: var(--color-orange2);
  color: #000;
}
.tc-testimonial-style7 .tc-testimonial-slider7 .arrows-num .swiper-pagination {
  position: relative;
  display: inline-block;
  margin: 0 70px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 0;
}

@media screen and (max-width: 991px) {
  .fsz-35 {
    font-size: 20px !important;
  }
}
/* ========= [ * awards Section ]  =========*/
/* --------------- awards style --------------- */
.tc-awards-style1 {
  padding: 140px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-awards-style1 .award-card {
  margin-top: 100px;
}
.tc-awards-style1 .award-card .img-brand {
  margin-bottom: 50px;
}
.tc-awards-style1 .award-card ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  text-transform: capitalize;
}
.tc-awards-style1 .award-card ul li h5 {
  font-size: 24px;
  font-weight: bold;
}
.tc-awards-style1 .award-card ul li a {
  font-size: 15px;
  color: #666;
}
.tc-awards-style1 .award-card ul li a:hover {
  color: var(--color-orange1);
  text-decoration: underline;
}
.tc-awards-style1 .award-card ul li:first-of-type {
  padding-top: 0;
}
.tc-awards-style1 .award-card ul li:last-of-type {
  padding-bottom: 0;
  border: 0;
}

/* --------------- awards style --------------- */
.tc-awards-style4 .table thead th {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 20px;
}
.tc-awards-style4 .table tbody tr {
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-awards-style4 .table tbody tr td {
  padding: 30px 20px;
  border-color: #999;
}
.tc-awards-style4 .table tbody tr td:first-of-type {
  text-transform: uppercase;
}
.tc-awards-style4 .table tbody > tr:hover {
  background-color: var(--color-lightGreen);
}

@media screen and (max-width: 991px) {
  .tc-awards-style4 .table tbody tr td {
    padding: 20px 10px;
    border-color: #999;
    font-size: 12px;
    min-width: 130px;
  }
}
/* ========= [ * pricing Section ]  =========*/
/* --------------- pricing style --------------- */
.tc-pricing-style1 {
  padding: 140px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-pricing-style1 .pricing-tabsHead .price-radios {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #ededf4;
  padding: 7px;
  border-radius: 50px;
}
.tc-pricing-style1 .pricing-tabsHead .price-radios .form-check {
  margin: 0;
  padding: 0;
}
.tc-pricing-style1 .pricing-tabsHead .price-radios .form-check .form-check-label {
  color: #000;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 15px;
  text-transform: capitalize;
  cursor: pointer;
}
.tc-pricing-style1 .pricing-tabsHead .price-radios .form-check .form-check-label small {
  padding: 1px 5px;
  font-size: 10px;
}
.tc-pricing-style1 .pricing-tabsHead .price-radios .form-check .form-check-input {
  display: none;
}
.tc-pricing-style1 .pricing-tabsHead .price-radios .form-check .form-check-input:checked ~ .form-check-label {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0666666667);
}
.tc-pricing-style1 .content {
  min-width: 800px;
  margin-top: 70px;
}
.tc-pricing-style1 .content .price-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #7f7f7f;
}
.tc-pricing-style1 .content .price-head .price-headTitle {
  width: 34%;
}
.tc-pricing-style1 .content .price-head .price-headTitle .title-img {
  max-height: 250px;
}
.tc-pricing-style1 .content .price-head .price-headItem {
  position: relative;
  width: 22%;
  text-align: center;
  padding: 50px 0 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.tc-pricing-style1 .content .price-head .price-headItem .label {
  position: absolute;
  top: -30px;
  right: 15px;
  padding: 10px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  background-image: url(../img/pricing/label.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  -webkit-filter: drop-shadow(-10px 20px 30px rgba(0, 0, 0, 0.3333333333));
          filter: drop-shadow(-10px 20px 30px rgba(0, 0, 0, 0.3333333333));
}
.tc-pricing-style1 .content .price-head .price-headItem h6 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tc-pricing-style1 .content .price-head .price-headItem h2 {
  font-size: 60px;
  margin-bottom: 20px;
}
.tc-pricing-style1 .content .price-head .price-headItem h2 span {
  font-size: 24px;
  color: #999;
  font-weight: 400;
}
.tc-pricing-style1 .content .price-head .price-headItem small {
  font-size: 15px;
  color: #666;
  display: block;
  line-height: 1.5;
}
.tc-pricing-style1 .content .price-body .price-bodyItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}
.tc-pricing-style1 .content .price-body .price-bodyItems:last-of-type {
  border: 0;
}
.tc-pricing-style1 .content .price-body .price-bodyItems .price-bodyTitle {
  width: 34%;
  padding: 30px 0;
  font-size: 18px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  position: relative;
}
.tc-pricing-style1 .content .price-body .price-bodyItems .price-bodyTitle .pop-info {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tc-pricing-style1 .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info {
  font-size: 24px;
  color: #999;
  margin: 0 6px;
}
.tc-pricing-style1 .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info:hover {
  color: var(--color-orange1);
}
.tc-pricing-style1 .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
  text-align: center;
  width: 250px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.tc-pricing-style1 .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content .title {
  color: var(--color-orange1);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}
.tc-pricing-style1 .content .price-body .price-bodyItems .price-bodyTitle .pop-info:hover .hidden_content {
  opacity: 1;
  visibility: visible;
}
.tc-pricing-style1 .content .price-body .price-bodyItems .price-item {
  width: 22%;
  padding: 15px 0;
  text-align: center;
  height: 75px;
  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;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.tc-pricing-style1 .content .price-body .price-bodyItems .price-item i {
  color: #66cc00;
  font-size: 25px;
}
.tc-pricing-style1 .content .price-body .price-bodyItems .price-item span {
  color: #000;
  font-size: 18px;
}
.tc-pricing-style1 .content .price-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-pricing-style1 .content .price-foot .price-footTitle {
  width: 34%;
}
.tc-pricing-style1 .content .price-foot .price-footItem {
  width: 22%;
  text-align: center;
  padding: 30px 0 50px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.tc-pricing-style1 .monthly_price {
  display: none;
}

/* --------------- pricing style 5 --------------- */
.tc-pricing-style5 {
  border: 1px solid #999;
  border-radius: 20px;
}
.tc-pricing-style5 .tabs {
  text-align: center;
}
.tc-pricing-style5 .tabs .cont {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #999;
  border-radius: 100px;
  padding: 10px;
  margin-bottom: 30px;
}
.tc-pricing-style5 .tabs .cont a {
  color: #999;
  padding: 12px 40px;
  border: 1px solid transparent;
  border-radius: 100px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-pricing-style5 .tabs .cont a .dis {
  color: #fff;
  background-color: var(--color-red1);
  font-size: 13px;
  border-radius: 30px;
  border: 1px solid #999;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  padding: 5px 10px;
}
.tc-pricing-style5 .tabs .cont a.active {
  color: #000;
  border: 1px solid #999;
}
.tc-pricing-style5 .pricing-card {
  border: 1px solid #999;
  border-radius: 20px;
  padding: 30px;
  margin-top: 30px;
}
.tc-pricing-style5 .pricing-card.popular-card {
  background-color: #f4eadc;
}
.tc-pricing-style5 .pricing-card .card-head {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
.tc-pricing-style5 .pricing-card .card-head h5 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-pricing-style5 .pricing-card .card-head p {
  font-size: 13px;
  text-transform: uppercase;
}
.tc-pricing-style5 .pricing-card .card-head h2 {
  font-size: 40px;
  font-weight: bold;
}
.tc-pricing-style5 .pricing-card .card-head small {
  font-size: 14px;
  color: #666;
}
.tc-pricing-style5 .pricing-card .card-body {
  padding: 30px 0 100px;
  position: relative;
  min-height: 330px;
}
.tc-pricing-style5 .pricing-card .card-body .button_su {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .tc-pricing-style5 .tabs .cont a {
    padding: 5px 10px;
    font-size: 12px;
  }
  .tc-pricing-style5 .tabs .cont a .dis {
    -webkit-margin-start: 5px;
            margin-inline-start: 5px;
  }
}
/* --------------- pricing style 6 --------------- */
.tc-pricing-style6 {
  background-color: #6b67e9;
  color: #fff;
}
.tc-pricing-style6 .pricing-card {
  border: 1px solid rgba(255, 255, 255, 0.3333333333);
  border-radius: 20px;
  padding: 30px;
  margin-top: 30px;
}
.tc-pricing-style6 .pricing-card.popular-card {
  -webkit-box-shadow: 7px 7px 0 var(--color-cyan3);
          box-shadow: 7px 7px 0 var(--color-cyan3);
}
.tc-pricing-style6 .pricing-card .card-head {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3333333333);
}
.tc-pricing-style6 .pricing-card .card-head h5 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-pricing-style6 .pricing-card .card-head p {
  font-size: 13px;
  text-transform: uppercase;
}
.tc-pricing-style6 .pricing-card .card-head h2 {
  font-size: 40px;
  font-weight: bold;
}
.tc-pricing-style6 .pricing-card .card-head small {
  font-size: 14px;
}
.tc-pricing-style6 .pricing-card .card-body {
  padding: 30px 0 100px;
  position: relative;
  min-height: 300px;
}
.tc-pricing-style6 .pricing-card .card-body .button_su {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .tc-pricing-style6.pt-150 {
    padding-top: 50px !important;
  }
  .tc-pricing-style6.pb-150 {
    padding-bottom: 50px !important;
  }
  .tc-pricing-style6 .fsz-70 {
    font-size: 40px !important;
  }
  .tc-pricing-style6 .fsz-35 {
    font-size: 25px !important;
  }
  .tc-pricing-style6 .pricing-card .card-body {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
/* ========= [ * team Section ]  =========*/
/* --------------- team style 1 --------------- */
.tc-team-style1 {
  padding: 140px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-team-style1 .team-card {
  margin-top: 40px;
  text-align: center;
  text-transform: capitalize;
}
.tc-team-style1 .team-card .img {
  margin-bottom: 20px;
}
.tc-team-style1 .team-card .img img {
  width: 230px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tc-team-style1 .team-card .info h4 {
  font-size: 24px;
  font-weight: bold;
}
.tc-team-style1 .team-card .info h4 a:hover {
  color: var(--color-orange1);
}
.tc-team-style1 .team-card .info p {
  font-size: 15px;
  color: #666;
}
.tc-team-style1 .team-card .info .social-icons {
  margin-top: 20px;
}
.tc-team-style1 .team-card .info .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  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;
  background-color: #f3f2f7;
  color: #666;
  font-size: 18px;
}
.tc-team-style1 .team-card .info .social-icons a:hover {
  background-image: var(--bg-grad1);
  color: #fff;
}

/* --------------- team style 4 --------------- */
.tc-team-style4 {
  padding: 130px 0;
}
.tc-team-style4 .tc-team-card {
  margin-top: 60px;
  display: block;
}
.tc-team-style4 .tc-team-card:hover .img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.tc-team-style4 .tc-team-card:hover .info h3 {
  text-decoration: underline;
}
.tc-team-style4 .tc-team-card .img {
  height: 320px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-style4 .tc-team-card .info {
  padding-top: 30px;
}
.tc-team-style4 .tc-team-card .info h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.tc-team-style4 .tc-team-card .info p {
  color: #666;
  text-transform: capitalize;
}
.tc-team-style4 .tc-team-card.tc-team-card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 140px);
}
.tc-team-style4 .tc-team-card.tc-team-card-text .info h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tc-team-style4 .tc-team-card.tc-team-card-text .info p {
  padding: 5px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #999;
}
.tc-team-style4 .tc-team-card.tc-team-card-text .info p i {
  position: relative;
  top: 5px;
}

@media screen and (max-width: 991px) {
  .tc-team-style4 {
    padding: 80px 0;
  }
}
/* --------------- team style 5 --------------- */
.tc-team-style5 {
  background-color: #f4eadc;
  border: 1px solid #999;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  margin-top: -50px;
}
.tc-team-style5 .team-card {
  margin-top: 30px;
}
.tc-team-style5 .team-card .img {
  height: 370px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.tc-team-style5 .team-card .img .rate {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.tc-team-style5 .team-card .img .rate .rate-perc {
  font-size: 12px;
  padding: 1px 10px;
  border-radius: 5px;
  background-color: var(--color-cyan2);
  color: #fff;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.tc-team-style5 .team-card .info {
  padding-top: 20px;
}
.tc-team-style5 .team-card .info h4 {
  font-size: 24px;
  font-weight: bold;
}

/* --------------- team style 6 --------------- */
.tc-team-style6 {
  background-color: #1c1c22;
  color: #fff;
}
.tc-team-style6 .team-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid transparent;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 30px;
}
.tc-team-style6 .team-card:hover {
  border-color: var(--color-cyan3);
}
.tc-team-style6 .team-card:hover .info::before {
  opacity: 1;
}
.tc-team-style6 .team-card .tag_label {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
}
.tc-team-style6 .team-card .img {
  height: 630px;
}
.tc-team-style6 .team-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  z-index: 10;
}
.tc-team-style6 .team-card .info::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#111), to(transparent));
  background-image: -o-linear-gradient(bottom, #111, transparent);
  background-image: linear-gradient(to top, #111, transparent);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .tc-team-style6.pt-150 {
    padding-top: 50px !important;
  }
  .tc-team-style6.pb-150 {
    padding-bottom: 50px !important;
  }
  .tc-team-style6 .fsz-70 {
    font-size: 40px !important;
  }
  .tc-team-style6 .fsz-35 {
    font-size: 25px !important;
  }
  .tc-team-style6 .team-card .img {
    height: 330px;
  }
  .tc-team-style6 .team-card .info {
    padding: 30px !important;
  }
}
/* ========= [ * blog Section ]  =========*/
/* --------------- blog style 1 --------------- */
.tc-blog-style1 {
  padding: 140px 0;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#e0dfe8), to(#fff));
  background: -o-linear-gradient(bottom, #e0dfe8, #fff);
  background: linear-gradient(to top, #e0dfe8, #fff);
}
.tc-blog-style1 .blog-card .img {
  height: 275px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.tc-blog-style1 .blog-card .img .tags {
  position: absolute;
  top: 20px;
  left: 20px;
}
.tc-blog-style1 .blog-card .img .tags a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-image: var(--bg-grad1);
  border-radius: 30px;
  padding: 6px 10px;
  font-weight: bold;
}
.tc-blog-style1 .blog-card .img .vid-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 10;
  font-size: 30px;
  border: 2px solid #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;
  background-color: rgba(0, 0, 0, 0.2666666667);
}
.tc-blog-style1 .blog-card .info .blog-card-title {
  font-size: 30px;
  margin-top: 40px;
  font-weight: bold;
}
.tc-blog-style1 .blog-card .info .text {
  font-size: 15px;
  margin-top: 15px;
}

/* --------------- blog style 2 --------------- */
.tc-blog-style2 {
  padding: 160px 0;
  background-color: #dee0e8;
}
.tc-blog-style2 .img {
  height: 350px;
}
.tc-blog-style2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-blog-style2 .info {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-blog-style2 .info .date-box {
  width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-blog-style2 .info .date-box .num {
  font-size: 60px;
  font-weight: 100;
}
.tc-blog-style2 .info .info-text {
  padding-top: 20px;
}
.tc-blog-style2 .info .info-text .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.tc-blog-style2 .info .info-text .title a:hover {
  text-decoration: underline;
}
.tc-blog-style2 .swiper-pagination {
  bottom: 0;
  text-align: center;
  width: 100%;
  line-height: 1;
}
.tc-blog-style2 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.tc-blog-style2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-blue1);
}

/* --------------- blog style 3 --------------- */
.tc-blog-style3 {
  padding: 160px 0 130px;
  background-color: var(--color-darkBlue1);
}
.tc-blog-style3 .main-card-blog {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.tc-blog-style3 .main-card-blog .img {
  height: 630px;
  border-radius: 30px;
  overflow: hidden;
}
.tc-blog-style3 .main-card-blog .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  min-width: 310px;
  z-index: 5;
  background-color: var(--color-cyan1);
  padding: 30px 20px 30px 30px;
  border-top-right-radius: 30px;
  color: #fff;
}
.tc-blog-style3 .main-card-blog .info .tags-date .tag-link {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 7px 15px;
  border-radius: 8px;
  text-transform: uppercase;
}
.tc-blog-style3 .main-card-blog .info .tags-date small {
  color: #ccffff;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.tc-blog-style3 .main-card-blog .info .title {
  font-size: 24px;
  margin-top: 15px;
}
.tc-blog-style3 .main-card-blog .info .text {
  font-size: 16px;
  margin-top: 30px;
  color: #ccffff;
}
.tc-blog-style3 .text-news-card {
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
}
.tc-blog-style3 .text-news-card h5 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.tc-blog-style3 .text-news-card .blog-card {
  margin-top: 25px;
}
.tc-blog-style3 .text-news-card .blog-card h3.title {
  font-size: 24px;
  font-weight: bold;
}
.tc-blog-style3 .text-news-card .blog-card h3.title:hover {
  color: var(--color-cyan1);
}
.tc-blog-style3 .text-news-card .blog-card .tags-date {
  margin-bottom: 10px;
}
.tc-blog-style3 .text-news-card .blog-card .tags-date .tag-link {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  padding: 7px 15px;
  border-radius: 8px;
  text-transform: uppercase;
}
.tc-blog-style3 .text-news-card .blog-card .tags-date small {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.tc-blog-style3 .color-info-news-card .info-card {
  min-width: 310px;
  z-index: 5;
  background-color: var(--color-cyan1);
  padding: 30px 25px;
  border-radius: 30px;
  color: #fff;
}
.tc-blog-style3 .color-info-news-card .info-card .tags-date .tag-link {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 7px 15px;
  border-radius: 8px;
  text-transform: uppercase;
}
.tc-blog-style3 .color-info-news-card .info-card .tags-date small {
  color: #ccffff;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.tc-blog-style3 .color-info-news-card .info-card .title {
  font-size: 24px;
  margin-top: 15px;
}
.tc-blog-style3 .color-info-news-card .info-card .text {
  font-size: 16px;
  margin-top: 30px;
  color: #ccffff;
}
.tc-blog-style3 .color-info-news-card .img-card {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.tc-blog-style3 .color-info-news-card .img-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------- blog style 4 --------------- */
.tc-blog-style4 {
  background-color: #bec2c5;
  padding: 150px 0;
}
.tc-blog-style4 .main-post {
  position: relative;
  color: #fff;
}
.tc-blog-style4 .main-post .img {
  height: 590px;
}
.tc-blog-style4 .main-post .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 50px 60px;
  z-index: 10;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tc-blog-style4 .main-post .info .date {
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-left: 15px;
}
.tc-blog-style4 .main-post .info .date::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.tc-blog-style4 .main-post .info .date a {
  margin: 0 5px;
}
.tc-blog-style4 .main-post .info .post-title {
  font-size: 36px;
  font-weight: 400;
}
.tc-blog-style4 .sub-post {
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
}
.tc-blog-style4 .sub-post .img {
  height: 260px;
}
.tc-blog-style4 .sub-post .info {
  padding: 40px 0;
}
.tc-blog-style4 .sub-post .info .date {
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 15px;
}
.tc-blog-style4 .sub-post .info .date::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}
.tc-blog-style4 .sub-post .info .date a {
  margin: 0 5px;
}
.tc-blog-style4 .sub-post .info .post-title {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .tc-blog-style4 {
    padding: 80px 0;
  }
  .tc-blog-style4 .main-post {
    margin-bottom: 30px;
  }
  .tc-blog-style4 .main-post .img {
    height: 350px;
  }
  .tc-blog-style4 .main-post .info {
    padding: 40px 30px;
  }
  .tc-blog-style4 .main-post .info .post-title {
    font-size: 25px;
  }
  .tc-blog-style4 .main-post .info .date {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
/* --------------- blog style 5 --------------- */
.tc-blog-style5 .main-card .img {
  position: relative;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.tc-blog-style5 .main-card .img .tag {
  padding: 5px 10px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  left: 15px;
  top: 15px;
}
.tc-blog-style5 .faq-side {
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #999;
}
.tc-blog-style5 .faq-side .accordion .accordion-item {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.tc-blog-style5 .faq-side .accordion .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 22px 0;
  border-bottom: 1px solid #999;
  padding-right: 50px;
}
.tc-blog-style5 .faq-side .accordion .accordion-item .accordion-button::after {
  position: absolute;
  right: 0;
}
.tc-blog-style5 .faq-side .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--color-red1);
  border-color: var(--bg-red1);
}
.tc-blog-style5 .faq-side .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-filter: invert(0%) sepia(100%) saturate(7454%) hue-rotate(211deg) brightness(0%) contrast(111%);
          filter: invert(0%) sepia(100%) saturate(7454%) hue-rotate(211deg) brightness(0%) contrast(111%);
}
.tc-blog-style5 .faq-side .accordion .accordion-item .accordion-body {
  padding: 20px 0;
}

/* --------------- blog style 7 --------------- */
.tc-blog-style7 {
  background-color: #efeff1;
  background-image: url(../img/home_construction/blog/back_pattern.png);
  background-size: cover;
  background-attachment: fixed;
  padding: 130px 0;
}
.tc-blog-style7 .tc-blog-slider7 {
  position: relative;
  padding-bottom: 130px;
}
.tc-blog-style7 .tc-blog-slider7 .swiper-button-next::after, .tc-blog-style7 .tc-blog-slider7 .swiper-button-prev::after {
  color: #000;
  font-size: 30px;
}
.tc-blog-style7 .tc-blog-slider7 .swiper-button-next, .tc-blog-style7 .tc-blog-slider7 .swiper-container-rtl .swiper-button-prev {
  right: -70px;
}
.tc-blog-style7 .tc-blog-slider7 .swiper-button-prev, .tc-blog-style7 .tc-blog-slider7 .swiper-container-rtl .swiper-button-next {
  left: -70px;
}
.tc-blog-style7 .blog-card {
  position: relative;
  background-color: #fff;
  padding: 40px;
  overflow: hidden;
}
.tc-blog-style7 .blog-card:hover::after {
  opacity: 0.4;
}
.tc-blog-style7 .blog-card:hover .back-img {
  -webkit-transform: translateX(0) scaleX(1);
      -ms-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.tc-blog-style7 .blog-card:hover .info *,
.tc-blog-style7 .blog-card:hover .info .color-666 {
  color: #fff !important;
}
.tc-blog-style7 .blog-card:hover .info .bg-000 {
  background-color: #fff !important;
}
.tc-blog-style7 .blog-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.tc-blog-style7 .blog-card .back-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(20%) scaleX(1.5);
      -ms-transform: translateX(20%) scaleX(1.5);
          transform: translateX(20%) scaleX(1.5);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.tc-blog-style7 .blog-card .info {
  position: relative;
  z-index: 10;
}
.tc-blog-style7 .blog-card .info * {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-blog-style7 .blog-card .info .top-info {
  min-height: 330px;
}
.tc-blog-style7 .blog-card .info .btm-info .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #999;
}
.tc-blog-style7 .blog-card .info .btm-info .date .day {
  color: var(--color-orange2);
  font-weight: bold;
}
.tc-blog-style7 .newsletter {
  padding-top: 130px;
  border-top: 1px solid #999;
}
.tc-blog-style7 .newsletter .subs-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #999;
  font-size: 16px;
}
.tc-blog-style7 .newsletter .subs-group .icon {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 22px;
}
.tc-blog-style7 .newsletter .subs-group input {
  border: 0;
  background: transparent;
  width: 100%;
  font-size: 18px;
}
.tc-blog-style7 .newsletter .subs-group button {
  border: 0;
  color: #000;
  text-transform: uppercase;
  background: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 400;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .tc-blog-style7 .tc-blog-slider7 .swiper-button-next, .tc-blog-style7 .tc-blog-slider7 .swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 50px);
    top: calc(100% - 80px);
  }
  .tc-blog-style7 .tc-blog-slider7 .swiper-button-prev, .tc-blog-style7 .tc-blog-slider7 .swiper-container-rtl .swiper-button-next {
    left: calc(50% - 50px);
    top: calc(100% - 80px);
  }
}
/* ========= [ * partners Section ]  =========*/
/* --------------- awards style --------------- */
.tc-partners-style2 {
  padding: 160px 0;
}
.tc-partners-style2 .tc-partners-slider2 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
     transition-timing-function: linear !important;
  position: relative;
}
.tc-partners-style2 .tc-partners-slider2 .img-logo {
  height: 300px;
  width: 300px;
  border: 1px solid #999;
  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;
  outline: 1px solid rgba(153, 153, 153, 0.3333333333);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tc-partners-style2 .tc-partners-slider2 .img-logo img {
  max-width: 50%;
}
.tc-partners-style2 .tc-partners-slider2 .img-logo:hover {
  outline: 10px solid transparent;
  outline-offset: 50px;
}

/* --------------- tc-partners-style3 --------------- */
.tc-partners-style3 {
  padding: 130px 0 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  z-index: 10;
  margin-top: -30px;
  background-color: #fff;
}
.tc-partners-style3 .content {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-margin-end: -16px;
          margin-inline-end: -16px;
  border-bottom: 1px solid #999;
}
.tc-partners-style3 .content .partner-logo {
  width: calc(20% - 16px);
  margin: 8px 0;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
  height: 180px;
  border: 1px solid #999;
  border-radius: 15px;
  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;
}

/* --------------- tc-partners-style4 --------------- */
.tc-partners-style4 {
  padding: 150px 0;
}
.tc-partners-style4 .logos-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.tc-partners-style4 .logos-content .brand {
  width: 20%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.tc-partners-style4 .logos-content .brand img {
  width: 130px;
}
.tc-partners-style4 .logos-content .brand:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media screen and (max-width: 991px) {
  .tc-partners-style4 {
    padding: 80px 0;
  }
  .tc-partners-style4 .logos-content .brand {
    width: 33.3333%;
    height: 115px;
    padding: 15px;
  }
}
/* --------------- tc-partners-style5 --------------- */
.tc-partners-style5 .tc-partners-slider5 .img img {
  width: 130px;
}
.tc-partners-style5 .tc-partners-slider5 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
       -o-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  position: relative;
}

/* --------------- tc-partners-style6 --------------- */
.tc-partners-style6 {
  background-color: #4438ba;
  color: #fff;
}
.tc-partners-style6 .partners-row .logos .logo-img {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .tc-partners-style6.pt-150 {
    padding-top: 50px !important;
  }
  .tc-partners-style6.pb-150 {
    padding-bottom: 50px !important;
  }
  .tc-partners-style6 .mb-150 {
    margin-bottom: 100px !important;
  }
  .tc-partners-style6 .mb-60 {
    margin-bottom: 20px !important;
  }
  .tc-partners-style6 .fsz-70 {
    font-size: 40px !important;
  }
  .tc-partners-style6 .fsz-35 {
    font-size: 25px !important;
  }
  .tc-partners-style6 .pricing-card .card-body {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
/* --------------- tc-partners-style7 --------------- */
.tc-partners-style7 {
  padding: 130px 0;
}
.tc-partners-style7 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tc-partners-style7 .logos .logo {
  width: 20%;
  text-align: center;
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .tc-partners-style7 .logos .logo {
    width: 33%;
    margin-top: 50px;
    padding: 0 15px;
  }
}
/* ========= [ * approach Section ]  =========*/
/* --------------- approach style 2 --------------- */
.tc-approach-style2 {
  padding: 160px 0 150px;
  background-color: #29292b;
}
.tc-approach-style2 .approach-card .card-box {
  padding: 30px;
  border: 1px solid #4d4d50;
}
.tc-approach-style2 .approach-card .card-box .img-icon {
  height: 180px;
  margin: 80px 0;
}
.tc-approach-style2 .approach-card .card-box .img-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-approach-style2 .approach-card .info {
  padding-top: 40px;
}
.tc-approach-style2 .approach-card .info h3 {
  font-size: 32px;
  color: #fff;
}
.tc-approach-style2 .approach-card .info p {
  font-size: 16px;
  color: #999;
  margin-top: 20px;
}
.tc-approach-style2 .content {
  position: relative;
  margin-left: calc((100vw - 1330px) / 2);
  overflow: hidden;
}
.tc-approach-style2 .content .float_box {
  position: absolute;
  top: 60px;
  right: 0;
  width: 140px;
  height: 140px;
  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;
  background-color: #1e1e20;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 10;
}
.tc-approach-style2 .content .float_box p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.tc-approach-style2 .content .float_box.show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* --------------- approach style 3 --------------- */
.tc-approach-style3 {
  background-color: #d9e2e4;
  padding: 180px 0;
}
.tc-approach-style3 .approach-tabs .nav-link {
  padding: 45px 0;
  background-color: transparent;
  border-radius: 0;
  position: relative;
}
.tc-approach-style3 .approach-tabs .nav-link .circle-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 510px;
  height: calc(100% + 40px);
  max-width: unset;
  max-height: unset;
  opacity: 0.5;
}
.tc-approach-style3 .approach-tabs .nav-link h5 {
  font-size: 36px;
  font-weight: 100;
  color: #000;
}
.tc-approach-style3 .approach-tabs .nav-link.active .circle-shape {
  opacity: 1;
  z-index: 10;
}
.tc-approach-style3 .approach-tabs .nav-link.active h5 {
  font-weight: bold;
}
.tc-approach-style3 .info .tab-content {
  padding: 30px 0;
}
.tc-approach-style3 .info .tab-content .accordion .accordion-item {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.tc-approach-style3 .info .tab-content .accordion .accordion-item .accordion-button {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.tc-approach-style3 .info .tab-content .accordion .accordion-item .accordion-button::after {
  background: transparent;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f068";
}
.tc-approach-style3 .info .tab-content .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--color-cyan1);
}
.tc-approach-style3 .info .tab-content .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f067";
}
.tc-approach-style3 .info .tab-content .accordion .accordion-item .accordion-body {
  padding: 20px 0;
}

/* ========= [ * letsChat Section ]  =========*/
/* --------------- tc-letsChat-style2 --------------- */
.tc-letsChat-style2 {
  background-color: var(--color-blue1);
  color: #fff;
}
.tc-letsChat-style2 .info {
  padding: 160px 0;
}
.tc-letsChat-style2 .info h3 {
  font-size: 62px;
  margin-bottom: 30px;
}
.tc-letsChat-style2 .info p {
  font-size: 18px;
  color: #ccccff;
}

/* --------------- tc-letsChat-style5 --------------- */
.tc-letsChat-style5 {
  text-align: center;
  padding: 150px 0 100px;
  background-color: var(--color-darkBlue2);
  color: #fff;
  border-radius: 30px;
  margin-top: -50px;
}

/* ========= [ * numbers Section ]  =========*/
/* --------------- numbers style --------------- */
.tc-numbers-style3 .content {
  background-color: #d9e2e4;
  margin-top: 20px;
  border-radius: 30px;
  padding: 50px 0;
}
.tc-numbers-style3 .content h3 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.5;
}
.tc-numbers-style3 .content .numbers-content {
  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;
}
.tc-numbers-style3 .content .numbers-content .number-card h2 {
  font-size: 60px;
}

/* ========= [ * features Section ]  =========*/
/* --------------- tc-features-style2 --------------- */
.tc-features-style3 {
  position: relative;
  padding: 120px 0;
  border-top: 1px solid rgba(153, 153, 153, 0.2666666667);
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.tc-features-style3 .service-card h2 {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 100;
}
.tc-features-style3 .service-card h2 a:hover {
  color: var(--color-cyan1);
}
.tc-features-style3 .service-card h2 img {
  margin: 0 15px;
}
.tc-features-style3 .tc-features-slider3 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
     transition-timing-function: linear !important;
  position: relative;
}
.tc-features-style3 .tc-features-slider3 .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-features-style3 .float_box {
  position: absolute;
  top: 60px;
  right: 0;
  width: 140px;
  height: 140px;
  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;
  background-color: var(--color-darkBlue1);
  border-radius: 50%;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 10;
}
.tc-features-style3 .float_box p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.tc-features-style3 .float_box.show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* --------------- tc-features-style5 --------------- */
.tc-features-style5 {
  border: 1px solid #999;
  border-radius: 30px;
  background-color: #f4eadc;
}
.tc-features-style5 .tc-categores-style5 .cat-card {
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 15px 20px;
  border: 1px solid transparent;
}
.tc-features-style5 .tc-categores-style5 .cat-card:hover {
  border: 1px solid #999;
}
.tc-features-style5 .tc-categores-style5 .cat-card:hover h6 {
  color: var(--color-red1);
  text-decoration: underline;
}
.tc-features-style5 .tc-categores-style5 .cat-card .icon {
  height: 110px;
  margin-bottom: 30px;
}
.tc-features-style5 .tc-categores-style5 .cat-card h6 {
  font-weight: bold;
  font-size: 16px;
}
.tc-features-style5 .tc-categores-slider5 {
  position: relative;
  padding-bottom: 40px;
}
.tc-features-style5 .tc-categores-slider5 .swiper-button-next, .tc-features-style5 .tc-categores-slider5 .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  top: -100px;
  margin: 0;
}
.tc-features-style5 .tc-categores-slider5 .swiper-button-next::after, .tc-features-style5 .tc-categores-slider5 .swiper-button-prev::after {
  font-size: 14px;
  color: #999;
}
.tc-features-style5 .tc-categores-slider5 .swiper-button-next:hover, .tc-features-style5 .tc-categores-slider5 .swiper-button-prev:hover {
  background-color: var(--color-red1);
}
.tc-features-style5 .tc-categores-slider5 .swiper-button-next:hover::after, .tc-features-style5 .tc-categores-slider5 .swiper-button-prev:hover::after {
  color: #fff;
}
.tc-features-style5 .tc-categores-slider5 .swiper-button-prev, .tc-features-style5 .tc-categores-slider5 .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 60px;
}
.tc-features-style5 .tc-categores-slider5 .swiper-button-next, .tc-features-style5 .tc-categores-slider5 .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.tc-features-style5 .tc-categores-slider5 .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: 0;
}
.tc-features-style5 .tc-categores-slider5 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 12px;
  height: 12px;
}
.tc-features-style5 .tc-categores-slider5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-red1);
}
.tc-features-style5 .features-content {
  padding-top: 100px;
  border-top: 1px solid #999;
}
.tc-features-style5 .features-content .feat-card {
  border-top: 1px solid #999;
  padding-top: 25px;
}
.tc-features-style5 .features-content .feat-card .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}
.tc-features-style5 .features-content .feat-card ul li {
  margin-top: 30px;
}
.tc-features-style5 .features-content .feat-card ul li a p {
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-features-style5 .features-content .feat-card ul li a small {
  font-size: 14px;
  color: #666;
}
.tc-features-style5 .features-content .feat-card ul li a:hover p {
  color: var(--color-red1);
}

@media screen and (max-width: 991px) {
  .tc-features-style5 .tc-categores-style5 h2 .ms-40 {
    -webkit-margin-start: 0 !important;
            margin-inline-start: 0 !important;
  }
  .tc-features-style5 .features-content {
    padding-top: 50px;
  }
}
/* ========= [ * solution Section ]  =========*/
/* --------------- numbers style --------------- */
.tc-solution-style4 {
  padding: 150px 0 0;
  background-color: #bec2c5;
}
.tc-solution-style4 .content .solution_card {
  padding: 50px;
  border: 1px solid #999;
}
.tc-solution-style4 .content .solution_card .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 125px;
}
.tc-solution-style4 .content .solution_card .sub-title a {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.tc-solution-style4 .content .solution_card .sub-title a:hover {
  text-decoration: underline;
}
.tc-solution-style4 .content .solution_card .sub-title .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #999;
  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: 24px;
}
.tc-solution-style4 .content .solution_card .links a {
  font-size: 28px;
  font-weight: 300;
  margin: 0 5px 10px;
}
.tc-solution-style4 .content .solution_card .links a.item-dark {
  padding: 4px 30px;
  border-radius: 25px;
  text-transform: capitalize;
  background-color: #181818;
  border: 1px solid #181818;
  color: #fff;
}
.tc-solution-style4 .content .solution_card .links a.item-dark:hover {
  background-color: var(--color-lightGreen);
  border-color: var(--color-lightGreen);
  color: #000;
}
.tc-solution-style4 .content .solution_card .links a.item-border {
  padding: 4px 30px;
  border-radius: 25px;
  text-transform: capitalize;
  border: 1px solid #999;
}
.tc-solution-style4 .content .solution_card .links a.item-border:hover {
  background-color: var(--color-lightGreen);
  border-color: var(--color-lightGreen);
  color: #000;
}

@media screen and (max-width: 991px) {
  .tc-solution-style4 {
    padding: 80px 0;
  }
  .tc-solution-style4 .content .solution_card {
    padding: 50px 15px;
  }
  .tc-solution-style4 .content .solution_card .sub-title {
    margin-bottom: 40px;
  }
  .tc-solution-style4 .content .solution_card .links a {
    font-size: 14px;
    padding: 4px 10px;
  }
}
/* ========= [ * progress Section ]  =========*/
/* --------------- show reel style --------------- */
.tc-progress-style4 {
  padding: 150px 0;
  background-color: #bec2c5;
}
.tc-progress-style4 .progress-card .icon {
  margin-bottom: 40px;
}
.tc-progress-style4 .progress-card .icon img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-progress-style4 .progress-card .info h3 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.tc-progress-style4 .progress-card .info .text {
  font-size: 16px;
}
.tc-progress-style4 .progress-card .info .num {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  background-color: #181818;
  color: #fff;
  font-size: 12px;
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .tc-progress-style4 {
    padding: 80px 0;
  }
  .tc-progress-style4 .progress-card .info h3 {
    font-size: 20px;
  }
  .tc-progress-style4 .progress-card .info .num {
    display: none;
  }
}
/* ========= [ * get_aquote Section ]  =========*/
/* --------------- numbers style --------------- */
.tc-get-aquote-style4 {
  position: relative;
  background-color: #bec2c5;
  padding-bottom: 100px;
}
.tc-get-aquote-style4 .tc-get-aquote-slider4 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
       -o-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  position: relative;
}
.tc-get-aquote-style4 a {
  font-size: 140px;
  color: #fff;
  text-transform: uppercase;
}
.tc-get-aquote-style4 .float_box {
  position: absolute;
  top: 60px;
  right: 0;
  width: 140px;
  height: 140px;
  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;
  background-color: var(--color-lightGreen);
  color: #000;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 10;
}
.tc-get-aquote-style4 .float_box i {
  font-size: 60px;
  position: relative;
  top: 5px;
  right: 5px;
}
.tc-get-aquote-style4 .float_box.show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 991px) {
  .tc-get-aquote-slider4 .swiper-slide {
    width: 1000px !important;
  }
}
@media screen and (max-width: 991px) {
  .tc-get-aquote-style4 {
    padding: 30px 0;
  }
  .tc-get-aquote-style4 a {
    font-size: 30px;
  }
}
/* ========= [ * schedule Section ]  =========*/
/* --------------- schedule style 6 --------------- */
.tc-schedule-style6 .topics-head .form-select {
  min-height: 60px;
  border-radius: 50px;
  background-color: #1c1c22;
  color: #fff;
  padding: 0 30px;
  border: 0;
}
.tc-schedule-style6 .topics-head .nav-pills {
  background-color: #f0eff7;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 50px;
  padding: 0;
  margin: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.tc-schedule-style6 .topics-head .nav-pills .nav-link {
  padding: 17px 40px;
  border-radius: 50px;
  border: 0;
  color: #999;
  font-size: 18px;
  font-weight: 500;
  margin: -1px;
}
.tc-schedule-style6 .topics-head .nav-pills .nav-link.active {
  background-color: transparent;
  color: #000;
  border: 0;
}
.tc-schedule-style6 .topics-head .tag-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tc-schedule-style6 .topics-head .tag-items .tag-item {
  -webkit-margin-end: 75px;
          margin-inline-end: 75px;
}
.tc-schedule-style6 .topics-head .tag-items .tag-item .icon {
  position: relative;
  top: 2px;
}
.tc-schedule-style6 .topics-body .topic-item {
  padding: 25px 30px;
  border: 1px solid #999;
  border-radius: 30px;
  margin-bottom: 10px;
}
.tc-schedule-style6 .topics-body .topic-item:hover {
  background-color: #f4f3f8;
}
.tc-schedule-style6 .topics-body .topic-item .card-head .topic-time {
  font-size: 18px;
}
.tc-schedule-style6 .topics-body .topic-item .card-head .topic-time .icon {
  position: relative;
  top: 4px;
}
.tc-schedule-style6 .topics-body .topic-item .card-head h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .tc-schedule-style6 .pt-150 {
    padding-top: 50px !important;
  }
  .tc-schedule-style6 .pb-150 {
    padding-bottom: 50px !important;
  }
  .tc-schedule-style6 .fsz-70 {
    font-size: 40px !important;
  }
  .tc-schedule-style6 .fsz-35 {
    font-size: 25px !important;
  }
  .tc-schedule-style6 .topics-head .form-select {
    margin-bottom: 30px;
  }
  .tc-schedule-style6 .topics-head .nav-pills .nav-link {
    padding: 10px 15px;
    font-size: 10px;
  }
  .tc-schedule-style6 .topics-head .tag-items .tag-item {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
    font-size: 9px;
  }
  .tc-schedule-style6 .topics-body .topic-item .card-head .topic-time {
    margin-bottom: 15px;
  }
  .tc-schedule-style6 .topics-body .topic-item .card-head h5 {
    margin-bottom: 15px;
  }
  .tc-schedule-style6 .topics-body .topic-item .card-head h5 img {
    display: none;
  }
  .tc-schedule-style6 .topics-body .topic-item .card-body .col-lg-7 {
    padding: 0 !important;
  }
  .tc-schedule-style6 .topics-body .topic-item .card-foot .author {
    margin-bottom: 20px;
  }
}
/* ========= [ * contact Section ]  =========*/
/* --------------- contact style1 --------------- */
.tc-contact-style1 {
  position: relative;
  padding: 40px 0 300px;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#d7d7e2), to(#e0dfe8));
  background: -o-linear-gradient(bottom, #d7d7e2, #e0dfe8);
  background: linear-gradient(to top, #d7d7e2, #e0dfe8);
}
.tc-contact-style1 .form .form-group {
  margin-bottom: 30px;
}
.tc-contact-style1 .form .form-group .form-control {
  background-color: #fff;
}
.tc-contact-style1 .contact1_shap {
  position: absolute;
  left: calc(50% - 180px);
  bottom: -80px;
  width: 360px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 10;
  -webkit-filter: drop-shadow(-10px 20px 30px rgba(0, 0, 0, 0.3333333333));
          filter: drop-shadow(-10px 20px 30px rgba(0, 0, 0, 0.3333333333));
}
.tc-contact-style1 .form-control {
  min-height: 70px;
  border-radius: 12px;
  font-size: 16px;
  border: 1px solid transparent;
  padding: 20px;
}
.tc-contact-style1 .form-control::-webkit-input-placeholder {
  color: #999999;
}
.tc-contact-style1 .form-control::-moz-placeholder {
  color: #999999;
}
.tc-contact-style1 .form-control:-ms-input-placeholder {
  color: #999999;
}
.tc-contact-style1 .form-control::-ms-input-placeholder {
  color: #999999;
}
.tc-contact-style1 .form-control::placeholder {
  color: #999999;
}
.tc-contact-style1 .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--color-orange1);
}
.tc-contact-style1 select.form-control {
  padding: 0 20px;
}
.tc-contact-style1 .form-check-input:checked {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
}

/* --------------- contact style3 --------------- */
.tc-contact-style3 {
  background-color: var(--color-darkBlue1);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.tc-contact-style3 .content {
  padding: 130px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.tc-contact-style3 .content .contact-side .contact-form .form-group {
  margin-top: 30px;
}
.tc-contact-style3 .content .contact-side .contact-form .form-group .form-control {
  background-color: var(--color-darkBlue1);
  border: 0;
  border-bottom: 1px solid #666;
  border-radius: 0;
  padding: 15px 0;
  color: #fff;
}
.tc-contact-style3 .content .contact-side .contact-form .form-group .form-control:focus {
  border-color: #fff;
}
.tc-contact-style3 .content .contact-side .contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #666;
}
.tc-contact-style3 .content .contact-side .contact-form .form-group .form-control::-moz-placeholder {
  color: #666;
}
.tc-contact-style3 .content .contact-side .contact-form .form-group .form-control:-ms-input-placeholder {
  color: #666;
}
.tc-contact-style3 .content .contact-side .contact-form .form-group .form-control::-ms-input-placeholder {
  color: #666;
}
.tc-contact-style3 .content .contact-side .contact-form .form-group .form-control::placeholder {
  color: #666;
}
.tc-contact-style3 .content .contact-side .contact-form .form-check-label {
  color: #fff;
  font-size: 14px;
}
.tc-contact-style3 .content .contact-side .contact-form .form-check-input {
  width: 25px;
  height: 25px;
  margin-top: -2px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.3333333333);
}
.tc-contact-style3 .content .contact-side .contact-form .upload_img_content {
  color: #fff;
  margin-top: 50px;
}
.tc-contact-style3 .content .contact-side .contact-form .upload_img_content .file__input--file {
  display: none;
}
.tc-contact-style3 .content .contact-side .contact-form .upload_img_content .file__input--label {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 200;
}
.tc-contact-style3 .content .contact-side .contact-form .upload_img_content .file__input--label i {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-size: 21px;
}
.tc-contact-style3 .content .contact-side .contact-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 .content .contact-side .contact-form .upload_img_content .file__value_content .file__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.0666666667);
  width: 31%;
  -webkit-margin-end: 2%;
          margin-inline-end: 2%;
}
.tc-contact-style3 .content .contact-side .contact-form .upload_img_content .file__value_content .file__value .file__value--text {
  width: calc(100% - 30px);
  overflow: hidden;
}
.tc-contact-style3 .content .contact-side .contact-form .upload_img_content .file__value--remove {
  cursor: pointer;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.tc-contact-style3 .content .faq-side {
  padding: 40px;
  border-radius: 30px;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.tc-contact-style3 .content .faq-side .accordion .accordion-item {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.tc-contact-style3 .content .faq-side .accordion .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 22px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
  padding-right: 50px;
}
.tc-contact-style3 .content .faq-side .accordion .accordion-item .accordion-button::after {
  position: absolute;
  right: 0;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(58deg) brightness(104%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(58deg) brightness(104%) contrast(102%);
}
.tc-contact-style3 .content .faq-side .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--color-cyan1);
}
.tc-contact-style3 .content .faq-side .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-filter: invert(52%) sepia(91%) saturate(2479%) hue-rotate(133deg) brightness(103%) contrast(95%);
          filter: invert(52%) sepia(91%) saturate(2479%) hue-rotate(133deg) brightness(103%) contrast(95%);
}
.tc-contact-style3 .content .faq-side .accordion .accordion-item .accordion-body {
  padding: 20px 0;
}

/* --------------- contact style7 --------------- */
.tc-contact-style7 {
  position: relative;
}
.tc-contact-style7::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--color-orange2);
}
.tc-contact-style7 .info {
  position: relative;
  z-index: 10;
}
.tc-contact-style7 .map {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.tc-contact-style7 .map iframe {
  margin-bottom: -6px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media screen and (min-width: 1200px) {
  .tc-contact-style7 .info {
    padding-left: calc((100vw - 1310px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .tc-contact-style7 .info {
    padding: 0 20px;
  }
  .tc-contact-style7::after {
    width: 100%;
  }
}
/* ========= [ * faq Section ]  =========*/
/* --------------- faq style 6 --------------- */
.tc-faq-style6 .accordion .accordion-item {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.tc-faq-style6 .accordion .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 22px 30px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
  padding-right: 50px;
}
.tc-faq-style6 .accordion .accordion-item .accordion-button::after {
  position: absolute;
  right: 30px;
}
.tc-faq-style6 .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #f4f3f8;
  color: var(--color-cyan3);
  border: 0;
}
.tc-faq-style6 .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-filter: invert(97%) sepia(32%) saturate(4125%) hue-rotate(82deg) brightness(110%) contrast(85%);
          filter: invert(97%) sepia(32%) saturate(4125%) hue-rotate(82deg) brightness(110%) contrast(85%);
}
.tc-faq-style6 .accordion .accordion-item .accordion-collapse {
  background: #f4f3f8;
}
.tc-faq-style6 .accordion .accordion-item .accordion-body {
  padding: 0 30px 20px;
}

@media screen and (max-width: 991px) {
  .tc-faq-style6.pt-150 {
    padding-top: 50px !important;
  }
  .tc-faq-style6.pb-150 {
    padding-bottom: 50px !important;
  }
  .tc-faq-style6 .fsz-70 {
    font-size: 40px !important;
  }
  .tc-faq-style6 .mb-80 {
    margin-bottom: 40px !important;
  }
}
/* ========= [ * vision Section ]  =========*/
/* --------------- vision style --------------- */
.tc-vision-style7 {
  position: relative;
  padding: 130px 0;
  background-color: #202124;
  color: #fff;
}
.tc-vision-style7 ul li a {
  font-size: 30px;
  margin-bottom: 20px;
}
.tc-vision-style7 ul li a:hover {
  color: var(--color-orange2);
}
.tc-vision-style7 ul li a:hover .icon {
  background-color: var(--color-orange2);
  color: #000;
}
.tc-vision-style7 ul li a .icon {
  -webkit-margin-end: 50px;
          margin-inline-end: 50px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #2b2c30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-vision-style7 .vision_shape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90%;
  width: 45%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}

@media screen and (max-width: 991px) {
  .tc-vision-style7 ul li a {
    font-size: 18px;
  }
  .tc-vision-style7 ul li a .icon {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
/* ========= [ * footer Section ]  =========*/
/* --------------- footer  --------------- */
 

footer {
    background-color: #605e5e;
}
footer a {
    color: var(--color-white) !important;
}
 
.fixed-footer {
  max-height: 100vh;
  overflow: scroll;
}
.tc-footer-style4 p, .tc-footer-style4 a {
    color: var(--color-white) !important;
}
.fixed-footer::-webkit-scrollbar {
  height: 0;
  width: 0;
  background: transparent;
  border-radius: 0;
}
.fixed-footer::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
}
.fixed-footer::-webkit-scrollbar-corner {
  background: transparent;
  border-radius: 0;
}

/* --------------- footer style 1 --------------- */
.tc-footer-style1 {
  background-color: #29292b;
}
.tc-footer-style1 .content {
  margin-top: 130px;
}
.tc-footer-style1 .content a:hover {
  color: #fff;
}
.tc-footer-style1 .content .foot-logo {
  margin-bottom: 40px;
}
.tc-footer-style1 .content .foot-logo img {
  width: 170px;
}
.tc-footer-style1 .content .text {
  font-size: 16px;
  color: #999;
  margin-bottom: 20px;
}
.tc-footer-style1 .content .foot-link {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-footer-style1 .content .foot-link:hover {
  color: #fff;
}
.tc-footer-style1 .content .foot-title h6 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.tc-footer-style1 .content .subs-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #545455;
  font-size: 16px;
}
.tc-footer-style1 .content .subs-group .icon {
  color: #666;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
}
.tc-footer-style1 .content .subs-group input {
  border: 0;
  background: transparent;
  width: 100%;
  color: #fff;
}
.tc-footer-style1 .content .subs-group input::-webkit-input-placeholder {
  color: #666;
}
.tc-footer-style1 .content .subs-group input::-moz-placeholder {
  color: #666;
}
.tc-footer-style1 .content .subs-group input:-ms-input-placeholder {
  color: #666;
}
.tc-footer-style1 .content .subs-group input::-ms-input-placeholder {
  color: #666;
}
.tc-footer-style1 .content .subs-group input::placeholder {
  color: #666;
}
.tc-footer-style1 .content .subs-group button {
  border: 0;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
}
.tc-footer-style1 .content .foot {
  margin-top: 100px;
  padding: 40px 0;
  border-top: 1px solid #49494b;
}
.tc-footer-style1 .content .foot a:hover {
  color: #fff !important;
}
.tc-footer-style1 .content .foot .foot-social-links {
  text-align: center;
}
.tc-footer-style1 .content .foot .foot-social-links a {
  font-size: 14px;
  color: #999;
  margin: 0 15px;
}

/* --------------- footer style 2 --------------- */
.tc-footer-style2 .content {
  margin-top: 160px;
}
.tc-footer-style2 .sm-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.tc-footer-style2 a {
  font-size: 16px;
  color: #666;
  margin: 5px 0;
}
.tc-footer-style2 a:hover {
  text-decoration: underline;
  color: var(--color-blue1);
}
.tc-footer-style2 .subscribe-side .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  padding-bottom: 10px;
}
.tc-footer-style2 .subscribe-side .form-group .icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
}
.tc-footer-style2 .subscribe-side .form-group input {
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 16px;
}
.tc-footer-style2 .subscribe-side .form-group button {
  border: 0;
  background: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

/* --------------- footer style 3 --------------- */
.tc-footer-style3 .social-icons a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #999;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.tc-footer-style3 .social-icons a:hover {
  color: #fff;
  background-color: var(--color-cyan1);
  border-color: var(--color-cyan1);
}
.tc-footer-style3 .sub-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.tc-footer-style3 .foot-links .links li {
  margin: 10px 0;
}
.tc-footer-style3 .foot-links .links li a {
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
}
.tc-footer-style3 .foot-links .links li a:hover {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
.tc-footer-style3 .foot-subcribe .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #999;
}
.tc-footer-style3 .foot-subcribe .form-group .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.tc-footer-style3 .foot-subcribe .form-group .form-control {
  border: 0;
  border-radius: 0;
}
.tc-footer-style3 .foot-subcribe .form-group button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-card i {
    font-size: 50px;
}
/* --------------- footer style 4 --------------- */
.tc-footer-style4 li {
  margin-bottom: 15px;
}
.tc-footer-style4 a:hover {
  color: var(--color-lightGreen);
}
.tc-footer-style4 .social-icons a {
  font-size: 22px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  padding: 5px 0;
  border-bottom: 3px solid transparent;
}
.tc-footer-style4 .social-icons a:hover {
  color: var(--color-lightGreen);
  border-color: var(--color-lightGreen);
}
.tc-footer-style4 .subs-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #999;
  font-size: 16px;
}
.tc-footer-style4 .subs-group .icon {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
}
.tc-footer-style4 .subs-group input {
  border: 0;
  background: transparent;
  width: 100%;
}
.tc-footer-style4 .subs-group input::-webkit-input-placeholder {
  color: #666;
}
.tc-footer-style4 .subs-group input::-moz-placeholder {
  color: #666;
}
.tc-footer-style4 .subs-group input:-ms-input-placeholder {
  color: #666;
}
.tc-footer-style4 .subs-group input::-ms-input-placeholder {
  color: #666;
}
.tc-footer-style4 .subs-group input::placeholder {
  color: #666;
}
.tc-footer-style4 .subs-group button {
  border: 0;
  color: #000;
  text-transform: uppercase;
  background: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 400;
}
.tc-footer-style4 .insta-imgs {
  margin-top: 60px;
}
.tc-footer-style4 .insta-imgs .img {
  height: 300px;
  position: relative;
  overflow: hidden;
  display: block;
}
.tc-footer-style4 .insta-imgs .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8235294118);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.tc-footer-style4 .insta-imgs .img .icon {
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  color: #000;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tc-footer-style4 .insta-imgs .img:hover::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.tc-footer-style4 .insta-imgs .img:hover .icon {
  top: 50%;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-footer-style4 .foot-info {
    margin-bottom: 50px;
  }
  .tc-footer-style4 .foot-subscribe {
    margin-bottom: 50px;
  }
  .tc-footer-style4 .insta-imgs .img {
    height: 150px;
  }
  
.tc-footer-style4 .links{margin-bottom: 50px;}
  
}
/* --------------- footer style 5 --------------- */
.tc-footer-style5 {
  border-top: 1px solid #999;
}
.tc-footer-style5 li {
  margin-bottom: 15px;
}
.tc-footer-style5 a:hover {
  color: var(--color-red1);
}
.tc-footer-style5 .social-icons a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #999;
  border-radius: 50%;
  text-align: center;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-size: 16px;
}
.tc-footer-style5 .social-icons a:hover {
  background-color: var(--color-red1);
  color: #fff;
}
.tc-footer-style5 .subs-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border: 1px solid #999;
  font-size: 16px;
  border-radius: 50px;
  padding: 5px 5px 5px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-footer-style5 .subs-group .icon {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
}
.tc-footer-style5 .subs-group input {
  border: 0;
  background: transparent;
  width: 100%;
}
.tc-footer-style5 .subs-group input::-webkit-input-placeholder {
  color: #666;
}
.tc-footer-style5 .subs-group input::-moz-placeholder {
  color: #666;
}
.tc-footer-style5 .subs-group input:-ms-input-placeholder {
  color: #666;
}
.tc-footer-style5 .subs-group input::-ms-input-placeholder {
  color: #666;
}
.tc-footer-style5 .subs-group input::placeholder {
  color: #666;
}
.tc-footer-style5 .subs-group button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #999;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  background-color: var(--color-red1);
  color: #fff;
}

/* --------------- footer style 6 --------------- */
.tc-footer-style6 {
  border-top: 1px solid #999;
}
.tc-footer-style6 .content .item {
  padding: 90px 50px;
}
.tc-footer-style6 .social-links a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  font-size: 18px;
}
.tc-footer-style6 .social-links a:hover {
  background-color: var(--color-cyan3);
}
.tc-footer-style6 .subs-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border: 1px solid #999;
  font-size: 16px;
  border-radius: 50px;
  padding: 5px 5px 5px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-footer-style6 .subs-group .icon {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
}
.tc-footer-style6 .subs-group input {
  border: 0;
  background: transparent;
  width: 100%;
}
.tc-footer-style6 .subs-group input::-webkit-input-placeholder {
  color: #666;
}
.tc-footer-style6 .subs-group input::-moz-placeholder {
  color: #666;
}
.tc-footer-style6 .subs-group input:-ms-input-placeholder {
  color: #666;
}
.tc-footer-style6 .subs-group input::-ms-input-placeholder {
  color: #666;
}
.tc-footer-style6 .subs-group input::placeholder {
  color: #666;
}
.tc-footer-style6 .subs-group button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #999;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  background-color: var(--color-cyan3);
  color: #000;
}
.tc-footer-style6 .foot {
  border-top: 1px solid #999;
  padding: 60px 0;
}
.tc-footer-style6 .foot .links {
  text-align: center;
}
.tc-footer-style6 .foot .links a {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 20px;
}
.tc-footer-style6 .foot .links a:hover {
  color: var(--color-cyan3);
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .tc-footer-style6 .content {
    margin-bottom: 30px;
  }
  .tc-footer-style6 .content .item {
    padding: 60px 30px 0;
  }
  .tc-footer-style6 .foot .links {
    text-align: start;
    margin: 20px 0;
  }
  .tc-footer-style6 .foot .links a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 10px 0;
  }
}
/* --------------- footer style 7 --------------- */
.tc-footer-style7 {
  background-color: #2c2d30;
  padding: 110px 0;
}
.tc-footer-style7 .links a {
  font-size: 18px;
  text-transform: uppercase;
  color: #ccc;
  margin: 0 40px;
}
.tc-footer-style7 .links a:hover {
  color: #fff;
}
.tc-footer-style7 .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc-footer-style7 .social-icons a {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 8px 12px;
  color: #fff;
  margin-right: -1px;
  text-transform: capitalize;
}
.tc-footer-style7 .social-icons a:hover {
  background-color: var(--color-orange2);
  border-color: var(--color-orange2);
  color: #000;
}

@media screen and (max-width: 991px) {
  .tc-footer-style7 .links a {
    font-size: 10px;
    margin: 0 10px;
  }
  .tc-footer-style7 .social-icons a {
    padding: 5px 10px;
    font-size: 10px;
  }
}
/* --------------- tc-footer-style9 --------------- */
.tc-footer-style9 .foot-links a {
  font-size: 14px;
  color: #a2a2a2;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.tc-footer-style9 .foot-links a:hover {
  color: var(--color-blue3);
}
.tc-footer-style9 .sub-title {
  font-size: 20px;
  font-weight: 900;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-right: 5px;
  margin-bottom: 45px;
}
.tc-footer-style9 .sub-title::after {
  position: absolute;
  content: ".";
  color: var(--color-red2);
  right: 0;
  bottom: 0;
}
.tc-footer-style9 .links a {
  color: #777;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.tc-footer-style9 .links a:hover {
  color: var(--color-blue3);
}
.tc-footer-style9 .subs-foot .form-group {
  position: relative;
}
.tc-footer-style9 .subs-foot .form-group .form-control {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  padding-left: 30px;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-radius: 10px;
  min-height: 50px;
}
.tc-footer-style9 .subs-foot .form-group .icon {
  position: absolute;
  left: 10px;
  top: 14px;
}
.tc-footer-style9 .foot {
  margin-top: 100px;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  padding: 30px 0;
}

/* --------------- tc-footer-style14 --------------- */
.tc-footer-style14 {
  position: relative;
  padding: 140px 0;
  background-color: #f5f5f5;
  text-transform: capitalize;
  overflow: hidden;
}
.tc-footer-style14 a:hover {
  color: var(--color-blue3);
}
.tc-footer-style14 .img-logo {
  width: 100px;
}
.tc-footer-style14 .links li {
  margin-bottom: 28px;
}
.tc-footer-style14 .links li:last-of-type {
  margin-bottom: 0;
}
.tc-footer-style14 .links li a i {
  width: 35px;
}
.tc-footer-style14 .lg-text {
  color: #fbfbfb;
  font-size: calc(20vw + 30px);
  font-weight: bolder;
  text-transform: capitalize;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.0666666667);
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.6;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .tc-footer-style14 {
    padding: 100px 0;
  }
  .tc-footer-style14 .mb-50 {
    margin-bottom: 35px !important;
  }
}
/* --------------- tc-footer-style15 --------------- */
.tc-footer-style15 {
  position: relative;
  background-color: #121212;
  padding-top: 90px;
}
.tc-footer-style15 .l_line {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.tc-footer-style15 .r_line {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.tc-footer-style15 .foot-logo img {
  width: 100px;
  margin-bottom: 40px;
}
.tc-footer-style15 .social-links {
  margin-top: 150px;
}
.tc-footer-style15 .social-links a {
  color: #555;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.tc-footer-style15 .social-links a:hover {
  color: #fff;
}
.tc-footer-style15 .sub-title {
  font-size: 14px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-right: 5px;
  margin-bottom: 45px;
  text-transform: uppercase;
  color: #fff;
}
.tc-footer-style15 .sub-title::after {
  position: absolute;
  content: ".";
  color: var(--color-red2);
  right: 0;
  bottom: 0;
}
.tc-footer-style15 .links a {
  color: #999;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.tc-footer-style15 .links a:hover {
  color: #fff;
}
.tc-footer-style15 .foot {
  padding: 30px 0;
  margin-top: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
}

@media screen and (max-width: 991px) {
  .tc-footer-style15 .social-links {
    margin-top: 50px;
  }
}
/* --------------- tc-footer-style18 --------------- */
.tc-footer-style18 {
  background-color: var(--color-blue3);
  color: #fff;
  padding-top: 120px;
}
.tc-footer-style18 .foot-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.tc-footer-style18 .foot-item ul li .icon {
  opacity: 0.3;
  width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 3px;
}
.tc-footer-style18 .tc-footer-slider18 {
  padding-left: 50px;
  position: relative;
}
.tc-footer-style18 .tc-footer-slider18 .swiper-pagination {
  position: absolute;
  left: 0;
  top: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-footer-style18 .tc-footer-slider18 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  height: 25px;
  width: 4px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0.2;
  margin-bottom: 10px;
}
.tc-footer-style18 .tc-footer-slider18 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 35px;
  opacity: 1;
}
.tc-footer-style18 .foot {
  padding-bottom: 50px;
  margin-top: 100px;
}
.tc-footer-style18 .foot .foot-logo img {
  width: 100px;
}
.tc-footer-style18 .foot .foot-links a {
  -webkit-margin-start: 60px;
          margin-inline-start: 60px;
  text-transform: capitalize;
}
.tc-footer-style18 .foot .foot-social a {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

@media screen and (max-width: 991px) {
  .tc-footer-style18 .tc-footer-slider18 {
    padding-left: 30px;
  }
  .tc-footer-style18 .tc-footer-slider18 .foot-item {
    margin-bottom: 30px;
  }
  .tc-footer-style18 .foot {
    margin-top: 30px;
  }
  .tc-footer-style18 .foot .foot-links a {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
}
/* --------------- tc-footer-style19 --------------- */
.tc-footer-style19 {
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#edf1f5));
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #edf1f5 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #edf1f5 100%);
  overflow: hidden;
}
.tc-footer-style19 .line1 {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  pointer-events: none;
}
.tc-footer-style19 .line2 {
  position: absolute;
  right: 0;
  bottom: 130px;
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  pointer-events: none;
}
.tc-footer-style19 .content {
  padding: 120px 0;
}
.tc-footer-style19 .content .foot-subs .form-group {
  height: 55px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  margin-bottom: 50px;
}
.tc-footer-style19 .content .foot-subs .form-group .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.tc-footer-style19 .content .foot-subs .form-group input {
  width: 100%;
  border: 0;
}
.tc-footer-style19 .content .foot-subs .form-group button {
  border: 0;
  background-color: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
}
.tc-footer-style19 .content .links li {
  margin-bottom: 20px;
}
.tc-footer-style19 .content .links li a {
  font-size: 14px;
  color: #777;
}
.tc-footer-style19 .content .links li a:hover {
  color: var(--color-red3);
}
.tc-footer-style19 .content .foot-contact li {
  margin-bottom: 20px;
}
.tc-footer-style19 .content .foot-contact li a {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.tc-footer-style19 .content .foot-contact li a:hover {
  color: var(--color-red3);
}

/* --------------- tc-footer-style20 --------------- */
.tc-footer-style20 {
  position: relative;
  padding: 120px 0;
}
.tc-footer-style20 .foot-shap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .tc-footer-style20 {
    padding: 50px 0;
  }
  .tc-footer-style20 .mb-100 {
    margin-bottom: 30px !important;
  }
  .tc-footer-style20 .fsz-30 {
    font-size: 20px !important;
  }
}
/* ========= [ * page-contact ]  =========*/
/* --------------- page contact style3 --------------- */
.page-contact-style3 .conatct-form {
  background-color: var(--color-darkBlue1);
  border-radius: 30px;
  color: #fff;
}
.page-contact-style3 .conatct-form .content {
  padding: 130px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .form-group {
  margin-top: 30px;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .form-group .form-control {
  background-color: var(--color-darkBlue1);
  border: 0;
  border-bottom: 1px solid #666;
  border-radius: 0;
  padding: 15px 0;
  color: #fff;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .form-group .form-control:focus {
  border-color: #fff;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #666;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .form-group .form-control::-moz-placeholder {
  color: #666;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .form-group .form-control:-ms-input-placeholder {
  color: #666;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .form-group .form-control::-ms-input-placeholder {
  color: #666;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .form-group .form-control::placeholder {
  color: #666;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .form-check-label {
  color: #fff;
  font-size: 14px;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .form-check-input {
  width: 25px;
  height: 25px;
  margin-top: -2px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.3333333333);
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .upload_img_content {
  color: #fff;
  margin-top: 50px;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .upload_img_content .file__input--file {
  display: none;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .upload_img_content .file__input--label {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 200;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .upload_img_content .file__input--label i {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-size: 21px;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .upload_img_content .file__value_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .upload_img_content .file__value_content .file__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.0666666667);
  width: 31%;
  -webkit-margin-end: 2%;
          margin-inline-end: 2%;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .upload_img_content .file__value_content .file__value .file__value--text {
  width: calc(100% - 30px);
  overflow: hidden;
}
.page-contact-style3 .conatct-form .content .contact-side .contact-form .upload_img_content .file__value--remove {
  cursor: pointer;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.page-contact-style3 .conatct-form .content .contact-info .info-card a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 5px 0;
}
.page-contact-style3 .conatct-form .content .contact-info .social-icons a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #999;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.page-contact-style3 .conatct-form .content .contact-info .social-icons a:hover {
  color: #fff;
  background-color: var(--color-cyan1);
  border-color: var(--color-cyan1);
}
.page-contact-style3 .map {
  border-radius: 30px;
  overflow: hidden;
  margin-top: 30px;
}
.page-contact-style3 .map iframe {
  margin-bottom: -6px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media screen and (max-width: 991px) {
  .page-contact-style3 .content {
    padding: 70px 20px !important;
  }
  .page-contact-style3 .conatct-form .content .contact-info .info-card a {
    width: 100%;
  }
  .page-contact-style3 .section_title3 h2 {
    font-size: 25px;
  }
}
/* ========= [ * page-shop ]  =========*/
/* --------------- page shop --------------- */
/* --------------- navbar style8 --------------- */
.navbar.style8 {
  padding: 0;
}
.navbar.style8 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #999;
}
.navbar.style8 .content .navbar-nav .nav-item .nav-link {
  margin: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.navbar.style8 .content .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-piag);
}
.navbar.style8 .content .r-side {
  position: relative;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}
.navbar.style8 .content .r-side .icons a {
  position: relative;
  font-size: 21px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.navbar.style8 .content .r-side .icons a .num {
  position: absolute;
  right: -8px;
  top: -4px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-piag);
}
.navbar.style8 .nav-search-box {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
          box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
  left: 0;
  top: calc(100% + 15px);
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
}
.navbar.style8 .nav-search-box.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.navbar.style8 .nav-search-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar.style8 .nav-search-box .form-group input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  min-height: 50px;
  color: #000;
  padding: 12px 15px;
}
.navbar.style8 .nav-search-box .form-group button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: rgba(153, 153, 153, 0.2);
  padding: 10px;
  color: #000;
  margin-left: -2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.style8 .nav-search-box .form-group button:hover {
  background-color: var(--color-piag);
}

/* --------------- tc header style8 --------------- */
.tc-header-style8 .img-banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.tc-header-style8 .img-banner .img-back {
  height: 650px;
  overflow: hidden;
}
.tc-header-style8 .img-banner .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  padding: 100px 0;
}
.tc-header-style8 .img-banner .info h2 {
  font-size: 55px;
  margin-bottom: 50px;
}
.tc-header-style8 .img-banner .info .butn:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}
.tc-header-style8 .img-banner .info .butn:hover * {
  color: #fff !important;
}
.tc-header-style8 .header-banner-slider8 {
  position: relative;
}
.tc-header-style8 .header-banner-slider8 .arrows-num {
  background-color: #302d28;
  border-radius: 30px;
  padding: 5px 10px;
  position: absolute;
  z-index: 30;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
  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;
}
.tc-header-style8 .header-banner-slider8 .arrows-num .swiper-next,
.tc-header-style8 .header-banner-slider8 .arrows-num .swiper-prev {
  text-align: center;
  border-radius: 50%;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-header-style8 .header-banner-slider8 .arrows-num .swiper-next:hover,
.tc-header-style8 .header-banner-slider8 .arrows-num .swiper-prev:hover {
  background-color: var(--color-orange2);
  color: #000;
}
.tc-header-style8 .header-banner-slider8 .arrows-num .swiper-pagination {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 0;
}
.tc-header-style8 .header-banner-slider8 .arrows-num .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.tc-header-style8 .header-banner-slider8 .arrows-num .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-piag);
}

/* --------------- tc categories style8 --------------- */
.tc-categories-style8 .cat-item {
  position: relative;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 30px 15px;
  text-align: center;
  display: block;
  overflow: hidden;
}
.tc-categories-style8 .cat-item:hover .img_back {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.tc-categories-style8 .cat-item:hover h5 {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.tc-categories-style8 .cat-item h5 {
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.tc-categories-style8 .cat-item .img_back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #f4f3ee;
  z-index: 5;
  padding: 10px;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* --------------- tc rooms style8 --------------- */
.tc-rooms-style8 .room-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.tc-rooms-style8 .room-card .img {
  height: 450px;
  overflow: hidden;
}
.tc-rooms-style8 .room-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 10;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #fff;
}
.tc-rooms-style8 .arrows .swiper-prev,
.tc-rooms-style8 .arrows .swiper-next {
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  font-size: 17px;
  margin: 0 2px;
  text-align: center;
  background-color: #efeee8;
}
.tc-rooms-style8 .arrows .swiper-prev:hover,
.tc-rooms-style8 .arrows .swiper-next:hover {
  background-color: var(--color-piag);
}

/* --------------- tc products style8 --------------- */
.tc-products-style8 {
  background-color: #e4e7ec;
}
.tc-products-style8 .arrows .swiper-prev,
.tc-products-style8 .arrows .swiper-next {
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  font-size: 17px;
  margin: 0 2px;
  text-align: center;
  background-color: #efeee8;
}
.tc-products-style8 .arrows .swiper-prev:hover,
.tc-products-style8 .arrows .swiper-next:hover {
  background-color: var(--color-piag);
}
.tc-products-style8 .product-card-style3 .img {
  position: relative;
  height: 390px;
  overflow: hidden;
  padding-bottom: 50px;
  border-right: 1px solid #999;
}
.tc-products-style8 .product-card-style3 .img:hover .btns {
  opacity: 1;
  -webkit-transform: translateY(0%) scale(1);
      -ms-transform: translateY(0%) scale(1);
          transform: translateY(0%) scale(1);
}
.tc-products-style8 .product-card-style3 .img .fav-btn {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  color: #ccc;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.tc-products-style8 .product-card-style3 .img .fav-btn.active {
  color: red;
}
.tc-products-style8 .product-card-style3 .img .btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  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;
  opacity: 0;
  -webkit-transform: translateY(100%) scale(0);
      -ms-transform: translateY(100%) scale(0);
          transform: translateY(100%) scale(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tc-products-style8 .product-card-style3 .img .btns a {
  width: calc(50% - 5px);
  padding: 15px 5px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 11px;
}
.tc-products-style8 .product-card-style3 .img .btns a:hover {
  background-color: var(--color-piag);
  color: #fff;
}
.tc-products-style8 .product-card-style3 .img .l-bttn {
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 10px 20px;
}
.tc-products-style8 .product-card-style3 .info {
  padding: 30px;
}
.tc-products-style8 .products-slider8 {
  position: relative;
  padding-bottom: 50px;
}
.tc-products-style8 .swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #cdd0d5;
  padding: 7px 20px;
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-products-style8 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.tc-products-style8 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

/* --------------- tc banner-discount style8 --------------- */
.tc-banner-discount-style8 {
  position: relative;
  background-image: url(../img/home_shop/banner_dis.png);
  background-size: cover;
}
.tc-banner-discount-style8::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.tc-banner-discount-style8 .info {
  position: relative;
  z-index: 10;
}
.tc-banner-discount-style8 .info h2 {
  font-size: 72px;
}
.tc-banner-discount-style8 .timing {
  margin: 70px 0 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 50px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.1333333333);
}
.tc-banner-discount-style8 .timing .item {
  width: 100px;
  position: relative;
}
.tc-banner-discount-style8 .timing .item::after {
  position: absolute;
  content: ":";
  right: 0;
  top: 0;
  font-size: 20px;
}
.tc-banner-discount-style8 .timing .item:last-of-type::after {
  display: none;
}
.tc-banner-discount-style8 .timing .item h2 {
  font-size: 30px;
  color: var(--color-piag);
}
.tc-banner-discount-style8 .timing .item small {
  text-transform: uppercase;
}

/* --------------- tc-testimonial-style8 --------------- */
.tc-testimonial-style8 .arrows .swiper-prev,
.tc-testimonial-style8 .arrows .swiper-next {
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  font-size: 17px;
  margin: 0 2px;
  text-align: center;
  background-color: #efeee8;
}
.tc-testimonial-style8 .arrows .swiper-prev:hover,
.tc-testimonial-style8 .arrows .swiper-next:hover {
  background-color: var(--color-piag);
}
.tc-testimonial-style8 .testimonial-card {
  padding: 40px;
  border-radius: 15px;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-testimonial-style8 .testimonial-card .text {
  min-height: 130px;
}
.tc-testimonial-style8 .testimonial-card .author .info h6 small {
  background-color: #02a767;
  color: #fff;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  padding: 5px 10px;
  border-radius: 5px;
}

/* --------------- tc-partners-style8 --------------- */
.tc-partners-style8 .logos a {
  width: 14%;
  padding: 30px;
  text-align: center;
}

/* --------------- tc-blog-style8 --------------- */
.tc-blog-style8 {
  background-color: #e5e8ed;
  position: relative;
}
.tc-blog-style8 .arrows .swiper-prev,
.tc-blog-style8 .arrows .swiper-next {
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  font-size: 17px;
  margin: 0 2px;
  text-align: center;
  background-color: #efeee8;
}
.tc-blog-style8 .arrows .swiper-prev:hover,
.tc-blog-style8 .arrows .swiper-next:hover {
  background-color: var(--color-piag);
}
.tc-blog-style8 .blog-card .info a.more {
  font-size: 12px;
  border-radius: 30px;
  padding: 10px 25px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  margin-top: 50px;
  text-transform: uppercase;
  margin-top: 50px;
}
.tc-blog-style8 .blog-card .info a.more:hover {
  background-color: #333;
  color: #fff;
}

/* --------------- tc-footer-style8 --------------- */
.tc-footer-style8 {
  padding-top: 90px;
  border-top: 1px solid #999;
}
.tc-footer-style8 .foot-subs .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #eef2f8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-footer-style8 .foot-subs .form-group input {
  border: 0;
  background: transparent;
  width: 100%;
}
.tc-footer-style8 .foot-subs .form-group button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 0;
  background: transparent;
}
.tc-footer-style8 .links a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-footer-style8 .insta-img a {
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.tc-footer-style8 .insta-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .navbar.style8 .logo-brand {
    width: calc(100% - 70px);
  }
  .navbar.style8 .content {
    display: block;
  }
  .navbar.style8 .content .navbar-nav {
    margin: 20px 0 !important;
  }
  .tc-banner-discount-style8 .timing .item {
    width: 60px;
  }
  .tc-banner-discount-style8 .timing .item h2 {
    font-size: 14px;
  }
  .tc-banner-discount-style8 .timing .item small {
    font-size: 8px;
  }
  .tc-header-style8 .header-banner-slider8 {
    margin-bottom: 30px;
  }
  .tc-categories-style8 .cat-item {
    padding: 20px 5px;
    margin-bottom: 15px;
  }
  .tc-categories-style8 .cat-item h5 {
    font-size: 14px;
  }
  .tc-rooms-style8 .arrows .swiper-prev, .tc-rooms-style8 .arrows .swiper-next {
    margin-bottom: 30px;
  }
  .tc-banner-discount-style8 {
    background-position: center !important;
  }
  .tc-partners-style8 .logos a {
    width: 30%;
    padding: 20px 10px;
  }
  .tc-footer-style8 .links,
.tc-footer-style8 .insta-img {
    margin-top: 30px;
  }
  .tc-footer-style8 .foot-subs {
    margin-bottom: 30px;
  }
  .tc-footer-style8 .foot .col-lg-4 {
    margin: 15px 0;
    line-height: 1.5;
  }
}
/* ========= [ * page-single-project ]  =========*/
/* --------------- page-single-project-style3 --------------- */
.page-single-project-style3 .project-main-card .content-card .img-card {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.page-single-project-style3 .project-main-card .content-card .img-card .share-wrapper {
  color: #fff;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 100px;
  background-color: #040a12;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-single-project-style3 .project-main-card .content-card .img-card .share-wrapper a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3333333333);
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.page-single-project-style3 .project-main-card .content-card .img-card .share-wrapper a:hover {
  color: #fff;
  background-color: var(--color-cyan1);
  border-color: var(--color-cyan1);
}
.page-single-project-style3 .project-main-card .content-card .info-card {
  position: relative;
  background-color: var(--color-cyan1);
  color: #fff;
  padding: 130px 0;
  border-radius: 30px;
}
.page-single-project-style3 .project-main-card .content-card .info-card .title-wrapper {
  margin-bottom: 90px;
}
.page-single-project-style3 .project-main-card .content-card .info-card .title-wrapper h2 {
  font-size: 48px;
}
.page-single-project-style3 .project-main-card .content-card .info-card .title-wrapper h6 {
  font-size: 20px;
  color: #cbfff5;
}
.page-single-project-style3 .project-main-card .content-card .info-card .shap {
  position: absolute;
  content: "";
  right: 0;
  top: 150px;
  width: 30%;
}
.page-single-project-style3 .concept-info {
  position: relative;
  padding: 130px 0;
  border-radius: 0 0 30px 30px;
  z-index: 10;
  overflow: hidden;
  background-color: #fff;
}
.page-single-project-style3 .concept-info .logos {
  text-align: center;
}
.page-single-project-style3 .concept-info .logos a {
  margin-top: 100px;
  text-align: center;
}
.page-single-project-style3 .logo-info {
  padding: 180px 0;
  background-color: #d9e2e4;
  margin: -50px 0;
}
.page-single-project-style3 .project-gallery {
  border-radius: 30px;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 130px 0;
}
.page-single-project-style3 .project-gallery .color-progress {
  height: 40px;
  border: 1px solid #999;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.page-single-project-style3 .project-gallery .color-progress span {
  width: 20%;
}
.page-single-project-style3 .project-gallery .color-progress span:nth-of-type(1) {
  background-color: #ffffff;
}
.page-single-project-style3 .project-gallery .color-progress span:nth-of-type(2) {
  background-color: #d9e2e4;
}
.page-single-project-style3 .project-gallery .color-progress span:nth-of-type(3) {
  background-color: #123259;
}
.page-single-project-style3 .project-gallery .color-progress span:nth-of-type(4) {
  background-color: #ec3410;
}
.page-single-project-style3 .project-gallery .color-progress span:nth-of-type(5) {
  background-color: #73cbd7;
}
.page-single-project-style3 .project-gallery .color-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-single-project-style3 .project-gallery .color-code span {
  width: 20%;
  margin-top: 15px;
}
.page-single-project-style3 .project-gallery .project-gallery-slider3 .project-img {
  border-radius: 30px;
  overflow: hidden;
  height: 620px;
}
.page-single-project-style3 .project-gallery .social-icons2 a {
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #999;
  margin: 0 5px;
  font-size: 18px;
}
.page-single-project-style3 .project-gallery .social-icons2 a:hover {
  background-color: var(--color-cyan1);
  border-color: var(--color-cyan1);
  color: #fff;
}
.page-single-project-style3 .related-projects {
  margin-top: -50px;
  padding: 180px 0 130px;
  background-color: #d9e2e4;
}
.page-single-project-style3 .related-projects .related-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.page-single-project-style3 .related-projects .related-card .img {
  height: 300px;
}
.page-single-project-style3 .related-projects .related-card .info {
  position: absolute;
  background-color: #fff;
  border-radius: 15px;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  z-index: 10;
  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;
  padding: 20px 30px;
  -webkit-transform: translateY(100%) scale(0.7);
      -ms-transform: translateY(100%) scale(0.7);
          transform: translateY(100%) scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-single-project-style3 .related-projects .related-card .info .icon {
  font-size: 36px;
}
.page-single-project-style3 .related-projects .related-card .info a:hover {
  color: var(--color-cyan1);
}
.page-single-project-style3 .related-projects .related-card:hover .info {
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}
.page-single-project-style3 .related-projects .related-projects-slider3 {
  position: relative;
  overflow: hidden;
}
.page-single-project-style3 .related-projects .related-projects-slider3 .swiper-container {
  position: static;
  overflow: visible;
}
.page-single-project-style3 .related-projects .related-projects-slider3 .swiper-button-next,
.page-single-project-style3 .related-projects .related-projects-slider3 .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  margin: 0;
}
.page-single-project-style3 .related-projects .related-projects-slider3 .swiper-button-next:hover,
.page-single-project-style3 .related-projects .related-projects-slider3 .swiper-button-prev:hover {
  background-color: var(--color-cyan1);
}
.page-single-project-style3 .related-projects .related-projects-slider3 .swiper-button-next:hover::after,
.page-single-project-style3 .related-projects .related-projects-slider3 .swiper-button-prev:hover::after {
  color: #fff;
}
.page-single-project-style3 .related-projects .related-projects-slider3 .swiper-button-next::after,
.page-single-project-style3 .related-projects .related-projects-slider3 .swiper-button-prev::after {
  font-size: 15px;
  color: #000;
}
.page-single-project-style3 .related-projects .swiper-button-prev {
  right: 60px;
  left: auto;
}
.page-single-project-style3 .tc-contact-style3 {
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .page-single-project-style3 .project-main-card .content-card .img-card .share-wrapper {
    white-space: nowrap;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    position: relative;
  }
  .page-single-project-style3 .project-main-card .content-card .img-card .share-wrapper a {
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
  .page-single-project-style3 .project-main-card .content-card .info-card {
    padding: 50px 0;
  }
  .page-single-project-style3 .project-main-card .content-card .info-card .title-wrapper {
    margin-bottom: 50px;
  }
  .page-single-project-style3 .project-main-card .content-card .info-card .title-wrapper h2 {
    font-size: 30px;
  }
  .page-single-project-style3 .concept-info {
    padding: 50px 0;
  }
  .page-single-project-style3 .concept-info .logos a {
    margin-top: 0;
    padding: 15px;
  }
  .page-single-project-style3 .logo-info {
    padding: 100px 0;
  }
  .page-single-project-style3 .project-gallery {
    padding: 50px 0;
  }
  .page-single-project-style3 .color-pallete {
    margin-top: 50px;
  }
  .page-single-project-style3 .project-gallery .project-gallery-slider3 .project-img {
    height: 350px;
  }
  .page-single-project-style3 .related-projects .related-projects-slider3 .swiper-button-next,
.page-single-project-style3 .related-projects .related-projects-slider3 .swiper-button-prev {
    top: 40px;
  }
  .page-single-project-style3 .fsz-35 {
    font-size: 25px !important;
  }
  .page-single-project-style3 .mb-200 {
    margin-bottom: 30px !important;
  }
  .page-single-project-style3 .mb-70 {
    margin-bottom: 30px !important;
  }
}
/* ========= [ * page-career ]  =========*/
/* --------------- page career style3 --------------- */
.page-career-style3 .img-head {
  padding: 200px 0;
  background-image: url(../img/career-page/img-head.jpg);
  background-size: cover;
  border-radius: 30px;
}
.page-career-style3 .img-head h1 {
  font-size: 80px;
  color: #fff;
}
.page-career-style3 .career-info {
  background-color: #d9e2e4;
  border-radius: 30px;
  margin-top: 30px;
  padding: 130px 0;
}
.page-career-style3 .career-info h2 {
  font-size: 48px;
  text-transform: uppercase;
}
.page-career-style3 .career-info .locations-head .form-select {
  min-height: 60px;
  border-radius: 50px;
  background-color: #1c1c22;
  color: #fff;
  padding: 0 30px;
  border: 0;
  font-size: 18px;
}
.page-career-style3 .career-info .locations-head .nav-pills {
  background-color: #fff;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 50px;
  padding: 0;
  margin: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.page-career-style3 .career-info .locations-head .nav-pills .nav-link {
  padding: 17px 40px;
  border-radius: 50px;
  border: 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: -1px;
}
.page-career-style3 .career-info .locations-head .nav-pills .nav-link.active {
  background-color: transparent;
  color: var(--color-cyan1);
  border: 0;
}
.page-career-style3 .career-info .locations-head .tag-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-career-style3 .career-info .locations-head .tag-items .tag-item {
  -webkit-margin-end: 75px;
          margin-inline-end: 75px;
}
.page-career-style3 .career-info .locations-head .tag-items .tag-item .icon {
  position: relative;
  top: 2px;
}
.page-career-style3 .career-info .locations-body .careers-table {
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 30px;
}
.page-career-style3 .career-info .locations-body .careers-table .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
  padding: 30px 0;
}
.page-career-style3 .career-info .locations-body .careers-table .item:last-of-type {
  border: 0;
}
.page-career-style3 .career-info .locations-body .careers-table .item h5 {
  font-size: 24px;
  font-weight: bold;
  min-width: 30%;
}
.page-career-style3 .career-info .locations-body .careers-table .item p {
  font-size: 16px;
  color: #777;
}
.page-career-style3 .career-info .locations-body .careers-table .item .button_su:hover .button_text_container {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .page-career-style3 .img-head {
    padding: 100px 0;
  }
  .page-career-style3 .img-head h1 {
    font-size: 50px;
  }
  .page-career-style3 .career-info {
    padding: 80px 0;
  }
  .page-career-style3 .career-info h2 {
    font-size: 30px;
  }
  .page-career-style3 .career-info .locations-head .nav-pills {
    padding: 15px;
  }
  .page-career-style3 .career-info .locations-head .nav-pills .nav-link {
    padding: 10px 0;
    font-size: 11px;
  }
  .page-career-style3 .career-info .locations-head .form-select {
    margin-bottom: 30px;
  }
  .page-career-style3 .career-info .locations-body .careers-table {
    padding: 15px;
  }
  .page-career-style3 .career-info .locations-body .careers-table p {
    margin: 15px;
  }
  .page-career-style3 .mb-70 {
    margin-bottom: 30px !important;
  }
}
/* ========= [ * page-blog ]  =========*/
/* --------------- page plog style3 --------------- */
.page-blog-style3 .main-posts {
  padding-bottom: 80px;
  border-radius: 0 0 30px 30px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.page-blog-style3 .main-posts .main-card-blog {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.page-blog-style3 .main-posts .main-card-blog .img {
  height: 630px;
  border-radius: 30px;
  overflow: hidden;
}
.page-blog-style3 .main-posts .main-card-blog .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  min-width: 310px;
  z-index: 5;
  background-color: var(--color-cyan1);
  padding: 30px 20px 30px 30px;
  border-top-right-radius: 30px;
  color: #fff;
}
.page-blog-style3 .main-posts .main-card-blog .info .tags-date .tag-link {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 7px 15px;
  border-radius: 8px;
  text-transform: uppercase;
}
.page-blog-style3 .main-posts .main-card-blog .info .tags-date small {
  color: #ccffff;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.page-blog-style3 .main-posts .main-card-blog .info .title {
  font-size: 24px;
  margin-top: 15px;
}
.page-blog-style3 .main-posts .main-card-blog .info .text {
  font-size: 16px;
  margin-top: 30px;
  color: #ccffff;
}
.page-blog-style3 .main-posts .text-news-card {
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.page-blog-style3 .main-posts .text-news-card h5 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.page-blog-style3 .main-posts .text-news-card .blog-card {
  margin-top: 25px;
}
.page-blog-style3 .main-posts .text-news-card .blog-card h3.title {
  font-size: 24px;
  font-weight: bold;
}
.page-blog-style3 .main-posts .text-news-card .blog-card h3.title:hover {
  color: var(--color-cyan1);
}
.page-blog-style3 .main-posts .text-news-card .blog-card .tags-date {
  margin-bottom: 10px;
}
.page-blog-style3 .main-posts .text-news-card .blog-card .tags-date .tag-link {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  padding: 7px 15px;
  border-radius: 8px;
  text-transform: uppercase;
}
.page-blog-style3 .main-posts .text-news-card .blog-card .tags-date .tag-link:hover {
  color: var(--color-cyan1);
}
.page-blog-style3 .main-posts .text-news-card .blog-card .tags-date small {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.page-blog-style3 .main-posts .color-info-news-card .info-card {
  min-width: 310px;
  z-index: 5;
  background-color: var(--color-cyan1);
  padding: 30px 25px;
  border-radius: 30px;
  color: #fff;
}
.page-blog-style3 .main-posts .color-info-news-card .info-card .tags-date .tag-link {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 7px 15px;
  border-radius: 8px;
  text-transform: uppercase;
}
.page-blog-style3 .main-posts .color-info-news-card .info-card .tags-date small {
  color: #ccffff;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.page-blog-style3 .main-posts .color-info-news-card .info-card .title {
  font-size: 24px;
  margin-top: 15px;
}
.page-blog-style3 .main-posts .color-info-news-card .info-card .text {
  font-size: 16px;
  margin-top: 30px;
  color: #ccffff;
}
.page-blog-style3 .main-posts .color-info-news-card .img-card {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.page-blog-style3 .main-posts .color-info-news-card .img-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-blog-style3 .sub-posts {
  padding: 180px 0 130px;
  margin-top: -50px;
  background-color: #d9e2e4;
  border-radius: 0 0 30px 30px;
}
.page-blog-style3 .sub-posts .posts .post-item {
  margin-bottom: 30px;
}
.page-blog-style3 .sub-posts .posts .post-item .post-img {
  height: 330px;
  border-radius: 30px;
  overflow: hidden;
}
.page-blog-style3 .sub-posts .posts .post-item .post-info {
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  padding: 30px;
  height: 100%;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  position: relative;
  padding-bottom: 100px;
}
.page-blog-style3 .sub-posts .posts .post-item .post-info .auther-comments {
  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;
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
}
.page-blog-style3 .sub-posts .posts .post-item .post-info h3.title {
  font-size: 24px;
  font-weight: bold;
}
.page-blog-style3 .sub-posts .posts .post-item .post-info h3.title:hover {
  color: var(--color-cyan1);
}
.page-blog-style3 .sub-posts .posts .post-item .post-info .tags-date {
  margin-bottom: 10px;
}
.page-blog-style3 .sub-posts .posts .post-item .post-info .tags-date .tag-link {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  padding: 7px 15px;
  border-radius: 8px;
  text-transform: uppercase;
}
.page-blog-style3 .sub-posts .posts .post-item .post-info .tags-date .tag-link:hover {
  color: var(--color-cyan1);
}
.page-blog-style3 .sub-posts .posts .post-item .post-info .tags-date small {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.page-blog-style3 .sub-posts .widgets .search-form .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50px;
}
.page-blog-style3 .sub-posts .widgets .search-form .form-group input {
  padding: 20px 25px;
  border: 0;
  background: transparent;
  width: 100%;
  font-size: 16px;
}
.page-blog-style3 .sub-posts .widgets .search-form .form-group button {
  border: 0;
  background: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  font-size: 20px;
}
.page-blog-style3 .sub-posts .widgets .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-blog-style3 .sub-posts .widgets .social-icons a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #777;
  font-size: 19px;
}
.page-blog-style3 .sub-posts .widgets .social-icons a:hover {
  color: #fff;
  background-color: var(--color-cyan1);
}
.page-blog-style3 .sub-posts .widgets .widget-cat li:last-of-type a {
  border: 0;
}
.page-blog-style3 .sub-posts .widgets .widget-cat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
  text-transform: uppercase;
}
.page-blog-style3 .sub-posts .widgets .widget-cat a:hover {
  color: var(--color-cyan1);
  border-color: var(--color-cyan1);
}
.page-blog-style3 .sub-posts .widgets .insta-imgs .img {
  position: relative;
  height: 110px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
}
.page-blog-style3 .sub-posts .widgets .insta-imgs .img:hover .icon {
  opacity: 1;
}
.page-blog-style3 .sub-posts .widgets .insta-imgs .img .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  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;
  color: #fff;
  font-size: 25px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-blog-style3 .sub-posts .widgets .tags a {
  padding: 8px 15px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  margin-bottom: 10px;
}
.page-blog-style3 .sub-posts .widgets .tags a:hover {
  background-color: var(--color-cyan1);
  color: #fff;
}

/* ========= [ * page-single-posts ]  =========*/
/* --------------- page plog style3 --------------- */
.page-single-post-style3 .main-post .main-img {
  height: 875px;
  border-radius: 30px;
  overflow: hidden;
}
.page-single-post-style3 .main-post .main-info {
  min-width: 310px;
  z-index: 5;
  background-color: var(--color-cyan1);
  padding: 30px 25px;
  border-radius: 30px;
  color: #fff;
}
.page-single-post-style3 .main-post .main-info .tags-date .tag-link {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 7px 15px;
  border-radius: 8px;
  text-transform: uppercase;
}
.page-single-post-style3 .main-post .main-info .tags-date small {
  color: #ccffff;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.page-single-post-style3 .main-post .main-info .title {
  font-size: 48px;
  margin-top: 15px;
}
.page-single-post-style3 .main-post .main-info .text {
  font-size: 20px;
  margin-top: 30px;
  color: #ccffff;
}
.page-single-post-style3 .main-post-content .main-content {
  padding: 130px 0;
  background-color: #d9e2e4;
  margin-top: 20px;
  border-radius: 30px;
}
.page-single-post-style3 .main-post-content .main-content .audio-content {
  position: relative;
  display: inline-block;
}
.page-single-post-style3 .main-post-content .main-content .audio-content .title {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 30px;
  border-radius: 30px;
  background-color: #f1f3f4;
}
.page-single-post-style3 .main-post-content .main-content .info-text {
  color: #333;
  font-size: 18px;
  line-height: 1.8;
}
.page-single-post-style3 .main-post-content .main-content .info-text .lg-letter {
  font-size: 100px;
  color: #000;
  font-weight: bold;
  float: left;
  text-transform: uppercase;
  line-height: 0.7;
  margin-top: 15px;
  margin-right: 15px;
}
.page-single-post-style3 .main-post-content .main-content .subscribe-box {
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 15px;
}
.page-single-post-style3 .main-post-content .main-content .subscribe-box .sub-info h5 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.page-single-post-style3 .main-post-content .main-content .subscribe-box .sub-form .form-group {
  position: relative;
}
.page-single-post-style3 .main-post-content .main-content .subscribe-box .sub-form .form-group .form-control {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 0;
  padding: 0 90px 0 50px;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid rgba(153, 153, 153, 0.6);
}
.page-single-post-style3 .main-post-content .main-content .subscribe-box .sub-form .form-group .icon {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 2;
  font-size: 20px;
}
.page-single-post-style3 .main-post-content .main-content .subscribe-box .sub-form .form-group button {
  position: absolute;
  bottom: 14px;
  right: 10px;
  color: var(--color-cyan1);
  background: transparent;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.page-single-post-style3 .main-post-content .main-content .quote-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  position: relative;
}
.page-single-post-style3 .main-post-content .main-content .quote-message .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}
.page-single-post-style3 .main-post-content .main-content .quote-message .icon img {
  width: 50px;
}
.page-single-post-style3 .main-post-content .main-content .quote-message h3 {
  font-size: 30px;
  font-weight: 400;
}
.page-single-post-style3 .main-post-content .main-content ul.info-text li {
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
  position: relative;
  margin: 5px 0;
}
.page-single-post-style3 .main-post-content .main-content ul.info-text li::before {
  position: absolute;
  content: "";
  left: 30px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}
.page-single-post-style3 .main-post-content .main-content .post-slider3 {
  position: relative;
}
.page-single-post-style3 .main-post-content .main-content .post-slider3 .swiper-button-next,
.page-single-post-style3 .main-post-content .main-content .post-slider3 .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: #fff;
  left: auto;
  top: auto;
  bottom: 25px;
  margin: 0;
}
.page-single-post-style3 .main-post-content .main-content .post-slider3 .swiper-button-next::after,
.page-single-post-style3 .main-post-content .main-content .post-slider3 .swiper-button-prev::after {
  font-size: 12px;
  color: #777;
}
.page-single-post-style3 .main-post-content .main-content .post-slider3 .swiper-button-next:hover::after,
.page-single-post-style3 .main-post-content .main-content .post-slider3 .swiper-button-prev:hover::after {
  color: var(--color-cyan1);
}
.page-single-post-style3 .main-post-content .main-content .post-slider3 .swiper-button-next {
  right: 25px;
  border-radius: 0 8px 8px 0;
}
.page-single-post-style3 .main-post-content .main-content .post-slider3 .swiper-button-prev {
  right: 55px;
}
.page-single-post-style3 .main-post-content .main-content .post-slider3 .swiper-container-horizontal > .swiper-pagination-bullets, .page-single-post-style3 .main-post-content .main-content .post-slider3 .swiper-pagination-custom, .page-single-post-style3 .main-post-content .main-content .post-slider3 .swiper-pagination-fraction {
  bottom: 25px;
  left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 85px;
  background-color: #fff;
  padding: 4px 15px;
  min-height: 30px;
  border-radius: 8px 0 0 8px;
}
.page-single-post-style3 .main-post-content .main-content .btm-share-post {
  padding-top: 35px;
  border-top: 1px solid #000;
}
.page-single-post-style3 .main-post-content .main-content .btm-share-post .btm-tags a {
  font-size: 13px;
  color: #000;
  padding: 8px 15px;
  background-color: #fff;
  border-radius: 10px;
}
.page-single-post-style3 .main-post-content .main-content .btm-share-post .btm-tags a:hover {
  background-color: var(--color-cyan1);
  color: #fff;
}
.page-single-post-style3 .main-post-content .main-content .btm-share-post .btm-sharing .share-icons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #666;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  font-size: 16px;
  -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%;
}
.page-single-post-style3 .main-post-content .main-content .btm-share-post .btm-sharing .share-icons a:hover {
  color: #fff;
  background-color: var(--color-cyan1);
}
.page-single-post-style3 .main-post-content .main-content .tc-next-prev-post .tc-next-prev-post-slider {
  min-height: 160px;
  padding: 15px 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-single-post-style3 .main-post-content .main-content .tc-next-prev-post .tc-next-prev-post-slider .item h6.title {
  font-size: 18px;
  font-weight: bold;
}
.page-single-post-style3 .main-post-content .main-content .tc-next-prev-post .tc-next-prev-post-slider .item:hover {
  color: var(--color-cyan1);
}
.page-single-post-style3 .main-post-content .main-content .tc-next-prev-post .tc-next-prev-post-slider .swiper-slide-next {
  text-align: end;
}
.page-single-post-style3 .main-post-content .main-content .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next,
.page-single-post-style3 .main-post-content .main-content .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev {
  width: 70px;
  height: 100%;
  bottom: 0;
  top: 0;
  margin: 0;
  background-color: #fff;
  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-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.page-single-post-style3 .main-post-content .main-content .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next::after,
.page-single-post-style3 .main-post-content .main-content .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev::after {
  color: #666;
  font-size: 35px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-single-post-style3 .main-post-content .main-content .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next:hover,
.page-single-post-style3 .main-post-content .main-content .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev:hover {
  background-color: var(--color-cyan1);
}
.page-single-post-style3 .main-post-content .main-content .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next:hover::after,
.page-single-post-style3 .main-post-content .main-content .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev:hover::after {
  color: #fff;
}
.page-single-post-style3 .main-post-content .main-content .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-next {
  right: 0;
  left: auto;
}
.page-single-post-style3 .main-post-content .main-content .tc-next-prev-post .tc-next-prev-post-slider .swiper-button-prev {
  right: auto;
  left: 0;
}
.page-single-post-style3 .main-post-content .main-content .tc-single-post-comments .comments-filter .from-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
  font-size: 14px;
}
.page-single-post-style3 .main-post-content .main-content .tc-single-post-comments .comments-filter .from-group .form-select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  padding: 0 40px 0 15px;
  background-color: transparent;
}
.page-single-post-style3 .widgets {
  position: sticky;
  top: 30px;
}
.page-single-post-style3 .widgets .search-form .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50px;
}
.page-single-post-style3 .widgets .search-form .form-group input {
  padding: 20px 25px;
  border: 0;
  background: transparent;
  width: 100%;
  font-size: 16px;
}
.page-single-post-style3 .widgets .search-form .form-group button {
  border: 0;
  background: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  font-size: 20px;
}
.page-single-post-style3 .widgets .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-single-post-style3 .widgets .social-icons a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #777;
  font-size: 19px;
}
.page-single-post-style3 .widgets .social-icons a:hover {
  color: #fff;
  background-color: var(--color-cyan1);
}
.page-single-post-style3 .widgets .widget-cat li:last-of-type a {
  border: 0;
}
.page-single-post-style3 .widgets .widget-cat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
  text-transform: uppercase;
}
.page-single-post-style3 .widgets .widget-cat a:hover {
  color: var(--color-cyan1);
  border-color: var(--color-cyan1);
}
.page-single-post-style3 .widgets .insta-imgs .img {
  position: relative;
  height: 110px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
}
.page-single-post-style3 .widgets .insta-imgs .img:hover .icon {
  opacity: 1;
}
.page-single-post-style3 .widgets .insta-imgs .img .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  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;
  color: #fff;
  font-size: 25px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-single-post-style3 .widgets .tags a {
  padding: 8px 15px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  margin-bottom: 10px;
}
.page-single-post-style3 .widgets .tags a:hover {
  background-color: var(--color-cyan1);
  color: #fff;
}
.page-single-post-style3 .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--color-cyan1);
}
.page-single-post-style3 .form-check .form-check-input {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 7px !important;
}
.page-single-post-style3 .form-check-input:checked {
  background-color: var(--color-cyan1);
  border-color: var(--color-cyan1);
}

@media screen and (max-width: 991px) {
  .page-single-post-style3 .main-post .main-img {
    height: 350px;
  }
  .page-single-post-style3 .main-post .main-info .title {
    font-size: 25px;
  }
  .page-single-post-style3 .auther-comments {
    font-size: 10px;
  }
  .page-single-post-style3 .auther-comments p {
    font-size: 10px;
  }
  .page-single-post-style3 .action-links {
    font-size: 10px;
    margin-top: 10px;
  }
  .page-single-post-style3 .main-post-content .main-content {
    padding: 50px 0;
  }
  .page-single-post-style3 .main-post-content .main-content .quote-message {
    padding: 20px 0;
  }
  .page-single-post-style3 .main-post-content .main-content .quote-message .icon {
    display: none;
  }
  .page-single-post-style3 .th-575 {
    height: 350px !important;
  }
}
/* ========= [ * page-single-product ]  =========*/
/* --------------- page-single-product-style3 --------------- */
.page-single-product-style3 .main-product-details {
  padding-bottom: 50px;
  border-radius: 0 0 30px 30px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.page-single-product-style3 .main-product-details .main-imgs .img {
  position: relative;
  margin-bottom: 10px;
  border-radius: 15px;
  height: 550px;
  overflow: hidden;
}
.page-single-product-style3 .main-product-details .main-imgs .img:hover .icon {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.page-single-product-style3 .main-product-details .main-imgs .img .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  z-index: 20;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-single-product-style3 .main-product-details .info .top-controls {
  margin-bottom: 60px;
  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;
}
.page-single-product-style3 .main-product-details .info .top-controls .arrows {
  display: inline-block;
  padding: 5px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 30px;
}
.page-single-product-style3 .main-product-details .info .top-controls .arrows a {
  margin: 0 10px;
  font-size: 20px;
}
.page-single-product-style3 .main-product-details .info .color-quantity {
  padding: 20px 0;
  border-top: 1px solid #999;
  margin-top: 25px;
}
.page-single-product-style3 .main-product-details .info .color-quantity .select-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-single-product-style3 .main-product-details .info .color-quantity .select-color .colors-content .form-check {
  padding: 0;
  margin-bottom: 0;
}
.page-single-product-style3 .main-product-details .info .color-quantity .select-color .colors-content .form-check .form-check-input {
  display: none;
}
.page-single-product-style3 .main-product-details .info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.page-single-product-style3 .main-product-details .info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.gray {
  background-color: #afaaa2;
}
.page-single-product-style3 .main-product-details .info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.black {
  background-color: #000;
}
.page-single-product-style3 .main-product-details .info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.blue {
  background-color: #589695;
}
.page-single-product-style3 .main-product-details .info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.green {
  background-color: #f89f20;
}
.page-single-product-style3 .main-product-details .info .color-quantity .select-color .colors-content .form-check .form-check-input:checked ~ .form-check-label .color-circle {
  outline: 1px solid var(--color-cyan1);
}
.page-single-product-style3 .main-product-details .info .qyt-addCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-single-product-style3 .main-product-details .info .qyt-addCart .add-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  padding: 10px 15px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  width: 30%;
  border-radius: 30px;
}
.page-single-product-style3 .main-product-details .info .qyt-addCart .add-more .qt-minus,
.page-single-product-style3 .main-product-details .info .qyt-addCart .add-more .qt-plus {
  cursor: pointer;
}
.page-single-product-style3 .main-product-details .info .qyt-addCart .add-more .qt {
  font-size: 14px;
}
.page-single-product-style3 .main-product-details .info .qyt-addCart .btn {
  background-color: var(--color-cyan1);
  padding: 12px 30px;
  width: 40%;
}
.page-single-product-style3 .main-product-details .info .qyt-addCart .btn span {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
.page-single-product-style3 .main-product-details .info .qyt-addCart .btn:hover {
  background-color: #000;
}
.page-single-product-style3 .main-product-details .info .fav-btn {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  font-size: 15px;
  color: #ccc;
  cursor: pointer;
}
.page-single-product-style3 .main-product-details .info .fav-btn.active {
  color: red;
}
.page-single-product-style3 .main-product-details .info .more-info {
  padding-top: 30px;
  border-top: 1px solid #999;
  margin-top: 30px;
}
.page-single-product-style3 .main-product-details .info .socail-icons {
  margin-top: 40px;
}
.page-single-product-style3 .main-product-details .info .socail-icons a {
  border-radius: 50%;
  border: 1px solid #999;
  font-size: 20px;
  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;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.page-single-product-style3 .main-product-details .info .socail-icons a:hover {
  background-color: var(--color-cyan1) !important;
  border-color: var(--color-cyan1) !important;
  color: #fff !important;
}
.page-single-product-style3 .main-product-details .info .accordion .accordion-item {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.page-single-product-style3 .main-product-details .info .accordion .accordion-item .accordion-button {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 0;
  border-bottom: 1px solid #999;
  text-transform: uppercase;
}
.page-single-product-style3 .main-product-details .info .accordion .accordion-item .accordion-button::after {
  background: transparent;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f068";
}
.page-single-product-style3 .main-product-details .info .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--color-cyan1);
}
.page-single-product-style3 .main-product-details .info .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f067";
}
.page-single-product-style3 .main-product-details .info .accordion .accordion-item .accordion-body {
  padding: 20px 0;
}
.page-single-product-style3 .related-products {
  padding: 180px 0 130px;
  background-color: #e4e7ec;
  margin-top: -30px;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.page-single-product-style3 .product-card-style3 .img {
  position: relative;
  height: 390px;
  overflow: hidden;
  padding-bottom: 50px;
  border-right: 1px solid #999;
}
.page-single-product-style3 .product-card-style3 .img:hover .btns {
  opacity: 1;
  -webkit-transform: translateY(0%) scale(1);
      -ms-transform: translateY(0%) scale(1);
          transform: translateY(0%) scale(1);
}
.page-single-product-style3 .product-card-style3 .img .fav-btn {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  color: #ccc;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.page-single-product-style3 .product-card-style3 .img .fav-btn.active {
  color: red;
}
.page-single-product-style3 .product-card-style3 .img .btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  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;
  opacity: 0;
  -webkit-transform: translateY(100%) scale(0);
      -ms-transform: translateY(100%) scale(0);
          transform: translateY(100%) scale(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-single-product-style3 .product-card-style3 .img .btns a {
  width: calc(50% - 5px);
  padding: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
}
.page-single-product-style3 .product-card-style3 .img .btns a:hover {
  background-color: var(--color-cyan1);
  color: #fff;
}
.page-single-product-style3 .product-card-style3 .img .l-bttn {
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 10px 20px;
}
.page-single-product-style3 .product-card-style3 .info {
  padding: 30px;
}
.page-single-product-style3 .related-products-slider3 {
  position: relative;
  padding-bottom: 50px;
}
.page-single-product-style3 .related-products-slider3 .swiper-button-next,
.page-single-product-style3 .related-products-slider3 .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: -90px;
}
.page-single-product-style3 .related-products-slider3 .swiper-button-next::after,
.page-single-product-style3 .related-products-slider3 .swiper-button-prev::after {
  font-size: 16px;
}
.page-single-product-style3 .related-products-slider3 .swiper-button-next:hover,
.page-single-product-style3 .related-products-slider3 .swiper-button-prev:hover {
  background-color: var(--color-cyan1);
  color: #fff;
}
.page-single-product-style3 .related-products-slider3 .swiper-button-next {
  right: 0;
}
.page-single-product-style3 .related-products-slider3 .swiper-button-prev {
  right: 55px;
  left: auto;
}
.page-single-product-style3 .related-products-slider3 .swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #cdd0d5;
  padding: 7px 20px;
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page-single-product-style3 .related-products-slider3 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.page-single-product-style3 .related-products-slider3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .page-single-product-style3 .fsz-35 {
    font-size: 20px !important;
  }
}
/* ========= [ * page-showcase_1 ]  =========*/
/* --------------- showcase-style-1  --------------- */
/* --------------- tc-header-style9 --------------- */
.tc-header-style9 {
  position: relative;
  background-image: url(../img/showcase_1/header_back.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 200px;
}
.tc-header-style9 .head_line {
  position: absolute;
  left: 0;
  top: 0;
}
.tc-header-style9::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #17191e;
  opacity: 0.94;
}
.tc-header-style9::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 140px;
  background-color: #fff;
}
.tc-header-style9 .img {
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
}
.tc-header-style9 .info {
  color: #fff;
}
.tc-header-style9 .info h1 {
  font-size: 50px;
  margin-top: 20px;
}
.tc-header-style9 .info .social-links a {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  color: #fff;
}
.tc-header-style9 .info .social-links a:hover {
  color: var(--color-blue3);
  border-color: var(--color-blue3);
}

/* --------------- tc-portfolio-style9 --------------- */
.tc-portfolio-style9 {
  padding: 100px 0;
}
.tc-portfolio-style9 .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc-portfolio-style9 .nav-pills a {
  font-weight: bold;
  color: #c0c0c0;
  margin: 0 30px;
}
.tc-portfolio-style9 .nav-pills a.active {
  color: #000;
  text-decoration: underline !important;
}
.tc-portfolio-style9 .projects .row {
  margin: 0 -50px !important;
}
.tc-portfolio-style9 .projects .row .col-lg-6 {
  padding: 0 50px !important;
}
.tc-portfolio-style9 .projects .project-item {
  margin-bottom: 100px;
}
.tc-portfolio-style9 .projects .project-item .img {
  height: 450px;
  border-radius: 15px;
  overflow: hidden;
}
.tc-portfolio-style9 .projects .project-item .info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  opacity: 0;
  -webkit-transform: translateY(100%) scale(0.8);
      -ms-transform: translateY(100%) scale(0.8);
          transform: translateY(100%) scale(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tc-portfolio-style9 .projects .project-item .info .info-text h3 {
  font-size: 30px;
}
.tc-portfolio-style9 .projects .project-item .info .info-text small {
  font-size: 14px;
  color: #999;
}
.tc-portfolio-style9 .projects .project-item .info .icon {
  font-size: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-portfolio-style9 .projects .project-item:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.tc-portfolio-style9 .projects .button_su {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 0;
}
.tc-portfolio-style9 .projects .button_su .button_su_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 0;
  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;
}
.tc-portfolio-style9 .hire-btn {
  font-size: 150px;
  font-weight: bold;
  color: var(--color-orange3);
  text-align: center;
  margin-top: 50px;
}
.tc-portfolio-style9 .hire-btn a {
  position: relative;
  z-index: 10;
}
.tc-portfolio-style9 .hire-btn .mirror_1 {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(252, 74, 27, 0.2);
}
.tc-portfolio-style9 .hire-btn .mirror_1::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: 0;
  height: calc(100% - 90px);
  background-color: #fff;
}
.tc-portfolio-style9 .hire-btn .mirror_2 {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(252, 74, 27, 0.2);
}
.tc-portfolio-style9 .hire-btn .mirror_2::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: 0;
  height: calc(100% - 90px);
  background-color: #fff;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .tc-header-style9 {
    padding: 100px 0;
  }
  .tc-header-style9::after {
    display: none;
  }
  .tc-portfolio-style9 .nav-pills a {
    margin: 0 10px;
  }
  .tc-portfolio-style9 .projects .row {
    margin: 0 -15px !important;
  }
  .tc-portfolio-style9 .projects .row .col-lg-6 {
    padding: 0 15px !important;
  }
  .tc-portfolio-style9 .hire-btn {
    font-size: 60px;
  }
}
/* ========= [ * page-showcase_2 ]  =========*/
/* --------------- showcase-style-2  --------------- */
.tc-projects-style10 .project-card {
  padding: 140px 15px;
  text-align: center;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-projects-style10 .project-card .img {
  width: 360px;
  height: 360px;
  margin: auto;
}

.tc-categories-style10 {
  text-align: center;
  padding: 100px 0;
}
.tc-categories-style10 .swiper-slide {
  padding: 50px 0;
}
.tc-categories-style10 h2 {
  font-weight: bold;
  font-size: calc(5vw + 30px);
  line-height: 1.3;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.tc-categories-style10 h2 img {
  margin: 0 50px;
}
.tc-categories-style10 .mirror_1,
.tc-categories-style10 .mirror_2 {
  font-weight: bold;
  font-size: calc(5vw + 30px);
  line-height: 1.3;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1333333333);
  white-space: nowrap;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.tc-categories-style10 .tc-categories-slider10 .swiper-slide-active h2,
.tc-categories-style10 .tc-categories-slider10 .swiper-slide-duplicate-active h2 {
  opacity: 1;
}
.tc-categories-style10 .tc-categories-slider10 .swiper-slide-active .mirror_1,
.tc-categories-style10 .tc-categories-slider10 .swiper-slide-duplicate-active .mirror_1 {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
.tc-categories-style10 .tc-categories-slider10 .swiper-slide-active .mirror_2,
.tc-categories-style10 .tc-categories-slider10 .swiper-slide-duplicate-active .mirror_2 {
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media screen and (min-width: 991px) {
  .tc-categories-slider10 .swiper-slide {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
.tc-request-style10 .content-card {
  border-radius: 15px;
  background-color: var(--color-blue3);
  color: #fff;
  padding: 60px;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .tc-projects-style10 .project-card {
    padding: 30px;
  }
  .tc-categories-style10 h2,
.tc-categories-style10 .mirror_1,
.tc-categories-style10 .mirror_2 {
    font-size: calc(4vw + 10px);
  }
  .tc-categories-style10 h2 img {
    margin: 0 10px;
  }
  .tc-categories-style10 .icon-40 {
    width: 20px !important;
    height: 20px !important;
  }
  .tc-request-style10 .content-card {
    padding: 25px;
  }
  .tc-projects-style10 .project-card .img {
    width: 300px;
    height: 300px;
  }
}
/* ========= [ * page-showcase_3 ]  =========*/
/* --------------- showcase-style-3  --------------- */
/* --------------- tc-header-style11 --------------- */
.tc-header-style11 .tc-header-slider11 {
  position: relative;
}
.tc-header-style11 .tc-header-slider11 .swiper-slide .img-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-header-style11 .tc-header-slider11 .swiper-slide::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #17191e;
  opacity: 0.5;
}
.tc-header-style11 .tc-header-slider11 .swiper-slide-active .head-content .info {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.tc-header-style11 .head-content {
  position: relative;
  min-height: calc(100vh - 115px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tc-header-style11 .head-content .lines {
  position: absolute;
  left: 16.5%;
  top: 0;
  width: 67%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-header-style11 .head-content .lines span {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1333333333);
}
.tc-header-style11 .head-content .info {
  background-image: url(../img/showcase_3/inf_bg.png);
  background-size: cover;
  color: #fff;
  -webkit-clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
          clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
  -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: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.tc-header-style11 .head-content .info .top-info {
  padding: 40px 30px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-header-style11 .head-content .info .title {
  font-size: 24px;
  font-weight: bold;
  padding: 15px 30px 50px;
}
.tc-header-style11 .head-content .info .det-link {
  padding: 20px 30px;
  background-color: var(--color-blue3);
  display: block;
}
.tc-header-style11 .swiper-button-next,
.tc-header-style11 .swiper-button-prev {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.3333333333);
  color: #fff;
  border-radius: 50%;
}
.tc-header-style11 .swiper-button-next::after,
.tc-header-style11 .swiper-button-prev::after {
  font-size: 13px;
}

/* --------------- responsive --------------- */
/* ========= [ * page-showcase_4 ]  =========*/
/* --------------- showcase-style-1  --------------- */
/* --------------- tc-projects-style12 --------------- */
.tc-projects-style12 .project-card .img {
  border-radius: 15px;
  overflow: hidden;
  height: calc(100vh - 295px);
}
.tc-projects-style12 .hire-btn {
  font-size: 150px;
  font-weight: bold;
  color: var(--color-orange3);
  text-align: center;
  margin-top: 50px;
}
.tc-projects-style12 .hire-btn a {
  position: relative;
  z-index: 10;
}
.tc-projects-style12 .hire-btn .mirror_1 {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(252, 74, 27, 0.2);
}
.tc-projects-style12 .hire-btn .mirror_1::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: 0;
  height: calc(100% - 90px);
  background-color: #fff;
}
.tc-projects-style12 .hire-btn .mirror_2 {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(252, 74, 27, 0.2);
}
.tc-projects-style12 .hire-btn .mirror_2::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: 0;
  height: calc(100% - 90px);
  background-color: #fff;
}
.tc-projects-style12 .tc-projects-slider12 {
  position: relative;
}
.tc-projects-style12 .tc-projects-slider12 .float_box {
  position: absolute;
  z-index: 30;
  top: 60px;
  right: 0;
  width: 150px;
  height: 150px;
  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;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.tc-projects-style12 .tc-projects-slider12 .float_box p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.tc-projects-style12 .tc-projects-slider12 .float_box.show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* --------------- responsive --------------- */
/* ========= [ * page-showcase_5 ]  =========*/
/* --------------- showcase-style-1  --------------- */
.showcase-style-5 {
  position: relative;
}
.showcase-style-5 .head_line {
  position: absolute;
  top: 0;
  right: 80px;
  pointer-events: none;
  max-width: 50%;
}

/* --------------- tc-projects-style12 --------------- */
.tc-projects-style13 .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0 130px;
}
.tc-projects-style13 .page-title .title-content {
  position: relative;
}
.tc-projects-style13 .page-title .title-content h1 {
  font-size: 120px;
  position: relative;
}
.tc-projects-style13 .page-title .title-content .icon {
  position: absolute;
  top: 74px;
  left: -127px;
  width: 25px;
}
.tc-projects-style13 .page-title .title-content .rotate-text {
  -webkit-animation: rotateText 8s linear infinite;
          animation: rotateText 8s linear infinite;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: -180px;
  top: 20px;
}
.tc-projects-style13 .page-title .title-content .rotate-circle svg {
  width: 130px;
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-projects-style13 .projects-colmn .project-card {
  position: relative;
  margin-bottom: 50px;
}
.tc-projects-style13 .projects-colmn .project-card:hover .info {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  bottom: 30px;
}
.tc-projects-style13 .projects-colmn .project-card .img {
  height: 582px;
  border-radius: 15px;
  overflow: hidden;
}
.tc-projects-style13 .projects-colmn .project-card .info {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  position: absolute;
  bottom: 0;
  right: -30px;
  background-color: #fff;
  min-width: 90%;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-projects-style13 .col-lg-3:nth-of-type(1) .projects-colmn .project-card:nth-of-type(1) .img {
  height: 600px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(1) .projects-colmn .project-card:nth-of-type(2) .img {
  height: 500px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(1) .projects-colmn .project-card:nth-of-type(3) .img {
  height: 670px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(1) .projects-colmn .project-card:nth-of-type(4) .img {
  height: 560px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(2) .projects-colmn .project-card:nth-of-type(1) .img {
  height: 400px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(2) .projects-colmn .project-card:nth-of-type(2) .img {
  height: 600px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(2) .projects-colmn .project-card:nth-of-type(3) .img {
  height: 570px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(2) .projects-colmn .project-card:nth-of-type(4) .img {
  height: 760px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(3) .projects-colmn .project-card:nth-of-type(1) .img {
  height: 600px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(3) .projects-colmn .project-card:nth-of-type(2) .img {
  height: 570px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(3) .projects-colmn .project-card:nth-of-type(3) .img {
  height: 600px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(3) .projects-colmn .project-card:nth-of-type(4) .img {
  height: 560px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(4) .projects-colmn .project-card:nth-of-type(1) .img {
  height: 500px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(4) .projects-colmn .project-card:nth-of-type(2) .img {
  height: 600px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(4) .projects-colmn .project-card:nth-of-type(3) .img {
  height: 540px;
}
.tc-projects-style13 .col-lg-3:nth-of-type(4) .projects-colmn .project-card:nth-of-type(4) .img {
  height: 690px;
}

.tc-brands-style13 {
  padding: 120px 0;
  background-color: #121212;
  background-image: url(../img/showcase_5/logos_back.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.tc-brands-style13 .logos-content {
  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;
}
.tc-brands-style13 .logos-content .logo {
  width: 19%;
  margin: 0.5%;
  background-color: rgba(255, 255, 255, 0.0666666667);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}
.tc-brands-style13 .logos-content .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 120px;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .tc-projects-style13 .projects-colmn .project-card .img {
    height: 500px !important;
  }
  .tc-projects-style13 .projects-colmn .project-card .info {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }
  .tc-projects-style13 .page-title {
    padding: 50px 0;
  }
  .tc-projects-style13 .page-title .title-content h1 {
    font-size: 35px;
  }
  .tc-projects-style13 .page-title .title-content .rotate-text {
    left: -60px;
    top: -20px;
  }
  .tc-projects-style13 .page-title .title-content .icon {
    position: absolute;
    top: 37px;
    left: -4px;
    width: 15px;
  }
  .tc-brands-style13 .logos-content .logo {
    width: 32%;
  }
}
/* ========= [ * page-showcase_6 ]  =========*/
/* --------------- showcase-style-1  --------------- */
.tc-blog-style14 .blog-content .latest-content {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.0666666667);
  margin-top: -180px;
  margin-bottom: 80px;
}
.tc-blog-style14 .blog-content .latest-content .blog-text-card {
  padding: 50px;
  background-color: var(--color-blue3);
  color: #fff;
}
.tc-blog-style14 .blog-content .latest-content .blog-text-card .blog-text-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.tc-blog-style14 .blog-content .latest-content .blog-text-card .blog-text-card-item:last-of-type {
  margin-bottom: 0;
}
.tc-blog-style14 .blog-content .latest-content .blog-text-card .blog-text-card-item .date {
  padding: 3px 10px;
  background-color: rgba(255, 255, 255, 0.0666666667);
  border-radius: 5px;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 10px;
}
.tc-blog-style14 .blog-content .latest-content .blog-latest-card .img {
  height: 320px;
  overflow: hidden;
}
.tc-blog-style14 .blog-content .latest-content .blog-latest-card .info {
  padding: 50px;
}
.tc-blog-style14 .blog-content .latest-content .blog-latest-card .info .date {
  padding: 3px 10px;
  background-color: var(--color-blue3);
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
.tc-blog-style14 .blog-content .latest-content .blog-img-card {
  position: relative;
}
.tc-blog-style14 .blog-content .latest-content .blog-img-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 320px;
  padding: 50px;
  background-color: var(--color-orange3);
  color: #fff;
}
.tc-blog-style14 .blog-content .latest-content .blog-img-card .info .date {
  padding: 3px 10px;
  background-color: rgba(255, 255, 255, 0.1333333333);
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
.tc-blog-style14 .blog-content .blog-card {
  margin-bottom: 50px;
}
.tc-blog-style14 .blog-content .blog-card .img {
  overflow: hidden;
  height: 430px;
  border-radius: 15px;
}
.tc-blog-style14 .blog-content .blog-card .info .date {
  padding: 3px 10px;
  background-color: var(--color-blue3);
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.tc-blog-style14 .button_su_circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 0;
}
.tc-blog-style14 .button_su_circle .button_su_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 0;
  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;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .showcase-style-6 .tc-header-style10 {
    padding: 50px 0 100px !important;
  }
  .showcase-style-6 .fsz-60 {
    font-size: 40px !important;
  }
  .showcase-style-6 .tc-blog-style14 .blog-content .latest-content {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .showcase-style-6 .tc-blog-style14 .blog-content .latest-content .blog-text-card {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .showcase-style-6 .tc-blog-style14 .blog-content .latest-content .blog-text-card .blog-text-card-item {
    display: block;
  }
  .showcase-style-6 .tc-blog-style14 .blog-content .latest-content .blog-text-card .blog-text-card-item .date {
    margin-bottom: 10px;
  }
  .showcase-style-6 .tc-blog-style14 .blog-content .latest-content .blog-latest-card {
    margin-bottom: 30px;
  }
  .showcase-style-6 .tc-blog-style14 .blog-content .latest-content .blog-latest-card .img {
    border-radius: 15px;
  }
  .showcase-style-6 .tc-blog-style14 .blog-content .latest-content .blog-latest-card .info {
    padding: 30px 20px;
  }
  .showcase-style-6 .tc-blog-style14 .blog-content .latest-content .blog-img-card {
    border-radius: 15px;
    overflow: hidden;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .showcase-style-6 .tc-blog-style14 .blog-content .latest-content .blog-img-card .info {
    position: relative;
    width: 100%;
    padding: 30px 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .showcase-style-6 .tc-blog-style14 .mt-60 {
    margin-top: 30px !important;
  }
}
/* ========= [ * page-showcase_7 ]  =========*/
/* --------------- showcase-style-1  --------------- */
.tc-innerheader-style15 {
  text-align: center;
  padding: 200px 0 230px;
  background-image: url(../img/showcase_7/lines.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tc-innerheader-style15 h1 {
  font-size: 60px;
}

/* --------------- tc-blog-style15 --------------- */
.tc-blog-style15 .project-card {
  margin-bottom: 120px;
}
.tc-blog-style15 .project-card .img {
  border-radius: 10px;
  overflow: hidden;
}
.tc-blog-style15 .stuff-card {
  margin-bottom: 120px;
}
.tc-blog-style15 .button_su_circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 0;
}
.tc-blog-style15 .button_su_circle .button_su_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 0;
  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;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .showcase-style-7 .tc-innerheader-style15 {
    padding: 50px 0;
  }
  .showcase-style-7 .tc-blog-style15 .project-card {
    margin-bottom: 50px;
  }
}
/* ========= [ * page-showcase_8 ]  =========*/
/* --------------- showcase-style-1  --------------- */
.tc-blog-style16 {
  padding: 120px 0;
}
.tc-blog-style16 .blog-title {
  padding: 15px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
  margin-bottom: 70px;
}
.tc-blog-style16 .blog-title input {
  border: 0;
  background-color: transparent;
}
.tc-blog-style16 .blog-title button {
  border: 0;
  background-color: transparent;
}
.tc-blog-style16 .blog-card {
  margin-top: 50px;
}
.tc-blog-style16 .blog-card .img {
  height: 400px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.tc-blog-style16 .blog-card .img .tag {
  padding: 5px 15px;
  border-radius: 5px;
  color: #000;
  background-color: #fff;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 10;
  font-weight: bold;
}
.tc-blog-style16 .blog-card a:hover {
  color: var(--color-blue3);
}
.tc-blog-style16 .button_su_circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 0;
}
.tc-blog-style16 .button_su_circle .button_su_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 0;
  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;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .showcase-style-8 .fsz-60 {
    font-size: 40px !important;
  }
  .tc-blog-style16 .mt-40 {
    margin-top: 20px !important;
  }
  .tc-blog-style16 .blog-card .img {
    height: 300px;
  }
}
/* ========= [ * page-showcase_9 ]  =========*/
/* --------------- showcase-style-1  --------------- */
.tc-blog-style17 {
  padding-bottom: 120px;
  margin-top: -80px;
}
.tc-blog-style17 .main-blog-card {
  position: sticky;
  border-radius: 15px;
  overflow: hidden;
  top: 30px;
}
.tc-blog-style17 .main-blog-card .img {
  position: relative;
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
}
.tc-blog-style17 .main-blog-card .img .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-blog-style17 .main-blog-card .info {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 100px 50px 50px;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8352941176)), to(transparent));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8352941176), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8352941176), transparent);
  z-index: 10;
}
.tc-blog-style17 .main-blog-card .social-links a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 10px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.tc-blog-style17 .sub-blog-card {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(76, 76, 76, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(76, 76, 76, 0.04);
  overflow: hidden;
  border-radius: 10px;
}
.tc-blog-style17 .sub-blog-card .img {
  overflow: hidden;
  height: 230px;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .showcase-style-9 .fsz-60 {
    font-size: 40px !important;
  }
  .showcase-style-9 .fsz-30 {
    font-size: 20px !important;
  }
  .showcase-style-9 .tc-blog-style17 .main-blog-card .info {
    padding: 100px 15px 50px;
  }
}
/* ========= [ * page-showcase_10 ]  =========*/
/* --------------- showcase-style-1  --------------- */
.tc-blog-style18 {
  margin-top: -70px;
  padding-bottom: 120px;
}
.tc-blog-style18 .main-blog-card .img {
  border-radius: 15px;
  overflow: hidden;
  height: 600px;
  max-height: 100vw;
}
.tc-blog-style18 .main-blog-card .main-blog-slider18 {
  position: relative;
  padding-bottom: 60px;
}
.tc-blog-style18 .main-blog-card .main-blog-slider18 .swiper-container {
  border-radius: 15px;
  overflow: hidden;
}
.tc-blog-style18 .main-blog-card .main-blog-slider18 .swiper-button-next,
.tc-blog-style18 .main-blog-card .main-blog-slider18 .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid rgba(153, 153, 153, 0.2);
  top: -30px;
  margin: 0;
}
.tc-blog-style18 .main-blog-card .main-blog-slider18 .swiper-button-next::after,
.tc-blog-style18 .main-blog-card .main-blog-slider18 .swiper-button-prev::after {
  font-size: 18px;
  color: #000;
}
.tc-blog-style18 .main-blog-card .main-blog-slider18 .swiper-button-next:hover,
.tc-blog-style18 .main-blog-card .main-blog-slider18 .swiper-button-prev:hover {
  background-color: var(--color-orange1);
}
.tc-blog-style18 .main-blog-card .main-blog-slider18 .swiper-button-next:hover::after,
.tc-blog-style18 .main-blog-card .main-blog-slider18 .swiper-button-prev:hover::after {
  color: #fff;
}
.tc-blog-style18 .main-blog-card .main-blog-slider18 .swiper-button-next {
  border-radius: 0 10px 10px 0;
  right: calc(50% - 60px);
}
.tc-blog-style18 .main-blog-card .main-blog-slider18 .swiper-button-prev {
  border-radius: 10px 0 0 10px;
  left: calc(50% - 60px);
  right: auto;
}
.tc-blog-style18 .sub-blog-card {
  padding: 60px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  display: block;
}
.tc-blog-style18 .sub-blog-card:hover {
  border-color: #000;
}
.tc-blog-style18 .sub-blog-card .main-img {
  height: 220px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.tc-blog-style18 .hover-reveal {
  left: 60% !important;
  width: 350px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .showcase-style-10 .fsz-60 {
    font-size: 30px !important;
  }
  .showcase-style-10 .fsz-30 {
    font-size: 20px !important;
  }
  .showcase-style-10 .tc-header-style10 {
    padding: 50px 0 150px !important;
  }
  .showcase-style-10 .tc-blog-style18 .sub-blog-card {
    padding: 30px 0;
  }
  .showcase-style-10 .hover-reveal {
    display: none !important;
  }
}
/* ========= [ * page-showcase_11 ]  =========*/
/* --------------- showcase-style-1  --------------- */
.tc-header-style19 {
  position: relative;
  padding: 150px 0 50px;
  background-color: #111;
  min-height: calc(100vh - 100px);
}
.tc-header-style19 .head_line {
  position: absolute;
  left: 0;
  top: 0;
}
.tc-header-style19 .show-card {
  color: #fff;
  text-align: center;
}
.tc-header-style19 .show-card .img {
  position: relative;
  max-width: 800px;
  max-height: 800px;
  width: calc(100vh - 322px);
  height: calc(100vh - 322px);
  border-radius: 50%;
  margin: auto;
}
.tc-header-style19 .show-card .img::before {
  position: absolute;
  content: "";
  left: 0%;
  top: 30%;
  background-image: url(../img/logo_mark_or1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: scale(0) translate(-320px, 100px);
      -ms-transform: scale(0) translate(-320px, 100px);
          transform: scale(0) translate(-320px, 100px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.tc-header-style19 .show-card .img::after {
  position: absolute;
  content: "";
  right: 0%;
  bottom: 30%;
  background-image: url(../img/logo_mark_or1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: scale(0) translate(320px, -100px);
      -ms-transform: scale(0) translate(320px, -100px);
          transform: scale(0) translate(320px, -100px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.tc-header-style19 .show-card .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-header-style19 .show-card .info {
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.tc-header-style19 .swiper-slide-active .img::after, .tc-header-style19 .swiper-slide-active .img::before {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
      -ms-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
}
.tc-header-style19 .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .tc-header-style19 {
    padding: 50px 0;
  }
  .tc-header-style19 .show-card .img {
    max-width: 70vw;
    max-height: 70vw;
  }
}
/* ========= [ * page-showcase_12 ]  =========*/
/* --------------- showcase-style-1  --------------- */
.tc-header-style20 {
  position: relative;
  padding: 150px 0 50px;
  background-color: #111;
  min-height: calc(100vh - 100px);
  overflow: hidden;
}
.tc-header-style20 .lg_ward {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: calc(25vw + 45px);
  line-height: 0.8;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  opacity: 0.07;
  pointer-events: none;
}
.tc-header-style20 .head_line {
  position: absolute;
  left: 0;
  top: 0;
}
.tc-header-style20 .show-card {
  color: #fff;
  text-align: center;
}
.tc-header-style20 .show-card .img {
  position: relative;
  width: calc(50vw - 100px);
  height: calc(100vh - 335px);
  border-radius: 0;
  margin: auto;
}
.tc-header-style20 .show-card .img::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 60px;
  background-image: url(../img/logo_mark_or1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: scale(0) translate(-320px, 100px);
      -ms-transform: scale(0) translate(-320px, 100px);
          transform: scale(0) translate(-320px, 100px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.tc-header-style20 .show-card .img::after {
  position: absolute;
  content: "";
  right: -15px;
  bottom: 60px;
  background-image: url(../img/logo_mark_or1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: scale(0) translate(320px, -100px);
      -ms-transform: scale(0) translate(320px, -100px);
          transform: scale(0) translate(320px, -100px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.tc-header-style20 .show-card .img img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-header-style20 .show-card .info {
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.tc-header-style20 .swiper-slide-active .img::after, .tc-header-style20 .swiper-slide-active .img::before {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
      -ms-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
}
.tc-header-style20 .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .tc-header-style20 {
    padding: 50px 0;
  }
  .tc-header-style20 .show-card .img {
    max-width: 70vw;
    max-height: 70vw;
    width: calc(100vw - 100px);
  }
}
/* ========= [ * page-showcase_13 ]  =========*/
/* --------------- showcase-style-1  --------------- */
.tc-header-style21 {
  position: relative;
  padding: 115px 0 40px;
  background-color: #111;
  min-height: calc(100vh - 100px);
  overflow: hidden;
}
.tc-header-style21 .lg_ward {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: calc(25vw + 45px);
  line-height: 0.8;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  opacity: 0.07;
  pointer-events: none;
}
.tc-header-style21 .head_line {
  position: absolute;
  left: 0;
  top: 0;
}
.tc-header-style21 .show-card {
  color: #fff;
}
.tc-header-style21 .show-card .img {
  position: relative;
  height: calc(100vh - 280px);
  max-height: 100vw;
}
.tc-header-style21 .show-card .img::before {
  position: absolute;
  content: "";
  left: -100px;
  top: calc(50% - 15px);
  background-image: url(../img/logo_icon9.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  z-index: 10;
}
.tc-header-style21 .show-card .img::after {
  position: absolute;
  content: "";
  right: -100px;
  top: calc(50% - 15px);
  background-image: url(../img/logo_mark_or1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  z-index: 10;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .tc-header-style21 {
    padding: 50px 0;
  }
}
/* ========= [ * page-showcase_14 ]  =========*/
/* --------------- showcase-style-1  --------------- */
.tc-header-style22 {
  position: relative;
  padding: 160px 0 60px;
  background-color: #111;
  overflow: hidden;
  color: #fff;
  min-height: 100vh;
}
.tc-header-style22 .lg_ward {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: calc(25vw + 45px);
  line-height: 0.8;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  opacity: 0.07;
  pointer-events: none;
}
.tc-header-style22 .head_line {
  position: absolute;
  left: 0;
  top: 0;
}
.tc-header-style22 .show-card .info {
  padding-top: 80px;
  position: relative;
  z-index: 50;
  opacity: 0;
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.tc-header-style22 .show-card .info h1 {
  font-size: 110px;
  white-space: nowrap;
}
.tc-header-style22 .show-card .img {
  position: relative;
  z-index: 1;
  height: 650px;
  opacity: 0;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.tc-header-style22 .tc-header-slider22 .swiper-container {
  height: calc(100vh - 220px);
  overflow: hidden;
}
.tc-header-style22 .tc-header-slider22 .swiper-container .swiper-slide {
  height: calc(100vh - 220px);
  overflow: hidden;
}
.tc-header-style22 .tc-header-slider22 .swiper-container .swiper-slide-active .info,
.tc-header-style22 .tc-header-slider22 .swiper-container .swiper-slide-active .img {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tc-header-style22 .tc-header-slider22 .swiper-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 30px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
.tc-header-style22 .tc-header-slider22 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-orange1);
  height: 40px;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .tc-header-style22 {
    padding-top: 0;
  }
  .tc-header-style22 .show-card .info h1 {
    font-size: 40px;
    white-space: pre-wrap;
    margin-bottom: 30px;
  }
}
/* ========= [ * page-showcase_15 ]  =========*/
/* --------------- showcase-style-1  --------------- */
.tc-header-style23 {
  position: relative;
  padding: 160px 0 60px;
  background-color: #111;
  overflow: hidden;
  color: #fff;
  min-height: 100vh;
}
.tc-header-style23 .lg_ward {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: calc(25vw + 45px);
  line-height: 0.8;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  opacity: 0.07;
  pointer-events: none;
}
.tc-header-style23 .head_line {
  position: absolute;
  left: 0;
  top: 0;
}
.tc-header-style23 .show-card .info {
  padding-top: 40px;
  position: relative;
  z-index: 50;
  opacity: 0;
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.tc-header-style23 .show-card .img {
  position: relative;
  z-index: 1;
  height: calc(100vh - 220px);
  max-height: 100vw;
  opacity: 0;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.tc-header-style23 .tc-header-slider23 .swiper-container .swiper-slide-active .info,
.tc-header-style23 .tc-header-slider23 .swiper-container .swiper-slide-active .img {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .tc-header-style23 {
    padding-top: 0;
  }
}
/* ========= [ * page-home_9 ]  =========*/
/* --------------- home-style9  --------------- */
.home-style9 {
  /* --------------- tc-header-style24 --------------- */
  /* --------------- tc-services-style24 --------------- */
  /* --------------- tc-numbers-style24 --------------- */
  /* --------------- tc-partners-style24 --------------- */
  /* --------------- tc-portfolio-style24 --------------- */
  /* --------------- tc-testimonials-style24 --------------- */
  /* --------------- tc-testimonials-style24 --------------- */
  /* --------------- tc-testimonials-style24 --------------- */
  /* --------------- tc-call-style24 --------------- */
}
.home-style9 .section-title.section-title-style24 h6 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-blue3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.home-style9 .section-title.section-title-style24 h2 {
  font-size: 50px;
}
.home-style9 .section-title.section-title-style24 h2 span {
  position: relative;
  color: var(--color-red2);
}
.home-style9 .section-title.section-title-style24 h2 span .mirror_1 {
  font-weight: bold;
  font-size: 50px;
  position: absolute;
  bottom: -7px;
  left: 0 !important;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 70, 114, 0.6);
  line-height: 1.3;
}
.home-style9 .section-title.section-title-style24 h2 span .mirror_2 {
  font-weight: bold;
  font-size: 50px;
  position: absolute;
  bottom: -12px;
  left: 0 !important;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 70, 114, 0.1333333333);
  line-height: 1.3;
}
.home-style9 .tc-header-style24 {
  position: relative;
  background-color: #f2f4f7;
  min-height: 100vh;
  background-image: url(../img/home_9/header/back_shap.png);
  background-size: cover;
  background-position: bottom;
  padding-top: 180px;
}
.home-style9 .tc-header-style24 .info h1 {
  font-size: 80px;
}
.home-style9 .tc-header-style24 .info h1 span {
  position: relative;
  color: var(--color-orange3);
}
.home-style9 .tc-header-style24 .info h1 span .mirror_1 {
  font-weight: bold;
  font-size: 80px;
  position: absolute;
  bottom: -10px;
  left: 0 !important;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(252, 74, 27, 0.6);
  line-height: 1.3;
}
.home-style9 .tc-header-style24 .info h1 span .mirror_2 {
  font-weight: bold;
  font-size: 80px;
  position: absolute;
  bottom: -15px;
  left: 0 !important;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(252, 74, 27, 0.1333333333);
  line-height: 1.3;
}
.home-style9 .tc-header-style24 .info .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-style9 .tc-header-style24 .info .btns .vid-btn {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  font-weight: bold;
}
.home-style9 .tc-header-style24 .info .btns .vid-btn .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--color-red2);
  color: #fff;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.home-style9 .tc-services-style24 {
  padding: 120px 0;
}
.home-style9 .tc-services-style24 .services-card {
  position: relative;
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(76, 76, 76, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(76, 76, 76, 0.06);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style9 .tc-services-style24 .services-card .content {
  position: relative;
  padding: 40px;
  overflow: hidden;
}
.home-style9 .tc-services-style24 .services-card .content .shap {
  position: absolute;
  right: -75px;
  bottom: 30px;
  width: 150px;
  opacity: 0.03;
}
.home-style9 .tc-services-style24 .services-card:hover {
  border-color: var(--color-red2);
}
.home-style9 .tc-services-style24 .services-card:hover::before {
  opacity: 1;
  -webkit-transform: rotate(6deg);
      -ms-transform: rotate(6deg);
          transform: rotate(6deg);
}
.home-style9 .tc-services-style24 .services-card:hover::after {
  opacity: 1;
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.home-style9 .tc-services-style24 .services-card:hover .info a {
  color: var(--color-red2);
  padding-left: 40px;
}
.home-style9 .tc-services-style24 .services-card:hover .info a::before {
  opacity: 1;
}
.home-style9 .tc-services-style24 .services-card::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-red2);
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.home-style9 .tc-services-style24 .services-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-red2);
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.home-style9 .tc-services-style24 .services-card .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.home-style9 .tc-services-style24 .services-card .title .icon {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-style9 .tc-services-style24 .services-card .title .icon img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-style9 .tc-services-style24 .services-card .title h5 {
  font-size: 20px;
  font-weight: bold;
}
.home-style9 .tc-services-style24 .services-card .info a {
  color: #e1e1e1;
  margin-top: 35px;
  position: relative;
}
.home-style9 .tc-services-style24 .services-card .info a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 25px;
  height: 2px;
  border-bottom: 2px dashed var(--color-red2);
  opacity: 0;
}
.home-style9 .tc-numbers-style24 {
  position: relative;
  overflow: hidden;
  background-color: #f9fafb;
}
.home-style9 .tc-numbers-style24 .img {
  position: relative;
  padding-top: 70px;
}
.home-style9 .tc-numbers-style24 .img::before {
  position: absolute;
  content: "";
  left: -100px;
  top: -70px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #eff4f9;
  z-index: -1;
}
.home-style9 .tc-numbers-style24 .img .years-card {
  position: absolute;
  top: 30%;
  right: 60px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.0666666667);
  max-width: 120px;
  text-align: center;
  z-index: 10;
}
.home-style9 .tc-numbers-style24 .img .years-card p {
  font-size: 14px;
  color: #aeaeae;
}
.home-style9 .tc-numbers-style24 .img .years-card h2 {
  font-size: 40px;
}
.home-style9 .tc-numbers-style24 .info {
  padding: 50px 0;
}
.home-style9 .tc-numbers-style24 .info .numbs {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid rgba(153, 153, 153, 0.1333333333);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-style9 .tc-numbers-style24 .info .numbs .num-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.home-style9 .tc-numbers-style24 .info .numbs .num-card h2 {
  font-size: 50px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-style9 .tc-numbers-style24 .info .numbs .num-card p {
  font-size: 14px;
  color: #777;
}
.home-style9 .tc-partners-style24 {
  padding: 120px 0 150px;
  position: relative;
}
.home-style9 .tc-partners-style24::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 100px;
  background-color: var(--color-red2);
}
.home-style9 .tc-partners-style24 .brands {
  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;
}
.home-style9 .tc-partners-style24 .brands .brand {
  position: relative;
  width: 16%;
  margin: 0 2% 40px;
  display: block;
  text-align: center;
  padding: 20px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  background-color: #fff;
}
.home-style9 .tc-partners-style24 .brands .brand:hover {
  background-color: var(--color-orange3);
}
.home-style9 .tc-partners-style24 .brands .brand:hover img {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.home-style9 .tc-partners-style24 .brands .brand:hover .hover-img {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.home-style9 .tc-partners-style24 .brands .brand:hover::before {
  opacity: 1;
  -webkit-transform: rotate(8deg);
      -ms-transform: rotate(8deg);
          transform: rotate(8deg);
}
.home-style9 .tc-partners-style24 .brands .brand:hover::after {
  opacity: 1;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.home-style9 .tc-partners-style24 .brands .brand::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-red2);
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.home-style9 .tc-partners-style24 .brands .brand::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-red2);
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.home-style9 .tc-partners-style24 .brands .brand img {
  width: 76%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-style9 .tc-partners-style24 .brands .brand .hover-img {
  position: absolute;
  width: 76%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 12%;
  z-index: 5;
  padding: 15px;
  opacity: 0;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.home-style9 .tc-portfolio-style24 {
  padding: 120px 0;
}
.home-style9 .tc-portfolio-style24 .nav-pills .nav-item .nav-link {
  font-size: 14px;
  font-weight: bold;
  color: #999;
  background: transparent;
  padding: 0;
  -webkit-margin-start: 60px;
          margin-inline-start: 60px;
  text-transform: capitalize;
}
.home-style9 .tc-portfolio-style24 .nav-pills .nav-item .nav-link.active {
  color: #000;
  text-decoration: underline;
}
.home-style9 .tc-portfolio-style24 .proj-card {
  margin-top: 30px;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  overflow: hidden;
}
.home-style9 .tc-portfolio-style24 .proj-card .img {
  height: 475px;
  overflow: hidden;
}
.home-style9 .tc-portfolio-style24 .proj-card .info {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-style9 .tc-portfolio-style24 .proj-card .info .cont {
  width: 100%;
}
.home-style9 .tc-portfolio-style24 .proj-card .info .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-style9 .tc-portfolio-style24 .button_su {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 0;
}
.home-style9 .tc-portfolio-style24 .button_su .button_su_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 0;
  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;
}
.home-style9 .tc-portfolio-style24 .hire-btn {
  font-size: 150px;
  font-weight: bold;
  color: var(--color-orange3);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
}
.home-style9 .tc-portfolio-style24 .hire-btn::before {
  position: absolute;
  content: "";
  left: 40px;
  top: -40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-blue3);
  -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-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.home-style9 .tc-portfolio-style24 .hire-btn::after {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-red2);
  -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;
}
.home-style9 .tc-portfolio-style24 .hire-btn a {
  position: relative;
  z-index: 10;
}
.home-style9 .tc-portfolio-style24 .hire-btn .mirror_1 {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(252, 74, 27, 0.2);
}
.home-style9 .tc-portfolio-style24 .hire-btn .mirror_1::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: 0;
  height: calc(100% - 90px);
  background-color: #fff;
}
.home-style9 .tc-portfolio-style24 .hire-btn .mirror_2 {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(252, 74, 27, 0.2);
}
.home-style9 .tc-portfolio-style24 .hire-btn .mirror_2::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: 0;
  height: calc(100% - 90px);
  background-color: #fff;
}
.home-style9 .tc-testimonials-style24 {
  position: relative;
  padding: 120px 0;
  background-color: #f2f4f7;
  position: relative;
}
.home-style9 .tc-testimonials-style24 .stars {
  color: #fefeff;
  font-size: 100px;
  position: absolute;
  top: 0;
  right: 30px;
}
.home-style9 .tc-testimonials-style24 .vector_user1 {
  position: absolute;
  top: -200px;
  left: 100px;
  z-index: 3;
}
.home-style9 .tc-testimonials-style24 .vector_user2 {
  position: absolute;
  bottom: -100px;
  right: 100px;
  z-index: 3;
}
.home-style9 .tc-testimonials-style24 .content .icon {
  text-align: center;
  margin-bottom: 50px;
}
.home-style9 .tc-testimonials-style24 .content .icon img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-style9 .tc-testimonials-style24 .content .main-text {
  font-size: 26px;
  text-align: center;
}
.home-style9 .tc-testimonials-style24 .testimonials-main-slider {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.home-style9 .tc-testimonials-style24 .testimonials-sub-slider {
  padding-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
}
.home-style9 .tc-testimonials-style24 .testimonials-sub-slider .swiper-slide {
  opacity: 20%;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.home-style9 .tc-testimonials-style24 .testimonials-sub-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.home-style9 .tc-testimonials-style24 .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background-color: #dce0e5;
  border-radius: 0;
  opacity: 1;
}
.home-style9 .tc-testimonials-style24 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.home-style9 .tc-testimonials-style24 .float-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: calc(8vw + 40px);
  line-height: 0.8;
  font-weight: bold;
  color: #fdfdfd;
}
.home-style9 .tc-testimonials-style24 .float-text::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f4f7), to(transparent));
  background-image: -o-linear-gradient(top, #f2f4f7, transparent);
  background-image: linear-gradient(to bottom, #f2f4f7, transparent);
}
.home-style9 .tc-contact-style24 {
  padding: 110px 0;
}
.home-style9 .tc-contact-style24 .form-group {
  margin-bottom: 40px;
}
.home-style9 .tc-contact-style24 .form-group .form-control {
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
  border-radius: 0;
  font-size: 18px;
}
.home-style9 .tc-contact-style24 .form-group .form-control::-webkit-input-placeholder {
  color: #000;
}
.home-style9 .tc-contact-style24 .form-group .form-control::-moz-placeholder {
  color: #000;
}
.home-style9 .tc-contact-style24 .form-group .form-control:-ms-input-placeholder {
  color: #000;
}
.home-style9 .tc-contact-style24 .form-group .form-control::-ms-input-placeholder {
  color: #000;
}
.home-style9 .tc-contact-style24 .form-group .form-control::placeholder {
  color: #000;
}
.home-style9 .tc-contact-style24 .form-group .form-control:focus {
  border-bottom: 1px solid #555;
}
.home-style9 .tc-contact-style24 .form-group h6 {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}
.home-style9 .tc-contact-style24 .form-check {
  font-size: 16px;
  color: #999;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.home-style9 .tc-contact-style24 .form-check .form-check-input:checked {
  color: #000;
}
.home-style9 .tc-contact-style24 .form-check .form-check-input:checked ~ .form-check-label {
  color: #000;
}
.home-style9 .tc-contact-style24 .form-check-input:checked {
  background-color: var(--color-red2);
  border-color: var(--color-red2);
}
.home-style9 .tc-contact-style24 .upload_img_content {
  color: #000;
  margin-top: 10px;
}
.home-style9 .tc-contact-style24 .upload_img_content .file__input--file {
  display: none;
}
.home-style9 .tc-contact-style24 .upload_img_content .file__input--label {
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 200;
}
.home-style9 .tc-contact-style24 .upload_img_content .file__input--label i {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-size: 21px;
}
.home-style9 .tc-contact-style24 .upload_img_content .file__value_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-style9 .tc-contact-style24 .upload_img_content .file__value_content .file__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0.0666666667);
  width: 31%;
  -webkit-margin-end: 2%;
          margin-inline-end: 2%;
}
.home-style9 .tc-contact-style24 .upload_img_content .file__value_content .file__value .file__value--text {
  width: calc(100% - 30px);
  overflow: hidden;
}
.home-style9 .tc-contact-style24 .upload_img_content .file__value--remove {
  cursor: pointer;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.home-style9 .tc-blog-style24 {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.home-style9 .tc-blog-style24::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 350px;
  background-color: var(--color-blue3);
}
.home-style9 .tc-blog-style24::after {
  position: absolute;
  content: "";
  right: -20vw;
  top: 0;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.home-style9 .tc-blog-style24 .container {
  position: relative;
  z-index: 10;
}
.home-style9 .tc-blog-style24 .section-title h6 {
  color: #fff !important;
}
.home-style9 .tc-blog-style24 .section-title h2 {
  color: #fff;
}
.home-style9 .tc-blog-style24 .section-title h2 span {
  color: #97a6ff;
}
.home-style9 .tc-blog-style24 .section-title h2 span .mirror_1,
.home-style9 .tc-blog-style24 .section-title h2 span .mirror_2 {
  -webkit-text-stroke: 1px rgba(151, 166, 255, 0.1333333333);
}
.home-style9 .tc-blog-style24 .blog-card {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(76, 76, 76, 0.0392156863);
          box-shadow: 0px 16px 32px 0px rgba(76, 76, 76, 0.0392156863);
  background-color: #fff;
}
.home-style9 .tc-blog-style24 .blog-card .main-img {
  height: 240px;
  overflow: hidden;
}
.home-style9 .tc-blog-style24 .blog-card .info {
  padding: 40px;
}
.home-style9 .tc-blog-style24 .blog-card .info .form-check .form-check-input {
  opacity: 0;
  display: none;
}
.home-style9 .tc-blog-style24 .blog-card .info .form-check .form-check-label {
  color: #999;
  cursor: pointer;
}
.home-style9 .tc-blog-style24 .blog-card .info .form-check .form-check-input:checked ~ .form-check-label {
  color: var(--color-red2);
}
.home-style9 .tc-call-style24 {
  position: relative;
  padding: 110px 0;
  background-image: url(../img/home_9/map_back.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.home-style9 .tc-call-style24 .icon_2 {
  position: absolute;
  right: 90px;
  bottom: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 15px;
  background-color: var(--color-orange3);
  -webkit-box-shadow: 10px 10px 30px rgba(252, 74, 27, 0.4);
          box-shadow: 10px 10px 30px rgba(252, 74, 27, 0.4);
  z-index: 10;
}
.home-style9 .tc-call-style24 .rotate-box {
  position: relative;
  height: 130px;
}
.home-style9 .tc-call-style24 .rotate-box .icon {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 15px);
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.0666666667);
}
.home-style9 .tc-call-style24 .rotate-box .rotate-text {
  -webkit-animation: rotateText 8s linear infinite;
          animation: rotateText 8s linear infinite;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: calc(50% - 75px);
  top: 0;
}
.home-style9 .tc-call-style24 .rotate-box .rotate-circle svg {
  width: 130px;
  fill: var(--color-blue3);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .home-style9 .tc-header-style24 .info {
    margin-bottom: 40px;
  }
  .home-style9 .tc-header-style24 .info h1 {
    font-size: 40px;
  }
  .home-style9 .tc-header-style24 .info h1 small {
    font-size: 40px !important;
  }
  .home-style9 .section-title.section-title-style24 h2 {
    font-size: 30px;
  }
  .home-style9 .section-title.section-title-style24 h2 small {
    font-size: 30px !important;
  }
  .home-style9 .tc-numbers-style24 .info .numbs .num-card h2 {
    font-size: 20px;
  }
  .home-style9 .tc-partners-style24 .brands .brand {
    width: 29%;
    margin: 0 2% 15px;
    padding: 10px;
  }
  .home-style9 .tc-portfolio-style24 .nav-pills .nav-item .nav-link {
    font-size: 12px;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
  .home-style9 .tc-portfolio-style24 .proj-card .img {
    height: 250px;
  }
  .home-style9 .tc-portfolio-style24 .proj-card .info {
    padding: 30px 25px;
  }
  .home-style9 .tc-portfolio-style24 .hire-btn {
    font-size: 50px;
  }
  .home-style9 .tc-testimonials-style24 .vector_user1 {
    position: absolute;
    top: -60px;
    left: 50px;
    z-index: 3;
    width: 100px;
  }
  .home-style9 .tc-testimonials-style24 .vector_user2 {
    position: absolute;
    bottom: -50px;
    right: 50px;
    z-index: 3;
    width: 100px;
  }
  .home-style9 .tc-testimonials-style24 .stars {
    font-size: 30px;
  }
  .home-style9 .tc-testimonials-style24 .float-text {
    font-size: calc(5vw + 40px);
  }
  .home-style9 .tc-contact-style24 .form-check {
    font-size: 13px;
  }
  .home-style9 .tc-blog-style24 .blog-card .info {
    padding: 20px;
  }
  .home-style9 .fsz-50 {
    font-size: 30px !important;
  }
}
/* ========= [ * page-home_10 ]  =========*/
/* --------------- home-style9  --------------- */
.home-style10 {
  /* --------------- tc-header-style25 --------------- */
  /* --------------- tc-about-style25 --------------- */
  /* --------------- tc-section-title-style25 --------------- */
  /* --------------- tc-categories-style24 --------------- */
  /* --------------- tc-portfolio-style25 --------------- */
  /* --------------- tc-awards-style25 --------------- */
  /* --------------- tc-partners-style25 --------------- */
  /* --------------- tc-Testimonials-style25 --------------- */
  /* --------------- tc-blog-style25 --------------- */
}
.home-style10 .tc-header-style25 {
  min-height: 100vh;
  position: relative;
  padding: 380px 0 150px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(232, 244, 255)));
  background-image: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(232, 244, 255) 100%);
  background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(232, 244, 255) 100%);
}
.home-style10 .tc-header-style25 .back-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.home-style10 .tc-header-style25 .info {
  text-align: center;
}
.home-style10 .tc-header-style25 .info h6 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 40px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 15px;
}
.home-style10 .tc-header-style25 .info h6::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 10px;
  width: 10px;
  height: 10px;
  background-image: url(../img/logo_mark_dk.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.home-style10 .tc-header-style25 .info h6::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 10px;
  width: 10px;
  height: 10px;
  background-image: url(../img/logo_mark_dk.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.home-style10 .tc-header-style25 .info h1 {
  font-size: 90px;
  display: inline-block;
}
.home-style10 .tc-header-style25 .info h1 .b-inf {
  position: relative;
  padding-left: 140px;
}
.home-style10 .tc-header-style25 .info h1 .b-inf .icon {
  position: absolute;
  top: 45px;
  left: 154px;
  width: 25px;
}
.home-style10 .tc-header-style25 .info h1 .rotate-text {
  -webkit-animation: rotateText 8s linear infinite;
          animation: rotateText 8s linear infinite;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 100px;
  top: -8px;
}
.home-style10 .tc-header-style25 .info h1 .rotate-circle svg {
  width: 130px;
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.home-style10 .tc-header-style25 .features {
  margin-top: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-style10 .tc-header-style25 .features .feat-card {
  text-align: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-top: 50px;
}
.home-style10 .tc-header-style25 .features .feat-card:nth-of-type(2) .icon::before {
  border-color: #6959fe;
  animation: rotate-center 5s linear infinite both reverse;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.home-style10 .tc-header-style25 .features .feat-card:nth-of-type(3) .icon::before {
  border-color: #febb73;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.home-style10 .tc-header-style25 .features .feat-card:nth-of-type(4) .icon::before {
  border-color: #3f8bfe;
  animation: rotate-center 5s linear infinite both reverse;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.home-style10 .tc-header-style25 .features .feat-card:nth-of-type(5) .icon::before {
  border-color: #41c156;
}
.home-style10 .tc-header-style25 .features .feat-card .icon {
  position: relative;
  width: 150px;
  height: 150px;
  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;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.home-style10 .tc-header-style25 .features .feat-card .icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: -3px;
  left: 0;
  border-top: 5px solid var(--color-red3);
  border-right: 5px solid var(--color-red3);
  z-index: -1;
  -webkit-animation: rotate-center 5s linear infinite both;
          animation: rotate-center 5s linear infinite both;
}
.home-style10 .tc-header-style25 .features .feat-card .icon img {
  max-width: 90px;
  max-height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-style10 .tc-header-style25 .features .feat-card .inf {
  padding-top: 30px;
}
.home-style10 .tc-header-style25 .features .feat-card .inf h6 {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
}
.home-style10 .tc-header-style25 .stage {
  width: 130px;
  height: 130px;
  -webkit-perspective: 1000px;
  -webkit-perspective-origin: center;
  perspective: 1000px;
  position: absolute;
  top: 40%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-style10 .tc-header-style25 .rotate {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: rotate2 10s infinite linear;
  transform-style: preserve-3d;
  animation: rotate2 10s infinite linear;
}
.home-style10 .tc-header-style25 figure {
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
}
.home-style10 .tc-header-style25 .cube {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.home-style10 .tc-header-style25 figure {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}
.home-style10 .tc-header-style25 .front {
  -webkit-transform: translateZ(65px);
  transform: translateZ(65px);
  background-image: -o-linear-gradient(135deg, #ffe500, #2bc366);
  background-image: linear-gradient(-45deg, #ffe500, #2bc366);
}
.home-style10 .tc-header-style25 .back {
  -webkit-transform: rotateY(180deg) translateZ(65px);
  transform: rotateY(180deg) translateZ(65px);
  background-image: -o-linear-gradient(45deg, #ffe500, #2bc366);
  background-image: linear-gradient(45deg, #ffe500, #2bc366);
}
.home-style10 .tc-header-style25 .top {
  -webkit-transform: rotateX(90deg) translateZ(65px);
  transform: rotateX(90deg) translateZ(65px);
  background-image: -o-linear-gradient(135deg, #ffe500, #2bc366);
  background-image: linear-gradient(-45deg, #ffe500, #2bc366);
}
.home-style10 .tc-header-style25 .bottom {
  -webkit-transform: rotateX(-90deg) translateZ(65px);
  transform: rotateX(-90deg) translateZ(65px);
  background-image: -o-linear-gradient(45deg, #ffe500, #0dc0e6);
  background-image: linear-gradient(45deg, #ffe500, #0dc0e6);
}
.home-style10 .tc-header-style25 .left {
  -webkit-transform: rotateY(-90deg) translateZ(65px);
  transform: rotateY(-90deg) translateZ(65px);
  background-image: -o-linear-gradient(135deg, #ffe500, #0dc0e6);
  background-image: linear-gradient(-45deg, #ffe500, #0dc0e6);
}
.home-style10 .tc-header-style25 .right {
  -webkit-transform: rotateY(90deg) translateZ(65px);
  transform: rotateY(90deg) translateZ(65px);
  background-image: -o-linear-gradient(45deg, #ffe500, #0dc0e6);
  background-image: linear-gradient(45deg, #ffe500, #0dc0e6);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotatex(0);
    transform: rotatex(0);
  }
  100% {
    -webkit-transform: rotatex(360deg);
    transform: rotatex(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotatex(0);
    transform: rotatex(0);
  }
  100% {
    -webkit-transform: rotatex(360deg);
    transform: rotatex(360deg);
  }
}
.home-style10 .tc-header-style25 .cube {
  -webkit-animation: rotate 10s infinite linear;
  animation: rotate 10s infinite linear;
}
@media screen and (max-width: 991px) {
  .home-style10 .tc-header-style25 {
    padding-top: 250px;
  }
  .home-style10 .tc-header-style25 .info h1 {
    font-size: 40px;
  }
  .home-style10 .tc-header-style25 .info h1 .rotate-text,
.home-style10 .tc-header-style25 .info h1 .icon {
    display: none !important;
  }
  .home-style10 .tc-header-style25 .info h1 .b-inf {
    padding: 0 !important;
  }
  .home-style10 .tc-header-style25 .features {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-style10 .tc-header-style25 .features .feat-card {
    width: 50%;
    min-width: unset;
  }
}
.home-style10 .tc-about-style25 {
  position: relative;
  overflow: hidden;
}
.home-style10 .tc-about-style25 .img {
  position: relative;
}
.home-style10 .tc-about-style25 .img::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-color: #fff;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.home-style10 .tc-about-style25 .img::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-color: var(--color-red3);
  right: -80px;
  bottom: 80px;
  z-index: 5;
}
.home-style10 .tc-about-style25 .info .text {
  font-size: 18px;
  color: #777;
}
.home-style10 .tc-about-style25 .info ul li {
  margin: 10px 0;
  font-size: 18px;
}
.home-style10 .tc-about-style25 .info .btm-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-style10 .tc-about-style25 .info .btm-inf img {
  -webkit-filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.0588235294));
          filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.0588235294));
}
.home-style10 .tc-about-style25 .stage {
  width: 60px;
  height: 60px;
  -webkit-perspective: 1000px;
  -webkit-perspective-origin: center;
  perspective: 1000px;
  position: absolute;
  right: 100px;
  bottom: 60px;
}
.home-style10 .tc-about-style25 .rotate {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: rotate2 10s infinite linear;
  transform-style: preserve-3d;
  animation: rotate2 10s infinite linear;
}
.home-style10 .tc-about-style25 figure {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
}
.home-style10 .tc-about-style25 .cube {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.home-style10 .tc-about-style25 figure {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}
.home-style10 .tc-about-style25 .front {
  -webkit-transform: translateZ(30px);
  transform: translateZ(30px);
  background-image: -o-linear-gradient(135deg, #ffe500, #2bc366);
  background-image: linear-gradient(-45deg, #ffe500, #2bc366);
}
.home-style10 .tc-about-style25 .back {
  -webkit-transform: rotateY(180deg) translateZ(30px);
  transform: rotateY(180deg) translateZ(30px);
  background-image: -o-linear-gradient(45deg, #ffe500, #2bc366);
  background-image: linear-gradient(45deg, #ffe500, #2bc366);
}
.home-style10 .tc-about-style25 .top {
  -webkit-transform: rotateX(90deg) translateZ(30px);
  transform: rotateX(90deg) translateZ(30px);
  background-image: -o-linear-gradient(135deg, #ffe500, #2bc366);
  background-image: linear-gradient(-45deg, #ffe500, #2bc366);
}
.home-style10 .tc-about-style25 .bottom {
  -webkit-transform: rotateX(-90deg) translateZ(30px);
  transform: rotateX(-90deg) translateZ(30px);
  background-image: -o-linear-gradient(45deg, #ffe500, #0dc0e6);
  background-image: linear-gradient(45deg, #ffe500, #0dc0e6);
}
.home-style10 .tc-about-style25 .left {
  -webkit-transform: rotateY(-90deg) translateZ(30px);
  transform: rotateY(-90deg) translateZ(30px);
  background-image: -o-linear-gradient(135deg, #ffe500, #0dc0e6);
  background-image: linear-gradient(-45deg, #ffe500, #0dc0e6);
}
.home-style10 .tc-about-style25 .right {
  -webkit-transform: rotateY(90deg) translateZ(30px);
  transform: rotateY(90deg) translateZ(30px);
  background-image: -o-linear-gradient(45deg, #ffe500, #0dc0e6);
  background-image: linear-gradient(45deg, #ffe500, #0dc0e6);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotatex(0);
    transform: rotatex(0);
  }
  100% {
    -webkit-transform: rotatex(360deg);
    transform: rotatex(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotatex(0);
    transform: rotatex(0);
  }
  100% {
    -webkit-transform: rotatex(360deg);
    transform: rotatex(360deg);
  }
}
.home-style10 .tc-about-style25 .cube {
  -webkit-animation: rotate 10s infinite linear;
  animation: rotate 10s infinite linear;
}
.home-style10 .tc-section-title-style25 h6 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 40px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 15px;
}
.home-style10 .tc-section-title-style25 h6::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 10px;
  width: 10px;
  height: 10px;
  background-image: url(../img/logo_mark_dk.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.home-style10 .tc-section-title-style25 h6::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 10px;
  width: 10px;
  height: 10px;
  background-image: url(../img/logo_mark_dk.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.home-style10 .tc-section-title-style25 h2 {
  font-size: 50px;
}
@media screen and (max-width: 991px) {
  .home-style10 .tc-section-title-style25 h2 {
    font-size: 30px;
  }
}
.home-style10 .tc-categories-style10 {
  text-align: center;
  padding: 100px 0;
}
.home-style10 .tc-categories-style10 .swiper-slide {
  padding: 50px 0;
}
.home-style10 .tc-categories-style10 h2 {
  font-weight: bold;
  font-size: calc(5vw + 30px);
  line-height: 1.3;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.home-style10 .tc-categories-style10 h2 img {
  margin: 0 50px;
}
.home-style10 .tc-categories-style10 .mirror_1,
.home-style10 .tc-categories-style10 .mirror_2 {
  font-weight: bold;
  font-size: calc(5vw + 30px);
  line-height: 1.3;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1333333333);
  white-space: nowrap;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.home-style10 .tc-categories-style10 .tc-categories-slider10 .swiper-slide-active h2,
.home-style10 .tc-categories-style10 .tc-categories-slider10 .swiper-slide-duplicate-active h2 {
  opacity: 1;
}
.home-style10 .tc-categories-style10 .tc-categories-slider10 .swiper-slide-active .mirror_1,
.home-style10 .tc-categories-style10 .tc-categories-slider10 .swiper-slide-duplicate-active .mirror_1 {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
.home-style10 .tc-categories-style10 .tc-categories-slider10 .swiper-slide-active .mirror_2,
.home-style10 .tc-categories-style10 .tc-categories-slider10 .swiper-slide-duplicate-active .mirror_2 {
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (min-width: 991px) {
  .home-style10 .tc-categories-slider10 .swiper-slide {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
@media screen and (max-width: 991px) {
  .home-style10 .tc-categories-style10 {
    padding: 0;
  }
  .home-style10 .tc-categories-style10 h2 {
    font-size: calc(1vw + 20px);
  }
  .home-style10 .tc-categories-style10 h2 img {
    margin: 0 15px;
  }
  .home-style10 .tc-categories-style10 .tc-categories-style10 .mirror_1, .home-style10 .tc-categories-style10 .tc-categories-style10 .mirror_2 {
    font-size: calc(3vw + 20px);
  }
}
.home-style10 .tc-portfolio-style25 {
  padding: 120px 0;
}
.home-style10 .tc-portfolio-style25 .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
}
.home-style10 .tc-portfolio-style25 .nav-pills a {
  font-weight: bold;
  color: #c5c5c5;
  margin: 0 15px;
  background: transparent;
}
.home-style10 .tc-portfolio-style25 .nav-pills a.active {
  color: #000;
  text-decoration: underline !important;
}
.home-style10 .tc-portfolio-style25 .portfolio-content .content .row {
  margin: 0 -35px;
}
.home-style10 .tc-portfolio-style25 .portfolio-content .content .row .col-lg-4 {
  padding: 0 35px !important;
}
.home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card {
  margin-top: 70px;
  position: relative;
}
.home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card:hover .info {
  bottom: -30px;
  opacity: 1;
}
.home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card:hover .info::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card:hover .info .cont {
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card .info {
  position: absolute;
  left: 40px;
  bottom: -80px;
  width: calc(100% - 80px);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card .info::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-red3);
  z-index: -1;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card .info .cont {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card .info .cont .date {
  color: #999;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card .info .cont .title {
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 0;
}
.home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card .info .cont .title a:hover {
  color: var(--color-red3);
}
@media screen and (max-width: 991px) {
  .home-style10 .tc-portfolio-style25 .nav-pills a {
    margin: 0;
    padding: 10px;
  }
  .home-style10 .tc-portfolio-style25 .portfolio-content .content .row {
    margin: 0 -15px !important;
  }
  .home-style10 .tc-portfolio-style25 .portfolio-content .content .row .col-lg-4 {
    padding: 0 15px !important;
  }
  .home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card {
    margin-top: 130px;
  }
  .home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card .img {
    height: 250px;
  }
  .home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card .info {
    opacity: 1;
  }
  .home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card .info::before {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .home-style10 .tc-portfolio-style25 .portfolio-content .content .portfolio-card .info .cont {
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .home-style10 .tc-portfolio-style25 .portfolio-content .button_su {
    margin-top: 150px !important;
  }
}
.home-style10 .tc-awards-style25 {
  position: relative;
  padding: 120px 0;
  background-color: #000;
  color: #fff;
}
.home-style10 .tc-awards-style25::after {
  position: absolute;
  content: "";
  right: 170px;
  top: -30px;
  width: 60px;
  height: 60px;
  background-image: url(../img/home_10/awards_line.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.home-style10 .tc-awards-style25 .content {
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
}
.home-style10 .tc-awards-style25 .content .award-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
}
.home-style10 .tc-awards-style25 .content .award-card:hover {
  border-color: #fff;
}
.home-style10 .tc-awards-style25 .content .award-card .item {
  padding: 30px 0;
}
.home-style10 .tc-awards-style25 .content .award-card .item:nth-of-type(1) {
  width: 20%;
}
.home-style10 .tc-awards-style25 .content .award-card .item:nth-of-type(2) {
  width: 15%;
}
.home-style10 .tc-awards-style25 .content .award-card .item:nth-of-type(3) {
  width: 15%;
}
.home-style10 .tc-awards-style25 .content .award-card .item:nth-of-type(4) {
  width: 15%;
}
.home-style10 .tc-awards-style25 .content .award-card .item h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.home-style10 .tc-awards-style25 .content .award-card .item p {
  font-size: 14px;
  color: #999;
}
.home-style10 .tc-awards-style25 .hover-reveal {
  left: 60% !important;
  width: 350px;
  height: 350px;
  border-radius: 0;
  overflow: visible !important;
  position: fixed;
}
@media screen and (max-width: 991px) {
  .home-style10 .tc-awards-style25 .content .award-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
  }
  .home-style10 .tc-awards-style25 .content .award-card .item {
    width: 100% !important;
    padding: 10px 0;
  }
  .home-style10 .tc-awards-style25 .hover-reveal {
    display: none !important;
  }
}
.home-style10 .tc-partners-style25 {
  padding: 120px 0;
}
.home-style10 .tc-partners-style25 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
}
.home-style10 .tc-partners-style25 .logos .logo {
  width: calc(20% - 40px);
  margin-top: 30px;
  padding: 28px;
  height: 90px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
}
.home-style10 .tc-partners-style25 .logos .logo:hover {
  border-color: var(--color-red3);
}
.home-style10 .tc-partners-style25 .logos .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-style10 .tc-partners-style25 .contact-info {
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .home-style10 .tc-partners-style25 .logos {
    padding-bottom: 50px;
  }
  .home-style10 .tc-partners-style25 .logos .logo {
    width: 100%;
    padding: 10px;
    height: 50px;
  }
}
.home-style10 .tc-Testimonials-style25 {
  padding: 120px 0 180px;
  background-color: #edf1f5;
  overflow: hidden;
}
.home-style10 .tc-Testimonials-style25 .Testimonial-card {
  position: relative;
  padding: 45px;
  border-radius: 10px;
  background-color: #f9fbfc;
}
.home-style10 .tc-Testimonials-style25 .Testimonial-card .user-rate {
  position: relative;
}
.home-style10 .tc-Testimonials-style25 .Testimonial-card .user-rate::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 35px;
  width: 100px;
  height: 1px;
  background-color: var(--color-red3);
}
.home-style10 .tc-Testimonials-style25 .Testimonial-card .user-rate .user {
  position: relative;
  left: -80px;
}
.home-style10 .tc-Testimonials-style25 .Testimonial-card .card-num {
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 160px;
  color: #fff;
  text-shadow: 0px 16px 32px rgba(0, 0, 0, 0.0588235294);
  line-height: 1;
  -webkit-transform: translate(0%, 50%);
      -ms-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
  font-weight: bold;
}
.home-style10 .tc-Testimonials-style25 .tc-Testimonials-slider25 {
  position: relative;
}
.home-style10 .tc-Testimonials-style25 .swiper-next,
.home-style10 .tc-Testimonials-style25 .swiper-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(153, 153, 153, 0.6);
  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: 18px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
.home-style10 .tc-Testimonials-style25 .swiper-next:hover,
.home-style10 .tc-Testimonials-style25 .swiper-prev:hover {
  background-color: var(--color-red3);
  border-color: var(--color-red3);
  color: #fff;
}
@media screen and (max-width: 991px) {
  .home-style10 .tc-Testimonials-style25 .Testimonial-card .user-rate .user {
    left: 0;
  }
}
.home-style10 .tc-blog-style25 {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.home-style10 .tc-blog-style25 .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  pointer-events: none;
}
.home-style10 .tc-blog-style25 .lines span {
  height: 100%;
  width: 1px;
  background-color: rgba(153, 153, 153, 0.0666666667);
}
.home-style10 .tc-blog-style25 .content {
  position: relative;
}
.home-style10 .tc-blog-style25 .content .blog_cube1 {
  position: absolute;
  top: -150px;
  left: -50px;
}
.home-style10 .tc-blog-style25 .content .blog_cube2 {
  position: absolute;
  bottom: -30px;
  right: -80px;
}
.home-style10 .tc-blog-style25 .content .blog-card .img {
  position: relative;
}
.home-style10 .tc-blog-style25 .content .blog-card .img .tag {
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--color-red3);
  text-transform: capitalize;
  padding: 4px 15px;
  border-radius: 30px;
  background-color: #fff;
  z-index: 5;
  font-weight: bold;
}

/* --------------- responsive --------------- */
/* ========= [ * page-home_11 ]  =========*/
/* --------------- home-style9  --------------- */
.home-style11 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000;
  /* --------------- tc-header-style26 --------------- */
  /* --------------- tc-services-text-style26 --------------- */
  /* --------------- tc-services-style26 --------------- */
  /* --------------- tc-partners-style26 --------------- */
  /* --------------- tc-story-style26 --------------- */
  /* --------------- tc-testimonials-style26 --------------- */
  /* --------------- tc-pricing-style26 --------------- */
  /* --------------- tc-partners-style26 --------------- */
  /* --------------- tc-blog-style26 --------------- */
  /* --------------- tc-contact-style26 --------------- */
}
.home-style11 h1, .home-style11 h2, .home-style11 h3, .home-style11 h4, .home-style11 h5, .home-style11 h6, .home-style11 .butn {
  font-family: "Oswald", sans-serif;
}
.home-style11 .tc-header-style26 {
  position: relative;
}
.home-style11 .tc-header-style26 .back_shap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 100px;
     object-position: 0 100px;
  pointer-events: none;
}
.home-style11 .tc-header-style26 .content {
  background-color: #ecf0f3;
  padding: 130px 0 160px;
  position: relative;
}
.home-style11 .tc-header-style26 .social-links {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-style11 .tc-header-style26 .social-links a {
  position: relative;
  z-index: 20;
  margin: 30px 50px;
  text-transform: uppercase;
  color: #acb2b7;
  font-weight: bold;
  display: block;
}
.home-style11 .tc-header-style26 .social-links a:hover {
  color: var(--color-blue4);
}
.home-style11 .tc-header-style26 .info {
  position: relative;
}
.home-style11 .tc-header-style26 .info h1 {
  font-size: 95px;
  text-transform: uppercase;
  font-weight: bolder;
  position: relative;
  z-index: 5;
  line-height: 1.1;
}
.home-style11 .tc-header-style26 .info .mirror {
  font-family: "Oswald", sans-serif;
  font-size: 95px;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 1.1;
  margin-left: 5px;
  color: transparent !important;
  -webkit-text-stroke: 1px #d5dbdf;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
}
.home-style11 .tc-header-style26 .info .mirror * {
  color: transparent !important;
  -webkit-text-stroke: 1px #d5dbdf;
}
.home-style11 .tc-header-style26 .img {
  position: relative;
}
.home-style11 .tc-header-style26 .img::after {
  position: absolute;
  content: "";
  top: -80px;
  right: -80px;
  width: 80px;
  height: 80px;
  background-color: var(--color-blue4);
  z-index: 5;
}
.home-style11 .tc-header-style26 .img .main-img {
  position: relative;
  z-index: 3;
}
.home-style11 .tc-header-style26 .img .head_dots {
  position: absolute;
  width: 190px;
  height: 190px;
  right: -65px;
  bottom: -65px;
}
.home-style11 .tc-header-style26 .img .logo_mark {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #fff;
  padding: 25px;
  z-index: 5;
}
.home-style11 .tc-header-style26 .img .float_img {
  position: absolute;
  top: 75%;
  right: 40%;
  z-index: 5;
  width: 520px;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-style11 .tc-header-style26 .logos {
  padding: 40px 0;
  background-color: #fff;
}
.home-style11 .tc-header-style26 .logos .logos-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-style11 .tc-header-style26 .logos .logos-cont h6 {
  color: #d0d0d0;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-style11 .tc-header-style26 .logos .logos-cont .logo {
  width: 100px;
  -webkit-margin-start: 35px;
          margin-inline-start: 35px;
}
.home-style11 .tc-header-style26 .logos .logos-cont .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-style11 .tc-about-style26 {
  padding: 120px 0;
}
.home-style11 .tc-about-style26 .top-info {
  padding-bottom: 100px;
}
.home-style11 .tc-about-style26 .top-info h2 {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.home-style11 .tc-about-style26 .top-info .circle-text {
  position: relative;
  height: 100%;
  min-height: 130px;
}
.home-style11 .tc-about-style26 .top-info .circle-text .rotate-text {
  -webkit-animation: rotateText 15s linear infinite;
          animation: rotateText 15s linear infinite;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: calc(50% - 65px);
  top: calc(50% - 65px);
}
.home-style11 .tc-about-style26 .top-info .circle-text .rotate-circle svg {
  width: 130px;
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.home-style11 .tc-about-style26 .top-info .circle-text .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-style11 .tc-services-style26 {
  position: relative;
  padding: 120px 0;
}
.home-style11 .tc-services-style26::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 390px;
  background-color: #ecf0f3;
}
.home-style11 .tc-services-style26 .lg-title {
  color: #fafbfb;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 160px;
  letter-spacing: 30px;
  font-weight: bolder;
  text-transform: uppercase;
  z-index: 0;
  pointer-events: none;
}
.home-style11 .tc-services-style26 .lg-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf0f3), to(transparent));
  background-image: -o-linear-gradient(top, #ecf0f3, transparent);
  background-image: linear-gradient(to bottom, #ecf0f3, transparent);
}
.home-style11 .tc-services-style26 .services-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 10;
}
.home-style11 .tc-services-style26 .services-title .main-tilte {
  -webkit-padding-end: 200px;
          padding-inline-end: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.home-style11 .tc-services-style26 .services-title .main-tilte::after {
  position: absolute;
  content: "";
  right: 50px;
  top: 50%;
  width: 100px;
  height: 1px;
  background-color: var(--color-blue4);
}
.home-style11 .tc-services-style26 .services-title p {
  max-width: 40%;
}
.home-style11 .tc-services-style26 .content {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.home-style11 .tc-services-style26 .content .service-card {
  position: relative;
  text-align: center;
  padding: 50px 30px;
  background-color: #fff;
}
.home-style11 .tc-services-style26 .content .service-card .num {
  font-size: 150px;
  color: transparent !important;
  -webkit-text-stroke: 1px #d5dbdf;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  opacity: 0.3;
}
.home-style11 .tc-services-style26 .content .service-card .icon {
  height: 65px;
  position: relative;
  z-index: 10;
}
.home-style11 .tc-services-style26 .content .service-card .info {
  position: relative;
  z-index: 10;
}
.home-style11 .tc-partners-style26 {
  position: relative;
  padding-bottom: 160px;
}
.home-style11 .tc-partners-style26::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 100px;
  background-color: var(--color-blue4);
}
.home-style11 .tc-partners-style26 .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.home-style11 .tc-partners-style26 .content .logo {
  width: 170px;
  opacity: 0.3;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.home-style11 .tc-partners-style26 .content .logo:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.home-style11 .tc-partners-style26 .content .float-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  padding: 5px 10px;
  background-color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}
.home-style11 .tc-story-style26 {
  padding: 120px 0;
}
.home-style11 .tc-story-style26 .img {
  position: relative;
}
.home-style11 .tc-story-style26 .img .play-btn {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-blue4);
  z-index: 2;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.home-style11 .tc-story-style26 .numbers .row .col-6:last-of-type .progress-card .progress-line {
  width: 90%;
}
.home-style11 .tc-story-style26 .numbers .num-card .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-style11 .tc-story-style26 .numbers .num-card .cont h2 {
  font-size: 50px;
  color: transparent !important;
  -webkit-text-stroke: 1px #000;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  line-height: 1;
}
.home-style11 .tc-story-style26 .numbers .num-card .progress-card {
  height: 4px;
  width: 100%;
  background-color: #ededed;
  margin-top: 20px;
  position: relative;
}
.home-style11 .tc-story-style26 .numbers .num-card .progress-card .progress-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
  background-color: var(--color-blue4);
}
.home-style11 .tc-story-style26 .tc-story-imgs-slider26 {
  position: relative;
}
.home-style11 .tc-story-style26 .tc-story-imgs-slider26 .swiper-pagination {
  position: absolute;
  width: 10px;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.home-style11 .tc-story-style26 .tc-story-imgs-slider26 .swiper-pagination .swiper-pagination-bullet {
  height: 25px;
  width: 4px;
  border-radius: 5px;
  background-color: #b9b3b3;
}
.home-style11 .tc-story-style26 .tc-story-imgs-slider26 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 35px;
  background-color: var(--color-blue4);
}
.home-style11 .tc-testimonials-style26 {
  position: relative;
}
.home-style11 .tc-testimonials-style26 .icon_1 {
  position: absolute;
  left: 30%;
  bottom: 50px;
}
.home-style11 .tc-testimonials-style26 .icon_2 {
  position: absolute;
  right: 75px;
  top: -90px;
}
.home-style11 .tc-testimonials-style26 .content {
  background-color: #0141de;
  padding: 120px;
  color: #fff;
}
.home-style11 .tc-testimonials-style26 .content .info {
  position: relative;
  z-index: 10;
}
.home-style11 .tc-testimonials-style26 .content .testimonials-card {
  position: relative;
  z-index: 10;
}
.home-style11 .tc-testimonials-style26 .content .testimonials-card .stars {
  margin-bottom: 15px;
}
.home-style11 .tc-testimonials-style26 .content .testimonials-card .stars i {
  margin: 5px;
}
.home-style11 .tc-testimonials-style26 .content .testimonials-card .text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}
.home-style11 .tc-testimonials-style26 .content .testimonials-card .progress-card {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1333333333);
  margin-top: 20px;
  position: relative;
}
.home-style11 .tc-testimonials-style26 .content .testimonials-card .progress-card .progress-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
  background-color: #fff;
}
.home-style11 .tc-testimonials-style26 .content .testimonials-card .client {
  padding-top: 30px;
}
.home-style11 .tc-testimonials-style26 .content .testimonials-card .client .info h6 {
  font-size: 18px;
  margin-bottom: 5px;
}
.home-style11 .tc-testimonials-style26 .content .testimonials-card .client .info small {
  font-size: 14px;
  color: #98b3f5;
}
.home-style11 .tc-pricing-style26 {
  padding: 120px 0;
}
.home-style11 .tc-pricing-style26 .toggle_switch .form-check-input {
  pointer-events: none;
}
.home-style11 .tc-pricing-style26 .pricing-card {
  position: relative;
  padding: 50px;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  margin-top: 40px;
}
.home-style11 .tc-pricing-style26 .pricing-card h6 {
  font-size: 14px;
  font-weight: bold;
}
.home-style11 .tc-pricing-style26 .pricing-card h2 {
  font-size: 60px;
  color: var(--color-blue4);
  font-weight: bold;
  margin-bottom: 30px;
}
.home-style11 .tc-pricing-style26 .pricing-card p {
  font-size: 16px;
  color: #777;
}
.home-style11 .tc-pricing-style26 .pricing-card ul {
  padding: 20px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.home-style11 .tc-pricing-style26 .pricing-card ul li {
  margin: 10px 0;
}
.home-style11 .tc-pricing-style26 .pricing-card.active {
  border: 1px solid var(--color-blue4);
}
.home-style11 .tc-pricing-style26 .pricing-card.active::after {
  position: absolute;
  content: "";
  left: 30px;
  bottom: -20px;
  width: calc(100% - 60px);
  height: 20px;
  border: 1px solid var(--color-blue4);
  border-top: 0;
}
.home-style11 .tc-call-action-style26 {
  position: relative;
  padding: 150px 0;
  color: #fff;
  background-image: url(../img/home_11/call_action.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.home-style11 .tc-call-action-style26::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.home-style11 .tc-call-action-style26 .info {
  position: relative;
  z-index: 10;
}
.home-style11 .tc-blog-style26 {
  position: relative;
  padding: 120px 0;
}
.home-style11 .tc-blog-style26::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background-color: #ecf0f3;
}
.home-style11 .tc-blog-style26 .lg-title {
  color: #fafbfb;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 130px;
  letter-spacing: 30px;
  font-weight: bolder;
  text-transform: uppercase;
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
}
.home-style11 .tc-blog-style26 .lg-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf0f3), to(transparent));
  background-image: -o-linear-gradient(top, #ecf0f3, transparent);
  background-image: linear-gradient(to bottom, #ecf0f3, transparent);
}
.home-style11 .tc-blog-style26 .blog-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 10;
}
.home-style11 .tc-blog-style26 .blog-title .main-tilte {
  -webkit-padding-end: 200px;
          padding-inline-end: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.home-style11 .tc-blog-style26 .blog-title .main-tilte::after {
  position: absolute;
  content: "";
  right: 50px;
  top: 50%;
  width: 100px;
  height: 1px;
  background-color: var(--color-blue4);
}
.home-style11 .tc-blog-style26 .blog-title p {
  max-width: 40%;
}
.home-style11 .tc-blog-style26 .blog-card {
  position: relative;
}
.home-style11 .tc-blog-style26 .blog-card:hover::before {
  opacity: 0;
}
.home-style11 .tc-blog-style26 .blog-card:hover::after {
  opacity: 0.8;
}
.home-style11 .tc-blog-style26 .blog-card::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: -o-linear-gradient(top, transparent, #000);
  background-image: linear-gradient(to bottom, transparent, #000);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style11 .tc-blog-style26 .blog-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--color-blue4)));
  background-image: -o-linear-gradient(top, transparent, var(--color-blue4));
  background-image: linear-gradient(to bottom, transparent, var(--color-blue4));
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.home-style11 .tc-blog-style26 .blog-card .img {
  height: 430px;
}
.home-style11 .tc-blog-style26 .blog-card .info {
  position: absolute;
  padding: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
}
.home-style11 .tc-contact-style26 {
  padding-bottom: 120px;
}
.home-style11 .tc-contact-style26 .map {
  position: relative;
}
.home-style11 .tc-contact-style26 .contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.home-style11 .tc-contact-style26 .contact-form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 0;
  padding: 0;
  min-height: 50px;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .home-style11 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style11 .mb-80 {
    margin-bottom: 40px !important;
  }
  .home-style11 .tc-header-style26,
.home-style11 .tc-services-style26,
.home-style11 .tc-blog-style26 {
    overflow: hidden;
  }
  .home-style11 .tc-header-style26 .content {
    padding-top: 100px;
  }
  .home-style11 .tc-header-style26 .info .mirror, .home-style11 .tc-header-style26 .info h1 {
    font-size: 50px;
  }
  .home-style11 .tc-header-style26 .img .float_img {
    top: 50%;
    height: 250px;
  }
  .home-style11 .tc-header-style26 .logos .logos-cont h6 br {
    display: block;
  }
  .home-style11 .tc-header-style26 .social-links {
    top: auto;
    bottom: 20px;
    left: 20px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .home-style11 .tc-header-style26 .social-links a {
    display: inline-block;
    margin: 5px;
  }
  .home-style11 .tc-services-style26 .lg-title,
.home-style11 .tc-blog-style26 .lg-title {
    display: none;
  }
  .home-style11 .tc-about-style26 {
    padding: 50px 0;
  }
  .home-style11 .tc-about-style26 .top-info {
    padding-bottom: 50px;
  }
  .home-style11 .tc-about-style26 .top-info h2 {
    font-size: 20px;
  }
  .home-style11 .tc-services-style26 {
    padding: 50px 0;
  }
  .home-style11 .tc-services-style26 .services-title .main-tilte::after {
    display: none;
  }
  .home-style11 .tc-services-style26 .services-title p {
    max-width: 100%;
  }
  .home-style11 .tc-services-style26 .border-end {
    -webkit-border-end: 0 !important;
            border-inline-end: 0 !important;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  }
  .home-style11 .tc-partners-style26 .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-style11 .tc-partners-style26 .content .logo {
    width: 40%;
    margin: 10px 0;
  }
  .home-style11 .tc-partners-style26 .content .float-text {
    white-space: nowrap;
  }
  .home-style11 .tc-story-style26 {
    padding: 50px 0;
  }
  .home-style11 .tc-story-style26 .img {
    height: 300px !important;
  }
  .home-style11 .tc-testimonials-style26 .content {
    padding: 60px 30px;
  }
  .home-style11 .tc-testimonials-style26 .content .icon_2 {
    top: -40px;
    width: 100px;
  }
  .home-style11 .tc-pricing-style26 {
    padding: 50px 0;
  }
  .home-style11 .tc-pricing-style26 .pricing-card {
    padding: 40px 30px;
  }
  .home-style11 .tc-call-action-style26 {
    padding: 100px 0;
  }
  .home-style11 .tc-blog-style26 {
    padding: 50px 0;
  }
  .home-style11 .tc-blog-style26 .blog-title .main-tilte::after {
    display: none;
  }
  .home-style11 .tc-blog-style26 .blog-title p {
    max-width: 100%;
  }
  .home-style11 .tc-contact-style26 .map {
    margin-bottom: 50px;
  }
  .home-style11 .tc-contact-style26 .map iframe {
    height: 300px;
  }
}
/* ========= [ * page-home_12 ]  =========*/
/* --------------- home-style9  --------------- */
.home-style12 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000;
  /* --------------- tc-header-style27 --------------- */
  /* --------------- tc-contact-info-slider27 --------------- */
  /* --------------- tc-about-style27 --------------- */
  /* --------------- tc-projects-style27 --------------- */
  /* --------------- tc-services-style27 --------------- */
  /* --------------- tc-testimonials-style27 --------------- */
  /* --------------- tc-contact-style27 --------------- */
  /* --------------- tc-footer-style14 just edit --------------- */
  /* --------------- tc-blog-style27 --------------- */
  /* --------------- tc-contact-style27 --------------- */
}
.home-style12 h1, .home-style12 h2, .home-style12 h3, .home-style12 h4, .home-style12 h5, .home-style12 h6 {
  font-family: "roxborough_bold", sans-serif;
}
.home-style12 .tc-header-style27 {
  position: relative;
  padding-top: 60px;
  margin-bottom: 200px;
  overflow: hidden;
}
.home-style12 .tc-header-style27 .info {
  position: relative;
}
.home-style12 .tc-header-style27 .info h1 {
  position: relative;
  font-size: 110px;
}
.home-style12 .tc-header-style27 .info .hero-img {
  margin-bottom: -50px;
}
.home-style12 .tc-header-style27 .shap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}
.home-style12 .tc-header-style27 .circle-text {
  position: absolute;
  height: 120px;
  left: 0;
  bottom: 10px;
}
.home-style12 .tc-header-style27 .circle-text .rotate-text {
  -webkit-animation: rotateText 15s linear infinite;
          animation: rotateText 15s linear infinite;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.home-style12 .tc-header-style27 .circle-text .rotate-circle svg {
  width: 120px;
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.home-style12 .tc-header-style27 .circle-text .icon {
  position: relative;
  left: 51px;
  bottom: 26px;
}
.home-style12 .tc-info-marquee-style27 {
  padding: 40px 0;
  background-color: var(--color-red4);
  color: #fff;
}
.home-style12 .tc-info-marquee-style27 .lg-text {
  display: block;
  font-size: 40px;
  font-weight: bold;
  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;
}
.home-style12 .tc-info-marquee-style27 .lg-text:hover strong {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.home-style12 .tc-info-marquee-style27 .lg-text strong {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style12 .tc-info-marquee-style27 .lg-text .mirror {
  margin-top: -56px;
  margin-right: -4px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.home-style12 .tc-info-marquee-style27 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
     transition-timing-function: linear !important;
  position: relative;
}
.home-style12 .tc-about-style27 {
  position: relative;
  z-index: 10;
  padding: 140px 0;
}
.home-style12 .tc-about-style27 .lg_ltr {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 400px;
  text-transform: uppercase;
  color: #f2f2f2;
  z-index: -1;
}
.home-style12 .tc-about-style27 .info {
  margin-top: -80px;
}
.home-style12 .tc-about-style27 .info h2 {
  font-size: 50px;
  line-height: 1.4;
}
.home-style12 .tc-about-style27 .partners {
  margin-top: 130px;
}
.home-style12 .tc-about-style27 .partners .logos {
  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;
}
.home-style12 .tc-about-style27 .partners .logos .logo {
  max-height: 40px;
  opacity: 0.2;
}
.home-style12 .tc-about-style27 .partners .logos .logo:hover {
  opacity: 1;
}
.home-style12 .tc-projects-style27 {
  position: relative;
  padding: 140px 0;
  background-color: #f5f5f5;
}
.home-style12 .tc-projects-style27 .content {
  position: relative;
}
.home-style12 .tc-projects-style27 .content .feature-item {
  display: block;
}
.home-style12 .tc-projects-style27 .content .feature-item .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.home-style12 .tc-projects-style27 .content .feature-item .cont h2 {
  font-weight: bold;
  font-size: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style12 .tc-projects-style27 .content .feature-item .cont h2 .arrow-icon {
  font-size: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg) scale(0);
      -ms-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  opacity: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style12 .tc-projects-style27 .content .feature-item .cont h2 small {
  font-size: 14px;
  color: #d2d2d2;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  position: relative;
  top: 10px;
}
.home-style12 .tc-projects-style27 .content .feature-item:hover {
  background-color: #000;
  color: #fff;
}
.home-style12 .tc-projects-style27 .content .feature-item:hover .cont h2 {
  color: #fff;
}
.home-style12 .tc-projects-style27 .content .feature-item:hover .cont h2 .arrow-icon {
  -webkit-transform: rotate(-45deg) scale(1);
      -ms-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  width: 40px;
  opacity: 1;
}
.home-style12 .tc-projects-style27 .content .feature-item:hover .cont p {
  color: var(--color-red4) !important;
}
.home-style12 .tc-projects-style27 .content .feature-item:last-of-type {
  border: 0;
}
.home-style12 .tc-projects-style27 .hover-reveal {
  left: 47% !important;
  width: 500px;
  height: 375px;
  border-radius: 0;
  overflow: hidden;
  z-index: 50;
}
.home-style12 .tc-services-style27 .service-item {
  position: relative;
  padding: 140px 30px;
}
.home-style12 .tc-services-style27 .service-item:hover .arrow {
  opacity: 1;
}
.home-style12 .tc-services-style27 .service-item:hover a .text {
  opacity: 1;
}
.home-style12 .tc-services-style27 .service-item:hover a .icon-hover {
  opacity: 1;
}
.home-style12 .tc-services-style27 .service-item:hover a .icon {
  opacity: 0;
}
.home-style12 .tc-services-style27 .service-item .arrow {
  position: absolute;
  right: 40px;
  top: 40px;
  color: var(--color-red4);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style12 .tc-services-style27 .service-item .num {
  font-size: 100px;
  color: var(--color-red4);
  margin-bottom: 30px;
}
.home-style12 .tc-services-style27 .service-item h5 {
  font-size: 24px;
  margin-bottom: 20px;
}
.home-style12 .tc-services-style27 .service-item p {
  font-size: 14px;
  color: #777;
  margin-bottom: 30px;
}
.home-style12 .tc-services-style27 .service-item a {
  position: relative;
  font-size: 16px;
  color: #000;
}
.home-style12 .tc-services-style27 .service-item a .text {
  opacity: 0;
}
.home-style12 .tc-services-style27 .service-item a .icon-hover {
  position: absolute;
  top: 8px;
  left: 0;
  opacity: 0;
}
.home-style12 .tc-testimonials-style27 {
  position: relative;
  padding: 140px 0;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.home-style12 .tc-testimonials-style27::after {
  position: absolute;
  content: "";
  width: 1200px;
  height: 1200px;
  border-radius: 50%;
  max-width: 70vw;
  max-height: 70vw;
  background-image: -o-linear-gradient(220deg, #151515, transparent);
  background-image: linear-gradient(-130deg, #151515, transparent);
  top: 200px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  pointer-events: none;
}
.home-style12 .tc-testimonials-style27 .info .icon {
  height: 85px;
  margin-bottom: 40px;
}
.home-style12 .tc-testimonials-style27 .info h4 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.home-style12 .tc-testimonials-style27 .info .numbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.home-style12 .tc-testimonials-style27 .info .numbs .item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.home-style12 .tc-testimonials-style27 .info .numbs .item p {
  font-size: 14px;
  text-transform: capitalize;
  color: #707070;
}
.home-style12 .tc-testimonials-style27 .info .numbs .item h2 {
  font-size: 50px;
}
.home-style12 .tc-testimonials-style27 .info .client-det {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.0666666667);
}
.home-style12 .tc-testimonials-style27 .slider-content {
  position: relative;
}
.home-style12 .tc-testimonials-style27 .slider-content .tc-testimonials-slider27 {
  position: relative;
  overflow: hidden;
}
.home-style12 .tc-testimonials-style27 .slider-content .swiper-next,
.home-style12 .tc-testimonials-style27 .slider-content .swiper-prev {
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3333333333);
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: calc(50% - 30px);
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style12 .tc-testimonials-style27 .slider-content .swiper-next:hover,
.home-style12 .tc-testimonials-style27 .slider-content .swiper-prev:hover {
  border-color: var(--color-red4);
  background-color: var(--color-red4);
}
.home-style12 .tc-testimonials-style27 .slider-content .swiper-next {
  right: -100px;
}
.home-style12 .tc-testimonials-style27 .slider-content .swiper-prev {
  left: -100px;
}
.home-style12 .tc-contact-style27 {
  padding: 140px 0;
}
.home-style12 .tc-contact-style27 .interested-btns {
  margin-bottom: 30px;
}
.home-style12 .tc-contact-style27 .interested-btns .form-check {
  padding: 0;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  margin-top: 15px;
}
.home-style12 .tc-contact-style27 .interested-btns .form-check .form-check-input {
  display: none;
}
.home-style12 .tc-contact-style27 .interested-btns .form-check .form-check-label {
  padding: 15px 30px;
  background-color: #f8f8f8;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.home-style12 .tc-contact-style27 .interested-btns .form-check .form-check-input:checked ~ .form-check-label {
  background-color: var(--color-red4);
  color: #fff;
}
.home-style12 .tc-contact-style27 .contact-info {
  margin-top: 60px;
}
.home-style12 .tc-contact-style27 .contact-info h2 {
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 1.4;
}
.home-style12 .tc-contact-style27 .contact-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 15px 0;
}
.home-style12 .tc-contact-style27 .contact-info ul li a:hover {
  color: var(--color-red4);
}
.home-style12 .tc-contact-style27 .contact-form {
  margin-top: 60px;
}
.home-style12 .tc-contact-style27 .contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.home-style12 .tc-contact-style27 .contact-form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 0;
  padding: 15px;
  min-height: 50px;
  font-weight: 300;
}
.home-style12 .tc-contact-style27 .contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #c6c6c6;
}
.home-style12 .tc-contact-style27 .contact-form .form-group .form-control::-moz-placeholder {
  color: #c6c6c6;
}
.home-style12 .tc-contact-style27 .contact-form .form-group .form-control:-ms-input-placeholder {
  color: #c6c6c6;
}
.home-style12 .tc-contact-style27 .contact-form .form-group .form-control::-ms-input-placeholder {
  color: #c6c6c6;
}
.home-style12 .tc-contact-style27 .contact-form .form-group .form-control::placeholder {
  color: #c6c6c6;
}
.home-style12 .tc-footer-style14 a {
  color: #777;
}
.home-style12 .tc-footer-style14 a:hover {
  color: var(--color-red4);
}
.home-style12 .tc-footer-style14 a i {
  color: #000;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .home-style12 .tc-header-style27 {
    margin-bottom: 50px;
  }
  .home-style12 .tc-header-style27 .info .hero-img {
    margin-bottom: 30px;
  }
  .home-style12 .tc-header-style27 .info h1 {
    font-size: 40px;
  }
  .home-style12 .tc-header-style27 .info h1 .circle-text {
    display: none;
  }
  .home-style12 .tc-header-style27 .info h1 .ms-100 {
    -webkit-margin-start: 0 !important;
            margin-inline-start: 0 !important;
  }
  .home-style12 .tc-info-marquee-style27 {
    overflow: hidden;
    padding: 20px 0 18px;
  }
  .home-style12 .tc-info-marquee-style27 .lg-text {
    font-size: 20px;
  }
  .home-style12 .tc-info-marquee-style27 .lg-text .mirror {
    display: none;
  }
  .home-style12 .tc-info-marquee-style27 .lg-text strong {
    opacity: 1;
  }
  .home-style12 .tc-about-style27 {
    padding: 50px 0;
  }
  .home-style12 .tc-about-style27 .img {
    height: 250px !important;
  }
  .home-style12 .tc-about-style27 .info {
    margin-top: 30px;
  }
  .home-style12 .tc-about-style27 .info h2 {
    font-size: 25px;
  }
  .home-style12 .tc-about-style27 .partners {
    margin-top: 50px !important;
  }
  .home-style12 .tc-about-style27 .partners .partners-title {
    margin-top: 0 !important;
  }
  .home-style12 .tc-about-style27 .partners .logos {
    margin-top: 30px;
  }
  .home-style12 .tc-about-style27 .partners .logos .logo {
    margin: 0 10px;
  }
  .home-style12 .tc-projects-style27 {
    padding: 50px 0;
  }
  .home-style12 .tc-projects-style27 .content .feature-item .cont {
    display: block;
  }
  .home-style12 .tc-projects-style27 .content .feature-item .cont h2 {
    font-size: 30px;
  }
  .home-style12 .tc-projects-style27 .content .feature-item .cont h2 .arrow-icon {
    display: none;
  }
  .home-style12 .tc-projects-style27 .hover-reveal {
    display: none !important;
  }
  .home-style12 .tc-services-style27 .border-start {
    border-left: 0 !important;
  }
  .home-style12 .tc-services-style27 .border-end {
    border-right: 0 !important;
    border-bottom: 1px solid #dee2e6 !important;
  }
  .home-style12 .tc-services-style27 .service-item {
    padding: 50px 0;
  }
  .home-style12 .tc-testimonials-style27 {
    padding: 50px 0;
  }
  .home-style12 .tc-testimonials-style27 .img:not(.icon-60) {
    height: 250px !important;
    margin-bottom: 30px;
  }
  .home-style12 .tc-testimonials-style27 .info h4 {
    font-size: 20px;
  }
  .home-style12 .tc-testimonials-style27 .info .icon {
    height: 50px;
  }
  .home-style12 .tc-testimonials-style27 .info .numbs .item h2 {
    font-size: 16px;
  }
  .home-style12 .tc-testimonials-style27 .info .client-det {
    padding-bottom: 0;
  }
  .home-style12 .tc-contact-style27 {
    padding: 50px 0;
  }
  .home-style12 .tc-contact-style27 .contact-info {
    margin-top: 30px;
  }
  .home-style12 .tc-contact-style27 .contact-info h2 {
    font-size: 30px;
  }
}
/* ========= [ * page-home_13 ]  =========*/
/* --------------- home-style9  --------------- */
.home-style13 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000;
  /* --------------- tc-header-style28 --------------- */
  /* --------------- tc-services-style28 --------------- */
  /* --------------- tc-about-style28 --------------- */
  /* --------------- tc-projects-style28 --------------- */
  /* --------------- tc-testimonials-style28 --------------- */
  /* --------------- tc-contact-style28 --------------- */
  /* --------------- tc-blog-style28 --------------- */
}
.home-style13 .tc-header-style28 {
  position: relative;
  padding: 120px 0;
  background-color: #f5f7f9;
}
.home-style13 .tc-header-style28 .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.home-style13 .tc-header-style28 .lines span {
  width: 1px;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.0666666667);
}
.home-style13 .tc-header-style28 .lg_text {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 400px;
  color: #fcfdfd;
  font-weight: bold;
  line-height: 0.85;
  pointer-events: none;
}
.home-style13 .tc-header-style28 .lg_text::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f7f9), to(transparent));
  background-image: -o-linear-gradient(bottom, #f5f7f9, transparent);
  background-image: linear-gradient(to top, #f5f7f9, transparent);
  pointer-events: none;
}
.home-style13 .tc-header-style28 .info h1 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
}
.home-style13 .tc-header-style28 .info .text {
  font-size: 18px;
  color: #777;
}
.home-style13 .tc-header-style28 .info .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  height: 60px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
}
.home-style13 .tc-header-style28 .info .form-group .icon {
  margin: 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-style13 .tc-header-style28 .info .form-group input {
  background: transparent;
  border: 0;
  width: 100%;
}
.home-style13 .tc-header-style28 .info .form-group button {
  background-color: var(--color-green1);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style13 .tc-header-style28 .info .form-group button:hover {
  background-color: #000;
}
.home-style13 .tc-header-style28 .imgs .img {
  position: relative;
  overflow: hidden;
}
.home-style13 .tc-header-style28 .imgs .img.img_1 {
  height: 280px;
  border-radius: 0 80px 0 80px;
  margin-bottom: 30px;
}
.home-style13 .tc-header-style28 .imgs .img.img_2 {
  height: 300px;
  border-radius: 80px 0 80px 0;
}
.home-style13 .tc-header-style28 .imgs .img.img_3 {
  height: 440px;
  border-radius: 0 80px 0 80px;
}
.home-style13 .tc-header-style28 .circle-text {
  position: relative;
  height: 120px;
  left: 0;
  bottom: 10px;
}
.home-style13 .tc-header-style28 .circle-text .rotate-text {
  -webkit-animation: rotateText 15s linear infinite;
          animation: rotateText 15s linear infinite;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.home-style13 .tc-header-style28 .circle-text .rotate-circle svg {
  width: 120px;
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.home-style13 .tc-header-style28 .circle-text .icon {
  position: absolute;
  right: 34px;
  bottom: 40px;
  background: var(--color-green1);
  border-radius: 50%;
  padding: 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
}
.home-style13 .tc-services-style28 {
  padding: 120px 0;
}
.home-style13 .tc-services-style28 .links {
  text-align: center;
}
.home-style13 .tc-services-style28 .links .content {
  display: inline-block;
  padding: 15px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 50px;
  margin-bottom: 70px;
}
.home-style13 .tc-services-style28 .links .content a {
  margin: 0 30px;
  font-weight: bold;
}
.home-style13 .tc-services-style28 .links .content a:hover {
  text-decoration: underline;
}
.home-style13 .tc-services-style28 .service-card {
  position: relative;
  text-align: center;
  padding: 0 30px;
  margin-top: 50px;
}
.home-style13 .tc-services-style28 .service-card .num {
  font-size: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-text-stroke: 1px rgba(153, 153, 153, 0.0666666667);
  z-index: -1;
  color: transparent;
  line-height: 0.5;
}
.home-style13 .tc-services-style28 .service-card .icon {
  width: 100px;
  height: 100px;
  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;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1019607843);
  margin: 0 auto;
}
.home-style13 .tc-about-style28 {
  padding: 120px 0;
  background-color: #f5f7f9;
}
.home-style13 .tc-about-style28 .imgs {
  position: relative;
  height: 600px;
  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;
}
.home-style13 .tc-about-style28 .imgs::after {
  position: absolute;
  content: "";
  left: 15px;
  bottom: 40px;
  width: 65px;
  height: 65px;
  border-radius: 25px 0 25px 0;
  background-color: var(--color-green1);
}
.home-style13 .tc-about-style28 .imgs .dots {
  position: absolute;
  right: 40px;
  top: 40px;
  background-image: url(../img/home_13/dots.png);
  background-size: 220px;
  background-repeat: repeat;
  background-attachment: fixed;
  width: 250px;
  height: 250px;
}
.home-style13 .tc-about-style28 .imgs .main-img {
  position: relative;
  width: 480px;
  height: 350px;
  overflow: hidden;
  border-radius: 0 50px 0 50px;
  z-index: 5;
  -webkit-box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.1333333333);
          box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.1333333333);
}
.home-style13 .tc-about-style28 .imgs .sub-img1 {
  position: absolute;
  left: 0;
  top: 50px;
  width: 220px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}
.home-style13 .tc-about-style28 .imgs .sub-img2 {
  position: absolute;
  right: 250px;
  top: 0;
  width: 170px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.home-style13 .tc-about-style28 .imgs .sub-img3 {
  position: absolute;
  right: 50px;
  bottom: 30px;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.home-style13 .tc-about-style28 .imgs .button_su {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.home-style13 .tc-about-style28 .info .nav-pills {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 50px;
  margin-bottom: 30px;
}
.home-style13 .tc-about-style28 .info .nav-pills .nav-item .nav-link {
  margin: 0 25px;
  font-weight: bold;
  padding: 0;
  background: transparent;
  color: #000;
}
.home-style13 .tc-about-style28 .info .nav-pills .nav-item .nav-link:hover, .home-style13 .tc-about-style28 .info .nav-pills .nav-item .nav-link.active {
  text-decoration: underline;
}
.home-style13 .tc-about-style28 .info .tab-content .text {
  font-size: 18px;
  color: #777;
  margin-bottom: 40px;
}
.home-style13 .tc-about-style28 .info .tab-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.home-style13 .tc-about-style28 .info .tab-content ul li i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5px;
}
.home-style13 .tc-projects-style28 {
  padding: 120px 0;
}
.home-style13 .tc-projects-style28 .project-card .img {
  height: 260px;
  border-radius: 15px;
  overflow: hidden;
}
.home-style13 .tc-projects-style28 .arrows a {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  margin: 0 3px;
}
.home-style13 .tc-projects-style28 .arrows a:hover {
  background-color: var(--color-green1);
  color: #fff;
}
.home-style13 .tc-testimonials-style28 {
  position: relative;
  padding: 120px 0;
  background-color: #f1f3f5;
  overflow: hidden;
}
.home-style13 .tc-testimonials-style28 .lg_text {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 300px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
.home-style13 .tc-testimonials-style28 .lg_text::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f1f3f5), to(transparent));
  background-image: -o-linear-gradient(bottom, #f1f3f5, transparent);
  background-image: linear-gradient(to top, #f1f3f5, transparent);
  pointer-events: none;
}
.home-style13 .tc-testimonials-style28 .swiper-notification {
  display: none;
}
.home-style13 .tc-testimonials-style28 .testimonial-card {
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
}
.home-style13 .tc-testimonials-style28 .testimonial-card .main-img {
  height: 620px;
}
.home-style13 .tc-testimonials-style28 .testimonial-card .info {
  position: relative;
  padding: 70px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.home-style13 .tc-testimonials-style28 .testimonial-card .info .float_icon {
  position: absolute;
  right: 50px;
  top: 50px;
}
.home-style13 .tc-testimonials-style28 .testimonial-card .info .cont {
  position: relative;
  z-index: 2;
}
.home-style13 .tc-testimonials-style28 .testimonial-card .info .cont h4 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.home-style13 .tc-testimonials-style28 .testimonial-card .info .cont .numbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.home-style13 .tc-testimonials-style28 .testimonial-card .info .cont .numbs .item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.home-style13 .tc-testimonials-style28 .testimonial-card .info .cont .numbs .item p {
  font-size: 14px;
  text-transform: capitalize;
  color: #707070;
}
.home-style13 .tc-testimonials-style28 .testimonial-card .info .cont .numbs .item h2 {
  font-size: 50px;
}
.home-style13 .tc-testimonials-style28 .testimonial-card .info .cont .progress-bar {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
}
.home-style13 .tc-testimonials-style28 .testimonial-card .info .cont .progress-bar span {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-color: var(--color-green1);
}
.home-style13 .tc-testimonials-style28 .testimonial-card .info .cont .client-det {
  padding: 40px 0 0;
}
.home-style13 .tc-testimonials-style28 .logos {
  padding: 45px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: inset 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
}
.home-style13 .tc-testimonials-style28 .logos .logo {
  height: 45px;
  opacity: 40%;
}
.home-style13 .tc-testimonials-style28 .logos .logo:hover {
  opacity: 1;
}
.home-style13 .tc-contact-style28 {
  padding: 120px 0;
}
.home-style13 .tc-contact-style28 .info h2 {
  font-size: 50px;
}
.home-style13 .tc-contact-style28 .info h2 a {
  color: transparent;
  -webkit-text-stroke: 1px var(--color-green1);
  text-decoration: underline;
}
.home-style13 .tc-blog-style28 {
  padding: 120px 0;
  background-color: #000;
  color: #fff;
}
.home-style13 .tc-blog-style28 .blog-card {
  position: relative;
  margin-top: 30px;
}
.home-style13 .tc-blog-style28 .blog-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.94118)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.94118)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.94118) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.94118) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.94118) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.94118) 100%);
}
.home-style13 .tc-blog-style28 .blog-card .img {
  height: 500px;
}
.home-style13 .tc-blog-style28 .blog-card .icons {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-style13 .tc-blog-style28 .blog-card .icons a {
  padding: 5px 15px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 50px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.home-style13 .tc-blog-style28 .blog-card .icons a.fav_btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 0.2);
  padding: 0;
  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;
}
.home-style13 .tc-blog-style28 .blog-card .info {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  section {
    padding: 50px 0 !important;
  }
  .fsz-50 {
    font-size: 30px !important;
  }
  .home-style13 .tc-header-style28 .info {
    margin-bottom: 30px;
  }
  .home-style13 .tc-header-style28 .info h1 {
    font-size: 40px;
  }
  .home-style13 .tc-header-style28 .circle-text {
    display: none;
  }
  .home-style13 .tc-services-style28 .links .content a {
    margin: 0 10px;
    font-size: 11px;
  }
  .home-style13 .tc-about-style28 .info {
    margin-top: 30px;
  }
  .home-style13 .tc-about-style28 .info .nav-pills .nav-item .nav-link {
    margin: 0 20px;
  }
  .home-style13 .tc-testimonials-style28 .testimonial-card .info {
    padding: 50px 15px;
  }
  .home-style13 .tc-testimonials-style28 .testimonial-card .info .cont h4 {
    font-size: 20px;
  }
  .home-style13 .tc-testimonials-style28 .testimonial-card .info .cont .numbs .item h2 {
    font-size: 20px;
  }
  .home-style13 .tc-testimonials-style28 .logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .home-style13 .tc-testimonials-style28 .logos .logo {
    width: 30%;
    margin: 5px 0;
  }
  .home-style13 .tc-projects-style28 {
    overflow: hidden;
  }
  .home-style13 .tc-contact-style28 .info h2 {
    font-size: 30px;
  }
  .home-style13 .lg_text {
    font-size: 20px !important;
  }
}
/* ========= [ * dark style ]  =========*/
/* -------------------- dark style ------------------------- */
.home-style1.dark-theme {
  background: #29292b;
  color: #fff;
}
.home-style1.dark-theme.body-fixed-footer main {
  background-color: #29292b !important;
}
.home-style1.dark-theme .light_item {
  display: none;
}
.home-style1.dark-theme .dark_item {
  display: block;
}
.home-style1.dark-theme .navbar.style1,
.home-style1.dark-theme .tc-header-style1 {
  background-color: #29292b;
}
.home-style1.dark-theme .navbar.style1 .logo-light,
.home-style1.dark-theme .tc-header-style1 .logo-light {
  display: none;
}
.home-style1.dark-theme .navbar.style1 .logo-dark,
.home-style1.dark-theme .tc-header-style1 .logo-dark {
  display: block;
}
.home-style1.dark-theme .tc-header-style1::after {
  display: none;
}
.home-style1.dark-theme .tc-testimonial-style1,
.home-style1.dark-theme .tc-blog-style1,
.home-style1.dark-theme .tc-contact-style1 {
  background: #0f0d0d !important;
}
.home-style1.dark-theme .tc-showreel-style1,
.home-style1.dark-theme .tc-contact-style1 .form .form-group .form-control {
  background-color: rgba(255, 255, 255, 0.0666666667);
  color: #fff;
}
.home-style1.dark-theme .navbar.style1 .navbar-nav .nav-item .nav-link,
.home-style1.dark-theme .butn span,
.home-style1.dark-theme .navbar.style1 .navbar-nav .nav-item .nav-link:hover, .home-style1.dark-theme .navbar.style1 .navbar-nav .nav-item .nav-link.active,
.home-style1.dark-theme .color-000,
.home-style1.dark-theme .tc-pricing-style1 .content .price-body .price-bodyItems .price-item span {
  color: #fff !important;
}
.home-style1.dark-theme .tc-header-style1 h1 .gr-line-throw::before {
  background: -webkit-gradient(linear, left top, right top, from(#fda803), to(#29292b));
  background: -o-linear-gradient(left, #fda803 0%, #29292b 100%);
  background: linear-gradient(to right, #fda803 0%, #29292b 100%);
}
.home-style1.dark-theme .tc-header-style1 .global {
  opacity: 0.1;
}
.home-style1.dark-theme .tc-header-style1 .bubbles {
  opacity: 0.8;
}
.home-style1.dark-theme .tc-header-style1 .barnds .img img:not(.dark_item) {
  display: none;
}
.home-style1.dark-theme .tc-showreel-style1 .content .float_box {
  background-color: #000;
}
.home-style1.dark-theme .tc-pricing-style1 .content .price-head .price-headItem.bg-light2,
.home-style1.dark-theme .tc-pricing-style1 .content .price-body .price-bodyItems .price-item.bg-light2,
.home-style1.dark-theme .tc-pricing-style1 .content .price-foot .price-footItem.bg-light2 {
  background-color: rgba(255, 255, 255, 0.0666666667) !important;
}
.home-style1.dark-theme .tc-pricing-style1 .content .price-body .price-bodyItems {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
}
.home-style1.dark-theme .color-666,
.home-style1.dark-theme .tc-testimonial-style1 .testi-card .text,
.home-style1.dark-theme .tc-projects-style1 .content .feature-item small,
.home-style1.dark-theme .tc-awards-style1 .award-card ul li a,
.home-style1.dark-theme .tc-team-style1 .team-card .info p,
.home-style1.dark-theme .tc-pricing-style1 .content .price-head .price-headItem small {
  color: #999 !important;
}

/* ========= [ * responsive style ]  =========*/
/* -------------------- responsive style ------------------------- */
@media screen and (max-width: 991px) {
  br {
    display: none;
  }
  .left_to_right_apperance {
    -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%);
  }
  .tc-awards-style1,
.tc-blog-style1,
.tc-contact-style1,
.tc-features-style1,
.tc-pricing-style1,
.tc-showreel-style1,
.tc-team-style1,
.tc-testimonial-style1,
.tc-services-style1 {
    padding: 80px 0;
  }
  .butn {
    padding: 15px 25px !important;
    font-size: 13px !important;
  }
  .butn span {
    font-size: 13px !important;
  }
  .mt-90 {
    margin-top: 40px !important;
  }
  .mob-nav-toggles {
    width: 100%;
  }
  .tc-header-style1 {
    padding-top: 30px;
  }
  .tc-header-style1 h1 {
    font-size: 35px;
  }
  .tc-header-style1 h1 img {
    width: 40px;
  }
  .tc-header-style1 h1 .gr-line-throw::before {
    height: 15px;
  }
  .tc-header-style1 .content-info {
    margin-top: 50px;
  }
  .tc-header-style1 .content-info .img {
    width: 150px;
    margin-bottom: 20px;
  }
  .tc-header-style1 .content-info h2 {
    font-size: 30px;
  }
  .tc-header-style1 .content-info p {
    font-size: 18px;
  }
  .tc-header-style1 .barnds {
    margin-top: 50px;
  }
  .tc-header-style1 .barnds .img {
    width: 25%;
    margin: 15px;
  }
  .tc-services-style1 .content .service-title {
    margin-right: 15px;
  }
  .tc-services-style1 .content .service-title h2 {
    font-size: 30px;
  }
  .tc-services-style1 .content .service-title .icon {
    width: 30px;
    top: -5px;
  }
  .tc-services-style1 .content .service-title::after {
    width: 1px;
    height: 40px;
  }
  .tc-showreel-style1 .content {
    padding: 50px 15px;
    margin: 0 20px;
  }
  .tc-showreel-style1 .content .img {
    width: 100%;
    height: 250px;
    padding: 0 30px;
  }
  .tc-testimonial-style1 {
    padding: 50px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }
  .tc-testimonial-style1 .testi-card h3 {
    font-size: 30px;
  }
  .tc-testimonial-style1 .numbers {
    margin-top: 80px;
  }
  .tc-testimonial-style1 .col-lg-4 {
    padding: 15px !important;
  }
  .tc-blog-style1 {
    overflow: hidden;
  }
  .tc-blog-style1 .blog-card {
    margin-top: 50px;
  }
  .tc-contact-style1 .contact1_shap {
    height: 140px;
  }
  .tc-footer-style1 .foot {
    margin-top: 50px !important;
  }
  .tc-footer-style1 .foot .foot-social-links {
    text-align: start !important;
    margin: 15px 0;
  }
  .tc-footer-style1 .foot .foot-social-links a {
    -webkit-margin-start: 0 !important;
            margin-inline-start: 0 !important;
    -webkit-margin-end: 15px !important;
            margin-inline-end: 15px !important;
  }
  .to_top.show {
    right: 20px;
    bottom: 20px;
  }
  .body-fixed-footer {
    padding-bottom: 0 !important;
  }
  .body-fixed-footer .fixed-footer {
    position: static;
    padding-top: 100px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .body-fixed-footer .fixed-footer .content {
    margin: 0 !important;
  }
  .tc-projects-style1 .hover-reveal {
    display: none !important;
  }
  .tc-awards-style1 .award-card ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tc-awards-style1 .award-card ul li h5 {
    width: 100%;
  }
  .tc-pricing-style1 .content .price-head .price-headItem h2 {
    font-size: 40px;
  }
  .home-style2 .tc-header-style2,
.home-style2 .tc-partners-style2,
.home-style2 .tc-approach-style2,
.home-style2 .tc-testimonial-style2 .content,
.home-style2 .tc-blog-style2,
.home-style2 .tc-letsChat-style2 .info {
    padding: 80px 0;
  }
  .home-style2 .tc-services-style2,
.home-style2 .tc-about-style2 .numbers,
.home-style2 .tc-projects-style2 {
    padding-bottom: 80px;
  }
  .home-style2 .mt-150 {
    margin-top: 70px !important;
  }
  .home-style2 .navbar.style2 .text-white {
    font-size: 13px !important;
    margin-top: 20px;
  }
  .home-style2 .navbar.style2 .r-side {
    width: 100%;
    white-space: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .home-style2 .navbar.style2 .r-side .fs-3 {
    font-size: 25px !important;
    margin-top: 0 !important;
  }
  .home-style2 .navbar.style2 .fsz-16 {
    font-size: 12px !important;
  }
  .home-style2 .tc-header-style2 .info h1 {
    font-size: 30px;
  }
  .home-style2 .tc-header-style2 .info .text {
    margin-bottom: 50px;
  }
  .home-style2 .tc-header-style2 .img {
    margin-top: 30px;
  }
  .home-style2 .tc-services-style2 .service_card {
    margin-bottom: 30px;
  }
  .home-style2 .tc-services-style2 .service_card .title {
    font-size: 21px;
  }
  .home-style2 .tc-services-style2 .service_card .sub_title {
    margin-bottom: 40px;
  }
  .home-style2 .tc-services-style2 .service_card .sub_title h6 {
    font-size: 14px;
  }
  .home-style2 .tc-services-style2 .service_card .img_icon {
    margin-bottom: 30px;
  }
  .home-style2 .tc-services-style2 .row .col-lg-4:nth-of-type(3) .service_card {
    margin-bottom: 0;
  }
  .home-style2 .tc-about-style2 .info h2 {
    font-size: 30px;
  }
  .home-style2 .tc-about-style2 .numbers .col-lg-4 {
    padding: 0 15px !important;
  }
  .home-style2 .tc-about-style2 .numbers .num-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px 0;
  }
  .home-style2 .tc-partners-style2 .tc-partners-slider2 .img-logo {
    width: 200px;
    height: 200px;
  }
  .home-style2 .tc-projects-style2 .project-card {
    height: 350px;
  }
  .home-style2 .tc-projects-style2 .project-card .info {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  .home-style2 .tc-approach-style2 .content {
    margin-left: 0;
    padding: 0 15px;
  }
  .home-style2 .tc-testimonial-style2 .img {
    margin-left: 0;
    margin-bottom: 80px;
  }
  .home-style2 .tc-testimonial-style2 .testi-card h3 {
    font-size: 25px;
  }
  .home-style2 .tc-blog-style2 .info .info-text {
    padding-top: 12px;
  }
  .home-style2 .tc-blog-style2 .info .info-text .title {
    font-size: 21px;
  }
  .home-style2 .tc-blog-style2 .info .date-box .num {
    font-size: 40px;
  }
  .home-style2 .tc-letsChat-style2 .info h3 {
    font-size: 30px;
  }
  .home-style2 .tc-footer-style2 {
    padding-top: 50px !important;
  }
  .home-style2 .tc-footer-style2 .sm-title {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .home-style2 .tc-footer-style2 .mt-70 {
    margin-top: 0 !important;
  }
  .home-style2 .tc-footer-style2 .fsz-35 {
    margin-top: 50px;
  }
  .home-style3 .text-nav3 .close-btn {
    top: 5px;
    right: 5px;
  }
  .home-style3 .mob-nav-toggles .logo-brand {
    display: block !important;
  }
  .home-style3 .mob-nav-toggles .ms-100 {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .home-style3 .mob-nav-toggles .ms-100 br {
    display: none;
  }
  .home-style3 .navbar.style3.links-navbar .navbar-nav .nav-item .nav-link {
    margin: 10px 0;
  }
  .home-style3 .tc-header-style3 .butn {
    padding: 10px 15px !important;
  }
  .home-style3 .tc-header-style3 .content .info h1 {
    font-size: 50px;
  }
  .home-style3 .tc-header-style3 .content .info .text {
    font-size: 18px;
  }
  .home-style3 .tc-header-style3 .content .info .text br {
    display: none;
  }
  .home-style3 .tc-header-style3 .content .info .btns {
    margin-top: 30px;
  }
  .home-style3 .tc-numbers-style3 .content .numbers-content .number-card h2 {
    font-size: 40px;
  }
  .home-style3 .tc-numbers-style3 .content .numbers-content {
    display: block;
  }
  .home-style3 .tc-numbers-style3 .content .numbers-content .number-card {
    margin: 10px 0;
  }
  .home-style3 .tc-numbers-style3 .content .numbers-content .number-card br {
    display: none;
  }
  .home-style3 .section_title3 h2 {
    font-size: 25px;
  }
  .home-style3 .mt-60 {
    margin-top: 30px !important;
  }
  .home-style3 .mt-100 {
    margin-top: 50px !important;
  }
  .home-style3 .tc-about-style3 {
    overflow: hidden;
  }
  .home-style3 .tc-about-style3 .img {
    margin-top: 50px;
  }
  .home-style3 .tc-about-style3 .img .shap-img {
    right: 0;
  }
  .home-style3 .tc-features-style3 .service-card h2 {
    font-size: 50px;
  }
  .home-style3 .tc-services-style3 {
    overflow: hidden;
  }
  .home-style3 .tc-services-style3 .d-flex {
    display: block !important;
  }
  .home-style3 .tc-services-style3 .section_title3 p {
    margin-bottom: 15px;
  }
  .home-style3 .tc-services-style3 .services-head {
    margin-bottom: 50px;
  }
  .home-style3 .tc-services-style3 .service-card {
    margin: 30px 0 !important;
  }
  .home-style3 .tc-approach-style3 .approach-tabs .nav-link h5 {
    font-size: 18px;
  }
  .home-style3 .tc-approach-style3 .approach-tabs .nav-link .circle-shape {
    width: 100%;
  }
  .home-style3 .tc-approach-style3 .info {
    margin-top: 70px;
  }
  .home-style3 .tc-partners-style3 .content .partner-logo {
    width: calc(33% - 16px);
    height: 80px;
    padding: 15px;
  }
  .home-style3 .tc-testimonial-style3 .tc-testimonial-slider3 {
    padding-bottom: 40px;
  }
  .home-style3 .tc-blog-style3 .d-flex {
    display: block !important;
  }
  .home-style3 .tc-blog-style3 .d-flex a {
    margin-top: 20px;
  }
  .home-style3 .tc-blog-style3 .main-card-blog {
    margin-bottom: 30px;
  }
  .home-style3 .tc-contact-style3 .content .faq-side {
    margin-top: 30px;
  }
  .home-style3 .tc-footer-style3 .logo-side,
.home-style3 .tc-footer-style3 .links {
    margin-bottom: 50px;
  }
  .home-style4 .fsz-60 {
    font-size: 30px !important;
  }
  .home-style4 .mb-90 {
    margin-bottom: 50px !important;
  }
  .home-style4 br {
    display: none;
  }
  .home-style4 .mb-70 {
    margin-bottom: 30px !important;
  }
}

.tc-about-style34 {
    padding: 120px 0;
}
.h-33 {
    height: 75px;
}
/* --------------- tc-faq-style47 --------------- */
.tc-faq-style47 {
  padding: 120px 0;
}
.tc-faq-style47 .imgs {
  position: relative;
  padding-left: 90px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-top: 150px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tc-faq-style47 .imgs .main-img {
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tc-faq-style47 .imgs .sub-img-1 {
  position: absolute;
  top: 65px;
  left: 0;
  width: 230px;
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
}
.tc-faq-style47 .imgs .sub-img-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
}
.tc-faq-style47 .imgs .pattern-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 250px;
}
.tc-faq-style47 .imgs .shap {
  position: absolute;
  left: 15px;
  bottom: -20px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: var(--color-blue12);
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.tc-faq-style47 .accordion .accordion-item {
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
  padding: 20px;
}
.tc-faq-style47 .accordion .accordion-item.active {
  border: 2px solid var(--color-blue12);
  border-radius: 10px;
}
.tc-faq-style47 .accordion .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
  border: 0;
}
 
 
 
.tc-faq-style47 .accordion .accordion-item .accordion-body {
  padding: 0;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .tc-faq-style47 .imgs {
    padding-left: 50px;
    padding-right: 20px;
    margin-bottom: 70px;
  }
  .tc-faq-style47 .imgs .main-img {
    height: 240px;
  }
  .tc-faq-style47 .imgs .sub-img-1 {
    top: 40px;
    width: 180px;
    height: 140px;
  }
  .tc-faq-style47 .imgs .sub-img-2 {
    width: 130px;
    height: 85px;
  }
}