
/* ========= [ * variable Section ]  =========*/
/* --------------- variable --------------- */

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@1,300;1,400;1,700&display=swap" rel="stylesheet">
@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&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&display=swap");
:root {
  --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;
}

.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: #e60278 !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: "Roboto", Arial, Helvetica, sans-serif;
  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;
}

.toptitle {
     margin-bottom: 0px !important;
    color: #fff !important;
    background-color: #e80278 !important;
    width: fit-content !important;
    padding: 5px 20px !important;
    margin: auto;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px !important;
    transform: skew(-15deg);
    line-height: 24px;
}

.toptitleleft {
     margin-bottom: 0px !important;
    color: #fff !important;
    background-color: #e80278 !important;
    width: fit-content !important;
    padding: 5px 20px !important;
    margin: inherit;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px !important;
    transform: skew(-15deg);
    line-height: 24px;
}

@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 {
  font-weight: bold;
}

.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: 14px;
  line-height: 1.7;
  margin: 0;
}

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

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

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

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

.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;
}
/**menu dropdown*/
.dropdown.nav-link {
    margin: 0px !important;
    padding: 0px !important;
}
.dropbtn {
    font-size:18px;
  color: #000;
    background:transparent;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
/**
 * ----------------------------------------
 * new edit
 * ----------------------------------------
*/

.homebanner1.dekstophome {
    padding-top: 311px !important;
    padding-bottom: 90px !important;
}

.logo6spacing.hiring6 .col-lg-2 a {
    border: solid 1px #0d3880;
}

.profpage .logo6spacing {
    padding-left: 0% !important;
    padding-right: 3%;
    padding-top: 18px;
}

.profpage .logo6spacing .col-lg-2 {
    padding-right: 10px;
}


.profpage .hirercom .col-lg-6 {
    width: 100%;
}

.profpage .hirercom .col-lg-6.probg{
    display: none
}
.jobcard>p:nth-child(2) {
    display: none;
}

.jobcard a.butn {
    margin-top: 15px !important;
}

.rightdes p:nth-child(1) {
    line-height: 18px !important;
}

.col-lg-6.probg ul {
    margin-top: 20px;
}
.col-lg-6.probg li {
    color: #fff !important;
    line-height: 25px;
    list-style: initial;
    margin-left: 10px;
    font-size: 16px;
}

.jobcard h1 {
    font-size: 20px !important;
    min-height: 75px;
}
.panelsec {
    color: #fff;
}

.container.dayone.toppart {
    padding-left: 8% !important;
    padding-right: 8% !important;
}
.container.dayone {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
.container.daytwo {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
.timeline-article .panelsec p, .middlecon .panelsec p {
    font-weight:600 !important;
}
/** .hiring6 {
    cursor: default;
    pointer-events: none;
}**/
.popup-content p {
    padding-bottom: 8px;
}
.speaker2banner {
    background-color: #f4f4f7 !important;
}
.popbut {
    margin: 10px auto 0;
    display: block;
    background: transparent;
    border: none;
    color: #e60278 !important;
    text-decoration: underline;
    margin-bottom:30px !important;
        text-transform: uppercase;
}
.popup {
			position: fixed;
			z-index: 1;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: rgba(0, 0, 0, 0.4);
			display: none;
		}
.popup-content {
			background-color: white;
			margin: 10% auto;
			padding: 20px;
			border: 1px solid #888888;
			width: 30%;
			font-weight: bolder;
            color:#000 !important;
		}
.speakersec .popup-content p{
       color:#000 !important;
}
.popup-content button {
display: block;
margin: 0 auto;
		}
.show {
display: block;
		}
	

.speakersec .row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5) > * {
    padding-left: 0px;
}
.speaker1banner {
    background-color: #fff !important;
}
.speakersec p {
    color:#666 !important;
    margin-bottom: 0px !important;
        font-weight: 600;
    line-height: 15px !important;
}


.panelsec p {
    line-height: 18px !important;
    font-size: 16px !important;
}
.speakersec .col-lg-3 {
    padding-right: 0px !important;
}
.speakersec a{
    cursor: default;
    pointer-events: none !important; 
    
}
.speakersec img {
    margin-left: 19px;
    padding: 0 13px 20px;
    cursor: default;
    pointer-events: none;
}

.speakersec h5 {
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 25px !Important;
    margin-bottom: 10px !important;
    /*transform: skew(-15deg); */
    color:#0d3880 !Important;
    line-height: 23px;
}

.hiretop .logo6spacing {
    padding-left: 0% !important;
    padding-right: 0% !important;
}
.partrow-2 {
    padding-left: 16%!important;
    padding-right: 17% !important;
}
.partrow-2 .col-lg-2 {
    width: 20%;
}
.logo6spacing.hiring6.last3 {
    padding-left: 25% !Important;
    padding-right: 25% !important;
}

.logo6spacing.hiring6.last3 .col-lg-2 {
    width: 33.33%;
    /* padding-left: 30px; */
}

.logo6spacing.hiring6 .col-lg-2 {
    padding: 5px;
}
.logo6spacing.hiring6.dekstopsponsor {
    padding-left: 0% !important;
    padding-right: 0% !important;
}
.partnermobile {
    display:none;
}
.partnerright {
    padding-right: 150px;
}

.partnersect .col-lg-6.left {
    padding-left: 20%;
    padding-right: 1%;
}

.partnersect .col-lg-6.right {
    padding-right: 20%;
    padding-left: 1%;
}
.partnersect {
    padding-bottom: 50px;
}

p.fsz-19.color-fff.speakerdet {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.speakerpage hr:not([size]) {
    height: 1px;
    color: #fff;
    opacity: 1;
}

.careerbox a {
    padding-bottom: 32px;
    color: #fff;
    font-size: 17px !important;
    text-transform: uppercase;
    text-decoration: underline !important;
}
.careerbox p {
    padding-bottom: 15px !important;
}
.tc-header-style6 {
    position: fixed !important;
    z-index: 99999 !important;
}
.navbar.style6 {
    position: fixed !important;
}

.logo6spacing.mobilesponsor {
    display: none;
}
.logo6spacing{
padding-left: 10%;
    padding-right: 10%;
}
.logo3spacing{
    padding-left: 30%;
    padding-right: 30%;
    padding-top: 1%;
}
.speakerpage p.fsz-20.color-fff.toptitle.mt-50 {
    margin-top:50px !important;
}
section#conference-timeline ul {
    font-size: 14px;
}
.speakerpage .programbanner .toptitleleft.text-left {
    margin-left: 0px !important;
}

.speakerpage .text-left.middlecon {
    width: 70% !important;
    padding: 40px 30px !Important;
}
.speakerpage h1.fsz-40 {
    margin-top: 0px !important;
}
.content-left-container p, .content-right-container p, .middlecon p {
    font-weight: bold !important;
    color: #fff !important;
    text-align: left !important;
    margin-bottom: 5px !important;
}
section#conference-timeline ul {
    font-size: 16px;
}

.speakerpage #conference-timeline p.toptitleleft.text-left {
    margin-left: 30px;
}
section#conference-timeline ul {
    list-style-type: initial;
    margin-left: 10px;
}
section#conference-timeline .container {
    padding: 0px 130px;
}
.text-left.middlecon {
    width: 70% !important;
    margin: auto;
    background-color: #070559;
    padding: 40px 40px;
    color: #fff;
    margin-top: -15px;
}
.timeline-article .content-right {
    background: #0d3880 !important;
        margin-top: -15px;
    z-index: -99;
}

.timeline-article .content-right:before{
      color: #0d3880 !important;
}
.timeline-article .content-left:before{
    color: #070559 !important;
}
.timeline-article .content-left {
    background-color: #080559 !important;
    margin-top: -15px;
    z-index: -99;
}
.timeline-article .toptitle {
    z-index: 999 !important;
}
table.profiletab.mobilesponsor {
    display: none;
}
.jobcard p {
    line-height: 15px !important;
}
tr.tabsec.mobilesponsor {
    display: none;
}

.jobcard {
    border: 1px solid #fff;
    padding: 30px;
}
.lefticon {
    float: left;
    width: 20%;
    margin-right: 10px;
}

.rightdes {
    text-align: left;
}

tr.tabsec td {
     min-width: 25% !important;
    width: 15%;
}
.rightdes p:nth-child(2) {
    color: #74798C;
}
.contactbanner a {
    text-decoration: underline;
}
.widgets .post-card a:hover {
    text-decoration: underline;
    color: #e80278 !important;
}

.top-info h5 {
    text-shadow: 1px 1px 13px #000;
}


img.mobilesponsor, section.tc-about-style6.mobilehome {
    display: none;
}
.tc-blog-slider7 .swiper-wrapper {
    display: -webkit-box;
}


.tc-blog-style7 .tc-blog-slider7 .swiper-button-next::after, .tc-blog-style7 .tc-blog-slider7 .swiper-button-prev::after{
    color:#fff !important;
}

.tc-blog-style7 .top-info {
    padding-top: 200px !important;
}

.tc-blog-style7 .blog-card .info {
    padding: 25px !Important;
}

.faqsec{
    background-image: url(../img/jssgimg/express-bg-scaled.jpeg);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
a.service_card.card_1{
     background-image: url(../img/jssgimg/meet.jpeg);
    background-size: cover !important;

}
a.service_card.card_2{
     background-image: url(../img/jssgimg/learn.jpeg);
    background-size: cover !important;

}
a.service_card.card_3{
     background-image: url(../img/jssgimg/upgrade.jpeg);
    background-size: cover !important;

}
a.service_card.card_1,a.service_card.card_2,a.service_card.card_3 {
    min-height: 440px !important;
}

section.about3box{
    background-image: url(../img/jssgimg/express-bg-scaled.jpeg);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

nav.navbar.links-navbar.navbar-expand-lg.navbar-dark.style6.px-lg-5 {
    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);
}

a.butn.py-2.button_su_inner.bg-cyan3.m-0.pb-10 {
    background-color: #e60278 !important;
}

span.button_text_container.fsz-13.fw-bold.text-uppercase{
    color:#fff !important;
}

.zonesec p.color-666.mb-20 {
    background-color: #0d3880;
    color: #fff !important;
    font-size: 19px;
    padding: 50px 30px;
    line-height: 22px;
    font-weight: 500;
    margin-top: -40px;
}

.zonesec{
    background-image:url(../img/jssgimg/zonebg.png);
    background-size: cover !important;
}

.hirersec{
    background-image:url(../img/jssgimg/companybg.jpeg);
    background-size: cover !important;
}

p{
    line-height:24px !important;
}

.insightsec .info {
    background: linear-gradient(transparent, #e80278) !important;
}

.homebanner{
    background-image: url(../img/jssgimg/homebanner.jpg);
        background-size:cover;
}

.homebanner1{
    background-image: url(../img/jssgimg/home-end-bg.png);
        background-size:cover;
}


section#conference-timeline{
   background-image: url(../img/jssgimg/greybg.jpeg);
    background-size: cover;
    padding-top: 70px;
    padding-bottom:90px;
}


.probg {
    background-image: url(../img/jssgimg/probg.png);
    background-size: cover;
    padding: 60px 100px 60px 60px !important;
}

.hirerbanner{
    background-image: url(../img/jssgimg/mcmc.jpeg);
        background-size:cover;
}

.aboutbanner{
 background-image: url(../img/jssgimg/about%20banner.jpeg);
        background-size:cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


.regbanner{
 background-image: url(../img/jssgimg/register%20bg.jpeg);
        background-size:cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.blogbanner{
 background-image: url(../img/jssgimg/blogbg.jpeg);
        background-size:cover;
    background-repeat: no-repeat !important;
}

.programbanner{
 background-image: url(../img/jssgimg/program%20banner.jpeg);
        background-size:cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.speakerbanner{
 background-image: url(../img/jssgimg/speaker%20banner.jpeg);
        background-size:cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.contactbanner{
 background-image: url(../img/jssgimg/contactbanner.jpeg);
        background-size:cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.partbanner{
 background-image: url(../img/jssgimg/express-bg-scaled.jpeg);
        background-size:cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
section.tc-faq-style6 {
    background-image:url(../img/jssgimg/towerbg.jpeg);
    background-size: cover !important;
    margin-top: -290px;
    background-position: center;

}

section.tc-faq-style6 ul {
    list-style: disc;
    margin-left: 13px !important;
}


footer.tc-footer-style20{
    background-image: url(../img/jssgimg/footerleft.jpg);
        background-size:cover;
}

.social-links a {
       background: #0d3880;
    padding: 8px 14px;
    border-radius: 100%;
    min-width: 40px !important;
    color: #fff !important;
    font-size: 21px;
}

.la-youtube:before {
    content: "\f167";
    background-image: url(../img/jssgimg/tiktok.png);
    color: transparent;
    background-size: cover;
}

.downloadapp a {
    width: 50%;
    float: left;
}

a.service_card {
    min-height: 415px !important;
}

.programsec .row.align-box {
    justify-content: space-evenly !important;
    padding-left: 50px;
    padding-right: 50px;
}

.programsec p {
    padding: 20px 50px 50px;
}

.programsec .toptitle {
    padding: 20px 20px 10px !important;
    margin-top: -30px;
}
.col-lg-6.padleft {
    padding-left: 15px;
}
.col-lg-6.padright {
    padding-right: 15px;
}

.main-post-content ul {
    list-style-type: disc;
    margin-left: 15px;
    line-height: 23px;
    padding-top: 10px;
    color: #4C4C4C;
}
.widgets .post-card {
    border-bottom: 0.5px solid rgba(0,0,0,0.8) !important;
    padding-bottom: 15px;
        display: flex;
    align-items: center;
}

.widgets .post-card img{
    width: 30%;
    padding-right: 15px;
}
.insightsec .team-card h5.fsz-20 {
    min-height: 50px !important;
}

.accordion-button{
color: #0d3880;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #0d3880 !important;
}

.accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type, .accordion-item:last-of-type{
    border-radius: 0px !Important;
}
.faqsec .accordion-item {
    margin-bottom: 5px;
    border:0px !important;
}
.faqsec .accordion-item a {
  color: #1c3f95 !important;
}
.widgets .post-card a {
    line-height: 21px;
    font-size: 16px !important;
}

.tc-blog-style7 .blog-card .info h5 {
    min-height: 75px;
}

.swiper-slide {
    width: 40%;
    margin-right: 5px;
}
/**
 * ----------------------------------------
 * 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;
}

.color-fff {
  color: #ffffff !important;
}

.color-blue {
  color: #0d3880 !important;
}

.color-darkgrey {
    color: #4C4C4C !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: 5px;
}
.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: 5px;
}

.button_su.button_mid {
    display: table !important;
    margin: 0 auto !important;
}

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

/* mobile new edit */

@media screen and (max-width: 991px) {
    
    img.mobilesponsor, section.tc-about-style6.mobilehome {
    margin-top: 55px;
}
    .jobcard h1 {
    min-height: auto !important;
}
    
    tr.tabsec td {
   min-width: 100% !important;
    display: inline-table;
    margin-bottom: 10px;
}
    
    .speakersec .col-lg-4 {
    width: 50%;
}
    .container.dayone.toppart {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
    section.home-se.slider.pb-70{
        padding-top:0px !Important;
    }

section.home-se.slider.pb-70 .container {
    width: 100% !important;
    padding-top: 0px !important;
}
    .row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5){
        margin-right: -10px;
    margin-left: -10px;
    }
.popup-content {
    margin: 45% auto;
    width: 70%;
}
    .speakersec .col-lg-3 {
    width: 46%;
}
    .speakersec p {
    font-size: 10px;
            line-height: 11px !important;
}
    .speakersec img {
       margin-left: 10px;
    padding-bottom: 10px;
    cursor: default;
    pointer-events: none;
}
    .speakersec .row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5) > * {
    padding-left: 10px;
}
    
    .speakersec h5 {
    font-size: 18px !Important;
        margin-bottom:0px !Important;
}
    
    .logo6spacing.hiring6.last3 {
    padding-left: 0% !important;
    padding-right: 0% !important;
}
    
    .logo6spacing.hiring6.last3 .col-lg-2 {
    width: 50%;
    /* padding-left: 30px; */
}
    .logo6spacing.hiring6 .col-lg-2 {
    width: 50%;
}
    .logo6spacing.hiring6 {
    padding-left: 0%;
    padding-right: 0%;
}
    section.home-se.hirersec.pt-70.pb-70.hiretop {
    min-height: 880px !important;
}
    .tc-about-style6.partbanner {
    padding-top: 120px !important;
    padding-bottom: 50px !important;
}
    .partnerdek{
        display: none;
    }
   .partnermobile {
    display: inherit !important;
    padding-bottom: 30px;
}
    .partnerright {
    padding-right: 0px;
}

    .partnersect .col-lg-6.right {
    padding-right: 0%;
    padding-left: 0%;
    width: 100%;
    padding-top: 12px;
}

    .partnersect .col-lg-6.left {
    padding-left: 0%;
    padding-right: 0%;
    width: 100%;
}

    .partnersect {
    padding-left: 2%;
    padding-right: 2%;
}
    section.home-se.hirersec.pt-70.pb-70 {
    min-height: 1420px;
}

    .logo6spacing.mobilesponsor {
    padding-left: 12px !important;
}
    .logo6spacing.mobilesponsor .col-lg-6 {
    float: left;
    width: 50%;
    /* padding-bottom: 13px; */
}
    .col-lg-6.rightimg {
    padding-bottom: 11px;
}
    section#conference-timeline .container {
    padding: 15px;
}
.speakerpage .speakerbanner .col-lg-5.pt-100 {
    display: none;
}
.speakerpage .speakerbanner {
    padding-bottom: 25px !important;
}

    .timeline-article .content-left-container p, .timeline-article .content-right-container p {
    padding-top: 0px !important;
}
    .speakerpage p.fsz-20.color-fff.toptitle.mt-50{
            margin-left: 30px;
    margin-top: 5px !important;
    }

    .timeline-article .content-left:before{
        display:none !Important;
    }
.speakerpage .text-left.middlecon {
    width: 100% !important;
    padding: 40px 30px !Important;
}
    .timeline-article.mt-50 {
    margin-top: 5px !important;
}
    .meta-date {
    display: none;
}
    .content-right-container {
    margin-bottom: 25px;
    margin-top: 5px;
}
    table.profiletab.mobilesponsor {
    display: inherit !important;
}
    tr.tabsec.mobilesponsor{
        display: table-row !important;
    }
    .dekstopdisplay{
        display: none !Important}
    .profi-sec .mb-60.pb-60 {
    padding-bottom: 30px !important;
}
    .profi-sec {
    padding-bottom: 0px !important;
}
    .hirercom {
    padding-top: 0px !important;
}
    .hirercom h1 {
    font-size: 24px !important;
}
    .probg p:nth-child(1) {
    font-size: 24px !important;
}
    .probg {
    padding: 35px 50px 35px 60px !important;
}
    .hirerbanner .pt-100 {
    padding-top: 0px !important;
}
    section.profi-sec.pt-70 {
    padding-top: 20px !important;
}
    table.profiletab {
    margin-bottom: 10px;
}
    .jobcard h1 {
    font-size: 22px !important;
    margin-bottom: 20px;
}
    p.titlesmall {
    padding-left: 10px;
    font-size: 12px;
}
    p.titlebg {
    font-size: 17px !important;
    line-height: 18px !important;
    padding-left: 10px;
}


  .navbar.style6 {
    position: relative;
    margin-bottom: 0px;
  }
  .navbar.style6 .logo-search-side {
    width: 100%;
  }
  .navbar.style6 .logo-search-side .logo-brand {
    width: calc(100% - 70px);
  }

    .navbar button.navbar-toggler {
    background: #e70377;
}
    .fsz-40 {
    font-size: 24px !important;
}
    .tc-projects-style6.zonesec .project-card .info h5 {
    font-size: 28px !important;
    line-height: 33px !important;
}
    .fsz-19 {
    font-size: 16px !important;
}
    .mb-60 {
    margin-bottom: 30px !important;
}
    .mt-30 {
    margin-top: 15px !important;
}
    .pb-70 {
    padding-bottom: 35px !important;
}
.pt-70 {
    padding-top: 35px !important;
}
 .zonesec p.color-666.mb-20 {
    font-size: 16px !important;
    padding: 27px 20px 13px !important;
    margin-top: -36px !important;
}
    .tc-projects-style6 .project-card .info {
    padding-top: 0px !important;
}
   .insightsec .team-card h5.fsz-20 {
    min-height: 80px !important;
}
    section.tc-faq-style6 .col-lg-6:nth-child(2) {
    margin-top: 30px;
}
    .tc-faq-style6 .accordion .accordion-item .accordion-button {
    padding: 15px 10px 15px 26px !important;
    font-size: 14px !important;
}
   footer.tc-footer-style20 {
    background-position: right !important;
    padding-top: 30px;
    padding-bottom: 0px !important;
}
    footer.tc-footer-style20 .col-lg-5:nth-child(2) {
    padding-top: 19px;
}

    .dekstopsponsor, section.dekstophome {
    display: none;
}
    .mobilesponsor, section.tc-about-style6.mobilehome {
    display: block !important;
        padding: 0px !important;
}
.aboutbanner {
    background-image: url(../img/jssgimg/mobile-about.jpeg) !important;
}
    img.seekbetterlogo {
    width: 55%;
    margin-top: 60px;
}
    .aboutbanner .col-lg-5:nth-child(2), .programbanner .col-lg-5:nth-child(2){
        display:none;
    }
a.service_card.card_1, a.service_card.card_2, a.service_card.card_3 {
    min-height: 350px !important;
    overflow: hidden;
    background-position: bottom !important;
}

    .tc-services-style2 .service_card {
    padding: 30px !important;
}

    img.aboutlogo {
    min-width: 60% !important;
}

    .programbanner {
    background-image: url(../img/jssgimg/mobile-program.jpeg) !important;
    background-size: cover !important;
}
    .programbanner p {
    width: 60%;
}

    .col-lg-6.padright {
    padding-right: 0px !important;
}
    .programsec .row.align-box {
    padding-left: 0px !important;
    padding-right: 0px  !important;
}
    .col-lg-6.padleft {
    margin-top: 0px !important;
    padding-left: 0px !important;
}
    .col-lg-6.padright {
    margin-top: 0px !important;
}
    .programsec p {
    padding: 20px 30px 25px !important;
}
    section.tc-about-style6.blogbanner {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}
    section.main-post-content.px-2.px-lg-5.pb-60.pt-60 {
    padding-top: 30px !important;
}
    .main-content-side h1 {
    margin-top: 10px !important;
}
.main-content-side .mt-40 {
    margin-top: 20px !important;
}
    .main-content-side p {
    line-height: 21px !important;
}

    .main-content-side .mt-20 {
    margin-top: 10px !important;
}
    .swiper-wrapper {
    display: block;
}

    .swiper-slide {
    width: 100% !important;
    margin-right: 5px;
    }
}

/* ========= [ * 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: var(--color-lightGreen);
  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;
}
.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;
  }
}


/* --------------- 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 0px !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;
  }

}


/* ========= [ * 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 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;
  }
}


/* ========= [ * 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 .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: 80px;
}
.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: 20px;
}
.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: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(3) .service_card {
  background-color: #29292b;
  color: #fff;
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

/* --------------- 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: 0px;
  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.zonesec .project-card .info h5 {
    font-weight: bold;
    font-size: 35px;
    font-family: 'Bebas Neue', sans-serif;
    transform: skew(-15deg);
    background-color: #e80278 !important;
    width: fit-content !important;
    padding: 5px 20px 0px !important;
    margin: auto;
    color: #fff;
    line-height: 49px;
}

.tc-projects-style6.zonesec h5 {
    font-weight: bold;
    font-size: 35px;
    font-family: 'Bebas Neue', sans-serif;
    transform: skew(-15deg);
    background-color: #e80278 !important;
    width: fit-content !important;
    padding: 5px 20px 0px !important;
    margin: auto;
    color: #fff;
    line-height: 49px;
}

@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;
  }
}
/* ========= [ * 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 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;
  padding: 60px 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: 0px;
  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%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
    object-fit: cover;
}
.tc-blog-style7 .blog-card .info {
  position: relative;
  z-index: 10;
   /* background: linear-gradient(transparent, #e80278) !important;*/
    padding: 40px;
}
.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 .top-info{
    padding-top:300px;
}
/*.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);
  }
}

/* ========= [ * 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;
}



/* ========= [ * 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 ]  =========*/

/* ========= [ * 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: #0d3880;
  background: #fff;
  -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: #0d3880;
  color: var(--color-cyan3);
  border: 0;
    color:#fff;
}
.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(100%) sepia(100%) saturate(0%) 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: 20px 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 ]  =========*/

/* ========= [ * footer Section ]  =========*/
/* --------------- footer  --------------- */
.fixed-footer {
  max-height: 100vh;
  overflow: scroll;
}
.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 6 --------------- */
.tc-footer-style6 {
 background-color: #0d3880 !important;
}
.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 {
  padding: 30px 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;
  }
}
/* --------------- tc-footer-style20 --------------- */
.tc-footer-style20 {
  position: relative;
  padding: 120px 0 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-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-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;
  }
}

*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #e1e1e1;
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: -20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 47%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 27px 25px;
}
.timeline-article p {
  margin: 0 0 0 0px;
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}

.timeline-article .meta-date {
  position: absolute;
    top: 56px;
    left: 49.5%;
    width: 10px;
    height: 10px;
    color: #fff;
    border-radius: 100%;
    background: #1e73be;
    border: 1px solid #d4d4d7;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
      z-index: -99;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 0px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 15px 25px 20px;
    min-height: 35px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }

/* == */
/* = */