/* ==============================================================================================================================
														[ * Button Element ]
===============================================================================================================================*/
.tcgelements-button {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  background-color: #212529;
  color: #fff;
  transition: all 0.3s ease;
}
.tcgelements-button:before {
  content: "";
}
.tcgelements-button .tcgelements-button-content-wrapper {
  position: relative;
  z-index: 5;
}
.tcgelements-button .tcgelements-button-text {
  position: relative;
  z-index: 2;
}
.tcgelements-button .tcgelements-button-icon {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .tcgelements-button.tcgelements-responsive-break-line br {
    display: none;
  }
}
/* ==============================================================================================================================
														[ * Heading Element ]
===============================================================================================================================*/
.tcgelements-heading-text a {
  transition: all 0.3s ease;
}
.tcgelements-heading-text > a, .tcgelements-heading-text a:hover {
  color: inherit;
}
.tcgelements-heading-text .tcgelements-heading {
  margin: 0;
  position: relative;
  z-index: 1;
}
.tcgelements-heading-text .tcgelements-heading::before {
  position: absolute;
  content: "";
  z-index: -1;
}

.tcgelements-heading-text span {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .tcgelements-heading-text .tcgelements-heading.tcgelements-text-breakline br {
    display: none;
  }
}
/* ==============================================================================================================================
														[ * Text Editor Element ]
===============================================================================================================================*/
.tcgelements-text-editor p {
  margin: 0;
  word-spacing: 0;
}

/* ==============================================================================================================================
														[ * Rotate Box Element ]
===============================================================================================================================*/
.tcgelements-rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
}
.tcgelements-rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
}
.tcgelements-rotate-box .icon svg {
  width: 18px;
  height: 18px;
  fill: #191919;
}
.tcgelements-rotate-box .rotate-text {
  display: inline-block;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #151515;
}
.tcgelements-rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  transform: scale(1);
}
.tcgelements-rotate-box .center-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes rotateText {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* ==============================================================================================================================
														[ * Image Element ]
===============================================================================================================================*/
.e-con:hover .elementor-widget-tcgelements-image > .elementor-widget-container > .tcgelements-image.selector-type-container.tcgelements-image-container-active::after {
  display: block;
}
.e-con:hover .elementor-widget-tcgelements-image > .elementor-widget-container > .tcgelements-image.selector-type-container.tcgelements-image-container-active .image-hover-container {
  display: block;
  opacity: 1;
}

.tcgelements-image.tce-rotate-center-animation {
  animation: tce-rotate-center-animation 100s linear infinite both;
}
.tcgelements-image.tce-rotate-center-animation.reverse {
  animation: tce-rotate-center-animation 100s linear infinite both reverse;
}
.tcgelements-image.selector-type-image:hover::after {
  display: block;
}
.tcgelements-image.selector-type-image:hover .image-hover-container {
  display: block;
  opacity: 1;
}
.tcgelements-image::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  display: none;
}
.tcgelements-image .tc-hover-media {
  display: inline-block;
}
.tcgelements-image .image-hover-container {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.tcgelements-image .image-hover-container a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3333333333);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 5px;
}
.tcgelements-image .image-hover-container a svg {
  width: 25px;
  height: 25px;
}
.tcgelements-image .image-hover-container a:hover {
  background-color: #181c20;
}
.tcgelements-image .image-hover-container svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

@keyframes tce-rotate-center-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ==============================================================================================================================
														[ * Service Card Element ]
===============================================================================================================================*/
.tcgelements-service-card {
  position: relative;
  display: flex;
  padding: 40px 25px;
  transition: all 0.3s ease;
}
.tcgelements-service-card .title {
  position: relative;
}
.tcgelements-service-card .description {
  word-spacing: 0;
}
.tcgelements-service-card span {
  display: inline-block;
}
.tcgelements-service-card .icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin-inline-end: 30px;
  flex-shrink: 0;
  margin-top: 5px;
}
.tcgelements-service-card .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tcgelements-service-card .check-list {
  margin: 0;
  padding: 0;
}
.tcgelements-service-card .check-list li {
  list-style-type: none;
  font-size: 16px;
  color: #777;
  margin-top: 10px;
}
.tcgelements-service-card .check-list li .list-icon {
  margin-right: 15px;
  flex-shrink: 0;
}
.tcgelements-service-card .check-list li .list-icon svg {
  width: 16px;
  height: 16px;
  fill: #777;
}
.tcgelements-service-card .float-icon {
  position: absolute;
  right: 40px;
  bottom: 30px;
  opacity: 0;
}
.tcgelements-service-card:hover * {
  color: #fff;
}
.tcgelements-service-card:hover.hide-icon-hover .icon img {
  filter: invert(89%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(1000%) contrast(102%);
}
.tcgelements-service-card:hover.hide-icon-hover .float-icon {
  opacity: 1;
  transition: all 0.3s ease;
}
.tcgelements-service-card .butn {
  transition: all 0.3s ease;
}
.tcgelements-service-card .butn:before {
  content: "";
}
.tcgelements-service-card .butn svg {
  transition: all 0.3s ease;
}
.tcgelements-service-card .butn:before {
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tcgelements-service-card br {
    display: none;
  }
}
/* ==============================================================================================================================
														[ * Helpers Element ]
===============================================================================================================================*/
/* ==============================================================================================================================
														[ * Throwable Content Element ]
===============================================================================================================================*/
.tcgelements-throwable-content {
  position: relative;
}
.tcgelements-throwable-content .item {
  position: relative;
  width: max-content;
  bottom: 50px;
}
.tcgelements-throwable-content .item .txt {
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  width: max-content;
}

/* ==============================================================================================================================
														[ * Accordion Element ]
===============================================================================================================================*/
.tcgelements-accordion .accordion-item {
  border-radius: 0;
  border: 0;
  background-color: rgba(182, 153, 116, 0.1333333333);
  margin-bottom: 30px;
}
.tcgelements-accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}
.tcgelements-accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  background-color: transparent;
  color: #181C20;
  font-size: 16px;
  box-shadow: none;
  padding: 20px;
  text-wrap: balance;
}
.tcgelements-accordion .accordion-item .accordion-header .accordion-button.arrow:not(.collapsed) {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.tcgelements-accordion .accordion-item .accordion-header .accordion-button.arrow:not(.collapsed)::after {
  content: "\f175";
  color: #fff;
  z-index: 20;
}
.tcgelements-accordion .accordion-item .accordion-header .accordion-button.arrow:not(.collapsed)::before {
  background-color: #181C20;
  z-index: 1;
}
.tcgelements-accordion .accordion-item .accordion-header .accordion-button.arrow::after {
  background-image: none;
  content: "\f176";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  transform: rotate(0);
}
.tcgelements-accordion .accordion-item .accordion-header .accordion-button.arrow::before {
  position: absolute;
  content: "";
  width: 65px;
  right: 0;
  top: 0;
  height: 100%;
  border-inline-start: 1px solid rgba(153, 153, 153, 0.2666666667);
  z-index: 2;
}
.tcgelements-accordion .accordion-item .accordion-header .accordion-button.custom::after {
  display: none;
}
.tcgelements-accordion .accordion-item .accordion-header .accordion-button.custom .tcgelements-accordion-icon-opened, .tcgelements-accordion .accordion-item .accordion-header .accordion-button.custom .tcgelements-accordion-icon-closed {
  margin-left: auto;
}
.tcgelements-accordion .accordion-item .accordion-header .accordion-button.custom:not(.collapsed) .tcgelements-accordion-icon-opened {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.tcgelements-accordion .accordion-item .accordion-header .accordion-button.custom:not(.collapsed) .tcgelements-accordion-icon-closed {
  display: none !important;
  opacity: 0;
  color: #fff;
}
.tcgelements-accordion .accordion-item .accordion-header .accordion-button.custom.collapsed .tcgelements-accordion-icon-opened {
  display: none !important;
  opacity: 0;
}
.tcgelements-accordion .accordion-item .accordion-header .accordion-button.custom.collapsed .tcgelements-accordion-icon-closed {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

/* ==============================================================================================================================
														[ * Builder Tabs Element ]
===============================================================================================================================*/
.tcgelements-builder-tabs .row {
  --bs-gutter-x: 1.5rem;
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
}
.tcgelements-builder-tabs .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
.tcgelements-builder-tabs .nav-pills {
  display: flex;
  width: max-content;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50px;
  background-color: #f4f4f4;
}
.tcgelements-builder-tabs .nav-pills li {
  list-style-type: none;
}
.tcgelements-builder-tabs .nav-pills .nav-item .nav-link {
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  font-size: 16px;
}
.tcgelements-builder-tabs .nav-pills .nav-item .nav-link.active {
  background-color: var(--color-primary);
  color: #fff;
}
.tcgelements-builder-tabs .tab-content .builder-content .img {
  margin-top: 50px;
}
.tcgelements-builder-tabs .tab-content .builder-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tcgelements-builder-tabs .tab-content .builder-content .info {
  margin-top: 50px;
}
.tcgelements-builder-tabs .tab-content .builder-content .info .sub-title {
  margin: 0;
  margin-bottom: 10px;
  word-spacing: 0;
}
.tcgelements-builder-tabs .tab-content .builder-content .info .title {
  margin: 0;
  margin-bottom: 20px;
}
.tcgelements-builder-tabs .tab-content .builder-content .info .description {
  margin: 0;
}
.tcgelements-builder-tabs .body {
  padding: 0;
  position: relative;
  margin: 0;
  margin-top: 30px;
}
.tcgelements-builder-tabs .body ul {
  margin: 0;
  padding: 0;
}
.tcgelements-builder-tabs .body li {
  list-style-type: none;
  font-size: 16px;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.tcgelements-builder-tabs .body li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23FF8851'%3E%3Cpath d='M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM363.3 203.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L224 297.4l-52.7-52.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l64 64c6.2 6.2 16.4 6.2 22.6 0l128-128z'/%3E%3C/svg%3E");
  color: var(--color-primary);
  margin-inline-end: 20px;
  width: 18px;
  height: 18px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .tcgelements-builder-tabs .nav-pills {
    width: 100%;
    border-radius: 15px;
    padding: 5px;
  }
  .tcgelements-builder-tabs .nav-pills .nav-item .nav-link {
    font-size: 12px;
    padding: 5px 10px;
    margin: 2px;
  }
}
/* ==============================================================================================================================
														[ * Dropdown Element ]
===============================================================================================================================*/
.tcgelements-dropdown .flag {
  margin-right: 10px;
  height: 20px;
  max-width: 100%;
  max-height: 100%;
}
.tcgelements-dropdown .dropdown-menu {
  min-width: 200px;
  padding: 0;
  border-radius: 12px;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  top: 100%;
  overflow: hidden;
  left: 50px;
}
.tcgelements-dropdown li {
  list-style-type: none;
}
.tcgelements-dropdown::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 10px);
  height: 20px;
  width: 1px;
  background-color: rgba(153, 153, 153, 0.3333333333);
}
.tcgelements-dropdown .dropdown-toggle::after {
  position: relative;
  top: 3px;
  opacity: 0.8;
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  border: 0;
  line-height: 1;
  font-size: 0.8em;
}

/* ==============================================================================================================================
														[ * Services Tabs Element ]
===============================================================================================================================*/
.tcgelements-services-tabs ul {
  margin: 0;
  padding: 0;
}
.tcgelements-services-tabs li {
  list-style-type: none;
}
.tcgelements-services-tabs li .nav-link:first-of-type {
  padding-top: 0;
}
.tcgelements-services-tabs li .nav-link:last-of-type {
  padding-bottom: 0;
  border: 0;
}
.tcgelements-services-tabs li .icon {
  flex-shrink: 0;
}
.tcgelements-services-tabs .tab-content .service-image {
  position: relative;
}

/* ==============================================================================================================================
														[ * Menu Element ]
===============================================================================================================================*/
.tcgelements-menu-list {
  overflow: auto;
}
.tcgelements-menu-list li {
  list-style-type: none;
}
.tcgelements-menu-list::-webkit-scrollbar {
  width: 5px;
}
.tcgelements-menu-list::-webkit-scrollbar-track {
  background: #eee;
}
.tcgelements-menu-list::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 5px;
}
.tcgelements-menu-list ul {
  position: relative;
  z-index: 2;
}
.tcgelements-menu-list ul > .menu-item {
  position: relative;
  transition: all 0.2s linear;
  color: #1a1a1a;
  display: block;
  overflow: hidden;
}
.tcgelements-menu-list ul > .menu-item a, .tcgelements-menu-list ul > .menu-item a:hover {
  color: inherit;
}
.tcgelements-menu-list ul > .menu-item a {
  position: relative;
}
.tcgelements-menu-list ul > .menu-item a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #fff;
  opacity: 0.4;
}
.tcgelements-menu-list ul > .menu-item a:hover::after {
  width: 30px;
}
.tcgelements-menu-list ul > .menu-item.sub-menu-open a:before {
  display: none;
}
.tcgelements-menu-list ul > .menu-item a {
  display: inline-block;
  transition: all 0.3s;
  color: #1a1a1a;
}
.tcgelements-menu-list ul > .menu-item a:hover {
  opacity: 1;
}
.tcgelements-menu-list ul > .menu-item .sub-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: transparent;
  display: none !important;
  box-shadow: none;
  width: 100%;
  height: 0px;
  padding: 20px 0 20px 20px;
}
.tcgelements-menu-list ul > .menu-item .sub-menu li {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}
.tcgelements-menu-list ul > .menu-item .sub-menu li a {
  padding: 12px 10px;
  opacity: 0.6;
  transition: all 0.4s;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}
.tcgelements-menu-list ul > .menu-item .sub-menu li a:hover {
  opacity: 1;
}
.tcgelements-menu-list ul > .menu-item .sub-menu li.menu-item-has-children > .cursor-pointer > a {
  position: relative;
}
.tcgelements-menu-list ul > .menu-item .sub-menu.sub-open {
  display: block !important;
  opacity: 1 !important;
  height: 100% !important;
  overflow: inherit !important;
  position: relative;
}

/* ==============================================================================================================================
														[ * Social Icons Element ]
===============================================================================================================================*/
.tcgelements-social-icons {
  position: relative;
}
.tcgelements-social-icons a, .tcgelements-social-icons span {
  display: inline-block;
}
.tcgelements-social-icons:hover .share-icons {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.tcgelements-social-icons .show-icon {
  line-height: 0;
  position: relative;
  z-index: 2;
  padding: 15px;
  background-color: #000;
  color: #fff;
}
.tcgelements-social-icons .show-icon i {
  font-size: 16px;
}
.tcgelements-social-icons .show-icon svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.tcgelements-social-icons .share-icons {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: opacity 0.4s linear;
  opacity: 0;
  z-index: 20;
}
.tcgelements-social-icons .share-icons a {
  transition: all 0.3s linear;
}
.tcgelements-social-icons .tcgelements-social-icon {
  padding: 15px;
  background-color: #000;
  color: #fff;
}
.tcgelements-social-icons .tcgelements-social-icon i {
  font-size: 16px;
}
.tcgelements-social-icons .tcgelements-social-icon svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

/* ==============================================================================================================================
														[   The End   ]
===============================================================================================================================*/

/*# sourceMappingURL=style.css.map */
