@import url('https://fonts.googleapis.com/css2?family=Mansalva&family=Poppins:wght@300;400;500;600&display=swap');

body{
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
 
  color: #FFF;
  background: #ec5d18 !important;
}
img{
    max-width: 100%;
}

h1 {font-size:48px; font-weight: 600; }

.pagetitle{
    padding: 10px 0;
}
.aboutus{
    color: #000;
}
.aboutus h4{
        font-size: 38px;
        position: relative;
        font-weight: 600;
    
}
.aboutus h4 span {
        font-size: 30px;
        position: relative;
        font-weight: 500;
    
}

.aboutus h5 {
    display: block;
    font-weight: normal;
        font-size: 20px;
    line-height: 36px;
}

.aboutus{
    padding: 10px 0 0;
}
.aboutus p{
    font-size: 14px;
    line-height: 24px;
}
.aboutus ul li{
    margin: 0 0 10px;
}


.listimg ul {
    display: flex;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    gap: 10px;
    flex-flow: wrap;
}
.listimg ul li{
    flex: 0 0 32.3%;
}
a.btn.btn-theme {
    background: #000;
    color: #FFF;
    border: none;
    margin: 0 0 10px;
    padding: 4px 16px;
    border-radius: 3px;
	margin-right: 10px;
}
a.btn.btn-theme:hover{
    background: #ec5d18;
}

a.btn.btn-theme:active{
    background: #ec5d18;
	 color: #FFF;
}


a.btn.btn-theme2 {
        background: #ec5d18;
    color: #FFF;
    border: none;
    margin: 0 0 10px;
    padding: 4px 16px;
    border-radius: 3px;
	margin-right: 10px;
}
a.btn.btn-theme2:hover{
 color: #FFF;
	background: #000;
}

a.btn.btn-theme2:active{
 color: #FFF;
	background: #000;
}





.aboutbox{
    border-radius: 10px;
    padding-top: 15px;
    margin-bottom: 30px;
}

@media (max-width:599px){
    body{
        padding: 0 15px;
    }
    .listimg ul li{
        flex: 0 0 48%;
    }

    .aboutus h4{
        font-size: 22px;
    }
    .aboutus h4 span{
        font-size: 18px;
    }
    .listimg ul {
      
        padding: 20px 0;
    }
}