*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
}

body{
	background-color: #d7d7e1;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: small;


  background-image: url("../images/background.jfif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover ;
}


/* override nav size */
nav {
   height: 75px;
   line-height: 75px;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
   height: 75px;
   line-height: 75px;
}

nav .button-collapse i {
   height: 75px;
   line-height:75px;
}

nav .brand-logo { 
   font-size: 1.6rem; 
}













.logo {
   display: inline-block;
   height: 100%;
}

.logo>img {
   vertical-align: middle
}




.devpulse{
   position: absolute;
   right: 30px;
   bottom: 30px;
}

.btnWhatsapp{
   height: 40px;
   width: 150px;
   display: inline-block;
   border: 0;
   border-radius: 5px;
   background-color: red;
   background-image: url(../images/whatsapp.png);
   background-size: 32px;
   background-position: 10px center;
   background-repeat: no-repeat;
   padding-left: 44px;
   font-weight: bold;
   color: #ffffff;
   text-align: left;
   cursor: pointer;
   margin-bottom: 10px;
   background-color: #40c351;
}

.btnCall{
   height: 40px;
   width: 150px;
   display: inline-block;
   border: 0;
   border-radius: 5px;
   background-color: red;
   background-image: url(../images/call.png);
   background-size: 32px;
   background-position: 10px center;
   background-repeat: no-repeat;
   padding-left: 44px;
   font-weight: bold;
   color: #ffffff;
   text-align: left;
   cursor: pointer;
   margin-bottom: 10px;
   background-color: #76c24f;
}

.btnWhatsapp:hover{
   background-color: #37af1a;
}

.btnCall:hover{
   background-color: #76944f;
}

.mainpage{
   padding-top: 100px;
   min-height: 500px;
   background-color: rgba(0, 0, 100, 0.5);
}

.devmain1{
   font-size: large;
   padding: 30px;
}

.devmain2{
   font-size: large;
   padding: 30px;
}


.main2{
   background-color: #eeeeee;
}

.imageSplash{
   width: 100%;
   border-radius: 10px 50px 10px 50px;
   display: block;
   min-height: 100px;
   padding: 0;
   overflow: hidden;
}

.imageSplash img{
   width: 100%;
   border-radius: 10px 50px 10px 50px;
   background-color: red;
}

.devabout{
   background-color: #ffffff;
   padding: 20px;
}
.devabout .content{
   max-width: 800px;
   margin: auto;
}

.devfeatures{
   background-color: #ffffff;
   padding: 30px;
}
.devfeatures .content{
   max-width: 800px;
   margin: auto;
}

ul.featurelist {
   text-align: left;
}

ul.featurelist li{
   list-style: square;
   font-size: normal;
}


.devwhyus{
   background-color: #ffffff;
   padding: 20px;
}
.devwhyus .content{
   max-width: 800px;
   margin: auto;
}

.devwhyus .content button.box{
   width: 45%;
   min-height: 100px;
   background-color: #ffffff;
   border:0;
   font-size: large;
   font-weight: bold;
   border-radius: 10px;
   vertical-align: top;
   margin-bottom: 10px;
   margin-left: 5px;
   margin-right: 5px;
   color: #333333;
}

.devwhyus .content button.box:hover{
   -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
   box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.carouselImg{
   width: 100%;
   max-width: 500px;
}
.testimonials{
   padding: 30px;
}
.testi{
   text-align: left;
   max-width: 500px;
   margin: auto;
}
.carousel-slider{
   height: 300px;
   max-height: 200px;
}


button.galleryBtn{
   width: 45%;
   min-height: 50px;
   overflow: hidden;
   border:0;
   padding: 0px;
   cursor: pointer;
}
button.galleryBtn img{
   width: 100%;
   height: 100%;
   border-radius: 10px;
}

@media only screen and (min-width: 601px){
   nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
       height: 75px;
       line-height: 75px;
   }
   .mainpage{
      padding: 50px;
   }
   .devpulse{
      position: absolute;
      right: 50px;
      bottom: 50px;
   }

   .devmain1{
      display: table-cell;
      vertical-align: middle;
      width: 50%;
   }
   .devmain2{
      display: table-cell;
      vertical-align: middle;
      width: 50%;
   }
   ul.featurelist li{
      list-style: square;
      font-size: large;
   }

   button.galleryBtn{
      width: 30%;
   }
}

@media only screen and (min-width: 1000px){
   .mainpage{
      padding: 100px;
   }

}