/*Rest CSS*/
.btn{border:none; outline: none;}


@font-face {
  font-family: 'Roboto', sans-serif;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Roboto-bold', sans-serif;
  src: url(../fonts/Roboto-Bold.ttf);
}

*{margin:0px; padding:0px; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; height:auto;}
body{font-family:'Roboto', sans-serif; font-size:16px; background:#fff; color:#333;}
section{width:100%; display:inline-block; float:left;}
.clr{clear:both;}

.logo{width: 100%; max-width: 140px;}
.certificate-img {
  background-color: #ddc;
  border: solid 5vmin #eee;
  border-bottom-color: #fff;
  border-left-color: #eee;
  border-radius: 2px;
  border-right-color: #eee;
  border-top-color: #ddd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: inline-block;
  margin: 20px;
  padding: 0;
  position: relative;
  text-align: center;
}
.footer{
  background: #333;
}
.footer ul li{float: left; width: 100%; color: #fff; font-size: 16px; line-height: 24px; list-style-type: none; position: relative; padding: 0px 0px 10px 25px;}
.footer ul li i{position: absolute; display: inline-block; left: 0px; top: 0px; color: #fff; font-size: 18px; line-height: 24px;}
.footer ul li a{color: #fff; font-size: 16px; text-decoration: none;}
.footer ul li a:hover,
.footer ul li a:focus,
.footer ul li a:visited{color: #fff; text-decoration: none;}
.btn-gradient1{
  background: linear-gradient(to right top, #f16245, #e84d7a, #bf54a5, #7c64bb, #006cb5);
}
.btn-gradient1:hover{
  background: linear-gradient(to left bottom, #f16245, #e84d7a, #bf54a5, #7c64bb, #006cb5);
}
.shadow-card:hover{
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);;
}
.img-120{width: 120px;}
.mapview{height: 300px; border:0;}
.resize-none{resize: none;}
.bg-dark-transparent{background: rgba(0, 0, 0, 0.5);}

/* input file style */
.btn-tertiary {
  color: #555;
  padding: 0;
  line-height: 40px;
  width: 300px;
  margin: auto;
  display: block;
  border: 2px solid #555;
}
.btn-tertiary:hover, .btn-tertiary:focus {
  color: #888888;
  border-color: #888888;
}


.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
}
.input-file + .js-labelFile .icon:before {
  content: "";
}
.input-file + .js-labelFile.has-file .icon:before {
  content: "";
  color: #5aac7b;
}

/*--------------------------------------------------Media Query-----------------------------------------*/

@media (min-width:992px){
  .navbar-brand{
    margin-right: 3rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 600px)
 {
}

@media only screen and (max-width: 480px) {
}