
/*about*/
#rvisionmission {
    border-radius: 15px;
    background: #1454a4;
    padding: 20px;
    width: 100%;
    height: auto;
  } 
  
  .rtagline-x-title, .rtagline-p-title, .rtagline-r-title, .rtagline-e-title, .rtagline-s-title {
    font-size:21px;        
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
  } 
  
  .rtagline-x, .rtagline-p, .rtagline-r, .rtagline-e, .rtagline-s {
    color:#fff;
    border-radius: 0px 0px 0px 0px;
    padding: 5px;
    width: 100%;
    height: auto;
    margin-bottom:7px;
  } 
  
  .rtagline-x-title {
    -webkit-text-stroke-color: #990000;
  }
  .rtagline-x {
    background: #990000;
  } 
  
  
  .rtagline-p-title {
    -webkit-text-stroke-color: #ffcc33;
  }
  .rtagline-p {
    background: #ffcc33;
  } 
  
  
  .rtagline-r-title {
    -webkit-text-stroke-color: #e2e025;
  }
  .rtagline-r {     
    background: #e2e025;
  } 
  
  .rtagline-e-title {
    -webkit-text-stroke-color: #339900;
  }
  .rtagline-e {      
    background: #339900;     
  } 
  
  .rtagline-s-title {
    -webkit-text-stroke-color: #1454a4;
  }    
  .rtagline-s {      
    background: #1454a4;
  } 
  
  
  .btn-arrow-right {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  }
  
  .btn-arrow-right:after {
  content: "";
  position: absolute;
  top: 5px;   
  width: 23px;   
  height: 23px;
  background: inherit;   
  border: inherit;   
  border-bottom-color: transparent;   
  border-radius: 0px 0px 0px 0px;   
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  }
  
  .btn-arrow-right:after {
  transform: rotate(45deg);   
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  }
  
  .btn-arrow-right:after {
  right: -12px;
  }
  
  .btn-arrow-right:after {
  z-index: 1; 
  }    



  


.b-lazy {
    max-width: 100%;
}

.responsively-lazy:not(img){position:relative;height:0}.responsively-lazy:not(img)>img{position:absolute;top:0;left:0;width:100%;height:100%}img.responsively-lazy{width:100%;}    

@media screen and (max-width: 900px) {
    #caroctrl {
        visibility: hidden;
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #slidemobile {
        padding:0px;
    }
}

.bprtabletd{
    text-align:center; border: solid 1px #ccc;
}

#inspiration{
    width: 100%;
}
#inspiration_floated{
    float: left;
    width: 45%;
}



/*complaint*/
.tree ul {
  padding-top: 20px; position: relative;	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

.tree li:only-child{ padding-top: 0;}

.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}

.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.tree li a{
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

@media screen and (max-width: 600px) {
  #comdiagram {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}




/*footer*/
.social_icons_rounded ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
  margin-top: 15px;
  margin-left: 0px;
}

.social_icons_rounded ul li a {
  float: left;    
  border-radius: 50%;
  line-height: 35px;
  color: #e0e0e0;
  height: 35px;
  width: 35px;
  text-align: center;    
  margin-bottom: 20px;
  border: 1px solid #e0e0e0
}

.social_icons_rounded ul li a i {
  font-size: 16px;
  padding-top:8px;
}

.f_facebook:hover {
  color: #fff;
  background: #2a66b3;
  border: 1px solid #2a66b3
}

.i_instagram:hover {
  color: #fff;
  background: #bc2a8d;
  border: 1px solid #bc2a8d
}

.w_whatsapp:hover {
  color: #fff;
  background: #25D366;
  border: 1px solid #25D366
}

.l_linkedin:hover {
  color: #fff;
  background: #007bb5;
  border: 1px solid #007bb5
}

.e_envelope:hover {
  color: #fff;
  background: #e55644;
  border: 1px solid #e55644
}

.gap {
  margin-right: 15px
}


.qrcode-auto {
  text-align:right;
} 

@media screen and (max-width: 768px) {
  .qrcode-auto {
      text-align:left;
      margin-top:10px;
      margin-bottom:20px;
  } 
}