
*{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
	
.nav.navbar-nav{
   display: flex;
   justify-content: space-between;
   list-style: none;
   padding: 0px 15px;
}
.navbar {
	padding: 10px 50px;
}
.navbar1 {
	display: flex;
	gap: 10px;
	margin-top: 2px;
    justify-content: space-between;
    list-style: none;
}

.navbar1 li a {
	display: flex;
	gap: 10px;
    justify-content: space-between;
    list-style: none;
	font-size: 16px !important;
}
.number {
	position: absolute;
	right: 120px;
}

.item { 
position: relative;
 z-index: 2; 
 padding-bottom: 10px; 
 float: left;
 margin: 10px;
 }
.item::after {
	content: "";
	display: table;
    clear: both;
}
.row::after {
	content: "";
	display: block;
	clear: both;
}
.size {
	font-size: 5px;
}
.peb {
	color: #fff;
}

.navbar-nav li a{
   text-decoration: none;
   color:#fff;
   font-size: 18px !important;
}

.first-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 5rem;
}

.first-items {
    display: block;
    align-items: center;
	max-width: 884px;
	margin: 0 auto;
	margin-top: 40px;
}

.custom-box{
    width: 156px;
    height: 182px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-box-img{
    width: 88%;
    height: auto;
}
.custom-box hr{
    width: 100px;
    margin: 10px 0 3px 0;
    height: 1px;
    background-color: #c14301;
    border: none;
}
.custom-box p{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.content {
	background: #111;
	padding: 30px 15px;
}
.tera {
	margin-top: -14px;
}
.tera img {
	position: relative;
    left: -21.5rem;
    max-width: 100%;
} 
.foot {
	color:#fff;
	font-family:Arial;
	font-size: 13px;  
	margin-top: 10px;
}
.foot a {
	color: #fff;
    font-family: Arial;
    font-size: 13px;
	text-decoration: none;
}
.with {
   position: relative;
   right: 4.5rem;
   height: 110px;
   width: auto;
}
.row {
   width: 100%;
}
.navbar1 .nmb {
		display: none;
	}
 .nmb{
        display: none;
    } 
	

@media (min-width: 320px) and (max-width:500px) {
    .header, .navbar {
        width: 100%;
    }
	.nav.navbar-nav {
		display: block;
	}
	.navbar1 {
		display: block;
	}
	.number {
		top: 20px;
		right: 18px;
	}
	.first-row {
		display: block;
	}
    .first-items {
		margin-top: 130px;
	}
    .navbar {
    padding: 10px 0px;
    }
	.navbar1 li {
	display: inline-block;
    }
	.tera img {
		left: 1.1rem;
		position: absolute;
		margin-top: -85px; 
	}
		
    .navbar1 li a {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    font-size: 11px;
    margin: 2px 0;
}

.with {
    right: -2.5rem;
    width: 200px;
}

.col-md-l {
   display: none;
}

.row {
   width: 100%;
}
.with img {
	max-width: 100%;
}
.custom-box {
	width: 100%;
	height: auto;
	display: block;
	padding: 5px 0;
	text-align: center;
} 
.custom-box-img {
    width: 100px;
    height: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}  
.custom-box hr {
    margin: 5px auto;
	width: 90%;
}
.custom-box p {
    text-align: center;
}	
.row::after {
	content: "";
	display: block;
	clear: both;
}
}


@media (min-width: 320px) and (max-width:345px) {
.item {
    width: 37%;
	padding: 10px;
}
}

@media (min-width: 345px) and (max-width:400px) {
.item {
    width: 38%;
	padding: 10px;
}
}

@media (min-width: 400px) and (max-width:445px) {
.item {
	width: 40%;
	padding: 10px;
}
}

@media (min-width: 445px) and (max-width:500px) {
.item {
	width: 41%;
	padding: 10px;
}
}

@media (min-width: 500px) and (max-width:572px) {
.item {
	width: 42%;
	padding: 10px;
}
}

@media (min-width: 572px) and (max-width:600px) {
.item {
	width: 43%;
	padding: 10px;
} 
}

@media (min-width: 600px) and (max-width:671px) {
.item {
	width: 43%;
	padding: 10px;
} 
}

@media (min-width: 671px) and (max-width:700px) {
.item {
	width: 44%;
	padding: 10px;
} 
}

@media (min-width: 700px) and (max-width:750px) {
.item {
	width: 44%;
	padding: 10px;
} 
}

@media (min-width: 750px) and (max-width:800px) {
.item {
	width: 44%;
	padding: 10px;
} 
}

@media (min-width: 800px) and (max-width: 900px) {
.item {
	width: 20%;
	padding: 10px;
} 
}

@media (min-width: 900px) and (max-width: 1000px) {
.item {
	width: 20%;
	padding: 10px;
} 
}


@media (min-width: 500px) and (max-width:1000px) {
    .header, .navbar {
        width: 100%;
    }
	.nav.navbar-nav {
		display: block;
	}
	.navbar1 {
		display: block;
	}
	.number {
		top: 20px;
		right: 18px;
	}
	.first-row {
		display: block;
	}
    .first-items {
		margin-top: 130px;
	}
    .navbar {
    padding: 10px 0px;
    }
	.navbar1 li {
	display: inline-block;
    }
	.tera img {
		left: 1.3rem;
        position: absolute;
        margin-top: -70px;
	}
	.navbar1 li a {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    font-size: 11px;
    margin: 2px 0;
}

.with {
    right: -2.5rem;
    width: 200px;
}

.col-md-l {
   display: none;
}

.row {
   width: 100%;
}
.with img {
	max-width: 100%;
}
.custom-box {
	width: 100%;
	height: auto;
	display: block;
	padding: 5px 0;
	text-align: center;
} 
.custom-box-img {
    width: 100px;
    height: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}  
.custom-box hr {
    margin: 5px auto;
	width: 90%;
}
.custom-box p {
    text-align: center;
}	
.row::after {
	content: "";
	display: block;
	clear: both;
}
}








 