@charset 'utf-8';
/*
Theme Name: tndc child 
Theme URI: 
Description: hello-elementor Child Theme - Multipurpose and Multiskin Responsive Wordpress theme
Author: tndc Child Theme
Author URI:  
Template: tndc
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: tndc-child-theme
*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/*font-family: "IBM Plex Mono", monospace;*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wdth,wght@0,75..100,100..700;1,75..100,100..700&display=swap');
/*font-family: "IBM Plex Sans", sans-serif;
*/

.content-container .elementor-widget-image{
	text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #00D06C;
    border: none;
    font-family: Karla !important;
    font-style: normal;
    font-weight: normal !important;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.003em;
    padding: 7px 11px;
    margin: 36px 0 0 0;
    max-width: 508px;
    color: #000000 !important;
}

div.elementor-message{
	background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
}

div.elementor-message-success{
	background-color: #1fc51f;
    color: white;
}

.elementor-editor-active .header-wrap {
    background-color: #000;
    position: relative !important;
}

.header-wrap {
    position: fixed !important;
    z-index: 1 !important;
}

.header-search-item.active {
    display: none;
}

.header-close-search-item.active {
    display: block !important;
}

.header-search-form.active {
    display: block !important;
	animation: form-animation 1s ease 0s 1 normal none;
}

.header-search-form {
    position: absolute !important;
    width: 100%;
    max-width: 798px !important;
    z-index: 2 !important;
    margin-left: -14px;
}

@keyframes form-animation {
	0% {
			transform: translateX(40px);
		opacity: 0;
	}

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

.header-search-form button.e-search-submit {
    position: absolute;
    right: 7px;
    top: 8px;
}

.btn-active-heve-bg.active .elementor-button {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.header-search-item, .header-close-search-item {
	cursor:pointer;
}

.elementor-editor-active .header-search-form {
    z-index: 1 !important;
    bottom: -35px;
}

.menu-item .sub-arrow {
    display: none !important;
}

.menu-item .sub-menu .sub-arrow {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 27px;
    top: 21px;
	transition:0.3s !important;
}

.menu-item .elementor-sub-item:hover .sub-arrow, .menu-item .elementor-sub-item.highlighted .sub-arrow{
    right: 19px;
	transition:0.3s !important;
   }

.menu-item .sub-menu .sub-menu {
    min-width: 249px !important;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.16);
}

.menu-item .fa-chevron-down {
    transform: rotate(0deg) !important;
    width: 8px;
    height: 11px;
}

.menu-item .fa-chevron-down:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/menu-arrow-right-i.svg);
    width: 8px;
    height: 11px;
    position: absolute;
}

.menu-item .sub-menu .elementor-sub-item {
    position: relative;
    padding-top: 20.5px !important;
    padding-bottom: 20.5px !important;
}

.menu-item .elementor-sub-item:hover .fa-chevron-down:before, .menu-item .elementor-sub-item.highlighted .fa-chevron-down:before {
      background-image: url(/wp-content/uploads/2025/03/menu-white-arrow-right-i.svg);
   
}

.menu-item .sub-menu  .sub-menu .elementor-sub-item {
    background-color: #F2F2F2;
    border: none !important;
}

.menu-item .sub-menu  .elementor-sub-item {
       border: none !important;
}

.menu-item .sub-menu  .elementor-sub-item:after {
    background-color: #E6E6E6;
    content: "";
    width: 85%;
    position: absolute;
    height: 1px;
    left: 21px;
    bottom: 0;
}

.btn-no-bg .elementor-button:hover {
    text-decoration: none !important;
    padding-right: 35px !important;
    transition: 0.3s !important;
    font-weight: 500 !important;
}

.btn-no-bg .elementor-button {
       transition: 0.3s !important;
}

.home-our-services-block .elementor-widget.elementor-widget-text-editor {
    opacity: 0;
}

.home-our-services-block .elementor-widget.elementor-widget-button {
    opacity: 0;
}

.home-our-services-block:hover .elementor-widget.elementor-widget-text-editor {
    opacity: 1;
	animation: service-text-animation 1s ease 0s 1 normal none;
}


@keyframes service-text-animation {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

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

.home-our-services-block:hover .elementor-widget.elementor-widget-button {
    opacity: 1;
	animation: service-btn-animation 1s ease 0s 1 normal none;
}

@keyframes service-btn-animation {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

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

.close-btn-item {
    cursor: pointer;
}

.our-services-expanded-main-wrap {
    position: absolute !important;
    top: 0 !important;
	}

.elementor-editor-active .our-services-expanded-main-wrap {
    position: relative !important;
	display:block !important;
}


.our-services-expanded-block {
    display: none !important;
}

.elementor-editor-active .our-services-expanded-block {
    display: block !important;
}

/* .our-services-expanded-block.active {
    display: block !important;
	animation: service-expanded-animation 1s ease 0s 1 normal none;
} */
.our-services-expanded-block.active {
    display: block !important;
/* 	animation-fill-mode: forwards;
  	animation: scale-from-left 1s ease 0s 1 normal none; */
}
@keyframes scale-from-left {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}


.elementor-editor-active .our-services-expanded-block {
     display: block;
	}

@keyframes service-expanded-animation {
	0% {
		transform: scale(0);
		transform-origin: 0% 100%;
	}

	100% {
		transform: scale(1);
		transform-origin: 0% 100%;
	}
}

.expanded-btn, .home-our-services-block{
	cursor:pointer;
}


.post-main-wrap .post-content-wrap-middle {
    opacity: 0;
    position: absolute;
    left: 0;
    padding: 20px 24px;
}

.post-main-wrap:hover .post-content-wrap-middle {
    opacity: 1;
    animation: post-text-animation 0.5s ease 0s 1 normal none;
    top: 32%;
}

@keyframes post-text-animation {
	0% {
		opacity: 0;
		transform: translateY(80px);
	}

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


.post-main-wrap .post-img-wrap {
/*   height: 332px !important; /* Default height */ */
  transition: height 0.5s ease-in-out !important; /* Smooth height change */
}



.post-main-wrap:hover .post-img-wrap {
  height: 180px !important;
	 transition: 0.5s !important;
}


.post-main-wrap .post-img-wrap {
     background-size: cover;
}


.post-main-wrap:hover .elementor-heading-title {
    color: #DA202C !important;
}

.post-main-wrap:hover .elementor-button {
    text-decoration: none !important;
    padding-right: 35px !important;
    transition: 0.5s !important;
	 font-weight: 500 !important;
}

.post-main-wrap .elementor-button {
     transition: 0.5s !important;
}

.post-content-wrap-top::before {
    top: -61px !important;
}

.post-main-wrap  .post-content-wrap-top {
  	 transition: 0.5s !important;
}

.btn-active-heve-white-border.active .elementor-button {
    background-color: #DA202C !important;
    border-color: #fff !important;
}

body p{
	margin-bottom:21px;
}


body p:last-of-type{
	margin-bottom:0;
}

.home-our-services-block {
    margin-right: 1.6% !important;
}

.home-our-services-block:last-child {
    margin-right: 0 !important;
}

.btn-active-heve-bg .elementor-button-icon svg {
    width: 7px;
    height: 11px;
    position: relative;
   }

.btn-hover-medium .elementor-button:hover {
    font-weight: 500 !important;
    text-decoration: underline;
    transition: 0.3s;
}

.btn-hover-medium .elementor-button:hover {
     transition: 0.3s;
}

.btn-hover-medium .elementor-button:hover .elementor-button-icon {
    position: relative;
    right: -11px;
    transition: 0.3s !important;
}

.btn-hover-medium .elementor-button .elementor-button-icon {
    transition: 0.3s !important;
    right: 0;
}

.btn-hover-medium .elementor-button .elementor-button-icon svg {
    width: 16px;
    height: 10px;
    position: relative;
    right: -6px;
}

.our-services-expanded-block:nth-child(3n) {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.our-services-expanded-block:nth-child(4n) {
    margin: 0 0 0 auto;
}

.our-services-expanded-block:nth-child(5n) {
    margin: 0 0 0 auto;
}

.elementor-editor-active .post-main-wrap:hover .post-content-wrap-top {
     margin-top: 0 !important;
    padding-bottom: 0 !important;
}

.elementor-editor-active .post-main-wrap .post-content-wrap-middle {
    position: relative;
}

.btn-active-heve-bg.btn-heve-arrow .elementor-button-icon svg {
    width: 16px;
    height: 10px;
    position: relative;
   }

.btn-active-heve-bg.btn-heve-arrow .elementor-button:hover .elementor-button-icon svg {
    background-image: url(/wp-content/uploads/2025/03/btn-long-white-arrow-i.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-active-heve-bg.btn-heve-arrow .elementor-button:hover .elementor-button-icon svg  path {
    visibility: hidden;
}

.tndc-map-slider :is(.elementor-swiper-button-prev:active, .tndc-map-slider .elementor-swiper-button-next:active) {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.elementor-widget-form input[type=date], .elementor-widget-form input[type=email], .elementor-widget-form input[type=number], .elementor-widget-form input[type=password], .elementor-widget-form input[type=search], .elementor-widget-form input[type=tel], .elementor-widget-form input[type=text], .elementor-widget-form input[type=url], .elementor-widget-form select, .elementor-widget-form textarea {
     padding: 5px 13px;
     min-height: auto;
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: #00000050 !important;
    opacity: 1 !important;
}

.elementor-widget-form .elementor-button {
    margin-top: 19px;
    min-height: auto !important;
}

.sticky-header {
    display: none !important;
    position: fixed !important;
    z-index: 2 !important;
}

.elementor-editor-active .sticky-header {
    display: block !important;
}

.header-wrap.scrol-header {
    display: none;
    transition: 0.3s !important;
}

.header-wrap.scrol-header {
      transition: 0.3s !important;
}

.sticky-header.scrol-header {
    display: block !important;
    transition: 0.3s !important;
}

.sticky-header {
      transition: 0.3s !important;
}

.elementor-editor-active .sticky-header {
    position: relative !important;
  }

.mobile-header {
    display: none !important;
}

.menu-item-contact-us {
    display: none !important;
}

.btn-slide-vmv {
    cursor: pointer;
}

.btn-slide-vmv:active {
    background-color: #000 !important;
    border-color: #000 !important;
}

.vmv-slide-normal-block-content .expanded-btn {
    position: absolute;
    bottom: 0;
    opacity: 0;
	transition:0.5s !important;
}


.vmv-slide-normal-block-content:hover {
    width: 100% !important;
	transition:0.5s !important;
}


.vmv-slide-normal-block-content {
 	transition:0.5s !important;
}

#breadcrumbs span:first-child {
      margin-left: 0;
}

#breadcrumbs span {
    padding: 2px 0;
    margin: 0 13px;
}

#breadcrumbs span span:first-child a {
    border-bottom: 1px solid #fff;
    margin-left: 0;
    padding: 3px 0;
}

#breadcrumbs span span:first-child a:hover {
    border-bottom: 0px solid #fff;
  font-weight:600 !important;
}

.btn-arrow-down .elementor-button-icon svg {
    width: 16px;
    height: 16px;
    position: relative;
   
}

.btn-arrow-down .elementor-button:hover .elementor-button-icon svg path {
   visibility:hidden;
}


.btn-arrow-down .elementor-button .elementor-button-icon svg {
    background-image: url(/wp-content/uploads/2025/03/white-arrow-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position-x: center;
}


.menu-vmv .elementor-icon-list-item span {
    cursor: pointer;
    padding: 24px 40px;
	transition: 0.5s !important;
}


.menu-vmv .elementor-icon-list-item.active span {
    background-color: #001727;
    color: #E1A93A !important;
    transition: 0.5s !important;
    border-radius: 4px;
}

.menu-vmv .elementor-icon-list-item.active::after {
    visibility: hidden;
}

.menu-vmv .elementor-icon-list-item span {
       margin-left: -2px;
}

.vmv-slide-normal-block {
    max-width: 336px;
}

.vmv-slide-expanded-block {
    max-width: 984px;
}

.vmv-slide-expanded-block-content  p {
    margin-bottom: 16px;
}

.vmv-slide-normal-block-content:hover  .elementor-widget-heading {
    padding-bottom: 30px;
    transition: 0.5s;
}

.vmv-slide-normal-block-content .elementor-widget-heading {
    transition: 0.5s;
}

.vmv-slide-normal-block-content:hover .expanded-btn {
    position: relative;
    bottom: 21px;
    opacity: 1;
    transition: 0.5s !important;
}

.vmv-slide-normal-block-content .elementor-button-icon svg {
    width: 11px;
    height: 11px;
    top: 7px;
    position: relative;
}

.history-accordion .accordion-open .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}

 .e-n-accordion-item-title .e-n-accordion-item-title-header{
      transition: 0.5s;
}

.history-accordion .e-n-accordion-item-title-icon .e-closed {
    border: 1px solid #000;
    padding: 0;
    border-radius: 100px;
    width: 40px !important;
    height: 40px !important;
    align-items: center;
    justify-content: center;
}

.history-accordion .e-n-accordion-item-title-icon .e-opened {
    border: 1px solid #DA202C;
	background-color:#DA202C;
    padding: 0;
    border-radius: 100px;
    width: 40px !important;
    height: 40px !important;
    align-items: center;
    justify-content: center;
}

.history-accordion .e-n-accordion-item-title-icon:hover .e-closed {
    border: 1px solid rgba(0, 0, 0, 0.8);
   background: rgba(0, 0, 0, 0.8);

}

.history-accordion .e-n-accordion-item-title-icon:hover .e-opened {
    border: 1px solid rgba(0, 0, 0, 0.8);
   background: rgba(0, 0, 0, 0.8);

}

.history-accordion .e-n-accordion-item-title-icon:hover .e-closed svg {
    background-image: url(/wp-content/uploads/2025/03/accordion-white-i-close.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.history-accordion .e-n-accordion-item-title-icon:hover .e-closed svg path {
   visibility:hidden;
}

.history-accordion.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-header {
    border-top: 1px solid #B3B3B3;
    padding: 14px 0;
    width: 100%;
}

.history-accordion .e-n-accordion-item-title-icon {
    position: absolute !important;
    top: 0px;
    left: 0px;
} 

.history-accordion.elementor-widget-n-accordion .e-n-accordion-item:after {
    content: "";
    background-color: #B3B3B3;
    width: 1px;
    height: 68%;
    position: absolute;
    left: 19px;
    top: 48px;
}

.history-accordion.elementor-widget-n-accordion .e-n-accordion-item.accordion-open:after {
    background-color: #DA202C;
    width: 2px;
    height: 91%;
}

.history-accordion.elementor-widget-n-accordion .e-n-accordion-item {
    padding-left: 58px;
    padding-top: 19px;
    padding-bottom: 32px;
	transition: 0.5s;
}

.history-accordion.elementor-widget-n-accordion .e-n-accordion-item.accordion-open {
 transition: 0.5s;
    padding-bottom: 49px;
}


.history-accordion-content {
    margin-top: -113px !important;
}

.elementor-editor-active .history-accordion-content {
    margin-top: 0 !important;
}


.history-accordion-content ul {
    padding: 9px 0 0 23px;
}

.history-accordion-content ul li {
    margin-bottom: 7px;
}

.history-accordion.elementor-widget-n-accordion .e-n-accordion-item:last-child::after {
  display:none;
}

.plt-block .elementor-widget-text-editor {
    max-width: 80% !important;
    margin: 0 auto;
}

.elementor-editor-active .management-img-block {
   margin-top:10px !important;
}


.management-img-block {
 	transition: 0.5s;
}

.management-block:hover .management-img-block {
    min-height: 341px !important;
	transition: 0.5s;
}

.management-block:hover .management-img-block.hover-hight315 {
    min-height: 315px !important;
	}


.management-block:hover  {
   padding-bottom:50px;
transition: 0.5s;
}

.management-block  {
  transition: 0.5s;
}

.management-content-block .elementor-widget-button {
    position: absolute;
    bottom: -45px;
    opacity: 0;
    transition: 0.5s;
}

.management-block:hover .elementor-heading-title {
    color: #fff !important;
}

.management-block:hover .elementor-widget-text-editor {
    color: #fff !important;
}

.management-block:hover .management-content-block .elementor-widget-button {
      bottom: -17px;
    opacity: 1;
    transition: 0.5s;
}

.management-block:hover .btn-no-bg .elementor-button {
    padding-right: 41px !important;
   }

.management-block {
    margin: 0 1.8% 48px 0 !important;
    cursor: pointer;
}

.management-block:nth-child(3n) {
    margin-right: 0 !important;
}

.dialog-close-button {
    border: 1px solid #fff;
    padding: 12px;
    border-radius: 100%;
}

.dialog-close-button:hover {
    border-color: rgba(218, 32, 44, 1);
    background-color: rgba(218, 32, 44, 1);
}

body .dialog-widget p {
    margin-bottom: 17px;
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0px !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.tndc-ep-accordion .accordion-open .e-n-accordion-item-title-icon {
    transform: rotate(45deg);
    transition: 0.5s;
}

.tndc-ep-accordion .e-n-accordion-item-title-icon {
    transition: 0.5s;
}

.tndc-ep-accordion.elementor-widget-n-accordion .e-n-accordion-item {
      padding: 27.5px 5px;
    border-bottom: 1px solid #B3B3B3;
}

.tndc-ep-accordion.elementor-widget-n-accordion .e-n-accordion-item:first-child {
    border-top: 0px solid #B3B3B3;
   }

.elementor-widget-text-editor ul {
    padding: 16px 0 0 23px;
}

.elementor-widget-text-editor ul li {
    margin-bottom: 8px;
}

.mbp16 p {
    margin-bottom: 16px;
}

.white_header .header-wrap, .single-post .header-wrap, .search .header-wrap{
    display: none !important;
}

.tahltan-nation-accordion .e-n-accordion-item:hover .e-closed svg {
    background-image: url(/wp-content/uploads/2025/03/white-accordion-i-down.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.tahltan-nation-accordion .e-n-accordion-item:hover .e-closed svg path{
 visibility:hidden;
}

.tahltan-nation-accordion .e-n-accordion-item .e-n-accordion-item-title-icon {
    padding: 12px;
    border-radius: 100%;
    transition: 0.5s;
    position: relative;
    top: 8px;
    left: -2px;
}

.tahltan-nation-accordion .e-n-accordion-item:hover .e-n-accordion-item-title-icon {
    background-color: #DA202C;
	  transition: 0.5s;
   }

.tahltan-nation-accordion .e-n-accordion-item:hover .e-opened svg {
    background-image: url(/wp-content/uploads/2025/03/white-accordion-i-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.tahltan-nation-accordion .e-n-accordion-item:hover .e-opened svg path{
 visibility:hidden;
}

.white_header .sticky-header, .single-post .sticky-header, .search .sticky-header{
    display: block !important;
  }

.t-b-p-not-transparent-wrap #breadcrumbs span span a {
    border-bottom: 1px solid #000;
}

.t-b-p-not-transparent-wrap #breadcrumbs span span a:hover {
     color:#DA202C;
	  border-bottom:0px solid #000;
}

.t-b-p-not-transparent-wrap .breadcrumb_last {
    color: #808080;
}

.tahltan-nation-accordion p {
    margin-bottom: 16px;
}

.tahltan-nation-accordion .e-n-accordion-item {
    border-bottom: 1px solid #B3B3B3;
    padding: 16px 0 16px 0;
}

body ol {
    padding: 16px 0 0 22px;
}

body ol li {
    margin-bottom: 8px;
}

.post-sidebar a {
    border-bottom: 1px solid #DA202C;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #DA202C;
    display: inline-block;
    margin-bottom: 8px;
    font-family: "IBM Plex Sans", Sans-serif;
}

.post-sidebar a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}


.post-sidebar h5 {
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #000;
    margin-bottom: 1px;
}

.post-sidebar ul {
    padding: 0 0 0 0;
    list-style: none;
}

.back-btn .elementor-button-icon {
    transform: rotate(180deg);
}

.elementor-editor-active .post-main-wrap-container {
    padding-top: 10px;
}

.btn-arrow-down.active .elementor-button-icon path {
    visibility: hidden;
}

.tab-tndc .e-n-tabs-heading {
    padding-top: 87px;
}

.tab-tndc .e-n-tabs-heading button {
    max-width: max-content;
    padding: 6px 18px 6px 40px;
}

.tab-tndc .e-n-tabs-heading button:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/04/tab-i-black.svg);
    width: 8px;
    height: 11px;
    position: absolute;
    left: 20px;
    top: 15px;
}

.tab-tndc .e-n-tabs-heading .tab-btn-active:before {
    background-image: url(/wp-content/uploads/2025/04/tab-i-white.svg);
    left: 20px;
   }

.who-we-are-block {
    margin-right: 1.9% !important;
}

.who-we-are-block:last-child {
    margin-right: 0 !important;
}

.services-directory-accordion .e-n-accordion-item {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 24px 21px 24px 32px;
    margin-bottom: 25px !important;
}

.services-directory-accordion .e-n-accordion-item .e-n-accordion-item {
    padding: 22px 0;
    border-radius: 0;
    border-bottom: 1px solid #B3B3B3;
	 margin-bottom: 0 !important;
}

.services-directory-accordion .e-n-accordion-item-title-icon {
    padding: 12px;
    border-radius: 64px;
	 transition: 0.3s;
}

.services-directory-accordion .e-n-accordion-item:hover .e-n-accordion-item-title-icon {
    background: rgba(0, 0, 0, 0.8);
	 transition: 0.3s;
}

.services-directory-accordion .e-n-accordion-item:hover {
    background: #DA202C;
	 transition: 0.3s;
    }

.services-directory-accordion .e-n-accordion-item:hover .e-n-accordion-item-title-text{
   color:#fff !important;
	 transition: 0.3s;
    }

.services-directory-accordion .e-n-accordion-item {
 	 transition: 0.3s;
    }

.services-directory-accordion .e-n-accordion-item .e-n-accordion-item-title-text{
 	 transition: 0.3s;
    }

.services-directory-accordion .e-n-accordion-item.accordion-open:hover .e-n-accordion-item-title-text{
   color:#DA202C !important;
	    }

.services-directory-accordion .e-n-accordion-item.accordion-open:hover, .services-directory-accordion .e-n-accordion-item .e-n-accordion-item {
    background: #fff;
	    }

.services-directory-accordion .e-n-accordion-item:hover .e-n-accordion-item .e-n-accordion-item-title-icon {
    background: transparent;
	}

.services-directory-accordion .e-n-accordion-item.accordion-open .e-n-accordion-item-title-icon:hover .e-opened svg {
    background-image: url(/wp-content/uploads/2025/03/white-close-i.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.services-directory-accordion .e-n-accordion-item.accordion-open .e-n-accordion-item-title-icon:hover .e-opened svg path{
   visibility:hidden;
}

.services-directory-accordion .e-n-accordion-item.accordion-open:hover .e-n-accordion-item-title-icon {
    background: transparent;
    }

.services-directory-accordion .e-n-accordion-item.accordion-open .e-n-accordion-item-title-icon:hover {
     background: rgba(0, 0, 0, 0.8);
    }

.services-directory-accordion .e-n-accordion-item:hover .e-closed svg {
    background-image: url(/wp-content/uploads/2025/04/white-plus-i.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.services-directory-accordion .e-n-accordion-item:hover .e-closed svg path{
   visibility:hidden;
}

.services-directory-accordion .e-n-accordion-item .e-n-accordion-item.accordion-open .e-n-accordion-item-title-icon {
    transform: rotate(45deg);
    transition: 0.5s;
}

.services-directory-accordion .e-n-accordion-item .e-n-accordion-item .e-n-accordion-item-title-icon:hover {
    background-color: transparent;
}

.services-directory-accordion .e-n-accordion-item .e-n-accordion-item-title-icon {
    position: relative;
    top: -4px;
}

.services-directory-accordion .e-n-accordion-item .e-n-accordion-item .e-n-accordion-item-title-icon {
    top: 0;
    left: -6px;
}

.services-directory-accordion .e-n-accordion-item .e-n-accordion-item:last-child {
    border-bottom: none;
}

.btn-active-heve-bg.btn-heve-arrow.active .elementor-button .elementor-button-icon svg {
    background-image: url(/wp-content/uploads/2025/03/btn-long-white-arrow-i.svg);
    background-repeat: no-repeat;
    }

.btn-active-heve-bg.btn-heve-arrow.active .elementor-button .elementor-button-icon svg  path {
    visibility: hidden;
}

.transportation-block:hover:before {
    scale: 1.05;
    transition: 0.3s !important;
}

.transportation-block:before {
       transition: 0.3s !important;
}

.transportation-block {
    overflow:hidden !important;
}

.transportation-block:after {
    content: "";
    background: linear-gradient(90deg, #3E4242 30%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.6;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
   }

.transportation-block .elementor-element {
    z-index: 1;
}

.transportation-block:hover .elementor-button{
   background-color: #DA202C !important;
    border-color: #DA202C !important;
}

.transportation-block:hover .btn-active-heve-bg.active .elementor-button {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.tsp-block {
    margin: 0 1.8% 24px 0 !important;
}

.tsp-block:nth-child(4n) {
    margin-right: 0 !important;
}

#breadcrumbs span span:nth-child(3) a {
    border-bottom: 1px solid #fff;
    margin-left: 0;
    padding: 3px 0;
}

 .mbli0 ul li {
    margin-bottom: 0px;
}

.btn-r-home .elementor-button:hover span.elementor-button-content-wrapper {
    gap: 23px !important;
    transition: 0.3s;
}

.btn-r-home .elementor-button span.elementor-button-content-wrapper {
     transition: 0.3s;
}

.elementor-widget-text-editor a:hover span {
    text-decoration: none !important;
}

.contact-form textarea {
    min-height: 220px;
}

.contact-form .elementor-select-wrapper .eicon-caret-down:before {
    background-image: url(/wp-content/uploads/2025/03/black-accordion-i-down.svg);
    width: 12px;
    height: 8px;
    content: "" !important;
    position: absolute;
    right: 8px;
    top: 10px;
}

.contact-form.elementor-widget-form input[type=date], .contact-form.elementor-widget-form input[type=email], .contact-form.elementor-widget-form input[type=number], .contact-form.elementor-widget-form input[type=password], .contact-form.elementor-widget-form input[type=search], .contact-form.elementor-widget-form input[type=tel], .contact-form.elementor-widget-form input[type=text], .contact-form.elementor-widget-form input[type=url], .contact-form.elementor-widget-form select, .contact-form.elementor-widget-form textarea {
    padding: 5.5px 13px;
    }

.tndc-ep-accordion .e-n-accordion-item:hover svg {
    background-image: url(/wp-content/uploads/2025/04/hover-tndc-ep-plus-i.svg);
}

.tndc-ep-accordion .e-n-accordion-item.accordion-open svg {
    background-image: url(/wp-content/uploads/2025/04/hover-tndc-ep-plus-i.svg);
}

.tndc-ep-accordion .e-n-accordion-item.accordion-open svg path{
  visibility:hidden;
}

.tndc-ep-accordion .e-n-accordion-item:hover svg path{
  visibility:hidden;
}

.list-image {
    height: 332px;
    background-repeat: no-repeat;
    border-bottom-right-radius: 62px;
    background-size: cover;
}

.post-holder {
    background-color: #F2F2F2;
}

/*.blog-main {
    display: flex;
    flex-wrap: wrap;
}*/


.main-post-featured-wrap {
    border-radius: 16px;
    padding: 56px;
    min-height: 624px;
}

.featured-excerpt-post {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 501px;
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
}

.post-featured-bg:before {
    content: "";
    background: linear-gradient(90deg, #000000 20%, #ffffff00 100%);
    opacity: 0.7;
    border-radius: 16px 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.post-featured-bg:after {
    content: "";
    background: #000000;
    opacity: 0.1;
    border-radius: 16px 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.featured-post-content {
    z-index: 1;
    position: relative;
    max-width: 616px;
}

.meta-sticky {
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #E1A93A;
}

.featured-title, .featured-title a {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF !important;
}

.featured-title {
    margin: 16px 0 32px;
}


.featured-view-more {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-decoration-line: underline !important;
    color: #FFFFFF !important;
    position: relative;
    padding-right: 30px;
    transition: 0.3s;
    background-image: url(/wp-content/uploads/2025/03/btn-long-white-arrow-i.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.featured-more-btn {
    padding-top: 32px;
}


.post-link-featured {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.tnds-news-featured:hover .featured-view-more {
    text-decoration-line: none !important;
    font-weight: 500;
    padding-right: 35px;
    transition: 0.3s;
}

.tnds-news-featured:hover .post-featured-bg {
    scale: 1.05;
    transition: 0.3s ;
}

.post-featured-bg {
      transition: 0.3s ;
}

.post-featured-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tnds-news-featured {
    overflow: hidden;
    border-radius: 16px;
}

.tnds-news-featured:hover .post-featured-bg:after {
     opacity: 0.35;
   }

.searchandfilter h4 {
    margin: 0;
    padding: 5px 0 1px;
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.04em;
    color: #3E4242;
}

.searchandfilter ul {
    display: flex;
     flex-direction: row;
}

.searchandfilter ul li {
     width: 100%;
}

.searchandfilter label {
       width: 100%;
}

.searchandfilter ul li li {
    padding: 0 0;
}

.sf-field-search input {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.5);
    background-image: url(/wp-content/uploads/2025/04/Search-filter-i.svg);
    background-position-x: 97.5%;
    background-position-y: center;
    background-repeat: no-repeat;
    border: 1px solid #B3B3B3 !important;
    border-radius: 8px !important;
    width: 100%;
    padding: 7px 15px !important;
}

.searchandfilter select.sf-input-select {
    min-width: 170px;
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    border: 1px solid #B3B3B3 !important;
    border-radius: 8px !important;
    appearance: none;
    background-image: url(/wp-content/uploads/2025/04/drop-down-filter-i.svg);
    background-position-x: 94.5%;
    background-position-y: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 7px 15px;
}

.sf_date_field input {
    border: 1px solid #B3B3B3 !important;
    border-radius: 8px !important;
    background-image: url(/wp-content/uploads/2025/04/drop-down-filter-i.svg);
    background-position-x: 94.5%;
    background-position-y: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 7px 15px;
}

.searchandfilter ul {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.searchandfilter ul li.sf-field-category {
    max-width: 312px;
}

.searchandfilter ul li.sf-field-post_date {
    max-width: 336px;
    padding-left: 24px;
}

.searchandfilter ul li.sf-field-search {
    padding-left: 24px;
}


.news-wrap-main {
    max-width: 1360px;
    margin: 0 auto;
    overflow-x: hidden;
    padding-bottom: 101px;
}

.news-wrap {
    padding: 20px;
}

.year-title {
   font-family: "TNDCNumerals-Bold", Sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #DA202C;
    position: relative;
    margin-bottom: 44px;
}

.year-title:after {
    content: "";
    background-color: #B3B3B3;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 11px;
}

.year-title span {
    padding-right: 12px;
}

.article-title a, .article-title {
   font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
}

.post-excerpt {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    position: absolute;
    opacity: 0;
}

.meta-date {
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #3E4242;
    padding-top: 5px;
}

.view-more {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #000000 !important;
    background-image: url(/wp-content/uploads/2025/04/post-btn-i.svg);
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    padding-right: 32px;
    transition-duration: 0.3s !important;
}

.news-post-btn-date-block {
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
}

.post-content-wrap {
    padding: 16px 24px 24px;
}

.blog-main article {
    width: 32%;
    margin: 0 2% 48px 0;
}

.blog-main article:nth-child(3n) {
    margin-right: 0 ;
}

.next.page-numbers {
    background-image: url(/wp-content/uploads/2025/04/next-post-i.svg);
    background-repeat: no-repeat;
    height: 32px;
    background-position: center;
    width: 24px;
    font-size: 0;
    display: inline-block;
    background-color: transparent !important;
    position: relative;
    right: -11px;
}

.next.page-numbers:hover {
    background-image: url(/wp-content/uploads/2025/04/hover-next-post-i.svg);
    }


.prev.page-numbers {
    background-image: url(/wp-content/uploads/2025/04/prev-post-i.svg);
    background-repeat: no-repeat;
    height: 32px;
    background-position: center;
    width: 24px;
    font-size: 0;
    display: inline-block;
    background-color: transparent !important;
    position: relative;
    left: -11px;
}

.prev.page-numbers:hover {
    background-image: url(/wp-content/uploads/2025/04/hover-prev-post-i.svg);
   }

.page-numbers {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}

.page-numbers.current {
    color: #DA202C;
}

.page-numbers:hover {
    background-color: #DA202C;
    color: #fff;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    padding-top: 39px;
}

.blog-main .main-post-wrap:hover .view-more {
    padding-right: 35px;
    transition-delay: 0.3s;
    font-weight: 550;
    transition-duration: 0.3s !important;
}

.news-item {
    display: flex;
    flex-wrap: wrap;
}



.publications-main .news-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.publications-main article {
    width: 100%;
    margin: 0 0 48px 0;
}

.publications-main .post-excerpt {
    position: relative;
    opacity: 1;
    font-size: 20px;
    line-height: 32px;
    padding-top: 8px;
    max-width: 90%;
}

.publications-main .post-holder {
    background-color: transparent;
    display: flex;
    flex-direction: row;
}

.publications-main .post-image-wrap {
    width: 33%;
    padding-right: 11px;
}

.publications-main .post-content-wrap {
    width: 67%;
    padding: 26px 20px 20px 57px;
}

.publications-main .list-image {
    height: 549px;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
}

.publications-main .meta-date {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3E4242;
    font-family: "IBM Plex Sans", sans-serif;
    text-transform: none;
    padding: 0;
}

.publications-main .article-title a, .publications-main .article-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #DA202C;
}

.publications-main .view-more {
    border: 1px solid #DA202C;
    border-radius: 24px;
    padding: 8px 37px 8px 15px !important;
    background-image: url(/wp-content/uploads/2025/03/btn-black-arrow-i.svg);
    background-position-x: 89%;
}

.news-wrap.publications-news-wrap {
    padding: 20px 0;
}

.publications-main .news-post-btn-date-block {
    position: relative !important;
    bottom: 0 !important;
    padding: 45px 0 0 !important;
}

.publications-main .main-post-wrap .view-more:hover {
    transition-duration: 0.3s !important;
    background-image: url(/wp-content/uploads/2025/03/list-arrow-right-i.svg);
    background-color: #DA202C;
    color: #fff !important;
}

.publications-main .main-post-wrap:hover .view-more {
     font-weight: 400;
   }

.publications-wrap-main {
    padding-bottom: 90px;
}

.publications-main .list-image:before {
    content: "";
    background: #000000;
    opacity: 0;
    border-radius: 4px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition-duration: 0.3s ;
}

.publications-main .list-image {
    position: relative;
}

.publications-main .list-image:hover:before {
     opacity: 0.33;
     transition-duration: 0.3s ;
    }

.publications-main .article-title a:hover {
      color: #000;
    text-decoration: underline;
}


.related-projects-wrap {
    display: flex;
    flex-direction: row;
}

.related-projects-wrap article {
    width: 32%;
    margin-right: 2%;
}

.related-projects-wrap article:last-child {
      margin-right: 0;
}

.related-projects-wrap .list-image {
    height: 392px;
    border-bottom-right-radius: 62px;
    background-size: 505px;
}

.single-projects-info-wrap h5 {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #DA202C;
    margin-bottom: 38px;
}

.projects-custom-field h6 {
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}

.single-projects-info-wrap p, .single-projects-info-wrap a {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.single-projects-info-wrap .post-category a {
    color: #DA202C;
    border-bottom: 1px solid #DA202C;
    padding-bottom: 4px;
}

.single-projects-info-wrap .post-category span {
    color: #DA202C;
    padding: 0 10px;
}

.row-sp {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.col-sp {
    width: 100%;
}

.projects-title a, .projects-title{
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #DA202C;
}

.related-projects-wrap .main-projects-wrap {
    background-color: #F2F2F2;
}

.related-projects-wrap .projects-category a {
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #000000;
}

.single-projects-info-wrap .post-category a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

.related-projects-wrap .view-more {
    color: #FFFFFF;
    background-image: url(/wp-content/uploads/2025/03/btn-long-white-arrow-i.svg);
}

.related-projects-wrap .view-more {
    color: #FFFFFF !important;
    background-image: url(/wp-content/uploads/2025/03/btn-long-white-arrow-i.svg);
    padding-right: 39px;
}

.related-projects-wrap .more-btn {
     position: absolute;
    bottom: -45px;
    opacity: 0;
    transition: 0.5s;
    }


.related-projects-wrap article:hover .more-btn {
    bottom: 31px;
    opacity: 1;
    transition: 0.5s;
}

.related-projects-wrap article:hover .main-projects-wrap {
    background-color: #DA202C;
    transition: 0.5s;
}

.projects-category span {
    padding: 0 11px;
}

.related-projects-wrap article:hover .projects-category span {
   color: #fff;
}

.related-projects-wrap article .main-projects-wrap {
      transition: 0.5s;
}

.related-projects-wrap article:hover .projects-title a {
    color: #fff;
    transition: 0.5s;
}

.related-projects-wrap article:hover  .projects-category a {
    color: #fff;
}

.row-sp {
    margin-bottom: 16px;
}

.row-sp .col-sp {
    width: 40%;
}

.row-sp .col-sp:first-child {
    padding-left: 0;
    padding-right: 10px;
}

.projects-category-text h6 {
    margin-bottom: 11px;
    margin-top: 5px;
}

.projects-content {
    padding: 17px 24px 25px;
     transition: 0.5s;
}

.projects-title {
    margin-bottom: 8px;
}

.single-projects-banner #breadcrumbs span a {
    border-bottom: 1px solid #fff;
    margin-left: 0;
    padding: 3px 0;
}

.related-projects-wrap article:hover .list-image {
    height: 342px;
    transition: 0.5s;
}

.related-projects-wrap article .list-image {
       transition: 0.5s;
}

.related-projects-wrap article:hover  .projects-content {
    padding-bottom: 75px;
     transition: 0.5s;
}

.projects-content {
       position: relative;
}

.main-search-wrap {
    display: flex;
    flex-direction: row;
}


.showing-results-wrap-content {
    display: flex;
    flex-direction: row;
}

.search-sidebar-wrap .searchandfilter ul {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.search-sidebar-wrap .searchandfilter ul li.sf-field-search {
   display: none;
}

.search-page-form .search-form {
    border: 1px solid #B3B3B3;
    border-radius: 48px;
}

.search-page-form .search-field {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #DA202C;
    border: none;
    background-color: transparent;
    width: 100%;
    padding: 15px 23px;
}

.search-page-form label {
    width: 100%;
}

.search-page-form  .search-submit {
    position: absolute;
    right: 0;
    border: none;
    background-image: url(/wp-content/uploads/2025/04/search-page-search-i.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    padding: 24px;
    border-radius: 64px;
    margin: 6px 8px 0 0;
}

.search-page-form  .search-submit:hover {
     background-image: url(/wp-content/uploads/2025/03/mobile-Search-i.svg);
   background-color: rgba(0, 0, 0, 0.8);
}

[type=button]:focus, [type=submit]:focus, button:focus {
    outline: 0px auto -webkit-focus-ring-color  !important;
}

.search-page-form .search-submit:focus {
    background-color: #000;
      background-image: url(/wp-content/uploads/2025/03/mobile-Search-i.svg);
}

.showing-results-item {
     font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3E4242;
}

.search-sidebar .searchandfilter h4 {
    margin: 0 0 12px;
    padding: 5px 0 1px;
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.search-sidebar .searchandfilter label {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding-left: 16px !important;
}

.main-search-wrap .meta-date {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 8px;
}

.main-search-wrap .article-title a, .main-search-wrap .article-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #DA202C;
    margin: 0;
}

.main-search-wrap .post-content {
     font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.showing-results-wrap-content article {
    border-bottom: 1px solid #B3B3B3;
    padding-bottom: 36px;
    margin-bottom: 32px;
}

.searchandfilter input[type="checkbox" ] {
    cursor: pointer;
    position: relative;
    z-index: 0;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: none !important;
    border-radius:4px;
}

.searchandfilter input[type="checkbox" ]::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #3E4242;
    margin-right: 0.5em;
    border-radius:4px;
}

.searchandfilter input[type="checkbox" ]:checked::before {
    border-color: #DA202C;
    background-color: #DA202C;
    background-image: url(/wp-content/uploads/2025/04/check-filter-i-white.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.searchandfilter input[type="checkbox" ]:hover::before {
    background-image: url(/wp-content/uploads/2025/04/check-filter-i-black.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.searchandfilter input[type="checkbox" ]:checked:hover::before {
     background-image: url(/wp-content/uploads/2025/04/check-filter-i-white.svg);
   }

.search-sidebar .searchandfilter ul li li {
    display: flex;
    flex-direction: row;
    padding-bottom: 8px;
}

.search-sidebar .searchandfilter ul li li input {
    position: relative;
    top: 4px;
}

.wp-pagenavi .page {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}

.wp-pagenavi .current {
    color: #DA202C;
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}

.wp-pagenavi .page:hover, .wp-pagenavi .current:hover  {
    background-color: #DA202C;
    color: #fff;
}

.nextpostslink {
    background-image: url(/wp-content/uploads/2025/04/next-post-i.svg);
    background-repeat: no-repeat;
    height: 32px;
    background-position: center;
    width: 24px;
    font-size: 0;
    display: inline-block;
    background-color: transparent !important;
    position: relative;
    right: -11px;
}

.nextpostslink:hover {
    background-image: url(/wp-content/uploads/2025/04/hover-next-post-i.svg);
}

.previouspostslink {
    background-image: url(/wp-content/uploads/2025/04/prev-post-i.svg);
    background-repeat: no-repeat;
    height: 32px;
    background-position: center;
    width: 24px;
    font-size: 0;
    display: inline-block;
    background-color: transparent !important;
    position: relative;
    left: -11px;
}

.previouspostslink:hover {
    background-image: url(/wp-content/uploads/2025/04/hover-prev-post-i.svg);
}

.showing-results-wrap-content article:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.search-wrap {
    padding-top: 24px;
}

.showing-results-wrap-content {
    padding-top: 18px;
}

.search-sidebar-wrap {
    width: 17%;
    padding-right: 20px;
}

.showing-results-right-col {
    width: 75%;
    padding-top: 24px;
}

.main-search-wrap .list-image {
    height: 234px;
    border-radius: 4px;
    position: relative;
    background-size: cover;
}

.main-search-wrap .post-image {
    width: 33%;
    padding-right: 15px;
}

.main-search-wrap .search-wrap {
    width: 67%;
    padding: 0 0 0 9px;
}

.pagination-results {
    padding-top: 57px;
}

.mobile-filter-btn {
    display: none;
}

.main-search-wrap .post-content p {
   padding-top: 24px;
}

.showing-results-wrap-content article:hover .article-title a {
     text-decoration-line: underline;
    color: #000000;
	 transition: 0.3s;
}

.main-search-wrap .list-image:before {
    content: "";
    background: #000000;
    opacity: 0;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.showing-results-wrap-content article:hover .list-image:before {
opacity: 0.33;
	 transition: 0.3s;
}

.tnds-project-archive-wrap .related-projects-wrap {
        flex-wrap: wrap;
}

.tnds-project-archive-wrap article:nth-child(3n) {
    margin-right: 0;
}

.tnds-project-archive-wrap  article {
    margin-bottom: 48px;
}

.projects-filter input {
    display: none;
}

.projects-filter .searchandfilter label {
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #4D4D4D;
    padding: 15px 0 !important;
    max-width: max-content;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.projects-filter .searchandfilter ul li li {
    padding: 0 15px;
    text-align: center;
    height: 66px;
    display: flex;
    align-items: center;
    border-radius: 16px 16px 0 0;
    justify-content: center;
}

.projects-filter .searchandfilter ul li .sf-option-active{
	background-color:#fff;
}

.projects-filter .searchandfilter .sf-option-active label {
     font-weight: 700;
color: #000000;
border-bottom: 1px solid #DA202C;	
}

.projects-filter .searchandfilter ul li {
     padding: 0;
  }

.projects-filter .searchandfilter {
    margin-top: -66px;
    padding-right: 82px;
}

.past-project-archive-wrap th {
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: -0.04em;
    color: #DA202C;
    text-align: left;
    border: none !important;
    padding: 0 0 9px;
}

.past-project-archive-wrap td, .past-project-archive-wrap td a {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    border: none;
    background-color: transparent !important;
  }

.past-project-archive-wrap td {
    padding: 10px 15px 10px 0;
}

.past-project-archive-wrap td:last-child {
    padding-right:  0;
}

.past-project-archive-wrap .projects-title a, .past-project-archive-wrap .projects-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin: 0;
}

.past-project-archive-wrap td {
       border-bottom: 1px solid #B3B3B3;
}

.projects-filter .searchandfilter ul li li:after {
    content: "";
    background-color: #CCCCCC;
    width: 1px;
    height: 35px;
    right: 0;
    position: absolute;
}

.projects-filter .searchandfilter ul li li {
      position: relative;
}

.projects-filter .searchandfilter ul li .sf-option-active:after,  .projects-filter .searchandfilter ul li li:last-child:after{
   display:none;
}

.past-project-archive-wrap .project-work-item p br {
    display: none;
}

.past-project-archive-wrap .project-work-item p {
    display: flex;
    flex-direction: column;
}

.past-project-archive-wrap .project-work-item a {
    margin-bottom: 16px;
}

.project-work-item a:last-child {
    margin-bottom: 0;
}

.past-project-archive-wrap .project-work-item a:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/04/post-btn-i.svg);
    width: 13px;
    height: 8px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 9px;
    position: relative;
    top: -2px;
}

.past-project-archive-wrap .client-text-item {
    padding-left: 0 !important;
    max-width: 200px;
}

.past-project-archive-wrap  .projects-title-item {
    max-width: 312px;
}

.past-project-archive-wrap .client-text-item {
      max-width: 200px;
}

.past-project-archive-wrap .project-work-item {
    max-width: 424px;
    padding-left: 8px !important;
}

.footer-wrap a:hover {
    text-decoration: underline;
}

.footer-wrap a span:hover {
    text-decoration: underline;
}

.single-post #breadcrumbs a {
    border-bottom: 1px solid #000 !important;
}

.content-post-wrap .elementor-icon-list-item a:hover .elementor-icon-list-text, .content-post-wrap .elementor-widget-text-editor a:hover{
    color: #000 !important;
	text-decoration:underline;
}

.project-work-item a {
    pointer-events: none;
    cursor: auto;
}

.plt-block img {
    mix-blend-mode: multiply;
}

input[type="search" i]::-webkit-search-cancel-button {
    padding-right: 30px;
}

.menu-item .sub-menu {
     box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.16);
}

.blog-main article:hover .article-title a {
    color: #DA202C !important;
}

body.is-not-sticky  .post-sidebar {
    margin-top: 31px;
}

.post-holder-noimg .list-image {
    background-size: 470px;
}

.elementor-popup-modal .dialog-widget-content {
    background-color: #000 !important;
}

.menu-item .sub-menu {
    min-width: 235px !important;
}

.our-services-expanded-block .elementor-button-text, .our-services-service-link .elementor-button-text{
    text-align: left;
    max-width: 290px;
}

.view-all-projects-btn-wrap a {
    color: #DA202C;
    border-bottom: 1px solid #DA202C;
    padding-bottom: 4px;
}

.view-all-projects-btn-wrap {
    padding-top: 40px;
}

.view-all-projects-btn-wrap a {
    background-image: url(/wp-content/uploads/2025/04/post-btn-i.svg);
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    padding-right: 32px;
    transition-duration: 0.3s !important;
}

.related-projects-wrap .projects-category a {
    pointer-events: none;
    cursor: default;
}

















































/* Large Devices, Wide Screens */
@media only screen and (max-width : 1380px) {
	
.header-search-form {
    max-width: 74% !important;
	margin-left: 20px;
  }	
	
.home-our-services-block h3 {
    font-size: 24px !important;
    line-height: 30px !important;
}	
	
} /* end 1380 */


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
	
.projects-filter .searchandfilter {
     padding-right: 0;
}
	
	
} /* end 1280 */


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1100px) {


} /* end 1100 */


/* Medium Devices, Desktops */
@media only screen and (max-width : 1080px) {
	
.our-services-expanded-block.active {
   position: fixed;
    top: 40%;
    left: 0;
}	
	
.home-our-services-block {
     margin-bottom: 20px !important;
}	
	
.home-our-services-block:nth-child(2n) {
    margin-right: 0 !important;
   }	
	
.mobile-header {
    display: block !important;
    position: fixed !important;
    z-index: 2 !important;
    top: 0 !important;
}
	
.elementor-editor-active .mobile-header {
    position: relative !important;
  background-color:#000;
}	
	
.header-wrap {
    display: none !important;
}	
	
.sticky-header {
    display: none !important;
}	
	
.sticky-header.scrol-header {
    display: none !important;
  }	
	
.elementor-editor-active .sticky-header {
    display: none !important;
}	
	
.mobile-header .elementor-menu-toggle {
    padding: 0;
}	
	
.mobile-header .elementor-menu-toggle {
    height: 24px;
    z-index: 9999;
}
	
.mobile-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    top: 0 !important;
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    padding-top: 79px;
    height: 100%;
    padding-bottom: 95px;
}
	
.logo-wrap {
    z-index: 9999 !important;
}	
	
.mobile-header-search-wrap {
    z-index: 99999 !important;
}	
	
.menu-item .sub-arrow {
    display: block !important;
    position: absolute;
    right: 38px;
    top: 11px;
}
	
.menu-item .fa-chevron-down:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/mobile-arrow-first-level-menu-i.svg);
    width: 14px;
    height: 22px;
    position: absolute;
}	
	
.menu-item .sub-menu .fa-chevron-down:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/menu-arrow-right-i.svg);
    width: 8px;
    height: 11px;
    position: absolute;
}
	
.menu-item .sub-menu .elementor-sub-item {
    position: relative;
    padding: 17.5px 0 14px 0 !important;
    background-color: #fff !important;
    font-size: 20px !important;
    line-height: 32px !important;
    color: #000000 !important;
    border-bottom: 1px solid #E6E6E6 !important;
}
	
.menu-item .sub-menu  .elementor-sub-item:after {
    width: 95%;
  }	
	
	.menu-item .elementor-sub-item:hover .fa-chevron-down:before, .menu-item .elementor-sub-item.highlighted .fa-chevron-down:before {
     background-image: url(/wp-content/uploads/2025/03/menu-arrow-right-i.svg);
}
	
.menu-item .sub-menu .sub-menu .elementor-sub-item {
    background-color: #F2F2F2 !important;
    padding: 15.5px 8px !important;
    border-bottom: 1px solid #E6E6E6 !important;
}
	
	.menu-item .sub-menu .sub-menu {
    min-width: auto !important;
    background-color: #fff !important;
}
	
.menu-item .sub-menu .elementor-sub-item.highlighted:after {
    background-color: transparent;
   }	
	
.menu-item .sub-menu .elementor-sub-item.highlighted .sub-arrow:before {
    content: "";
    background-color: #f2f2f2;
    padding: 16px !important;
    position: absolute;
    right: -11px;
    height: 55px;
    top: -5px;
}
	
.menu-item .elementor-sub-item .sub-arrow .fa-chevron-down {
 	transition: 0.3s !important;
}	
	
	
.menu-item .elementor-sub-item.highlighted .sub-arrow .fa-chevron-down {
    transform: rotate(90deg) !important;
    transition: 0.3s !important;
    right: 1px;
}
	
.menu-item .elementor-sub-item:hover .sub-arrow, .menu-item .elementor-sub-item.highlighted .sub-arrow {
    right: 11px;
    transition: 0.3s !important;
}	
	
.menu-item .sub-menu .sub-arrow {
    right: 11px;
    top: 21px;
    transition: 0.3s !important;
}
	
.menu-item .sub-menu .menu-item:last-child .elementor-sub-item{
    border-radius: 0px 0px 16px 16px !important;
  }	
	
.menu-item .sub-menu .sub-menu .menu-item:last-child .elementor-sub-item{
    border-radius: 0px !important;
  }		
	
.menu-item-contact-us {
    display: block !important;
}	
	
.menu-item .sub-menu .sub-menu .menu-item:last-child .elementor-sub-item:after {
   background-color: transparent;
    }
	
.menu-item .sub-menu .sub-menu {
    padding: 0 8px 0 !important;
    border-radius: 0 !important;
    margin: 0 0 7px !important;
    background-color: #F2F2F2 !important;
    top: -9px !important;
}
	
.header-search-form {
    max-width: 67% !important;
    margin-left: 0;
    left: 0;
    right: auto;
    position: fixed !important;
    z-index: 9999 !important;
}	
	
.header-search-form.active {
      animation: none;
}	
	
.header-search-form.active button.e-search-submit {
       display: none !important;
}	
	
.m-s-active .mobile-header {
    background-color: #fff;
}	
	
.m-s-active .mobile-header-search-wrap {
    border-color: rgba(179, 179, 179, 0.75) !important;
}	
	
.header-search-form {
    border-bottom: 1px solid #B3B3B3;
    margin-left: 24px;
}	
	
.header-search-form input {
    padding: 0 !important;
}	
	
.m-s-active .mobile-header .elementor-menu-toggle svg {
    background-image: url(/wp-content/uploads/2025/03/black-menu-btn-i.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
	
.m-s-active .mobile-header .elementor-menu-toggle svg rect {
    opacity: 0;
}	
	
.menu-item .highlighted .fa-chevron-down {
    transform: rotate(90deg) !important;
    right: -9px;
    position: relative;
    transition: 0.3s;
}	
	
	.menu-item .fa-chevron-down {
      transition: 0.3s;
}
	
	
.menu-item .sub-menu .menu-item:first-child .elementor-sub-item {
	
    padding-top: 23px !important;
}	
	
.menu-item .sub-menu .menu-item:last-child .elementor-sub-item {
    padding-bottom: 23px !important;
    border-bottom: 0 !important;
}	
	
.menu-item .sub-menu {
    background-color: #fff !important;
    top: -8px !important;
    padding: 0 24px;
    position: relative;
    border-radius: 0px 0px 16px 16px !important;
    width: 100% !important;
    max-width: 100% !important;
}
	
.menu-item .sub-menu  .elementor-sub-item:after {
    visibility: hidden;
}	
	
.menu-item .sub-menu .sub-menu .menu-item:first-child .elementor-sub-item {
    padding-top: 17px !important;
}	
	
.menu-item .sub-menu .sub-menu:after {
    content: "";
    background-color: #E6E6E6 !important;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -17px;
    display: block;
    left: 0;
}
	
.header-close-search-item {
    margin-right: 8px;
}	
	
.mobile-header .elementor-nav-menu {
    border-top: 1px solid #323535;
    padding-top: 16px;
}
	
.dialog-close-button {
      background: rgba(0, 0, 0, 0.5) !important;
}	
	
.dialog-close-button:hover {
      background-color: rgba(218, 32, 44, 1) !important;
}	
	
.white_header .sticky-header, .single-post .sticky-header, .search .sticky-header{
    display: none !important;
}	
	
.white_header .mobile-header, .single-post .mobile-header, .mobile-header.scrol-header, .search .mobile-header {
    background-color: #fff !important;
    border-bottom: 1px solid #CCCCCC;
}	
	
.m-s-active.white_header .mobile-header, .m-s-active.single-post .mobile-header, .m-s-active .mobile-header.scrol-header, .m-s-active.search .mobile-header{
      border-bottom: 0px solid #CCCCCC;
}	
	
.white_header .mobile-header .white-logo, .single-post .mobile-header .white-logo, .mobile-header.scrol-header .white-logo, .search .mobile-header .white-logo{
    display: none;
}	
	
.white_header .mobile-header .dark-logo, .single-post .mobile-header .dark-logo, .mobile-header.scrol-header .dark-logo, .search .mobile-header .dark-logo{
    display: block;
}	
	
.white_header.mobile-menu-open .mobile-header .dark-logo, .single-post.mobile-menu-open .mobile-header .dark-logo, .mobile-menu-open .mobile-header.scrol-header .dark-logo, .search.mobile-menu-open .mobile-header .dark-logo {
    display: none;
}	
	
.mobile-menu-open.white_header .mobile-header .white-logo, .single-post.mobile-menu-open .mobile-header .white-logo, .mobile-menu-open .mobile-header.scrol-header .white-logo, .search.mobile-menu-open .mobile-header .white-logo{
    display: block;
}		
	
	
.white_header .mobile-header .header-search-item .elementor-flip-box__layer.elementor-flip-box__front, .single-post .mobile-header .header-search-item .elementor-flip-box__layer.elementor-flip-box__front, .mobile-header.scrol-header .header-search-item .elementor-flip-box__layer.elementor-flip-box__front, .search .mobile-header .header-search-item .elementor-flip-box__layer.elementor-flip-box__front{
    background-image: url(/wp-content/uploads/2025/03/Search-open-i.svg);
}
	
.mobile-menu-open.white_header .mobile-header .header-search-item .elementor-flip-box__layer.elementor-flip-box__front, .single-post.mobile-menu-open .mobile-header .header-search-item .elementor-flip-box__layer.elementor-flip-box__front, .mobile-menu-open .mobile-header.scrol-header .header-search-item .elementor-flip-box__layer.elementor-flip-box__front, .search.mobile-menu-open .mobile-header .header-search-item .elementor-flip-box__layer.elementor-flip-box__front {
    background-image: url(/wp-content/uploads/2025/03/mobile-Search-i.svg);
}	
	
	
.m-s-active #content:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}	
	
.white_header .mobile-header span.elementor-menu-toggle__icon--open svg, .single-post .mobile-header span.elementor-menu-toggle__icon--open svg, .mobile-header.scrol-header span.elementor-menu-toggle__icon--open svg, .search .mobile-header span.elementor-menu-toggle__icon--open svg{
    background-image: url(/wp-content/uploads/2025/03/black-menu-btn-i.svg);
}	
	
.white_header .mobile-header span.elementor-menu-toggle__icon--open svg rect, .single-post .mobile-header span.elementor-menu-toggle__icon--open svg rect, .mobile-header.scrol-header span.elementor-menu-toggle__icon--open svg rect, .search .mobile-header span.elementor-menu-toggle__icon--open svg rect{
   visibility:hidden;
}	
	
.white_header .mobile-header-search-wrap, .single-post .mobile-header-search-wrap, .mobile-header.scrol-header .mobile-header-search-wrap, .search .mobile-header-search-wrap{
    border-color: #B3B3B3 !important;
}
	
body.is-not-sticky  .post-sidebar {
    margin-top: 0;
}	
	
	
	
	
	
	
	
	
	
	
}  /*  end 1080 */






/* Small Devices, Tablets */
@media only screen and (max-width : 1024px) {

.tab-tndc .e-n-tabs {
    display: flex !important;
    flex-direction: column !important;
}

.tndc-services-wrap .btn-no-bg {
    position: relative !important;
    padding-top: 35px;
}	
	
.related-projects-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
}
	
.related-projects-wrap .list-image {
    height: 250px;
    border-bottom-right-radius: 32px;
	background-size: cover;
}	
	
.related-projects-wrap article {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
}
	
.related-projects-wrap article:nth-child(2n) {
    margin-right: 0;
}	
	
.related-projects-wrap article:hover .list-image {
    height: 250px;
   }	
	
	
	
	
	
	
}  /*  end 1024 */





/* Small Devices, Tablets */
@media only screen and (max-width : 769px) {
	
	.home-our-services-block {
    margin-right: 0 !important;
}
	
.home-our-services-block {
    margin-bottom: 32px !important;
}	
	
.home-our-services-block h3 {
    font-size: 32px !important;
    line-height: 40px !important;
}
	
	.home-our-services-block .elementor-widget.elementor-widget-button {
    opacity: 1;
}
	
.post-main-wrap .post-img-wrap {
    height: 244px !important;
}	
	
.post-content-wrap-middle {
    display: none !important;
}	
	
.tndc-map-slider .e-n-carousel {
    width: 100% !important;
}	
	
.tndc-map-slider  .elementor-element {
    padding: 0px !important;
}	
	
	
.tndc-map-slider .elementor-swiper-button {
    background: rgba(0, 0, 0, 0.5);
   }
	
	.our-services-expanded-block.active {
    top: 25%;
  }
	
.management-block:hover .management-img-block {
    min-height: 249px !important;
  }	
	
.management-block {
    margin: 0 0 32px 0 !important;
   }	
	
.management-img-block {
      border-radius: 0px 0px 32px 0px !important;
}	
	
.management-content-block .elementor-widget-button {
    position: relative;
    bottom: 0;
    opacity: 1;
    transition: 0.5s;
}	
	
.management-content-block .elementor-button {
    color: #000 !important;
    text-decoration-line: underline;
    font-weight: 400 !important;
}
	
	.management-content-block .elementor-widget-button .elementor-widget-container {
    background-image: url(/wp-content/uploads/2025/03/btn-red-arrow-i.svg) !important;
}
	
.management-content-block .elementor-widget-text-editor {
    padding-bottom: 16px;
}	
	
.management-block:hover .management-img-block.hover-hight315 {
    min-height: 223px !important;
}
	
.management-block:hover .management-content-block .elementor-widget-button {
    bottom: 0;
  }	
	
.management-block:hover {
    padding-bottom: 0;
   }	
	
.management-block:hover .btn-no-bg .elementor-button {
      color: #fff !important;
}	
	
.management-block:hover .btn-no-bg  .elementor-widget-container {
    background-image: url(/wp-content/uploads/2025/03/btn-long-white-arrow-i.svg) !important;
}
	
.tndc-ep-accordion .e-n-accordion-item-title-icon {
    position: relative;
    top: 5px;
    left: -1px;
}	
	
	.tndc-ep-accordion  .e-n-accordion-item-title {
    align-items: flex-start !important;
}
	
.tndc-ep-accordion.elementor-widget-n-accordion .e-n-accordion-item {
    padding: 27.5px 0;
   }	
	
.tndc-ep-accordion .e-n-accordion-item-title {
    padding-left: 5px !important;
}	
	
#breadcrumbs span {
  
    margin: 0 5px;
}	
	
.who-we-are-block {
    margin-right: 0 !important;
    margin-bottom: 32px !important;
}
	
	.services-directory-accordion .e-n-accordion-item {
     padding: 20px 23px 20px 23px;
    margin-bottom: 25px !important;
}
	
	
.services-directory-accordion .e-n-accordion-item .e-n-accordion-item-title-header {
    padding-left: 9px;
}	
	
.services-directory-accordion .e-n-accordion-item .e-n-accordion-item-title-icon {
    position: relative;
    top: 0px;
    right: -2px;
}	
	
.services-directory-accordion .e-n-accordion-item .e-n-accordion-item .e-n-accordion-item-title-header {
    padding-left: 0px;
}	
	
.services-directory-accordion .e-n-accordion-item .e-n-accordion-item {
    padding: 26px 0;
  }	
	
.transportation-block:after {
    border-radius: 8px;
    background: linear-gradient(90deg, #3E4242 30%, #808080 100%);
}	
	
.tsp-block {
    margin: 0 0 31px 0 !important;
}	
	
	body.services-expanded {
    overflow: hidden;
}
	
.post-main-wrap:hover .post-content-wrap-middle {
   top: 41%;
    display: block !important;
    padding: 0 24px;
}
	
.management-block:hover .management-img-block.hover-hight223 {
    min-height: 223px !important;
}	
	
.vmv-slide-normal-block-content .expanded-btn {
    position: relative;
     opacity: 1;
   }	
	
.vmv-slide-normal-block-content:hover .expanded-btn {
    bottom: 0;
    }	
	
.vmv-slide-normal-block-content:hover  .elementor-widget-heading {
    padding-bottom: 0;
  }	
	
.history-accordion-content {
    margin-top: -59px !important;
}	
	
.history-accordion.elementor-widget-n-accordion .e-n-accordion-item {
    padding-left: 64px;
  }	
	
.history-accordion .elementor-widget-text-editor ul {
    padding: 9px 0 0 24px;
}	
	
.history-accordion.elementor-widget-n-accordion .e-n-accordion-item.accordion-open {
       padding-bottom: 12px;
}	
	
.history-accordion.elementor-widget-n-accordion .e-n-accordion-item.accordion-open:after {
     height: 93.9%;
}	
	
.history-accordion.elementor-widget-n-accordion .e-n-accordion-item {
    padding-bottom: 0;
    padding-top: 20px;
}
	
.history-accordion.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-header {
    padding: 20px 0 0;
}
	
.history-accordion.elementor-widget-n-accordion .e-n-accordion-item.accordion-open .e-n-accordion-item-title-header {
    padding-top: 28px;
    margin-top: -1px;
}
	
.history-accordion.elementor-widget-n-accordion .e-n-accordion-item:after {
    height: 28%;
   }	
	
.related-projects-wrap article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 31px;
}
	
.single-projects-info-wrap h5 {
     font-size: 24px;
    line-height: 32px;
	margin-bottom: 24px;
}
	
.projects-custom-field h6 {
       margin-bottom: 8px;
}	
	
.row-sp .col-sp {
    width: 100%;
}	
	
.row-sp {
     flex-direction: column;
   }	
	
.row-sp .col-sp:last-child {
    padding-left: 0;
    padding-right: 0;
}	
	
.projects-timeframe-text {
    padding-top: 18px;
}	
	
.projects-hours-text {
    padding-top: 18px;
    padding-bottom: 4px;
}	
	
.related-projects-wrap .list-image {
    height: 218px;
  }	
	
	.projects-title a, .projects-title {
     font-size: 24px;
    line-height: 32px;
   }
	
.related-projects-wrap .more-btn {
    position: relative;
    bottom: 0;
    opacity: 1;
    padding-top: 17px;
}	
	
.related-projects-wrap .view-more {
    color: #000 !important;
    background-image: url(/wp-content/uploads/2025/04/post-btn-i.svg);
    padding-right: 32px;
}	
	
.related-projects-wrap article:hover  .projects-content {
    padding-bottom: 25px;
  }	
	
.related-projects-wrap article:hover .view-more {
    color: #FFFFFF !important;
    background-image: url(/wp-content/uploads/2025/03/btn-long-white-arrow-i.svg);
    padding-right: 39px;
}	
	
.related-projects-wrap article:hover .more-btn {
    bottom: 0;
   
}	
	
.related-projects-wrap article:hover .list-image {
    height: 200px;
}	
	
.showing-results-wrap-content {
       flex-direction: column;
}	
	
.search-sidebar-wrap {
    width: 100%;
    padding-right: 0;
}	
	
.showing-results-right-col {
    width: 100%;
    padding-top: 40px;
}	
	
.main-search-wrap {
      flex-direction: column;
}	
	
.main-search-wrap .post-image {
    width: 100%;
    padding-right: 0;
    padding-bottom: 23px;
}	
	
.main-search-wrap .search-wrap {
    width: 100%;
    padding: 0;
}
	
.mobile-filter-btn {
    display: block;
    padding: 7px 16px;
    background: #DA202C;
    border-radius: 8px;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
}

.search-sidebar {
    display: none;
}	
	
.main-search-wrap .article-title a, .main-search-wrap .article-title {
    font-size: 32px;
    line-height: 40px;
   }	
	
.search-sidebar.active {
    display: block;
    transition: 0.3s;
}	
	
.search-sidebar {
    transition: 0.3s;
    padding-left: 16px;
}	
	
.mobile-filter-btn:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/04/mob-btn-search-i.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 18px;
    top: 16px;
	transition: 0.3s;
}	
	
.mobile-filter-btn.active:after {
    transform: rotate(-180deg);
    transition: 0.3s;
}	
	
.search-page-form .search-field {
     padding: 7px 16px;
    font-size: 20px;
    line-height: 32px;
}	
	
.search-wrap {
    padding-top: 16px;
}	
	
.showing-results-wrap-content {
    padding-top: 31px;
}	
	
.showing-results-wrap-content article {
     padding-bottom: 32px;
    margin-bottom: 40px;
}	
	
.pagination-results {
    padding-top: 1px;
}	
	
.searchandfilter input[type="checkbox" ]::before {
    width: 22px;
    height: 22px;
  }	
	
.searchandfilter input[type="checkbox" ] {
    width: 22px;
    height: 22px;
   }	
	
.search-sidebar .searchandfilter h4 {
    margin: 0 0 15px;
  }
	
.search-sidebar .searchandfilter ul li li input {
     top: 2px;
}	
	
.search-sidebar .searchandfilter ul li li {
       padding-bottom: 20px;
}	
	
.search-sidebar .searchandfilter ul li li:last-child {
    padding-bottom: 0;
}	
	
.search-sidebar .searchandfilter ul li {
      padding-bottom: 0;
}	
	
	.searchandfilter ul {
      flex-direction: column;
 }
	
.searchandfilter ul li.sf-field-post_date {
    max-width: 100%;
    padding-left: 0;
}	
	
.searchandfilter ul li.sf-field-search {
    padding-left: 0;
}	

.publications-main .list-image {
    height: 403px;
   
}	
	
.publications-main .post-holder {
    flex-direction: column;
    height: auto !important;
    background-color: transparent !important;
}
	
.publications-main .post-image-wrap {
    width: 100%;
    padding-right: 0;
}	
	
.publications-main .post-content-wrap {
    width: 100%;
    padding: 26px 0 20px 0;
}	
	
.publications-main .article-title a, .publications-main .article-title {
     font-size: 32px;
    line-height: 40px;
    }	
	
.searchandfilter ul li {
    padding: 10px 0 3px;
  }	
	
.year-title span {
    padding-right: 36px;
}	
	
.year-title {
    margin-bottom: 29px;
    overflow: hidden;
}
	
.publications-main .post-excerpt {
    font-size: 16px;
    line-height: 26px;
    padding-top: 0px;
    max-width: 100%;
}	
	
.publications-main .news-post-btn-date-block {
    padding-top: 29px;
}	
	
.publications-main article {
     margin: 0 0 25px 0;
}	
	
.publications-main .wp-pagenavi {
       padding-top: 8px;
}	
	
.publications-wrap-main {
    padding-bottom: 0;
}	
	
.featured-title, .featured-title a {
    font-size: 32px;
    line-height: 40px;
   }	
	
.featured-excerpt-post {
    font-size: 16px;
    line-height: 26px;
   }	
	
	.searchandfilter ul li.sf-field-category {
    max-width: 100%;
}
	
.blog-main article {
    width: 100%;
    margin: 0 0 32px 0;
}	
	
.list-image {
    height: 244px;
    border-bottom-right-radius: 32px;
	background-size: cover;
}	
	
.article-title a, .article-title {
    font-size: 24px;
    line-height: 32px;
   }	
	
.tnds-news-featured {
      border-radius: 8px;
}	
	
.post-featured-bg {
   border-radius: 8px;
   }	
	
.post-featured-bg:before {
    border-radius: 8px;
    }	
	
.main-post-featured-wrap {
    border-radius: 8px;
    padding: 121px 24px 31px 24px;
	min-height: 590px;
   }	
	
.featured-title {
    margin: 17px 0 25px;
}	
	
.featured-more-btn {
    padding-top: 27px;
}	
	
.tnds-news-featured:hover .featured-view-more {
    padding-right: 30px;
   }	
	
.news-wrap {
    padding: 20px 24px;
}	
	
.news-post-btn-date-block {
       padding-top: 9px;
}	
	
.post-content-wrap {
    padding: 16px 24px 22px;
}	
	
.wp-pagenavi {
       padding-top: 17px;
}	
	
.news-wrap-main {
     padding-bottom: 44px;
}	
	
.past-project-archive-wrap {
    overflow-x: scroll;
}
	
.past-project-archive-wrap .table {
    width: 700px;
}	

.projects-filter .searchandfilter ul {
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
}	
	
.projects-filter .searchandfilter label {
    font-size: 14px;
    line-height: 18px;
    min-width: max-content;
}
	
.projects-filter .searchandfilter ul li li {
    padding: 0 13px;
    border-radius: 8px 8px 0 0;
    }	
	
	.projects-filter .searchandfilter ul li li {
    padding: 0 12px;
     height: 50px;
    border-radius: 8px 8px 0 0;
    justify-content: center;
}
	
.projects-filter .searchandfilter {
    margin-top: -70px;
    }	
	
.tnds-project-archive-wrap .related-projects-wrap .list-image {
    height: 250px;
  }	
	
	
.post-holder-noimg .list-image {
    background-size: cover;
}	
	
.view-all-projects-btn-wrap {
    padding-top: 5px;
}	
	
.single-projects-wrap .view-all-projects-btn-wrap {
    display: none;
}	
	
.view-all-projects-btn-wrap {
    position: absolute;
    bottom: 35px;
    left: 24px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
} /* end 769 */

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

.single-post .elementor-widget-theme-post-featured-image img {
    height: 234px !important;
    object-fit: cover;
}	
	
.past-project-archive-wrap  .projects-title-item {
    max-width: 185px;
}	
	
.past-project-archive-wrap .client-text-item {
    max-width: 190px;
}	
	
	
	
	
	
	
	
	
	
} /*  end 480 */



.tndc-ep-accordion.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title{
    color: #DA202C;
}



.elementor-1510 .elementor-element.elementor-element-1a79992:hover {
    background-image: url("https://tndc.test0.ideatest.ca/wp-content/uploads/2025/05/mandate_image-scaled.jpg")!important;
}
