@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}
.loads{
  position: fixed ;
  height: 100%;
  width: 100%;
  background-color: gray;
  opacity: 50%;
  cursor: progress;
  display: none;
}
#msg{
  overflow-y: scroll;
}
html{
  animation-name: fade;
  animation-duration: .9s;
  scroll-behavior: smooth;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
body{
     background-color: #F6F6F6;
  min-height: 200vh;
}

header{
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  transition: 0.6s;
  background: #848484;
}
header.sticky{
  background-color: rgba(132, 132, 132, .6);
  padding: 15px 50px;
}
.brand{
  display: flex;
  align-items: center; /* Ensures vertical alignment of logo and text */
}
.brand img{
  height: 50px;
  width: 65px;
  margin-right: 10px; /* Adds space between logo and text */
}
.brand a{
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  font-family: revue bt;
}

header #active{
  color:  yellow;
}

header img{
   height: 50px;
    width: 65px;
    margin 
}
header .menu{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


header .menu a{
  color: #fff;
  font-weight: 100;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 10px;
  padding: 0 10px;
  border-radius: 20px;
  transition: 0.3s;
  transition-property: color, background;
}

      
        .dropdown-content {
          top: 42px;
          right: 100px;
            display: none;
            width: 150px;
            padding: 40px 0px 20px 0px;
            position: absolute;
            background-color: rgba(132, 132, 132, .6);
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,.40);
            z-index: 1;
        }
        .dropdown-content a {
           height: 25px;
            display: block;
            text-align: center;
        }
        .dropdown-content a:hover {
            background-color: #ddd;
        }
        .dropdown:hover .dropdown-content {
            display: block;
        }
header a:hover{
  color: yellow;
}


.btn{
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  display: none;
}




.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  width: 50%;
  margin-left: 30%;
}

.overlay a {
  padding: 20px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
 background-color: rgba(0,0,0, 1);
}

.overlay-content .closebtn {
  position: absolute;
  top: 20px;
  right: 5px;
  font-size: 60px;
}

/*--------------------------------------------------------------------home*/
/*.highlight{

    background: yellow;
}*/
/*home1-----------------------------------------------*/
.home{

    height: 100%;

}
.home1{
    display: grid;
    grid-template-columns: 38% 62%;
    height: 40em;
    padding-top: 5em;
    background-image: url(new-img/calendar1.jpg);
    background-repeat: no-repeat;
    background-size: 1450px 560px;
 background-origin: content-box;
 background-position: center;

}


.home1a {
    font-family:sans-serif;
    overflow-wrap: ;
    padding: 3em 15px 0px 40px;
    letter-spacing: 2px;
    font-size: 45px;
    color: white;
    font-weight: bold;
    line-height: 1.5em;
}
.home1a p{
 
text-shadow: 
                0 0 5px black, 
                0 0 5px black,
                0 0 5px black,
                0 0 5px black,
                0 0 5px black;
}

.btninquire{
    height: 50px;
    border-radius: 100px;
    width: 10em;
    font-size: 15px;
    border: none;
    font-weight: bold;
    background-color: #48873F;
    cursor: pointer;

}
.btninquire a{
    color: white;
  text-decoration: none;
}
.btninquire:hover{
    background-color: #0E6202;
    transition: 1s;
}

.home1b{
  padding: 5em 30px 0px 0px;

    
}
.home1b img{
    height: 70%;
    width: 100%;
}
/*service-----------------------------------------------*/

.home2{
  
    background-color: #48873F;
    text-align: center;
    padding: 6em 30px 5em 40px;
    color: white;
    font-size: 22px;
    font-family: sans-serif;
    text-transform: uppercase;
    height: 100%;

}
.service{
    margin-top: 55px;
     display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}
.service img{

     height: 130px;
    width: 200px;
}
.one{
 
    height: 20px;
    padding: 0px 0px 40px 0px;
    font-size: 18px;
    font-family: sans-serif;
font-weight: bold;
}
.two{
  font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 25px;
    padding: 10px 8px 0px 8px;
}
.service span{
    color: yellow;
}
.key{  color: green;
  height: 25em;
        text-align: center;
    padding: 5em 30px 10px 40px;

}
.key h2{
  font-size: 35px;
}
.key1{
    font-size: 18px;
    font-family: sans-serif;
    height: 100%;
    padding-bottom: 1em;
 margin-top: 55px;
     display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.key1 h1{
  font-size: 4em;

}
.key1 mark{
  color: green;
}

/*about//////////////////*/
.about{
  display: grid;
  grid-template-columns: 40% 60% ;
}
.about span{
  color: yellow;
}
.about div:nth-child(1){
  font-family: sans-serif;
   background-color: #48873F;
  color: white;
  font-size: 3vh;
  text-align: left;
  padding: 20% 10% 15% 15%;
}
.about div:nth-child(2){
  background: url("img/sucat.webp");
  background-repeat: no-repeat;
  background-size: 51em 18em;
}

.about div:nth-child(3){
  background: url("img/binan.webp");
  background-repeat: no-repeat;
  background-size: 35em 42.5em;
}
.about div:nth-child(4){
  color: darkgreen;
  font-size: 3vh;
  text-align: justify;
  padding: 10% 13% 5% 12%;
 
}
.about div:nth-child(4) h1{
  font-weight: normal;
}
.about p{
  font-size: 17px;
}
.about mark{
  color: darkgreen;
}



/*slideshow----------------------------*/
.side{
  color: white;
  padding-top: 30px;
  background-color: #3d7235;
  text-align: center;
}   .slider{
    width: 1100px;
    max-width: 100vw;
    height: 200px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.slider .list{
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}
.slider .item div {
    width: 1100px;
    max-width: 100vw;
    height: 95%;
    object-fit: cover;
    padding-top: 45px;
}
.slider .item div h1{
  font-size: 30px;
  margin-bottom: 30px;
}
.slider .item div h4{
  color: yellow;
}
.slider .buttons{
    position: absolute;
    top: 20%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider #next:hover{
  cursor: pointer;
  opacity: 0.4;
}.slider #prev:hover{
  cursor: pointer;
  opacity: 0.4;
}
.slider .dots{
  cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li:hover{
  opacity: 0.4;
}
.slider .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
}


/*sap footer*/
.sap{
  background-color: #F6F6F6;
  text-align: center;
}

/*contact*/
.form{
  display: grid;
  text-align: center;
  grid-template-columns:30em 30em ;
padding-bottom: 7em;
border-bottom: 1px solid darkgreen;
color: darkgreen;
}
.leftside{
  padding: 0em 6em 0em 6em;
}
.cont1 h1{
  font-size: 50px;
}
.cont1 span{
  font-size: 16px;
  font-weight: bolder;
  color: #48873F;
}


.servcont{
  margin-top: 45px;
  text-align: left;
}
.servcont span{
  font-size: 17px;
}


form label{
  display: block;
  font-size: 12px;
  letter-spacing: 3.5px;
  margin-bottom: 5px;
}
.full #name, #subject, #email{
  padding-left: 10px;
  height: 40px;
}

.full{
  margin-bottom: 24px;
  text-align: left;
}
.full input ,select{
  border: 1px solid darkgreen;
    background-color: transparent;
  height: 44px;
    width: 100%;
}
.full label{
  margin-top: 10px;
}

form input[type=submit]:hover{
  cursor: pointer;
  background-color: #0E6202;
}
form input[type=file]{
  height: 20px;
}
form input[type=submit]{
  height: 40px;
  border: none;
  background-color: #48873F;
  color: white;
  float: right;
  text-align: center;
  font-weight: bold;
  border-radius: 70px;
  width: 25%;
}
.magazine{
  padding:7em 6em 5em 6em ;
}
form input[type=text]{
height: 100px;
}
footer{
    background-color: #F6F6F6;
    font-family: sans-serif;
    color: darkgreen;
    font-weight:bold;
    font-size: 15px;
    padding-top: 5px;
    text-align: center;
}
iframe{
  margin: 5em 0em 0em 0em;
 width: 100%;
 height: 25em;
}

/*branch*/

#MAP1{
display: none;
  z-index: 1;
  top:100px;
  left: 25%;
  width: 50%;
  animation-name: fade;
  animation-duration: .9s;
  scroll-behavior: smooth;
  color: black;
  position: fixed;
font-size: 50px;

}
#MAP1 h5:hover{
 color: red;
 cursor: pointer;
}
#MAP1 h5{
 
  padding-right: 5%;
  text-align: right;
background-color: rgba(80, 80, 80, 0.5);
}
#MAP1 iframe{
  opacity: 100%;
  border: 10px solid black;
    margin: 0em 0em 0em 0em;
 width: 100%;
 height: 9em;
}

.branch{
  text-align: center;
  padding-top: 10em;
  color: darkgreen;
}
.branch h1{
  font-size: 14vh;
}
.branch p{
  font-weight: bold;
  opacity: 0.8  ;
  z-index: -1;
  font-size: 17px;
  letter-spacing: 2px;
    margin-bottom: 10vh;
}

.luzon{
  padding: 20px 0px 20px 0px;
  text-align: center;
  font-size: 4vh;
  color: white;
background-color: #48873F;
}
.luzon1{
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
  color: darkgreen;
  margin-bottom: 0px;
}
.luzon1 div{
  border-bottom: 1px solid black;
  padding: 5%;
}
.luzon1 img{
  border-radius: 10px;
  box-shadow: 5px 5px 10px gray;
}
.luzon1 img:hover{
  opacity: 50%;
  cursor: pointer;
}
.luzon1 .uno{
  text-align: center;
padding: 5% 15% 0% 18%;

}
.uno p{
  font-size: 6vh;
  font-weight: bold;
}
.uno div{

  border:none;
}
.uno i{
  margin: 30px 0px 0px 0px;
  font-size: 25px;
}
.uno .text{
  margin:35px 0px 0px 50px;
  font-family: sans-serif;
  font-weight:bold;
  font-size: 16px;
  text-align: left;
}
.table{
  display: grid;
  grid-template-columns: 50px 90%;
}
.table div{

  padding-top: 5px;
  border: none;
  overflow: hidden;
}
#times{
  display: none;
  color: white;
  text-decoration: none;
  font-size: 30px;
  margin-right: 20px;
}


@media ( max-width:1000px){


.brand a{
  font-size: 20px;
}

.home1{
    grid-template-columns: 38% 62%;
    height: 45em;
    padding-top: 5em;
    background-size: 1450px 650px;

}
header .menu a{
  font-size: 17px;
}

.home1a {
    font-size: 35px;
}


.btninquire{
    height: 45px;
    width: 10em;
    font-size: 15px;

}

/*service-----------------------------------------------*/

.service img{

     height: 100px;
    width: 150px;
}
header.sticky{
  padding: 15px 10px;
}
.one{
 
    font-size: 16px;

font-weight: bold;
}
.two{
    padding: 20px 8px 0px 8px;
}

.key{
  height: 20em;
    padding: 3em 30px 10px 40px;

}

/*about//////////////////*/

.about div:nth-child(1){
  font-size: 2vh;
  padding: 15% 10% 15% 10%;
}
.about div:nth-child(2){
  background-size: 40em 12em;
}

.about div:nth-child(3){
  background-size: 35em 42.5em;
}
.about div:nth-child(4){
  font-size: 2vh;
  padding: 5% 13% 2% 12%;
 
}
.about div:nth-child(4) h1{
  font-weight: normal;
}

.sap img{
height: 60px;
}

/*contact*/
.form{
  grid-template-columns:25em 25em ;
}


.magazine{
  padding:7em 6em 5em 6em ;
}
form input[type=text]{
height: 100px;
}


.branch{
  padding-top: 8em;
}
.branch h1{
  font-size: 10vh;
}
.branch p{
  font-weight: bold;
  opacity: 0.8  ;
  z-index: -1;
  font-size: 15px;
  letter-spacing: 2px;
    margin-bottom: 8vh;
}
.luzon h1{
 font-size: 34px;
}
.luzon1 div{
  border-bottom: 1px solid black;
  padding: 5%;
}
.luzon1 img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 10px gray;
}

.uno div{

  border:none;
}
.uno i{
  margin: 30px 0px 0px 0px;
  font-size: 25px;
}
.uno .text{
  margin:30px 0px 0px 5px;
  font-family: sans-serif;
  font-weight:bold;
  font-size: 16px;
  text-align: left;
}
.table{
  display: grid;
  grid-template-columns: 50px 90%;
}
body{
     background-color: #F6F6F6;
  min-height: 150vh;
}

}



@media ( max-width:900px){


.brand a{
  font-size: 16px;
}

.home1{
    grid-template-columns: 38% 62%;
    height: 45em;
    padding-top: 5em;
    background-size: 1450px 650px;

}
header .menu a{
  font-size: 16px;
}

/*about//////////////////*/

.about div:nth-child(1){
  font-size: 2vh;
  padding: 15% 6% 15% 10%;
}
.about div:nth-child(2){
  background-size: 40em 12em;
}

.about div:nth-child(3){
  background-size: 35em 44.5em;
}
.about div:nth-child(4){
  font-size: 1vh;
  padding: 5% 13% 2% 12%;
 
}
.about div:nth-child(4) h1{
  font-weight: normal;
}

.sap img{
height: 60px;
}

/*contact*/
.form{
  grid-template-columns:25em 25em ;
}


.magazine{
  padding:7em 6em 5em 6em ;
}
form input[type=text]{
height: 100px;
}


.branch{
  padding-top: 8em;
}
.branch h1{
  font-size: 10vh;
}
.branch p{
  font-weight: bold;
  opacity: 0.8  ;
  z-index: -1;
  font-size: 15px;
  letter-spacing: 2px;
    margin-bottom: 8vh;
}
.luzon h1{
 font-size: 34px;
}
.luzon1 div{
  border-bottom: 1px solid black;
  padding: 5%;
}
.luzon1 img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 10px gray;
}

.uno div{

  border:none;
}
.uno i{
  margin: 30px 0px 0px 0px;
  font-size: 25px;
}
.uno .text{
  margin:30px 0px 0px 5px;
  font-family: sans-serif;
  font-weight:bold;
  font-size: 16px;
  text-align: left;
}
.table{
  display: grid;
  grid-template-columns: 50px 90%;
}

}



@media ( max-width: 860px){
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  z-index: 2;
  }
  header .btn{
    display: block;
  }

  header .menu{
    position: fixed;
    background: #1483D5;
    flex-direction: column;
     max-width: 400px;
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 80px 50px;
    transition: 0.5s;
    transition-property: right;
    z-index: 1;
  }

.home1a {
    padding: 2em 15px 0px 40px;
    font-size: 35px;
}

.btninquire{
    height: 40px;
   
}

.home1b{
  padding: 6em 30px 0px 0px;
    }
.home1b img{
    height: 60%;
    width: 100%;
}

/*service-----------------------------------------------*/

.home2{
    text-align: center;
    padding: 2em 30px 0em 40px;
}
.service img{
    height: 80px;
    width: 80px;
}
.one{
    padding: 1px 20px 30px 10px;
    font-size: 13px;
}
.two{
  font-size: 10px;
    padding: 15px 15px 20px 15px;
}
.key{
  padding-top: 30px;
  height: 13em;
}
.key h2{
  font-size: 20px;
}
.key1{
    font-size: 14px;
 margin-top: 20px;

}

/*about//////////////////*/
.about div:nth-child(1){
  font-size: 2vh;
  text-align: left;
  padding: 20% 10% 15% 15%;
}
.about div:nth-child(2){
  background: url("img/sucat.webp");
  background-repeat: no-repeat;
  background-size: 40em 13em;
}

.about div:nth-child(3){
  background: url("img/binan.webp");
  background-repeat: no-repeat;
  background-size: 30em 31.5em;
}
.about div:nth-child(4){
  font-size: 2vh;
  padding: 10% 13% 5% 12%;
 
}
.about p{
  font-size: 12px;
}

 .branches{display: block;
   }
.branches h1{
  font-size: 3vh;
   }

/*slideshow----------------------------*/
   .slider{
    height: 140px;

}

.slider .item div {
    width: 1100px;
    max-width: 100vw;
    height: 95%;
    object-fit: cover;
    padding-top: 40px;
    z-index: 0;
}
.slider .item div h1{
  font-size: 20px;
  z-index: -1;
  margin-bottom: 0px;
}
footer{
  font-size: 12px;
}
.sap img{
height: 60px;
}
    

/*branch*/

.branch{
  padding-top: 5em;
}
.branch p{
  font-size: 13px;
  margin-bottom: 12vh;
}
.luzon1 {
  margin-bottom: 0px;
}
.luzon1 img{
  height: 100%;
width: 100%;
}


.uno p{
  font-size: 4vh;
  font-weight: bold;
}
.uno div{
  padding: 6px;
  border: none;
}
.uno i{
  margin-right: ;
  margin: 15px 0px 0px 0px;
  font-size: 20px;
}
.uno .text{
  margin:20px 0px 0px 50px;
  font-family: sans-serif;
  font-weight:bold;
  font-size: 15px;
  text-align: left;
}
/*contact*/
.form{
  grid-template-columns:20em 20em ;
}
.leftside{
  padding: 0em 3em 0em 1em;
}

}


/*maxii*/
@media ( max-width: 500px){
   .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  z-index: 2;
  }
  header.sticky{
  padding: 0px 15px;
}
  
  header .btn{
    display: block;
  }

  header .menu{
    position: fixed;
    background: #1483D5;
    flex-direction: column;
     max-width: 400px;
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 80px 50px;
    transition: 0.5s;
    transition-property: right;
    z-index: 1;
  }
 
.brand a{
  font-size: 20px;

}

header img{
  display: none;
}
  .home1a {
      padding: 8em 15px 0px 15px;
      font-size: 30px;
      color: white;
   /*   -webkit-text-stroke: 1px lighblue;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);*/
  }
/*
  .home1a p{
     background-color: rgba(255, 255, 255, 0.8);

}*/
.btninquire{
  margin-top: 0px;
    height: 40px;
    width: 40%;
    font-size: 18px;   
}
.home1{
    display: grid;
    grid-template-columns: 100%;
    height: 45em;
    padding-top: 0em;
    text-align: center;
    background-size: 500px 720px;
    background-image: url(new-img/calendarmobile.jpg);
}
/*.home1a p{
 
text-shadow: 
       0 0 5px #FFFFFF,
                0 0 10px #FFFFFF, 
                0 0 15px #FFFFFF,
                0 0 20px #FFFFFF,
                0 0 25px #FFFFFF,
                0 0 30px #FFFFFF;
}*/



.home1b{
  display: none;
  padding: 0em 30px 0px 0px;
    }
.home1b img{
    height: 60%;
    width: 100%;
}

/*service-----------------------------------------------*/

.home2{
    text-align: center;
    padding: 2em 30px 2em 20px;
}

.service{
    margin: 5px;
     display: grid;
    grid-template-columns: 100%;
}
.service img{
    height: 150px;
    width: 150px;
}
.one{
    padding: 1px 20px 30px 10px;
    font-size: 13px;
}
.two{
  font-size: 12px;
    padding: 2px 15px 20px 15px;
}

.key h2{
  font-size: 25px;
}
.key h1{
  font-size: 20px;
}
.key1{
    font-size: 11px;
 margin-top: 30px;

}

/*about//////////////////*/
.about div:nth-child(1){
  font-size: 10px;
  text-align: left;
  padding: 20% 10% 15% 15%;
}
.about div:nth-child(2){
  background: url("img/sucat.webp");
  background-repeat: no-repeat;
  background-size: 20em 9em;
}

.about div:nth-child(3){
  background: url("img/binan.webp");
  background-repeat: no-repeat;
  background-size: 30em 41em;
}
.about div:nth-child(4){
  font-size: 1vh;
  padding: 10% 13% 5% 12%;
 
}
.about p{
  font-size: 10px;
}
/*slideshow----------------------------*/
   .side h1{
    font-size: 20px;
   }
   

.slider .item div {
    width: 1100px;
    max-width: 100vw;
    height: 90%;
    object-fit: cover;
    padding-top: 40px;
    z-index: 0;
}
.slider .item div h1{
  font-size: 15px;
  z-index: -1;
  margin-bottom: 0px;
}

 .branches{display: none;
   }
.branches h1{
  font-size: 3vh;
}
    
/*branch*/

.branch{
  padding-top: 5em;
}
.branch h1{
  font-size: 6vh;
}
.branch p{
font-weight: bold;
  font-size: 8px;
  margin-bottom: 5vh;
}
.luzon{
  font-size: 2vh;
}
.luzon1{
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
  color: darkgreen;
  margin-bottom: 30px;
}
.luzon1 div{
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  padding: 8%;
}
.luzon1 {
  margin-bottom: 0px;
}
.luzon1 img{
  height: 100%;
width: 100%;
}

.luzon1 .uno{
  text-align: center;
padding: 5% 15% 0% 15%;

}
.uno p{
  font-size: 3vh;
  font-weight: bold;
}
.uno div{
  padding: 2px;
  border: none;
}
.table{
  grid-template-columns: 20px 100%;

} 

.uno i{
  margin: 2px 0px 0px 0px;
  font-size: 15px;
}
.uno .text{
  margin:1px 0px 0px 10px;
  font-family: sans-serif;
  font-weight:bold;
  font-size: 10px;
  text-align: left;
}
/*contact*/
.form{
  grid-template-columns:100% ;
}
.leftside{
  padding: 0em 3em 5em 0em;
}

.cont1 h1{
  font-size: 25px;
}
.cont1 span{
  font-size: 13px;
  font-weight: bolder;
  color: #48873F;
}
.fas{
  float: left;
  font-size: 15px;
  margin-right: 1em;
}

.servcont{
  margin-top: 45px;
  text-align: left;
}
.servcont span{
  font-size: 15px;
}


.magazine{
  padding:7em 3em 5em 3em ;
}


}
