body {
    -webkit-font-smoothing: antialiased;
	font-size:15px;
	line-height:24px;
}
a,a:hover,a:focus,a:visited{
	color:inherit;
	font-size:inherit;
	text-decoration:none!important;
}
/*-----Normal css start-----*/

.padding-left {
    padding-left: 0px;
}
.padding-right {
    padding-right: 0px;
}
.show-submenu {
    display: none;
}
/*-----Form css start-----*/

.form_input_app_div.pc_form_4 .pc_input_section {
    width: 25%;
}
.form_input_app_div.pc_form_3 .pc_input_section {
    width: 33.33%;
}
.form_input_app_div.pc_form_2 .pc_input_section {
    width: 50%;
}
.form_input_app_div.pc_form_1 .pc_input_section {
    width: 100%;
}
.form_input_app_div.pc_form_4 .pc_input_section .form-control,
.form_input_app_div.pc_form_3 .pc_input_section .form-control,
.form_input_app_div.pc_form_2 .pc_input_section .form-control {
    width: 95%;
    padding: 10px;
    margin-bottom: 10px;
}
.form_input_app_div.pc_form_1 .pc_input_section .form-control {
    width: 100%;
    padding: 10px;
}
/*----top info bar----*/
section.editable.rf_top_info_wrapper {
    background-color: #444444;
    padding: 20px 0px;
	font-family: 'Open Sans', sans-serif;
}
ul.rf_top_social {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

ul.rf_top_social li{
    list-style: none;
    display: inline-block;
    margin-right: 13px;
}
.rf_top_info {
    width: auto;
    float: right;
}

.rf_top_info ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.rf_top_info ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 15px;
    color: #ffffff;
}
.rf_top_info ul li:last-child{
	padding-right:0px;
}
.rf_top_info ul li span.info_img.ed_element_wrapper {
    display: inline-block;
}

.rf_top_info ul li .ed_element_wrapper {
    display: inline-block;
}

.rf_top_info ul li span.info_text.ed_paragraph {
    color: #ffffff;
    font-size: 16px;
    margin-left: 10px;
}
.rf_top_social li a {
    color: #fff;
}
.ss_logo h1 {
	margin-top: 0px;
    margin-bottom: 0px;
    line-height: 28px;
    padding-bottom: 5px;
}
.ss_logo p {
    margin-bottom: 0px;
}
.ss_logo h1 a {
    text-decoration: none;
    color: #20ce6d;
}
.ss_logo {
    padding: 30px 0;
}
/*----Banner css start-----*/
.ss_banner_wrapper{
	width:100%;
    float:left;
    background-image:url(../images/main_banner.jpg);  
	background-size: cover;
    font-family: 'Open Sans', sans-serif;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color:#D2D6D9;
}
.ss_banner_box {
	width: 100%;
    float: left;
    margin: 60px 0px 125px;
    background-color: #ffffff;
    padding: 0 40px 0 50px;
    border-radius: 60px;
}
.ss_logo.ed_box {
    width: 100%;
    display: inline-block;
}
.ss_banner_wrapper.header2 {
    background-image: none;
    background-color: #ffffff;
}
.ss_banner_wrapper.header2 .ss_banner_box {
    margin: 0;
    padding:0px;
    border-radius: 0px;
}
.breadcum_part {
    width: 100%;
    float: left;
    background-color: #20ce6d;
    padding: 30px 0;
}

.breadcum_part .breadcum_inner.main {
    width: 100%;
    float: left;
    text-align: center;
}

.breadcum_part .breadcum_inner.main h3 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 30px;
}
.menu_btn{
    background-color: #20ce6d;
    border: none; 
    padding: 0px; 
    width: 40px;
    height: 35px;
    line-height: 0px;
    border-radius: 3px;
	text-align:center;
	outline:none;
	display:none;
    margin: 41px 0;
}
.menu_btn img{
    display: inline-block;
    width: 25px;
    height: 20px;
}
.ss_top_icons ul {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.ss_top_icons ul li {
    list-style: none;
    display: inline-block;
    margin-right: 11px;
}
.ss_top_icons ul li:last-child{
	margin-right:0px;
}
.ss_top_icons ul li a{
	text-decoration:none;
	display:block;
}
.ss_menu {
    width: 100%;
    float: left;
}
.ss_menu ul {
    padding: 0px;
    margin: 0px;
    float: right;
}
.ss_menu ul>li {
    display: inline-block;
    list-style: none;
	position:relative;
    margin-left: 20px;
}
.ss_menu ul>li>a {
	text-transform: capitalize;
    color: #444444;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all .3s ease; 
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding: 47px 0;
    display: inline-block;
    position: relative;
}
.ss_menu>ul>li>a:after,.ss_menu>ul>li>.sub-menu:after{
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:5px;
	content:'';
	background-color:#20ce6d;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; 
}
.ss_menu>ul>li>.sub-menu:after{
	top:-5px;
	bottom:auto;
	width:100%; 
} 
.ss_menu>ul>li>a:hover:after{
	width:100%;
}
.ss_menu>ul>li:first-child>a{
	margin-left:0px;
}
.ss_menu>ul>li>.sub-menu{
    position: absolute;
    min-width: 250px;
    left: -20px;
    top: 100%;
    background-color: #ffffff;
    z-index: 999;
	opacity:0;
	visibility:hidden;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}
.ss_menu>ul>li:hover>.sub-menu{
	left:0;
	opacity:1;
	visibility:visible;
}
.ss_menu>ul>li>.sub-menu>li>ul.sub-menu {
    position: absolute;
    min-width: 250px;
    left: 95%;
    top: 30%;
    background-color: #ffffff;
    z-index: 999;
    opacity:0;
    visibility:hidden;
	border-top:5px solid #20ce6d;
    transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
}
.ss_menu>ul>li>.sub-menu>li:hover>ul.sub-menu {
    left: 100%;
    opacity: 1;
    visibility: visible;
}
.ss_menu>ul>li:nth-child(4)>.sub-menu>li>ul.sub-menu {
    left: auto;
    right: 95%;
}
.ss_menu>ul>li:nth-child(4)>.sub-menu>li:hover>ul.sub-menu{
    right:100%
} 
.ss_menu ul li .sub-menu li{
    width: 100%;
    float: left;
	margin-left:0px;
}
.ss_menu ul li .sub-menu>li>a {
    font-size: 16px;
    width: 100%;
	margin:0px;
    float: left;
    padding: 10px 15px;
}

.ss_menu ul li .sub-menu li:last-child a {
    border-bottom: none;
}
.ss_menu ul li>a:hover,.ss_menu ul li>a:focus {
    color: #20ce6d;
    background-color: #ffffff;
}
.ss_testimonial {
    width: 100%;
    text-align: center;
	margin-bottom: 250px;
}
.ss_banner_button {
    width: 100%;
    text-align: center;
}
.ss_banner_button .ed_element_wrapper {
    display: inline-block;
}

.roof_post_row{
	margin-top:70px;
	margin-bottom:100px;
}
.ss_service_box .ed_image{
	display:inline-block;
}
.ss_feedback .ed_image_border{
	border-radius:100%;
}
.ss_testimonial h3 {
    font-size: 25px;
    color: #20ce6d;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 15px;
}
.ss_testimonial h1 {
    font-size: 40px;
    color: #ffffff;
	letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 50px;
	font-family: 'Open Sans', sans-serif;
}
.ss_testimonial p {
    color: #ffffff;
    font-size: 20px;
    margin: 0px;
    padding: 20px 0px 45px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 200;
	font-family: 'Open Sans', sans-serif;
}
.pc_btn1 {
	background-color: #20ce6d;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    height: 70px;
    width: 230px;
	letter-spacing:1px;
    display: inline-block;
    padding: 10px 30px;
    line-height: 53px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 20px;
	box-shadow: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}
.pc_btn1:hover, .pc_btn1:focus{
	text-decoration:none;
	color:#ffffff;
}
.pc_btn1.pc_btn2{
    background-color: transparent;
    color: #20ce6d;
    margin-right: 0px;
    border: 2px solid;
}
 .ss_test_slider .owl-controls {
    width: 100%;
    text-align: center;
	position: absolute;
    top: 75%;
}
.ss_test_slider .owl-dot{
	display:inline-block;
}
.ss_test_slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: transparent;
    display: block;
    margin: 0px 5px;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.ss_test_slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: #20ce6d;
	border: 2px solid #20ce6d;
}
/*----service css start----*/
.ss_service_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	background-color: #ffffff;
}
.ss_heading {
    width: 100%;
    text-align: center;
}
.ss_heading img {
    display: inline-block;
}
.rf_srevice_img.ed_element_wrapper img {
    width: auto;
    max-width: initial;
}
.ss_heading h1 {
    color: #20ce6d;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 17px;
    margin: 0px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}
.ss_heading p {
    font-size: 16px;
    color: #666666;
    margin: 0px;
    line-height: 30px;
    padding-top: 15px;
}
.ss_service_box {
    width: 100%;
    float: left;
    text-align: center;
}
.ss_service_box h2 {
    margin: 0px;
    padding: 20px 0px 20px;
	font-size:20px;
    color: #444444;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.ss_service_box p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px;
}


/*----roof service css start----*/
.roof_service_wrapper{
	width:100%;
	float:left;
	padding:100px 0px 70px;
	background-color:#f5f5f5;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
}
.roof_service_box {
    background-color: #444444;
    border-radius: 5px;
	margin-bottom: 30px;
    text-align: center;
	display:inline-block;
}
.roof_service_box  img {
    border-radius: 5px 5px 0px 0px;
	display:inline-block;
}
.roof_service_box h1 {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 20px 10px;
    margin: 0px;
    text-transform: capitalize;
}
.roof_service_single_box{
	display:inline-block;
	width:100%;
	text-align:left;
}
.roof_service_single_box img{
	display:inline-block;
	margin-bottom:30px;
}
.roof_service_single_box h1{
	display:inline-block;
	margin-bottom:15px;
	font-size:28px;
	color:#333333;
}
.roof_service_single_box p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
}
.roof_sidebaar_box{
	width:100%;
	float:left;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	margin-bottom:30px;
}
.roof_sidebaar_box h1{
	width:100%;
	display:inline-block;
	padding:20px;
	background-color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	font-size: 28px;
	margin: 0px 0px 20px 0px;
}
.roof_sidebaar_box ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.roof_sidebaar_box ul li {
    width: 100%;
    list-style: none;
    margin-bottom: 0px;
    display: inline-block;
}
.roof_sidebaar_box ul li div.ed_box{
	display: inline-block;
	width:100%;
    background-color:#ffffff;
    padding: 20px 0px 20px 20px;
}
.roof_sidebaar_box ul li a {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.roof_sidebaar_box ul li a:hover {
    color: #20ce6d;
}
.roof_sidebaar_box ul li .ed_element_wrapper {
    display: inline-block;
    float: left;
}
/*----roof save css start----*/
.ss_save_wrapper{
    width:100%;
    float:left;
    background-color:#ffffff;
    padding:100px 0px;	
	font-family: 'Open Sans', sans-serif;
}
.ss_save_wrapper .ss_heading {
    text-align: left;
}
.ss_save_wrapper .ss_heading h1{
	padding-bottom:10px;
}
.ss_save_wrapper p {
	font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 40px;
    padding-top: 20px;
    display: inline-block;
}
.ss_save_wrapper  img{
	border-radius:5px;
    display: inline-block;
}
a.rf_btn.ed_button {
    background-color: #20ce6d;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 21px 54px;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
}
.rf_about_wrapper{
    width:100%;
    float:left;
    background-color:#ffffff;
    padding:100px 0px;	
	font-family: 'Open Sans', sans-serif;
	border-top:1px solid #eeeeee;
}
.rf_about_wrapper h2{
	display:inline-block;
    margin: 0px;
    padding: 20px 0px 20px;
    font-size: 20px;
    color: #444444;
    font-weight: 600;
	text-transform:capitalize;
    font-family: 'Open Sans', sans-serif;
}
.rf_about_wrapper p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px 0px 40px 0px;
	font-family: 'Open Sans', sans-serif;
}
.rf_about_wrapper img{
	border-radius:5px;
}
/*----offer css start----*/
.ss_offer_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px 70px;
	font-family: 'Open Sans', sans-serif;
}
.ss_offer_box {
    text-align: center;
    border: 1px solid;
    color: #666666;
    padding: 30px 15px;
	margin-bottom: 30px;
}

.ss_offer_box h2 {
    font-size: 20px;
    color: #ea4b36;
    padding: 20px 0px 25px;
	font-family: 'Open Sans', sans-serif;
}
.ss_offer_box p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
}
/*----gallery css start----*/
.ss_gallery_wrapper{
	width:100%;
	background-color:#ffffff;
	float:left;
	padding:100px 0px 70px;
    font-family: 'Open Sans', sans-serif;
}
.ss_gallery_box img {
    margin-bottom: 30px;
	border-radius: 5px;
}
/*----feedback css start----*/
.ss_feedback_wrapper{
	width:100%;
	float:left;
	padding:100px 0px 155px;
	font-family: 'Open Sans', sans-serif;
	background-image:url(../images/testimonial_bg.jpg);
	background-size:cover;
	background-color:#D2D6D9;
}
.ss_feedback {
    width: 100%;
    text-align: center;
}

.ss_feedback p {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
	font-family: 'Open Sans', sans-serif;
}
.quote_img{
	margin:60px 0px 30px;
}
.ss_feedback h1{
	color: #20ce6d;
    font-size: 23px;
    margin: 0px;
    padding: 30px 0px 10px;
	font-weight:600;
    font-family: 'Open Sans', sans-serif;
}
.owl-carousel .owl-item img{
	width:auto !important;
	display:inline-block;
}
.ss_feedback_slider .owl-controls {
    width: 100%;
    text-align: center;
	position: absolute;
    top: 109%;
}
.ss_feedback_slider .owl-dot{
	 display:inline-block;
 }
.ss_feedback_slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: transparent;
    display: block;
    margin: 0px 5px;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.ss_feedback_slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: #20ce6d;
	border: 2px solid #20ce6d;
}
/*----call us css start----*/
.rf_callus_wrapper {
    width: 100%;
    float: left;
    padding: 90px 0px;
	font-family: 'Open Sans', sans-serif;
}
.rf_callus_wrapper .ed_element_wrapper{
	display:inline-block;
}
.rf_callus_wrapper p {
    text-align: right;
    color: #444444;
	display:inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
	font-family: 'Open Sans', sans-serif;
}
.rf_callus_wrapper h3{
	display:inline-block;
	margin:0px;
	color:#20ce6d;
	font-size:25px;
	font-weight:bold;
	margin-left: 20px;
}
/*----contact form css start----*/
.ss_contact_wrapper {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    background-color: #f5f5f5;
    padding: 100px 0px 70px 0px;
}
.ss_contact_form {
    width: 100%;
    float: left;
    padding: 0px;
	text-align: center;
}

.ss_contact_form .ss_heading {
    text-align: left;
	margin-bottom: 30px;
}
.ss_contact_form .form-group {
    float: left;
    margin-bottom: 20px;
}
.ss_contact_form .pc_input_section.ss_text_area {
    width: 100%;
}
.ss_contact_form .pc_input_section.ss_text_area .form-control {
    width: 97.5%;
}
.ss_contact_form .form-control{
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    color: #999999;
    background-color: transparent;
    border: 2px solid #999999;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.ss_contact_form  textarea.form-control{
    height: 143px;
    resize: none;

}
.ss_contact_form button {
    width: 230px;
    border: 1px solid;
    height: 70px;
    line-height: 52px;
    margin-top: 10px;
	text-transform:capitalize;
}
.rf_con_data{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.rf_con_img {
    display: inline-block;
    /*float: left;*/
}
.rf_con{
	
    margin: 15px 0px 0px 0px;
}
.rf_con p{
	
	color:#666666;
}
.rf_con h3{
    margin: 0px 0px 15px 0px;
	color:#000000;
}
/*----footer css start----*/
.ss_footer_wrapper{
	width:100%;
	float:left;
	padding:100px 0px 80px;
	background-color:#444444;
	font-family: 'Open Sans', sans-serif;
	
}
.ftr_arrowicon{
	display:inline-block;
	margin-right:10px;
}
h2.footer_heading {
    color: #ffffff;
    font-size: 20px;
    margin: 0px;
    padding-bottom: 20px;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	position:relative;
	margin-bottom:30px;
}
.footer_heading_line{
	display:inline-block;
	margin-bottom:30px;
}
.footer_info span{
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
}
.footer_info ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.footer_info ul li {
    width: 100%;
    list-style: none;
	display: inline-block;
}
.footer_info ul li a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.footer_info ul li a:hover {
    color: #20ce6d;
}
.footer_info  ul li .ed_element_wrapper {
    display: inline-block;
	float: left;
}
.footer_info .rf_con_data {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.footer_info .rf_con {
    display: inline-block;
    margin: 10px 0px 0px 10px;
}
.footer_info .rf_con h3 {
    margin: 0px;
    font-size: 14px;
    color: #ffffff;
}
.footer_info p {
    color: #ffffff;
    margin: 0px;
}
.footer_info ul li span.con_text {
    color: #ffffff;
    margin-left: 5px;
	font-size: 16px;
}
.footer_info  ul.footer_wrap {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0px;
}
.footer_info ul.footer_wrap > li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    width: auto;
}
.footer_info ul.footer_wrap > li:last-child {
    margin: 0px;
}
.footer_info ul.footer_wrap li img{
	display:inline-block;
}
.ss_copyfooter_wrapper{
	width:100%;
	float:left;
	padding:40px 0px;
	text-align:center;
    font-family: 'Open Sans', sans-serif;
}
.ss_copyfooter_wrapper p{
	color:#444444;
	font-size:14px;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
}
.ss_copyfooter_wrapper ul {
    width: 100%;
    text-align: right;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0px;
}
.ss_copyfooter_wrapper ul > li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    width: auto;
}
.ss_copyfooter_wrapper ul > li:last-child {
    margin: 0px;
}
.ss_copyfooter_wrapper ul li img{
	display:inline-block;
}
.ed_element_wrapper.footer-icon {
    width: 10%;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
}

.ed_element_wrapper.footer-info {
    width: 90%;
    display: inline-block;
	line-height:30px;
}
.footer_info .form-control {
    height: 50px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.61);
    border: 1px solid transparent;
    border-radius: 0;
	font-size: 16px;

}
/*----about page css start----*/
/*------ breadcum css start -----*/
.rf_breadcum_wrap{
	float: left;
    width: 100%;
	margin-bottom:50px;
	text-align:center;
}
.rf_breadcum {
    float: left;
    width: 100%;
}
.rf_breadcum h1 {
    color: #ffffff;
    font-size: 30px;
	text-transform:capitalize;
    margin-top: 0px;
    margin-bottom: 10px;
}
.rf_breadcum ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0px;
}
.rf_breadcum ul > li {
    display: inline-block;
	color:#ffffff;
	text-transform:capitalize;
}
.rf_breadcum ul > li > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-decoration: none;
    padding: 0px 5px;
	font-weight:400;
}
.rf_breadcum ul > li > h5{
	color: #20ce6d;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding: 5px;
	margin:0px;
}
/*------ Team css Start -----*/
.ss_banner_wrapper.inner_wrapper{
	background-image: url(../images/bread_bg.jpg);
}
.ss_banner_wrapper.inner_wrapper .ss_banner_box {
    margin: 60px 0px 80px;
}
.ss_team_wrapper{
	width:100%;
	float:left;
	padding:100px 0px 50px;
	background-color:#f5f5f5;
	text-align:center;
    font-family: 'Open Sans', sans-serif;
}
.pc_inner_team_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px 50px;
    font-family: 'Open Sans', sans-serif;
}
.pc_team_box {
    text-align: center;
    margin-bottom: 50px;
}
.pc_team_box img{
	border-radius:5px;
	display:inline-block;
}
ul.team_social img {
    width: auto;
	border-radius:0px;
}
.pc_team_box h2 {
    text-transform: capitalize;
    margin: 0px;
    padding: 20px 0px 10px;
    font-size: 20px;
    font-weight: 600;
	letter-spacing: 1px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}
.pc_team_box p {
    color: #666666;
    text-transform: capitalize;
    margin: 0px;
	padding-top: 25px;
}
ul.team_social {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
ul.team_social li {
    display: inline-block;
    list-style: none;
    margin-top: 5px;
}
ul.team_social li a {
    padding: 0px 8px;
}
ul.team_social li:first-child a{
	padding-left:0px;
}
.ss_service_wrapper.ss_inner_services .ss_service_box {
    margin-bottom: 50px;
}
.editable.ss_service_wrapper.ss_inner_services{
	padding:90px 0px 40px;
}
.editable.ss_offer_wrapper.ss_inner_offer {
    background-color: #f5f5f5;
}
/*---- Pricing css start ----*/
.rf_price_wrapper{
	float:left;
	width:100%;
	background-color:#f9f9f9;
	padding:100px 0px;
	font-family: 'Open Sans', sans-serif;
}
.rf_price_box{
	float:left;
	width:100%;
	text-align:center;
	border:1px solid #eeeeee;
	padding:0px 0px 50px 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.rf_price_box:hover{
	background-color: #ffffff;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 30px 60px -40px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 30px 60px -40px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 30px 60px -40px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 30px 60px -40px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 30px 60px -40px rgba(0, 0, 0, 0.5);
}
.rf_price_box h5{
    text-transform: uppercase;
    font-size: 28px;
    margin: 0px;
    background-color: #20ce6d;
    padding: 35px 0px;
    color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}
.rf_price_box h1{
    font-size: 65px;
    margin: 30px 0px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}
.rf_price_box h1 sup{
    font-size: 20px;
    top: -50px;
}
.rf_price_box h1 sub{
    font-size: 20px;
    bottom: 0;
}
.rf_price_box p{
	font-size:16px;
	margin:0px 0px 20px 0px;
	color:#222222;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}
.rf_price_box ul{
	display:inline-block;
	width:100%;
	margin:0px 0px 30px 0px;
	padding:0px;
}
.rf_price_box ul li{
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 10px 0px;
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.ed_paragraph.Copyright_text a {
    color: #20ce6d;
	text-decoration: none;
} 
/*----post css start----*/
.Blog_details_section {
    width: 100%;
    float: left;
    padding: 80px 0;
}
.blog_mk_title h3,.widget-title,.blog_details_desc>h3{
    color: #000;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
	position:relative;
    margin-bottom: 15px; 
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	-ms-transition:0.3s ease;
	word-wrap: break-word;
}
.widget-title{
	margin-bottom:30px;
}
.blog_mk_title h3:hover{
	color:#20ce6d;
}
.blog_mk_title h3:after,.blog_mk_title h3:before,.widget-title:after,.widget-title:before,.footer_heading:after,.footer_heading:before,.blog_details_desc>h3:after,.blog_details_desc>h3:before{
	position:absolute;
	content:'';
	left:0;
	bottom:5px;
	width:65px;
	height:1px;
	background-color:#20ce6d;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease; 
	-o-transition:0.3s ease;
	-ms-transition:0.3s ease;
}
.blog_mk_title h3:hover:after,.blog_mk_title h3:hover:before,.footer_heading:hover:after,.footer_heading:hover:before{
	width:80px; 
}
.blog_mk_title h3:after,.widget-title:after,.footer_heading:after,.blog_details_desc>h3:after{
	width:50px;
	bottom:0;
}
.link_icon a { 
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #20ce6d;
	border:1px solid #20ce6d;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
	transition:0.3s ease; 
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	-ms-transition:0.3s ease;
}
.link_icon a:hover{
	background-color:#ffffff;
	color:#20ce6d;
}
time.entry-date.published.updated {
    color: #20ce6d;
	transition:0.3s ease; 
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	-ms-transition:0.3s ease;
}
time.entry-date.published.updated:hover {
    color: #000;
}
/**sidebar start**/
.widget{
    width: 100%;
    float: left;
    padding: 20px;
    margin-bottom: 40px;
    background-color: #f5f5f5;
}
.widget>ul>li ul {
    padding-left: 20px;
    display: inline-block;
}
.widget ul{
	margin:0;
	padding:0px;
	list-style:none;
	width:100%;
	float:left;
}
.widget ul li{
	width:100%;
	float:left;
}
.widget ul li a{
	display:inline-block;
	padding:5px 0;
    color:#333333;
}
.widget ul li a:hover{
	color:#20ce6d;
}
.widget.widget_archive ul li a,.widget.widget_categories ul li a{
    width: 100%;
    float: left;
}
a {
    color: #20ce6d;
}
a:hover{
    color: #333333;
}
.widget ul li a span{ 
	float:right;
}
.search-field,.widget select{
	display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px !important;
    font-size: 16px;
    color: #555555!important;
    background-color: transparent;
    border: 1px solid #20ce6d !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: none;
    outline: none;
    font-weight: 400;
}
input.search-submit{
    height: 51px;
    line-height: 50px;
    padding: 0 21px;
    background-color: #20ce6d;
    border:1px solid #20ce6d !important;
    box-shadow:none;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
	outline:none;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    border-radius: 0px;
}
input.search-submit:hover,input.search-submit:focus{
	background-color:#ffffff;
	color:#20ce6d;
}
.widget label {
    width: 100%;
    float: left;
}
.widget input.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 50px;
}
.widget form.search-form {
    position: relative;
}
.textwidget > p > strong {
    margin: 10px 0;
    display: inline-block;
}
.textwidget > p {
    margin-bottom: 0px;
}
.widget_rss ul li a.rsswidget{
    font-size: 15px;
    font-weight: 600;
	width:100%;
	float:left;
}
.widget_rss  span.rss-date {
    text-transform: uppercase;
    font-weight: 600;
    color: #20ce6d;
    padding-bottom: 10px;
    display: inline-block;
}
.widget_rss ul li {
    padding-bottom: 25px;
    border-bottom: 1px solid #20ce6d;
    margin-bottom: 20px;
}
.widget_rss ul li:last-child{
	padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}
.widget_rss cite {
    float: right;
    font-weight: 600;
    padding-top: 10px;
}
.tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    height: 35px;
    line-height: 35px;
    background-color: #20ce6d;
    border:1px solid #20ce6d;
    padding: 0 10px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px;
	transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}
.tagcloud a:hover{
    background-color:#ffffff;
    color:#20ce6d;
}
.widget .calendar_wrap table tr td, 
.widget .calendar_wrap table tr th {
    text-align: center;
	padding: 8px;
    border: 1px solid #20ce6d;
}
.widget .calendar_wrap caption {
    padding-top: 10px;
    padding-bottom: 9px;
    color: #fff;
    text-align: center;
    background: #20ce6d;
    font-size: 15px;
    text-transform: uppercase;
	font-weight:600;
}
.calendar_wrap table tr td a:hover {
    color: #333333;
}
.calendar_wrap table tr td#today {
    background-color: #20ce6d;
}
.calendar_wrap table tr td#today a{
    color: #ffffff!important;
}
.widget ul li ul {
    padding-left: 20px;
} 
.widget_recent_comments ul li a {
    color: #20ce6d;
}
.widget_recent_comments ul li a:hover {
    color: #000;
}
/*--sidebar end--*/
.blog_thumbnail {
    padding-bottom:20px;
}
.blog_thumbnail img {
    padding-top: 25px;
}
.content-area .post {
    border-bottom: 1px solid #20ce6d;
    padding-bottom: 20px;
	display: inline-block; 
	width:100%;
}
span.author {
    color: #20ce6d;
}
span.author:hover{
    color:#000000;
}
.blog_content{
    padding-top: 20px;
} 
.pagination .nav-links a,.pagination .nav-links span,.tag-pagination .page-links a,.tag-gallery .page-links a, .nav-links .page-numbers.dots{
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    background-color: #20ce6d;
    padding: 0 12px;
    border: 1px solid #20ce6d;
}
.pagination .nav-links span,.pagination .nav-links a:hover ,.tag-pagination .page-links a:hover,.tag-gallery .page-links a:hover, .nav-links .page-numbers.dots:hover {
    background-color: #fff;
    color: #20ce6d;
}
.post-navigation .nav-links a {
    background: transparent;
    color: #20ce6d;
    border: none;
    height: auto;
    padding: 0px;
}
/*--single post--*/
blockquote {
	border-left: 5px solid #20ce6d;
    background-color: #f5f5f5;
}
blockquote p {
    font-style: italic;
    line-height: 28px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
ul,ol{
    margin-left: 0px;
}
.in_blog_comment {
    float: left;
    width: 100%;
}
.comment_list{
	float: left;
	width: 100%;
}
ol.comment-list {
    padding-left: 50px;
	list-style: none;
}
ol.comment-list .comment-author img {
    margin-right: 10px;
}
ol.comment-list .children {
    margin-left: 0px;
    list-style: none;
}
ol.comment-list li.comment .comment-body{
    padding: 20px 0;
    border-bottom: 1px solid #20ce6d; 
    width: 100%;
    float: left;
} 
.reply a {
    color: #20ce6d;
}  
.reply a:hover{
    color: #000000;
} 
ol.comment-list .comment-author {
    margin-left: -45px;
}
.comment_list ul.comment-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
	float: left;
	width: 100%;
}
.comment_list ul.comment-list li.comment{
	list-style:none;
	float: left;
	width: 100%;
}
.comment_list ul.comment-list li.comment > div {
	padding: 20px 0;
	display: block;
	float: left;
	width: 100%;
}
.comment_list ul.comment-list li.comment ul.children {
    margin-left: 0;
    padding-left: 30px;
}
.comment-form input, .comment-form textarea,.blog_single_content input{
    border: 1px solid #999999;
    background-color: #ffffff;
    border-radius: 0px;
    padding: 10px;
	outline:none;
	color:#555555;
	margin-bottom:20px;
	width:100%;
	float:left;
}
.blog_single_content label{
	float: left;
    text-align: left;
    margin-bottom: 0px;
}
.blog_single_content input{
	width: auto;
    float: right;
    margin-left: 15px;
    margin-bottom: 0px;
} 
.comment-form textarea {
    height: 150px;
    resize: none;
}
.comment-form input{
	height:46px;
}
.comment-form input.submit,.blog_single_content input[type=submit]{
	width:auto;
	background-color:#20ce6d;
	color:#ffffff;
	font-size:14px;
	padding:0 15px;
	border:1px solid #20ce6d;
	transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}
.blog_single_content input[type=submit]{
	float:left;
	height:46px;
	line-height:46px;
}
.post-password-form input[type="submit"]:hover {
    background-color: #ffffff;
    color: #20ce6d;
}
.comment-form input.submit:hover{
	background-color:#ffffff;
	color:#20ce6d;
}
.comment-form .comment_button {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.05px;
    color: #ffffff;
    padding: 16px 23px;
    font-family: 'Open Sans', sans-serif;
    background-color: #e3720c;
    text-decoration: none;
    border: none;
    border-radius: 0;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
}
.comment-form .comment_button:hover, 
.comment-form .comment_button:focus {
	opacity:0.8;
	color:#ffffff;
}
.comment-respond h3 {
    display: inline-block;
}
#cancel-comment-reply-link {
    color: #e3720c;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
}
#cancel-comment-reply-link:hover, ol.comment-list li .comment-respond h3 a#cancel-comment-reply-link:hover{
    color: #333333;
}
ol.comment-list li .comment-respond h3 a#cancel-comment-reply-link{
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    color: #20ce6d;
}
.blog_single_content table tr td, .blog_single_content table tr,.blog_single_content table tr th,tr th,tr td {
    border: 1px solid #20ce6d;
    padding: 10px;
}
.blog_single_content table tr th,tr th,tr td a{
    color:#20ce6d;
}
.blog_single_content table tr th a:hover {
    color: #333;
}
.blog_single_content table tr th a,tr td a{
     font-weight:400;
}
.comments-area a{
    color: #20ce6d;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
.comments-area a:hover{
    color: #000000;
}
/*----post css start----*/
/*----footer css start----*/
.ss_footer_wrapper .widget {
    background-color: transparent;
	padding:0px;
}
.footer_widget .rssSummary {
    color: #fff;
}
.footer_widget .widget_rss cite{
	color:#ffffff;
}
.footer_widget .search-field,.footer_widget .widget select {
    color: #ffffff!important;
    border: 1px solid #ffffff !important;
}
.footer_widget .widget select option{
	background-color:#20ce6d;
}
.footer_widget .widget_recent_comments ul li {
    color: #ffffff;
}
.footer_widget .widget_recent_comments ul li a:hover{
	color:#ffffff;
}
.footer_widget .search-field::-moz-placeholder,.footer_widget .widget select::-moz-placeholder {
 color: #fff;
 opacity: 1;
}
.footer_widget .search-field:-ms-input-placeholder,.footer_widget .widget select:-ms-input-placeholder{
 color: #fff;
}
.footer_widget .search-field::-webkit-input-placeholder,.footer_widget .widget select::-webkit-input-placeholder {
 color: #fff;
}
.footer_widget .widget .calendar_wrap table tr td,.footer_widget .widget .calendar_wrap table tr th{
	color:#ffffff;
}
td>a {
    color: #20ce6d !important;
}
td>a:hover {
    color: #333333 !important;
}
/*----footer css end----*/
/*----404 css start----*/
.ts_error_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0;
}
.error_heading {
    width: 100%;
    float: left;
    text-align: center;
}
.error_heading h1 {
    font-size: 150px;
    line-height: 150px;
    width: 100%;
    float: left;
    margin:0px;
	position:relative;
	padding-bottom:10px;
}
.error_heading h2{
    font-size: 30px;
    margin:0px;
    line-height: 30px;
    width: 100%;
    float: left;
    padding:25px 0 15px;
}
.error_heading h1:before,.error_heading h1:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom:4px;
    width: 100px;
    height: 1px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #20ce6d;
}
.error_heading h1:before{
	bottom:0px;
	width:80px;
}
.error_heading p{
    line-height:20px;
    width:100%;
    float:left
}
.error_heading .back_btn{
    height: 40px;
    line-height: 40px;
    background-color: #20ce6d;
    color: #fff;
    display: inline-block;
    border: 1px solid #20ce6d;
    padding: 0 20px;
    margin-top: 20px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
}
.error_heading .back_btn:hover{
	background-color:#ffffff;
	color:#20ce6d;
}
/*----404 css end----*/
