/*!
Theme Name: eternal-solar-theme
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: eternal-solar-theme
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.

eternal-solar-theme 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%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: "Jost", sans-serif;
	font-size: 1em;
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* 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: "Jost", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    font-family: "Jost", sans-serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/*a:visited {
	color: #800080;
}*/

a:hover,
a:focus,
a:active {
	color: #191970 !important;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.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;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.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;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



.ftr-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ftr-row .ftr-col {
    width: 17%;
}

.ftr-row .ftr-col.fo_address {
    width: 25%;
    padding-right: 15px;
}

.ftr-row .ftr-col ul {
    margin-bottom: 15px;
}
.ftr-row .ftr-col ul li {
    line-height: 30px;
}

.fo_address i {
    color: #FC7D41;
    font-size: 24px;
}

.fo_address p {
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    font-size: 16px;
}

.fo_address p span {
    margin-left: 10px;
}

.social-icons {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 40px;
}

.social-icons strong{
	font-size: 16px;
}

.social-icons a{
	font-size: 20px;
	margin-left: 15px;
}

.why-choose-sec {
    background: #F7F4F2;
    padding: 80px 120px 40px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
}

.why-choose-sec::before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    /*background: url() no-repeat;*/
    background-size: 100%;
    background-position: 0 0;
    height: 48px;
    width: 100px;
    z-index: 999;
}

.why-choose-sec::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0;
   /* background: url() no-repeat;*/
    background-size: 100%;
    background-position: bottom right;
    height: 54px;
    width: 130px;
    z-index: 999;
}

.why-choose-sec .container {
    width: 100%;
}

.why_lftCol {
    max-width: 500px;
}

.why-List {
    display: flex;
    margin-bottom: 15px;
}

.why-List .whyicon {
    min-width: 100px;
    margin-right: 0;
}

.why-List strong {
	font-family: "Figtree", sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.why-List p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.what-service-sec {
    margin: 100px 0 55px 0;
}

.what-service-sec .ser-box {
    border: 12px solid #FFA504;
    border-radius: 0;
    padding: 25px 30px 15px 30px;
    cursor: pointer;
    position: relative;
}

.what-service-sec .ser-box:hover {
    border: 2px solid #f1e0c4;
    box-shadow: 0 0 20px #f1e0c4;
}

.what-service-sec .ser-box .icon-box {
    margin-bottom: 20px;
}

.what-service-sec .ser-box .icon-box img {
    max-width: 80px;
}

.what-service-sec .ser-box h4 {
    font-size: 22px;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.what-service-sec .ser-box .readmoreBtn {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
}


.free-install-Btn {
    min-width: 220px;
    width: auto;
    height: auto;
    background: #ffa506;
    border: 2px solid #ffa506;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    padding: 15px 25px;
}

.free-install-Btn:hover {
    background: #e69405;
}


.common-title {
    max-width: 1000px;
    margin: 0 auto;
}

.coundown-sec {
    margin: 70px 0 60px;
}
.cdown-list li .CD-icon {
    display: block;
    margin-bottom: 15px;
}

.cdown-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.cdown-list li {
    width: 33.33%;
    text-align: center;
}

.cdown-list li strong {
    font-size: 35px;
    font-family: "Figtree", sans-serif;
    font-weight: 800;
    color: #333333;
}

.cdown-list li p {
	font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.cd-end-sec {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.cd-book-btn {
    background: #153ABD;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 12px 35px;
    margin-top: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.cd-book-btn:hover {
    color: #fff;
    text-decoration: none;
}

.call_2_action-bg{
    background: #10124D;
    padding: 80px 120px 70px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.call_2_action-bg::before {
    content: "";
    display: block;
    position: absolute;
    left: 60px;
    top: 0;
    background: url() no-repeat;
    background-size: 100%;
    background-position: 0 0;
    height: 48px;
    width: 100px;
    z-index: 999;
}

.call_2_action-bg::after {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    bottom: 0;
    background: url() no-repeat;
    background-size: 100%;
    background-position: bottom right;
    height: 54px;
    width: 130px;
    z-index: 999;
}

.call_2_action-bg .container {
    max-width: 655px;
}

.call_2_action-bg .common-title h2{
	color: #fff;
}

.call_2_action-bg p {
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.call_2_action-bg p a{
	font-weight: 700;
}

.call_2_action-bg .btn-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.call_2_action-bg .btn-sec .get-q-btn {
    background: #153ABD;
    color: #fff;
    border-radius: 30px;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.call_2_action-bg .btn-sec span {
    font-size: 12px;
    font-weight: 500;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 38px;
    height: 38px;
    line-height: 36px;
    margin: 0 20px;
}

.call_2_action-bg .call-sec {
    display: flex;
    flex-direction: column;
    text-align: right;
    text-transform: uppercase;
}

.call_2_action-bg .call-sec strong {
    font-size: 14px;
    font-weight: 700;
}

.call_2_action-bg .call-sec .callnumber {
    font-size: 24px;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
}



.video-sec {
    padding: 10px 0 65px;
}

.video-sec .yt_lftBox {
    margin-right: 165px;
}


/*inner page css start here*/

.solar-system-wrap .inner-hero {
    background: #F3F3FF;
    padding: 50px 0;
    background-image: linear-gradient(to right, #ffeae0 50%, #f4c475 100%);
}

.solar-system-wrap .inner-hero .inner-herCnt {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solar-system-wrap .inner-hero h1{
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
}

.solar-system-wrap .inner-hero h1 strong{
	color: #FF6B25;
	font-weight: 700;
}

.solar-system-wrap .inner-hero .herSubtitle{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}

.solar-system-wrap .inner-hero .inner-rq_btn {
    background: #ffa506;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-flex;
    max-width: 201px;
    text-align: center;
    align-items: center;
}


.install_solar_top{
	margin-top: 50px;
}

.install_solar_top h3{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #092E6E;
}


.install_solar .save_price {
    height: 60px;
    background: #092E6E;
    box-shadow: 0 0 20px #0000000D;
    border: 1px solid #092E6E;
    border-radius: 8px;
    margin: 0 0 21px;
    font-size: 24px;
    color: #fff;
    padding: 10px 0 0 20px;
    font-weight: bolder;
}

.install-slr_row .instl-slr_item {
    box-shadow: 0 0 20px #0000000D;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 25px 30px;
    position: relative;
    min-height: 260px;
}

.install-slr_row .instl-slr_item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.install-slr_row .instl-slr_item h4 strong {
    color: #FF7400;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
}

.install_solar a.install_link {
    text-align: left;
    text-decoration: underline;
    letter-spacing: 0;
    color: #2765CF;
    opacity: 1;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none!important;
    position: relative;
}

.install-slr_row .instl-slr_item .instCnt {
    position: static;
    padding-right: 160px;
    padding-top: 10px;
}

.install-slr_row .instl-slr_item .instCnt p {
    color: #505050;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}

.install-slr_row .instl-slr_item .instCnt .intIcon {
    float: right;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.install_solar_bottom {
    font-size: 17px;
    letter-spacing: 0;
    color: #505050;
    opacity: 1;
    padding: 5px 0 0;
}

.cmn-brand-wrap {
    margin-bottom: 60px;
}



/*sidebar form css start*/

.solar_right_box {
    width: 100%;
    position: sticky;
    top: 90px;
}

.solar-sidrbar-Form {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 40px 40px 20px;
}

.solar-sidrbar-Form h4 {
    position: relative;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 36px;
    text-align: left;
}

.solar-sidrbar-Form input.wpcf7-not-valid, .wmpci-popup-wrp input.wpcf7-not-valid {
    border-color: red !important;
}
.solar-sidrbar-Form .wpcf7-not-valid-tip, .wmpci-popup-wrp .wpcf7-not-valid-tip {
    display: none;
}
.solar-sidrbar-Form span.wpcf7-spinner, .wmpci-popup-wrp span.wpcf7-spinner {
    position: absolute;
    left: 0;
}

.solar-sidrbar-Form input.wpcf7-form-control {
    height: 55px;
    margin: 0 0 13px;
    border-radius: 6px;
    padding: 10px 15px;
    width: 100%;
}
.solar-sidrbar-Form input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    height: 52px;
    background: #ffa506;
    border-radius: 5px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
/*    background-image: linear-gradient(to right, #172FB4 0%, #FF5C00 100%);*/
    line-height: normal;
    font-weight: 500;
    cursor: pointer;

}


.solar-sidrbar-Form input[type="text"], .solar-sidrbar-Form input[type="email"], .solar-sidrbar-Form input[type="tel"] {
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    padding: 0 20px;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 55px;
}

.solar-sidrbar-Form input.wpcf7-form-control.wpcf7-submit:hover {
/*    background-image: linear-gradient(to right, #FF5C00 0%,  #172FB4 100%);*/
}

/*sidebar form css END*/


.contact_page {
    background: #F3F3FF;
}

.contact_page .contact_blk {
    background: #FFFFFF;
    box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.06);
    padding: 30px;
    margin-right: 50px;
}

.contact_page .contact_blk p {
    position: relative;
    margin: 0px;
    padding: 10px 0px 10px 30px;
}

.contact_page .contact_blk p + p {
    border-top: #ccc solid 1px;
}

.contact_page .contact_blk p strong {
    display: block;
}

.contact_page .contact_blk p i {
    position: absolute;
    top: 14px;
    left: 0;
}

.contact_page h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact_page input[type="text"], 
.contact_page input[type="email"], 
.contact_page input[type="tel"] {
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    padding: 0 20px;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 50px;
}

.contact_page textarea {
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #333333;
    font-size: 16px;
    fonttextarea-weight: normal;
    padding: 15px 20px;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100px;
}

.contact_page input[type="submit"] {
    box-shadow: 0px 0px 25px rgba(230, 51, 56, 0.46);
    -webkit-box-shadow: 0px 0px 25px rgba(230, 51, 56, 0.46);
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    text-transform: none;
    width: 100%;
    display: block;
    height: 55px;
    line-height: 1;
    padding: 0 10px;
    margin: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 5px;
    border: none !important;
    background: linear-gradient(97.03deg, #F36F21 17.19%, #FFAC0A 106.13%);
    box-shadow: 0px 0px 25px rgba(92, 169, 191, 0.2);
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.contact-mid-sec .common-subtitle{
	max-width: 1000px;
	margin: 0 auto;
	font-size: 16px;
}

.contact-hero{
    background: #F3F3FF;
    padding: 150px 0;
    background-image: linear-gradient(to right, #ffeae0 50%, #f4c475 100%);
    position: relative;
    margin-bottom: 40px;
}

.contact-hero::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    /*background: url() no-repeat;*/
    background-size: 100%;
    background-position: 0 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.Cmn-Inner-hero h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}

.Cmn-Inner-hero h1 strong {
    color: #FF6B25;
    font-weight: 700;
}


.abt-zig-zag-sec {
   position: relative;
}

.abt-zig-zag-sec::before {
    content: "";
    display: block;
   /* background: url() no-repeat;*/
    background-size: auto;
    background-position: top center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.abt-zig-zag-sec .row {
   margin-top: 50px;
   align-items: center;
   border-bottom: 1px solid #eee;
   padding-bottom: 30px;
}


.abt-zig-zag-sec .row:nth-child(2) {
    flex-direction: row-reverse;
}

.abt-zig-zag-sec img, .abt-zigzag-Sec2 img{
	border-radius: 10px;
}

.abt-zig-zag-sec .row .zigzga_CntBlk {
    padding-right: 70px;
    line-height: 28px;
    text-align: justify;
}

.abt-zig-zag-sec .row:nth-child(2) .zigzga_CntBlk {
    padding-left: 70px;
}

.abt-zigzag-Sec2 {
    position: relative;
}

.abt-zigzag-Sec2::before {
    content: "";
    display: block;
    background: url() no-repeat;
    background-size: auto;
    background-position: top center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.abt-zigzag-Sec2 .row {
    margin-top: 50px;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}

.abt-zigzag-Sec2 .row .zigzga_CntBlk {
     padding-left: 70px;
     padding-right: 0;
     line-height: 28px;
    text-align: justify;
}

.abt-zigzag-Sec2 .row:nth-child(1) .zigzga_CntBlk {
    padding-right: 70px;
    padding-left: 0;
}

.abt-zigzag-Sec2 .row:nth-child(1) {
    flex-direction: row-reverse;
}


.abt-zig-zag-sec .container, .abt-zigzag-Sec2 .container {
    max-width: 1200px;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}


.vision-sec-bg .container {
    max-width: 1200px;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}

.about-hero{
    padding: 150px 0;
    position: relative;
    margin-bottom: 40px;
}

.about-hero::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  /*  background: url() no-repeat;*/
    background-size: 100%;
    background-position: center center;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.about-hero::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    background-size: 100%;
    background-position: center center;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.about-hero .container {
    position: relative;
    z-index: 1;
}

.vision-sec-bg {
    background: #F7F4F2;
    padding: 60px 60px;
    max-width: 100%;
    width: 100%;
    margin: 40px auto 40px auto;
    position: relative;
    border-radius: 0;
    background-image: linear-gradient(to right, #ffeae0 50%, #f4c475 100%);
}

.vision-sec-bg img{
	border-radius: 10px;
}

.visionCnt {
    padding: 0 50px;
    line-height: 28px;
    text-align: justify;
}

.cmn-hero-get_btn {
    background: #ffa506;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-flex;
    max-width: 201px;
    text-align: center;
    align-items: center;
}


.service-hero {
    background: #F3F3FF;
    padding: 50px 0;
    background-image: linear-gradient(to right, #ffeae0 50%, #f4c475 100%);
}

.service-hero .inner-herCnt h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}

.service-hero .inner-herCnt .herSubtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.service-hero .inner-herCnt h1 strong {
    color: #FF6B25;
    font-weight: 700;
}


.cmn-serv-sec {
    padding-top: 70px;
}

.cmn-serv-sec .common-title {
    margin-bottom: 10px;
}

.cmn-serv-sec .dfImg {
    margin: 7px 0 0 0;
    box-shadow: 1px 1px 58px rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
}

.cmn-serv-sec .padd {
    padding-right: 30px;
}


.cmn-serv-sec.instl-sec2 .padd {
    padding-right: 0;
    padding-left: 30px;
}

.privacy-hero, .support-hero, .faqs-hero {
    background: #F3F3FF;
    padding: 100px 0;
    background-image: linear-gradient(to right, #ffeae0 50%, #f4c475 100%);
    text-align: center;
}

.privacy-hero h1, .support-hero h1, .faqs-hero h1{
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
}

.support-page .img_blk img {
    border-radius: 10px;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.1);
}

.padd_form  h3 {
    margin: 0;
    padding: 0 0 25px;
    font-size: 25px;
    font-weight: bold;
}

.padd_form p.sub-blk {
    margin: 0 0 28px !important;
    font-size: 18px;
}


.padd_form input[type="text"], 
.padd_form input[type="email"], 
.padd_form input[type="tel"] {
    background: #FFFFFF;
    border: 1px solid #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    padding: 0 20px;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 50px;
}

.padd_form textarea {
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 20px;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100px !important;
}

.sub_btn {
    position: relative;
}

.padd_form input[type="submit"] {
    box-shadow: 0px 0px 25px rgba(230, 51, 56, 0.46);
    -webkit-box-shadow: 0px 0px 25px rgba(230, 51, 56, 0.46);
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    text-transform: none;
    width: 100%;
    display: block;
    height: 55px;
    line-height: 1;
    padding: 0 10px;
    margin: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 5px;
    border: none !important;
    background: #ff6b00;
    box-shadow: 0px 0px 25px rgba(92, 169, 191, 0.2);
    border-radius: 5px;
    font-weight: 600;
}

.faq-section.inner-faqs {
    background: #fff;
}

section.faqs-mid-sec {
    margin-top: 60px;
}

.faq-section.inner-faqs::before, .faq-section.inner-faqs::after {
	display: none;
}


.heroSec {
    position: relative;
    background: url(assets/images/hero-bg.jpg) no-repeat left top;
    width: 100%;
    height: 100vh;
    padding: 100px 0;
    background-size: cover;
}

.heroSec::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.heroCnt-Wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.Banner-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hero-Content {
    max-width: 780px;
}

.hero-Content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: "Figtree", sans-serif;
}

.hero-Content p {
    color: #fff;
    font-size: 18px;
    font-weight: 550;
    font-family: "Figtree", sans-serif;
}


.heroForm {
    max-width: 420px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 0;
}

.heroForm h5 {
    font-weight: 700;
    color: #000;
}

.heroForm input {
    border-radius: 5px !important;
    border: 1px solid #999 !important;
    background: #fff;
}

.heroForm textarea {
    border-radius: 5px !important;
    border: 1px solid #999 !important;
    background: #F5F5F5;
    height: 52px;
}

.heroForm input[type="submit"] {
    padding: 14px 25px;
    background: #ffa506;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: #ffffff;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    border: 0 !important;
}

.heroForm p {
    margin-bottom: 15px;
}

.residebtial_sec h2 {
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    color: #29588F;
}

.residebtial_sec p {
    color: #333;
    font-weight: normal;
    line-height: 26px;
}


.countdown-sec .container {
    position: relative;
}

.countdown-sec {
    position: relative;
    margin-top: 170px;
}

.countdown-sec .cd_colsRow {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 4px #eee;
    display: flex;
    position: relative;
    margin: 50px 0 80px 0;
}

.countdown-sec .cd-colm {
    border-right: 1px solid #dddddd;
    text-align: center;
    flex: 1;
    text-align: center;
    padding: 25px 0 30px;
}

.countdown-sec .cd-colm:last-child{
	border-right: 0;
}

.countdown-sec .cd-colm img {
    margin: 0 auto 15px;
    height: 80px;
}

.countdown-sec .cd-colm .num-text {
    color: #ffa506;
    font-size: 34px;
    font-weight: 700;
}

.countdown-sec .cd-colm .nrml-txt {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}


.brands_install h2 {
    font-size: 35px;
    font-weight: normal;
    color: #29588F;
    margin: 0px;
    padding: 0px;
}

.brands_install p {
    font-size: 20px;
    color: #333333;
}

.brands-slider .item {
    padding: 12px;
}

.brands_install .brands-slider .brand_img {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 12px;
    height: 80px;
}

.brands_install img[src$=".svg"] {
    width: auto;
    height: 73px;
}



.payment_plans {
    padding-bottom: 60px;
}


.payment_plans .container {
    background: linear-gradient(84.26deg, #183264 33.68%, #1C92A3 143.62%);
    border-radius: 6px;
    padding: 50px 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.payment_plans .container::before {
    background: url(assets/images/claim-img-left.png) no-repeat left top;
    content: '';
    width: 372px;
    height: 311px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.payment_plans  .humm_logo {
    position: absolute;
    right: 60px;
    bottom: 63px;
    width: 270px;
}

.payment_plans h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    max-width: 800px;
}

.payment_plans h2 strong {
    color: #ffa506;
}

.payment_plans ul {
    margin: 0px 0px 30px;
    padding: 0px;
}
.payment_plans ul li {
    list-style: none;
    font-size: 20px;
    margin: 0px 0px 8px;
    padding: 0px;
    position: relative;
    padding-left: 30px;
    color: #fff;
}
.payment_plans ul li::before {
    content: '\f058 ';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    color: #fff;
}

.more_link {
	min-width: 220px;
    width: auto;
    height: auto;
    background: #ffa506;
    border: 2px solid #ffa506;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    padding: 15px 25px;
}

.more_link:hover {
    background: #e69405;
}

.payment_plans {
    padding-bottom: 60px;
}

.claim_payment_plans p {
    color: #fff;
    font-size: 20px;
    margin: 0px;
    padding: 0px 0px 35px;
}


.home_request_form {
    width: 100%;
    background: #EEF2F6;
    padding: 40px 0 0;
    position: relative;
}

.home_request_form .container {
    position: relative;
}

.home_pr_review {
    padding-left: 40px;
    padding-right: 40px;
    background: #eef2f6f0;
    position: relative;
    z-index: 1;
    border-top: inherit;
    margin-top: 0;
    padding-top: 0;
}


.home_request_form::after {
    content: '';
    position: absolute;
    bottom: -108px;
    width: 100%;
    height: 108px;
    background: url(assets/images/shap-bt.png) bottom center;
    z-index: -1;
    background-size: 100% 108px;
}

.marquee-sec {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: absolute;
    bottom: 51px;
}

.marquee-container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    --marquee-width: 100vw;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    --item-font-size: 1vw;
    counter-reset: menu;
    position: relative;
}

.marquee {
    background: #7AC142;
    overflow: hidden;
}

.marquee .marquee__inner {
    animation-play-state: running;
    opacity: 1;
    transition-duration: 0.4s;
}

.marquee span {
    white-space: nowrap;
    font-size: var(--item-font-size);
    padding: 10px 1vw;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}


.breadcrump-call span {
    color: #000;
}


/*************Blog css start********************/

.breadcrump-call {
    background: #fff0da;
    padding: 12px 0;
}

.single-list h3 {
    font-size: 28px;
}

.ftr-address i {
    color: #fff;
}


/***************************/

 .credit {
      font-size: 16px;
      color: #000000 !important;
    }
    .heart {
      color: #FFD700; /* golden yellow */
      font-size: 18px;
      padding: 0 5px;
    }
    .author {
      font-weight: bold;
      color: #ffffff;
    }


.m-call a :hover{
	color:#FFD700;
}

