/* CSS Document */

#top .page_home_header .av-section-color-overlay {
	opacity: 0.56 !important;
	background: var(--0-f-1-a-17, #0F1A17);
	mix-blend-mode: multiply;
}

#top .white_text * {
	color: var(--ffffff, #FFF) !important;
}

#top .home_header_title .av-special-heading-tag {
	color: var(--ffffff, #FFF);
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: -3.6px;
}

#top .section_sub_title .av-special-heading-tag {
	color: var(--949494, #949494);
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.72px;
	text-transform: uppercase;
}

#top .section_title .av-special-heading-tag {
	color: var(--0-f-1-a-17, #0F1A17);
	font-size: 45px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: -2.7px;
	text-transform: uppercase;
}

#top .section_title_smaller .av-special-heading-tag {
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -1.28px;
}

#top .green_text {
	color: var(--164-f-44, #206D5E) !important;
}

#top .home_header_sub_text *:first-child, #top .main_p_cont *:first-child {
	margin-top: 0px;
}

#top .home_header_sub_text *:last-child, #top .main_p_cont *:last-child {
	margin-bottom: 0px;
}

#top .home_header_sub_text * {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

#top .marg_top_48 {
	margin-top: 48px;
}

#top .marg_top_32 {
	margin-top: 32px;
}

#top .marg_top_28 {
	margin-top: 28px;
}

#top .marg_top_12 {
	margin-top: 12px;
}

#top .marg_top_6 {
	margin-top: 6px;
}

#top .main_btn_cont a, #top .gform_button {
	border-radius: 0px;
	border: unset;
	padding: 18px 38px 18px 38px;
	background: var(--ffffff, #FFF);
	color: var(--164-f-44, #206D5E) !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0px !important;
}

#top .bg_cover {
	background-size: cover;
}

#top .bg_contain {
	background-size: contain;
}

#top .bg_center {
	background-position: center;
}

#top .bg_no_repeat {
	background-repeat: no-repeat;
}

#top .footer_logo {
	width: 216px;
	height: 32px;
	background-image: url(/wp-content/uploads/2025/11/tc_logo_footer.png);
	margin-bottom: 18px;
}

#top #footer .widget {
    margin: 0px !important;
}

#top .flex_column .widget .widgettitle, #top .content .widget .widgettitle {
    margin-top: 0px !important;
	color: var(--ffffff, #FFF);
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.8px;
	text-transform: uppercase;
}

#top #footer {
    padding: 120px 0 64px 0;
	background: #102721 !important;
}

#top .footer_text {
	display: block;
	color: var(--ffffff, #FFF);
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	opacity: 0.72;
	margin-top: 10px;
}

#top .footer_socials_cont {
	display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 12px;
    align-items: center;
}

#top .main_socket_inner_cont {
	display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 24px;
    align-items: center;
}

#top .widget_nav_menu a {
    padding: 0px;
	color: var(--ffffff, #FFF);
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	opacity: 0.72;
	transition: opacity .2s ease;
}

#top .widget_nav_menu a:hover {
	opacity: 1;
}

#top .widget_nav_menu li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: var(--aed-5-b-5, #AED5B5);
}

#top .widget_nav_menu li {
	display: grid;
	grid-template-columns: max-content 1fr;
	align-items: center;
	gap: 10px;
}

#top #footer .widget ul {
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
}

#top .socket_text {
	display: block;
	color: rgba(15, 26, 23, 0.72);
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}

#top .socket_text strong {
	color: var(--0-f-1-a-17, #0F1A17);
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

#top #socket {
	background: #102721;
	border: unset !important;
}

#top #socket:before {
    content: "";
    width: 1328px;
    height: 100%;
    background: var(--aed-5-b-5, #AED5B5);
    position: absolute;
    top: 0px;
    left: 47%;
    transform: translateX(-50%);
}

#top #socket:after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--aed-5-b-5, #AED5B5);
    position: absolute;
    top: 0px;
    left: -26%;
    transform: translateX(-50%);
}

#top #socket .container {
    padding-top: 24px;
    padding-bottom: 24px;
	position: relative;
	z-index: 40;
}

#top .socket_link {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 8px;
	color: var(--0-f-1-a-17, #0F1A17);
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	opacity: 0.72;
	transition: opacity .2s ease;
}

#top .socket_link:hover {
	opacity: 1;
}

#socket .copyright {
    float: unset;
}

#top .main_socket_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    justify-content: space-between;
    gap: 20px;
	padding-right: 112px;
}

#top .go_to_top_cont {
    position: absolute;
    top: -51px;
    right: 16px;
}

#top .padd_top_normal .template-page {
	padding-top: 120px;
}

#top .padd_bot_normal .template-page {
	padding-bottom: 120px;
}

#top .single_home_service_img {
	width: 100%;
	height: 250px;
}

#top .single_home_service_title {
	display: block;
	color: var(--0-f-1-a-17, #0F1A17);
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.96px;
	text-transform: uppercase;
	margin-top: 32px;
}

#top .main_p_cont * {
	color: var(--949494, #949494);
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}

#top .single_home_service_cont {
	border: 1px solid var(--dfe-1-e-5, #DFE1E5);
	background: var(--ffffff, #FFF);
	padding: 12px 12px 64px 12px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

#top .single_home_service_cont:hover {
	border-color: var(--164-f-44, #206D5E);
	box-shadow: 20px 20px 60px 0 rgba(0, 0, 0, 0.12);
}

#top .home_services_cont {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

#top .single_home_service_inner_cont {
	padding: 0px 40px;
}

#top #scroll-top-link {
	display: none !important;
}

#top .projects_in_mind_col {
	background: var(--164-f-44, #206D5E);
	padding: 64px;
}

#top .section_sub_title.white_text * {
	opacity: 0.5;
}

#top .btn_shadow {
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.12);
}

#top .single_partner_logo {
	width: 160px;
	height: 80px;
}

#top .single_partner_cont {
    width: 100%;
    padding: 20px 42px;
    border-top: 1px solid var(--dfe-1-e-5, #DFE1E5);
    border-right: 1px solid var(--dfe-1-e-5, #DFE1E5);
    border-bottom: 1px solid var(--dfe-1-e-5, #DFE1E5);
    background: var(--ffffff, #FFF);
    display: flex;
    justify-content: center;
    align-items: center;
}

#top .swiper-partners {
	overflow: visible;
}

#top .swiper-partners .swiper-slide {
	width: 244px;
}

#top .our_partners_sect .container {
	width: 100% !important;
	margin: 0px !important;
	max-width: 100% !important;
	padding: 0px !important;
}

#top .av-main-nav > li > a {
    padding: 0px;
	font-family: 'josefin-sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.16px;
	text-transform: uppercase;
}

#top .avia-menu-fx {
    height: 4px;
    background-color: #AED5B5 !important;
}

#top .av-main-nav {
	display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 32px;
    align-items: center;
}

#top .logo a {
	width: 216px;
    display: flex;
    align-items: center;
}

#top .header_bg {
    opacity: 1;
}

.header_color .av-subnav-menu a:hover, .header_color .av-subnav-menu a:focus, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li a:focus, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: #AED5B5 !important;
}

#top .off_green_text {
	color: var(--aed-5-b-5, #AED5B5) !important;
}

#top .accordion-header {
    padding: 30px 0px;
    cursor: pointer;
    margin: 0;
    border-top: 1px solid rgb(255 255 255 / 20%) !important;
    color: var(--ffffff, #FFF);
    font-family: 'josefin-sans', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
	gap: 12px;
    align-items: center;
}

#top .accordion {
	border-bottom: 1px solid rgb(255 255 255 / 20%) !important;
}

#top .accordion_num {
	font-family: 'josefin-sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.72px;
	text-transform: uppercase;
	width: 90px;
	display: block;
}

#top .accordion-header.active svg path:first-child {
	opacity: 0;
}

#top .accordion-content {
  	display: none;
  	padding: 0px 102px 30px 102px;
}

#top svg {
	display: block;
}

#top .main_p_cont_white * {
	color: rgb(255 255 255 / 72%) !important;
}

#top .accordion_inner_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
}

#top .accordion_right_col {
	width: 100%;
	height: 500px;
}

#top .home_about_us_left_col_cont {
	padding: 120px 96px 120px 0px;
	border-right: 1px solid var(--dfe-1-e-5, #DFE1E5) !important;
}

#top .home_about_us_right_col_cont {
	padding: 120px 0px 120px 96px;
}

#top .home_about_us_inner_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

#top .home_about_us_img {
	width: 100%;
	height: 600px;
}

#top .padd_bot_0 .template-page {
	padding-bottom: 0px;
}

#top form {
    margin-bottom: 0px !important;
}

#top .gform_heading {
	display: none !important;
}

#top .gfield_label {
	color: var(--ffffff, #FFF);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}

#top .gfield_required_asterisk {
	color: var(--aed-5-b-5, #AED5B5);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    -webkit-appearance: none;
    padding: 24px;
    color: var(--ffffff, #FFF) !important;
    font-family: 'lexend-deca', Helvetica, Arial, sans-serif !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0px !important;
    border: 2px solid rgba(255, 255, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

#top .gform-theme--foundation .gform_fields {
    grid-row-gap: 20px;
    row-gap: 20px;
}

#top .gform_validation_errors {
	display: none !important;
}

#top input[type="text"]:focus, #top input[type="password"]:focus, #top input[type="email"]:focus, #top input[type="number"]:focus, #top input[type="url"]:focus, #top input[type="tel"]:focus, #top input[type="search"]:focus, #top textarea:focus {
    box-shadow: unset !important;
    border: 2px solid var(--ffffff, #FFF) !important;
}

@media screen and (max-width: 1200px) {
	#top .accordion-content {
		padding: 0px 0px 20px 0px;
	}
}

@media screen and (max-width: 989px) {
	.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
		font-size: 32px;
	}
	
	#top .logo a {
		width: 146px;
	}
	
	#top .home_services_cont {
		grid-template-columns: 100%;
	}
	
	#top .single_home_service_cont {
		padding: 12px 12px 32px 12px;
	}
	
	#top .single_home_service_inner_cont {
		padding: 0px 20px;
	}
	
	#top .main_socket_cont {
		grid-template-columns: 100%;
		align-items: center;
		gap: 10px;
		padding-right: 0px;
		justify-items: center;
	}
	
	#top .go_to_top_cont {
		top: -64px;
	}
	
	#top .socket_text {
		text-align: center;
	}
	
	#top .projects_in_mind_col {
		padding: 30px;
	}
	
	#top .accordion_inner_cont {
		grid-template-columns: 100%;
		gap: 20px;
	}
	
	#top .home_about_us_inner_cont {
		grid-template-columns: 100%;
	}
	
	#top .home_about_us_left_col_cont {
		padding: 50px 0px 50px 0px;
		border-right: unset !important;
		border-bottom: 1px solid var(--dfe-1-e-5, #DFE1E5) !important;
	}
	
	#top .home_about_us_right_col_cont {
		padding: 50px 0px 50px 0px;
	}
	
	#top .home_about_us_img {
		height: 350px;
	}
}

@media screen and (max-width: 767px) {
	 .responsive #top .logo {
        height: 60px !important;
    }
	
	#top #sectors {
		background-image: unset !important;
	}
	
	#top .marg_top_48, .#top .marg_top_28 {
		margin-top: 22px;
	}
	
	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive #top #wrap_all .av-logo-container {
        height: 60px !important;
        line-height: 60px !important;
    }
	
	#top .mob_no_marg_bot, #top .our_partners_sect .flex_column {
		margin-bottom: 0px !important;
	}
	
	#top .page_home_header .container {
		height: 472px !important;
	}
	
	#top .home_header_title .av-special-heading-tag {
		font-size: 38px;
		line-height: 44px;
		letter-spacing: -1.6px;
	}
	
	#top .home_header_sub_text * {
		font-size: 16px;
		line-height: 26px;
	}
	
	#top .marg_top_32 {
		margin-top: 22px;
	}
	
	#top .main_btn_cont a, #top .gform_button {
		padding: 14px 32px 14px 32px;
		font-size: 14px;
		line-height: 20px;
	}
	
	#top .padd_top_normal .template-page {
		padding-top: 50px;
	}
	
	#top .padd_bot_normal .template-page {
		padding-bottom: 50px;
	}
	
	#top .section_title .av-special-heading-tag {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: -1.7px;
    }
	
	#top .flex_column .widget .widgettitle, #top .content .widget .widgettitle {
		margin-top: 24px !important;
	}
	
	#top .footer_text {
		font-size: 15px;
		line-height: 22px;
		margin-top: 18px;
	}
	
	#top #footer {
		padding: 50px 0 64px 0;
	}
	
	#top .go_to_top_cont {
		right: 0px;
	}
	
	#top .accordion_num {
		font-size: 16px;
		width: 40px;
	}
	
	#top .accordion-header {
		padding: 20px 0px;
		font-size: 20px;
		line-height: 22px;
	}
	
	#top .accordion_right_col {
		height: 300px;
	}
}

@media screen and (max-width: 600px) {
	#top .single_home_service_img {
		height: 220px;
	}
	
	#top .single_home_service_title {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0px;
	}
	
	#top .main_p_cont * {
		font-size: 14px;
		line-height: 22px;
	}
	
	#top .section_title .av-special-heading-tag br, #top .home_header_sub_text br {
		display: none;
	}
	
	#top .socket_text, #top .socket_link, #top .socket_text strong {
		font-size: 14px;
		line-height: 22px;
	}
	
	#top .swiper-partners .swiper-slide {
		width: 180px;
	}
	
	#top .single_partner_cont {
		padding: 10px 20px;
	}
	
	#top .accordion_right_col, #top .home_about_us_img {
		height: 250px;
	}
	
	#top .accordion_num {
        width: max-content;
    }
	
	#top .section_sub_title .av-special-heading-tag {
		font-size: 14px;
		letter-spacing: 0px;
	}
}