/*Custom Style Sheet*/
body{
   background:white;  
}

/*Navbar Decoration*/

.mynav {
  background-color: white !important;
}

.navbar-brand {
  margin-left: 50px;
  margin-top: -5px;
}

.navbar-collapse {
    background-color: #fff;
}    

.mynav a {
  margin-right: 30px;
  margin-left: 30px;
  color: #181174 !important;
  border-bottom: 2px solid transparent;
}

.mynav a:hover {
  border-bottom: 2px solid #181174;
}

.active a {
  border-bottom: 2px solid #181174;
}

.description {
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -55%);
  text-align: center;
}

.description h1 {
  color: #3b47ff;
}

.description p {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5;
}

.desabt h2 {
  color: #181174;
  font-size: 1.4rem;
  line-height: 1.5;
}

.desabt h4 {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

.desabt p {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

.desabt q {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

.desabt h3 {
  color: #181174;
  font-size: 1.4rem;
  line-height: 1.5;
}

.description button {
  border:1px solid #3b47ff;
  background:#3b47ff;
  border-radius: 0;
  color:#fff;
}

.description button:hover {
  border:1px solid #fff;
  background:#fff;
  color:#000;
}

.desabt {
  padding-top: 40px;
  padding-left: 70px;
}


.features {
  margin: 4em auto;
  padding: 1em;
  position: relative;
}

.feature-title {
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.features img {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}
.features .form-control,
.features input {
    border-radius: 0;
}

.features .btn {
  background-color: #3b47ff;
  border: 1px solid #3b47ff;
  color: #fff;
  margin-top: 20px;
}

.features .btn:hover {
  background-color: #333;
  border: 1px solid #333;
}
.page-footer {
  background-color: #222;
  color: #ccc;
  padding: 20px 0 30px;
}

.footer-copyright {
  background-color: #222;
  color: #666;
  position: sticky;
}

.desfoot {
  background-color: #222;
  color: #666;
  position: sticky;
}

.desabtprod img{
  height : 250px;
  width : 250px;
  object-fit: scale-down;
}

.spec {
  font-size: 0.9rem;
}

.desabtprod {
  padding-top: 40px;
  padding-left: 70px;
}

.desabtprod h2 {
  color: #181174;
  font-size: 1.4rem;
  line-height: 1.5;
}

.desabtprodmain img{
  height : 250px;
  width : 250px;
  object-fit: scale-down;
}

.desabtprodmain {
  padding-top: 40px;
  padding-left: 70px;
}