/*
Theme Name: TechCity Electric
Theme URI: https://www.techcityelectric.com
Description: TechCity Electric
Author: MNGPR
Author URI: http://www.mngpr.com
Description: TechCity Electric
Version: 1.0
Tags: TechCity Electric
License:
License URI:
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




html, body {
	font-size: 15px;
    font-family: "poppins", sans-serif;
	color: #000000;
	height: 100%;
	margin: 0;
  padding: 0;
  padding-top: 0px;
}

h1, h2 {
	color: #000000;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: "Barlow", sans-serif;
	color: #000000;
	font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #f03c4d; text-decoration: none; }
a:visited {color: #f03c4d; text-decoration: none; }
a:hover {color: #000000; text-decoration: none; }
a:active {color: #f03c4d; text-decoration: none; }



.topcenter {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;

	display: flex;
	align-items: stretch;

	padding: 0;
}




.logo-left {
	background-color: #ced1d3;

	width: 320px;
	padding: 15px;

	box-sizing: border-box;

	display: flex;
	align-items: center;
	justify-content: center;

	
	float: none;
}

.logo-left img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 290px;
}




.logo-right {
	background-color: #282829;

	flex: 1;

	padding: 0;

	box-sizing: border-box;

	display: flex;
	flex-direction: column;

	
	float: none;
}




.navline1 {
	background-color: #faa74a;

	flex: 1;

	width: 100%;
	padding: 20px 0;

	box-sizing: border-box;

	display: flex;
	align-items: center;

	font-size: 22px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	color: #000000;
}




.navline2 {
	background-color: #282829;

	flex: 1;

	width: 100%;
	padding: 20px 0;

	box-sizing: border-box;

	display: flex;
	align-items: center;

	font-size: 22px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	color: #ffffff;
}



.navline1 {
	background-color: #faa74a;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 22px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	color: #000000;
	box-sizing: border-box;
	text-transform: uppercase;
}




.navline1 > ul > li > a:link {
	color: #000000;
	text-decoration: none;
	padding: 10px;
}

.navline1 > ul > li > a:visited {
	color: #000000;
	text-decoration: none;
	padding: 10px;
}

.navline1 > ul > li > a:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
}

.navline1 > ul > li > a:active {
	color: #000000;
	text-decoration: none;
	padding: 10px;
}




.navline1 > ul {
	list-style-type: none;
	margin: 0;
	padding: 0 100px;

	display: flex;
	align-items: center;
	justify-content: space-between;

	width: 100%;
	box-sizing: border-box;
}




.navline1 > ul > li {
	position: relative;
	padding: 0;
	margin: 0;
	float: none;
	text-align: center;
}




.navline1 > ul > li:hover > ul {
	position: absolute;
	top: 100%;
	opacity: .96;
}




.navline1 ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	text-align: left;

	width: 300px;
	padding: 8px 0;
	margin-top: 10px;

	background: #ffffff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 8px rgba(0,0,0,.12);
	text-shadow: 0 3px 6px rgba(0,0,0,.10);

	z-index: 999;
}




.navline1 ul ul li {
	float: none;
	padding: 0;
	margin: 0;
}




.navline1 ul ul a {
	display: block;
	width: auto;

	padding: 12px 18px;
	margin: 4px 12px;

	font-size: 15px;
	line-height: 1.6;

	color: #222222;
	text-decoration: none;

	box-sizing: border-box;
}

.navline1 ul ul a:link,
.navline1 ul ul a:visited,
.navline1 ul ul a:active {
	color: #222222;
	text-decoration: none;
}

.navline1 ul ul a:hover {
	background: #efefef;
	color: #f03c4d;
	text-decoration: none;
}







.navline2 {
	background-color: #282829;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 22px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	color: #ffffff;
	box-sizing: border-box;
	text-transform: uppercase;
}




.navline2 > ul > li > a:link {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
}

.navline2 > ul > li > a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
}

.navline2 > ul > li > a:hover {
	color: #faa74a;
	text-decoration: none;
	padding: 10px;
}

.navline2 > ul > li > a:active {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
}




.navline2 > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 45px;

	width: 100%;
	box-sizing: border-box;
}




.navline2 > ul > li {
	position: relative;
	padding: 0;
	margin: 0;
	float: none;
	text-align: center;
}




.navline2 > ul > li:hover > ul {
	position: absolute;
	top: 100%;
	opacity: .96;
}




.navline2 ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	text-align: left;

	width: 300px;
	padding: 8px 0;
	margin-top: 10px;

	background: #ffffff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 8px rgba(0,0,0,.12);
	text-shadow: 0 3px 6px rgba(0,0,0,.10);

	z-index: 999;
}




.navline2 ul ul li {
	float: none;
	padding: 0;
	margin: 0;
}




.navline2 ul ul a {
	display: block;
	width: auto;

	padding: 12px 18px;
	margin: 4px 12px;

	font-size: 15px;
	line-height: 1.6;

	color: #222222;
	text-decoration: none;

	box-sizing: border-box;
}

.navline2 ul ul a:link,
.navline2 ul ul a:visited,
.navline2 ul ul a:active {
	color: #222222;
	text-decoration: none;
}

.navline2 ul ul a:hover {
	background: #efefef;
	color: #f03c4d;
	text-decoration: none;
}

.body-left {
	background-color: #f6f6f6;

	width: 320px;
	padding: 15px;

	box-sizing: border-box;

	display: flex;
	align-items: flex-start;
	justify-content: flex-start;

	float: none;

	font-size: 18px;
	line-height: 40px;
	font-family: "poppins", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
}


.body-right {
	background-color: #ffffff;

	flex: 1;
	padding: 0;

	box-sizing: border-box;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;

	float: none;
}


.topbody {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;

	display: flex;
	align-items: stretch;

	padding: 0;
}



.bodytext {
	width: 94%;
	max-width: 1150px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:3%;
	padding-left:3%;
	font-size: 18px;
	line-height: 24px;
	font-family: "poppins", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}








.pagetitles {
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 40px;
	font-family: "poppins", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: center;
	
}



.pagesubtitles {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 30px;
	font-family: "poppins", sans-serif;
	font-weight: 600;
	color: #faa74a;
	text-align: center;
	margin-top:-20px;
	
}


.review-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 48px;

	max-width: 1150px;
	margin: 0 auto;
}


.review-card {
	background-color: #ffffff;
	border: 2px solid #faa74a;

	min-height: 200px;

	padding: 28px 28px 20px 28px;

	box-sizing: border-box;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.review-text {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 700;

	color: #000000;

	text-align: center;
}


.review-name {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;

	color: #f7941d;

	text-align: right;

	margin-top: 20px;
}




@media screen and (max-width: 767px) {

	.review-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.review-card {
		min-height: 0;
		padding: 25px 20px;
	}

	.review-text {
		font-size: 24px;
	}

	.review-name {
		font-size: 20px;
		margin-top: 20px;
	}

}



.contact-option {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.contact-option img {
	width: 24px;
	height: 24px;
	display: block;
	flex: 0 0 24px;
}

.contact-option-text {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
	color: #000000;
}

.contact-option-text b {
	font-weight: 700;
}




@media screen and (max-width: 767px) {

	.contact-option {
		gap: 8px;
		margin-bottom: 15px;
	}

	.contact-option img {
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
	}

	.contact-option-text {
		font-size: 20px;
	}

}




.bodyorange {
	background-color: #faa74a;
	width: 94%;
	max-width: 1150px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:3%;
	padding-left:3%;
	font-size: 20px;
	line-height: 26px;
	font-family: "poppins", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}



.whitetitles {
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 40px;
	font-family: "poppins", sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	
}


.home-logo-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	width: 100%;
}

.home-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-logo-item img {
	display: block;
	width: 100%;
	height: auto;
}




@media screen and (max-width: 767px) {

	.home-logo-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

}


.footerbg {
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}







.footercol1 {
	width: 350px;
	padding-top:30px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:50px;
	font-size: 18px;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	float: left;
	
}





.footercol2 {
	width: 300px;
	padding-top:30px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:50px;
	font-size: 18px;
	line-height: 28px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	float: left;
	
}
.footercol2 a:link {color: #000000; text-decoration: none; padding-top:30px; padding-bottom:10px; padding-right:0px; padding-left:0px; }
.footercol2 a:visited {color: #000000; text-decoration: none; padding-top:30px; padding-bottom:10px; padding-right:0px; padding-left:0px; }
.footercol2 a:hover {color: #faa74a; text-decoration: none; padding-top:30px; padding-bottom:10px; padding-right:0px; padding-left:0px;   }
.footercol2 a:active {color: #000000; text-decoration: none; padding-top:30px; padding-bottom:10px; padding-right:0px; padding-left:0px; } 


.footercol2 ul {
    list-style-type: none;
    margin: 0;
	margin-left: -38px;
	
} 

.footercol2 ul li {
    display: block;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
}


.footercol2 ul li{
	position: relative;
	padding-right:10px;
	padding-top:10px;
}



.footercol2 ul li:hover > ul{
	position: absolute;
	color: #ffffff;
	top: 100%;
	opacity: .9;
}


.footertitles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 26px;
	font-family: "poppins", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: left;
	
}




.reviewblock {
	background-color: #faa74a;
	width: 300px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:30px;
	font-size: 18px;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: left;
	float: right;
	
}



.reviewblock a:link {color: #000000; text-decoration: none;  }
.reviewblock a:visited {color: #000000; text-decoration: none;  }
.reviewblock a:hover {color: #ffffff; text-decoration: none; }
.reviewblock a:active {color: #000000; text-decoration: none;  } 




.hrorange {
	background-color: #faa74a;
	width: 80%;
	height: 2px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left: auto;
    margin-right: auto;
	
}




.footertextcenter {
	padding-top:10px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: "poppins", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
	
}


.footertextcenter a:link {color: #000000; text-decoration: none;  }
.footertextcenter a:visited {color: #000000; text-decoration: none;  }
.footertextcenter a:hover {color: #faa74a; text-decoration: none; }
.footertextcenter a:active {color: #000000; text-decoration: none;  } 




.news-grid {
	display: grid;
	grid-template-columns: 42% 58%;
	gap: 28px 20px;

	max-width: 1150px;
	margin: 0 auto;
}


.news-image {
	width: 100%;
}

.news-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.news-content {
	position: relative;

	border: 2px solid #faa74a;
	background-color: #ffffff;

	box-sizing: border-box;

	min-height: 100%;

	display: flex;
	flex-direction: column;
	justify-content: space-between;

	padding: 28px 28px 55px 28px;
}


.news-inner h3 {
	margin: 0 0 28px 0;

	font-family: "Poppins", sans-serif;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;

	color: #000000;
}


.news-inner p {
	margin: 0;

	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 400;

	color: #333333;
}




.news-read-more {
	position: absolute;
	right: 0;
	bottom: 0;

	display: inline-block;

	background-color: #282829;
	color: #ffffff;

	padding: 12px 30px;

	font-family: "Barlow", sans-serif;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;

	text-transform: uppercase;
	text-decoration: none;

	box-sizing: border-box;
}

.news-read-more:link,
.news-read-more:visited {
	color: #ffffff;
	text-decoration: none;
}

.news-read-more:hover {
	background-color: #faa74a;
	color: #000000;
	text-decoration: none;
}




@media screen and (max-width: 767px) {

	.news-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.news-image {
		margin-top: 25px;
	}

	.news-image:first-child {
		margin-top: 0;
	}

	.news-image img {
		height: auto;
	}

	.news-content {
		min-height: 0;
		padding: 22px 20px 60px 20px;
	}

	.news-inner h3 {
		font-size: 21px;
		margin-bottom: 18px;
	}

	.news-inner p {
		font-size: 16px;
		line-height: 1.5;
	}

	.news-read-more {
		font-size: 16px;
		padding: 12px 24px;
	}

}



.reviews-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;

	max-width: 1150px;
	margin: 0 auto;
}


.review-box {
	border: 2px solid #faa74a;
	background-color: #ffffff;

	padding: 24px 24px 18px 24px;

	box-sizing: border-box;

	display: flex;
	flex-direction: column;

	min-height: 330px;
}


.review-box h3 {
	margin: 0 0 14px 0;

	font-family: "Poppins", sans-serif;
	font-size: 23px;
	line-height: 1.25;
	font-weight: 700;

	color: #000000;
	text-align: center;
}

.review-stars {
	text-align: center;
	font-size: 34px;
	line-height: 1;
	margin-bottom: 22px;
	white-space: nowrap;
	letter-spacing: -5px;
}

.review-stars span {
	color: #faa74a;
	display: inline-block;
	margin: 0;
}


.review-copy {
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	line-height: 1.55;
	font-weight: 400;

	color: #333333;

	text-align: left;

	margin-bottom: 20px;
}


.review-author {
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 400;

	color: #faa74a;

	text-align: right;

	margin-top: auto;
}




@media screen and (max-width: 767px) {

	.reviews-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.review-box {
		min-height: 0;
		padding: 22px 20px 18px 20px;
	}

	.review-box h3 {
		font-size: 21px;
	}

	.review-stars {
		font-size: 22px;
		margin-bottom: 18px;
	}

	.review-copy {
		font-size: 16px;
	}

	.review-author {
		font-size: 16px;
	}

}







.service-accordion {
	max-width: 1150px;
	margin: 0 auto;
}




.service-item {
	margin-bottom: 36px;
	border: 1px solid transparent;
	box-sizing: border-box;

	transition: border-color 0.3s ease;
}




.service-item.active {
	border-color: #faa74a;
}




.service-title {
	width: 100%;
	border: 0;
	background-color: #f5f5f5;

	padding: 20px 25px;

	display: flex;
	align-items: center;
	gap: 20px;

	cursor: pointer;

	font-family: "Poppins", sans-serif;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #000000;

	text-align: left;
}




.accordion-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 20px;
	flex: 0 0 20px;

	font-family: Arial, sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 300;
}




.service-content {
	background-color: #ffffff;

	max-height: 0;
	overflow: hidden;
	opacity: 0;

	padding: 0 55px;

	transition:
		max-height 0.5s ease,
		opacity 0.35s ease,
		padding 0.5s ease;
}




.service-item.active > .service-content {
	max-height: 1500px;
	opacity: 1;

	padding: 0 55px 25px 55px;
}




.sub-item {
	border: 0;
}




.sub-title {
	width: 100%;
	border: 0;
	background: transparent;

	padding: 18px 0;

	display: flex;
	align-items: center;
	gap: 16px;

	cursor: pointer;

	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #000000;

	text-align: left;
}




.sub-content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;

	padding: 0 0 0 36px;

	transition:
		max-height 0.5s ease,
		opacity 0.35s ease,
		padding 0.5s ease;
}




.sub-item.active > .sub-content {
	max-height: 1000px;
	opacity: 1;

	padding: 0 0 15px 36px;
}




.sub-content p {
	margin: 0 0 20px 0;

	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	color: #222222;
}




@media screen and (max-width: 767px) {

	.service-item {
		margin-bottom: 20px;
	}


	

	.service-title {
		padding: 18px 15px;
		gap: 12px;

		font-size: 20px;
	}


	

	.service-content {
		padding-left: 20px;
		padding-right: 20px;
	}


	

	.service-item.active > .service-content {
		padding: 0 20px 20px 20px;
	}


	

	.sub-title {
		font-size: 18px;
		padding: 16px 0;
	}


	

	.sub-content {
		padding-left: 30px;
	}


	

	.sub-item.active > .sub-content {
		padding: 0 0 15px 30px;
	}


	

	.sub-content p {
		font-size: 16px;
		line-height: 1.5;
	}


	

	.accordion-icon {
		font-size: 26px;
	}

}






.socfloat {
	width: 30px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}



.socfloat img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); 
    
}



.socfloat img:hover {
    opacity: .8;
    filter: alpha(opacity=80); 
}























.flexcenter {
display:flex;justify-content:center;align-items:center;
}



.alignright {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
	
}

.alignleft {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}




.tocenter {
	max-width: 1150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}








@media screen and (max-width:750px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }











.tocenter {
	max-width: 1150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}








