
@media (max-width: 1360px){
   .banner-content .content img{
   	width: 275px;
   }
   .project-list .image{
   	height: 400px;
   }
   .project-idea h3{
   	font-size: 60px;
   	line-height: 70px;
   }
   .d-promise h2 {
    font-size: 36px;
    line-height: 45px;
}
@media (max-width: 1200px){
	.d-promise p {
    font-size: 19px;
    line-height: 27px;
 }
	.d-promise{
		padding: 25px;
	}
   .banner-content .content img{
   	width: 275px;
   }
   .project-banner h1{
   	font-size: 40px;
   	line-height: 50px;
   }
   .project-list .image{
   	height: 375px;
   }
   .project-idea h3 {
    font-size: 50px;
    line-height: 70px;
}
.intellyze-list li {
  font-size: 12px;
  margin-right: 15px;
}
@media (max-width: 1024px){
	.project-banner h1{
   	font-size: 35px;
   	line-height: 43px;
   }
	}
@media (max-width: 991px){
	.project-detail-page h1{
		font-size: 45px;
		line-height: 60px;
	}
	.project-detail-page .discover p{
		padding-left: 0;
		max-width: unset;
	}
	.project-detail-page .discover h2{
		text-align: left;
		padding-bottom: 15px;
	}

	.d-promise h2{
		padding-bottom: 35px;
		text-align: center;
	}
	.d-promise .content{
		top: 0;
		padding: 15px;
		max-width: 500px;
		margin: auto;
	}
	.d-promise{
		height: unset !important;
		margin-bottom: 0 !important;
		background: unset;
		padding: 0;
		margin-top: 0 !important;
	}
	.project-image-sec{
		margin: 0;
	}
	.project-detail-page .top-content{
		margin: 50px 0 50px 50px;
	}
	.project-image-sec{
		padding: 0;
	}
	.banner-content{
		padding-bottom: 0;
	}
	.project-banner{
		margin-left: 0;
		text-align: center;
		margin-top: 35px;
	}
	.intellyze-list{
	    justify-content: center !important;
	}
	.intellyze-left{
		width: 100%;
		position: relative;
		flex-direction: row;
		align-items: center;
	}
	.navigation{
		display: flex;
	}
	.intellyze-left h2,.intellyze-left p{
		display: none;
	}
	.navigation li{
		margin: 0 25px 0 0;
	}
	.navigation li:after{
		display: none;
	}
	.intellyze-right{
		width: 100%;
		left: 0;
	}
	.project-list .image{
		height: 400px;
	}
	.project-idea h3 {
    font-size: 50px;
    margin-right: 50px;
    line-height: 60px;
}
.project-detail-page .discover{
	padding: 0 0 25px 0;
}
}
@media (max-width: 767px){
.hamburger-menu {
    display: block;
}
.navigation{
    position: fixed;
    position: fixed;
    top:0;
    left: 0;
    text-align: center;
    padding:35px 25px 25px 25px;
    width: 100%;
    display: block !important;
    background: #424242;
    margin: 0;
    z-index: 9999;
    transition: all 0.5s ease;
    display:none !important;
}
.navigation.show {
    top: 93px;
    display: block !important;
}
.navigation li{
    margin: 0 0 15px 0;
}
.navigation li a{
    color: #fff;
    font-size: 17px;
}
.copyright{
	margin-bottom:15px;
	text-align: center;
}
.f-nav{
	justify-content: center !important;
}
}
@media (max-width: 600px){
  .intellyze-left .interest a{
  	 padding: 5px 15px;
  	 font-size: 15px;
  }
  .banner-content .content img {
    width: 250px;
}
.banner-content h1{
	font-size: 21px;
	line-height: 25px;
}
.project-list .image {
    height: 300px;
}
.copyright{
	font-size: 14px;
}
.f-nav li{
	margin-right: 10px;
}
.f-nav li a{
	font-size: 14px;
}
.intellyze-list{
	max-width: 375px;
	margin: auto;
}
.intellyze-list li{
	margin: 0;
	margin-bottom: 7px;
	width: 50%;
}
.intellyze-list li:nth-child(even){
	border: none !important;
	padding-left:15px;
}
.project-detail-page{
	padding: 0;
}
.project-detail-page h1{
	font-size: 30px;
	line-height: 37px;
}
.project-idea h3{
	font-size: 30px;
	line-height: 37px;
}
.project-idea{
	margin-top: 50px;
}
}