/*!
Theme Name: teravon_solar_energy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: teravon_solar_energy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

teravon_solar_energy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	/*overflow-x: hidden;*/
	max-width: 100%;
	overflow-x: hidden !important;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	max-width: 100%;
	margin: 0;
	overflow-x: hidden !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

b,
strong {
	font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
/*body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
@font-face {
font-family: Poster_Gothic_ExCond_ATF_Bold, Sans-serif;
	src: url(fonts/Poster_Gothic_ExCond_ATF_Bold.otf);
}
@font-face {
	font-family: Poster_Gothic_ExCd_ATF_Heavy;
	src: url(fonts/Poster_Gothic_ExCd_ATF_Heavy.otf);
}
@font-face {
	font-family: Poster_Gothic_ATF_Medium;
	src: url(fonts/Poster_Gothic_ATF_Medium.otf);
}
@font-face {
	font-family: Poster_Gothic_ATF_Bold;
	src: url(fonts/Poster_Gothic_ATF_Bold.otf);
}
@font-face {
	font-family: Poster_Gothic_ExCd_ATF_Heavy;
	src: url(fonts/Poster_Gothic_ExCd_ATF_Heavy.otf);
}
@font-face {
	font-family: Poster_Gothic_ATF_Medium;
	src: url(fonts/Poster_Gothic_ATF_Medium.otf);
}

@font-face {
	font-family: Poster_Gothic_ATF_Bold;
	src: url(fonts/Poster_Gothic_ATF_Bold.otf);
}
/* Common Css */
:root {
    --white-color: #ffffff;
    --orange-color: #E76C32;
    --primary-color: #025590;  
    --blue-color: #1A273D;   
    --paragraph-color: #1F242C;   
}
a{
	text-decoration: none !important;
}
.whitecolor
{
	color: var(--white-color);
}
.flex{
	display: flex;
}
.align_item{
	align-items: center;
}
.justify_space_between{
	justify-content: space-between;
}
.align_stretch{
	align-items: stretch;
}
.flex_wrap{
	flex-wrap: wrap;
}
h1,h2,h3,h4,h5,h6,span,p{
	margin: 0;
}
/* .rajdhani , .rajdhani a , .rajdhani p{
  	font-family: "jost", Sans-serif;
 }
.rubik , .rubik a , .rubik p  , a.rmp-menu-item-link , .wpcf7 form .wpcf7-response-output , .ctl-year-label.ctl-year-text span{
 	font-family: "jost", Sans-serif;
}
.rmp-menu-wrap ul li a , .rmp-menu-item-link{
    font-family: "jost", Sans-serif !important;
} */
h3{
	font-family: Poster_Gothic_ATF_Medium !important;
}
.rajdhani , .rajdhani a , .rajdhani p{
  	font-family: "IBM Plex Sans", sans-serif;
 }
.rubik , .rubik a , .rubik p  , a.rmp-menu-item-link , .wpcf7 form .wpcf7-response-output , .ctl-year-label.ctl-year-text span{
 	font-family: "IBM Plex Sans", sans-serif;
}
.rmp-menu-wrap ul li a {
    font-family: "IBM Plex Sans", sans-serif;
}


.f_300, .f_300 a, .f_300 p {
  font-weight: 300;
}

.f_400, .f_400 a, .f_400 p {
  font-weight: 400;
}

.f_500, .f_500 a, .f_500 p {
  font-weight: 500;
}

.f_600, .f_600 a, .f_600 p {
  font-weight: 600;
}

.f_700, .f_700 a, .f_700 p {
  font-weight: 700;
}

.f_800, .f_800 a, .f_800 p {
  font-weight: 800;
}

.f_900, .f_900 a, .f_900 p {
  font-weight: 900;
}

.fs_14, .fs_14 a, .fs_14 p {
  font-size: 14px;
}

.fs_16, .fs_16 a, .fs_16 p {
  font-size: 16px;
}

.fs_20, .fs_20 a, .fs_20 p {
  font-size: 20px;
}

.fs_24, .fs_24 a, .fs_24 p {
  font-size: 24px;
}

.fs_25, .fs_25 a, .fs_25 p {
  font-size: 25px;
}

.fs_28, .fs_28 a, .fs_28 p {
  font-size: 28px;
}

.fs_30, .fs_30 a, .fs_30 p {
  font-size: 30px;
}

.fs_44, .fs_44 a, .fs_44 p {
  font-size: 44px;
}

.fs_46, .fs_46 a, .fs_46 p {
  font-size: clamp(32px , 2.875vw , 46px);
}

.fs_50, .fs_50 a, .fs_50 p {
  font-size: clamp(32px, 3.125vw , 50px);
}

.fs_60, .fs_60 a, .fs_60 p {
  font-size: clamp(32px , 3.75vw , 60px);
}

.fs_80, .fs_80 a, .fs_80 p {
  font-size: clamp(32px , 5vw , 80px);
}

.text_white, .text_white a, .text_white p {
  color: var(--white-color);
}

.color_orange, .color_orange a, .color_orange p {
  color: var(--orange-color);
}

.primary_color, .primary_color a, .primary_color p {
  color: var(--primary-color);
}

.blue_color_text, .blue_color_text a, .blue_color_text p {
  color: var(--blue-color);
}

.paragraph_color, .paragraph_color a, .paragraph_color p {
  color: var(--paragraph-color);
}
.sidetext h2 {
   font-family: "jost", Sans-serif;
    font-size: 7.6875vw;
    font-weight: 900;
    line-height: 123px;
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.63px #1F242C;
    text-transform: uppercase;
}
.whychoose .sidetext h2 {
	 -webkit-text-stroke: 0.63px #fff;
}

.sidetext {
    position: absolute;
    left: -10%;
    transform: rotate(270deg) translateY(-50%);
    top: 45%;
}
.section_relative{
	position: relative;
}
.capitalize , .capitalize a , .capitalize p {
	text-transform: capitalize;
}
/* Header */
.header_menu li a{
	color: #333333;
	text-transform: capitalize;
}
.header_menu li a:hover , .header_menu li a:focus ,.header_menu li.current-menu-item a{
	color: var(--orange-color);
}
.header_menu ul li{
	padding: 0 30px 0 0 ;
}

.lets_talk{
	padding: 15px 30px;
	background-color: var(--primary-color);
	border-radius: 100px;
	border: 1px solid var(--primary-color);
	line-height: 1;
}
.button_header a{
	text-decoration: none;
}
.lets_talk:hover , .lets_talk:focus {
/* 	background-color: var(--orange-color);
	color: var(--white-color); */
	border-color: var(--orange-color);
}
.site-header.sticky {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    padding: 10px 0;
    z-index: 999;
    top: 0;
}
.site-header{
	position: relative;
    background: transparent;
    left: 0;
    right: 0;
    padding: 10px 0;
}
.underline{
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 0px;
	text-decoration-color: #ffffff80;
}
ul.sub-menu {
    flex-direction: column;
    padding: 10px;
	background-color: #fff;
}
ul.sub-menu  li{
	padding: 10px 0;
}
.menu-item-has-children::before {
     content: '\f107';
    font-size: 15px;
    font-family: 'FontAwesome';
    position: absolute;
    right: 18px;
    color: #025590 !important;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
.menu-item-has-children:hover::before{
	color: var(--orange-color) !important;
}
.menu-item-has-children {
    padding-right: 35px !important;
}
.gallery_flex{
	display: flex;
	gap: 20px;
	list-style: none;
	flex-wrap: wrap;
}
.gallery_flex li{
	flex: 0 0 23%;
}
.gallery_flex img{
  height: 280px;
  object-fit: cover;
  width: 100%;
  object-position: center;
  border-radius: 10px;
}
.video_content iframe{
	width: 100% !important;
	height: 500px;
}
/*End Header*/
/* Footer */
/* .top_flex_footer a:nth-child(1){
	display: none;
} */
#colophon{
	background-image: url(assets/images/footer.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.address_flex img{
	width: 70px;
}
.address_flex{
	gap:  15px;
}
.location{
	margin-bottom: 10px;
}
.follow_flex{
	gap:  10px;
}
.middle_header ul{
	padding-left: 0 !important;
	list-style: none !important;
}
.menu_css a{
	text-decoration: none;
}
.footer_logo{
	flex: 0 0 310px;
}
.useful_link{
	flex: 0 0 160px;
}
.services{
	flex: 0 0 160px;
}
.newsletter{
	flex: 0 0 310px;
}
.social_icon{
	margin-top: 20px;
}
.social_icon a{
	text-decoration: none;
	border: 1px solid var(--white-color);
	border-radius: 5px;
	padding: 12px;
	background-color: transparent;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.social_icon a:hover{
	color: var(--orange-color);
	background-color: var(--white-color);
}
.top_header {
/*     padding: 60px 0 !important; */
    border-bottom: 1px solid #fff6;
}
.phn_footer .flex , .email_footer .flex{
	justify-content:center;
}
.add_footer {
	flex:0 0 40%;
}
.phn_footer , .email_footer{
	flex: 0 0 30%;
}
.phn_footer{
	    padding: 60px 0;
}

.middle_header{
	padding: 100px 0 60px 0;
	 border-bottom: 1px solid #fff6;
}
.bottom_header{
	padding: 20px 0;
}
.top_flex_footer{
	align-items: center;
}
.bottom_footer ul{
	padding-left: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	align-items: center;
}
.bottom_footer ul li a{
	text-decoration: none;
}
.copyright del{
	color: var(--orange-color);
	text-decoration: none !important;
font-family: "jost", Sans-serif;
}
.footer_menu #save_menu_header {
	margin: 0 !important;
}
.footer_para{
	margin-top: 40px;
}
.newsletter_form{
	margin-top: 30px;
}
.newsletter_form input.wpcf7-email.wpcf7-text {
    height: 50px;
    padding: 10px;
    width: 100%;
}
.newsletter_form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 15px;
    background-color: var(--orange-color);
    color: var(--white-color);
    border-radius: 100px;
    font-family: "jost", Sans-serif;
    border: 1px solid var(--orange-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
	text-transform: capitalize;
}
.newsletter_form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover , 
.newsletter_form input.wpcf7-form-control.wpcf7-submit.has-spinner:focus {
	background-color: var(--white-color);
    color: var(--orange-color);
}

.footer_menu ul li:nth-child(1){
	position: relative;
	padding-right: 20px;
}
.footer_menu ul li:nth-child(1) a::before{
	content: '-';
	position: absolute;
	right: 0;
}
.middle_header ul li {
    padding: 10px 0 !important;
}
/* End Footer */
/* Home Banner */
.bg_oragnge{
	background-color: var(--orange-color);
	padding: 10px 20px;
	border-radius: 5px;
	margin-bottom: 33px;
	display: table;
	text-transform: capitalize;
}
.bannerHeading{
	margin-bottom: 33px;
	text-transform: capitalize;	
}
.bannerHeading h3{
	line-height: 1.3;	
}
.home_button a{
	text-transform: capitalize;
}
.home_button{
	display: inline-block;
}
.bannerDetails{
	max-width: 610px;
}
.HomebannerDetails {
 	position: absolute;
 	width: 100%;
 	left: 0;
 	top: 50%;
 	transform: translateY(-50%);
 	z-index: 999;
}
.banner_bg{
	background-size: cover;
	background-repeat: no-repeat;
	height: 690px;
	background-position: bottom;
}
.banner_heading{
	margin-bottom: 33px;
}

/* .home_button:hover .lets_talk{
	display: flex;
    gap: 10px;

} */
.home_button .lets_talk{
	display: flex;
	gap: 10px;
	    position: relative;
    overflow: hidden;
    z-index: 0;
}
.home_button .lets_talk::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background-color: var(--orange-color);
    transition: all 300ms ease-in-out;
    z-index: -1;
}
.home_button .lets_talk:hover::before {
    left: 0;
}
.our-work-thumbnail:hover img {
    transform: scale(1.1);
}

.circle_percent {font-size:90px; width:1em; height:1em; position: relative; background: #eee; border-radius:50%; overflow:hidden; display:inline-block; margin:0px;}
.circle_inner {position: absolute; left: 0; top: 0; width: 1em; height: 1em; clip:rect(0 1em 1em .5em);}
.round_per {position: absolute; left: 0; top: 0; width: 1em; height: 1em; background: var(--orange-color); clip:rect(0 1em 1em .5em); transform:rotate(180deg); transition:1.05s;}
.percent_more .circle_inner {clip:rect(0 .5em 1em 0em);}
.percent_more:after {position: absolute; left: .5em; top:0em; right: 0; bottom: 0; background: var(--orange-color); content:'';}
.circle_inbox {position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; background: #fff; z-index:3; border-radius: 50%;}
.percent_text {position: absolute; font-size: 24px; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3;color: var(--paragraph-color);font-weight: 700;line-height: 1.3;font-family: "jost", Sans-serif;, sans-serif;}
.aboutparagraph p{
	margin-bottom: 15px;
}
.useful_link .menu-item-has-children::before {
    display: none;
}
.AboutTx{
	text-transform: capitalize;}
.about_para , .list_view , .image_aboutInner {
	margin-bottom: 30px;
}
.about_flex{
	align-items: flex-start !important;
}
.about_para, .percolor , .aboutparagraph p{
	line-height: 1.4;
}
.bannerDetails{
	max-width: 600px;
	margin:  0 auto;
}
.percentage_Sec{
	padding: 15px 0;
	margin-bottom: 20px;
}
.listStyle{
	line-height: 1.6;
	text-transform: capitalize;
}
.paraHOme p{
	margin-bottom: 30px;
}
.border_before{
	position: relative;
	text-transform: capitalize;
}
.border_before::before {
    content: '';
    position: absolute;
    width: 130px;
    height: 3px;
    left: 0;
    bottom: -5px;
    background: var(--orange-color);
}
.percolor{
	text-transform: capitalize;
}
.per_row{
	gap: 13px;
}
.rotate {
  animation: rotation 25s;
}

.linear {
  animation-timing-function: linear;
}

.infinite {
  animation-iteration-count: infinite;
}
.imageSection{
	position: relative;
}
.rotate_image_infinite{
	width: 125px;
	position: absolute;
	left: -30px;
	top: 0;
}
.common_padding{
	padding: 100px 0;
}
.common_padding_top{
	padding-top: 100px;
}
.imageSection , .textSection{
	flex: 0 0 47.5%;
}
.imageSection{
	position: sticky;
	top: 90px;
}
 
.image_row {
    border: 1px solid #0e7a3180;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 150px !important;
}
.image_row img {
    width: 150px;
}
.sidetext.Client_text {
    transform: rotate(0) translateY(0);
    top: -36px;
    left: 0;
    right: 0;
}
.sidetext.progresstext {
    transform: rotate(0) translateY(0);
    top: 50px;
    left: 0;
    right: 0;
}
.image_group{
	margin-top: 50px;
}

.whychooseImage{
	margin-bottom: 35px;
}
.titlewhyus{
	margin-bottom: 10px;
}
.detailColumn{
	background-color: var(--white-color);
}
.WhychooseInnerRow {
    flex: 0 0 49%;
    /* padding: 30px; */
    position: relative;
    overflow: hidden;
}
.show_div{
	padding: 30px;
}

.show_onhover {
    /* display: none; */
    position: absolute;
    top: 100%;
    height: 100%;
    /* transform: translate(-50%,-50%); */
    transition: all 300ms ease-in-out;
	display: flex;
	align-items: center;
}
.WhychooseInnerRow:hover .show_onhover {
    /* display: block; */
    top: 0;
}
.show_onhover p{
	color: #fff;
	padding: 15px;
	-webkit-line-clamp: initial !important;
}
.imageColumn , .detailColumn{
	flex: 0 0 50%;
}
.imageColumn img{
	width: 100% !important;
}
.imageColumn{
	background-position: bottom;
}
.WhychooseInnerRow:nth-child(odd) {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.WhychooseInnerRow:nth-child(even) {
	border-bottom: 1px solid #dddddd;
}
.WhychooseInnerRow:nth-child(1) , .WhychooseInnerRow:nth-child(2) {
	border-top: 1px solid #dddddd;
}
.bg_blue{
	background-color: #F6FBF8;
}
.title_progress{
	margin-bottom: 10px;
}
.ProgressRow{
	flex: 0 0 25%;
	text-align: center;
}
.common_padding_bottom{
	padding-bottom: 100px;
}
.padding_toponly{
	padding-top: 100px;
}
/*.flex-column{
	flex-direction: column;
}*/
.heigh_auto {
    height: auto !important;
    border-bottom: 1px solid #0E7A3126;
    padding-bottom: 30px;
}

a.phn_footer{
	border-right: 1px solid #fff6;
	 border-left: 1px solid #fff6; 
}
.post-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
/*     gap: 30px; */
    flex-wrap: wrap;
}
.post-featured-image {
    flex: 0 0 28%;
}
.post-details-date {
  flex: 0 0 12%;
  text-align: center;
  padding: 35px 0;
  background: #fff;
  border-radius: 10px;
}
.post-details {
  flex: 0 0 40%;
  align-self: center;
}
.post-details-link{
	flex: 0 0 10%;
	align-self: center;
}
.post-date{
	margin-bottom: 15px;
}
.post-featured-image img{
	height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.post-title{
	margin-bottom: 7px;
}
.post-details-link h2.post-title {
    text-align: center;
    display: flex;
    justify-content: center;
}
.post-details-link h2.post-title i {
    background: #025590;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
}
.swiper-slide.heigh_auto:hover .post-details-date{
 		background: #0E7A31;
}
.swiper-slide.heigh_auto:hover .post-details-date p , .swiper-slide.heigh_auto:hover .post-details-date p a{
 		color: var(--white-color);
}
.swiper-slide.heigh_auto:hover .post-details-link h2.post-title i {
 		background: #0E7A31;
 		transform: rotate(-45deg);
}
/*.mt_60{
	margin-top: 60px;
}*/
.mt_60 .swiper-container {
	  padding-top: 120px;
/*     margin-top: -46px; */
	position: initial !important;
}
.mt_60 .swiper-button-next {
    top: 2px;
    margin: 0;
    right: 20px !important;
}
.mt_60 .swiper-button-prev {
    top: 0px;
    margin: 0;
    right: 60px;
    left: auto;
}
.mt_60 .swiper-button-prev {
    height: 45px;
    width: 55px;
    border: 1px solid #0E7A31;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.onhoverImageBlog{
	display: none;
}
.mt_60 .swiper-button-prev:hover .onhoverImageBlog {
	display: block !important;
	transform: scaleX(-1);
}
.mt_60 .swiper-button-prev:hover .show_image_blog{
	display: none !important;
}

.mt_60 .swiper-button-next:hover a , .mt_60 .swiper-button-prev:hover a{
	background-color:#0E7A31;
	color: #fff;
}
.mt_60 .swiper-button-next:hover  , .mt_60 .swiper-button-prev:hover {
	background-color:#0E7A31;
}
.mt_60 .swiper-button-prev  a , .mt_60 .swiper-button-next a {
    height: 45px;
    color: #0E7A31;
    width: 55px;
    border: 1px solid #0E7A31;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0 25px;
}
.mt_60 .swiper-button-prev:after , .mt_60 .swiper-button-next:after{
	display: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	/*opacity: 1 !important;*/
}
.lwmainTitle del{
	color: var(--orange-color);
	text-decoration: none !important;
}
.lwmainTitle{
	position: relative;
	text-transform: capitalize;
}
.lwmainTitle::before {
    content: '';
    position: absolute;
    width: 130px;
    height: 3px;
    left: 0;
    bottom: -5px;
    background: var(--primary-color);
}
.mt_40{
	margin-top: 40px;
	/*padding-left: 230px !important;*/
/* 	    left: calc(50% - 570px); */
}
.detail_latestwork{
	padding: 20px;
}
.justify_end{
	justify-content: flex-end;
}
.our-work-thumbnail {
       -webkit-mask-image: url(assets/images/shape.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(assets/images/shape.png);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    /* height: 290px; */
    aspect-ratio: 1/0.86;
}
.our-work-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms ease-in-out;
}
.our-work-thumbnail:hover img {
    transform: scale(1.1);
}
.row_reverse{
	flex-direction: row-reverse;
}
.icon_bg{
	height: 40px;
	width: 40px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--orange-color);
	border-radius: 100px;
	margin-top: 10px;
}
/* .our-work-title {
    height: 70px;
} */
.icon_bg i{
	color: var(--white-color);
}
.icon_bg:hover {
	background-color: var(--primary-color);
}
.our-work-item:hover .icon_bg {
	background-color: var(--primary-color);
}
.our-work-item {
    padding: 4px;
    background: white;
    border-radius: 10px;
}
.latest_workslider{
	height: auto !important;
}
.latest_work{
	overflow: hidden;
}
.latest_work .swiper-button-next::after , .latest_work .swiper-button-prev::after{
	display: none;
} 
.latest_work .swiper-button-next , .latest_work .swiper-button-prev{
	top: 45px;
}
.latest_work_slider.mt_40.swiper.swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-top: 170px;
    margin-top: -90px;
}
.latest_work .swiper-button-next{
	right: 0px !important;
}
.latest_work .swiper-button-prev{
	right: 90px !important;
	left: auto !important;
}
.latest_work .swiper-button-prev , .latest_work .swiper-button-next {
    height: 45px;
    width: 55px;
    border-radius: 10px;
    border: 1px solid var(--orange-color);
}
.latest_work .swiper-button-prev i, .latest_work .swiper-button-next i{
	color: var(--orange-color);
}
.latest_work .swiper-button-prev:hover , .latest_work .swiper-button-next:hover{
	background-color: var(--orange-color);
}
.latest_work .swiper-button-prev:hover i, .latest_work .swiper-button-next:hover i{
	color: var(--white-color);
}
.post-template-default .entry-content p{
	 font-family: "jost", Sans-serif;
	font-size: 20px;
	line-height: 1.3;
	color:var(--paragraph-color);
	margin-top: 15px;
}
.postTitleTeravon{
	margin-bottom: 20px;
}
.post-template-default nav.navigation.post-navigation ,.post-template-default .post-thumbnail{
    margin-top: 20px;
}
.post-template-default nav.navigation.post-navigation a{
 font-family: "jost", Sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color:var(--paragraph-color);
	margin-top: 15px;
}
.post-template-default footer.entry-footer {
    display: none;
}
.flex_50{
	flex: 0 0 47%;
}
.ourmission{
	margin-bottom: 30px;
}
.zigzag-section{
	gap: 50px;
}
.row_reverse{
	margin-top: 60px;
}
.zigzag-image img{
	height: 100%;
	width: 100%;
	transition: all 300ms ease-in-out;
}
.zigzag-image:hover img {
    transform: scale(1.1);
}
.contactForm{
	margin-top: 40px;
}
.map iframe {
	border-radius: 20px !important;
}
.contactSec.flex_50 {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
      box-shadow: 0 2px 8px 0 rgb(99 99 99 / 20%);
}
.flexContact{
	gap: 20px;
}
.btn_form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--primary-color);
    color: #fff;
    width: 30%;
    font-weight: 600;
	border-radius: 100px;
}
.contactForm input ,.contactForm textarea   {
    background: #fff;
    height: 40px;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0px;
    border-top: initial;
    border-left: initial;
    border-right: initial;
    border-bottom: 1px solid #00000045;
}
.contactForm textarea {
	height: 100px !important;
}
.form_flex p {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    /*flex-wrap: wrap;*/
}
.address.border_contact {
    flex: 0 0 32%;
    text-align: center;
}
.contactTX{
	margin-top: 15px;
}
.gap_30{
	gap: 20px;
}
.address.border_contact {
    flex: 0 0 32%;
    text-align: center;
    padding: 30px 0;
    /*border: 2px solid var(--blue-color);
    border-radius: 20px;*/
        box-shadow: 0 2px 8px 0 rgb(99 99 99 / 20%);
}
p.paragraphWhyus {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.middle_header .sub-menu {
    display: none;
}
/* FAQ */
.accordion-single-item.js-acc-item {
    box-shadow: 0px 2px 16px #001A6B1A;
    margin-bottom: 30px;
/* 	padding: 20px; */
}

.accordion-single  {
  /*border-bottom: 1px solid #efefef;*/
  margin-top: 10px;
}

.is-open .accordion-single-title {
    padding: 20px 0;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    margin: 20px 20px 0 20px;
    border-bottom: 1px solid #001A6B1A;
}
.accordion-single-title{
	padding: 20px;
    font-size: 20px;
    line-height: 22px;
    margin: 0;
	position: relative
}
.accordion-single-title::after{
	content: "";
	position: absolute;
	/*   top: 25px;
	right: 25px;
	width: 0;
	height: 0; */
	border: 8px solid transparent;
	border-top-color: #666;
	transition: transform .2s ease;
	font-family: 'FontAwesome';
	right: 2%;

}


.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in-out;
}

.accordion-single-content p {
  padding: 20px;
  margin: 0 !important;
    font-size: 18px;
    line-height: 30px;
}

.accordion-single-item.is-open .accordion-single-content  {
  max-height: 100%;
}

.accordion-single-item.is-open .accordion-single-title::after  {
  transform: rotate(180deg);
	right: 0%;
}
.show_onhover p{
	font-size: clamp(14px , 1vw , 16px);
}
.footer_menu ul{
	margin: 0 !important;
}
.form_newsletter .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff !important;
    color: #fff !important;
}
.form_newsletter .wpcf7-not-valid-tip{
	color: #fff !important;
}
.form_newsletter .wpcf7-response-output {
    border-color: #fff !important;
    color: #fff !important;
}
.opacity_25 {
	opacity: 25%;
}
.opacity_75 {
	opacity: 75%;
}
.font_148{
	font-size: 9.25vw !important;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.video-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 600px;
        background-color: #f0f0f0;
    }

    .video-cover {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 600px;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        overflow: hidden;
    }

    .welcome-text {
        position: absolute;
        top: 20px;
        left: 20px;
        font-family: "jost", Sans-serif;
        font-size: 2rem;
        font-weight: 900;
        color: #ffffff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .play-button {
        position: absolute;
        font-size: 3rem;
        color: #ffffff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        cursor: pointer;
        text-decoration: none;
    }

    .play-button::after {
        content: '';
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 3px solid #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .video-player {
        display: none; /* Hide the video player initially */
        width: 100%;
        max-width: 100%;
        /*margin-top: 20px;*/
        height: 600px;
    }

    .video-player video {
        width: 100%;
        border-radius: 10px;
    }
.video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    max-width: 900px; /* Set a max width to limit the container */
	    flex: 0 0 48%;
    margin-bottom: 20px;
  }
.videoFlex {
    display: flex;
    flex-wrap: wrap;
}
  .video-container img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover; /* Ensures the image covers the container */
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Maintain full height based on aspect ratio */
    border: 0;
/*     display: none; */
  }
.paragarphHome {
    margin-bottom: 33px;
}
.percolor{
	width: 140px;
}
.latestWorkImage img {
	width: 500px;
/* 	margin-right: 150px; */
}
.latestWorkImage.swiper{
	padding: initial;
}

.mt_40.latestWorkImage.swiper{
    margin-top: -70px;
    padding-top: 125px !important;
}
.detailsOfMounted{
	padding: 20px 0;
	border-bottom: 1px solid #1a273d30;
	display: flex;
	gap: 20px;
	align-items: center;
}
.detailsOfMounted:last-child{
	border-bottom: initial !important;
}
.number{
	padding: 20px 40px;
    background: white;
    border-radius: 10px;
}    
.custListPara{
	margin-top: 10px;
}
.listCustomize{
	margin-top: 25px;
}
.listCustomize li{
	margin-bottom: 20px;
}
.listCustomize ul{
	padding-left: 20px;
}
.customizingMounted img , .groundmounted img
{
	width: 100%;
	border-radius: 10px;
}
	.center_text{
	text-align: center;
}
.rooftopreverse {
    margin-bottom: 30px;
}
.rooftopreverse:nth-child(even){
	flex-direction: row-reverse	;
}

i.fa-solid.fa-circle {
    font-size: 10px;
}

.groundmounted img{
	border-radius: 10px;
	height: 400px;
	object-fit: cover;
}
.rooftopreverse img {
    height: 350px;
    object-fit: cover;
}
.bg_imagepost{
/* 	background-image: url(https://www.teravonsolar.com/wp-content/uploads/2024/08/DJI_0057-scaled.jpg); */
	background-size: cover;
	position: relative;
	z-index: 1;
	background-position: center;
}
.bg_imagepost::before{
	  content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.70);
    z-index: -1;
}
.bg_imagepost h1{
	padding: 140px 0;
	margin-bottom: 0 !important;
}
.table_content table tr td {
    border: 1px solid #000;
    font-family: "jost", Sans-serif;
    font-weight: 400;
}
.table_content{
	margin-top: 80px;
}

.table_content table tr td p span{
	font-size: 16px !important;
    line-height: 22px;
}
@media screen and (min-width: 1601px) {
	.container{
		max-width: 1230px;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
	.sidetext h2{
		font-size: 123px !important;
	}
	.font_148{
		font-size: 148px !important;
	}
	.image_absolute img{
		width: 100% !important;
	}
	.sidetext.stroke_white h2{
		font-size: 85px !important;
	}
}
@media  (min-width: 1025px) and (max-width: 1600px) {
	.container{
		max-width: 76.875%;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
}
@media screen and (max-width: 1024px) {
	.latestWorkImage{
		display: none;
	}
	.percolor{
		width: 100% !important;
	}
	.mt_40{
		left: initial !important;
	}
	.header_menu {
		display: none;
	}
	button.menu-toggle , .button_header {
		display: none;
	}
	.container{
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
	.rmp-menu-item-link{
		font-size: 14px !important;
	}
}
@media  (min-width: 991px) and (max-width: 1400px) {
	a.email_footer {
		padding-left: 20px;
	}
	.add_footer{
		padding-right: 20px;
	}
}

@media  (min-width: 991px) and (max-width: 1400px) {
	.top_header p{
		font-size: 16px !important;
	}
	.address_flex img {
		width: 50px !important;
	}
}
@media  (min-width: 1121px) and (max-width: 1400px) {
	.top_header p{
		max-width: 280px;
	}
}
@media  (min-width: 1025px) and (max-width: 1120px) {
	.zigzag-image.flex_50 {
		flex: 0 0 46% !important;
	}
}
@media  (min-width: 1025px) and (max-width: 1256px) {
	.address_flex img {
		width: 45px !important;
	}
	.address_flex {
		gap: 10px !important;
	}
	.top_header p{
		max-width: 230px;
		font-size: 14px !important;
	}
	.video-container {
		height: auto !important;
	}
	.imageColumn {
		background-position: left !important;
	}
	.latestWorkImage img {
		width: 300px !important;
		margin-right: 135px !important;
	}
	.header_menu ul {
		gap: 15px !important;
	}
	.header_menu li a{
		font-size: 14px !important;
	}
	.site-branding{
		width: 120px !important;
	}
	.lets_talk{
		padding: 10px 15px !important;
	}
	.menu-item-has-children::before {
		font-size: 14px !important;
		right: -15px !important;
	}
}
@media  (min-width: 768px) and (max-width: 1024px) {
	.imageColumn {
		background-position: left !important;
	}
	
	.mobile_hide{
		display: none;
	}
	.percentage_Sec .flex_50 {
		flex: 0 0 45% !important;
	}.zigzag-image.flex_50 {
		flex: 0 0 45%;
	}
}
@media  (min-width: 768px) and (max-width: 990px) {
	.flex30{
		flex: 0 0 48% !important;
	}
	.top_header {
		padding: 50px 0;
	}
	.phn_footer {
		padding: 30px 0 !important;
	}
	.phn_footer .flex, .email_footer .flex{
		justify-content: flex-start !important;
	}
	.latest_work .swiper-button-next {
		right: 20px !important;
	}
	.latest_work .swiper-button-prev {
		right: 90px !important;
		left: auto !important;
	}
	.phn_footer , .add_footer , .email_footer{
		flex:0 0 100% !important;
	}
	a.phn_footer {
		border-right: 0px solid #fff6 !important;
		border-left: 0px solid #fff6 !important;
	}
	.paraHOme{
		width: 330px;
	}
	.percentage_Sec .fs_20{
		font-size: 18px !important;
		line-height: 1.2 !important;
	}
	.percentage_Sec .flex_50 {
		flex: 0 0 100% !important;
	}
	.percentage_Sec .flex_50:nth-child(2) {
		margin-top: 20px;
	}
	.video-container{
		height: 300px !important;
	}
}
@media screen and (min-width: 768px) {
	.show_mobile{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.common_padding_top{
		padding-top: 50px !important;
	}
	.follow_flex{
		flex-wrap: wrap;
	}
	.newsletter {
		flex: 0 0 100% !important;
	}
	.flex_55 , .flex_40{
		flex:0 0 100% !important;
	}
	.homebanner .banneSlider.swiper-container .swiper-button-prev, .homebanner .banneSlider.swiper-container .swiper-button-next{
		top: 90% !important;
	}
	.latest_work_slider.swiper-container .swiper-button-prev, .latest_work_slider.swiper-container .swiper-button-next{
		top: 30px !important;
	}
	.flex30{
		flex: 0 0 100% !important;
	}

	.flex_48Project{
		flex: 0 0 100% !important;
	}
	.gallery_flex li{
		flex: 0 0 48%;
	}
		.detailsOfMounted {
	    padding: 10px 0;
	    flex-direction: column;
	    align-items: flex-start;
	}
	.number {
	    padding: 15px 30px;
	    background: white;
	    border-radius: 10px;
	    font-size: 30px;
	}
	.oprationSection.detailsOfMounted {
		flex-direction: row !important;
	}
	.post-details-date {
		margin-bottom: 20px;
	}
	.mt_60 .post-featured-image {
		margin-bottom: 20px;
	}
	.top_flex_footer{
		padding: 50px 0;
	}
	a.phn_footer {
		border: initial !important;
	}
	.phn_footer .flex, .email_footer .flex {
		justify-content: flex-start !important;
	}
	.phn_footer{
		padding: 20px 0 !important;
	}
	.opacity_25 {
		opacity: 100% !important; 
	}
	.opacity_75 {
		opacity: 100% !important;
	}
	.bannerDetails{
		max-width: 100% !important;
	}
	.bottom_footer {
		flex-direction: column;
		justify-content: flex-start;
		text-align: left;
		align-items: flex-start;
	}
	.rotate_image_infinite{
		left: 0 !important;
	}
	.image_100 {
		width: 100% !important;
	}
	.footer_menu {
		margin-top: 15px;
	}
	.per_row{
		padding-top: 15px;
	}
	.show_onhover p{
		font-size: 14px !important;
	}
	.video-container {
		height: 180px !important;
	}
	.video-container img{
		height:180 400px !important;
		object-fit: contain !important;
	}
	.video-cover{
		background-size: contain !important;
		height: 400px !important;
		background-repeat: no-repeat !important;
	}
	.menu-item-has-children::before{
		display: none !important;
	}
	.contactForm br{
		display: none;
	}
	.form_flex p{
		flex-direction: column !important;
		gap: initial !important;
	}
	.latest_work .swiper-button-next {
		right: 15px !important;
	}
	.latest_work .swiper-button-prev {
		right: 80px !important;
	}
	.latest_work .swiper-button-next, .latest_work .swiper-button-prev{
		top: 100px !important
	}
	.swiper-container .swiper-button-next {
		top: -25px !important;
	}
	.swiper-container .swiper-button-prev {
		top: 0px !important;
	}
	.address_flex img {
	    width: 55px !important;
	}
	.ProgressRow:nth-child(3) , 	.ProgressRow:nth-child(4){
		padding-top: 25px;
	}
		.whychoose .sidetext h2 {
		 -webkit-text-stroke: 0.63px #1F242C !important;
	}
	.fs_28, .fs_28 a, .fs_28 p , .fs_25, .fs_25 a, .fs_25 p{
		font-size: 20px !important;
	}

	.sidetext.progresstext{
		transform: rotate(0deg) !important;
		top: initial !important;
		padding-bottom: 20px;
	}
	.sidetext{
		position: relative;
		text-transform: center;
		
		transform: rotate(0deg) !important;
		left:  initial !important;
	}
	.sidetext h2{
			/*-webkit-text-fill-color: #1F242C !important;*/
			font-weight: 600 !important;
			line-height: 1 !important;
	}
	.whychoose{
		padding-top: 50px;
	}
	.sidetext.stroke_white{
		padding-bottom: 20px;
	}
	.imageColumn, .detailColumn , .post-featured-image , .footer_logo, .flex_50{
		flex: 0 0 100% !important;
	}
	.ProgressRow {
    	flex: 0 0 50% !important;
	}
	.post-details-date{
		flex: 0 0 30% !important;
	}
	.image_row{
    	flex: 0 0 48% !important;
	}
	.image_group{
		gap: 15px;
		justify-content: space-between;
	}
	.post-featured-image img{
		width: 100% !important;
	}
	.bannerDetails{
		max-width: 100% !important;
		width: 100% !important;
	}
	.HomebannerDetails {
		/*position: relative;*/
		top: initial;
		transform: initial !important;
		padding-top: 50px;
	}
	.textSection{
		padding-top: 15px;
	}
	.itemflex_wrap{
		flex-wrap: wrap;
	}
	.mobile_hide{
		display: none;
	}
	.middle_header , .common_padding{
	}
	.common_padding_bottom{
		padding-bottom: 50px !important;
	}
	.padding_toponly{
		padding-top: 50px;
	}
/* 	.top_header
/* 	.top_header a:nth-child(1){
		display: none !important;
	} */
	.footer_logo{
		padding-bottom: 25px;
	}
/* 	.top_header a{
		padding-bottom: 15px;
	} */
	.imageSection , .textSection{
		flex: 0 0 100%;
	}
	.show_mobile{
		display: block;
	}
	.imageColumn{
		background-image: none !important;
	}
	.imageSection{
		position: initial !important;
		top: 30px;
	}
	.add_footer ,.phn_footer , .email_footer , .address.border_contact  {
		flex:0 0 100% !important;
	}
	.show_div{
		padding:50px 15px !important;
	}
	.mt_60 .swiper-container{
		padding-top: 50px !important;
	}

}
@media screen and (max-width: 500px) {
	.HomebannerDetails .container{
		padding: initial !important;
	}
	.bannerDetails {
		max-width: 74% !important;
		width: 100% !important;
	}
	.WhychooseInnerRow .titlewhyus{
		font-size: 20px !important;
	}
	.show_div {
		padding: 50px 15px !important;
	}
	.show_onhover p{
		padding: 10px !important;
		font-size: 11px !important;
	}
	.post-details {
		flex: 0 0 67% !important;
		align-self: center;
	}
	.post-details-date{
		flex: 0 0 100% !important;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		padding: 5px 0 !important;
	}
	.post-date{
		margin-bottom: initial !important;
	}
	.post-details-link {
		flex: 0 0 10% !important;
		align-self: center;
	}
	.newsletter_form input.wpcf7-email.wpcf7-text{
		width: 90% !important;
	}
	.form_newsletter .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
		margin: 10px 0 !important;
		padding: 5px !important;
		width: 90%;
	}
	.address{
		font-size: 16px !important;
	}
	.address_flex img {
		width: 45px !important;
	}
	
}

.mt_60 .swiper-button-next a::before {
    content: '';
    position: absolute;
    background-image: url(https://www.teravonsolar.com/wp-content/uploads/2024/08/green_arrow.svg);
    background-size: 53%;
    width: 100%;
    height: 100%;
    left: auto;
    top: 58%;
    right: 25%;
    z-index: 99999999;
    background-repeat: no-repeat;
    bottom: 0;
    margin: auto;
    transform: scaleX(-1);
}

.mt_60 .swiper-button-prev a::before {
    content: '';
    position: absolute;
    background-image: url(https://www.teravonsolar.com/wp-content/uploads/2024/08/green_arrow.svg);
    background-size: 53%;
    width: 100%;
    height: 100%;
    left: 25%;
    top: 56%;
    right: 0;
    z-index: 99999999;
    background-repeat: no-repeat;
    bottom: 0;
    margin: auto;
}
.mt_60 .swiper-button-prev a:hover::before {
	  background-image: url(https://www.teravonsolar.com/wp-content/uploads/2024/08/White_Arrow.svg);
	 transform: scaleX(-1);
	 left: -50%;
	   right: 0;
}
.mt_60 .swiper-button-next a:hover::before {
	  background-image: url(https://www.teravonsolar.com/wp-content/uploads/2024/08/White_Arrow.svg);
	  transform: scaleX(1);   
		left: 0;
		right: -50%;
}
.swiper-button-prev a , .swiper-button-next a{
	position: relative;
}
.latest_work {
	position: relative;
}
.onhoverImage{
	display: none;
}
.latest_work .swiper-button-next img , .latest_work .swiper-button-next:hover .show_image {
	 transform: scaleX(-1);
}

.latest_work .swiper-button-next:hover .onhoverImage {
    transform: scale(1);
}

.latest_work .swiper-button-prev:hover .onhoverImage {
    transform: scale(-1);
	display: block !important;
}
.latest_work .swiper-button-next:hover .onhoverImage {
	display: block !important;
}
.latest_work .swiper-button-next:hover .show_image , .latest_work .swiper-button-prev:hover .show_image{
	display: none !important;
}
.percentage_Sec{
	display: none;
}

#primary-menu ul ul {
	left: calc(100% + 10px);
    top: 0;
    margin-left: -8px;
}
#primary-menu ul ul li a{
/* 	padding: 10px 0 !important; */
}
.sub-menu ul.sub-menu {
    display: none;
}
.privacy_policy{
	padding-top: 50px;
}

.privacy_policy h2 {
font-family: "jost", Sans-serif;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 20px;
} 
.privacy_policy p {
font-family: "jost", Sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	padding-bottom: 10px;
	padding-right: 15px;
} 
.page-id-430 .entry-title , .page-id-3 .entry-title {
	display: none;
}
.flex_48Project{
	flex: 0 0 47%;
}
.projectFlex{
	gap:  30px;
}

.contactForm input, .contactForm textarea{
	font-family: "jost", Sans-serif;
}
.top_header{
	display:none;
}
.bg_blurr {
    padding: 150px 0;
}
section.bannerContact {
    position: relative;
    z-index: 1 !important;
    background-size: cover;
    background-position: center;
}
section.bannerContact::before {
	  content: '';
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    /* z-index: -2; */
    /* opacity: 0.2; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;

}
.bg_blurr h4{
	padding: 15px 0;
}
.image_absolute::before {
    content: '';
    position: absolute;
    background-color: rgb(0 0 0 / 14%);
    /* z-index: -2; */
    /* opacity: 0.2; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.ListRoof h3{
	margin-bottom: 10px;
}
.image_absolute{
	width: 100%;
	height: 600px;
}
.homebanner .sidetext h2{
	    -webkit-text-stroke: 0.63px #fff;
	    font-size: clamp(30px , 6.6875vw , 120px);
}
.homebanner .sidetext{
	top: 41%;
}
/*.homebanner .swiper-pagination-bullet-active{
		outline: 2px solid black;
    outline-offset: 3px;
    outline-color: var(--white-color);
    background: var(--orange-color);

}
.homebanner span.swiper-pagination-bullet {
    opacity: 1;
    background: var(--orange-color);
    margin:  0 10px;
}*/
.homebanner .swiper-button-prev::after , .homebanner .swiper-button-next::after {
	display: none !important;
}
.homebanner .swiper-button-prev img{
	transform: scaleX(-1);
}
.homebanner .swiper-button-prev , .homebanner .swiper-button-next{
		height: 50px;
    width: 70px;
    background: var(--primary-color);
    border-radius: 4px;
}
.custom-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background-color: #f9f9f9;
}

.custom-box {
    flex: 1 1 calc(33.333% - 20px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 10px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
}

.custom-box:hover {
    transform: translateY(-5px);
}
.flex30{
	flex: 0 0 31%;
}
.flex30.center_text {
    margin: 20px 0;
    padding: 20px;
}
.border_lr{
	  border-left: 1px solid var(--orange-color);
    border-right: 1px solid var(--orange-color);
}

.postFlex {
    box-shadow: 0 2px 8px 0 rgb(99 99 99 / 20%);
    padding: 20px;
    margin-top: 10px;
}
.postmargin{
	margin-bottom: 10px;
}
.postLI{
	margin-bottom: 10px;
}
.postUl{
	padding-left: 0;
	margin-left: 15px;
}
.post-featured-image img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}
.contactSec h2{
	display: none;
}
.paddinglr_10{
	padding: 0 15px;
}
.listStyle {
    margin-top: 15px;
}
.header_menu ul li a{
	font-size: 18px !important;
	text-transform: uppercase;
}
 li.menu-item-has-children ul li a{
	font-size: 16px !important;
	text-transform: uppercase !important;
}
.header_flex .button_header a{
	text-transform: uppercase;
}
.sidetext.stroke_white h2 {
    font-size: 4.5vw !important;
    /* left: 49px !important; */
}
.sidetext.stroke_white {
    left: -5% !important;
}
.blogPostpage .blog-post img{
	/*border-radius: 10px;*/
	padding-bottom: 15px;
}
.blogPostpage .blog-post {
    padding-bottom: 40px;
}
.blogPostpage .postContent p{
	line-height: 1.3;
	padding:  15px 0;
}
.blogPostpage .postButton{
	align-items: center !important;
}
.blogPostpage .whitearw{
	padding-bottom: 0 !important;
}
.post-excerpt.postContent.paragraph_color.fs_18.f_400.rubik p {
    font-size: 20px;
}
.thumnailImage img{
	height: 450px;
	object-fit: cover;
	object-position: center;
}
.ourProgress{
	display: none !important;
}
.modalTableRow th{
	font-size: 18px;
	line-height: 1.5;
	color: var(--blue-color);
	font-weight: 600;
	font-family: "jost", Sans-serif;
	text-align: center;
	padding: 10px 0;
	border:1px solid var(--orange-color);
/* 	border-bottom:1px solid var(--orange-color); */
	text-transform: capitalize;

}
.modalTableColumn td{
	font-family: "jost", Sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: var(--paragraph-color);
	font-weight: 400;
	padding: 15px 25px;
	text-align: center;
	border:1px solid #e76c3263;
}

table.modals {
    table-layout: fixed;
	border-collapse: separate;
    border-spacing: 0 20px;
	box-shadow: 0 2px 8px 0 rgb(99 99 99 / 20%);
    padding: 50px;

}
.typesofmodalT{
	border-collapse: separate;
    border-spacing: 0 20px;
	box-shadow: 0 2px 8px 0 rgb(99 99 99 / 20%);
    padding: 50px;
}
.modalTableColumn td img{
	margin-right: 7px;
	width: 25px;
	vertical-align: middle;
}
.common_paddingTable{
	padding-top: 50px;
}
.modalTableColumn.imagew75 td:nth-child(1){
	width: 10%;
}
.imagew75 img{
	width: 50px !important;
}
.notes i{
	font-size: 16px;
	line-height: 1.2;
	color: #747474;
}
ul.listOfModule {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    text-align: center;
	width: 85%;
	margin: 0 auto;
}
ul.listOfModule li {
    display: flex;
    justify-content: space-between;
}
ul.listOfModule li {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
}
.latest_workslider {
    height: auto !important;
    overflow: hidden;
    position: relative;
}
.ourwork-hover {
    position: absolute;
    top: 100%;
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
    left: 0;
    transition: all 300ms ease-in-out;
/*     display: flex;
    align-items: center;
    justify-content: center; */
}
.hoverSection{
	margin-top: 30%;
/* 	display: flex;
	align-items: center;
	flex-direction: column-reverse; */
}
.hoverImage{
	text-align: center;
	padding: 20px;
}
.hoverImage:hover img{
	  transform: scale(1.1);
}
  
.hoverImage img{
	border: 1px solid #fff;
    padding: 15px 30px;
    border-radius: 100px;
}
  
.hoverSection tr{
	color: #fff;
	border-bottom: 1px solid #fff;
	margin: 10px 0;
}
.latest_workslider:hover .ourwork-hover {
    top: 0;
}
.flexReverseRow:nth-child(2){
	flex-direction: row-reverse !important;
}
.flexReverseRow{
	margin-bottom: 70px !important;
}
.listOfModule{
	border-bottom: initial !important;
}
.flex_40{
	flex:0 0 40%;
}
.flex_55{
	flex:0 0 55%;
}
.directorPara{
	line-height: 1.4 !important;
	text-align: justify;
}

ul#menu-solutions {
    display: flex;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    justify-content: center;
	margin: 0 !important;
}
ul#menu-solutions li a{
	  font-family: "jost", Sans-serif;
	  font-size: 16px !important;
      text-transform: uppercase;
	 color: #333;

}
ul#menu-solutions li:hover , ul#menu-solutions li:focus{
	font-weight: 700;
	background-color: #0255908f;
	border-radius: 20px 20px 0 0;
}
ul#menu-solutions li:hover a , ul#menu-solutions li:focus a {
	color: var(--white-color);
}
ul#menu-solutions li {
    width: 30%;
	padding: 25px;
    border-bottom: 1px solid var(--primary-color);
    text-align: center;
}
ul#menu-solutions li::nth-child(1){
	border-left: 1px solid var(--primary-color);
	font-weight: 700;
}
ul#menu-solutions .current-menu-item{
	background-color: var(--primary-color);
	border-radius: 20px 20px 0 0;
}
ul#menu-solutions .current-menu-item a{
	color: var(--white-color) !important;
	font-weight: 700;
}
.bannerHeading{
	margin-bottom: 0 !important;
	text-align: center;
}
section.bannerAll {
    background-size: cover;
    padding: 200px 0;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
section.bannerAll::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000085;
    top: 0;
    z-index: -1;
}
.bannerAll h1{
	text-transform: uppercase;
}
.bannerAll {
    position: relative;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.containerBanner {
    position: relative; /* Keep text above video */
    z-index: 1; /* Ensure text is above the video */
}
.para2{
	background-color: var(--orange-color);
	padding:10px;
	border-radius: 10px;
	display: table;
	margin: auto;
	margin-bottom: 20px;
}
.para2 p{
	margin-bottom: initial !important;
}
.para2 br{
	display: none;
}
.marginB50{
	margin-bottom: 50px !important;
}
img.custom-logo {
    width: 180px;
}
.directorImage{
	width:100%;
	height: 500px !important;
		object-fit: cover !important;

}
.lg-outer .lg-image{
	max-height: 70% !important;
	max-width:70% !important;
}
.mtp_60{
	margin-top:60px;
}