/*------------------------------------------------------------------
[Table of contents]
* color customizer
* elementor section bg color
* elementor column bg color
* Sidebar and Content Area
* Services Details
* widget download
* widget ads
* Project Details
* Team Details
* show  Details
* Blog
* Page Title
* Header
* Footer
* Form
* Newsletter
* Owl Slider
* Search Form
* 404 Page
* Elementor Special
* Custom
* social icon
* Scroll To Top 
* Contact us
* Button
* Accordion
-------------------------------------------------------------------*/

/*--------------------------------------------------------------
# color customization
--------------------------------------------------------------*/

:root {
  --tcr-white-color: #ffffff;
}

/*--------------------------------------------------------------
# elementor-section-bg-color
--------------------------------------------------------------*/
.elementor-section.elementor-top-section.tcr-bg-color-primary {
  background: var(--tcr-primary-color);
}

.elementor-section.elementor-top-section.tcr-bg-color-secondary {
  background-color: var(--tcr-secondary-color);
}

.elementor-section.elementor-top-section.tcr-bg-color-tertiary {
  background-color: var(--tcr-tertiary-color);
}

.elementor-section.elementor-top-section.tcr-bg-color-light {
  background-color: var(--tcr-light-color);
}

.elementor-section.elementor-top-section.tcr-bg-color-white {
  background-color: var(--tcr-white-color);
}

/*--------------------------------------------------------------
# elementor-column-bg-color
--------------------------------------------------------------*/

.elementor-column.elementor-top-column.tcr-bg-color-primary>.elementor-widget-wrap {
  background: var(--tcr-primary-color);
}

.elementor-column.elementor-top-column.tcr-bg-color-secondary>.elementor-widget-wrap {
  background-color: var(--tcr-secondary-color);
}

.elementor-column.elementor-top-column.tcr-bg-color-tertiary>.elementor-widget-wrap {
  background-color: var(--tcr-tertiary-color);
}

.elementor-column.elementor-top-column.tcr-bg-color-light>.elementor-widget-wrap {
  background-color: var(--tcr-light-color);
}

.elementor-column.elementor-top-column.tcr-bg-color-white>.elementor-widget-wrap {
  background-color: var(--tcr-white-color);
}

/*--------------------------------------------------------------
# Sidebar and Content Area
--------------------------------------------------------------*/
/*Home page css*/
#page.site {
  overflow: hidden;
}

.tcr-vertical-text-left.elementor-widget,
.tcr-vertical-text-right.elementor-widget {
  position: initial;
}

.tcr-vertical-text-left .elementor-heading-title h3 {
  color: var(--tcr-white-color);
}

.tcr-service1-expand {
  position: relative;
}

.tcr-service1-expand::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background: var(--tcr-white-color);
  z-index: 9;
}

.tcr-vertical-text-left h3 {
  position: absolute;
  content: '';
  top: 0;
  color: var(--tcr-white-color) !important;
  font-size: 15px;
  bottom: 20px;
  left: -39px;
  height: 100%;
  padding: 0px 12px 0px 13px;
  justify-content: center;
  ;
  letter-spacing: 1px;
}

.tcr-vertical-text-right h3 {
  position: absolute;
  content: '';
  top: 0;
  color: var(--tcr-white-color) !important;
  bottom: 20px;
  right: -58px;
  padding: 0px 18px 0px 18px;
  display: flex;
  justify-content: center;
  letter-spacing: 1px;
}

.tcr-vertical-text-right h2.elementor-heading-title {
  right: 0;
  padding: 0px 15px 0px 15px;
}

.tcr-vertical-text-right h2.elementor-heading-title:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--tcr-white-color);
  top: 0;
  right: 0;
}

.tcr-vertical-text-right h2.elementor-heading-title:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: -8px;
}

.tcr-history h2.elementor-section:last-child:before {
  height: 100%;
}

.tcr-service-link .elementor-text-editor p {
  margin-bottom: 0px;
}

.tcr-service-link .elementor-text-editor {
  font-family: var(--tcr-global-font-family);
  font-size: 15px;
  font-weight: 600;
  color: #2b2b2d;
  text-align: center;
  padding: 16px 0px 13px 0px;
}

.tcr-service-img img {
  width: 100%;
}

.tcr-custom-expand {
  position: relative;
}

.tcr-custom-expand::before {
  position: absolute;
  content: "";
  top: 0;
  right: -200px;
  background: var(--tcr-white-color);
  width: 200px;
  height: 100%;
}

.elementor-heading-title span {
  color: var(--tcr-primary-color);
}

.tcr-list-item .elementor-icon-list-items li {
  margin-bottom: 13px;
}

.tcr-list-item .elementor-icon-list-items i {
  font-size: 23px !important;
}

.tcr-service-expand .elementor-widget-container:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 10%;
  background: var(--tcr-tertiary-color);
  top: 0;
  left: -60px;
}

.tcr-service-expand .elementor-widget-container:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10%;
  background: var(--tcr-tertiary-color);
  top: 0;
  right: -60px;
}

.tcr-last-infobox .infobox-style-2 .tcr-infobox-icon::before,
.tcr-last-infobox .infobox-style-2 .tcr-infobox-icon::after,
.tcr-last-infobox .infobox-style-2 .tcr-infobox-content {
  border: none;
}

.sidebar .widget {
  padding: 0 30px 30px 30px;
  background: var(--tcr-light-color);
  border-radius: 8px;
}

.sidebar .widget.side-banner {
  padding: 0;
}

.sidebar .widget h2,
.widget-area.sidebar .wp-block-search .wp-block-search__label {
  position: relative;
  padding: 25px 0 20px 0;
  text-align: center;
  margin-bottom: 0;
}

.widget-area.sidebar .wp-block-search .wp-block-search__label:before,
.sidebar .widget .wp-block-group h2:before,
.sidebar .widget h2.widget-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  margin-bottom: -2px;
  background: var(--tcr-primary-color);
}

.widget-area.sidebar .wp-block-search .wp-block-search__label,
.sidebar .widget .wp-block-group h2,
.sidebar .widget h2.widget-title span {
  position: relative;
}

.single-service .sidebar .widget_recent_services h2.widget-title span::before {
  height: 0;
  width: 0;
}

.single-service .sidebar .widget_recent_services h2.widget-title:before {
  margin-bottom: 0px;
}

.wp-block-search .wp-block-search__label {
  color: var(--tcr-tertiary-color);
  font-family: var(--tcr-ch-title-ff);
}

.sidebar .widget.tcr-service-header {
  padding-top: 0;
}

.sidebar .widget.tcr-service-header h2.widget-title {
  padding: 15px;
}

.site-content .widget-area.col-lg-4 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.content-area.col-lg-8 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.single-team .content-area,
.single-project .content-area,
.content-area.col-lg-8,
.content-area.col-md-12 {
  padding-bottom: 100px;
}

.single-post .content-area.col-lg-8 {
  padding-bottom: 100px;
}

.single-team .content-area,
.single-project .content-area,
.page-template-full-width .content-area {
  flex: 0 0 100%;
  max-width: 100%;
}

.site-main {
  padding-top: 100px;
}

.page-template-full-width .site-main {
  padding-top: 0;
}

.site-content .sidebar {
  position: relative;
  margin-top: 100px;
  padding-bottom: 40px;
}

.single-team .post-thumbnail:before {
  content: none;
}

/*--------------------------------------------------------------
# Services Details
-------------------------------------------------------------*/
.single.single-service .site-content .content-area .post-thumbnail img {
  margin-bottom: 40px;
  border-radius: 7px;
}

.widget_recent_services {
  padding: 0;
}

.widget_recent_services h2 {
  margin: 0;
  text-align: center;
  padding: 20px 0;
  color: var(--tcr-tertiary-color) !important;
}

.widget_custom_html h2.widget-title {
  padding: 15px 30px;
}

.widget_recent_services ul li {
  margin-bottom: 0px;
  padding: 0;
  position: relative;
  border-bottom: 2px solid var(--tcr-light-color);
}

.widget_recent_services ul li:last-child {
  border: none;
  margin-bottom: 0;
}

.widget_recent_services ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.widget_recent_services ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.widget_recent_services ul li a[aria-current="page"]:after,
.widget_recent_services ul li a:hover:after {
  width: 100%;
}

.widget_recent_services ul li a {
  display: block;
  font-size: 15px;
  padding: 15px;
  font-weight: 600;
  position: relative;
  background: var(--tcr-white-color);
  z-index: 1;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-radius: 7px;
}

.widget_recent_services ul li a[aria-current="page"] {
  color: var(--tcr-primary-color);
}

/*--------------------------------------------------------------
                      widget-download
--------------------------------------------------------------*/
.widget .download {
  align-items: center;
  background: var(--tcr-white-color);
  display: inline-flex;
  margin: 5px 0;
  width: 100%;
  padding: 0 20px;
  border-radius: 7px;
}

.widget .download .download-title {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}

.widget .download .download-title a {
  font-size: 15px;
  font-weight: 700;
}

.widget .download .download-icon {
  font-size: 22px;
  color: var(--tcr-primary-color);
  height: 60px;
  width: 50px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  margin-right: 15px;
}

.widget .download .download-size {
  float: right;
  border-left: 2px solid var(--tcr-light-color);
  padding-left: 25px;
  margin-left: 25px;
  line-height: 16px;
  font-size: 13px;
  font-weight: 600;
}

/*--------------------------------------------------------------
                      widget-ads
--------------------------------------------------------------*/
.sidebar .widget.tcr-ads {
  padding: 0;
  background: var(--tcr-primary-color);
}

.tcr-sidebar-banner {
  padding: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.tcr-sidebar-banner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  content: "";
  background: var(--tcr-tertiary-color);
}

.tcr-sidebar-banner:after {
  position: absolute;
  content: '';
  background: var(--tcr-tertiary-color);
  width: 100%;
  height: 95px;
  top: 150px;
  right: 0px;
  left: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
  transition: all 500ms ease;
}

.tcr-sidebar-banner .tcr-sidebar-content {
  position: relative;
  z-index: 9;
}

.tcr-sidebar-banner .tcr-sidebar-icon {
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  line-height: 83px;
  margin-top: 20px;
}

.tcr-sidebar-banner .tcr-sidebar-icon i {
  font-size: 24px;
  background: var(--tcr-light-color);
  color: var(--tcr-tertiary-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
}

.tcr-sidebar-banner .tcr-sidebar-title {
  color: var(--tcr-white-color);
  margin-top: 20px;
  font-size: 30px;
  line-height: 30px;
}

.tcr-sidebar-banner p {
  color: var(--tcr-white-color);
}

.tcr-sidebar-banner a {
  background: var(--tcr-white-color);
  font-size: 18px;
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 4px;
  display: inline-block;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.tcr-project-thumbnail .post-thumbnail {
  position: relative;
}

.tcr-project-thumbnail .tcr-project-title {
  margin-bottom: 0px;
}

.tcr-project-thumbnail .tcr-project-title span {
  display: none;
}

.tcr-project-thumbnail .tcr-project-title span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  margin-top: 4px;
  padding: 20px 40px;
  -webkit-clip-path: polygon(15% 0, 0 0, 0 35%);
  clip-path: polygon(15% 0, 0 0, 0 35%);
  overflow: visible;
  z-index: 1;
}

.tcr-project-details {
  padding: 35px 40px 30px 40px;
  margin-bottom: 40px;
}

.tcr-project-details .tcr-project-details-box {
  display: flex;
}

.tcr-project-details .tcr-project-details-box .tcr-project-detail {
  position: relative;
}

.tcr-project-details .tcr-project-details-box .tcr-project-detail:last-child:after {
  content: none;
}

.tcr-project-detail {
  margin-right: 30px;
  flex: 0 0 20%;
  align-items: center;
}

.tcr-project-detail .tcr-project-detail-value {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: var(--tcr-white-color);
}

.tcr-project-details .tcr-project-detail:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}

.tcr-project-detail-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
  display: block;
}

.tcr-project-detail .tcr-project-detail-title span {
  margin-right: 15px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: var(--tcr-white-color);
  display: inline-block;
  text-align: center;
}

.tcr-project-details-container .tcr-project-detail-des {
  margin-bottom: 3px;
  display: inline-block;
}

.tcr-project-details-container .tcr-project-detail-des p {
  margin-bottom: 0;
}

.tcr-project-process .elementor-column:last-child .tcr-infobox-icon::after {
  border: none;
}

.tcr-project-content h3 {
  font-size: 30px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.single-team .site-main .col-lg-7 {
  padding-top: 80px;
  padding-left: 45px;
}

.tcr-teammember-details-container .tcr-teammember-thumbnail {
  position: relative;
}

.tcr-teammember-details-container .tcr-teammember-thumbnail .post-thumbnail {
  position: relative;
}

.tcr-teammember-details-container .tcr-teammember-thumbnail .post-thumbnail img {
  border-radius: 10px 10px 0;
}

.tcr-teammember-details-container .tcr-teammember-thumbnail .tcr-teammember-designation-title-designation {
  padding: 20px 25px;
  border-radius: 0 7px 0px 0;
  position: absolute;
  width: 65%;
  bottom: 0;
  background-color: var(--tcr-light-color);
}

.tcr-teammember-details-container .tcr-teammember-thumbnail .tcr-team-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

.tcr-teammember-details-container .tcr-teammember-thumbnail .tcr-teammember-designation {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin: 0;
  color: var(--tcr-primary-color)
}

.tcr-teammember-details-container .tcr-teammember-details p {
  padding-bottom: 40px;
  margin: 0;
}

.tcr-teammember-details-container .tcr-teammember-details {
  background: var(--tcr-tertiary-color);
  padding: 30px;
  color: var(--tcr-white-color);
  border-radius: 0 0 10px 10px;
}

.tcr-teammember-details-container .tcr-teammember-details .tcr-teammember-detail {
  display: flex;
  padding-bottom: 20px;
}

.tcr-teammember-details-container .tcr-teammember-details .tcr-teammember-detail-title {
  font-weight: 900;
  color: var(--tcr-white-color);
  position: relative;
  font-size: 18px;
  font-family: var(--tcr-ch-title-ff);
  min-width: 100px;
}

.tcr-teammember-details-container .tcr-teammember-details .tcr-teammember-detail-value a {
  color: var(--tcr-white-color);
}

.tcr-teammember-details-container .tcr-teammember-details .tcr-teammember-link-profiles-container .social-links-lable {
  font-size: 20px;
  font-weight: 900;
  color: var(--tcr-white-color);
  font-family: var(--tcr-ch-title-ff);
}

.tcr-teammember-details-container .tcr-teammember-details .tcr-teammember-link-profiles-container ul {
  padding: 0;
  margin: 0;
}

.tcr-teammember-details-container .tcr-teammember-details .tcr-teammember-link-profiles-container ul li {
  display: block;
  border: none;
  margin-right: 10px;
  float: left;
  margin-top: 10px;
}

.tcr-teammember-details-container .tcr-teammember-details .tcr-teammember-link-profiles-container {
  margin-top: 25px;
  display: inline-block;
}

.tcr-teammember-details-container .tcr-teammember-details .tcr-teammember-link-profiles-container ul li a {
  font-size: 16px;
  width: 40px;
  display: block;
  line-height: 40px;
  height: 40px;
  background-color: var(--tcr-white-color);
  text-align: center;
  border-radius: 100%;
}

.tcr-teammember-details-container .tcr-teammember-details .tcr-teammember-link-profiles-container ul li a:hover {
  background-color: var(--tcr-primary-color);
}

/*--------------------------------------------------------------
# show  Details
--------------------------------------------------------------*/
.show .tcr-show-image img {
  border-radius: 6px !important;
  margin-bottom: 30px;
}

.show .tcr-show-content-info .tcr-show-title,
.show .tcr-show-content-info .tcr-trailer-title {
  font-size: 30px;
  line-height: 30px;
}

.show .tcr-show-content-info .tcr-show-meta-data {
  display: flex;
  align-items: center;
}

.show .tcr-show-content-info .tcr-show-meta-data .tcr-show-time-year {
  font-weight: 600;
  color: var(--tcr-tertiary-color);
  margin-right: 30px;
}

.show .tcr-show-content-info .tcr-show-meta-data .tcr-show-time-year .year {
  border-right: 1px solid #ddd;
  padding-right: 12px;
  margin-right: 12px;
}

.show .tcr-show-content-info .tcr-show-meta-data .tcr-show-category {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
  padding: 5px 16px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.show .tcr-show-content-info .tcr-show-content,
.show .tcr-show-content-info .tcr-show-trailer-heading {
  margin-top: 30px;
}

.show .tcr-show-content-info .tcr-show-content-detail ul {
  padding: 0;
  margin: 0;
}

.show .tcr-show-content-info .tcr-show-content-detail ul li {
  list-style-type: none;
  margin-bottom: 7px;
}

.show .tcr-show-content-info .tcr-show-content-detail ul li label {
  color: var(--tcr-primary-color);
  font-weight: 600;
  margin-right: 10px;
}

.show .tcr-show-content-info .tcr-show-content-detail ul li span {
  color: var(--tcr-tertiary-color);
  font-weight: 500;
}

.show .tcr-show-content-info .tcr-show-content-detail ul li i {
  color: #ffa900;
  margin-left: 10px;
}

.show .tcr-show-content-info .tcr-show-buttons {
  margin-top: 40px;
}

.show .tcr-show-content-info .tcr-show-buttons .tcr-show-button.show-watch a {
  position: relative;
  padding: 15px 55px 15px 32px;
  background-color: var(--tcr-primary-color);
  border-radius: 5px;
  color: var(--tcr-white-color);
  margin-right: 25px;
  display: inline-block;
  font-weight: 500;
}

.show .tcr-show-content-info .tcr-show-buttons .tcr-show-button.show-watch a:hover {
  background-color: var(--tcr-tertiary-color);
}

.show .tcr-show-content-info .tcr-show-buttons .tcr-show-button.show-watch a:before {
  position: absolute;
  top: 14px;
  right: 23px;
  font-size: 15px;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  color: var(--tcr-white-color);
  font-weight: 700;
}

.show .tcr-show-content-info .tcr-show-buttons .tcr-show-button.show-book a {
  position: relative;
  padding: 15px 55px 15px 32px;
  background-color: var(--tcr-tertiary-color);
  color: var(--tcr-white-color);
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
}

.show .tcr-show-content-info .tcr-show-buttons .tcr-show-button.show-watch a:hover {
  background-color: var(--tcr-tertiary-color);
}

.show .tcr-show-content-info .tcr-show-buttons .tcr-show-button.show-book a:hover {
  background-color: var(--tcr-primary-color);
}

.show .tcr-show-content-info .tcr-show-buttons .tcr-show-button.show-book a:before {
  position: absolute;
  top: 14px;
  right: 23px;
  font-size: 15px;
  content: "\f061";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  color: var(--tcr-white-color);
}

.show .tcr-cast-title {
  font-size: 30px;
  line-height: 30px;
  margin-top: 50px;
}

.show .tcr-show-cast-content {
  line-height: 30px;
}

.show .tcr-show-trailer {
  margin-bottom: 30px;
}

.show .tcr-show-trailer .tcr-show-video-inner img {
  border-radius: 5px;
  width: 100%;
}

.show .tcr-show-trailer .tcr-show-video-inner {
  position: relative;
  margin-top: 30px;
}

.show .tcr-show-trailer .video-button-outer a {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--tcr-primary-color);
  background: var(--tcr-white-color);
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50px;
  line-height: 80px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.show .tcr-show-trailer:hover .video-button-outer a {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
}

.show.type-show {
  margin-bottom: 30px;
}

.show.type-show:last-child {
  margin-bottom: 0;
}

/* gallery */
.gallery-size-thumbnail .gallery-item {
  padding: 5px;
}

.gallery-size-thumbnail .gallery-icon {
  border-radius: 4px;
  overflow: hidden;
}

.widget_tcr_recent_entries .tcr-show-image {
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-right: 20px;
}

.widget_tcr_recent_entries .tcr-show-image img {
  border-radius: 5px;
}

.widget_tcr_recent_entries .tcr-show-content a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  width: 100%;
}

.widget_tcr_recent_entries .tcr-show-rating {
  margin-right: 20px;
}

.widget_tcr_recent_entries .tcr-show-comment,
.widget_tcr_recent_entries .tcr-show-rating {
  opacity: 0.9;
}

.widget_tcr_recent_entries .tcr-show-rating i {
  color: #ffb300;
  margin-right: 10px;
}

.widget_tcr_recent_entries .tcr-show-comment i {
  color: var(--tcr-primary-color);
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.post.sticky .tcr-blog-classic-inner {
  border: 6px solid var(--tcr-primary-color);
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}

.post.sticky .tcr-blog-classic-inner:after {
  content: "\f08d";
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  position: absolute;
  color: var(--tcr-white-color);
  opacity: 1;
  right: -36px;
  top: -34px;
  padding: 0;
  width: 100px;
  line-height: 100px;
  height: 100px;
  text-align: center;
  font-weight: 900;
  border-radius: 0;
  padding-right: 32px;
  padding-top: 18px;
  background: var(--tcr-primary-color);
}

.tcr-blog-classic {
  margin-bottom: 30px;
}

.blog .tcr-blog-classic {
  margin-bottom: 30px;
}

.tcr-blog-classic .entry-title {
  margin-bottom: 10px;
  margin-top: 0;
  word-break: break-word;
  font-weight: 900;
  font-size: 26px;
  line-height: 36px;
  font-family: var(--tcr-ch-title-ff);
}

.tcr-blog-classic .tsb-single-list li {
  padding-bottom: 10px;
}

.tcr-blog-classic-inner:not(.single-post) {
  position: relative;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 0 0 7px 7px;
  background-color: var(--tcr-light-color);
}

.without-image .tcr-blog-classic-inner,
.single-post .tcr-blog-classic-inner {
  padding-top: 30px;
  position: relative;
  border-radius: 7px 7px;
}

.single-post .tcr-blog-classic .tcr-blog-classic-inner .entry-content .wp-block-columns {
  margin-bottom: 0px;
}

.archive.tag .tcr-blog-classic-inner,
.archive.category .tcr-blog-classic-inner {
  padding: 30px;
  border: 3px solid var(--tcr-white-color);
  position: relative;
}

.tcr-blog-classic .entry-meta-footer {
  display: block;
  text-align: left;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: var(--tcr-ch-title-ff);
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 19px;
}

.tcr-blog-classic .entry-meta-footer span {
  display: inline-block;
  margin: 2px 15px 2px 0;
}

.tcr-blog-classic .entry-meta-footer span i {
  font-size: 16px;
}

.tcr-blog-classic .entry-meta-footer span a:hover {
  color: var(--tcr-primary-color);
}

.tcr-blog-classic .entry-meta-footer span:last-child {
  margin-right: inherit;
}

.tcr-blog-classic .entry-meta-footer span.meta-comment a span {
  margin-right: 0;
}

.single-post.customize-support .tcr-blog-classic-inner span.author.vcard {
  top: -46px;
}

.single-post .tcr-blog-classic-inner span.author.vcard {
  top: -42px;
}

.tcr-blog-classic-inner span.author.vcard {
  font-weight: 700;
  padding: 10px 15px;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 0 6px 0 0;
  background-color: var(--tcr-primary-color);
  position: absolute;
  color: var(--tcr-white-color);
  top: -46px;
  left: -1px;
}

.home.blog .tcr-blog-classic-inner span.author.vcard {
  top: -42px;
}

.tcr-blog-classic-inner span.author.vcard a,
.tcr-blog-classic-inner span.author.vcard i {
  color: var(--tcr-white-color);
}

.tcr-blog-classic footer.entry-footer {
  border-top: 1px solid var(--tcr-light-color);
  padding-top: 20px;
  margin-bottom: 0;
}

.single .tcr-blog-classic footer.entry-footer {
  border-top: none;
  border-bottom: 1px solid var(--tcr-light-color);
  padding-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px !important;
}

.single .tcr-blog-classic-inner .entry-header footer.entry-footer {
  display: block;
}

.without-image .tcr-blog-classic-inner span.author.vcard {
  display: none;
}

.tcr-blog-classic .entry-meta-container>span>i {
  margin-right: 5px;
  color: var(--tcr-primary-color);
}

.tcr-blog-classic .entry-meta-container>span:last-child {
  border: none;
}

.tcr-blog-classic .social-icon-share {
  margin-left: auto;
  position: relative;
  align-items: center;
}

.tcr-blog-classic a.social-share-button {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.tcr-blog-classic ul.social-share-icons {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.left-column {
  padding: 0;
}

.tcr-blog-classic .post-thumbnail {
  position: relative;
  display: inline-block;
}

.blog .tcr-blog-classic .post-thumbnail img {
  border-radius: 5px 5px 0px 0px;
}

.single .tcr-blog-classic .post-thumbnail {
  display: block;
}

.single .post-thumbnail img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.tcr-blog-classic .entry-meta-container .entry-meta {
  margin-right: 15px;
  position: relative;
  padding-left: 0;
  word-break: break-word;
}

.tcr-blog-classic .entry-meta-container {
  position: relative;
}

.tcr-blog-classic .entry-meta-container .entry-meta:first-child {
  padding-left: 0;
}

blockquote:before {
  content: "\f10c";
  font-family: "flaticon";
  position: absolute;
  font-size: 25px;
  text-align: center;
  color: var(--tcr-white-color);
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  z-index: 1;
  top: -30px;
  left: 50%;
  opacity: 1;
  width: 60px;
  margin-left: -30px;
  line-height: 60px;
  height: 60px;
  background: var(--tcr-primary-color);
  border-radius: 100%;
}

.wp-block-pullquote blockquote {
  padding: 50px 50px 30px 90px;
}

.single-blockquote-content {
  margin-bottom: 25px;
  margin-left: 15px;
}

.tcr-blog-classic .entry-content .tcr-post-single-area {
  align-items: center;
  margin: 40px 0;
}

.tcr-blog-classic .entry-content .tcr-post-single-area h4 {
  margin-bottom: 5px;
}

.tcr-blog-classic .entry-content .tcr-post-single-area img {
  width: 100%;
}

.tcr-blog-classic .entry-content .tcr-post-single-area .tcr-list-wrapper ul {
  margin-top: -10px;
}

.archive-description {
  margin-bottom: 30px;
}

body.blog .site-main article:last-of-type .tcr-blog-classic {
  margin-bottom: 0;
}

.tcr-blog-classic-inner .wp-block-button__link {
  color: var(--tcr-white-color) !important;
}

.tcr-blog-classic-inner .wp-block-button__link:hover {
  background-color: var(--tcr-primary-color);
}

.tcr-blog-classic-inner .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--tcr-tertiary-color) !important;
  border: 2px solid var(--tcr-tertiary-color);
}

.tcr-blog-classic-inner .wp-block-button.is-style-outline .wp-block-button__link:hover {
  border: 2px solid var(--tcr-primary-color);
  color: var(--tcr-primary-color) !important;
  background-color: transparent;
}

.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.tcr-blog-classic .tcr-single-bottom-area {
  font-size: 14px;
  padding: 20px;
  width: 100%;
  align-items: center;
  margin-top: 25px;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
}

.tcr-blog-classic .tcr-single-meta-bottom .tags-links a {
  display: inline-block;
  font-size: 13px !important;
  padding: 4px 20px;
  line-height: 35px;
  margin: 5px;
  background: var(--tcr-light-color);
  font-weight: 700;
  border-radius: 5px;
}

.tcr-blog-classic ul.social-share-icons a.icon-link:hover,
.tcr-blog-classic .tcr-single-meta-bottom .tags-links a:hover {
  color: var(--tcr-white-color);
  background-color: var(--tcr-primary-color);
}

.tcr-blog-classic span.tags-links-lable {
  font-size: 16px;
  line-height: 28px;
  color: var(--tcr-tertiary-color);
  margin-right: 15px;
  font-weight: 700;
}

.tcr-blog-classic ul.social-share-icons a.icon-link {
  display: block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: var(--tcr-tertiary-color);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background: var(--tcr-light-color);
  border-radius: 5px;
}

.tcr-blog-classic-inner .gallery .gallery-item {
  padding: 0 10px;
}

.tcr-blog-classic-inner .gallery .gallery-item:first-child {
  padding-left: 0;
}

.tcr-blog-classic-inner .gallery .gallery-item:last-child {
  padding-right: 0;
}

.tcr-blog-classic-inner .gallery {
  margin-bottom: 30px;
}

.widget_block ul li a {
  font-weight: 700;
  font-size: 17px;
  font-family: var(--tcr-ch-title-ff);
}

/*=== Comment List ===*/
.comments-area {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}

.children,
.comment-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .comment-body {
  margin-bottom: 30px;
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid var(--tcr-light-color);
  padding: 20px;
  border-radius: 6px;
  background-color: var(--tcr-light-color);
}

.comment-list .children {
  padding-left: 40px;
  position: relative;
}

.comment-list .reply {
  position: absolute;
  overflow: hidden;
  top: 20px;
  right: 20px;
}

.comment-list a.comment-reply-link {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: var(--tcr-white-color);
  background-color: var(--tcr-primary-color);
  padding: 5px 13px;
  border-radius: 4px;
}

.comment-list a.comment-reply-link:hover {
  background-color: var(--tcr-secondary-color);
}

.comment-list .comment-avatar {
  min-width: 100px;
  margin-right: 25px;
}

.comment-list .comment-avatar img.avatar {
  width: 100px;
  border-radius: 6px;
}

.comment-list .comment-content {
  padding-right: 20px;
}

.comment-list .comment-content .comment-avatar {
  position: absolute;
  top: 20px;
  left: 30px;
}

.comment-list .comment-body .comment-meta {
  margin: 0px 0 10px 0;
}

.comment-list .comment-content .comment-meta .comment-date {
  display: block;
}

.comment-list span.comment-author {
  color: var(--tcr-tertiary-color);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 900;
  font-family: var(--tcr-ch-title-ff);
}

.comment-list .comment-date a {
  font-weight: 700;
  font-size: 12px;
  color: var(--tcr-primary-color);
}

.comments-area .comment-list li.pingback .comment-body,
.comments-area .comment-list li.trackback .comment-body {
  background: transparent;
}

/* trackback pingback */
.comments-area .comment-list li.trackback a,
.comments-area .comment-list li.pingback a {
  font-weight: 700;
}

.comments-area .comment-list .edit-link {
  padding-left: 20px;
  margin-top: 5px;
  display: inline-block;
}

.comments-area .comment-list .edit-link a {
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  background-color: var(--tcr-light-color);
}

.comments-area .comment-list li.pingback,
.comments-area .comment-list li.trackback {
  margin-bottom: 20px;
}

.comments-area .comment-list li.pingback .comment-body,
.comments-area .comment-list li.trackback .comment-body {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
}

.comments-area .comment-list li.pingback .comment-body:before,
.comments-area .comment-list li.trackback .comment-body:before {
  display: none
}

.comments-area .comment-list li.pingback a,
.comments-area .comment-list li.trackback a {
  color: var(--tcr-tertiary-color);
}

.comments-area .comment-list li.pingback a:hover,
.comments-area .comment-list li.trackback a:hover,
.comments-area .comment-list .edit-link a.comment-edit-link:hover {
  color: var(--tcr-primary-color);
}

/*=== Classic Leave a Reply ===*/
.comment-respond .comment-form {
  padding: 30px;
  background-color: var(--tcr-white-color);
  border-radius: 10px;
  border: 5px solid #eee;
}

.comment-respond .comment-form .tcr-comment-form-input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment-respond .comment-form-url,
.comment-respond .comment-form-comment {
  width: 100%;
}

.comment-respond p.comment-form-email,
.comment-respond p.comment-form-author {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.comment-respond p.comment-form-author {
  margin-right: 4%;
}

.comments-area .comments-title,
.comment-respond .comment-reply-title {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 30px;
  font-weight: 800;
}

.comments-area .comment-form .comment-form-cookies-consent {
  display: flex;
}

.comments-area .comment-form .comment-form-cookies-consent input {
  margin-top: 6px;
}

.comments-area .comment-form .comment-form-cookies-consent label {
  margin-left: 10px;
}

.comment-respond {
  margin-bottom: 30px;
}

.content-area.col-md-12 .comment-respond {
  margin-bottom: 0;
}

.content-area.col-md-12 .comment-list .comment .comment-respond {
  margin-bottom: 50px;
}

.comment-respond .comment-form p.form-submit {
  margin: 0;
}

.comment-respond .comment-reply-title small {
  margin-left: 15px;
}

/*=== Post Author Box ===*/
.post-author-box {
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 45px 45px 25px 48px;
  background-color: var(--tcr-white-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-author-box .post-author-image {
  height: 140px;
  width: 140px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 35px;
  background-color: var(--tcr-white-color);
}

.post-author-box .post-author-image .alignnone {
  margin: 0;
  width: 140px;
  height: 140px;
}

.post-author-box .post-author-details {
  -webkit-flex-shrink: 160;
  -moz-flex-shrink: 160;
  -ms-flex-negative: 160;
  flex-shrink: 160;
}

.post-author-box .author-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}

/*=== Related-posts===*/
.related-posts {
  display: none;
}

.related-posts.blog-style-1 .tcr-post-slide {
  border: 1px solid var(--tcr-light-color);
  border-radius: 5px;
  box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 4%);
}

.related-posts.blog-style-1 .tcr-post-thumbnail-wrapper {
  position: relative;
}

.related-posts.blog-style-1 .tcr-post-thumbnail-wrapper .tcr-post-image-container img {
  border-radius: 5px 5px 0px 0px;
  width: 100%;
}

.related-posts.blog-style-1 .tcr-post-thumbnail-wrapper .post-meta-item {
  position: absolute;
  bottom: 0;
  padding: 12px 16px;
  left: 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  color: var(--tcr-white-color);
  background: var(--tcr-primary-color);
  border-radius: 5px 5px 0px 0px;
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-title-inner {
  padding: 20px 30px 30px 30px;
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-title-inner .tcr-post-meta {
  border-bottom: 1px solid var(--tcr-light-color);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-post-meta .tcr-post-meta-inner .post-meta-item:last-child {
  margin-right: 0;
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-post-meta .tcr-post-meta-inner .post-meta-item i {
  color: var(--tcr-primary-color);
  margin-right: 7px;
  font-size: 17px;
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-post-meta-inner .post-meta-item {
  font-weight: 600;
  margin-right: 20px;
  font-size: 13px;
  color: var(--tcr-tertiary-color);
  text-transform: uppercase;
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-post-meta-inner .post-meta-item a:hover {
  color: var(--tcr-primary-color);
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-post-title h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-post-title h3 a:hover {
  color: var(--tcr-primary-color);
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-post-title p {
  margin-bottom: 0;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.tcr-page-title {
  padding: 150px 0 120px 0;
}

.tcr-page-title .page-title {
  font-size: 40px;
  line-height: 40px;
  color: var(--tcr-white-color);
}

.tcr-page-title .breadcrumb {
  background-color: inherit;
  padding: 0;
  color: var(--tcr-white-color);
}

.tcr-page-title .breadcrumb a {
  font-size: 16px;
  color: var(--tcr-white-color);
  margin-right: 30px;
  font-weight: 600;
}

.tcr-page-title .breadcrumb .current {
  color: var(--tcr-white-color);
  font-weight: 600;
  font-size: 16px;
  margin-right: 30px;
}

.tcr-page-title .breadcrumb span.current:last-child {
  margin-right: 0;
}

.archive .tcr-page-title .breadcrumb span.current {
  margin-left: 30px;
}

.tcr-page-title .breadcrumb span {
  position: relative;
}

.tcr-page-title .breadcrumb span:before {
  position: absolute;
  top: 5px;
  left: -18px;
  content: "";
  width: 2px;
  height: 17px;
  background-color: var(--tcr-white-color);
  transform: skew(-15deg, -15deg);
}

.tcr-page-title {
  position: relative;
}

.tcr-page-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tcr-tertiary-color);
  opacity: 60%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header.site-header-container {
  position: relative;
  z-index: 9999;
}

.tcr-sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--tcr-white-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.site-header .sticky-site-logo,
.site-header .site-logo {
  height: 100px;
  display: table;
  vertical-align: middle;
  text-align: center;
}

.site-header .site-logo img,
.site-header .sticky-site-logo img {
  width: 100%;
}

.header-layout-1 .site-header .tcr-sticky-header .site-logo,
.header-layout-1 .site-header .sticky-site-logo,
.header-layout-3 .site-header .tcr-sticky-header .site-logo,
.header-layout-3 .site-header .sticky-site-logo,
.site-header .tcr-sticky-header .site-logo,
.site-header .sticky-site-logo {
  display: none;
}

.site-header .tcr-sticky-header .sticky-site-logo {
  display: table;
}

.header-layout-1 .site-header .site-logo,
.header-layout-3 .site-header .site-logo {
  position: relative;
  z-index: 9;
}

.site-header .sticky-site-logo a,
.site-header .site-logo a {
  display: table-cell;
  vertical-align: middle;
}

.site-header .contact-info i {
  font-size: 45px;
  color: var(--tcr-white-color);
}

.site-header .contact-list {
  padding-left: 15px;
}

.site-header .contact-list .contact-value {
  display: block;
}

.site-header .contact-list .contact-value a {
  color: var(--tcr-white-color);
}

.site-header .contact-list .contact-label {
  font-family: var(--tcr-ch-title-ff);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.site-header .header-right-side {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.site-header ul.social-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.site-header ul.social-info li a {
  display: inline-block;
  color: var(--tcr-white-color);
  font-weight: normal;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

.site-header ul.social-info li a:hover {
  color: var(--tcr-white-color);
}

.social-info-wrapper ul li:last-child {
  margin-right: 0px;
}

/* Nav */
.site-header-bottom.tcr-bg-color-secondary {
  background: var(--tcr-secondary-color);
}

.header-layout-1 .site-header .tcr-header-button a,
.site-header .header-right-side .site-header .main-navigation div>ul>li,
.site-header-bottom {
  height: 50px;
  line-height: 50px !important;
}

.site-header .main-navigation {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}

.site-header .main-navigation div>ul>li>a {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  padding: 0px 12px;
  margin: 0;
  color: var(--tcr-tertiary-color);
}

.site-header .main-navigation div>ul>li:hover>a,
.site-header .main-navigation div>ul>li.current-menu-parent>a {
  color: var(--tcr-primary-color);
}

.site-header .main-navigation>div>ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.site-header .main-navigation div>ul>li {
  float: left;
  position: relative;
}

.site-header .main-navigation div>ul ul li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.site-header a.search-icon {
  margin-right: 30px;
}

.site-header a.search-icon.search-popup-modal {
  display: block;
}

/*=== Header 1 ===*/
.header-layout-1 .header-stickable {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.header-layout-1 .site-header .sticky-site-logo img,
.header-layout-1 .site-header .site-logo img {
  width: 165px;
}

/*=== Header 2 ===*/
.header-layout-2.site-header-container {
  padding-bottom: 30px;
}

.header-layout-2.site-header-container .header-stickable-wrap {
  position: absolute;
  z-index: 999;
  width: 100%;
  bottom: -30px;
}

.header-layout-2 .site-header .main-navigation div>ul>li>ul {
  top: 55px;
}

.header-layout-2 .tcr-topbar-wrapper {
  background-color: var(--tcr-tertiary-color);
  padding: 12px 0;
}

.header-layout-2 .tcr-topbar-wrapper .header-topbar .header-topbar-left .Topbar-Left .header-contact-info {
  padding: 0;
  margin: 0;
}

.header-layout-2 .tcr-topbar-wrapper .header-topbar .header-topbar-left .Topbar-Left .header-contact-info li {
  color: var(--tcr-white-color);
  list-style-type: none;
  font-size: 14px;
}

.header-layout-2 .tcr-topbar-wrapper .header-topbar .header-topbar-left .Topbar-Left .header-contact-info li i {
  margin-right: 15px;
  font-size: 17px;
  color: var(--tcr-primary-color);
}

.header-layout-2 .tcr-topbar-wrapper .header-topbar .header-topbar-right ul li a i {
  font-size: 17px;
}

.header-layout-2 .tcr-topbar-wrapper .header-topbar .header-topbar-right ul li a i:hover {
  color: var(--tcr-primary-color);
}

.header-layout-2 .site-header-top {
  display: flex;
  align-items: center;
}

.header-layout-2 .site-header-top .header-info .contact-phone {
  margin-right: 25px;
}

.header-layout-2 .site-header-top .header-info .contact-phone:last-child {
  margin: 0;
}

.header-layout-2 .site-header-top .header-info .contact-phone .contact-value a {
  color: var(--tcr-tertiary-color);
  font-weight: 500;
  font-size: 15px;
}

.header-layout-2 .site-header-top .header-info .contact-phone .contact-value a:hover {
  color: var(--tcr-primary-color);
}

.header-layout-2 .site-header-top .header-info .contact-phone .contact-list .contact-label {
  font-size: 15px;
  line-height: 15px;
  color: var(--tcr-tertiary-color);
  font-weight: 800;
}

.header-layout-2 .site-header-top .header-info .contact-phone i {
  background: var(--tcr-light-color);
  width: 40px;
  height: 40px;
  align-items: center;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: var(--tcr-primary-color);
  font-size: 18px;
}

.header-layout-2 .site-header .main-navigation div>ul>li>a {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 20px;
  margin: 0;
  line-height: 50px;
  color: var(--tcr-light-color);
}

.header-layout-2 .site-header .main-navigation div>ul>li:hover>a,
.header-layout-2 .site-header .main-navigation div>ul>li.current-menu-parent>a {
  color: var(--tcr-primary-color);
}

.header-layout-2 .main-navigation .menu .menu-item a:hover {
  color: var(--tcr-primary-color);
}

.header-layout-2 .search-wrapper a i {
  font-size: 20px;
  color: var(--tcr-white-color);
}

.header-layout-2 .tcr-header-button-container .tcr-header-button a {
  background: var(--tcr-primary-color);
  padding: 18px 27px;
  color: var(--tcr-white-color);
  font-weight: 600;
  border-radius: 0px 5px 5px 0px;
}

.header-layout-2 .header-stickable-wrap .header-stickable .header-menuarea {
  background: var(--tcr-tertiary-color);
  border-radius: 5px;
}

.header-layout-2 .tcr-header-button-container .tcr-header-button a:hover {
  background: var(--tcr-light-color);
  color: var(--tcr-tertiary-color);
}

.header-layout-2 .site-header .header-right-side .tcr-header-button {
  display: inline-flex;
}

.header-layout-2 .tcr-sticky-header {
  background-color: inherit;
  box-shadow: inherit;
}

/*header layout 3*/
.header-layout-3 .tcr-topbar-wrapper .header-topbar .header-topbar-content {
  background-color: var(--tcr-tertiary-color);
  padding: 8px 15px;
  border-radius: 0px 0px 10px 10px;
}

.header-layout-3 .tcr-topbar-wrapper .header-topbar .header-topbar-left .Topbar-Left .header-contact-info {
  padding: 0;
  margin: 0;
}

.header-layout-3 .tcr-topbar-wrapper .header-topbar .header-topbar-left .Topbar-Left .header-contact-info li {
  color: var(--tcr-white-color);
  list-style-type: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.header-layout-3 .tcr-topbar-wrapper .header-topbar .header-topbar-left .Topbar-Left .header-contact-info li i {
  margin-right: 10px;
  font-size: 18px;
  color: var(--tcr-primary-color);
  line-height: 14px;
}

.header-layout-3 .tcr-topbar-wrapper .header-topbar .header-topbar-right ul li a i {
  font-size: 15px;
}

.header-layout-3 .tcr-topbar-wrapper .header-topbar .header-topbar-right ul li a i:hover {
  color: var(--tcr-primary-color);
}

.header-layout-3 .header-stickable-wrap .header-nav-right-side {
  display: flex;
}

.header-layout-3 .header-stickable-wrap .main-navigation .menu .sub-menu .menu-item a {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  padding: 10px 20px;
  margin: 0;
  text-transform: capitalize;
  border-radius: 0px 0px 7px 7px;
}

.site-header .main-navigation div>ul ul li.current-menu-item>a {
  color: var(--tcr-primary-color);
}

.header-layout-3 .header-stickable-wrap .main-navigation .menu .menu-item a:hover {
  color: var(--tcr-primary-color);
}

.header-layout-3 .header-nav-right-side .search-wrapper a i {
  font-size: 20px;
  color: var(--tcr-tertiary-color);
}

.header-layout-3 .header-nav-right-side .tcr-header-button-container .tcr-header-button a {
  background: var(--tcr-primary-color);
  padding: 15px 25px;
  color: var(--tcr-white-color);
  font-weight: 600;
  border-radius: 3px;
}

.header-layout-3 .header-nav-right-side .tcr-header-button-container .tcr-header-button a:hover {
  background: var(--tcr-tertiary-color);
}

.header-layout-3 .site-header .main-navigation div>ul>li>ul {
  top: 63px;
}

.header-layout-3 .site-header .main-navigation div>ul>li>a {
  color: var(--tcr-tertiary-color);
}

.header-layout-3 .site-header .main-navigation div>ul>li.current-menu-parent>a {
  color: var(--tcr-primary-color);
}

@media (min-width: 1200px) {
  .header-layout-3 .site-header .main-navigation div>ul>li>a {
    padding: 0 20px;
  }

  .header-layout-3 .site-header {
    box-shadow: 0px 16px 15px 0px rgb(0 0 0 / 4%);
  }

  .site-header .main-navigation div>ul>li>ul,
  .site-header .main-navigation div>ul>li>ul ul {
    top: 62px;
    width: 250px;
    padding: 0px;
    background: var(--tcr-white-color);
    border-radius: 0px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
    border-top: 3px solid var(--tcr-primary-color);
  }

  .site-header .main-navigation div>ul>li.menu-item-has-children:hover:before {
    opacity: 1;
  }

  .site-header .main-navigation div>ul>li>ul ul {
    left: 100%;
    top: -3px;
  }

  .site-header .main-navigation div>ul ul {
    text-align: left;
    position: absolute;
    display: block;
    line-height: 14px;
    margin: 0;
    list-style: none;
    left: 0;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
    box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
    background-clip: padding-box;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
  }

  .site-header .main-navigation div>ul ul a {
    margin: 0;
    display: block;
    padding: 17px 20px 15px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: var(--tcr-tertiary-color);
    border-bottom: 1px solid var(--tcr-light-color);
  }

  .site-header .main-navigation div>ul ul li:last-child a {
    border-bottom: inherit;
  }

  .site-header .main-navigation div>ul ul a:before {
    position: absolute;
    content: '';
    left: 18px;
    top: 24px;
    width: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
  }

  .site-header .main-navigation div>ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    border-radius: 0px 0px 8px 7px;
  }

  .site-header .main-navigation div>ul li:nth-last-child(-n+1)>ul,
  .site-header .main-navigation div>ul li:nth-last-child(-n+2)>ul,
  .site-header .main-navigation div>ul li:nth-last-child(-n+3)>ul,
  .site-header .main-navigation div>ul li:nth-last-child(-n+4)>ul {
    left: auto;
    right: 0;
  }

  .site-header .main-navigation div>ul li:nth-last-child(-n+1)>ul>li>ul,
  .site-header .main-navigation div>ul li:nth-last-child(-n+2)>ul>li>ul,
  .site-header .main-navigation div>ul li:nth-last-child(-n+3)>ul>li>ul,
  .site-header .main-navigation div>ul li:nth-last-child(-n+4)>ul>li>ul {
    left: auto;
    right: 100%;
  }

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer .footer-topbar .footer-logo {
  background: var(--tcr-primary-color);
  padding: 32px;
  border-radius: 0 0 8px 8px;
  text-align: center;
}

footer .footer-topbar .contact-info {
  background-color: var(--tcr-light-color);
  border-radius: 0 0 8px 8px;
  display: inline-block;
  width: 100%;
}

footer .footer-topbar .contact-info .contact-info-inner {
  padding: 25px 0;
  margin-bottom: 0;
  justify-content: space-between;
}

footer .footer-topbar .contact-info .contact-info-inner li {
  align-items: center;
  border-right: 1px solid #ddd;
  margin-left: 28px;
}

footer .footer-topbar .contact-info .contact-info-inner li:last-child {
  border: inherit;
}

footer .footer-topbar .contact-info .contact-info-inner li i {
  color: var(--tcr-primary-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 21px;
  border-radius: 100px;
  background: var(--tcr-white-color);
  margin: 0px 15px
}

footer .footer-topbar .contact-info-inner .footer-contact-list .footer-contact-label {
  font-size: 17px;
  font-weight: 600;
  color: var(--tcr-tertiary-color);
  display: flex;
  margin-bottom: 3px;
}

footer .footer-topbar .contact-info-inner .footer-contact-list .footer-contact-value {
  font-size: 14px;
}

footer .footer-topbar .contact-info-inner .footer-contact-list {
  margin-right: 53px;
}

footer .tcr-footer-widgets-wrapper {
  margin: 50px 0 20px 0;
}

footer .tcr-footer-widgets-wrapper .tcr-footer .widget .widget-title {
  font-size: 24px;
  color: var(--tcr-white-color);
  font-weight: 800;
  margin-bottom: 35px;
}

footer .tcr-footer-widgets-wrapper .tcr-footer .widget .textwidget {
  color: var(--tcr-white-color);
}

footer .tcr-footer-widgets-wrapper ul.menu li a {
  color: var(--tcr-white-color);
  font-size: 15px;
  font-weight: 600;
}

footer .tcr-footer-widgets-wrapper ul.menu li a:hover {
  color: var(--tcr-primary-color);
}

footer .tcr-footer-widgets-wrapper ul.menu li {
  padding-bottom: 13px;
}

footer .tcr-copyright .footer-bottombar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .tcr-copyright .footer-bottombar .footer-menu {
  display: inline-block;
  padding: 0;
  margin: 20px 0;
}

footer .tcr-copyright .footer-bottombar .footer-menu li {
  list-style-type: none;
  float: left;
}

footer .tcr-copyright .footer-bottombar .footer-menu li:last-child {
  position: relative;
  margin-left: 35px;
}

footer .tcr-copyright .footer-bottombar .footer-menu li:last-child:before {
  position: absolute;
  content: "";
  top: 11px;
  left: -20px;
  width: 7px;
  height: 7px;
  background-color: var(--tcr-primary-color);
  border-radius: 50px;
}

footer .tcr-copyright .footer-bottombar .footer-menu li a {
  color: var(--tcr-white-color);
}

footer .tcr-copyright .footer-bottombar .footer-menu li a:hover {
  color: var(--tcr-primary-color);
}

footer .tcr-copyright .footer-right {
  color: var(--tcr-white-color);
  text-align: right;
  margin: 20px 0;
}

footer .tcr-copyright .footer-right span a {
  color: var(--tcr-primary-color);
}

footer .tcr-copyright .footer-right span a:hover {
  color: var(--tcr-white-color);
}

footer .widget-odd ul li img {
  border-radius: 5px;
}

footer .widget-odd ul li .tcr-post-content a {
  color: var(--tcr-white-color);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 3px;
}

footer .widget-odd ul li .tcr-post-content a:hover {
  color: var(--tcr-primary-color);
}

footer .widget-odd ul li .tcr-post-content span {
  color: var(--tcr-primary-color);
}

footer .social-info-wrapper ul.social-info li {
  margin-right: 10px;
  float: left;
}

footer .social-info-wrapper ul.social-info li a i {
  color: var(--tcr-tertiary-color);
  font-size: 16px;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
  background: var(--tcr-white-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  ;
}

footer .social-info-wrapper ul.social-info li a i:hover {
  color: var(--tcr-white-color);
}

footer .social-info-wrapper ul.social-info li a i:hover {
  background-color: var(--tcr-primary-color);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.tcr-form.contact-form input[type=submit] {
  width: 100%;
}

.tcr-form.contact-form .input-group {
  margin-bottom: 20px;
}

/*=== Form Input Outline ===*/
.tcr-form.appointment-form h3 {
  font-size: 32px;
  line-height: 42px;
  color: var(--tcr-white-color);
  text-align: center;
}

.tcr-form.appointment-form input[type=submit] {
  min-width: 100%;
}

.tcr-form.appointment-form input[type=submit]:hover {
  background: var(--tcr-white-color);
  color: var(--tcr-tertiary-color);
}

.tcr-form.appointment-form .p-hide p {
  margin: 0;
}

.wpcf7-form .input-group {
  display: block;
  position: relative;
  margin-bottom: 25px;
}

.wpcf7-form .input-group .ajax-loader {
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 9;
}

/*=== contact-form ===*/
.netfee-form.contact-form input[type=submit] {
  width: 100%;
}

.netfee-form.contact-form .input-group input[type="number"],
.netfee-form.contact-form .input-group input[type="text"],
.netfee-form.contact-form .input-group input[type="email"],
.netfee-form.contact-form .input-group input[type="password"],
.netfee-form.contact-form .input-group input[type="tel"],
.netfee-form.contact-form .input-group input[type="url"],
.netfee-form.contact-form .input-group input[type="search"],
.netfee-form.contact-form .input-group select,
.netfee-form.contact-form .input-group textarea {
  background-color: var(--tcr-light-color);
}

/*=== Team Form ===*/
.netfee-form.contact-form .input-group,
.tcr-team-form-1 .input-group {
  margin-bottom: 25px;
}

.tcr-contact-info .infobox-style-3 i:after {
  background: var(--tcr-white-color);
  z-index: 9;
  top: 0;
}
 
/*--------------------------------------------------------------
#  Newsletter
--------------------------------------------------------------*/
form .tcr-newslatter-style-1 .tcr-newslatter-title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
  color: var(--tcr-light-color);
}

form .tcr-newslatter-style-1 p {
  color: var(--tcr-white-color);
  font-size: 14px;
  font-weight: 500;
}

form .tcr-newslatter-style-1 .tcr-newslatter-input {
  position: relative;
  margin-top: 30px;
}

form .tcr-newslatter-style-1 .tcr-newslatter-input input {
  border-radius: 5px;
}

form .tcr-newslatter-style-1 .tcr-newslatter-input button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 22px;
  border-radius: 0 5px 5px 0px;
  background-color: var(--tcr-tertiary-color);
}

form .tcr-newslatter-style-1 .tcr-newslatter-input button:focus {
  outline: none;
}

form .tcr-newslatter-style-1 .tcr-newslatter-input button i {
  font-size: 20px;
}

/*--------------------------------------------------------------
# Owl Slider
--------------------------------------------------------------*/
.owl-carousel .owl-nav button {
  color: var(--tcr-white-color);
  width: 50px;
  height: 50px;
  outline: none;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

/*! Arrow Middle left right CSS */
.arrow-middle-left-right .owl-nav button.owl-prev,
.arrow-middle-left-right .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  color: var(--tcr-white-color);
  margin-top: -20px;
  outline: none;
}

.arrow-middle-left-right .owl-nav button.owl-prev {
  left: -120px;
}

.arrow-middle-left-right .owl-nav button.owl-next {
  right: -120px;
}

.arrow-middle-left-right .owl-nav button.owl-prev i,
.arrow-middle-left-right .owl-nav button.owl-next i {
  font-size: 14px;
  font-weight: 600;
}

.arrow-full-right .owl-carousel .owl-nav button {
  background: var(--tcr-white-color);
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/
.tcr-searchform {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

button.tcr-search-button {
  position: absolute;
  height: 55px;
  width: 55px;
  right: 0;
  top: 0;
  padding: 0;
  background-color: var(--tcr-primary-color);
  border-radius: 0 5px 5px 0;
}

.tcr-searchform-field {
  border-radius: 5px;
}

.mfp-inline-holder .mfp-content {
  position: static;
}

.mfp-close {
  top: 40px;
  right: 40px;
  opacity: 1;
}

.mfp-content button.mfp-arrow,
.mfp-content button.mfp-close {
  position: absolute;
  background-color: var(--tcr-primary-color);
  border: none;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  font-size: 23px;
  color: var(--tcr-white-color);
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 5px;
  outline: none;
  opacity: inherit;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 20px;
  right: 20px;
  z-index: 999;
  padding: 0;
}

body .button.mfp-close {
  color: var(--tcr-white-color);
}

.mfp-bg {
  z-index: 99999;
}

.mfp-wrap {
  z-index: 99999;
}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
section.error-404 {
  padding: 0 0px 100px 0px;
  text-align: center;
}

section.error-404 h1.page-title {
  font-size: 250px;
  line-height: 250px;
}

section.error-404 .search-form {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: none;
}

body.error404 .site-content.container {
  max-width: 100%;
  padding: 0;
}

section.error-404 .search-form input[type="search"] {
  background: var(--tcr-light-color);
  border: none;
  height: 56px;
  padding-right: 150px;
  color: var(--tcr-tertiary-color);
}

section.error-404 .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 2px;
}

section.error-404 a.fof-back-buttton {
  margin-top: 20px;
  display: inline-block;
  color: var(--tcr-white-color);
  background-color: var(--tcr-primary-color);
  font-weight: 600;
  font-family: var(--tcr-ch-title-ff);
  padding: 15px 30px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 7px;
}

section.error-404 a.fof-back-buttton:hover {
  background-color: var(--tcr-secondary-color);
}

section.error-404 .page-content p {
  font-size: 18px;
  font-weight: 600;
  color: var(--tcr-tertiary-color);
  margin-bottom: 35px;
  width: 60%;
  margin-left: 20%;
  margin-top: 40px;
  line-height: 24px;
}

.error404 .site-header .contact-list .contact-value a {
  color: var(--tcr-global-color);
}

.error404 .header-layout-3 .site-header {
  border-bottom: 1px solid var(--tcr-light-color);
}

/*--------------------------------------------------------------
# Elementor Special
--------------------------------------------------------------*/
body .elementor-widget-heading .elementor-heading-title {
  color: var(--tcr-global-color);
}

.elementor-top-section.tcr-bg-color-primary,
.elementor-top-section.tcr-bg-color-secondary,
.elementor-top-section.tcr-bg-color-tertiary,
.elementor-top-section.tcr-bg-color-quaternary,
.elementor-top-section.tcr-bg-color-quinary,
.elementor-top-section.tcr-bg-color-senary,
.elementor-top-section.tcr-bg-color-white {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tcr-bg-color-white.elementor-column>.elementor-column-wrap,
.elementor-section.tcr-bg-color-white {
  background-color: var(--tcr-white-color);
}

.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title {
  color: var(--tcr-tertiary-color);
}

.tcr-right-expand.elementor-top-section.tcr-bg-color-white:after,
.tcr-left-expand.elementor-top-section.tcr-bg-color-white:after,
.tcr-right-expand.tcr-bg-color-white .elementor-widget-wrap:after,
.tcr-left-expand.tcr-bg-color-white .elementor-widget-wrap:after {
  background: var(--tcr-white-color);
}

.tcr-right-expand.elementor-top-section:after,
.tcr-right-expand.elementor-top-column .elementor-widget-wrap:after {
  content: ' ';
  width: 1000%;
  position: absolute;
  height: 100%;
  display: block !important;
  top: 0;
  left: 0;
  z-index: 1;
}

.tcr-left-expand.elementor-top-section:after,
.tcr-left-expand.elementor-top-column>.elementor-widget-wrap:after {
  content: ' ';
  width: 1000%;
  position: absolute;
  height: 100%;
  display: block !important;
  top: 0;
  right: 0;
  z-index: -1;
}

.tcr-right-expand.elementor-top-section .elementor-widget-wrap,
.tcr-right-expand.elementor-top-column .elementor-widget-wrap .elementor-widget-wrap {
  z-index: 2;
}

.tcr-left-expand.about-expand .elementor-widget-wrap {
  width: 580px;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.tcr-right-expand.Service-right-expand .elementor-widget-wrap {
  width: 585px;
  margin-right: auto;
  margin-left: 0px;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.overflow-hidden {
  overflow: hidden;
}

.tcr-form-bg-color:after {
  content: '';
  position: absolute;
  width: 25%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media(max-width:1024px) {
  .overflow-hidden-tab {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .overflow-hidden-mobile {
    overflow: hidden;
  }
}

.netfee-vertical-text h2.elementor-heading-title {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: left bottom 0;
  margin-bottom: 0;
  bottom: 140px;
  left: -118px;
  font-size: 135px !important;
  line-height: 135px !important;
  font-weight: 700;
  color: var(--tcr-white-color);
}

.about-left-expand.tcr-left-expand .elementor-widget-wrap {
  width: 550px;
  margin-left: auto;
  margin-right: 0px;
}

.about-right-expand.tcr-right-expand .elementor-widget-wrap {
  width: 570px;
  margin-right: auto;
  margin-left: 0px;
}

.testimonial-right-expand.tcr-right-expand .elementor-widget-wrap {
  width: 810px;
  margin-right: auto;
  margin-left: 0px;
}

.about-border .elementor-widget-wrap::after {
  position: absolute;
  content: "";
  left: -40px;
  top: 0;
  width: 20px;
  height: 70%;
  background-color: var(--tcr-primary-color);
}

.pettern-bottom:after,
.pettern-top:before {
  height: 61px;
  top: 0;
  z-index: 2;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  background: url(../images/pettern-top.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pettern-bottom:after {
  top: inherit;
  bottom: 0;
  background: url(../images/pettern-bottom.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tcr-blog-classic .tcr-blog-classic-inner .entry-content ul:last-child,
.tcr-blog-classic .tcr-blog-classic-inner .entry-content table:last-child,
.tcr-blog-classic .tcr-blog-classic-inner .entry-content p:last-child {
  margin-bottom: 0;
}

.tcr-blog-classic .tcr-blog-classic-inner .entry-content .wp-block-column p {
  padding: 0 0 25px 0;
}

/*-------------------------------------------------------------
# social icon
--------------------------------------------------------------*/
header.social-info-wrapper ul {
  margin: 0;
  padding: 0;
  display: inline;
}

header .social-info-wrapper ul li {
  margin-right: 19px;
  min-width: auto;
  display: inline-block;
}

header .social-info-wrapper ul li a {
  color: var(--tcr-white-color);
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

.elementor-shortcode .social-info-wrapper ul li a i:hover {
  background-color: var(--tcr-white-color);
  color: var(--tcr-tertiary-color);
}

body a.rev-socail-icon:hover {
  text-decoration: underline !important;
}

.elementor-shortcode .social-info-wrapper ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.elementor-shortcode .social-info-wrapper ul li {
  list-style-type: none;
  margin-right: 8px;
}

.elementor-shortcode .social-info-wrapper ul li a i {
  display: inline-block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--tcr-white-color);
  background-color: var(--tcr-tertiary-color);
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

.elementor-shortcode .social-info-wrapper ul li a i:hover {
  color: var(--tcr-tertiary-color);
  background-color: var(--tcr-white-color);
}

/*--------------------------------------------------------------
# Scroll To Top.
--------------------------------------------------------------*/
#scroll-to-top.active a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  border-radius: 5px 0px 0px 5px;
}

#scroll-to-top a {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
}

#scroll-to-top a {
  position: fixed;
  z-index: 20;
  right: -1px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateX(130%);
  -moz-transform: translateX(130%);
  -ms-transform: translateX(130%);
  -o-transform: translateX(130%);
  transform: translateX(130%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  -moz-border-radius: 5px 0 0 5px;
}

#scroll-to-top a:hover i {
  -webkit-animation: scroll_up_anim 1.5s infinite;
  -moz-animation: scroll_up_anim 1.5s infinite;
  -o-animation: scroll_up_anim 1.5s infinite;
  animation: scroll_up_anim 1.5s infinite
}

@-webkit-keyframes scroll_up_anim {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
  }

  100% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}

@-moz-keyframes scroll_up_anim {
  0% {
    -moz-transform: translateY(-3px);
    transform: translateY(-3px)
  }

  50% {
    -moz-transform: translateY(3px);
    transform: translateY(3px)
  }

  100% {
    -moz-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}

@-o-keyframes scroll_up_anim {
  0% {
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
  }

  50% {
    -o-transform: translateY(3px);
    transform: translateY(3px)
  }

  100% {
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}

@keyframes scroll_up_anim {
  0% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
  }

  50% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px)
  }

  100% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}

.tcr-animation1 {
  animation-name: flykite;
  animation-duration: 5s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes flykite {
  0% {
    transform: translate(20px, -10px);
  }

  50% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(20px, -10px);
  }
}

.tcr-animation2 {
  animation-name: zoominout;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes zoominout {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(0.8, 0.8);
  }

  100% {
    transform: scale(1, 1);
  }
}

.item-bounce {
  animation-name: fadebounce;
  animation-duration: 8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes fadebounce {
  0% {
    transform: translateY(0);
    opacity: 1
  }

  50% {
    transform: translateY(20px);
    opacity: 1
  }

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

.about-img-rotate .elementor-image img {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/*--------------------------------------------------------------
# Contact us
--------------------------------------------------------------*/
.tcr-contact-details .infobox-style-8 .tcr-infobox-content .tcr-infobox-title {
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 20px;
  color: var(--tcr-tertiary-color) !important;
}

.tcr-contact-details .infobox-style-8 .tcr-infobox-wrapper .tcr-infobox-text {
  font-size: 16px;
}

.tcr-contact-details .tcr-infobox-content .tcr-infobox-text {
  color: var(--tcr-tertiary-color) !important;
}

.tcr-contact-details .infobox-style-8 .tcr-infobox-wrapper .tcr-infobox-icon img {
  width: 55px;
  max-width: inherit;
}

.tcr-contact-details .tcr-vertical-text-left h3 {
  left: 0;
  letter-spacing: 7px;
}

.tcr-contact-details .infobox-style-8 .tcr-infobox-wrapper {
  margin: 0 20px 0 100px;
  padding: 40px 0;
  border-bottom: 1px solid var(--tcr-light-color);
}

.tcr-contact-details .elementor-widget-wrap .elementor-element:last-child .tcr-infobox-wrapper {
  border-bottom: none;
}

.tcr-contact-details .infobox-style-8 .tcr-infobox-wrapper .tcr-infobox-icon {
  margin-top: 0px;
}

.contact-box {
  box-shadow: inset 0px -8px 0px 0px rgb(0 0 0 / 10%);
  border-radius: 15px;
}

.contact-social .social-info-wrapper ul li a {
  font-size: 22px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
   
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
body .elementor-button.elementor-size-md {
  padding: 0px 30px;
}

body .elementor-widget-button .elementor-button.elementor-size-sm {
  font-weight: 900;
  padding: 15px 45px 15px 25px;
  font-size: 17px;
  line-height: 24px;
  border-radius: 4px;
}

.elementor-widget-button {
  background-color: inherit;
}

.elementor-widget-container .elementor-button-wrapper .elementor-button .elementor-button-text {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}

.elementor-button .elementor-button-text:before {
  position: absolute;
  top: 0px;
  right: -22px;
  font-size: 15px;
  content: "\f061";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.elementor-widget-container .elementor-button-wrapper .elementor-button {
  text-shadow: inherit !important;
}


.elementor-widget-container .elementor-button-wrapper .tcr-color-primary.elementor-button {
  background: var(--tcr-primary-color);
}

.elementor-widget-container .elementor-button-wrapper .tcr-color-primary.elementor-button:hover {
  background-color: var(--tcr-tertiary-color);
  color: var(--tcr-white-color);
}


.elementor-widget-container .elementor-button-wrapper .tcr-color-secondary.elementor-button {
  background-color: var(--tcr-secondary-color);
}

.elementor-widget-container .elementor-button-wrapper .tcr-color-secondary.elementor-button:hover {
  background-color: var(--tcr-tertiary-color);
}


.elementor-widget-container .elementor-button-wrapper .tcr-color-tertiary.elementor-button {
  color: var(--tcr-white-color);
  background-color: var(--tcr-tertiary-color);
}

.elementor-widget-container .elementor-button-wrapper .tcr-color-tertiary.elementor-button:hover {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-light-color);
}


.elementor-widget-container .elementor-button-wrapper .tcr-color-light.elementor-button {
  color: var(--tcr-tertiary-color);
  background-color: var(--tcr-light-color);
}

.elementor-widget-container .elementor-button-wrapper .tcr-color-light.elementor-button:hover {
  background-color: var(--tcr-tertiary-color);
  color: var(--tcr-white-color);
}


.elementor-widget-container .elementor-button-wrapper .tcr-color-white.elementor-button {
  background-color: var(--tcr-white-color);
  color: var(--tcr-tertiary-color);
}

.elementor-widget-container .elementor-button-wrapper .tcr-color-white.elementor-button:hover {
  background-color: var(--tcr-tertiary-color);
  color: var(--tcr-white-color);
}


.tcr-bg-color-tertiary .elementor-widget-container .elementor-button-wrapper .tcr-color-primary.elementor-button:hover,
.tcr-bg-color-tertiary .elementor-widget-container .elementor-button-wrapper .tcr-color-secondary.elementor-button:hover,
.tcr-bg-color-tertiary .elementor-widget-container .elementor-button-wrapper .tcr-color-tertiary.elementor-button:hover,
.tcr-bg-color-tertiary .elementor-widget-container .elementor-button-wrapper .tcr-color-light.elementor-button:hover,
.tcr-bg-color-tertiary .elementor-widget-container .elementor-button-wrapper .tcr-color-white.elementor-button:hover {
  background-color: var(--tcr-white-color);
  color: var(--tcr-tertiary-color);
}

/*--------------------------------------------------------------
# Accordion Style 1
--------------------------------------------------------------*/
body.elementor-accordion {
  margin-bottom: 40px;
}

body.elementor-accordion .elementor-accordion-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

body .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  position: relative;
  overflow: hidden;
}

body .elementor-accordion .elementor-accordion-item {
  border: none;
}

body .elementor-accordion .elementor-accordion-item p {
  font-family: var(--tcr-global-font-family);
}

body .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  color: var(--tcr-white-color);
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 3px;
  background: var(--tcr-primary-color);
}
body .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{
  fill: #fff;
  top: 3px;
  position: relative;
}
.elementor-accordion .elementor-accordion-item {
  margin-bottom: 20px;
  box-shadow: 0px -4px 49px 0px rgb(0 0 0 / 8%);
  border-radius: 6px;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  overflow: visible;
}

.elementor-accordion .elementor-tab-content {
  border: none !important;
}

.elementor-accordion .elementor-tab-title {
  padding: 25px !important;
}

.elementor-accordion-item .elementor-accordion-title {
  font-family: var(--tcr-ch-title-ff) !important;
  font-weight: 800 !important;
}

.elementor-accordion .elementor-tab-title {
  padding-right: 59px !important;
}





/*--------------------------------------------------------------

# woocommerce

--------------------------------------------------------------*/
.type-product .tcr-blog-classic-inner:not(.single-post){
  padding: 0;
}
 
.type-product .tcr-blog-classic .tcr-blog-classic-inner,
.type-product .tcr-blog-classic .tcr-blog-classic-inner .entry-meta-footer{
  border: none;
}
.type-product .tcr-blog-classic-inner span.author.vcard{
  display: none;
}

.woocommerce .woocommerce-result-count{
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
} 
.woocommerce ul.products li.product a img{
  border-radius: 18px;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size: 22px;
  font-weight: 800 !important;
  line-height: 28px;
  font-weight: var(--tcr-ch-title-ff);
  margin: 25px 0 15px 0;
  padding: 0;

}
.woocommerce ul.products li.product .button{
  font-weight: 600;
  padding: 10PX 15px;
  font-size: 14px;
  line-height: 15px;
  border-radius: 4px;
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
  margin-top: 0;
  text-transform: capitalize;

}
.woocommerce ul.products li.product .button:hover{
  background-color: var(--tcr-tertiary-color);
}
.woocommerce a.button.loading::after{
  top: -15px;
    right: -12px;
}

.woocommerce .type-product .added_to_cart{
  font-weight: 600;
    padding: 10PX 15px;
    font-size: 15px;
    line-height: 15px;
    border-radius:4px;
     color: var(--tcr-white-color);
    margin-top: 18px;
    position: absolute;
    top:125px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
    background-color: var(--tcr-primary-color);
}
.woocommerce .type-product .added_to_cart:hover{
  background-color: var(--tcr-tertiary-color);
}
.woocommerce ul.products li.product .price{ 
 font-family: var(--tcr-ch-subtitle-ff);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 17px;
}
.woocommerce ul.products li.product{
  position: relative;
}
.woocommerce ul.products li.product .onsale{
  top: 20px;
  right: 20px;
  padding: 6px 10px;
  min-width: inherit;
  min-height: inherit;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 3px;
  background-color: var(--tcr-primary-color);
}
.woocommerce ul.products li.product .price  del{
  color: #666;
  margin-right: 10px;
}
.woocommerce ul.products li.product .price ins{
  text-decoration: inherit;
  font-size: 18PX;
  color: var(--tcr-tertiary-color);
  font-weight: 600;
}
  article.type-product .tcr-blog-classic-inner{
  border-radius:10px;
}
article.type-product .tcr-blog-classic-inner{
  background-color: inherit;
} 
.woocommerce .type-product span.onsale{
  left: 15px;
    top: 15px;
    padding: 6px 10px;
    min-width: inherit;
    min-height: inherit;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    background-color: var(--tcr-primary-color);
}
.woocommerce div.product p.price del{
  text-decoration: none;
}
.woocommerce .single-product .type-product .entry-summary .price{
  font-family:var(--tcr-ch-title-ff);
  font-size: 30px;
  line-height: 34px;
  color: var(--tcr-tertiary-color);
  text-decoration: inherit;
}
.woocommerce .single-product .type-product .entry-summary .price  del bdi{
  font-size: 25px;
  text-decoration: line-through;
}
.woocommerce .single-product .type-product .entry-summary .price span.woocommerce-Price-amount {
  margin-right: 10px;
}
.woocommerce .single-product .type-product .entry-summary .price  ins{
  text-decoration: inherit;
} 
.woocommerce .single-product .type-product .entry-summary .stock.in-stock{
   color: var(--tcr-tertiary-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--tcr-ch-subtitle-ff);
}
.woocommerce div.product .woocommerce-product-details__short-description .woocommerce-tabs .woocommerce-Tabs-panel--description{
  display: inherit !important;
  padding: 0;
  border: none;
  margin-bottom: 10px;
}
 
.woocommerce .single-product .type-product .entry-summary .cart button.button {
  font-weight: 700;
  padding: 10PX 15px !important;
  font-size: 14px;
  line-height: 15px;
  border-radius: 4px;
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
  margin-top: 0;
  text-transform: capitalize;
}
 
.woocommerce .single-product .type-product .entry-summary .cart button.button:hover{
  background-color: var(--tcr-tertiary-color);
}

.woocommerce .single-product .type-product .flex-viewport,
.woocommerce .single-product .type-product .woocommerce-product-gallery__image {
  border-radius: 10px;
} 
.woocommerce div.product div.images{
  margin-bottom: 50px;
}
.woocommerce div.product div.images .flex-control-thumbs{
  margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs img{
  border-radius: 10px;
  margin-right: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
  margin-right: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
  opacity: 1; 
} 
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
  border:3px solid;
}
.woocommerce .single-product .type-product .entry-summary .product_meta {
  display: grid;
}
.woocommerce .single-product .type-product .entry-summary .product_meta span {
 font-weight: 700;
 margin-bottom: 10px;
 font-size: 18px; 
 font-family: var(--tcr-ch-title-ff);
}
.woocommerce .single-product .type-product .entry-summary .product_meta span a{
  color: #666;
  font-weight: 500;
}
.woocommerce .single-product .type-product .entry-summary .product_meta  span .sku{
    color: #666;
    font-weight: 500;
} 
.woocommerce .single-product .type-product .entry-summary .product_meta  span.posted_in a{
  font-weight: 400;
  color: #666;
} 
.woocommerce .single-product .type-product .woocommerce-tabs ul.tabs li{
  background-color: inherit;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px 10px 0px 0px;
  margin-right: 7px;
  padding: 0 30px;
} 
.woocommerce .single-product .type-product .woocommerce-tabs ul.tabs li a{
  font-weight: 700; 
  color: var(--tcr-tertiary-color);
  font-weight: var(--tcr-ch-title-ff);
}   
.woocommerce .single-product .type-product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
  color: var(--tcr-primary-color);
}
.woocommerce div.product .woocommerce-tabs .panel h2{
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}
.woocommerce div.product .woocommerce-tabs .panel{
  border-top: inherit !important;
  border: 1px solid #f0efec;
  padding: 30px 30px 30px 30px;
  border-radius: 0px 10px 10px 10px;
}
.woocommerce div.product .woocommerce-tabs .panel h6{
  font-weight: 400;
  color: #666;
  font-size: 17px;
  line-height: 23px;
} 
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
  left: -7px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
  padding-left: 5px;
  margin-bottom: 0;
}
.woocommerce table.shop_attributes{
  border-color:#f0efec;
}
.woocommerce table.shop_attributes td{
  padding: 15px 10px;
  border-color: #f0efec;
  border-bottom: 1px #f0efec;
}
.woocommerce table.shop_attributes th{
  padding: 10px;
  border-color: #f0efec;
  border-bottom: 1px #f0efec;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
  border-color: #f0efec;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{
  box-shadow: none;
  border-color: #f0efec;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
  border-radius:inherit;
  box-shadow: none;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
  border-radius: 0;
  box-shadow: none;
  border-color: #f0efec;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
  border-color: #f0efec;
} 
.woocommerce #respond input#submit{
  padding: 0px 30px;
  display: inline-block;
   color: var(--tcr-white-color);
  line-height: normal;
  font-family:var(--tcr-ch-title-ff);
  background-color: var(--tcr-primary-color);
  font-weight: 700;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.5px;
  border-radius: 5px;
}
.woocommerce #respond input#submit:hover{
   color: var(--tcr-white-color);
   background-color: var(--tcr-tertiary-color);
}
.comment-respond .comment-form p.logged-in-as{
  color: #000;
}
  

/*------------------ cart --------------------*/

.type-page .entry-title{
  font-size: 60px;
}

.woocommerce .return-to-shop a{
  padding: 0px 20px;
  display: inline-block;
  color: var(--tcr-white-color);
  line-height: normal;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 800;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  background-color: var(--tcr-primary-color);
  text-transform: capitalize;
}
.woocommerce .return-to-shop a:hover{
  background-color: var(--tcr-tertiary-color);
}

.woocommerce .return-to-shop a:hover{
   color: var(--tcr-white-color);
}

.woocommerce .woocommerce-cart-form table tbody td,
.woocommerce .woocommerce-cart-form table th{
  border-right: none;
}
.woocommerce .woocommerce-cart-form table th{
  color: var(--tcr-tertiary-color);
}
.woocommerce table.shop_table{
  margin-bottom: 60px;
  border-color: #f0efec;
}
.woocommerce table.shop_table td{
  padding: 13px 12px;
  border-color: #f0efec;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination strong{
  font-size: 20px;
  line-height:30px;
  font-weight: 500;
}
.woocommerce table.shop_table td strong{
  font-size: 20px;
  line-height:30px;
  font-weight: 600;
}
.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:last-child{
  border-right: none;
}
.woocommerce table.shop_table th{
  padding: 13px 12px;
}
.woocommerce a.remove {
  font-size: 23px;
  line-height: 23px;
  width: 27px;
  height: 27px;
} 
.woocommerce .woocommerce-cart-form table th{
  
  font-size: 22px;
  line-height:22px;
  font-weight: 700;
}
.woocommerce .woocommerce-cart-form table tbody td.product-name a{
  font-size: 18px;
  line-height: 18px;
  font-weight:600;  
}
.woocommerce-cart table.cart img{
  width: 45px;
}
.woocommerce table.cart td.actions .input-text{
  width: 240px !important;
  height: 57px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  margin-right: 12px;
  padding: 0 12px;
  background-color: var(--tcr-light-color);
} 
.woocommerce .cart .button{
  font-weight: 800;
  font-family: var(--tcr-ch-title-ff);
  padding: 13px 25px !important;
  color: var(--tcr-white-color) !important;
  border-radius: 4px;
  background-color: var(--tcr-primary-color);
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
}
.woocommerce .cart .button:hover{
  background-color: var(--tcr-tertiary-color);
} 
.woocommerce .cart  button.button:disabled[disabled]{
  background-color: var(--tcr-tertiary-color);
  font-weight: 600;
}
.woocommerce .cart  button.button:disabled[disabled]:hover{
  background-color: var(--tcr-primary-color);
}
.woocommerce-page #content table.cart td.actions {
  padding: 30px 30px 30px 30px;
}
.woocommerce .cart  .button:hover{
   color: var(--tcr-white-color);
}
 
.woocommerce .cart button:focus{
  outline: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  font-weight: 800;
  font-family: var(--tcr-ch-title-ff);
  padding: 15px 25px !important;
  color: var(--tcr-white-color) !important;
  border-radius:4px;
  background-color: var(--tcr-primary-color);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 26px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
  background-color: var(--tcr-tertiary-color);
}
.woocommerce-cart .woocommerce-shipping-calculator button  {
  font-weight: 800;
  font-family: var(--tcr-ch-title-ff);
  padding: 6px 20px;
  color: var(--tcr-white-color) !important;
  border-radius: 4px;
  background-color: var(--tcr-primary-color);
  text-transform: capitalize;
  font-size: 15px;
  line-height: 26px;
}
.woocommerce-cart .woocommerce-shipping-calculator button:hover{
   color: var(--tcr-white-color);
   background-color: var(--tcr-tertiary-color);
}
.woocommerce-cart .woocommerce-shipping-calculator button:focus{
  outline: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button{
  font-size: 17px; 
  font-weight:600 ;
  font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-tertiary-color);
} 
.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover{
 color: var(--tcr-primary-color);
}
.woocommerce-cart .cart-collaterals .cart_totals tr th{
   font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-tertiary-color);
  font-size: 20px;
  line-height:30px;
  font-weight: 800;
  border-color: #f0efec;
} 
.select2-container--default .select2-selection--single{
  display: block;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: #212529;
  line-height: normal;
 
  margin-bottom: 0px;
  background: var(--tcr-light-color);
  font-weight: 600;
  border: transparent; 
  border-radius: 5px;
}  
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 14px;
  right: 10px;
}
 .select2-container .select2-selection--single .select2-selection__rendered{
  padding-right: 70px;
  padding-left: 18px;
  color: #757575;
  line-height: 60px; 
} 

/*--------- error---------- */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info{
  border-radius: 0px 0px 10px 10px;
  padding: 30px 55px;
  border-color: var(--tcr-primary-color);
  margin-bottom: 60px !important;
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-error .button{
   color: var(--tcr-white-color);
}
.woocommerce .woocommerce-error .button{
 
  font-weight: 700;
  padding: 10PX 15px !important;
  font-size: 14px;
  line-height: 15px;
  border-radius: 4px;
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
  margin-top: 0;
  text-transform: capitalize;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover{
  background-color: var(--tcr-tertiary-color);
}

.woocommerce-error li{
  color: var(--tcr-tertiary-color);
  font-weight: 500;
  line-height: 30px;
}
.woocommerce-error::before{
  top:34px;
  color: var(--tcr-primary-color);
}
.woocommerce-message::before{
  top: 30px;
  color: var(--tcr-primary-color);
}


/*------------info---------- */
 
.woocommerce .woocommerce-info a{
  font-weight: 500;
}
.woocommerce-info::before{
    top: 30px;
    color: var(--tcr-primary-color);
}
.woocommerce form.checkout_coupon button.button{
  padding: 0px 30px; 
  display: inline-block;
   color: var(--tcr-white-color);
  line-height: normal;
   font-family: var(--tcr-ch-title-ff);
  font-weight: 700;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.5px;
  border-radius: 6px;
   
}
 .woocommerce form.checkout_coupon p{
  color: var(--tcr-tertiary-color);
 }
 .woocommerce form.checkout_coupon p input{
  height: 50px;
 }

/*--------- woocommerce-form------------*/
.woocommerce .col-1, .col-2 {
  max-width: none;
}

.woocommerce form .form-row.woocommerce-invalid label{
  color: var(--tcr-primary-color);
}
.woocommerce form .form-row label {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tcr-tertiary-color);
  font-weight: 500;
}
.woocommerce .woocommerce-checkout-review-order  table.shop_table thead th{
   font-family: var(--tcr-ch-title-ff);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  padding: 13px 20px;
  color: var(--tcr-tertiary-color);
}
.woocommerce .woocommerce-checkout-review-order  tfoot   th,
.woocommerce .woocommerce-checkout-review-order  table.shop_table td{
  padding: 13px 20px;
}
.woocommerce .woocommerce-checkout-review-order tfoot th{
   font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-tertiary-color);
  font-size: 18px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table td .amount{
  color: var(--tcr-tertiary-color);
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td strong { 
  font-size: 20px;
}
.woocommerce .woocommerce-checkout-review-order td ul li label{
   font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-tertiary-color);
  font-size: 18px;
  text-transform: capitalize;
} 
.woocommerce .col2-set, .woocommerce-page .col2-set{
  margin-bottom: 50px;
} 
.woocommerce form.checkout_coupon{
  margin-bottom: 50px;
}

/*---------woocommerce NoticeGroup---------------*/



.woocommerce-NoticeGroup ul{
  margin-bottom: 70px;
}
.woocommerce-NoticeGroup ul li{
 margin-bottom: 5px;
}
.woocommerce-NoticeGroup ul li strong{
   font-family: var(--tcr-ch-title-ff);
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info{
  margin-bottom: 50px;
  color: var(--tcr-tertiary-color);
  padding: 30px 55px;
  border-radius: 0px 0px 10px 10px;
}
 
/*---------woocommerce payment------------*/
 
.woocommerce-checkout-payment .form-row button{
  font-weight: 800;
  font-family: var(--tcr-ch-title-ff);
  padding: 15px 25px !important;
  color: var(--tcr-white-color) !important;
  border-radius: 4px;
  background-color: var(--tcr-primary-color) !important;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 26px;
  outline: none;
}
.woocommerce-checkout-payment .form-row button:hover{
  background-color: var(--tcr-tertiary-color) !important;
} 
.woocommerce form .form-row{
 display: grid;
 margin-bottom: 10px;
}
.woocommerce form .form-row textarea.input-text {
  height: 130px;
}
.woocommerce-checkout #payment{
  background : inherit;
}
.woocommerce-checkout #payment ul.payment_methods{
  border: none;
  padding: 0;
}
.woocommerce-checkout #payment div.form-row{
  padding: 0;
}