



@media all and (min-width: 701px) {
    


@font-face {
   font-family: myFirstFont;
   src: url(../inc/MYRIADPRO-BOLD.OTF);
}

@font-face {
   font-family: myFirstFont;
   src: url(../inc/MYRIADPRO-BOLD.OTF);
   font-weight: bold;
}




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 55; /* Sit on top */
  padding-top: 1px; /* Location of the box */
  left: 0;
  top: 50px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */

}

/* Modal Content */
.modal-content {position:relative;
  background: url(../images/ads/bldollar2.png) no-repeat center;
  margin: auto;
  padding: 1px;

height:350px;
 
    color: #000;
    border-radius: 4px;
    box-shadow: 0px 60px 80px 0px rgba(0,0,0,0.6),
0px 45px 26px 0px rgba(0,0,0,0.14);


  width: 40%;
  min-width:450px;
  max-width:450px;
}



h1,h2,h3{  font-size: 20px;}

/* The Close Button */
.close {
    
    
    
        position: absolute;
 background: rgba(228, 233, 237, .8);
  color: red; 
  float:right;
  z-index: 3; /* Sit on top */
right:10px;
border-radius: 3px;
top:10px;
  height:16px;
  width:16px;
  line-height:15px;
display:inline-block;
  font-size: 28px;
  font-weight: bold;

}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}





.plan{
    position: absolute;
    z-index: 3; /* Sit on top */
    bottom:25px;
    display:table;
    width: 100%; 
    border: px solid green; 





  
}



.par{ margin: 0 auto;text-align: center;

    font-size: 30px;
    color:white;
    padding:10px;

   font-family: myFirstFont;



  
}

.par2{ margin: 0 auto;
    font-size: 30px;margin-top:40px;font-weight:bold;
    color:white;
    width:100%;
    padding:10px;
text-align: justify;
   font-family: myFirstFont;



  
}



.radcen{width:50%;
    margin: 0 auto;text-alight:center;display:table;border: px solid black;
}


.expire{ border-radius: 3px;background-color: #FFF;color:red;display:table; position: absolute;
    z-index: 3; /* Sit on top */font-size: 12px;
    bottom:-8px;right:5px;float:right;display: inline-block;}


  

/* CONTAINERS */
.container {max-width: 850px; width: 100%; margin: 0 auto;border: 1px solid black;}
.four { padding:3px;width: 48%; max-width: 48%;border: 1px solid red;}
/* COLUMNS */
.col {
display: block;
float:left;
margin: 1% 0 1% 1.6%;
}
.col:first-of-type { margin-left: 0; }
/* CLEARFIX */
.cf:before,
.cf:after {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
.cf {
*zoom: 1;
}
/* FORM */
#AUTO .plan input, #AUTO .payment-plan input, #AUTO .payment-type input{
display: none;
}
#AUTO label{
position: relative;
color: #fff;
background-color: #aaa;
font-size: 19px;
text-align: center;
display: block;
cursor: pointer;
border: 2px solid transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#AUTO .plan input:checked + label, #AUTO .payment-plan input:checked + label, #AUTO .payment-type input:checked + label{
border: 2px solid #333;
background-color: #F00;
}

#AUTO .plan input:checked + label:after, AUTO .payment-plan input:checked + label:after, #AUTO .payment-type input:checked + label:after{
content: "\2713";
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 100%;
border: 2px solid #333;
background-color: #000;
z-index: 2;
position: absolute;
top: -10px;
right: -10px;
}









/*left*/			
.hidden { display: none; }			
#sec1{
background-color:#f0f0f0;
width:100%;
height:250px;
display:table;
}
.left1{border: px solid yellow;
background-color:#f0f0f0;
float:left;
width:100%;
display:table;padding-top:50px;
}
#towme{display: none;}
.left_heading{
width:70%;
margin:0 auto;
font-weight:bold;
font-size:22px;
margin-top:10px;
margin-bottom:10px;text-align: center;
}
.left_text{
width:70%;
margin:0 auto;
margin-top:10px;
margin-bottom:10px;
}

/* Center the form and its contents */
.left_form {
  margin: 0 auto;
  width: 60%; /* You can adjust this width to your needs */
  text-align: center;
}

/* Input and Button styling */
.sec1_text {
  width: 80%;
  height: 48px;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 15px;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px; /* Space between input and button */
}

.sec1_button {
  width: 80%;
  height: 48px;
  color: #FFF;
  background-color: #000;
  border: none;border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  cursor: pointer;
}

/* Placeholder text centering */
::-webkit-input-placeholder {
  text-align: center;
  color: #333;
}

:-moz-placeholder {
  text-align: center;
  color: #333;
}

::-moz-placeholder {
  text-align: center;
  color: #333;
}

:-ms-input-placeholder {
  text-align: center;
  color: #333;
}








/*right*/	
.right1{
background-color:#000;
float:right;
width:30%;
text-align:center;
display:none;
padding-top:10px;
padding-bottom:20px;
}
.right1_text{
width:100%;
margin: 0 auto;
color:#000;
margin-top:5%;
}
.right1_button{
background-color:#ff0000;
width:100%;
height:48px;
line-height:48px;
}
.right1 a{
margin: 0 auto;
text-decoration:none;
margin-top:55px;
text-align:center;
text-decoration:none;
color:#FFF;
width:70%;
max-width: 235px;
height:48px;
}






/*                sec2             */

#sec2{
width:100%;
display:table;
background-color:#FFF;
}
/*left*/
.left2{
display:table;
height:400px;
width:49.5%;
float:left;
}
.left2_head{
margin-top:50px;
width:80%;
display:table;
margin: 0 auto;
font-weight:bold;
font-size:22px;
margin-top:10%;
margin-bottom:50px;
}
.left2_text{ 
margin: 0 auto;
display:table;
width:80%;
font-size:16px;	
}

/*     right     */
.right2{
width:49.5%;
height:400px;
display:table;
float:right;
}
.right2_text{
font-size:22px;
font-style: italic;
display:table;
width:55%;
margin: 0 auto;
text-align:center;
margin-top:10%;
}


.right2_button{
margin-bottom:40px;
text-decoration:none;
width:235px;
height:48px;
line-height:48px;
margin: 0 auto;
font-size:15px;
margin-top:40px;border-radius: 4px;
text-align:center;
background-color:#000;
}

.right2 a{margin-bottom:40px;
text-decoration:none;
margin-top:55px;
color:#FFF;
text-align:center;
text-decoration:none;
color:#FFF;
width:235px;
height:48px;
margin: 0 auto;
}


/*      our services      */
#sec3{
border: px solid yellow;
width:100%;
display:table;
background-color:#f0f0f0;
}
.sec3_header{
padding-top:15px;
text-align:center;
font-weight:bold;
font-size:22px;
width:100%;
margin-bottom:15px;
height:50px;
line-height:50px;
}

.services_holder {
  width: 95%;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding-bottom: 20px;
  white-space: normal;
}

/* Generic service box style */
.service1, .service2, .service3, .service4, .service5 {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 350px;
  margin: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  text-align: left;
}

/* Hover effect */
.service1:hover,
.service2:hover,
.service3:hover,
.service4:hover,
.service5:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* Image aligned left */
.SImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Text block overlapping image from the right */
.SDesc {
  position: absolute;
  top: 30px;
  left: 49%;
  width: 50%;
  height: 91%;
  background: rgba(255, 255, 255, 0.90);
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px; border-radius: 3px;
  font-weight: bold;
  color: #444;
  z-index: 2;
}

/* Title styling */
.STitle {padding-left:5px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #000;
  transition: color 0.3s ease;
}

/* Hover color for title */
.service1:hover .STitle,
.service2:hover .STitle,
.service3:hover .STitle,
.service4:hover .STitle,
.service5:hover .STitle {
  color: #D10000;
}








#services_more{
width:100%;
padding-top:20px;
padding-bottom:20px;
background-color:#FFF;
}


.arrow {
display:none;
}


.RPListHolder{margin: 0 auto;text-align: center;font-size:9px;}














.RPOHolder{
    

    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.40);
    border-radius: 3px;
  display:inline-block;
   margin: 2px;
  min-height:350px;
width:300px;
white-space: pre-line;
 background: rgb(255, 255,255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.9);

vertical-align: bottom;/*  makes em even lol  */
border: 0px solid rgba(60, 60, 60,0.8) !important;





padding:5px;
}

.RPNo{    font-size:8;padding-bottom:10px;color:#D10000;
    
}
.RPTitle{  text-transform: uppercase; text-transform: uppercase; font-weight:bold;font-size:20px;
    
       color:#000;
       

padding-top:5px;
padding-bottom:5px;



  transition: color 0.3s ease;
    
    
    
    
    
    
    
    
    
}
.RPDisc{ text-align: justify; font-size:16px;padding:5px;
    
    color:#000;
    
    
    
    
}






.right3_button{
height:48px;
line-height:48px;
text-decoration:none;
width:49%;text-align:center;
margin: 0 auto;
font-size:22px;
font-weight:bold;
color:#000;
}
#services_more a{
text-align:center;
text-decoration:none;
color:#FFF;
width:235px;
height:48px;margin: 0 auto;
}

/*     CERTS      */
#sec4{
border: px solid yellow;
background-color:#f0f0f0;
width:100%;
height:400px;
margin: 0 auto;
display:table;
text-align:center;

}
#cert_header{
padding:20px 0 20px 0;
font-weight:bold;
font-size:22px;
text-align:center;
width:100%;
color:red;
}
#cert_foot{
padding:20px 0 20px 0;
font-weight:bold;
font-size:18px;
text-align:center;
width:100%;
color:red;
}
#cert_holder{
margin: 0 auto;
text-align:center;
width:95%;
height:500px;
display:table;
}
.cert{  
position: relative;
width:105px;
height:105px;
display:inline-block;
}


carowrap{border: px solid yellow;

}



/*         LEAN SLIDER        CARASEL*/
.lean-slider { overflow:hidden !important;
    position: relative;
    *zoom: 1;
}
.lean-slider:before,
.lean-slider:after {overflow:hidden !important;
    content: " ";
    display: table;
}
.lean-slider:after {
    clear: both;overflow:hidden !important;
}

.lean-slider-slide { overflow:hidden !important;
float: left;
width: 100%;
height:350px;/* move to fit carosel*/

margin-right: -100%;
display: none;
}
.lean-slider-slide.current { display: block; overflow:hidden !important;}



.slider_info{
border: px solid yellow;
color:#FFF;
position:absolute;
display:table;
width:75%;
height:90%;
top:2%;
left:50px;
}


.slide_header{
position:relative;
color:#FFF;
font-size:40px;
display:table;
width:100%;
}
.slide_header > span{
color:red;font-style: italic;
}

.slide_description{border: px solid blue;position:absolute;bottom:0px;
font-size:25px;
color:#FFF;
display:table;
width:100%;

}








.slider-wrapper {
	
    position: relative; 
    background: #fff url(images/loading.gif) no-repeat 50% 50%;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.lean-slider { overflow: hidden; }
.lean-slider-slide {

    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -ms-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
}
.lean-slider-slide.current { opacity: 1; }
.lean-slider-slide img { 
    display: block;
 

      width: 100%;

    
    
    
    
    
    
    
    
    
}

#slider-direction-nav {
    position: absolute;
    left: 0;
    top: 47%;
    width: 100%;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}
.slider-wrapper:hover #slider-direction-nav { opacity: 1; }
#slider-direction-nav a {
    float: left;
    display: block;
    width: 26px;
    height: 37px;
    background: url(../images/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
}
#slider-direction-nav .lean-slider-next {
    float: right;
    background-position: 100% 0;
}

#slider-control-nav {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}
.slider-wrapper:hover #slider-control-nav { opacity: 1; }
#slider-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/bullets.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#slider-control-nav a.active { background-position: 100% 0; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-width : 480px) {

    #slider-direction-nav,
	#slider-control-nav { opacity: 1; }

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	#slider-direction-nav,
	#slider-control-nav { opacity: 1; }

}


	










}

@media all and (min-width: 701px) {


}



@media all and (max-width: 700px) {
    
    
    


@font-face {
   font-family: myFirstFont;
   src: url(../inc/MYRIADPRO-BOLD.OTF);
}

@font-face {
   font-family: myFirstFont;
   src: url(../inc/MYRIADPRO-BOLD.OTF);
   font-weight: bold;
}



h1,h2,h3{  font-size: 12px;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 55; /* Sit on top */
  padding-top: 1px; /* Location of the box */
  left: 0;
  top: 50px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */

}

/* Modal Content */
.modal-content {position:relative;

  background: url(../images/ads/bldollar2.png) no-repeat center;
  margin: auto;
  padding: 1px;
height:350px;
    color: #000;
    border-radius: 4px;
    box-shadow: 0px 60px 80px 0px rgba(0,0,0,0.6),
0px 45px 26px 0px rgba(0,0,0,0.14);


  width: 40%;
  min-width:300px;
  max-width:450px;
}

/* The Close Button */
.close {
    
    
    
    
      position: absolute;
 background: rgba(228, 233, 237, .8);
  color: red; 
  float:right;
  z-index: 3; /* Sit on top */
right:10px;
border-radius: 3px;
top:10px;
  height:16px;
  width:16px;
  line-height:15px;
display:inline-block;
  font-size: 28px;
  font-weight: bold;

}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}





.plan{
    position: absolute;
    z-index: 3; /* Sit on top */
    bottom:20px;
    display:table;
    width: 100%; 
    border: px solid green; 





  
}



.par{ margin: 0 auto;text-align: center;
    font-size: 25px;
    color:white;
    

   font-family: myFirstFont;



  
}

.par2{ margin: 0 auto;
    font-size: 25px;
    color:white;
    width:90%;margin-top:20px;
    padding:10px;
text-align: justify;
   font-family: myFirstFont;



  
}



.radcen{width:50%;
    margin: 0 auto;text-alight:center;display:table;border: px solid black;
}


.expire{   border-radius: 3px;background-color: #FFF;color:red;display:table; position: absolute;
    z-index: 3; /* Sit on top */font-size: 12px;
    bottom:-8px;right:5px;float:right;display: inline-block;}


  

/* CONTAINERS */
.container {max-width: 850px; width: 100%; margin: 0 auto;border: 1px solid black;}
.four { width: 49%; max-width: 49%;border: 1px solid red;}
/* COLUMNS */
.col {
display: block;
float:left;
margin: 1% 0 1% 1.6%;
}
.col:first-of-type { margin-left: 0; }
/* CLEARFIX */
.cf:before,
.cf:after {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
.cf {
*zoom: 1;
}
/* FORM */
#AUTO .plan input, #AUTO .payment-plan input, #AUTO .payment-type input{
display: none;
}
#AUTO label{
position: relative;
color: #fff;
background-color: #aaa;
font-size: 19px;
text-align: center;
display: block;
cursor: pointer;
border: 2px solid transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#AUTO .plan input:checked + label, #AUTO .payment-plan input:checked + label, #AUTO .payment-type input:checked + label{
border: 2px solid #333;
background-color: #F00;
}

#AUTO .plan input:checked + label:after, AUTO .payment-plan input:checked + label:after, #AUTO .payment-type input:checked + label:after{
content: "\2713";
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 100%;
border: 2px solid #333;
background-color: #000;
z-index: 2;
position: absolute;
top: -10px;
right: -10px;
}



    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
/*left*/			
.hidden { display: none; }		
		
#sec1{
background-color:#f0f0f0;
width:100%;
display:table;
}
.left1{

background-color:#f0f0f0;
width:100%;

display:table;
}
.left_heading{
width:95%;
text-align:center;
margin:0 auto;
font-weight:bold;
font-size:22px;




}
.left_text{
width:95%;
text-align:center;
margin:0 auto;

}
.left_form{
margin:0 auto;
height:81px;
width:90%;
line-height:81px;
display:table;


}
.sec1_text{

color:#FFF;
margin: 0 auto;
text-align:center;
}
input[type=text] {
margin:0 auto;
text-align:center;
height:48px;
width:99%;
border:1px solid #000; 
-webkit-border-radius: 8px;
border-radius: 8px;
font-size:20px;
color:#000000;
}


.sec1_button{
margin: 0 auto;
height:48px;
margin:0 auto;
text-align:center;
width:100%;border-radius: 8px;
color:#FFF;font-weight:bold;
background-color:#ff0000;
padding:5px;
outline:none;
border:0;font-size:20px;
}



.left_input{
float:left;
padding:15px;
}

::-webkit-input-placeholder {
   text-align: center;color:#333;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center; color:#333; 
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center; color:#333; 
}

:-ms-input-placeholder {  
   text-align: center; color:#333;
}
.left_button{float:right;padding:17px;}


/*right*/	
.right1{
background-color:#000;
width:100%;
height:250px;
text-align:center;
display:none;
padding-bottom:25px;
}
.right1_text{
width:100%;
margin: 0 auto;
color:#FFFFFF;
margin-top:15%;
}




.right1_button{
background-color:#ff0000;
width:100%;
height:48px;
line-height:48px;
}
.right1 a{
margin: 0 auto;
text-decoration:none;
margin-top:55px;
text-align:center;
text-decoration:none;
color:#FFF;
width:90%;
height:48px;
}






/*                sec2             */

#sec2{
    
    
    
    

    
    
width:100%;
display:table;
background-color:#FFF;margin:0;padding:0;
}
/*left*/
.left2{
padding-top:10px;
padding-bottom:10px;
display:table;
width:100%;
}
.left2_head{
width:90%;
display:table;
margin: 0 auto;
font-weight:bold;
font-size:15px;
margin-top:10px;
margin-bottom:10px;
text-align:center;
}
.left2_text{ 
margin: 0 auto;
display:table;
width:90%;
font-size:15px;
text-align:center;
}

/*     right     */
.right2{
padding-top:10px;
padding-bottom:10px;
width:100%;
display:table;
}
.right2_text{
font-size:20px;
font-style: italic;
display:table;
width:90%;
margin: 0 auto;
text-align:center;
margin-top:10px;
}


.right2_button{border-radius: 4px;
margin-bottom:10px;
text-decoration:none;
width:235px;
height:48px;
line-height:48px;
margin: 0 auto;
font-size:15px;
margin-top:10px;
text-align:center;
background-color:#000;
}

.right2 a{
margin-bottom:10px;
text-decoration:none;
margin-top:55px;
color:#FFF;
text-align:center;
text-decoration:none;
color:#FFF;
width:235px;
height:48px;
margin: 0 auto;
}


/*      our services      */
#sec3{
border: px solid yellow;
width:100%;
display:table;
background-color:#f0f0f0;
}
.sec3_header{  z-index: 20;    position: relative;
	padding-top:15px;
text-align:center;
font-weight:bold;
font-size:18px; letter-spacing: 0.1px;
width:100%;COLOR:#fff;
margin-top:50px;
height:50px;

}






.bg_image_holder {
  position: absolute; /* position it absolutely inside .services_holder */
  top: -20;
  left: 0%;      /* left and right margins as % to shrink horizontally */
  right: 0%;
  height: auto;  /* allow height to adjust automatically */
  min-height: 200px; /* or whatever minimum height you want */
  background-image: url('../images/1000010303.jpg'); /* replace with your actual image */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;  /* behind the service boxes */

  opacity: 0.99; /* subtle transparency so content stands out */
}

/* Make sure .services_holder is relative positioned */
/* Wrapper */
.services_holder {
  position: relative;
  width: 100%;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-top: 60px;
  z-index: 0;
}

.services_holder22 {
  width: 95%;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* Shared service box styles */
.service1,
.service2,
.service3,
.service4,
.service5 {
  border-radius: 3px;
  display: inline-block;
  margin: 5px;
  padding: 5px;
  height: 284px;
  width: 45%;
  border: 0px solid rgba(60, 60, 60, 0.8) !important;
  position: relative;
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  background: #FFF !important;
  overflow: hidden;
  padding-bottom: 85px; /* reserve space for image/text area */
}

/* Hover styles */
.service1:hover,
.service2:hover,
.service3:hover,
.service4:hover,
.service5:hover {
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* Title */
.STitle {
  width: 100%;
  display: table;
  font-size: 16px;
  color: #000;
  padding-top: 5px;
  padding-bottom: 8px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  position: relative;
  z-index: 3;
}

/* Text description (initially hidden) */
.SDesc {
  position: absolute;
  top: 60px; /* slightly tighter spacing under title */
  left: 0;
  width: 100%;
  height: calc(100% - 70px); /* fills remaining space in box */
  padding: 10px;
  font-size: 14px;
  color: #444;
  text-align: left;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 2;
  box-sizing: border-box;
  overflow-y: auto; /* scroll if text overflows */
}

.SImg {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 200px;
  object-fit: cover; /* fills the box, may crop image */
  border-radius: 3px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
  z-index: 1;
  overflow: hidden;
}


/* Click badge */
.SClick {
  position: absolute;
  font-size: 10px;
  bottom: 2px;
  right: 5px;
  background-color: #999999;
  color: #ff000091;
  border-radius: 0px 5px 0px 5px;
  padding: 2px;
  display: none;
}

/* Title hover effect */
.service1:hover .STitle,
.service2:hover .STitle,
.service3:hover .STitle,
.service4:hover .STitle,
.service5:hover .STitle {
  color: #D10000;
}

/* Toggled state: show text, hide image */
.service1.show-desc .SImg,
.service2.show-desc .SImg,
.service3.show-desc .SImg,
.service4.show-desc .SImg,
.service5.show-desc .SImg {
  opacity: 0;
  visibility: hidden;
}

.service1.show-desc .SDesc,
.service2.show-desc .SDesc,
.service3.show-desc .SDesc,
.service4.show-desc .SDesc,
.service5.show-desc .SDesc {
  opacity: 1;
  visibility: visible;
}





* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.RPListHolder {
  max-width: 95%;
  margin: 0 auto;
}

.RPOHolder {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.40);
  padding: 15px 20px;
  margin-bottom: 40px;
  cursor: pointer;
  transition: background 0.3s ease;
}



.RPNo {
  font-size: 17px;
  font-weight: bold;
  color: red;
  margin-bottom: 5px;
  text-align: left;
}

.RPTitle {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: center;
}

.RPDisc {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  font-size: 13px;
  color: #000;
  line-height: 1.4;
}

.RPOHolder.active .RPDisc {
  max-height: 500px;
  opacity: 1;
  margin-top: 10px;
}




.RPOHolder:focus,
.RPOHolder:active {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}






.arrow {
  text-align: center;
  font-size: 36px;
  color: #D10000;
  margin-top: -60px;
  margin-bottom: -15px;
  pointer-events: none;
  animation: pulse 1.2s ease-in-out infinite;
}

.arrow:last-of-type {
  display: none;
}






#services_more{
width:100%;
padding-top:20px;
padding-bottom:20px;

}
.right3_button{
height:48px;
line-height:48px;
text-decoration:none;
width:100%;text-align:center;
margin: 0 auto;
font-size:20px;
font-weight:bold;
color:#000;
}
#services_more a{
text-align:center;
text-decoration:none;
color:#FFF;
width:235px;
height:48px;margin: 0 auto;
}
/*     CERTS      */
#sec4{
border: px solid yellow;
background-color:#f0f0f0;
width:100%;
height:400px;
margin: 0 auto;
display:table;
text-align:center;

}
#cert_header{
padding:20px 0 20px 0;
font-weight:bold;
font-size:22px;
text-align:center;
width:100%;
}
#cert_foot{
padding:10px 0 20px 0;
font-weight:bold;
font-size:18px;
text-align:center;
width:100%;
color:red;
}
#cert_holder{
margin: 0 auto;
text-align:center;
width:95%;

display:table;
}
.cert{  
position: relative;
width:70px;
height:70px;
display:inline-block;
}


.carowrap{border: px solid yellow;display:none;

}



/*         LEAN SLIDER        CARASEL*/
.lean-slider { height:230px;/* move to fit carosel*/overflow:hidden !important;
    position: relative;
    *zoom: 1;
}
.lean-slider:before,
.lean-slider:after {overflow:hidden !important;
    content: " ";
    display: table;
}
.lean-slider:after {
    clear: both;overflow:hidden !important;
}

.lean-slider-slide { overflow:hidden !important;
float: left;
width: 100%;
height:230px;/* move to fit carosel*/

margin-right: -100%;
display: none;
}
.lean-slider-slide.current { display: block; overflow:hidden !important;}



.slider_info{
border: px solid yellow;
color:#FFF;
position:absolute;
display:table;
width:75%;
height:80%;
top:2%;
left:50px;
}


.slide_header{border: px solid green;position:relative;
color:#FFF;
font-size:20px;
display:table;
width:100%;
}
.slide_header > span{
color:red;font-style: italic;
}
.slide_description{border: px solid blue;position:absolute;bottom:0px;
font-size:15px;
color:#FFF;
display:table;
width:100%;

}








.slider-wrapper {
	
    position: relative; 
    background: #fff url(images/loading.gif) no-repeat 50% 50%;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.lean-slider { overflow: hidden; }
.lean-slider-slide {

    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -ms-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
}
.lean-slider-slide.current { opacity: 1; }
.lean-slider-slide img { 
    display: block;
    width: 100%; 
}

#slider-direction-nav {
    position: absolute;
    left: 0;
    top: 47%;
    width: 100%;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}
.slider-wrapper:hover #slider-direction-nav { opacity: 1; }
#slider-direction-nav a {
    float: left;
    display: block;
    width: 26px;
    height: 37px;
    background: url(../images/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
}
#slider-direction-nav .lean-slider-next {
    float: right;
    background-position: 100% 0;
}

#slider-control-nav {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}
.slider-wrapper:hover #slider-control-nav { opacity: 1; }
#slider-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/bullets.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#slider-control-nav a.active { background-position: 100% 0; }
#towme{display: none;}

}
