
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif !important;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
ul,
li {
	margin: 0px;
	padding: 0px;
}


/*font-family: 'Stint Ultra Condensed', cursive;
font-family: 'Cabin', sans-serif;*/
/*needed*/
a {
	text-decoration: none !important;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:hover {
	text-decoration: none !important;
}

ul {
	list-style-type: none;
}

.clear {
	clear: both;
}

/*needed*/
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
}


/******* project banner *******/


.project-banner{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 170px 0px;
    background: url(../images/project-banner-bg.png) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}
.project-banner-row{
    margin: 0px 0px 0px 0px;
    padding: 150px 0px 0px 0px;
} 
.project-banner-row h1{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 84px;
    color: #fff;
    text-align: center;
} 



/******* project *******/

.project{
    margin: 0px 0px 0px 0px;
    padding: 136px 0px 95px 0px;
    overflow: hidden;
    background: #fff;
    width: 100%;
}
.project-row{
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    column-count: 3;
    column-gap: 25px;
} 
.project1{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
img.pro-pic{
    width: 100%;
}
.project-row2{
    column-count: 2;
}


/****** responsive ********/

@media (max-width: 1399px) and (min-device-width: 1200px) {


/***** project *****/



} 

@media (max-width: 1199px) and (min-device-width: 992px) {


/***** project *****/

} 

@media (max-width: 991px) and (min-device-width: 768px) {

/******* banner *****/
.project-banner {
    padding: 0px 0px 100px 0px;
} 
.project-banner-row {
    padding: 130px 0px 0px 0px;
}
.project-banner-row h1 {
    font-size: 44px;
} 
/***** project *****/
.project {
    padding: 76px 0px 55px 0px;
}


}

@media (max-width: 767px) and (min-device-width: 280px) {


/******* banner *****/
.project-banner {
    padding: 0px 0px 100px 0px;
} 
.project-banner-row {
    padding: 130px 0px 0px 0px;
}
.project-banner-row h1 {
    font-size: 37px;
} 

/***** project *****/
.project {
    padding: 76px 0px 55px 0px;
}


}