
/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Revius Energy
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Banner Section
4. Services Section
5. Sustainable Section
6. Projects Section
7. Appointment Section
8. Stats Section
9. Team Section
10. Testimonial Section
11. Blog Section
12. Message Section
13. Footer Section
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Work+Sans:wght@500;600;700&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
}
:root {
 --primary--color: #09202b;
 --secondary--color: #fff;
 --text-color: #6e6a6a;
 --accent-color: #2ea7dd;
 --yellow-color:#f5bc37;
 --coolgrey-color:#8b94a5;
 --brightgrey-color:#eaeaea;
 --darkgunmetal-color:#1a2333;
}
.center-style {
	text-align: center;
}
/* HEADER */

.navbar-section {
	background-image: url('../images/headerimg.jpg');
	height: 1257px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.navbar-collapse ul {
	text-align: center;
	align-items: center;
	display: flex;
}
.navbar-nav .nav-item a {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
}
.navbar-nav .nav-item a:hover {
	color: #e31e24 !important;
}
.navbar-nav .active > a {
	color: #e31e24 !important;
	font-weight: bold;
}
.navbar-nav .active > a > .read_me_btn {
	color: #fff !important;
	background-color: #e31e24 !important;
	border: 1px solid #e31e24;
	font-weight: bold;
}
.nav-link {
	padding: 0;
}
.navbar-brand {
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar {
	padding: 20px 0;
}
.navbar-nav li {
	display: inline-block;
	margin: 0 16px 0 16px;
}
.navbar-expand-lg .navbar-nav a:last-child {
	padding-right: 0;
}
.navbar-nav li:first-child {
	margin-left: 0;
}
.navbar-nav li:last-child {
	margin-right: 0;
	padding-right: 0;
	margin-left: 16px;
}
/* BANNER SECTION */
.banner-section {
	padding: 142px 0;
}
.btn_wrapper .offer_btn {
	margin-right: 15px;
}
.left_icons {
	height: 700px;
	margin-left: 67px;
}
.left_icons ul li {
	display: block;
	padding-bottom: 20px;
}
.left_icons ul li i {
	width: 46px;
	border: 1px solid #fff;
	border-radius: 100%;
	background-color: transparent;
	color: #fff;
	padding: 13px;
	font-size: 20px;
	line-height: 20px;
	height: 46px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.left_icons i:hover {
	background-color: #e31e24;
	border: 1px solid #e31e24;
}
/* SERVICE SECTION */
.services_provide {
	margin-top: 60px;
	padding-bottom: 110px;
	overflow: hidden;
}
.services_provide h2 {
	padding: 0 55px;
	margin: 0 0 40px;
}
.services_provide h6 {
	letter-spacing: 2.8px;
}
.services_provider_content {
	box-shadow: 1px 1px 50px rgb(0 0 0 / 7%);
	width: 100%;
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
}
.services_provider_content:hover .learn_btn_yellow {
	background: var(--accent-color) !important;
	border: 1px solid var(--accent-color);
}
.services_provider_content:hover::after {
	background: var(--accent-color) !important;
}
.services_provider_content::after {
	height: 3px;
	width: 63px;
	bottom: 0;
	position: absolute;
	left: 42%;
	content: "";
	background: var(--brightgrey-color);
	transition: all 0.3s ease-in-out;
}
.services_provider_content .upper_portion {
	overflow: hidden;
}
.services_provider_content .upper_portion:hover figure {
	transform: scale(1.1);
	transition: all ease-in-out 0.3s;
}
.services_provider_content .upper_portion figure {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.blue_border::after {
	height: 3px;
	width: 63px;
	bottom: 0;
	position: absolute;
	left: 42%;
	content: "";
	background: var(--accent-color);
}
.lower_portion_wrapper {
	padding: 25px 25px 25px;
}
.lower_portion h4 {
	margin-bottom: 13px;
}
.lower_portion p {
	margin-bottom: 15px;
}
.lower_portion_wrapper_residentialsolar {
	padding: 30px 30px 30px;
	transition: all 0.3s ease-in-out;
}
.lower_portion .resi_solar {
	margin-bottom: 13px;
	padding: 0px 15px;
}
.services_provide .shape {
	top: -18px;
	right: -90px;
}
/* SUSTAINABLE SECTION */
.about_us {
	padding: 110px 0;
	background-image: url('../images/aboutUs_background_img.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.about_us_paragraph {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #6e6a6a;
	font-weight: 400;
}
.aboutus_content {
	padding-bottom: 30px;
}
.aboutus_content h6 {
	margin-top: -10px;
	letter-spacing: 2.8px;
}
.aboutus_image {
	position: relative;
}
.aboutus_image img {
	z-index: 1;
}
.about_us .yellow_box {
	background-color: #e31e24;
	position: absolute;
	width: 54%;
	display: inline-block;
	align-items: center;
	padding: 35px 30px 35px 30px;
	left: 21%;
	bottom: -90px;
	border-radius: 3px
}
.about_us .yellow_box i {
	color: #fff;
	font-size: 30px;
	line-height: 54px;
	padding: 0px 105px;
}
.aboutus_box_content {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #09202b;
	font-weight: 500;
}
.about_us .box {
	display: inline-block;
	background-color: #fff;
	padding: 33px 22px 22px;
	width: 30%;
	margin-right: 22px;
}
.about_us .box figure {
	margin: 0 0 20px;
}
.about_us .box:hover .box .img, .about_us .box:hover {
	transform: scale(1.1);
	transition: all ease-in-out 0.3s;
}
/* PROJECT SECTION */
.recent_projects {
	padding: 100px 0 110px;
/*	background-image: url(../images/bg-building.png);*/
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}
.recent_projects img {
	width: 100%;
}
.recent_projects h6 {
	letter-spacing: 2.8px;
	margin-bottom: 5px;
}
.recent_projects h2 {
	padding: 0 226px;
	margin: 0 0 25px;
}
.recent_projects .shape {
	top: -18px;
	left: -90px;
}
.recent_projects .images_content_wrapper {
	padding-bottom: 60px;
}
.btn_wrapper_projects {
	text-align: center;
	margin-top: 25px;
}
.project_paragraph {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	font-weight: 500;
}
.projects_content_wrapper {
	margin-top: -85px;
	padding: 0 28px;
}
.project_icon_wrapper i {
	border: 1px solid #e31e24;
	background-color: #e31e24;
	color: #fff;
	border-radius: 3px;
	padding: 10px 18px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	height: 46px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.project_icon_wrapper i:hover {
	background-color: #e31e24;
	border: 1px solid #e31e24;
}
.project_icon_wrapper {
	margin-top: -52px;
	margin-left: 660px;
}
.project_icon_wrapper_hybrid i {
	border: 1px solid #e31e24;
	background-color: #e31e24;
	color: #fff;
	border-radius: 3px;
	padding: 10px 18px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	height: 46px;
	text-align: center;
}
.project_icon_wrapper_hybrid i:hover {
	background-color: #e31e24;
	border: 1px solid #e31e24;
}
.project_icon_wrapper_hybrid {
	margin-top: -52px;
	margin-left: 280px;
}
/* APPOINTMENT SECTION */
.make_an_appointment {
	padding: 100px 0 213px;
	background-image: url('../images/appointment_backgroundimage.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.appointment-content h6 {
	letter-spacing: 2.8px;
}
.appointment-content h2 {
	letter-spacing: 0.4px;
	margin-bottom: 12px;
}
.appointment_paragraph {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	padding: 0px 40px;
	margin-bottom: 10px;
}
.appoinment_phone_icon {
	display: inline-flex;
}
.appoinment_phone_icon i {
	margin-top: 17px;
	font-size: 26px;
	color: #fff;
	line-height: 26px;
	margin-right: 10px;
}
/* STATS SECTION */
.company_statistics {
	padding: 110px 0;
	background-image: url('../images/company_statistics_background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.company_stats_paragraph {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #6e6a6a;
	font-weight: 400;
	padding-right: 40px;
}
.company_stats_content h6 {
	margin-top: -10px;
	letter-spacing: 3.2px;
}
.company_btn_wrapper {
	padding-top: 5px;
}
.companystatsnumbers_content {
	font-family: 'Work Sans', sans-serif;
	font-size: 34px;
	line-height: 28px;
	font-weight: 500;
	color: #09202b;
	text-align: center;
	margin-bottom: 10px;
}
.companybox_content {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #6e6a6a;
	font-weight: 400;
	text-align: center;
}
.company_box_wrapper .box {
	background-color: #fff;
	padding: 22px 0px 22px;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.company_box_wrapper .box figure {
	margin: 0 0 20px;
}
.company_statistics .box:hover .box .img, .company_statistics .box:hover {
	transform: scale(1.1);
	transition: all ease-in-out 0.3s;
}
.company_statistics .shape {
	top: -18px;
	right: -90px;
}
/* TEAM SECTION */
.team_members {
	padding: 110px 0;
	overflow: hidden;
}
.team_members h6 {
	letter-spacing: 2.8px;
}
.team_members h2 {
	margin-bottom: 30px;
}
.team_members .upper_portion {
	overflow: hidden;
}
.team_members .upper_portion figure {
	transition: all ease-in-out 0.3s;
}
.team_members .upper_portion:hover figure {
	transform: scale(1.1);
	transition: all ease-in-out 0.3s;
}
.team_member_name {
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #09202b;
	font-weight: 600;
}
.team_member_designation {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #6e6a6a;
	font-weight: 400;
}
.team_members_content {
	box-shadow: 1px 1px 50px rgb(0 0 0 / 4%);
	width: 100%;
	border-radius: 3px;
}
.team_members_content .lower_portion_wrapper {
	text-align: center;
	padding: 30px 0px 38px;
}
.team_members_content .lower_portion .team_member_name {
	margin-bottom: 5px;
}
.team_members_content .lower_portion .team_member_designation {
	margin-bottom: 15px;
}
.team_members .shape {
	top: -18px;
	left: -90px;
}
.socialmedia_icons_wrapper i {
	width: 15%;
	border: 1px solid var(--accent-color);
	border-radius: 100%;
	background-color: var(--accent-color);
	color: #fff;
	padding: 9px;
	font-size: 20px;
	line-height: 20px;
	height: 38px;
	text-align: center;
}
/* TESTIMONIAL SECTION */
.our_testimonials {
	padding: 110px 0;
	background-image: url('../images/testimonial_background_img.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.our_testimonials h6 {
	letter-spacing: 2.8px;
}
.our_testimonials h2 {
	margin-bottom: 40px;
}
.our_testimonials .carousel-content {
	overflow: hidden;
}
.our_testimonials .carousel-outer {
	overflow: hidden;
}
.our_testimonials .owl-carousel .owl-stage-outer {
	overflow: visible !important;
	padding-top: 45px;
}
.our_testimonials .owl-carousel .owl-nav {
	display: block !important;
	margin-top: 50px;
}
.our_testimonials .owl-carousel .owl-nav button.owl-prev {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100px;
	margin: 0 10px;
	background: #8b94a5;
	border: 1px solid #8b94a5;
	transition: all 0.3s ease-in-out;
}
.our_testimonials .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #f5bc37;
	border: 1px solid #f5bc37;
}
.our_testimonials .owl-carousel .owl-nav button.owl-prev span {
	font-size: 50px;
	line-height: 50px;
	color: #fff;
}
.our_testimonials .owl-carousel .owl-nav button.owl-next {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100px;
	margin: 0 10px;
	background: #8b94a5;
	border: 1px solid #8b94a5;
	transition: all 0.3s ease-in-out;
}
.our_testimonials .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #f5bc37;
	border: 1px solid #f5bc37;
}
.our_testimonials .owl-carousel .owl-nav button.owl-next span {
	font-size: 50px;
	line-height: 50px;
	color: #fff;
}
.our_testimonials .owl-carousel .owl-nav button:focus {
	outline: none;
}
.testimonials_content {
	background-color: #fff;
	width: 100%;
	border-radius: 3px;
	position: relative;
}
.testimonials_content ul li {
	display: inline-block;
	margin-bottom: 12px;
}
.testimonials_content ul li i {
	color: #f5bc37;
}
.testimonials_content .testimonial_member_name {
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #09202b;
	font-weight: 600;
}
.testimonials_content .testimonial_paragraph {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #6e6a6a;
	font-weight: 400;
	padding: 10px 42px 40px;
}
.testimonials_content .test_person_setting {
	margin-top: -45px;
	margin-bottom: 15px;
	width: auto !important;
	display: inline-block !important;
}
.our_testimonials .shape {
	top: 22px;
	right: -88px;
}
.testimonials_content .apostrophy {
	position: absolute;
	top: 66px;
	left: 110px;
	width: auto !important;
}
/* BLOGS SECTION */
.our_articles {
	padding: 110px 0;
	overflow: hidden;
}
.our_articles h6 {
	letter-spacing: 2.8px;
}
.our_articles h2 {
	margin-bottom: 30px;
}
.articles_content {
	box-shadow: 2px 2px 100px rgb(0 0 0 / 8%);
	width: 100%;
	border-radius: 30px;
}
.articles_content::after {
	//*height: 3px;*//
	width: 85px;
	bottom: 0;
	position: absolute;
	left: 40%;
	content: "";
	background: var(--brightgrey-color);
	transition: all 0.3s ease-in-out;
}
.articles_content:hover .article_learn_btn_yellow {
	background: var(--accent-color) !important;
	border: 1px solid var(--accent-color);
}
.articles_content:hover::after {
	background: var(--accent-color) !important;
}
.articles_content .lower_portion_wrapper {
	padding: 50px 35px 40px;
}
.articles_content .lower_portion h4 {
	margin-bottom: 4px;
}
.articles_content .lower_portion p {
	margin-bottom: 20px;
}
.articles_content .upper_portion {
	position: relative;
}
.articles_content .upper_portion figure img {
	transition: all 0.3s ease-in-out;
}
.articles_content .upper_portion:hover figure img {
	transform: scale(1.1);
	transition: all ease-in-out 0.3s;
}
.articles_content .upper_portion figure {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.articles_content .upper_portion .image_content {
	background-color: var(--accent-color);
	color: #fff;
	padding: 5px 10px 5px;
	width: 18%;
	left: 144px;
	bottom: -35px;
	position: absolute;
}
.articles_content .upper_portion .image_content .month_name {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
}
.articles_content .upper_portion .image_content .month_date {
	font-family: 'Work Sans', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}
.our_articles .shape {
	top: -18px;
	left: -90px;
}
/* MESSAGE SECTION */
.send_message {
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.send_message_content {
	border: 1px solid var(--accent-color);
	background-color: var(--accent-color);
	width: 100%;
	padding: 70px 65px 78px;
}
.send_message_content h6 {
	letter-spacing: 2.8px;
}
.send_message_content h2 {
	letter-spacing: 0.4px;
	margin-bottom: 22px;
}
.send_message_content .upper_layer {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #6e6a6a;
	font-weight: 400;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	border-radius: 3px;
	border-style: none;
}
.send_message_content .upper_layer_name {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #6e6a6a;
	font-weight: 400;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 17px;
	border-radius: 3px;
	border-style: none;
}
.send_message_content .lower_message {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #6e6a6a;
	font-weight: 400;
	padding-top: 30px;
	padding-bottom: 125px;
	border-radius: 3px;
	padding-left: 17px;
	border-style: none;
}
.send_message_content .form-row>.col, .form-row>[class*=col-] {
	padding-right: 10px;
	padding-left: 5px;
}
.send_message_content .form_button_wrapper {
	margin-top: 32px;
}
.send_message_content .form_button_wrapper .button_style {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: 500;
	padding: 20px 65px;
	border-radius: 3px;
	border-style: none;
	display: inline-block;
	background-color: #f5bc37;
	border: 1px solid #f5bc37;
	transition: all 0.3s ease-in-out;
}
.send_message_content .form_button_wrapper .button_style:hover {
	background-color: transparent;
	border: 1px solid #fff;
}
.send_message_content .form_button_wrapper .button_style:focus {
	outline: none;
}
/* FOOTER SECTION */
.footer-section {
	position: relative;
	background-color: #1a2333;
	padding: 150px 0 0px;
	/*	padding: 218px 0 0px;*/
	overflow: hidden;/*	margin-top: -166px;*/
}
.middle-portion {
	margin-bottom: 50px;
}
.middle-portion p {
	margin-bottom: 12px;
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}
.middle-portion .icons_wrapper {
	padding-top: 15px;
	padding-right: 18px;
}
.middle-portion .first_padding_left ul .icons {
	display: inline-block;
	width: 42px;
	border: 1px solid #8b94a5;
	border-radius: 100%;
	background-color: #1a2333;
	color: #fff;
	padding: 11px;
	font-size: 18px;
	line-height: 18px;
	height: 42px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.middle-portion .first_padding_left ul .icons:hover {
	border: 1px solid #f5bc37;
	background-color: #f5bc37;
}
.middle-portion ul {
	margin: 0;
	padding-left: 0;
}
.middle-portion ul li {
	list-style: none;
}
.middle-portion li .about_paragraph {
	text-decoration: none;
	color: #8b94a5;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	/*	padding: 0px 50px 0px 0px;*/
	margin-bottom: 15px;
}
.middle-portion li a {
	text-decoration: none;
	color: #8b94a5;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 33px;
	font-weight: 400;
}
.middle-portion li a:hover {
	color: #f5bc37;
}
.middle-portion li .diff {
	text-decoration: none;
	color: #8b94a5;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 0;
}
.middle-portion li .tel_num {
	font-family: 'Work Sans', sans-serif;
	font-size: 24px;
	line-height: 54px;
	color: #fff;
	font-weight: 700;
	color: #f5bc37;
	cursor: pointer;
}
.bottom-portion {
	border-top: 1px solid #8b94a5;
	float: left;
	width: 100%;
	text-align: center;
	background-color: #1a2333;
}
.copyright {
	padding: 20px 0;
}
.copyright p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	color: #8b94a5;
}
.footer_logo figure {
	position: absolute;
	top: 300px;
	/*	top: 116px;*/
	left: 0px;
}
/* ABOUT US PAGE */
/* SUB BANNER SECTION */
.sub-banner-section {
	background-image: url('../images/aboutpage_header.jpg');
	height: 984px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.sub-banner-section .banner-section h5 {
	padding-right: 155px;
	margin-bottom: 28px;
}
.sub-banner-section .banner-section {
	padding: 120px 0;
}
.sub-banner-section .left_icons {
	height: 490px;
	margin-left: 67px;
}
/* ABOUT US SECTION */
.about-us-section {
	text-align: center;
	/* margin-top: -345px;*/
	padding-bottom: 110px;
}
.about-us-section .mb-4, .my-4 {
	margin-bottom: 34px!important;
}
.about-us-section h2 {
	padding: 0 180px;
	margin: 0 0 10px;
}
.about-us-section h6 {
	letter-spacing: 2.8px;
}
.about-us-section .aboutsection_paragraph {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #6e6a6a;
	padding: 0 80px;
}
.about-us-section .margin_btm {
	margin-bottom: 12px;
}
.about-us-section .second_btm {
	margin-bottom: 30px;
}
.about-us-section .shape {
	top: -18px;
	left: -90px;
}
/* ROAD MAP SECTION */
.road-map {
	padding: 110px 0;
	background-image: url('../images/company_statistics_background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.road-map h6 {
	letter-spacing: 3.2px;
}
.road-map .roadmap_content {
	padding: 120px 0;
}
.road-map .roadmap_box_wrapper .box-outer {
	margin: 26px 0 20px;
}
.road-map .roadmap_box_wrapper .box-outer span {
	display: block;
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: var(--accent-color);
	margin-bottom: 10px;
}
.road-map .roadmap_box_wrapper .box-outer i {
	color: #f5bc37;
	font-size: 22px;
	line-height: 22px;
	background: #ffffff;
	border-radius: 100px;
}
.roadmap_box_wrapper .box {
	background-color: #fff;
	padding: 22px 23px 22px;
	width: 100%;
	text-align: center;
}
.roadmap_box_wrapper .roadmap_box_heading {
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #09202b;
	text-align: left;
	margin-bottom: 6px;
}
.roadmap_box_wrapper .roadmap_box_content {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #6e6a6a;
	text-align: left;
}
.road-map .owl-carousel .owl-nav {
	display: block !important;
	margin-top: 50px;
}
.road-map .owl-carousel .owl-stage-outer::after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #e6e6e6;
	position: absolute;
	top: 74px;
	left: 0;
	z-index: -1;
}
.road-map .owl-carousel .owl-nav button.owl-prev {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100px;
	margin: 0 10px;
	background: #8b94a5;
	border: 1px solid #8b94a5;
	transition: all 0.3s ease-in-out;
}
.road-map .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #f5bc37;
	border: 1px solid #f5bc37;
}
.road-map .owl-carousel .owl-nav button.owl-prev span {
	font-size: 50px;
	line-height: 50px;
	color: #fff;
}
.road-map .owl-carousel .owl-nav button.owl-next {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100px;
	margin: 0 10px;
	background: #8b94a5;
	border: 1px solid #8b94a5;
	transition: all 0.3s ease-in-out;
}
.road-map .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #f5bc37;
	border: 1px solid #f5bc37;
}
.road-map .owl-carousel .owl-nav button.owl-next span {
	font-size: 50px;
	line-height: 50px;
	color: #fff;
}
.road-map .owl-carousel .owl-nav button:focus {
	outline: none;
}
/* SOLUTION SECTION */
.revius_are {
	background-image: url('../images/aboutpage_reviusare_background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.revius_are .background_image {
	background-image: url('../images/bg.jpg');
	background-size: cover;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
	width: 103%
}

.revius_are2 .background_image {
	background-image: url('../images/bg.jpg');
	background-size: cover;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
	width: 103%
}


.revius_are .background_image .yellow_box {
	background-color: #f5bc37;
	position: absolute;
	width: 20%;
	display: inline-block;
	align-items: center;
	padding: 20px 40px;
	left: 77%;
	bottom: 6%;
	border-radius: 3px;
}
.revius_are .background_image .yellow_box .yellow_box_number {
	font-family: 'Work Sans', sans-serif;
	font-size: 70px;
	line-height: 54px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.revius_are .background_image .yellow_box .yellow_box_text {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.revius_are .background_content {
	padding: 100px 25px 0px 0;
}
.revius_are .background_content h6 {
	letter-spacing: 3.2px;
}
.revius_are .background_content .reviusare_content {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}
.revius_are .background_content .margin_bottom {
	margin-bottom: 6px;
}
.revius_are .revius_mission i {
	position: absolute;
	bottom: 130px;
	left: 32px;
	color: #fff;
	font-size: 35px;
	line-height: 35px;
}
.revius_are .revius_mission .our_mission {
	font-family: 'Work Sans', sans-serif;
	font-size: 24px;
	line-height: 35px;
	font-weight: 600;
	padding: 0 334px 0 50px;
	position: relative;
}
/* SERVICES PAGE */
/* SUB BANNER SECTION */
.services_navbar-section {
	background-image: url('../images/servicespage_header.jpg');
	height: 984px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.services_navbar-section .banner-section h5 {
	padding-right: 155px;
	margin-bottom: 28px;
}
.services_navbar-section .banner-section {
	padding: 120px 0;
}
.services_navbar-section .left_icons {
	height: 490px;
	margin-left: 67px;
}
/* SERVICES PROVIDE SECTION */
.services_provide-section {
	text-align: center;
	margin-top: -345px;
	padding-bottom: 110px;
}
.services_provide-section .mb-4, .my-4 {
	margin-bottom: 34px !important;
}
.services_provide-section h2 {
	padding: 0 55px;
	margin: 0 0 37px;
}
.services_provide-section h6 {
	letter-spacing: 2.8px;
}
.services_provide-section .services_provider_content {
	box-shadow: 1px 1px 50px rgb(0 0 0 / 4%);
	width: 100%;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out;
}
.services_provide-section .services_provider_content:hover {
	background: var(--accent-color);
}
.services_provide-section .services_provider_content:hover::after {
	background: #f5bc37 !important;
}
.services_provide-section .services_provider_content:hover .services_box_heading, .services_provide-section .services_provider_content:hover .services_box_text {
	color: #fff !important;
}
.services_provide-section .services_provider_content:hover figure img {
	filter: brightness(0) invert(1);
}
.services_provide-section .services_provider_content::after {
	height: 3px;
	width: 75px;
	bottom: 30px;
	position: absolute;
	left: 14%;
	content: "";
	background: var(--brightgrey-color);
}
.services_provide-section .services_provider_content .lower_portion_wrapper {
	padding: 40px 35px 35px;
}
.services_provide-section .services_provider_content .lower_portion figure {
	margin: 0 0 21px;
}
.services_provide-section .services_provider_content .lower_portion .services_box_heading {
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: #09202b;
	margin-bottom: 5px;
}
.services_provide-section .services_provider_content .lower_portion .services_box_text {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #6e6a6a;
	margin-bottom: 15px;
}
.services_provide-section .shape {
	top: -18px;
	right: -90px;
}
/* SOLAR POWER SECTION */
.solar_power-section {
	background-image: url('../images/Services_page_solar_system_background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 110px 0;
	overflow: hidden;
}
.solar_power-section .solar_power_image {
	background-image: url('../images/Services_page_solar_system_image.jpg');
	height: 477px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.solar_power-section .background_content {
	padding: 70px 58px 81px 34px;
	background-color: #fff;
	border-radius: 3px;
}
.solar_power-section .background_content h2 {
	margin-bottom: 10px;
}
.solar_power-section .background_content .solar_power_content {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #6e6a6a;
	margin-bottom: 8px;
}
.solar_power-section .background_content ul {
	margin-bottom: 20px;
}
.solar_power-section .background_content ul li {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #6e6a6a;
}
.solar_power-section .background_content ul li i {
	margin-right: 5px;
}
.solar_power-section .background_content ul li .fa {
	background-color: var(--accent-color);
	color: #fff;
	padding: 3px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 14px;
}
.solar_power-section .shape {
	top: -18px;
	left: -90px;
}
/* WIND POWER SECTION */
.wind_power-section {
	padding: 110px 0;
	overflow: hidden;
}
.wind_power-section .background_content {
	padding: 70px 32px 81px 60px;
	background: #fff;
	box-shadow: 0px 0px 100px 0px rgb(226 228 231);
	border-radius: 3px;
}
.wind_power-section .background_content h2 {
	margin-bottom: 10px;
}
.wind_power-section .background_content .wind_power_content {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #6e6a6a;
	margin-bottom: 8px;
}
.wind_power-section .background_content ul {
	margin-bottom: 20px;
}
.wind_power-section .background_content ul li {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #6e6a6a;
}
.wind_power-section .background_content ul li i {
	margin-right: 5px;
}
.wind_power-section .background_content ul li .fa {
	background-color: var(--accent-color);
	color: #fff;
	padding: 3px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 14px;
}
.wind_power-section .wind_power_image {
	background-image: url('../images/aboutsec.png');
	height: 477px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.wind_power-section .shape {
	top: -18px;
	right: -90px;
}
/* RESIDENTAL SOLAR SECTION */
.residential_solar-section {
	background-image: url('../images/Services_page_solar_system_background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 110px 0;
	overflow: hidden;
}
.residential_solar-section .residential_solar_image {
	background-image: url('../images/Services_page_residential_system_image.jpg');
	height: 477px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.residential_solar-section .background_content {
	padding: 70px 58px 81px 34px;
	background-color: #fff;
	border-radius: 3px;
}
.residential_solar-section .background_content h2 {
	margin-bottom: 10px;
}
.residential_solar-section .background_content .residential_solar_content {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #6e6a6a;
	margin-bottom: 8px;
}
.residential_solar-section .background_content ul {
	margin-bottom: 20px;
}
.residential_solar-section .background_content ul li {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #6e6a6a;
}
.residential_solar-section .background_content ul li i {
	margin-right: 5px;
}
.residential_solar-section .background_content ul li .fa {
	background-color: var(--accent-color);
	color: #fff;
	padding: 3px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 14px;
}
.residential_solar-section .shape {
	top: -18px;
	left: -90px;
}
.our_articles .shape2 {
	top: -18px;
	right: -90px;
}
/* PROJECT PAGE */
/* SUB BANNER SECTION */
.projects_navbar-section {
	background-image: url('../images/projects_page_header.jpg');
	height: 984px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.projects_navbar-section .banner-section h5 {
	padding-right: 135px;
	margin-bottom: 28px;
}
.projects_navbar-section .banner-section {
	padding: 120px 0;
}
.projects_navbar-section .left_icons {
	height: 490px;
	margin-left: 67px;
}
/* TABS SECTION */
.project_page_recent_projects-section {
	text-align: center;
	margin-top: -345px;
	padding-bottom: 110px;
	background-image: url(../images/recent_background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	width: 100%;
	background-size: contain;
}
.project_page_recent_projects-section .mb-4, .my-4 {
	margin-bottom: 34px !important;
}
.project_page_recent_projects-section h2 {
	padding: 0 226px;
	margin: 0 0 37px;
}
.project_page_recent_projects-section h6 {
	letter-spacing: 2.8px;
	margin-bottom: 0;
}
.project_page_recent_projects-section .shape {
	top: 34px;
	left: -90px;
}
.project_page_recent_projects-section .images_content_wrapper {
	padding-bottom: 40px;
	padding-top: 52px;
}
.project_page_recent_projects-section .project_paragraph {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	font-weight: 400;
}
.project_page_recent_projects-section .projects_content_wrapper {
	margin-top: -85px;
	padding: 0 28px;
	text-align: left;
}
.project_page_recent_projects-section .project_icon_wrapper i {
	border: 1px solid var(--accent-color);
	background-color: var(--accent-color);
	color: #fff;
	border-radius: 3px;
	padding: 10px 18px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	height: 46px;
	text-align: center;
}
.project_page_recent_projects-section .project_icon_wrapper i:hover {
	background-color: #f5bc37;
	border: 1px solid #f5bc37;
}
.project_page_recent_projects-section .project_icon_wrapper {
	margin-top: -52px;
	margin-left: 634px;
}
.project_page_recent_projects-section .project_icon_wrapper_hybrid i {
	border: 1px solid var(--accent-color);
	background-color: var(--accent-color);
	color: #fff;
	border-radius: 3px;
	padding: 10px 18px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	height: 46px;
	text-align: center;
}
.project_page_recent_projects-section .project_icon_wrapper_hybrid i:hover {
	background-color: #f5bc37;
	border: 1px solid #f5bc37;
}
.project_page_recent_projects-section .project_icon_wrapper_hybrid {
	margin-top: -52px;
	margin-left: 254px;
}
.project_page_recent_projects-section .tabs-box .nav-tabs li a {
	display: inline-block;
	color: #09202b;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
}
.project_page_recent_projects-section .tabs-box .nav-tabs li a:hover {
	color: #f5bc37;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	border-bottom: 1px solid #f5bc37;
}
.project_page_recent_projects-section .tabs-box .nav-tabs li a:focus {
	color: #f5bc37;
	border-bottom: 1px solid #f5bc37;
}
.project_page_recent_projects-section .nav-tabs {
	border-bottom: 0px solid #fff;
	padding: 0 272px;
}
.project_page_recent_projects-section .nav-tabs li {
	padding: 20px;
	background-color: #fff;
	border-radius: 3px;
}
.project_page_recent_projects-section .nav-tabs li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
/* TEAM PAGE */
/* SUB BANNER SECTION */
.teams_navbar-section {
	background-image: url('../images/our_team_page_header.jpg');
	height: 984px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.teams_navbar-section .banner-section h5 {
	padding-right: 175px;
	margin-bottom: 28px;
}
.teams_navbar-section .banner-section {
	padding: 120px 0;
}
.teams_navbar-section .left_icons {
	height: 490px;
	margin-left: 67px;
}
/* OUR TEAM SECTION */
.our_team-section {
	text-align: center;
	margin-top: -345px;
	padding: 0;
	overflow: inherit;
	padding-bottom: 110px;
}
.our_team-section .mb-4, .my-4 {
	margin-bottom: 34px !important;
}
.our_team-section h2 {
	padding: 0 226px;
	margin: 0 0 37px;
}
.our_team-section h6 {
	letter-spacing: 2.8px;
	margin-bottom: 0;
}
.our_team-section .padding_bottom {
	margin-bottom: 30px;
}
.team_member_name {
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #09202b;
	font-weight: 600;
}
.team_member_designation {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #6e6a6a;
	font-weight: 400;
}
.team_members_content {
	box-shadow: 1px 1px 50px rgb(0 0 0 / 4%);
	width: 100%;
	border-radius: 3px;
	position: relative;
}
.team_members_content .lower_portion_wrapper {
	text-align: center;
	padding: 30px 0px 38px;
}
.team_members_content .lower_portion .team_member_name {
	margin-bottom: 5px;
}
.team_members_content .lower_portion .team_member_designation {
	margin-bottom: 15px;
}
.team_members_content::after {
	height: 3px;
	width: 75px;
	bottom: 0;
	position: absolute;
	left: 38%;
	content: "";
	background: var(--brightgrey-color);
	transition: all 0.3s ease-in-out;
}
.team_members_content:hover .socialmedia_icons_wrapper i {
	background: #f5bc37 !important;
	border: 1px solid #f5bc37;
}
.team_members_content:hover::after {
	background: #f5bc37 !important;
}
.socialmedia_icons_wrapper i {
	width: 15%;
	border: 1px solid var(--accent-color);
	border-radius: 100%;
	background-color: var(--accent-color);
	color: #fff;
	padding: 9px;
	font-size: 20px;
	line-height: 20px;
	height: 38px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.our_team-section .shape {
	top: -18px;
	right: -90px;
	left: auto !important;
}
.teams_message {
	padding-top: 110px;
}
.our_testimonials .shape2 {
	top: 22px;
	left: -88px;
}
/* FAQ PAGE */
/* SUB BANNER SECTION */
.faq_navbar-section {
	background-image: url('../images/faqs_page_header.jpg');
	height: 984px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.faq_navbar-section .banner-section h5 {
	padding-right: 182px;
	margin-bottom: 28px;
}
.faq_navbar-section .banner-section {
	padding: 120px 0;
}
.faq_navbar-section .left_icons {
	height: 490px;
	margin-left: 67px;
}
/* ACCORDIAN SECTION */
.accordian-section {
	text-align: center;
	margin-top: -345px;
	padding-bottom: 110px;
}
.accordian-section .mb-4, .my-4 {
	margin-bottom: 34px !important;
}
.accordian-section h2 {
	padding: 0 226px;
	margin: 0 0 37px;
}
.accordian-section h6 {
	letter-spacing: 2.8px;
	margin-bottom: 0;
}
.accordian-section .accordion-card button.btn.btn-link {
	color: #09202b;
	background: #fff;
}
.accordian-section p {
	margin-bottom: 33px;
}
.accordian-section .accordian-inner .accordion-card .btn {
	padding: 11px 65px 11px 25px;
	text-decoration: none;
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	border-radius: 3px;
}
.accordian-section .accordion-card button.btn.btn-link.collapsed {
	color: #09202b;
	background: #fff;
}
.accordian-section .accordian-inner .card-header {
	padding: 0;
	margin-bottom: 0;
	border: none;
	background: none;
}
.accordian-section .accordian-inner .card-body {
	padding: 10px 28px 15px 28px;
}
.accordian-section .accordian-inner .card-body p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #6e6a6a;
	font-weight: 400;
}
.accordian-section .accordion-card button.btn.btn-link:focus {
	outline: none;
	box-shadow: none;
}
.accordian-section .accordian-inner .accordion-card {
	margin-bottom: 50px;
	box-shadow: 0px 0px 100px 0px rgb(226 228 231);
	background: #fff;
}
.accordian-section .accordion-card .btn-link:before {
	content: "\f106";
	position: absolute;
	right: 16px;
	top: 6px;
	font-family: 'Font Awesome 6 FREE';
	display: inline-block;
	vertical-align: middle;
	background-color: #f5bc37;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	padding: 10px 15px;
	border-radius: 3px;
}
.accordian-section .accordion-card .collapsed:before {
	content: "\f107";
	background-color: var(--accent-color);
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}
.accordian-section .accordian-inner .accordion-card:last-child {
	margin-bottom: 0 !important;
}
.accordian-section .accordion-card button.btn.btn-link.collapsed:hover {
	color: #09202b;
}
/* CONTACT PAGE */
/* SUB BANNER SECTION */
.contacts_navbar-section {
	background-image: url('../images/contacts_page_header.jpg');
	height: 984px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.contacts_navbar-section .banner-section h5 {
	padding-right: 175px;
	margin-bottom: 28px;
}
.contacts_navbar-section .banner-section {
	padding: 120px 0;
}
.contacts_navbar-section .left_icons {
	height: 490px;
	margin-left: 67px;
}
/* CONTACT INFO SECTION */
.contact_info-section {
	text-align: center;
	margin-top: -345px;
}
.contact_info-section .mb-4, .my-4 {
	margin-bottom: 34px !important;
}
.contact_info-section h2 {
	padding: 0 226px;
	margin: 0 0 37px;
}
.contact_info-section h6 {
	letter-spacing: 2.8px;
	margin-bottom: 0;
}
.contact_info-section .services_provider_content {
	box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
	width: 100%;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
	text-align: center;
}
.contact_info-section .services_provider_content::after {
	height: 3px;
	width: 75px;
	bottom: 0px;
	position: absolute;
	left: 40%;
	content: "";
	background: var(--brightgrey-color);
}
.contact_info-section .services_provider_content .lower_portion_wrapper {
	padding: 50px 25px 45px;
}
.contact_info-section .services_provider_content .lower_portion_wrapper2 {
	padding: 50px 80px 45px;
}
.contact_info-section .services_provider_content .lower_portion figure {
	margin: 0 0 21px;
}
.contact_info-section .services_provider_content .lower_portion h4 {
	margin-bottom: 15px;
}
.contact_info-section .services_provider_content .lower_portion a {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #6e6a6a;
	font-weight: 400;
	text-decoration: none;
}
/* MAP SECTION */
.contacts_map {
	padding: 80px 0;
	overflow: hidden;
}
/* BLOG POPUP */
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow: hidden;
	outline: 0;
}
.fade {
	opacity: 0;
	transition: opacity .15s linear;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.fade.show {
	opacity: 1;
	background-color: transparent;
}
[tabindex="-1"]:focus {
	outline: 0!important;
}
.modal.fade .modal-dialog {
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	transform: translate(0, -25%);
}
.modal-dialog {
	max-width: 48%;
	margin: 1.75rem auto;
	position: relative;
	width: auto;
	pointer-events: none;
}
.modal.show .modal-dialog {
	transform: translate(0, 0);
}
.modal.fade .modal-dialog {
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
.modal-content {
	position: relative;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 0.3rem;
	outline: 0;
}
.modal-header {
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	border-bottom: none;
}
.close:not(:disabled):not(.disabled) {
	cursor: pointer;
	opacity: 1 !important;
}
.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}
.modal-header button {
	background: #f5bc37;
	opacity: 1;
	position: absolute;
	right: 7px;
	top: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	outline: none;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
button.close {
	border: 0;
	-webkit-appearance: none;
}
button {
	text-transform: none;
	overflow: visible;
}
.modal-header button i {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	padding: 5px 5px;
	outline: none;
}
.fa-x:before {
	content: "\58";
}
.blog-model-con .modal-body {
	height: 900px;
	overflow-y: auto;
	padding-top: 0;
}
.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	padding: 1rem;
	padding-left: 30px;
	padding-right: 30px;
}
.modal-body .blog-box-item {
	border-radius: 0;
}
.blog-box-item {
	background: var(--white-color);
	overflow: hidden;
}
.modal-body img {
	width: 100%;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.blog-content {
	padding: 27px 27px 15px;
}
.blog-auteher-title {
	margin-bottom: 16px;
}
.blog-auteher-title span {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #6e6a6a;
	font-weight: 400;
}
.blog-auteher-title span:last-child {
	color: #6e6a6a;
}
.blog-content h4 {
	margin-bottom: 20px;
}
.footer-social-icon ul {
	margin-top: 0;
	margin-bottom: 1rem;
	padding-left: 0px;
}
.footer-social-icon ul li a {
	text-decoration: none;
}
.blog-content a {
	color: #fff;
	font-size: 18px;
	padding-bottom: 6px;
	position: relative;
}
.blog-content .footer-social-icon ul li a i {
	background: var(--accent-color);
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 20px;
	padding: 10px 10px;
	text-align: center;
}
.blog-content .footer-social-icon ul li a i:hover {
	background: #f5bc37;
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 20px;
	padding: 10px 10px;
	text-align: center;
}
.footer-social-icon ul li a i {
	border-radius: 50%;
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}
.fa-behance:before {
	content: "\f1b4";
}
.blog-content a::after {
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	content: '';
	position: absolute;
	background: var(--accent-color);
	transition: ease-in-out 0.3s;
}
.footer-social-icon ul li:nth-child(2) a i {
	margin-left: 11px;
	margin-right: 11px;
}
.blog-model-con p {
	margin-bottom: 35px !important;
}
.comment-title {
	border-top: 1px solid var(--brightgrey-color);
	padding-top: 60px;
}
.comment-title2 {
	padding-bottom: 30px;
}
.blog-model-con .contact-form {
	padding: 0 3px;
}
.blog-model-con .contact-form input {
	box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
}
.blog-model-form input {
	margin-bottom: 12px;
}
.contact-form input {
	background: #fff;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #6e6a6a;
	font-weight: 400;
	padding: 17px 30px;
	border-radius: 3px;
	width: 100%;
	overflow: visible;
	outline: none;
}
.text-muted {
	color: #8b94a5!important;
}
.form-text {
	display: block;
	margin-top: 0.25rem;
}
small {
	font-size: 80%;
	font-weight: 400;
}
.blog-model-con .contact-form textarea {
	box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
}
.blog-model-form textarea {
	height: 130px;
	margin-bottom: 20px;
}
.contact-form textarea {
	resize: none;
}
.contact-form textarea {
	background: #fff;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #6e6a6a;
	font-weight: 400;
	padding: 17px 30px;
	border-radius: 3px;
	width: 100%;
	outline: none;
}
textarea {
	overflow: auto;
}
.blog-model-form button {
	padding: 16px 52px;
}
.contact-form button {
	background: var(--accent-color);
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	border-radius: 3px;
	text-transform: uppercase;
	cursor: pointer;
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	border: 1px solid transparent;
	outline: none;
	transition: all 0.3s ease-in-out;
}
.contact-form button:hover {
	background: #e31e24;
	color: #fff;
	border: 1px solid transparent;
}
.dropdown-menu {
	min-width: 12rem;
}
a {
	color: #e31e24;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
.pt-150 {
	padding-top: 150px;
}
.pl-38{
	padding-left: 38px;
}
.pt-36{
	padding-top: 36px;
}

.slick-slide {
	margin: 0px 20px;
}
.slick-slide img {
	width: 100%;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}


/* style galory */

body{
	margin:0;
	padding:0;
}
/* .container{
	width:90%
	margin:10px auto;
} */
.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}

/* pdetail 1*/

body{background-color: #fff}.card{border:none}.product{background-color: #eee}.brand{font-size: 13px}.act-price{color:red;font-weight: 700}.dis-price{text-decoration: line-through}.about{font-size: 14px}.color{margin-bottom:10px}label.radio{cursor: pointer}label.radio input{position: absolute;top: 0;left: 0;visibility: hidden;pointer-events: none}label.radio span{padding: 2px 9px;border: 2px solid #ff0000;display: inline-block;color: #ff0000;border-radius: 3px;text-transform: uppercase}label.radio input:checked+span{border-color: #ff0000;background-color: #ff0000;color: #fff}.btn-danger{background-color: #ff0000 !important;border-color: #ff0000 !important}.btn-danger:hover{background-color: #da0606 !important;border-color: #da0606 !important}.btn-danger:focus{box-shadow: none}.cart i{margin-right: 10px}




/* pdetail 2 */


.pd-wrap {
	padding: 40px 0;
	font-family: 'Poppins', sans-serif;
}
.heading-section {
	text-align: center;
	margin-bottom: 20px;
}
.sub-heading {
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
	font-size: 32px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
	min-width: 80px;
	background-size: 100%;
}
.carousel-testimonial .item {
	padding: 30px 10px;
}
.quote {
	position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
	margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
	color: #adadad;
	font-size: 14px;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	outline: none;
	height: 25px;
}
.owl-nav button svg {
	width: 0px;
	height: 0px;
}
.owl-nav button.owl-prev {
	left: -30px;
}
.owl-nav button.owl-next {
	right: -30px;
}
.owl-nav button span {
	font-size: 45px;
}
.product-thumb .item img {
	height: 100px;
}
.product-name {
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 4px;
}
.product-price-discount {
	font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
.product-price-discount span.line-through {
	text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}
.display-flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.product-info {
	width: 100%;
}
.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
	vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
	margin-bottom: 0;
	line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-dtl p {
	font-size: 14px;
	line-height: 24px;
	color: #7a7a7a;
}
.product-dtl .form-control {
	font-size: 15px;
}
.product-dtl label {
	line-height: 16px;
	font-size: 15px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.product-count {
	margin-top: 15px; 
}
.product-count .qtyminus,
.product-count .qtyplus {
	width: 34px;
    height: 34px;
    background: #212529;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.product-count .qtyminus {
	border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
	border-radius: 0 3px 3px 0; 
}
.product-count .qty {
	width: 60px;
	text-align: center;
}
.round-black-btn {
	border-radius: 4px;
    background: #212529;
    color: #fff;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #212529; 
    transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover,
.round-black-btn:focus {
	background: transparent;
	color: #212529;
	text-decoration: none;
}

.product-info-tabs {
	margin-top: 25px; 
}
.product-info-tabs .nav-tabs {
	border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
	margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
	border: none; 
	border-bottom: 2px solid transparent;
	color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
	border: none; 
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link, 
.product-info-tabs .nav-tabs .nav-link.active, 
.product-info-tabs .nav-tabs .nav-link.active:hover {
	border: none; 
	border-bottom: 2px solid #d8d8d8;
	font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
	padding: 30px 20px;
	font-size: 15px;
	line-height: 24px;
	color: #7a7a7a;
}
.review-form .form-group {
	clear: both;
}
.mb-20 {
	margin-bottom: 20px;
}

.review-form .rate {
	float: none;
	display: inline-block;
}
.review-heading {
	font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}
.review-form .form-control {
	font-size: 14px;
}
.review-form input.form-control {
	height: 40px;
}
.review-form textarea.form-control {
	resize: none;
}
.review-form .round-black-btn {
	text-transform: uppercase;
	cursor: pointer;
}


.bg-light1{
	background-image: url('../assets/images/aboutpage_reviusare_background.jpg');
}


.bg-padding{
	padding: 85px!important;
}



.btn-primary1 {
    color: #fff!important;
    background-color: #e31e24!important;
    border-color: #e31e24!important;
}