@charset "utf-8";
/* CSS Document */

@media (min-width: 270px) {
body {
    font-size: 20px;
font-family: 'Rubik', sans-serif;
}

}

@media (min-width: 992px) {
body {
    font-size: 17px;
}

}

h1{
	z-index: 1005 !important;
	  position: relative;

}

h3 {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 33px;
}


.home_service_bg{
	height:250px;
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
	padding:30px;
}

.home_service1_bg{
	background-color:#f16822;
}

.home_service2_bg{
	background-color:#ff931e;
}

.home_service3_bg{
	background-color:#f9c626;
}

.home_service4_bg{
	background-color:#dce563;
}

.home_service5_bg{
	background-color:#bfd266;
}

.home_service6_bg{
	background-color:#868f37;
}

.home_service1_bg{
	background-color:#f16822;
}


/*---------------------------------------footer----------------------------------------------------*/

.left_footer_div{
	background-color:#E6E6E6;
	padding:20px 0px 20px 20px;
}

.form_footer_div{
	background-color:#F2F2F2;
	border-radius:15px;
	padding:20px 25px;
	}

.phone_footer_div{
	background-color:#F2F2F2;
	border-radius:15px;
	padding:10px 15px;
	margin-bottom:10px
	}

.icone_footer{
	border-left:#cccccc solid 1px;
	padding-left:10px;
	width:38px;
	height:28px;
	margin-left:10px;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	margin:12px 0px;
	width:100%;
}
	
.form-control {
	display: block;
	width: 100%;
	height: 30px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 12px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
					box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
			 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
					transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn_footer {
	background: #F16822; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#F69252, #F16822); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#F69252, #F16822); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#F69252, #F16822); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#F69252, #F16822); /* Standard syntax */
	display: inline-block;
	width:100%;
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 25px;
	line-height: 1.0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 16px;
	background-repeat: no-repeat;
	background-position: center top;
	color:#FFFFFF;
}

.input-group-addon{
	background: #868F37; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#BFD266, #868F37); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#BFD266, #868F37); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#BFD266, #868F37); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#BFD266, #868F37); /* Standard syntax */	
	width:30px;
	color:#ffffff;
}

.social_icons_fotter_div{
	margin-top:50px;
	text-align:center;
}

.footer_menu{
	margin-top:20px;
}

/*---------------------------------------top----------------------------------------------------*/

@media (min-width: 270px) {
	
	.rinko_top_div{
	float:left;
	margin-left:5px;
	padding-top:35px;
	position:absolute;
	}	
	
	.rinko_top{
	height:130px;
	margin-right:130px;
	}
}


@media (min-width: 400px) {
	
	.rinko_top_div{
	float:left;
	margin-left:5px;
	padding-top:32px;
	position:absolute;
	z-index: 1002;

	}	
	
	.rinko_top{
	height:140px;
	margin-right:125px;
	}

}

@media (min-width: 992px) {
	
	.rinko_top_div{
	float:left;
	margin-left:5px;
	margin-top:-20px;
	position:absolute;
}	
	
	.rinko_top{
		height:163px;
		margin-right:150px;
}

}

@media (min-width: 1170px) {
	
	.rinko_top_div{
	float:left;
	margin-left:5px;
	padding-top:12px;
	position:absolute;
}	
	
	.rinko_top{
		height:163px;
		margin-right:200px;
}

}

@media (min-width: 1350px) {
	
	.rinko_top_div{
	float:left;
	margin-left:5px;
	padding-top:34px;
	position:absolute;
}	
	
	.rinko_top{
		height:163px;
		margin-right:150px;
}

}

@media (min-width: 1600px) {
	
	.rinko_top_div{
	float:left;
	margin-left:5px;
	padding-top:34px;
	position:absolute;
}	
	
	.rinko_top{
		height:163px;
		margin-right:150px;
}

}

/*-------------------------------------slide------------------------------------------------------*/
.slide_text_bg{
	background-color:rgba(255,255,255,0.70);
	width:300px;
	height:200px;
	border-radius:15px;
}



/*-------------------------------------home------------------------------------------------------*/

.h1_home{
	font-size:27px;
	margin:0px 0px;
	line-height:45px;
}
.home_services_div{
	margin-top:0px;
}

.home_service{
	min-height:200px;
	color:#fff;
	font-size:20px;
	text-align:center;
	padding:30px 20px;
}

.home_link_service{
	color:#ffffff;
}

.home_service1{
	background-color:#f16822;
}

.home_service2{
	background-color:#ff931e;
}

.home_service3{
	background-color:#f9c626;
}

.home_service4{
	background-color:#dce563;
}

.home_service5{
	background-color:#bfd266;
}

.home_service6{
	background-color:#868f37;
}




@media (min-width: 300px) {
.home_clients_logo{
	margin-bottom:20px;
	width:100%;
}

.parallax blockquote {
    padding: 0px 0 0 0;
}


}



@media (min-width: 1350px) {
.parallax blockquote {
    padding: 40px 0 0 0;
}
}

/*-------------------------------------about------------------------------------------------------*/

.tati{
	border-radius:300px;
	border:#ffffff 3px solid;
	width:100%;
	margin-bottom:20px;
}

@media (min-width: 270px) {
.about_div_orange{
	background-color:#f16822;
	min-height:460px;
	color:#fff;
	padding:40px 10px 10px 10px;
	text-align:right;
	z-index:2;
}	



.about_div_yellow{
	background-color:#f9c626;
	min-height:210px;
	text-align:center;
	padding:30px 0 0px 100px;
	z-index:2;
}

.rinko_about{
	z-index:1;
	margin:-50px 0 0 -50px;
	width:170%;
}

.about_div_sml_pic{
	background-image:url(../img/about_sml_pic.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	min-height:210px;
}
.about_div_green2{
	background-color:#868f37;
	min-height:300px;
	padding:40px 10px 20px 10px;
}

}

@media (min-width: 400px) {
.about_div_yellow{
	background-color:#f9c626;
	min-height:240px;
	max-height:260px;
	text-align:center;
	padding:30px 0 0px 100px;
	z-index:2;
}

.rinko_about{
	z-index:1;
	margin:-50px 0 0 -50px;
	width:150%;
}

.about_div_sml_pic{
	background-image:url(../img/about_sml_pic.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	min-height:240px;
	max-height:260px;
}
}


@media (min-width: 550px) {
.about_div_yellow{
	background-color:#f9c626;
	min-height:270px;
	max-height:290px;
	text-align:center;
	padding:0px 0 0px 100px;
	z-index:2;
}

.rinko_about{
	z-index:1;
	margin:-20px 0 0 -50px;
	width:100%;
}

.about_div_sml_pic{
	background-image:url(../img/about_sml_pic.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	min-height:270px;
	max-height:290px;
}

.about_div_green2{
	background-color:#868f37;
	min-height:300px;
}
}

@media (min-width: 750px) {



.about_div_yellow{
	background-color:#f9c626;
	min-height:300px;
	text-align:center;
	padding:30px 0 0px 100px;
	z-index:2;
}

.rinko_about{
	z-index:1;
	margin:-45px 0 0 -50px;
	width:75%;
}

.about_div_sml_pic{
	background-image:url(../img/about_sml_pic.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	min-height:300px;
}

}

@media (min-width: 992px) {
.about_div_orange{
	background-color:#f16822;
	min-height:500px;
	color:#fff;
	padding:40px 30px 10px 25px;
	text-align:justify;
	z-index:2;
}	

.about_div_yellow{
	background-color:#f9c626;
	min-height:500px;
	text-align:center;
	padding:30px 0 0px 100px;
	z-index:2;
}

.rinko_about{
	z-index:1;
	margin:-100px 0 0 100px;
	width:140%;
}

.about_div_green2{
	background-color:#868f37;
	min-height:300px;
	padding:40px 20px 20px 20px;
}

}

@media (min-width: 1200px) {
.about_div_orange{
	background-color:#f16822;
	min-height:490px;
	color:#fff;
	padding:40px 60px 10px 60px;
	text-align:justify;
	z-index:2;
}

.about_div_yellow{
	background-color:#f9c626;
	min-height:490px;
	text-align:center;
	padding:30px 0 0px 100px;
	z-index:2;
}

.about_div_green2{
	background-color:#868f37;
	min-height:300px;
	/*
	padding:40px 70px 20px 50px;
	*/
}
	
}





.h2_about{
	color:#fff;
}

.h3_about{
	color:#fff;
	text-align:right;
	float:right;
	font-size:35px;
}

.p_about{
	color:#fff;
	text-align:justify;
	float:right;
	margin-right:0px;

}

.p_about2{
	color:#fff;
	text-align:justify;
	float:right;
	margin-right:10px;
	line-height:35px;
	font-size:20px;
}





/*-------------------------------------contact------------------------------------------------------*/

.contact_div_right{
	background-color:#e6e6e6;
	min-height:450px;
	color:#fff;
	padding:50px 20px 10px 20px;
	text-align:justify;
	z-index:1;
}

.contact_div_left{
	background-color:#cccccc;
	min-height:450px;
	text-align:center;
	padding:30px 30px 0px 00px;
}

.form-control2 {
	height: 50px;
	padding: 6px 12px;
	font-size: 23px;
}

.contact_text{
	color:#868f37;
}

.rinko_contact{
	z-index:2;
}


@media (min-width: 200px){

.contact_div_right{
	min-height:400px;
	padding:50px 20px 10px 20px;
}
	
.rinko_contact{
	margin:-100px 0px 10px 0px;
}

}

@media (min-width: 768px){
	
.contact_div_right{
	min-height:450px;
	padding:50px 20px 10px 20px;
}
	
.rinko_contact{
	margin:-100px 0px 50px 0px;
}
	
}


/*-------------------------------------content page------------------------------------------------------*/

.sample{
	padding-right:0px;
}

.btnToPortfolio{
	background-color:#e6e6e6;
	border-radius:10px;
	padding:15px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}

.p_contact {
    color: #fff;
    text-align: center;
    margin-right: 0px;
}





/*-------------------------------------p1------------------------------------------------------*/

.p1_services_div{
	margin-top:50px;
	margin-bottom: 50px;
}

.p1_hr{
	margin: 10px 0;
}

.p1_service1 {
    min-height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px 0px;
}

@media (min-width: 200px){
.p1_service {
    min-height: 150px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 20px 15px 0px;
}	
	
	.icone_p1{
		width: 80%;
	}
}

@media (min-width: 768px){
.p1_service {
    min-height: 635px;
    padding: 20px 15px 0px;
}	
	
	.icone_p1{
		width: 80%;
	}

}



@media (min-width: 992px){
.p1_service {
    min-height: 770px;
    padding: 20px 15px 0px;
}	
	
	.icone_p1{
		width: 121px;
	}	
}

@media (min-width: 1200px){
.p1_service {
    min-height: 680px;
    padding: 20px 15px 0px;
}		
}

.p1_service2 {
    color: #fff;
    text-align: right;
    margin-right: 10px;
    line-height: 20px;
    font-size: 18px;
	margin-bottom: 20px;
}

.p1_service3 {
    color: #fff;
    text-align: right;
    margin-right: 10px;
    line-height: 17px;
    font-size: 18px;
	margin-bottom: 20px;
}

.p1_number{
	background-color: #fff;
	color: #666;
	font-size: 22px;
	padding: 0px 10px 2px;
	text-align: center;
	border-radius: 30px;
	font-weight: bold;
}

.p1_list.list-icons {
    list-style: none;
    padding-right: 10px;
    padding-left: 0;
}

.p1 {
    position: relative;
    padding-right: 0px;
    text-align: right;
    line-height: 150%;
	font-size: 18px;
}

.p1_service4{
    color: #fff;
    text-align: center;
    margin-right: 10px;
    line-height: 120%;
    font-size: 28px;
	margin-bottom: 5px;	
	margin-top: 20px;
	font-weight: bold;
}

.p1_service5{
    color: #fff;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
}

.p1_h3_green{
	color: #868f37;
}

/*-------------------------------------p_brand_pack------------------------------------------------------*/

.info_right_div{
	text-align: right;
}

.h1_p_brand{
	text-align: right;
}


/*-------------------------------------brand------------------------------------------------------*/

#header .header-nav-top_brand_p {
    margin-top: 55px;
}

.services_div_brand_p{
	    margin-top: 0px;
    margin-bottom: 0px;
}

.brand_text_div{
	background: #eeeeee;
	padding: 15px 25px 10px 25px; 
}

h1.brand_p{
	text-align: right;
	color: #868F37;
	margin-bottom: 15px;
	font-size: 60px;
}

h2.brand_p{
	margin-bottom: 0px;
	font-size: 25px;
	font-weight: bold;
}

h2.brand_p_2{
	margin-bottom: 10px;
}

h3.brand_p{
	color: #868F37;
	font-weight: bold;
	font-size: 25px;
	margin-top: 25px;
	margin-bottom: 0px;
}

h4.brand_p{
	color: #fff;
    text-align: center;
    margin-right: 0px;
	font-size: 26px;
	font-weight: bold;
}

h4.brand_p_2{
	color: #fff;
    text-align: center;
    margin-right: 0px;
	font-size: 45px;
	font-weight: bold;
}

h5.brand_p{
	color:#000;
	line-height: 130%;
	margin-bottom: 20px;
}

p.brand_p{
	margin-bottom: 5px;
	
}

span.brand_p{
	margin-left: 15px;
}

hr.brand_p {
    margin: 40px 0 40px 0;
}

.rinko_top_div_brand_p {
    float: left;
    margin-left: 5px;
    position: absolute;
	margin-top: -150px;
	z-index: 100;
}

.rinko_top_brand_p {
    height: 200px;
    margin-right: 0px;
}

.rinko_contact_brand_p {
    margin: -10px 0px 0px 0px;
    position: absolute;
	z-index: 5;
}

.price_brand_p{
	font-size: 45px;
}

.title1_brand_p{
	margin-bottom: 5px;
	color: #868F37;
	font-weight: bold;
}

.fa.brand_p_1{
	font-size: 15px;
	margin-left: 5px;
}

.fa.brand_p_2{
	font-size: 15px;
	color: #868F37;
}

.contact_div_brand{
	background-color:#868F37;
	min-height:450px;
	text-align:center;
	padding:15px 0px 15px 00px;
}



@media (min-width: 992px){
.contact_div_brand{
	min-height:403px;
	padding:25px 0px 0px 00px;
}
	
.form-control_brand {
    height: 35px;
    padding: 6px 12px;
    font-size: 21px;
}

}

@media (min-width: 1200px){
.contact_div_brand{
	min-height:450px;
	padding:42px 0px 42px 00px;
}
	
.form-control_brand {
    height: 50px;
    padding: 6px 12px;
    font-size: 23px;
}
	
}

.slider_brand_p{
	width:400px;
	left: 0px;
}


 .hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}



	
	

.carousel-control.left {
    right: auto;
    left: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0000) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.000) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0000) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.additions_div{
	background-color: #EFF2DA;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;

}


.input-group-addon.brand_p{
	background: #B3B3B3; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#E6E6E6, #B3B3B3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#BFD266, #868F37); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#BFD266, #868F37); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#E6E6E6, #B3B3B3); /* Standard syntax */	
	width:30px;
	color:#4D4D4D;
}