/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

:root{
	--blue:#094c87;
	--green:#337012;
	--orange:#de711d;
}
/**TYPOGRAPHIE*/
p,body{
	font-size: 16px!important;
    line-height: 1.5;
    color: #898989;
	font-family:'Source sans 3';
}
h1{
	line-height:1.1!important
}
h1,h2,h3,h4,h5,h6{
	font-family: "DM Sans", sans-serif;
	color: rgb(26, 26, 26);
	
}
h2{
	font-size:35px;
    line-height: 1.1;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: rgb(26, 26, 26);
}
h3{
	font-size:30px;
    line-height: 1.1;
}
h4{
	font-size:25px;
}
/*ASSETS*/
.sub_title{
	position:relative;
	font-size: 15px;
    line-height: 24px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    display: inline-block;
    color: var(--blue);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
}
.sub_title .mcb-column-inner{
	margin-bottom:10px
}



/*HEADER START*/
#Top_bar #logo{
	width:60px;
	height:60px
}
#Top_bar #logo img{
	width:100%;
	height:100%
}
#Top_bar.is-sticky {
height: auto;
	top:0!important;
}
#Top_bar.is-sticky .top_bar_left{
	height:100%;
}
#Top_bar.is-sticky #logo {
height: 60px !important;
line-height: 60px !important;
padding: 15px 0 !important;
}
#Top_bar.is-sticky #logo img.logo-sticky {
max-height: 100%;
}
#Top_bar.is-sticky .menu_wrapper .menu > li > a {
padding: 15px 0;
}
#Top_bar.is-sticky .menu_wrapper {
height: 100%;
display: flex;
align-items: center;
}
.header-classic #Top_bar {
    background-color: transparent!important;
	position: absolute;
    top: 30px!important;
}
.header-classic #Top_bar.is-sticky {
    background-color: #ffff !important;
	height:90px
}
#Top_bar .menu > li:hover > a {
	color:var(--orange)!important
}
#Top_bar .menu > li > a span:not(.description) {
    font-weight: 600;
    text-transform: uppercase; 
}
#Top_bar.is-sticky .menu > li:last-child > a span{
	padding-right:0
}
#Top_bar .column{
	display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 16px 0px;
    padding-left: 25px;
    padding-right: 0px;
    background: rgb(255, 255, 255);
    border-radius: 50px;
}
#Top_bar.is-sticky .column{
	padding-left:0
}
#Top_bar.is-sticky .logo, #Top_bar .logo {
        margin: 0!important;

    }
#Top_bar .menu > li.current_page_item > a{
	color:var(--orange);
}
#Top_bar .menu.page-menu > li > a {
    border-right: unset;
}
#Top_bar.is-sticky {
    background-color: #ffffff !important;
}
#Top_bar.is-sticky .column{
	height:100%;
	box-shadow:unset;
	border-radius:0
}
body:not(.template-slider) #Header {
    min-height: unset;
}
#Subheader{
	padding:150px 0 100px 0
}
#Subheader {
    background-image: url('https://sfc-energie-solaire.com/wp-content/uploads/2025/04/slide02.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#Subheader .title {
    font-size: 50px;
    width: 100% !important;
    max-width: 900px;
    line-height: 1.1 !important;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0 auto;
    float: none;
	color:#fff
}
#Subheader ul.breadcrumbs li:nth-child(2){
	color:#fff
}
#Subheader ul.breadcrumbs li a, #Subheader ul.breadcrumbs li{
    color: #fff;
}
#Side_slide {
    background-color: var(--blue);
    border-color: var(--blue);
}
#Side_slide #menu ul li.current-menu-item > a{
	color:var(--orange)
}
#Side_slide a:not(.button) {
    color: #fff;
}
#Side_slide #menu ul li {
    border: none!important;
	display: flex;
    justify-content: center;
    align-items: center;
}
}

.icon-right-open:before{
	color:#ffff
}
.with_aside .sections_group {
    padding-top: 60px;
}
.widget_search {
    margin-top:60px;
}
.search-results #Content {
    padding-top: 0;
}
#back_to_top{
	background:var(--blue)!important;
	
}
#back_to_top i{
	color:var(--orange)!important
	
}
/*PAGE BLOG*/
.page-blog .post-item,body.archive .post-item, body.search .search-item {
	margin-bottom:20px
}
.page-blog .post-item .post-footer, body.search .search-item .post-footer {
	display:none
}
.page-blog .image_frame, body.archive .image_frame  body.search .image_frame{
	height:228px
}
.page-blog .image_frame .image_wrapper, .page-blog .image_frame .image_wrapper a,
 body.archive .image_frame .image_wrapper, body.archive .image_frame .image_wrapper a,
 body.search .image_frame .image_wrapper, body.search .image_frame .image_wrapper a
 {
	height:100%
}
.icon-right-open{
	color: rgba(22, 25, 34, 0.6)
}
.search-item .post-featured-image img.scale-with-grid{
	height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.search-item  .post-featured-image{
	height:228px;
	margin-right:20px!important;
}
.archive .image_frame{
	height:228px;

}
.section-post-intro-share{
	display:none
}
.page-blog .image_frame .image_wrapper, .page-blog .image_frame .image_wrapper a img,
 body.archive .image_frame .image_wrapper, body.archive .image_frame .image_wrapper a img,
 body.search .image_frame .image_wrapper, body.search .image_frame .image_wrapper a img
{
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:20px
}
.single .wp-caption-text{
	display:none
} 
.single .single-photo-wrapper .mcb-column-inner {
	margin-bottom:20px
}

#Top_bar .menu > li.current-menu-item > a{
	color:var(--orange)!important
}
.widget_categories ul{
	background-color:unset!important
}
.widget_categories, .widget_recent_entries, .widget_search{
	background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px 20px;
}
.widget_search input{
	width: 100%;
    height: 50px;
    margin-bottom: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-right: 35px;
    color: #415674!important;
    font-weight: 600;
    outline: none;
}
.widget_categories ul li{
	color: var(--orange) !important;
	border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
	margin-bottom:10px;
	display: flex;
    align-items: baseline;	
}
.widget_categories ul li:last-child{
	margin-bottom:0
}
.widget_categories ul li a {
    color: #1a1a1a !important;
    display: inline-block;
    padding: 7px 0 7px 3px;
    font-size: 16px;
    font-family: 'Source sans 3', sans-serif;
	text-decoration:none
}
.widget_categories ul li:hover a{
	color:var(--orange)!important
}
.widget_categories li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f101"; 
    font-weight: 900;
    color: var(--orange); 
    margin-right: 8px;
}
.widget_categories ul {
    list-style-type: none;
    color: #fff;
    padding: 0;
}
.widget h3{
	font-size: 24px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    color: #1A1A1A;
}
.widget_recent_entries ul li:after{
	background-color:var(--orange)!important
}
.single .image_frame, .single .image_frame img{
	width:100%
}
.single .post-header {
	display:none
}
.has-custom-bg .post-footer{
	display:none
}
.category .sections_group > .section {
    display: none;
}

/*HEADER END*/
.column_heading .title {
    margin-bottom: 10px;
}
/*SECTION-01*/
.section-heading{
	padding-top:60px
}
.section-01 .card-wrap .mcb-column-inner{
	position: relative;
    overflow: hidden;
    background: #F3F3FB;
    border-radius: 20px;
    padding: 35px;
    transition: all 0.3s linear;
    z-index: 1;
	min-height:305px;
	margin-bottom:24px;
}
.section-01 .mfn-icon-box-laptop-center {
        align-items:start;
    }
.section-01 .shape-01{
	position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}
.section-01 .icon-wrapper img{
	filter: invert(23%) sepia(50%) saturate(1811%) hue-rotate(183deg) brightness(92%) contrast(100%);
}
.section-01 .icon-wrapper{
	justify-content:flex-start
}
.section-01 .section-01-link{
	font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A1A1A;
    margin-top: 15px;
	display:inline-block;
}
.section-01 .card-wrap i{
	color:var(--blue)
}
 .section-01 .card-wrap .mcb-column-inner:hover{
	box-shadow: 0 0 15px 0 rgba(107, 102, 198, 0.4);
}
 /*SECTION-02*/
.section-02{
	padding-top:36px;
	padding-bottom:60px
}
.section-02 .img-01{
	width: 304px;
    height: 560px;
}
.section-02 .img-02{
	width: 260px;
    height: 400px;
}
.section-02 .img-03{
	position: absolute;
    right: -42%;
    top: -12%;
    z-index: -1;
    filter: invert(58%) sepia(29%) saturate(7228%) hue-rotate(357deg) brightness(96%) contrast(81%);
}
.section-02 .img-01 .mcb-column-inner, .section-02 .img-02 .mcb-column-inner{
	height:100%;
	width:100%
}
.section-02 .img-01 .image_frame, .section-02 .img-02 .image_frame{
	height:100%;
	width:100%
}
.section-02 .img-01 .image_wrapper, .section-02 .img-02 .image_wrapper{
	height:100%
}
.section-02 .img-01 img, .section-02 .img-02 img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.section-02 .img-wrap{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.section-02 .img-wrap .mcb-wrap-inner{
	align-items:center;
	gap:20px
}
/*SECTION-03*/
.section-03{
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	background-image:url('https://sfc-energie-solaire.com/wp-content/uploads/2025/04/counter-bg2.png');
	padding-top: 60px;
	padding-bottom:20px
 
}
.section-03 .right-section{
	background: #ffffff;
    border-radius: 20px;
    padding: 50px 30px 30px;
}
.section-03 .left-section .left-box .icon-wrapper{
	position: relative;
    height: 100px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    transition: all 500ms ease;
    border-radius: 50%;
    background-color: #ffffff;
}
    
.section-03 .left-section .left-box .icon-wrapper img{
    filter: invert(58%) sepia(29%) saturate(7228%) hue-rotate(357deg) brightness(96%) contrast(81%);
	transform: scale(1) rotate(0);
	transition: all .4s ease-in;
	
}
.section-03 .left-section .left-box01:hover .icon-wrapper img,.section-03 .left-section .left-box02:hover .icon-wrapper img, .section-03 .left-section .left-box03:hover .icon-wrapper img, .section-03 .left-section .left-box04:hover .icon-wrapper img{
	transform: scale(-1) rotate(180deg);
}

.section-03 .counter.counter_horizontal .icon_wrapper{
	filter: invert(24%) sepia(50%) saturate(6347%) hue-rotate(77deg) brightness(93%) contrast(86%);
}
.section-03 .column_counter .mcb-item-counter-inner{
	background-image: unset;
}
.energ-shape{
	position: absolute;
    bottom: -243px;
}
.sun-shape{
	position: absolute;
    top: 25px;
    right: 0;
    left: 50px;
    text-align: center;
    z-index: -1!important;
    animation: rotate 15s linear infinite;
}
.plug-shape{
	position: absolute;
    right: 0;
    top: 0;
	
}
.plug-shape img{
	animation: bounceLeftToRight 4s infinite
}
@keyframes bounceLeftToRight{
	0%, 100% {
    transform: translateX(0);
}
50% {
    transform: translateX(10%);
}
}
@keyframes rotate{
	0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.sun-shape-02{
	position:absolute;
	top:0;
	right:0;
}
.sun-shape-02 img{
	animation:rotate 3s infinite;
}

/*SECTION-04*/
.section-04 .image-01{
	max-width: 800px;
    max-height: 400px;
	position:relative;
	overflow:hidden;
	transition: all 0.5s ease-out;
	cursor:pointer
}
.section-04 .image-01:hover:after, .section-04 .image-02:hover:after, .section-04 .image-03:hover:after, .section-04 .image-04:hover:after, .section-04 .image-05:hover:after {
    
	animation: hover_anim 0.5s ease-in-out;
}
.section-04 .image-01::after, .section-04 .image-02::after, .section-04 .image-03::after, .section-04 .image-04::after, .section-04 .image-05::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
	 transition: all 600ms linear;
	
}
.text-solution{
	max-width:570px;
	width:100%
}
@keyframes hover_anim{
	0%{
		height: 250%;
   
    background-color: transparent;
	}
	100% {
		height: 0%;
		background-color: rgba(255, 255, 255, .3);
	}
}
.section-04 .image-01 .mcb-column-inner{
	height:100%;
	margin-bottom:0
}
.section-04 .image-01 .image_wrapper, .section-04 .image-01 .image_wrapper a{
	height:100%
}
.section-04 .image-01 .image_frame{
	overflow: hidden;
    border-radius: 20px;
    height: 100%;
}
.section-04 .image-01 img{
	height: 100%;
    width: 100%;
    object-fit: cover;
	cursor:pointer;
}
.section-04  .image-02, .section-04  .image-03{
	max-width:400px;
	height:530px;
	margin-top:24px;
	transition: all 0.5s ease-out;
	position:relative;
	overflow:hidden;
	cursor:pointer
}
.section-04  .image-02 .image_wrapper , .section-04  .image-03 .image_wrapper, .section-04  .image-04 .image_wrapper,  .section-04  .image-05 .image_wrapper {
	height:100%
}
.section-04  .image-02 .image_frame, .section-04  .image-03 .image_frame, .section-04  .image-04 .image_frame, .section-04  .image-05 .image_frame {
	height:100%
}
.section-04  .image-02 .mcb-column-inner, .section-04  .image-03 .mcb-column-inner, .section-04  .image-04 .mcb-column-inner, .section-04  .image-05 .mcb-column-inner{
	height:100%
}
.section-04  .image-02 img,.section-04  .image-02 a, .section-04  .image-03 a, .section-04  .image-03 a, .section-04  .image-04 a, .section-04  .image-05 a, .section-04  .image-03 img, .section-04  .image-04 img, .section-04  .image-05 img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:20px;
	cursor:pointer;
	
}
.section-04 .image-04{
	max-width: 400px;
    height: 545px;
	transition: all 0.5s ease-out;
	position:relative;
	overflow:hidden;
	cursor:pointer
}
.section-04 .image-04  .mcb-column-inner, .section-04 .image-05  .mcb-column-inner{
	margin-left:0
}
.section-04 .image-05{
	width: 400px;
    height: 382px;
	margin-top:24px;
	transition: all 0.5s ease-out;
	position:relative;
	overflow:hidden;
	cursor:pointer
}
.section-04 .photovolta{
	position: absolute;
    right: -275px;
    top: -202px;
    animation: bottomToTop 3s ease-in-out infinite;
	width:160px;
}
.section-produits .portfolio_group .portfolio-item .image_frame{
	height:200px!important;
	width:200px;
}
 .section-produits .portfolio_group .portfolio-item .image_frame .image_wrapper, .section-produits .portfolio_group .portfolio-item .image_frame .image_wrapper a, .section-produits .portfolio_group .portfolio-item .image_frame img {
	height:100%!important;
	 width:100%
}
.section-produits .portfolio_group .portfolio-item .image_frame img{
	width:100%;
	height:100%;
	object-fit:cover
}
#Filters .filters_wrapper ul.categories{
	display:flex!important;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:10px;
}
#Filters .filters_wrapper ul li {
    display: inline-block;
    width: calc(100% / 4 - 10px * 3);
    margin: 0;
}
#Filters .filters_wrapper ul li.current-cat a{
	background-color:#f5945c
}
@keyframes bottomToTop{
	0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-15px);
}
100% {
    transform: translateY(0);
}
}
.mg_item_title{
	color:var(--orange);
	font-size:20px!important
}
h1.mg_item_title::after{
	right:-32px
}
.mg_item_text p{
	color:#ffff
}
#mg_socials{
	display:none
}
#mg_inside_close {
    background: #ffff!important;
}
#mg_lb_inside_nav > * > i{
	background: #ffff!important;
}
/*SECTION-05*/
.section-05{
	padding-top:60px;
}
/*SECTION BLOG*/

.heading-blog, .blog-section{
	background: #F3F3FB;
}
.slick-slide .item_wrapper{
	border-bottom: 3px solid #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all 0.3s linear;
}
.slick-slide .item_wrapper:hover {
    border-bottom: 3px solid #6B66C6;
} 
.slick-slide .item_wrapper:hover .image_wrapper a img {
    transform: scale(1.1);
}
.slick-slide .item_wrapper .image_wrapper{
	position: relative;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 5px;
}
.slick-slide .item_wrapper .image_wrapper a img {
    width: 100%;
    transition: all 0.3s linear;
}
.slick-slide .item_wrapper  h4{
	margin-left:20px!important
}
.slick-slide .item_wrapper a{
	font-size:20px!important;
	
}
.blog_slider .blog_slider_ul li .item_wrapper a.button{
	display:none
}
.slick-slide .item_wrapper .date_label{
	position: absolute;
    top: 0;
    right: 0;
    width:140px;
    text-align: center;
    background: #ffffff;
    color: #898989;
    font-size: 18px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: "DM Sans", sans-serif;
    display: inline-block;
    text-align: center;
    padding:15px  10px;
}
.slick-slide .item_wrapper .image_frame{
	min-height: 185px;
    height: 250px;
}
.slick-slide .item_wrapper .image_frame .image_wrapper, .slick-slide .item_wrapper .image_frame a, .slick-slide .item_wrapper .image_frame img{
	height:100%;
}
.slick-slide .item_wrapper .image_frame img{
	height:100%;
	width:100%;
	object-fit:cover
}
.blog_slider{
	padding-bottom:20px
}
.blog_slider .blog_slider_ul li .item_wrapper .image_frame {
    margin-left: 0;
    margin-bottom: 0;

}
.blog_slider .blog_slider_ul li .item_wrapper .desc{
	padding: 30px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #ffffff;
	min-height:170px
}
   
.blog_slider .blog_slider_ul li .item_wrapper hr{
	display:none
}
.progress_bars .bars_list li .bar{
	height:15px!important
}
.blog_slider .blog_slider_ul .blog_slider_li .item_wrapper .image_frame {
    margin-left: 0;
    margin-bottom: 0;
}
/*SECTION CONTACT*/
.section-contact{
	background: #F3F3FB;
    padding: 60px 0px 30px;
    border-radius: 10px;
}
.contact-text-1{
	margin-bottom:20px
}
.contact-text-2{
	margin-bottom:10px
}
.section-contact .contact-text-1 .mcb-column-inner, .section-contact .contact-text-2 .mcb-column-inner{
	margin-bottom:20px
}
.section-contact .box-contact .mfn-icon-box{
	background: #ffffff;
    border-radius: 10px;
    padding: 25px 25px 20px;  
	min-height:240px
}
.section-contact .icon-wrapper{
	overflow:visible
}
.section-contact input, .section-contact textarea{
	font-size:16px!important;
}
.section-contact .box-contact .mcb-column-inner{
	margin-bottom:20px!important
}
.section-contact .box-contact .icon-wrapper i{
	border-radius: 50%;
	width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 24px;
    color: var(--blue);
    margin: 0 auto;
	border-radius: 50%;
	
}
.section-contact .box-contact .icon-wrapper .icon-phone-1{
	border-radius: 50%;
    -webkit-animation: tada 2s linear infinite;
    -khtml-animation: tada 2s linear infinite;
    -moz-animation: tada 2s linear infinite;
    -ms-animation: tada 2s linear infinite;
    -o-animation: tada 2s linear infinite;
    animation: tada 2s linear infinite;
    -webkit-transition: background-color 0.3s ease;
    -khtml-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
   
.section-contact .shape01{
	position: absolute;
    top: -40px;
    left: 66%;
}
.section-contact .shape03{
	position: absolute;
    bottom:-155px;
    left: 44%;
}
    
.section-contact .shape03 img{
    animation: sun-mouv 8s infinite linear;
    
}
.section-contact .section-left{
	background: url('https://sfc-energie-solaire.com/wp-content/uploads/2025/04/bg-search-3.png');
	background-repeat:no-repeat;
	background-position:center;
	
}
.shape-contact{
	text-align:center;
	opacity:0.2
}
@keyframes sun-mouv{
	0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}

.section-contact .shape02{
	position: absolute;
    top: 59%;
    right: -66%;
    opacity: 0.2;
    z-index: -10;
}
.section-contact .gform-theme--foundation .gform_fields{
	row-gap:20px!important
}
.section-contact input:not(.gform-button, .gfield-choice-input){
	height: 55px!important;
    line-height: 55px!important;
    border: 1px solid #ccc!important;
    border-radius: 10px!important;
    background-color: transparent!important;
    padding-left: 15px!important;
}
.section-contact input:not(.gform-button, .gfield-choice-input):focus, .section-contact textarea{
	 outline-color:var(--orange)!important
}
   
.section-contact .gfield_description, .section-contact .gform-field-label{
	font-size: 14px!important;
    font-family: 'Source sans 3', sans-serif!important;
    color: #626262!important;
}
    

.section-contact textarea{
	border: 1px solid #ccc!important;
    border-radius: 10px!important;
    background-color: transparent!important;
    padding-left: 15px!important;
    resize:none!important;
}
.gform-theme--foundation #field_submit {
    align-items: center!important;
    justify-content: center!important;
}
.section-contact .gform-button{
    transform: perspective(0px) translateZ(0px)!important;
    box-shadow: none!important;
    cursor: pointer!important;
    z-index: 1!important;
    position: relative!important;
    overflow: hidden!important;
    transition: 0.5s!important;
	background-color:var(--blue)!important;
	padding: 20px 40px!important;
}
.section-contact .gform-button::before {
    content: "//"!important;
    position: absolute!important;
    top: 0px!important;
    left: 0px!important;

}

/*TESTIMONIAL*/
 .single-testimonial {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 40px 30px 35px;
  border-radius: 20px;
  position: relative;
  opacity: 0.5;
  margin: 5px 5px;
}
.testimonial-quote img{
  filter: invert(65%) sepia(57%) saturate(5382%) hue-rotate(354deg) brightness(94%) contrast(85%);
}
 .single-testimonial .testimonial-content .testimonial-author-wrap {
  display: flex;
  justify-content: space-between;
}
 .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author {
  display: flex;
  align-items: center;
}
 .owl-dots{
	position: relative;
    display: flex;
    justify-content: center;
	 margin-top:30px;
}
 .owl-dot{
	width: 10px !important;
    height: 10px !important;
    margin: 5px 7px;
    background: #D6D6D6 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50% !important;
}
 .owl-dot.active{
	background:var(--orange)!important;
}
.author-img{
	width:100px;
	height:100px
}
 .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-img img {
     border-radius: 5px;
	 width:100%;
	 height:100%;
	 object-fit:cover
}
 .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text {
  flex: 1;
  margin-left: 20px;
}
 .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text .name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1A1A1A;
}


 .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text .designation {
  font-size: 16px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  display: block;
  color: #898989;
}
 .single-testimonial .testimonial-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #898989;
  margin-top: 15px;
}
 .single-testimonial .testimonial-content .rating {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
 .single-testimonial .testimonial-content .rating::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #dedede;
  font-size: 14px;
  letter-spacing: 5px;
}
 .single-testimonial .testimonial-content .rating .rating-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
 .single-testimonial .testimonial-content .rating .rating-active::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #ffcc33;
  font-size: 14px;
  letter-spacing: 5px;
}
.owl-item.second-active .swiper-slide .single-testimonial {
  border: 1px solid var(--blue);
  opacity: 1;
}
#Top_bar.is-sticky {
    top: 0 !important;
}
/*Page 404*/
#Error_404 {
    overflow: visible;
    position: static;
    margin-top: 0;
}
#Error_404 .img_wrap{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:30px
}
#Error_404 .img_wrap p{
	font-size:150px!important
}
#Error_404 .img_wrap img{
	width:150px
}
#Error_404 .error_desk {
    width: 100%;
    float: none;
    padding-top: 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#Error_404 a{
	display: inline-block;
    overflow: hidden;
    transform: perspective(0) translateZ(0);
    background: var(--blue);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border-color: transparent;
    color: #ffffff;
    border-radius: 5px;
    font-size: 15px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    padding: 20px;
    text-transform: uppercase;
    border: 0;
    border-style: solid;
    box-shadow: none;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
	margin-top:10px
}
.section-01-404,.section-02-404{
	background:#F3F3FB
}
.section-01-404 .title{
	font-size:200px;
	height:250px
}
.section-01-404 .title:nth-child(1){
	margin-top:40px
}
.section-01-404  .section_wrapper{
	align-items:center
}
.btn-404 a{
	font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    overflow: visible;
    border-radius: 5px;
    transform-origin: 50% 50%;
    left: 0px;
    background: rgb(9, 76, 135);
	padding:20px
}
.section-01-404 .title img{
	width:100%;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: 8s linear 0s infinite normal none running sun-mouv;
}
.error404 #Content{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
} 
body.error404{
	height:100%!important;
	background:#F3F3FB
}
.section-01-404 .mcb-wrap-inner{
	justify-content:center;
}
/*privacy-policy*/
.privacy-policy #Content{
	width: 100%;
    max-width: 1200px;
    background: #f3f5f7;
    padding: 30px;
    margin: 30px auto;
    border: 1px solid var(--blue);
}
.privacy-policy .the_content_wrapper {
    margin-bottom: 0;
}
.privacy-policy #Content p:last-child, .privacy-policy #Content li:last-child{
	margin-bottom:0
}
.privacy-policy a{
	color:var(--orange)
}
#cmplz-document h2{
	font-size:35px
}
#cmplz-document p{
	font-size:16px;
	line-height:1.5
}
#cmplz-document p.cmplz-subtitle{
	font-size: 30px !important;
    font-family: "DM Sans", sans-serif;
    color: rgb(26, 26, 26);
    font-weight: 500;
}
.privacy-policy #cmplz-document {
    font-size: 16px;
    margin-top: 0;
    max-width: 100%;
}
    

/*---Footer Widget CSS----*/

#Footer .footer_copy .one{
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:0
}
#Footer .footer_copy .mcb-column-inner{
	margin-bottom:0
}
.footer-widget-wrap {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer_copy a{
  color:#ffff!important;
}
.footer_copy .column{
	display:flex;
	justify-content:center
}
.footer-section-03 {
  padding-top: 75px;
}
.footer-section-03 .footer-widget-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0;
}

.footer-widget {
  margin-top: 30px;
}
.footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
  padding-left: 40px;
}

.widget-presentation p{
	color:#fff;
	margin-top:20px
}
.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top:10px;
}
.widget-info ul li .info-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #2C2C2C;
  border-radius: 50%;
}
.widget-info ul li .info-icon i {
  display: inline-block;
  color: var(--orange);
  font-size: 14px;
}
.widget-info ul li .info-text {
  flex: 1;
  font-size:16px;
  font-family: "DM Sans", sans-serif;
  margin-left: 15px;
}
.widget-info ul li .info-text .label-name {
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom:5px
}


.footer-widget-about {
  margin-top: 30px;
}

.footer-search .footer-search-wrap {
  max-width: 300px;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  background-color: transparent;
  height: 55px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid #2C2C2C;
  border-radius: 50px;
  padding-right: 60px;
}
.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.9;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}
.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.9;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}
.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.9;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}
.footer-search .footer-search-wrap form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.9;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}
.footer-search .footer-search-wrap form button {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #6B66C6;
  border: 0;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.footer-social .social {
  margin-top: 25px;
}
.footer-social .social li {
  display: inline-block;
}
.footer-social .social li + li {
  margin-left: 5px;
}



.footer-widget .footer-widget-title {
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-bottom:20px
}
.footer-widget .newsletter-text {
  font-size: 16px;
	color:#ffff

}


.widget-link .link li {
  margin-top: 10px;
}
.widget-link .link li a {
    font-size: 16px;
    color: #ffff;
    transition: all 0.3s linear;
    font-family: 'SOURCE SANS 3', sans-serif;
}

.widget-link .link li a:hover {
  color:var(--orange);
	text-decoration:none;
}

.footer-section-02 .footer-widget-about {
  padding-right: 40px;
}
.footer-section-02 .footer-widget-about .title-text {
  font-size: 134px;
  line-height: 140px;
  color: #6B66C6;
  letter-spacing: -1.4px;
  margin-top: 15px;
}
.footer-section-02 .footer-widget-about p {
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin-top: 15px;
}

.footer-widget input:not(.gform-button){
	background-color: transparent!important;
    height: 55px!important;
    font-size: 16px!important;
    font-weight: 400!important;
    color: #ffffff!important;
    border: 1px solid #2C2C2C!important;
    border-radius: 50px!important;
    padding-right: 60px!important;
	min-width:300px
}
.footer-widget #field_submit{
	width: 55px!important;
    height: 55px!important;
    line-height: 55px!important;
    background: var(--orange)!important;
    border: 0!important;
    color: #ffffff!important;
    position: absolute!important;
    right: 0!important;
    font-size: 15px!important;
    border-top-right-radius: 50px!important;
    border-bottom-right-radius: 50px!important;
}
.footer-widget .gform-button{
	background:unset!important;
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(166deg) brightness(103%) contrast(101%);
	padding-left:10px!important
}


.footer-section-03 .footer-widget-about p {
  font-size: 18px;
  line-height: 28px;
  color: #ccc;
  margin-top: 32px;
}

.footer-section-03 .footer-social .social li a {
  line-height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  color: #ccc;
}
.footer-section-03 .footer-social .social li a:hover {
  border: 1px solid transparent;
  background: #6B66C6;
}
.footer-section-03 .widget-link .link li a {
  color: #fff;
}
.footer-section-03 .widget-link .link li a:hover {
  color: #6B66C6;
}
.footer-section-03 .widget-info {
  padding-top: 10px;
}
.widget-info a, .widget-info span{
	color:#fff!important;
	font-family: 'Source Sans 3'!important;
}
.widget-info a:hover, .widget-info span:hover{
	color:var(--orange)!important;
	text-decoration:none
}
.footer-section-03 .widget-info ul li {
  align-items: start;
  margin-top: 20px;
}
.footer-section-03 .widget-info ul li .info-icon {
  height: 0;
  width: 0;
  line-height: 0;
  text-align: inherit;
  background: none;
  border-radius: 0;
}
.footer-section-03 .widget-info ul li .info-icon i {
  font-size: 16px;
  position: relative;
  top: 8px;
}
.footer-section-03 .widget-info ul li .info-text {
  flex: 1;
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  margin-left: 25px;
  color: #ffffffe6;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
/*icon menu home*/
#Top_bar .menu>li.menu-item-home>a::before {
    content: '\f015';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 15px;
    font-size:20px
}

#Top_bar .menu>li.menu-item-home>a span {
    display: none;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    background-color: var(--blue);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    
}
/*-Footer CSS-*/
.footer-section {
  background: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}


.footer-section-02 {
  background-size: cover;
}

.footer-logo {
  max-width: 170px;
}

.footer-copyright-wrap {
  background: #212121;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.copyright-text {
  margin-top: 10px;
}

.copyright-text p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}


.footer-copyright-links {
  text-align: right;
  margin-top: 10px;
}

.footer-copyright-links a {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 15px;
}

.footer-copyright-links a:last-child {
  margin-right: 0;
}
.footer-copyright-links a:hover {
  color: #6B66C6;
}

.footer-section-03 {
  background: #171717;
}
.footer-section-03 .footer-top-wrap {
  padding-bottom: 55px;
}
.footer-section-03 .footer-top-wrap .subscribe-form {
  padding-left: 65px;
}

.footer-section-03 .footer-top-wrap .subscribe-form form {
  position: relative;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  height: 60px;
  line-height: 60px;
  border: 0;
  color: #ffffff;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}

.footer-section-03 .footer-top-wrap .subscribe-form form button {
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
  background: #6B66C6;
  color: #ffffff;
  padding: 0 40px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
}

.footer-section-03 .footer-copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-section-03 .footer-copyright-wrap {
  background: transparent;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.footer-section-03 .copyright-text p {
  color: #ccc;
}
.footer-section-03 .footer-copyright-links a {
  color: #ccc;
}
.footer-section-03 .footer-copyright-links a:last-child {
  margin-right: 0;
}
.footer-section-03 .footer-copyright-links a:hover {
  color: #6B66C6;
}
.footer-widget-wrap .row{
	display:flex;
	flex-wrap:wrap
}
.col-lg-3{
	width:25%
}
.footer-logo img{
	width:90px;
	height:90px
}
.mfn-footer a:not(.button,.icon_bar,.mfn-btn,.mfn-option-btn):hover{
	color:var(--orange);
}
#Footer {
    background-color: #1A1A1A;
}
#footer a{
	color:#ffff!important
}
.copyright-bloc{
	  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    transition: color 0.3s ease 0s;
}
.copyright-bloc .copyright-nav{
    margin: 0;
    padding: 0;
    text-align: center;
}
.copyright-bloc .copyright-nav .list-item{
    display: inline-block;
    margin: 0 5px 0 0;
	font-size: 16px;
    color: #ffff;
    transition: all 0.3s linear;
    font-family: 'SOURCE SANS 3', sans-serif;
}
.copyright-bloc .copyright-nav .list-item:hover a{
	color:var(--orange)!important
}
.copyright-bloc .copyright-nav .list-item:last-child{
  margin-right: 0;
}
.copyright-bloc .copyright-nav .list-item::after{
    content: "|";
    margin: 0 0 0 5px;
}
.copyright-bloc .copyright-nav .list-item.company-item .company-name{
	text-transform: uppercase;
    font-weight: 900 !important;
}
.copyright-bloc .copyright-nav .list-item .item-link{
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s;
}
.copyright-bloc .agency-logo{
	  display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.copyright-bloc .agency-logo::before{
    content: 'Développé par';
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
	font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s linear;
    font-family: 'SOURCE SANS 3', sans-serif;
}
.copyright-bloc .agency-logo .logo-link{
    display: inline-block;
    width: 135px;
    margin: 0;
    text-decoration: none;
}
.copyright-bloc .agency-logo .logo-img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.copyright-bloc .agency-logo.inverted .logo-img{
	  filter: invert(1);
}
.social i{
	height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #2C2C2C;
    border-radius: 50%;
    color: var(--orange);
}
#Footer .widgets_wrapper{
	padding:0
}
#Top_bar .responsive-menu-toggle{
	color:var(--orange)!important
}
.mfn-footer .container:not(.footer_copy .container){
	background-image: url(https://sfc-energie-solaire.com/wp-content/uploads/2025/04/bg-footer-1.png);
	background-repeat: no-repeat; background-position-x: center; 
	background-size: auto;
	background-position:center;
}
 /*RESPONSIVE*/  
@media(max-width:1200px){
	.copyright-bloc .agency-logo{
		width:100%
	}
	.copyright-bloc .copyright-nav li:last-child::after{
		display:none
	}
}

@media(max-width:1240px){
	
	#Top_bar .container{
		max-width:100%
	}
}
@media(max-width:1024px){
	.section-01 .card-wrap .mcb-column-inner{
		min-height:380px
	}
	.section-contact .section-contact-right, .section-contact .section-left{
		width:100%
	}
	.sun-shape-02 {
		top: -50px;
		left: 67%;
}
	.section-04 .image-04{
		height:425px
	}
	.section-04 .image-02, .section-04 .image-03 {
		height: 425px;
	}
	.section-02{
		padding-bottom:30px
	}
	.energ-shape {
		bottom: -170px;
		transform: scale(0.7);
}
	.section-03 .left-section, .section-03 .right-section{
		width:100%
	}
	.section-02 .img-03 {
		opacity: 0.3;
	}
	.section-02 .img-wrap{
		width:100%
	}
	.section-02-left{
		width:100%!important
	}
	.copyright-bloc .copyright-nav li:last-child{
		width:100%
	}
	.copyright-bloc .copyright-nav li:nth-child(3)::after{
		display:none
	}
}

@media(max-width:768px){
	.slick-slide .item_wrapper h4 {
		margin-bottom: 0;
}
	#Footer .footer_copy .copyright{
		margin:0
	}
	.footer_copy .mcb-column-inner{
		margin-bottom:0
	}
	 .plug-shape {
        right: -67%;
        top: -8px;
        transform: scale(0.6);
    }
    #Top_bar .container {
        padding-right: 30px!important;
        padding-left: 30px!important;
    }
	.section-01 .card-wrap .mcb-column-inner{
		min-height:0px
	}
	#Top_bar a.responsive-menu-toggle {
        right: 25px;  
    }
	.blog_slider .blog_slider_ul li .item_wrapper .desc {
        min-height: 0;
}
	.widget_search {
        margin-top: 0;
}
	.single-testimonial{
		opacity:1
	}
	.section-04 .image-02, .section-04 .image-03, .section-04 .image-04, .section-04 .image-05  {
        max-width: 100%; 
	}
	.content_wrapper .section_wrapper{
        max-width: 100% !important;
        padding-left: 30px;
        padding-right: 30px;
    }
	.copyright-bloc .copyright-nav li:nth-child(3){
		width:100%
	}
	.copyright-bloc .copyright-nav li:nth-child(2)::after{
		display:none
	}
	.footer-widget.footer-widget-3 {
       padding-left: 0px;
}
	.container {
        max-width: 100% !important;
        padding-left: 30px;
        padding-right: 30px;
    }
	.col-lg-3 {
        width: 50%;
}
	#Top_bar .logo {
        text-align: left;
    }
	#Top_bar .column{
		padding-left:10px;
	}
	#Top_bar .logo #logo{
        padding: 0 !important;
        margin: 10px 20px;
    }
}
@media(max-width:600px){
#Filters .filters_wrapper ul li {
    width: calc(100%);

}
	.blog_slider {
        padding-bottom: 10px;
}
	.gform_footer{
		display:none!important
	}
	.copyright-bloc .agency-logo::before{
		margin-left:0
	}
	.copyright-bloc .agency-logo {
		justify-content: flex-start;
		
}
	.copyright-bloc .copyright-nav {
		text-align: left;
}
	.section-04 .image-04{
		margin-top:25px
	}
	.section-04 .image-01,.section-04 .image-02, .section-04 .image-03, .section-04 .image-04, .section-04 .image-05{
		height:300px;
	}
	.with_aside .sections_group {
		padding-top:30px
	}
	.gform-theme--foundation #field_submit {
		align-items: center !important;
		justify-content: flex-start !important;
}
	.section-03 {
		padding-top: 30px;
		padding-bottom: 30px;
}
	.section-heading {
      padding-top: 30px;
}
	.section-05 {
       padding-top: 30px;
}
	.section-contact .box-contact .mfn-icon-box{
		min-height:0
	}
	.sun-shape-02 {
        top: -50px;
        left: 70%;
        transform: scale(0.5);
    }
	.section-contact{
		padding: 30px 0 0;
	}
 
	h2{
		font-size:22px
	}
	h3{
		font-size:20px
	}
	h4{
		font-size:18px
	}
	.section-02 .img-02, .section-02 .img-01  {
      width: 100%;
      max-height: 300px;
}
	
	.col-lg-3 {
        width: 100%;
    }
	.copyright-bloc .copyright-nav li:nth-child(2){
		width:100%
	}
	.copyright-bloc .copyright-nav li:nth-child(1)::after{
		display:none
	}
	
}
@media(max-width:480px){
	.section-03 .right-section {
		padding: 20px;
}
	.owl-dots {
		position: relative;
		display: flex;
        justify-content: center;
        margin-top: 10px;
}
	.author-img {
		width: 75px;
		height: 75px;
}
	#Subheader .title {
       font-size: 25px; 
	}
	#Subheader {
        padding: 130px 0 30px 0;
}
     #Top_bar .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

