*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
#btn{
    width: 150px;
    padding: 10px;
}
html,body{
    overflow-x: hidden;
    width: 100%;
}
section{
   display: flex;
   align-items: center;
   margin-top:50px;
}
#times{
    margin-top: -56px;
    margin-left: 210px;
}
#times:hover{
    cursor: pointer;
}
.message-box{
    display: none;
    width: 250px;
}

.about-wrap{
    margin-top:100px;
    margin-left: 20px;
}
.card{
    background-color: orange;
    color:white;
    font-size: 20px;
    padding: 30px;
    margin-top: 20px;
}
#cardes{
    background-color: white;
}
#card{
    background-color: white;
}
#card-wrapper{
    background-color: white;
}
#card-wrapper .card{
    padding-left: 0px;
}
#card-wrapper img{
    padding: 0px;
    margin-top: 0px;
}
 ul li{
        list-style: none;
    }
    #icon:hover{
      color: orange;
    } 
     #card-wrapper img{
        width: 100%;
    }
    #icon:hover{
      color: orange;
    } 
.card-text{
    font-family: 'sans-serif','Times New Roman', Times, serif;
}
.core-values > li{
    list-style-type: disc;
}
.core-values > li::marker{
   color:orange;
}
.mb-5{
    margin-bottom: 200px !important;
}
 ul li{
    list-style: none;
   }
 ol.core-values li ::before{
    list-style: none;
    content: "✔";
 }
 .div{
    background: linear-gradient(rgba(0.5,0.5,0.5,0.8)),url(robot.jpg);
    background-blend-mode: darken;
    }
 .div .container-fluid{
   padding-top: 200px;
 }
 ::-webkit-scrollbar {
  width: 11px; /* vertical scrollbar width */
  height: 5px; /* horizontal scrollbar height */
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
  background-color: #ffa500; 
  border-radius: 6px;
  border: 3px solid #f1f1f1; 
}

 /*responsive design*/
 @media(max-width:575.98px){
    .card-container{
        display: flex;
        flex-direction: column;
    }
    .card-container .card{
        margin-left: auto;
        margin-right: auto;
       text-align: center;
       width: 200px;
    }
 
    
   .spp{
    margin-top: 70px;
   }
   .div .container-fluid{
   padding-top: 40px;
   padding-bottom: 100px;
 }
     #contac{
       margin-top: 100px !important;
     }
    .container-wrapper .row{
      display: grid !important;
     grid-template-columns: 1fr !important;
    }
    .container-wrapper .card{
     width: 100% !important;
    }
    #row-flex{
     display: flex;
     flex-direction: column;
     justify-content: center;
    }
    .container .card #card-wrapper{
     display: flex !important;
     flex-direction: column !important;
      width:100% !important;
    }
    .about-description{
        margin-top:80px !important;
    }
    .navbar-brand{
        margin-left:0 !important;
    }
    #flex-wrap{
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .contact-info .col{
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
    .row #icon{
        margin-left: 10px;
    }
 
 }
@media(min-width:576px){
   .container-wrapper .row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    margin:0;
    }
    .container-wrapper .card{
        width: 100% !important;
    }
    .about-description{
        margin-top:50px
    }
    .contact-info .col{
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
}
@media(max-width:768px){
    .container-wrapper .card{
        width: 100% !important;
    }
    .container-wrapper img{
        display: flex;
       width: 100% !important;
    }
    .about-description{
        margin-top:50px
    }
    .contact-info .col{
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
    .spp{
    margin-top: 70px;
   }
}
@media(min-width:769px){
   .div .container-fluid{
   padding-top: 170px;
   padding-bottom: 100px;
 }
}



