
.fade-in{
    opacity:0;
    transition: opacity 250ms ease-in;

}
.fade-in.appear{
    opacity:1;
}


/* ----------------------------------------header----------------------------------------------------------------------- */
.header-right{display:none;}
.call-us{
    color:inherit;
}

.header{
    background-image: url("../image/header-small.jpg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center; 
   padding:10% 15px; 

}
.header-left{
    display:grid;
    grid-template-rows: auto;
    align-content: center;
    width:100%;  
    text-align: center; 
    height:260px;
    
}
.header-left h1{  
    color:white;
    
}
/* -------------------------------------------end----------------------------------------------- */
/* -----------------------------section-one------------------------------------------------------- */
.section-one{
    display:inline-block;
    text-align: center;
    background-image:linear-gradient(rgb(235, 235, 235), rgb(202, 202, 202)); 
    color:rgb(75, 75, 75);
    padding:20px 0;   
}
.section-one a{
    color:#7c0000df;
    text-decoration:none;
    font-weight:bolder;
}
.section-one h1{
    font-size: 1rem;
    margin:0px auto;
    width:90%;
}
.section-one-header p{  
    padding:20px;
    font-size:0.8rem;
      
}
.section-one-grid{
    display:grid;
    grid-template-columns: repeat(3, 25%);
    justify-content: space-around;
    /* grid-template-rows: repeat(3,50px);   */
    row-gap: 10px;

    
}
.section-one-acc{
    display:grid;
    grid-template-rows: 30px 100px;
    justify-content:center;
   text-align:center;

   
}

.section-one-acc i{   
    font-size:1.5rem;  
}

.section-one-acc p{
    display:inline-block;
    
    
    font-style:italic;
    font-size:0.7rem;
    margin:0; 
}
.section-one-acc h3{
    display:inline-block;
    color:rgb(80, 80, 80);
    margin:0;
    font-size:0.8rem;

}
.section-one-right{
  padding:10px;
    
}

.elecsa{
    font-style: italic;
    font-weight:normal;
    font-stretch: ultra-expanded;
    font-size:1rem;

     color:rgba(122, 1, 1, 0.486);

    vertical-align: -10% ;
}
.green{
    color:rgba(0, 128, 0, 0.726);
}
.orange{
    color:rgba(255, 166, 0, 0.726);
}
.blue{
    color:rgba(0, 132, 255, 0.726)!important;
}

@media screen and (min-width:600px){
    .section-one-grid{
    display:grid;  
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    justify-content:space-evenly;
    margin-top:40px;
    }
    .section-one-acc{
        display:grid;
        grid-template-columns: 30% 60%;
        grid-template-rows:auto;

        max-width:500px;
        max-height:180px;    
    }
    .section-one-acc i{
        padding:25px;
    }


    .section-one-right{
        padding-bottom:10px;
    }
}
/* -------------------------------------------end----------------------------------------------- */
/* -----------------------------section-two------------------------------------------------------- */

.section-two img{
    width:100%;
    grid-area:1/1/1/1;
    
}
.section-two{
    display:grid; 
    text-align: center; 
    padding-bottom:10px;
}
.section-two p {
    color:rgb(75, 75, 75);
    font-weight:600;
    font-size:0.8rem;
}
.new{
    color:rgb(129, 15, 15);
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
     font-size: 2rem;
}
.btn{

    display:block;
    text-align:center;

    border-radius:5px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    
    background:rgb(214, 28, 28);

    margin:10px auto;
    padding:10px;
    width:50%;

    transition: 250ms ease-in;

    color:#fff;
    text-decoration: none;
}

.section-two-inner{
    position: relative;   
    width:100%;
  
    text-align: center;
   
}
.section-two-inner h2{
    padding-top:10px;
    margin:0;
    margin-bottom:10px;
}
.section-two-inner p{
    margin:0px;
    padding:10px;

    font-weight:500;
}
.call-us{
        color: #7c0000df;
    text-decoration: none;
    font-weight: bolder;
}
@media screen and (min-width:435px){
    .btn{
        width:30%;
    }
}

/* -------------------------------------------end----------------------------------------------- */
/* -----------------------------------------banner----------------------------------------------- */
.banner{    
    background-color: rgb(129, 15, 15); 
    text-align: center;  
}
.banner h1{
    margin:0;
    color:white;

    font-size:1rem;

    padding:30px;
}
.banner a{
    text-decoration: none;
    color:rgb(251, 146, 146);
    transition: all 250ms ease-in;
}
.banner-reverse{
     background-color:#CACACA; 
    text-align: center;  
}
.banner-reverse h1{
    margin:0;
    color:rgb(59, 59, 59);

    font-size:1rem;

    padding:30px;
}
.banner-reverse a{
    text-decoration: none;
    color: rgb(129, 15, 15);
    transition: all 250ms ease-in;
}

/* --------------------------------------------end---------------------------------------------- */
/* ---------------------------------------section three & four----------------------------------------- */
.section-three{
    background:#a80101df;
    color:white; 
    padding-bottom:10px;
  
}
.section-four{
    padding-bottom:10px;
    background-image: linear-gradient(rgb(235, 235, 235), rgb(202, 202, 202));
    color:rgb(75, 75, 75);
}
.section-three h1, .section-four h1{
    text-align: center;
    padding:20px;
    margin:0;
}
.section-three-items, .section-four-items{
    display:none;
}
.section-three img, .section-four img{
    width:100%;
}
.article-one-content, .article-two-content{
    padding:20px;
    font-size:0.8rem;
    text-align: center;
}

/* -----------------------------------------------end--------------------------------------------- */
/* ----------------------------------------section-five--------------------------------------------- */
.section-five{
    background-color: rgb(129, 15, 15); 
    color:#fff;  
    padding:10px;  
}
.section-five h1{
    text-align: center;
    font-size:1rem;
    padding:20px;
    margin:0;
}
.section-five a{
    text-decoration: none;
    color:rgb(251, 146, 146);
    transition: all 250ms ease-in;
}
.form-grid{
    display:grid;
    grid-template-rows: auto auto auto auto;
    justify-content:center;
    row-gap: 20px;
}
.grid-left{
    display:grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto auto auto;
    row-gap:10px;
    column-gap:10px;
    
    font-size:0.8rem;

    width:80%;
    margin:0 auto;
}
.grid-right{
    display:grid;
    grid-template-columns: 30% 70%;
    row-gap:10px;
    column-gap:10px;
    width:80%;
    margin:0 auto;
     font-size:0.8rem;
}
@media screen and (min-width:500px){
    .grid-left, .grid-right{
        font-size:1rem;
    }
}
.disclaimer{
    padding-left:25px;
    font-size:0.8rem;
    font-style:italic;
    grid-area:2/1/2/ span 2;

    display: grid;
    grid-template-columns: 20% 80%;
    

}
.check{
    display:inline-block;

    margin: auto auto;
}
.verify{
    grid-area: 3/1/3/span 2;

   
     font-size:0.6rem;
    font-style:italic;

    display:grid;
    grid-template-columns: 10% 90%;
    
}
.reCaptcha{
    grid-area: 4/1/4/span 2;
    color:#fff;
    padding-left:55px;
     font-size:0.6rem;
    font-style:italic;
}
.grecaptcha-badge { visibility: hidden; }
.submit{
    text-align: center;
    border-radius: 5px;
    border:0;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    cursor:pointer;
    background: rgb(214, 28, 28);
    margin: 20px auto;
   
    width: 30%;
    padding: 10px;
    transition: 250ms ease-in;
    color: #fff;
    text-decoration: none;
}
.disabled{
    text-align: center;
    border-radius: 5px;
    border:0;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    cursor:initial;
    background: rgb(214, 28, 28);
    margin: 20px auto;
    
    width: 30%;
    padding: 10px;
    transition: 250ms ease-in;
    color: #fff;
    text-decoration: none;
}
::placeholder {
  color:rgba(0,0,0,0.3);
  padding-left:5px;
   font-family:montserrat, sans-serif; 
  font-weight:600;
  font-size:0.77rem;
}
/* ------------------------------------------end---------------------------------------------------- */
/* -----------------------------------------------section-six--------------------------------------- */
.desk-img{display:none;}

.review-template{display: none}

.section-six{  
    background-color:#a80101df;    
}
.section-six h1{
    color:#fff;
    margin:0;
    padding:40px;
    font-size:1rem;
    text-align: center;
}
.section-six img{
    width:100%;
}

/* -------------------------------------------end----------------------------------------------- */
/* ------------------------------------------section-seven-------------------------------------- */
.section-seven{
     background-image: linear-gradient(rgb(235, 235, 235), rgb(202, 202, 202));
    color:rgb(75, 75, 75);  
}
.section-seven h1{
   background-color:rgb(129, 15, 15);
    text-align:center;
    padding:40px;
    margin:0;
    color:rgb(255, 255, 255);
    font-size:1rem;  
}
.section-seven p{
    font-size:0.8rem;
}

.work-image{
    width:100%;
   margin:0 auto;
   
}
.template-text h3{
    display:inline-block;
    width:80%;
    border-bottom:solid 1px rgba(88, 88, 88, 0.465);
    margin-left:10vw;
    margin-right:10vw;
    padding-bottom:10px;
}
.template-text p{
    text-align: left;
    margin-left:10vw;
    margin-right:10vw;
    margin-bottom:30px;

    min-height:110px;
}
.date{
    display:inline-block;
    width:80%;
    height:50px;
    font-size:0.6rem;
    font-weight: 400;
      
    border-top: solid 1px rgba(88, 88, 88, 0.465); 
    margin-left:10vw;
    margin-right:10vw; 
}
.date i{
    margin-left:5px;
    margin-right:5px;
}
.date p{
    margin-left:0!important;
}





/* -------------------------------------------end----------------------------------------------- */

/* -------------------------------------------acc-----------------------------------------------------*/
.acc{
    display: grid;
    grid-template-columns: auto auto auto;

    padding:10px;

    text-align: center;


    padding:10px;
}
.acc img{
    width:60%;
   
    margin:auto; 
    
    
}

/* -------------------------------------------end----------------------------------------------- */
