@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
body{
    font-family: 'Roboto', sans-serif !important;
}

.header{
    background-image: url('../images/page-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

.nav-link{
    font-weight: 500;
    color:black !important;
}
.choice{
    background: #fafafa;
}
.title-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title{
    text-transform: capitalize;
    font-weight: 500;
    font-size:40px;
    text-align:center;
    /*color:#242a56;*/
    color: #383838;
    font-weight:800;
}
.title-area p{
    font-weight: 400;
    font-size:15px;
    letter-spacing: 0.3px;
    color: #080a3dd1;
    text-align: center;
}
.icon-feature{
    text-align: center;
    color:#525961;
}
.icon-feature h5{
    font-size: 20px;
    font-weight: 500;
}
.icon-feature p{
    font-weight: 400;
    font-size: 15px;
    max-width: 300px;
}
.fa-clock,.fa-hammer,.fa-users{
    font-size: 77px;
    color: #6b3aff;
  }
.product-item{
    box-shadow:hsl(0, 0%, 80%) 0 0 16px;
    color:white;
	display:flex;
	flex-direction:column;
	height:100%;
}
.product button{
}
.product-item p{
    margin:0;
}
.product-item div:nth-child(1){
    text-align: center;
    padding: 15px;
}
.product-item div:nth-child(2){
	padding:15px;
    text-align: center;
    background-color: #202331;
	display:flex;
	flex-direction:column;
	justify-content:space-around;
	height:100%;
}
.product-item div:nth-child(2) a:nth-child(1){
    font-size: 16px;
    color: white;
    text-decoration: none;
}
.product-item div:nth-child(2) a:nth-child(2){
    font-size: 14px;
    color: white;
    text-decoration: none;
}
.header-info h1{
		font-size:70px;
	}
@media only screen and (max-width: 574px) {
    .product .col-lg-3{
        margin-top: 20px;
    }
	.header-info{
		align-items:center;
		text-align:center;
	}
	.header-info h1{
		font-size:40px;
	}
}
.footer{
    background: #202331;
    color:white
}
.footer ul li{
    list-style: none;
    margin-top: 8px;
    margin-bottom: 8px;
    color:#d0d0d0;
}
.footer h4{
    font-weight: 700;
}
.logo-alt,.footer li a{
    color:#d0d0d0 ;
}

.footer ul{
    margin:0;
    padding:0
}
.footer a{
    color:white;
}
.footer a:hover{
    text-decoration: none;
}
.footer ul li span:nth-child(1) {
    width: 25px;
    display: inline-block;
}
.count{
    background:#fafafa;
    padding: 5rem;
}
.count-item{
    background-color: white;
    padding: 45px;
    height: 100%;
    box-shadow:0px 0px 12px 3px rgb(0 0 0 / 0.38)
}
.count-item span{
display: block;
font-size: 40px;
font-weight: bold;
}
.count-item label{
    position: relative;
    font-size: 16px;
    padding-top: 12px;
    font-weight: 500;
}
.count-item label::before{
    position: absolute;
    content: "";
    background: #de0e0e;
    width: 30px;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.count-icon{
    
    background:#6b3aff;
    position: absolute;
    right: 0px;
    bottom: -34px;
    padding: 15px;
    border-radius: 13px;

}
.count-icon .far,.count-icon .fas{ 
    color: white;
    font-size: 40px;
    width: 40px;
    height:40px;
}
.news-item span{
    font-size: 14px;
    font-weight: 500;
    color: #8e8d8d;
}
.news-item a {
    text-decoration: none;
}
.new-title{
    color:#383838;
}
@media screen and (max-width:992px){
    .count .col-12{
        margin-bottom: 50px !important;
    }
    .count .col-sm-12{
        margin-bottom: 50px !important;
    }
    .scroll-table{
        overflow-x: scroll;
    }
}


@media screen and (max-width:768px){
    .news .col-12{
        margin-bottom: 20px !important;
    }
}
.btn-purple{
    background: #6b3aff;
}
.page-bg{
    background-image: url('../images/page-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem;
}
.home-title{
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.page-title{
    color: white;
    margin: 0;
    font-size: 55px;
    font-weight: bold;
}
.contact-widget .fas{
    font-size: 35px;
}
.contact-widget{
    text-align: center;
    box-shadow: hsl(0, 0%, 80%) 0 0 16px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #383838;height: 100%;
}
.contact-widget h4{
    font-weight: 900;
    margin: 10px 0;
}
.contact-item{
    color: #383838;
    margin:50px 0;
    
}
.contact-item h5{
    font-size: 45px;
    font-weight: bold;
}
.contact-item textarea{
    resize: none;
}
.contact-m{
    margin-top: 4rem;
    margin-bottom: 4rem;
}
@media screen and (max-width:767px){
    .col-12:nth-child(2),.col-12:nth-child(3){
        margin-top: 20px;
    }
}

.gallery img{
    max-height: 466px;
    margin-top: 20px;
}

p{
    margin:0;
}

.product-images-alt{
    color: white;
    background:#ff9800;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}