@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
body {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.42857;
	position: relative;
}
.padding-right0{
	padding-right:0px;
}

/* Top_Ber */
header{
	position: relative;
}
.top_ber {
	background-color: #e91e25;
	color: #fff;
	font-size: 16px;
	text-align: left;
	font-weight: 300;
	padding-bottom: 60px;
}

.top_ber .social-icon ul, .top_ber .right_box ul {
	margin-bottom: 0px;
	padding-left: 0;
}
.top_ber .social-icon ul li, .top_ber .right_box ul li {
	list-style: none;
	display: inline-block;
	padding-right: 6px;
	padding-top: 14px;
}
.top_ber .right_box {
	text-align: right;
	padding-top: 5px;
	font-size: 16px;
	text-align: left;
	font-weight: 300;
	float:right;
}
.top_ber .right_box li a{
	color: #fff;
	text-decoration:none;
}
.social-icon{
	text-align: left;
}
.top_ber .green_btn {
	background-color: #56c031;
	font-weight: 500;
	padding: 12px 20px;
}
/* Top_Ber */


/* Stellar-Nav */
.logo {
	display: inline-block;
	padding-top: 3px;
}
.stellarnav ul {
	display: inline-block;
	float: right;
}
#main-nav.stellarnav li {
	display: inline-block;
	text-transform: uppercase;
	padding: 15px 0px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-weight:400;
	margin-top: 15px;
}
#main-nav.stellarnav li a.active {
	color: #e91e25;
}

#main-nav.stellarnav li a:hover{
	color: #e91e25;
}

#main-nav.stellarnav li a {
	line-height:14px;
}
#main-nav .logo img {
	padding-top: 5px;
    width: 80%;
    padding-bottom: 6px;
}
.stellarnav.dark{
	background-color: transparent !important;
	box-shadow: inherit !important;
	position: absolute;
    top: 62px;
    left: auto;
    right: auto;
    margin: 0 auto;
}
.stellarnav.dark .container{
	background-color: #fff;
	box-shadow:0px 0px 10px #6f6f6f !important;
}
#main-nav.stellarnav li.red-btn{
	background-color: #e91e25;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 14px;
}
#main-nav.stellarnav li.red-btn a{
	color: #fff !important;
}

/* Stellar-Nav */

/* Banner */

.banner{
	height: 640px;
	overflow: hidden;
}
.banner .flex-direction-nav a.flex-prev{
	background: url(../images/slider/bg-nav-left.png) no-repeat !important;
	width: 77px !important;
	height: 96px !important;
	top: 30%;
	left: 0px;
}
.banner .flex-direction-nav a.flex-next{
	background: url(../images/slider/bg-nav-right.png) no-repeat !important;
	width: 77px !important;
	height: 96px !important;
	top: 30%;
	right: 0px;
}
.banner .flex-caption .banner_text{
	text-align: left !important;
}
.banner .flex-caption h1{
	font-size: 53px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif !important;
	padding-bottom: 0px;
}
.banner .flex-caption h2{
	font-size: 72px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif !important;
	padding-top: 0px;
	margin-top: -18px;
	margin-bottom: -25px;
	margin-left: 0;
	padding-left: 0;
}
.banner .flex-caption p{
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	font-family: 'Poppins', sans-serif !important;
	text-align: left;
	line-height: 34px;
	padding-left: 0px;
	width: 60%;
}
.banner .flex-caption{
	top: -40%;
}
.book-now{
	margin-top: 10px;
}
.book-now a{
	border: 2px solid #fff;
	padding: 8px 40px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.relationship{
	padding: 80px 0px 140px;
	text-align: center;
	font-size: 16px;
	position: relative;
	min-height: 690px;
}
.relationship .relationship-bg{
	position: absolute;
    right: 80px;
	top: 220px;
    z-index: 9999;
}
.relationship:before{
	content: "";
	background-color: #e91e25;
	position: absolute;
	right: 0;
	left: auto;
	width: 200px;
	height: 250px;
}
.relationship h3{
	font-size: 22px !important;
	color: #e91e25;
	font-weight: 400;
	margin-top: 0;
}
.relationship h2{
	font-size: 48px !important;
	color: #212121;
	font-weight: 300;
}
.relationship h2 span{
	font-weight: 600;
}
.survived{
	text-align: left;
	padding-top: 110px;
	width: 58%;
}
.survived h4{
	font-size: 26px !important;
	color: #212121;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 20px;
}
.survived p{
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 15px;
}
.survived em{
	font-style: inherit;
	font-weight: 500;
}
.line{
	background-color: #dad3d3;
	height: 2px;
	margin:20px 0px;
}
.text-btn{
	color:#212121;
	margin-right: 5px;
}
.text-btn:hover{
	color:#e91e25;
	text-decoration: none;
}
.fa-long-arrow-right{
	color:#212121 !important;
}

.services{
	background-color: #f6f6f6;
	text-align: center;
	font-size: 16px;
	position: relative;
	padding: 80px 0px 140px;
}

.services .services-bg{
	position: absolute;
    left: 80px;
	right: auto;
	top: 220px;
    z-index: 9999;
}
.services:before{
	content: "";
	background-color: #e91e25;
	position: absolute;
	right: auto;
	left: 0;
	width: 200px;
	height: 250px;
}
.services h2{
	font-size: 48px !important;
	color: #212121;
	font-weight: 300;
}
.services h2 span{
	font-weight: 600;
}
.box-wrapper{
	padding-left: 80px;
	padding-top: 38px;
}
.white-panel{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 8px #bbb;
    padding: 20px 20px 28px;
}
.white-panel h2{
	font-size: 20px !important;
	font-weight: 500;
	color: #e91e25;
}
.white-panel h2 span{
	color: #212121;
}
.readmore-btn{
	margin-top: 15px;
}
.readmore-btn a{
	border: 2px solid #212121;
	color: #212121;
	border-radius: 60px;
	padding: 5px 20px;
    font-size: 14px;
}
.readmore-btn a:hover{
	color: #fff;
	border: 2px solid #fff;
	text-decoration: none;
}
.white-panel:hover{
	background-color: #e91e25;
	color: #fff;
}
.white-panel h2:hover{
	color: #fff;
}
.margin-top25{
	margin-top: 25px;
}
.experience{
	padding: 80px 0px;
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover !important;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	text-align: left;
}
.experience h1{
	font-size: 22px;
	margin-bottom: 0px;
	font-weight: 400;
}
.experience h2{
	font-size: 48px !important;
	color: #fff;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 15px;
}
.experience h2 span{
	font-weight: 600;
}
.negative-box{
	border: 4px solid #fff;
	padding: 20px 20px 25px;
	text-align: center;
}
.negative-box h4{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}
.negative-box h3{
	font-size: 54px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0px;
}
.negative-box:hover{
	background-color: #e91e25;
	color: #fff;
	border: 4px solid #e91e25;
}
.wrapper-years{
	padding-top: 60px;
}

.testimonial{
	padding: 80px 0px 100px;
	background: url(../images/testimonial.png) no-repeat;
	background-size: cover !important;
	color: #000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
}
.testimonial h1{
	font-size: 22px;
	margin-bottom: 0px;
	font-weight: 400;
	color: #e91e25;
}
.testimonial h2{
	font-size: 48px !important;
	color: #212121;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 15px;
}
.testimonial h2 span{
	font-weight: 600;
}
#testimonial_wrp{
	padding-top: 40px;
}
.testimonial .box_panel{
	width: 55%;
    margin: 0 auto;
	padding-top: 20px;
}
.testimonial .box_panel p{
	line-height: 36px;
	font-style: italic;
}
.testimonial .box_panel h5{
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
.testimonial .box_panel h6{
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

/* Footer */

footer{
	background-color:#f6f6f6;
	padding:80px 0px;
	color:#212121;
	font-size:16px;
	font-weight:300;
	line-height:25px;
}
footer ul{
	margin:0;
	padding:0;
}
footer ul li{
	list-style:none;
	padding-bottom:10px;
}
.footer_logo{
	text-align:left;
	margin-bottom:20px;
}
.footer_menu h3{
	font-size:22px;
	font-weight:500;
	text-align:left;
	margin-top:0px;
	margin-bottom:15px;
}
.footer_menu p{
	padding-bottom:15px;
	line-height:28px;
}
.footer_right .footer_menu p{
	padding-bottom:0px;
}
.footer_right .footer_menu input{
	padding:20px;
	border-radius:0px;
	color:#000;
	background-color:#fff;
	font-size:16px;
	font-weight:300;
}
.footer_right .btn-success{
	background-color:#56c031;
	color:#fff;
	border-radius:0px;
	padding:8px 35px;
	text-transform:uppercase;
	font-size:18px;
	font-weight:500;
	margin-top:20px;
}
.footer_right .btn-success:hover{
	border:2px solid #fff;
	background-color:transparent;
	padding:7px 34px;
}

.footer_con{
	background-color:#f6f6f6;
	border-top:1px solid #ccc6c6;
	padding:15px;
	text-align:center;
	font-size:16px;
	font-weight:300;
	color:#212121;
}
.footer_con p{
	margin-bottom:0px;
}
.menu-details{
	position: relative;
}
.menu-details a{
	color: #292d28;
	font-size: 18px;
	font-weight: 500;
}
.menu-details li{
	padding-left: 24px;
	line-height: 20px;
	padding-bottom: 22px;
}
.menu-details li::before{
	content: "";
	background: url(../images/arrow.png) no-repeat;
	width: 14px;
	height: 13px;
	position: absolute;
	left: 0;
	right: auto;
}
.follow{
	margin-top: 20px;
}
.follow ul{
	margin: 0;
	padding: 0;
}
.follow ul li{
	display: inline-block;
	padding-right: 5px;
}

/* Footer */

.menu-details{
	margin-left: 90px;
}

.inner-panel{
	background: url(../images/inner-bg.jpg) no-repeat;
	background-size: cover !important;
	padding: 80px 0px;
}
.inner-panel h2{
	font-size: 40px;
	text-align: center;
	font-weight: 500;
	color: #fff;
}
.services h3{
	font-size: 22px !important;
    color: #e91e25;
    font-weight: 400;
    margin-top: 0;
}

.specialist.services{
	background-color: #fff;
	padding: 80px 0px 0px;
	min-height: 694px;
}

.specialist-box.survived{
	float: right;
}

.energy.services{
	background-color: #fff;
	padding: 0px 0px 0px;
}

.energy .specialist-box.survived{
	float: right;
	margin-top: 70px;
}
.service-panel{
	text-align: center;
	padding: 90px 0px 0px;
}
.service-panel a{
	background-color: #e91e25;
	color: #fff;
	padding: 12px 40px;
	font-size: 16px;
	font-weight: 500;
}
.testimonial-wrapper{
	padding: 80px 0px;
	text-align: center;
}
.testimonial-wrapper h2{
	font-size: 48px !important;
    color: #212121;
    font-weight: 300;
	margin-bottom: 40px;
}
.testimonial-wrapper h2 span {
    font-weight: 600;
}
.testimonial-wrapper h3 {
    font-size: 22px !important;
    color: #e91e25;
    font-weight: 400;
    margin-top: 0;
}
.inner-box{
	background-color: #fff;
	border: 1px solid #dbdada;
	box-shadow:0px 0px 8px #cbcbcb;
	padding: 25px;
	margin-top: 32px;
}
.testimonial-wrapper h5{
	font-size: 18px;
	font-weight: 500;
}
.testimonial-wrapper p{
	font-size: 16px;
	font-style: italic;
	color: #000;
	font-weight: 300;
    line-height: 30px;
}
.testimonial-wrapper h6 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

/* Contact Us */

.contact_box{
	padding:60px 0px 0px;
}
.contact_box .gray_con{
	background-color:#eeeeee;
	font-size:18px;
	text-align:left;
	color:#000;
	font-family: 'Roboto', sans-serif;
	line-height:28px;
	font-weight:300;
	padding:25px;
	min-height: 130px;
	align-items: center;
    justify-content: center;
    display: flex;
}
.contact_box .gray_con h2{
	font-size:22px;
	color:#212121;
	font-weight:300;
	margin-top: 0px;
    margin-bottom: 0px;
}
.contact_box .gray_con p{
	margin-bottom:0px;
}
.contact_box .gray_con ul{
	margin:0;
	padding:0;
}
.contact_box .gray_con li{
	list-style:none;
}
.contact_box .gray_con .location{
	background:url(../images/location.png) no-repeat;
	padding-left: 50px;
	font-size: 16px;
}

.contact_box .gray_con .mobile{
	background:url(../images/mobile.png) no-repeat;
	padding-left: 50px;	
}

.contact_box .gray_con .message_box{
	background:url(../images/message.png) no-repeat;
	padding-left: 50px;	
}

.contact_banner{
	background:url(../images/contact_banner.jpg) no-repeat;
	background-size:cover;
	padding:84px 15px;
	text-align:center;
	font-size:16px;
	color:#35383b;
}
.contact_banner h2{
	font-size:38px;
	color:#35383b;
	text-transform:uppercase;
	margin-top:0px;
	font-weight:700;
	font-family: 'Raleway', sans-serif;
}
.contact_banner ul{
	margin:0;
	padding:0;	
}
.contact_banner ul li{
	list-style:none;
	display:inline-block;
	font-weight:400;
	padding-right:10px;	
}
.contact_banner .blow_text{
	color:#055093;
}
.contact_from{
	padding:60px 0px;
}

.contact_from input,.contact_wrp textarea{
	border-radius: 0px;
    padding: 22px 20px;
    color: #6c6b6b;
    border: 1px solid #dbdada;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 18px;
}
.contact_wrp textarea{
	padding: 30px 20px !important;
}
.contact_from input::placeholder {
    color: #6c6b6b;
}

.contact_from input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #6c6b6b;
}

.contact_from input::-ms-input-placeholder { /* Microsoft Edge */
   color: #6c6b6b;
}

.contact_from textarea::placeholder {
    color: #6c6b6b;
}

.contact_from textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #6c6b6b;
}

.contact_from textarea::-ms-input-placeholder { /* Microsoft Edge */
   color: #6c6b6b;
}

.contact_from .btn-primary{
	background-color:#e91e25;
	color:#fff;
	padding:10px 20px;
	font-size:16px;
	font-weight:400;
	border-radius:0px;
	margin-top: 25px;
	border: none;
}
.contact_from .btn-primary:hover{
	background-color:#420507;
	border:none;
	padding: 10px 20px;
}


/* Contact Us */

.modal{
	z-index: 9999 !important;
}
.popup-box .modal-header{
	border-bottom: none;
}
.popup-box .modal-header{
	background-color: #e91e25;
    margin: 15px;
	text-align: center;
    color: #fff;
}
.popup-box .modal-content{
	padding-right: 10px;
}
.popup-box .modal-header h5{
	font-size: 46px;
	text-transform:capitalize;
	font-weight: 300;
}
.popup-box .modal-header h5 span{
	font-weight: 600;
}

.popup-box input{
	width: 100% !important;
    margin: 0px 8px 12px;
    border-radius: 0;
    padding: 14px;
    font-size: 12px;
}
.popup-box textarea{
    margin: 0px 8px 12px;
    border-radius: 0;
    padding: 14px;
    font-size: 12px;
	width: 100%;
}
.popup-box .btn-submit{
	width: 100%;
	background-color: #212121;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 10px;
	margin: 0px 8px 12px
}
.popup-box .is-invalid{
    padding: 0px 8px 12px;
    margin-top: -8px;
}
.popup-box .g-recaptcha{
    margin-left: 10px;
    margin-bottom: 15px;
}

footer li a{
    color: #212121;
}

.services-bg img,
.relationship-bg img{
    width: 500px;
    object-fit: cover;
    height: auto;
}
.inner-box img{
    width: 120px;
    height: auto;
    object-fit: cover;
}
#testimonial_wrp img{
    width: 120px;
    height: auto;
    object-fit: cover;
}

.sticky-icon{
	bottom: 14px;
    position: fixed;
    right: 14px;
    left: auto;
    z-index: 9999;
}
