@CHARSET "ISO-8859-1";

ul{
	list-style: circle;
	padding-left: 15px;
}
#about{
	background: url("../img/BackgroundImage.png") no-repeat center
		center/cover;
}
#ms-video{
	background-color: #daebf6;
}
#our-modules{
	background-color: #daebf6;
}
#clients{
	background-color: #daebf6;
}
#our-pricing{
	background-color: #daebf6;
}

#walkthrough{
	max-height: 520px;
}

#dd-video{
	max-height: 285px;
}

.adr-blue-text{
	color: #4e70c1;
	font-weight: 900;
}
.digital-double-section{
	background: url("../img/BackgroundImage.png") no-repeat center
		center/cover;
		
}

.MineSimLogo {
	max-width: 75%;
}

.adroit-logo-bg {
	padding: 10px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 15px;
}

.adroit-logo {
	width: 90%;
}

.bg {
	background: url("../../customAssets/img/unknown.png") no-repeat center
		center/cover;
}

.bg-dd {
	background: url("../img/pexels-sasha-prasastika-3780477.jpg") no-repeat
		center center/cover;
}

.bg9 {
	background: url("../../customAssets/img/MineSim Modules/Crusher Op.png") no-repeat
		center center/cover;
}

.header.button-nav.fixed-nav .navbar-nav .nav-link.active {
	color: #ffffff;
	background: #77abd2;
	border-radius: 50px;
}

.counter-box-custom {
	font-size: 0.8rem;
	padding : 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.counter-box-custom i{
	color: #77abd2; 

	}

.counter-box-custom:hover {
	border-color: #77abd2;
}

#moduleInfo{
	margin-top: 15px;
	background: rgba(0, 0, 0, 0.5);
}

.moduleCard {
	height: 250px;
	margin-bottom: 15px;
}

 #clients .clients-wrap {
     border-top: 1px solid #d6eaff;
     border-left: 1px solid #d6eaff;
     margin-bottom: 30px
 }

 #clients .client-logo {
     padding: 64px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-right: 1px solid #d6eaff;
     border-bottom: 1px solid #d6eaff;
     overflow: hidden;
     background: #fff;
     height: 160px
 }

 #clients img {
     transition: all 0.4s ease-in-out
 }
 
 .copyright a {
	color: white;
 }
 
  .copyright a:visited {
	color: #77abd2;
 }
 
 .btn-adroit {
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  position: relative;
  background: #ffffff;
  border: 1px solid transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #ffffff; }
  .btn-adroit:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    background: #77abd2;
    width: calc(100% + 1px);
    border-radius: 3px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out; }
  .btn-adroit:hover, .btn-adroit:focus {
    background: #ffffff;
    border: 1px solid #77abd2;
    color: #77abd2; }
    .btn-adroit:hover:before, .btn-adroit:focus:before {
      transform: scale(0);
      -webkit-transform: scale(0); }
      

 