html{
    font-size: 31.25%;
    scroll-behavior: smooth;
    /* font-family: 'Raleway', sans-serif; */


    font-family: 'Roboto', sans-serif;
/* font-family: 'Roboto Thin', sans-serif;
font-family: 'Roboto Light', sans-serif;
font-family: 'Roboto Medium', sans-serif;
font-family: 'Roboto Black', sans-serif; */
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
    /* border: .1rem solid red; */
  }
strong{
    font-family: 'Roboto Medium', sans-serif;
color:#222222;
}

#mybutton{
  position:fixed;
  display: none;
  bottom: 5rem;
  right: 5rem;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  z-index: 999;
  
  background:url(../images/pageup.png) center center no-repeat rgba(255, 246, 233, 0.70);
  background-size: 4rem;
}
  header{
    width: 100%;
    background-color: transparent;
    position: absolute;
    padding: 2rem 3rem;
    z-index: 9;
  }

  /* .logo{
    color: #000000;
    font-family: 'Roboto Black', sans-serif;
    font-size: 5rem;
    font-style: normal;
    line-height: normal;
    float: left;
  } */


  .logo{
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    width: 22rem;
    float: left;
    margin-top: 1rem;
}
.logo span{
  font-weight: 300;
  width: 10rem;
  height: 10rem;
  border-radius: 6rem;
  color: white;
  margin-right: .2rem;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  background: #698C20;
  align-items: center;
} 






  .menu{
    color: #302E2E;
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: right;
    margin-top: 4.5rem;
  }
  .menu span{
    font-size: 2.5rem;
    position: relative;
    top: -2px;
    color: #9a9a9a;
    margin: 0 1rem;
  }
  .menu a{
    font-size: 3rem;
    text-decoration: none;
    color: #000000;
  }

  /* Banner 1 start*/
  .banner{
    width: 100%;
    height: 100%;
    padding-top: 16rem;
    padding-bottom: 12rem;
    background-color:#D5FAEC;
  }
  .banner .title{
    color: #444444;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 5.6rem;
    line-height: normal;
  }
  .banner .subtitle{
    color: #444444;
    text-align: center;
    font-family: Roboto;
    font-size: 3rem;
    line-height: normal;
    margin: 3rem 0 4rem 0;
  }


  .banner .btns{
    display: block;
}
.banner .btns > a{
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 20px;
    text-decoration: none;
    text-align: left;
    color: #222;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    margin: 5px 0;

}

.banner .clmbtn{
    background: #C2E9FF;
/* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10); */
}

.banner .aebtn{
    background: #C6FFC1;
/* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10); */
}

.banner .ccbtn{
    background: #FFB03A;
    /* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10); */
}

 /* Banner 1 end*/

  /* Banner 2 start*/
  .banner2{
    width: 100%;
    height: 100%;
    padding-top: 16rem;
    padding-bottom: 12rem;
    background: #C2E9FF;
    display: none;
  }
  .banner2 .title{
    color: #000000;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 5.6rem;
    line-height: normal;
  }
  .banner2 .subtitle{
    color: #000000;
    text-align: center;
    font-family: Roboto;
    font-size: 3rem;
    line-height: normal;
    margin: 3rem 0 4rem 0;
  }

  .banner2 ul.pointcover{
    width: 100%;
    margin: 0 0 4rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner2 ul.pointcover li{
    list-style: none;
    background: #3babf1;
    margin: .2rem;
    padding: 1rem 2rem;
    font-size: 2rem;
    color:#ffffff;
    font-family: 'Roboto Medium', sans-serif;

  }

  .banner2 .btns{
    display: block;
}
.banner2 .btns > a{
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 20px;
    text-decoration: none;
    text-align: left;
    color: #222;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    margin: 5px 0;

}

.banner2 .clmbtn{
  background: rgba(255, 246, 233, 0.70);
/* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10); */
}

.banner2 .aebtn{
    background: #C6FFC1;
/* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10); */
}

.banner2 .ccbtn{
    background: #FFB03A;
    /* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10); */
}

 /* Banner 2 end*/



  /* Banner 3 start*/
  .banner3{
    width: 100%;
    height: 100%;
    padding-top: 16rem;
    padding-bottom: 12rem;
    background: #C6FFC1;
    display: none;
    /* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10); */
  }
  .banner3 .title{
    color: #000000;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 5.6rem;
    line-height: normal;
  }
  .banner3 .subtitle{
    color: #000000;
    text-align: center;
    font-family: Roboto;
    font-size: 3rem;
    line-height: normal;
    margin: 3rem 0 4rem 0;
  }

  .banner3 ul.pointcover{
    width: 100%;
    margin: 0 0 4rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner3 ul.pointcover li{
    list-style: none;
    background: #58e29d;
    margin: .2rem;
    padding: 1rem 2rem;
    font-size: 2rem;
    color:#ffffff;
    font-family: 'Roboto Medium', sans-serif;

  }

  .banner3 .btns{
    display: block;
}
.banner3 .btns > a{
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 20px;
    text-decoration: none;
    text-align: left;
    color: #222;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    margin: 5px 0;

}

.banner3 .clmbtn{
  background: #C2E9FF
/* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10); */
}

.banner3 .aebtn{
  background: rgba(255, 246, 233, 0.70);
/* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10); */
}

.banner3 .ccbtn{
    background: #FFB03A;
    /* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10); */
}

 /* Banner 3 end*/


  /* Banner 4 start*/
  .banner4{
    width: 100%;
    height: 100%;
    padding-top: 16rem;
    padding-bottom: 12rem;
    background: #FFB03A;
    display: none;
/* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10); */
  }
  .banner4 .title{
    color: #000000;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 5.6rem;
    line-height: normal;
  }
  .banner4 .subtitle{
    color: #000000;
    text-align: center;
    font-family: Roboto;
    font-size: 3rem;
    line-height: normal;
    margin: 3rem 0 4rem 0;
  }

  .banner4 ul.pointcover{
    width: 100%;
    margin: 0 0 4rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner4 ul.pointcover li{
    list-style: none;
    background: #3babf1;
    margin: .2rem;
    padding: 0;
    font-size: 2rem;
    width: 25rem;
    color:#ffffff;
    font-family: 'Roboto Medium', sans-serif;

  }

  .banner4 .btns{
    display: block;
}
.banner4 .btns > a{
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 20px;
    text-decoration: none;
    text-align: left;
    color: #222;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    margin: 5px 0;

}

.banner4 .clmbtn{
  
  background: #C2E9FF
/* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10); */
}

.banner4 .aebtn{
    background: #C6FFC1;
/* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10); */
}

.banner4 .ccbtn{
  background: rgba(255, 246, 233, 0.70);
    /* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10); */
}

 /* Banner 4 end*/


  /* Email development start*/
  .email{
    width: 100%;
    height: 100%;
    padding-top: 16rem;
    padding-bottom: 10rem;
    background-color: #D5FAEC;
  }
  .email .title{
    color: #444444;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 5.6rem;
    line-height: normal;
  }
  .email .subtitle{
    color: #444444;
    text-align: center;
    font-family: Roboto;
    font-size: 3rem;
    line-height: normal;
    margin: 3rem 0 4rem 0;
  }

  .emfeature{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 2rem;
    
}
.emfeature_tab {
  width: 100%;
  position: relative;
  margin: 2rem 0;
  background: #C8F2E2;
  min-height: 30rem;
  border-radius: 2rem;
  padding: 2rem 3rem;
  font-size: 3rem;
}

.emfeature_tab h3{
  font-size: 4.5rem;
  font-weight: bold;
}

.emfeature_tab ul{
  padding: 0;
  margin: 0 3rem; 
}
.emfeature_tab ul li{
  padding: 0;
  margin: 1rem 0;
  list-style: circle;
}
 /* Email development end*/




.portfolio{
    width: 100%;
    height: 100%;
    padding-top: 12rem;
    padding-bottom: 10rem;
    background: #F8F8F7;
}
h2{
    color: #302E2E;
    text-align: center;
    font-size: 4.8rem;
    margin-bottom: 5rem;
    /* font-weight: bold; */
    font-family: 'Roboto Medium', sans-serif;
    line-height: normal;
}

.pfcontent{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    
}
.imgthumb{
    width: 100%;
    position: relative;
    margin: 2rem 0;
}
.pfdescription{
  position: absolute;
  background-color: rgba(0,0,0,.8);
  width: 24rem;
  left: 0;
  color: #ffffff;
  font-size: 2.5rem;
  padding: 1.5rem;
  bottom: 11px;
  border-radius: 0 1.5rem 1.5rem 0;

}

.pfdescription2 {

  top: 11px;
  bottom: auto;

}


.pfbtn{
  position: absolute;
  background-color: rgba(83, 193, 53, 0.9);
  width: 24rem;
  left: 0;
  color: #ffffff;
  font-size: 2.5rem;
  padding: 1.5rem;
  bottom: 20px;
  border-radius: 0 1.5rem 1.5rem 0;
  text-decoration: none;

}



.feedback{
    width: 100%;
    height: 100%;
    padding-top: 12rem;
    padding-bottom: 12rem;
    position: relative;
    background: rgba(0, 0, 0, 0.78);
}
.feedback h2{
  color: #ffffff;
}





/* Slideshow container */
.slideshow-container {
    position: relative;
    /* background: #f1f1f1f1; */
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 2rem 6rem;
    text-align: center;
    font-size: 2.8rem;
    font-family: 'Roboto thin', sans-serif;
    color: #FFF;
    
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -3rem;
    padding: 1.6rem;
    color: #888;
    font-weight: bold;
    font-size: 4rem;
    /* border-radius: 0 3px 3px 0; */
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    /* background-color: rgba(0,0,0,0.8); */
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
  
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 2rem;
    width: 2rem;
    margin: 0 .5rem;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  
  /* Add a blue color to the author */
  .author {
    color: #ffffff;
    font-size: 2rem;
    position: absolute;
    bottom: 1.4rem;
    right: 8rem;
  }
  .author img{
    width: 13rem;
    display: inline-block;
  }
  .author span{
    font-size: 3rem;
    line-height: 0;
    display: inline-block;
    margin: 1.8rem 0 0 0.6rem;
    position: absolute;
  }




  .hireme{

    width: 100%;
    height: 100%;
    padding-top: 12rem;
    padding-bottom: 10rem;
    background: #FFFAE2;
  }

  .contactcover{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .form{
    width: 100%;
    border-right: none ;
    position: relative;
    padding: 0 2rem 2rem 2rem;
    
  }
  .thanks{
    position: absolute;
    bottom: 1.7rem;
    line-height: 2.5rem;
    left: 27rem;
    color: #098d23;
    font-size: 2rem;
  }
  .form label{
    color: #A1A1A1;
    text-align: left;
    font-family: 'Roboto Thin', sans-serif;
    font-size: 3rem;
    display: block;
    margin-top: 1.5rem;
    
  }

  .form input{
    border: 1px solid #FFEC88;
    background: #FFF;
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: 2rem;
    flex-shrink: 0;
    
  }
  .form textarea{
    border: 1px solid #FFEC88;
    background: #FFF;
    width: 100%;
    padding: 1rem 2rem;
    height: 15rem;
    font-size: 2rem;
    flex-shrink: 0;
    max-width: 83rem;
    margin-bottom: 1rem;
    
  }
  /* .form button{
    font-size: 2.6rem;
    padding: .5rem 4rem;
    background: #FFB525;
    margin-top: 2rem;
    border: 0;
    color: #ffffff;
  } */

  .form .submitbtn{
    font-size: 2.6rem;
    padding: .5rem 4rem;
    background: #FFB525;
    margin-top: 2rem;
    width: max-content;
    border: 0;
    color: #ffffff;
  }

  .form .custom-file-input {
    

    border: none;
    background: none;
    width: 100%;
    padding: 0;
    flex-shrink: 0;
    font-size: 1.5rem;
  }

/* 
  .form .custom-file-input {
    

    border: none;
    background: none;
    width: 100%;
    padding: 0;
    flex-shrink: 0;
  }
  .form .custom-file-input::-webkit-file-upload-button {
    margin-left: -15rem;
    background: none;
    border: none;
    opacity: 0;
    
    
  }

  .form .custom-file-input::before {
   
    content: 'Attachment';
    color: #000000;
    display: inline-block;
    border: none;
    border-radius: 3px;
    padding: 1rem 3rem;
    outline: none;
    
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    background: #C2E9FF;
    
    font-weight: 700;
    font-size: 2rem;
  } */
  input[type=file]::file-selector-button {
    margin-right: 1rem;
   
    border: none;
    background:url(../images/attachicon.png) 1rem center no-repeat #C2E9FF;
    background-size: 1.5rem;
    padding: 1rem 2rem 1rem 3rem;
    
    color: #000000;
    cursor: pointer;
    font-size: 1.5rem;
    transition: background .2s ease-in-out;
  }

  .quote{
    color: #302E2E;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 3rem;

  }
  .hireinfo{
    width: 100%;
    padding: 0 2rem;
    
  }

  .hitxt{
    color: #222;
    font-family: 'Roboto lite', sans-serif;
    font-size: 2rem;
    line-height: normal;

  }
  .invite{
    color: #222;
    font-family: 'Roboto lite', sans-serif;
    font-size: 2rem;
    line-height: normal;
  }
.inimg{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
}

.connect_cover{
  width: 100%;
  background: #FFF5C2;
  padding: 1rem 3rem;
}
.connect_cover ul{
  margin: 0;
  padding: 0;
}
.connect_cover ul li{
  width: 100%;
  padding: 1rem 0;
  border-bottom: #ffffff 1px solid;
  display: flex;
  font-size: 2rem;
  
  justify-content: space-between;
}
.connect_cover ul li:last-child{
  border-bottom: none;
}
.connect_cover ul li a{
  color: #302E2E;
  text-decoration: none;
}
.connect{
  color: #302E2E;
  font-family: 'Roboto Black', sans-serif;
  font-size: 3rem;
}

/* xs */
@media (min-width: 475px) {

    html{
        font-size: 36%;
    }
    .container{
        max-width: 475px;
    }
  

}

/* sm */
@media (min-width: 640px) {

    .container{
        max-width: 640px;
    }

    .banner .btns{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner .btns > a{

        width: 30%;
        margin: 0 10px;

    
    }


    .banner2 .btns{
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .banner2 .btns > a{

      width: 30%;
      margin: 0 10px;

  
  }


  .banner3 .btns{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner3 .btns > a{

    width: 30%;
    margin: 0 10px;


}


.banner4 .btns{
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner4 .btns > a{

  width: 30%;
  margin: 0 10px;


}
.emfeature_tab{
  width: 48%;
}
    .imgthumb{
        width: 48%;
        /* position: relative;
        float: left;
        margin: 1.5rem; */
    }

    .mySlides {

      font-size: 4rem;
      
    }

    .contactcover{
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      flex-direction: row;
    }
    .form{
      width: 50%;
      border-right: 1px solid #D0B629;
      
      
    }
    .hireinfo{
      width: 50%;
      /* border-left: 1px solid #D0B629;  */
      
    }




}

/* md */
@media (min-width: 768px) {

    .container{
        max-width: 768px;
    }
    
}

/* lg */
@media (min-width: 1024px) {

    .container{
        max-width: 1024px;
    }
}

/* xl */
@media (min-width: 1280px) {
    html{
        font-size: 62.5%;
    }

    .container{
        max-width: 1280px;
    }

    .emfeature_tab{
      font-size: 2rem;
    }
    .emfeature_tab ul{
      margin: 0 2rem;
    }
    .emfeature_tab h3{
      font-size: 3rem;
     
    }

    .logo{
      transform: scale(.8);
    }
    .menu{
      font-size: 2.5rem;
    }

    

}

/* 2xl */
/* @media (min-width: 1536px) {
    html{
        font-size: 62.5%;
    }
    .container{
        max-width: 1536px;
    }
   
} */