@media(min-width: 768px) and (max-width:991px){
	.footer-link{
		margin-bottom:40px
	}
	.main-title {	   
	    font-size: 50px;	  
	    line-height: 72px;	  
	}
	.counter-wrap span {   
	    font-size: 50px;	    
	}
	.counter .img-wrap {
	  margin-bottom: 0	   
	}
	.gallery-thumbs {
    	position: relative;
    }
    .gallery-top {
    	width: 100%;
    }
    .gallery-thumbs .swiper-wrapper-gallery{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, 1fr); 
		grid-column-gap: 0px;
		grid-row-gap: 0px;   
	}
    .div1 { grid-area: 1 / 1 / 2 / 2; }
	.div2 { grid-area: 1 / 2 / 2 / 3; }
	.div3 { grid-area: 1 / 3 / 2 / 4; }
	.div4 { grid-area: 1 / 4 / 2 / 5; }
	.div5 { grid-area: 2 / 1 / 3 / 2; }
	.div6 { grid-area: 2 / 2 / 3 / 3; }
	.div7 { grid-area: 2 / 3 / 3 / 4; }
	.div8 { grid-area: 2 / 4 / 3 / 5; } 
	.gallery-thumbs .swiper-slide, .gallery-thumbs .swiper-slide img{   
	    height: 25vw;  
	}
}

@media(min-width: 992px) and (max-width:1199px){
	.footer-link{
		margin-bottom:40px
	}
	.gallery-thumbs {
    	position: relative;
    }
    .gallery-top {
    	width: 100%;
    }
	.gallery-thumbs .swiper-wrapper-gallery{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, 1fr); 
		grid-column-gap: 0px;
		grid-row-gap: 0px;   
	}
    .div1 { grid-area: 1 / 1 / 2 / 2; }
	.div2 { grid-area: 1 / 2 / 2 / 3; }
	.div3 { grid-area: 1 / 3 / 2 / 4; }
	.div4 { grid-area: 1 / 4 / 2 / 5; }
	.div5 { grid-area: 2 / 1 / 3 / 2; }
	.div6 { grid-area: 2 / 2 / 3 / 3; }
	.div7 { grid-area: 2 / 3 / 3 / 4; }
	.div8 { grid-area: 2 / 4 / 3 / 5; } 
	.counter-wrap span {	   
	    font-size: 75px;	   
	}
	.nav-item .nav-link{
		margin-right:15px;
	}
	
}
@media(max-width: 1490px){
.service .row.mt-5{
	margin-top:20px !important;
}
.sub-title{
	font-size: 15px;
	margin-bottom:30px !important;
}
.banner .btn-blue.mb-5{
	margin-bottom:30px !important;
}
.banner{
	padding-bottom: 28px;
}
}
@media(max-width: 1400px){
	.main-title{
		font-size: 78px;
		line-height: 90px;
	}
	.container {
		max-width: 94%;
	}
	.banner {
		padding: 0 0 15px 0;
	}
	.gallery-top{
		height: 400px;
	}
	.gallery-thumbs .swiper-slide , .gallery-thumbs .swiper-slide img{
		height: 200px;
	}
	.service-wrap .img-wrap img{
		width:68%;
	}
	.title-1{
		font-size:50px;
		margin-bottom:20px;
	}
	.service-listing-detail {
		padding-bottom: 0px;
	}
	
}
@media(max-width: 1199px){
	.gallery-top {
		height: auto;
	}
	.main-title {
		font-size: 70px;
		line-height: 85px;
	}
}
@media(max-width: 991px){
	.mobile-img {
		width: 100%;
		margin: 40px auto;
		max-width: 100%;
		display: block;
}
.service-wrap .img-wrap img{
	object-position: left;
}
.get-started-singapore p{
	line-height: 22px;
}
.menu:hover {
    opacity: 1;
}
.open .hamburger {
    background-color: transparent;
  }
  .open .hamburger::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .hamburger::after {
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
    -ms-transform: rotate(-45deg) translate(2px, -2px);
    transform: rotate(-45deg) translate(2px, -2px);
  }
  #navbarSupportedContent , .hide-mobile{
	  display: none;

  }
  .nav-item .nav-link::before{
	  position: relative;
  }

  li.nav-item {
    height: auto;
	line-height: 52px;
	padding: 0px 15px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
li.nav-item:last-child{
	border-bottom:0px;
}
  .open #navbarSupportedContent{
	display: block;
	position: absolute;
	left:0;
	right:0;
	width:100%;
	background-color: #1793dd;
	top:90%;
	z-index:1;
}
.open.sticky #navbarSupportedContent{
	top:85%;
}
  .menu {
    display: block;
    outline: none;
    position: relative;
    
    float: right;
    right: 15px;
    top: 0px;
    width: 30px;
    height: 30px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
  }
  .menu:hover {
    opacity: 1;
  }
  #header{
	  line-height: 100px;
	  padding:0;
  }
  .hamburger, .hamburger::after, .hamburger::before {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 3px;
    line-height: 0;
    -webkit-transition: all 150ms;
    transition: all 150ms;
  }

  .hamburger::before {
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }

  .hamburger::after {
    content: '';
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
    -ms-transform: rotate(-45deg) translate(2px, -2px);
    transform: rotate(-45deg) translate(2px, -2px);
    background: #fff;
  }

  .hamburger {
    background: #fff;
  }
  .sticky .hamburger , .sticky .hamburger::before , .sticky .hamburger::after  {
    background: #000;
  }
  .open.sticky .hamburger {
    background-color: transparent;
}
.sticky .nav-item .nav-link{
    color: #fff;
}
li.nav-item:hover{
	background-color: #fff;
}
li.nav-item:hover a.nav-link{
	color: #000;
}
  .hamburger::after {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .hamburger::before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .sub-title{
	  width:100%;
  }
  .video-player-wrap{
	  padding-top:58%;
  }
  #header.sticky{
	line-height: 84px;
  }
  .sticky .app-header-wrapper{
	height: 70px;
  }
  .nav-item .nav-link{
	  font-size:14px;
	  font-weight:500;
  }
  .navbar-brand img{
	  max-width:135px;
  }
  .navbar-brand{
	  padding-left: 15px;
  }
  .main-title {
    font-size: 55px;
	line-height: 68px;
	margin-top:20px;
}
}
@media(max-width: 767px){
	.footer-link{
		margin-bottom:40px
	}
	.get-started{
		background-image: none;
	}
	.main-title {   
	    font-size: 42px;   
	    line-height: 61px;
	    margin-top: 80px;
	}
	.title-1 {   
    	font-size:37px;
    	line-height: 50px;
	}
	.work-mockup {
    	padding: 0;
    }
    .counter .img-wrap {	   
	    margin-bottom:0px;
	}
	.counter p {
	    margin-bottom:60px;
	}
	.counter-wrap span {	  
	    font-size:60px;
	    line-height: 60px;
	}
	.step-desc {
	   	margin-bottom: 60px;
	}
	.gallery-top{
		width:100%;
	}
	.gallery-thumbs {
    	position: relative;	    
	}
	.gallery-thumbs .swiper-wrapper-gallery{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;   
	}
	.div1 { grid-area: 1 / 1 / 2 / 2; }
	.div2 { grid-area: 1 / 2 / 2 / 3; }
	.div3 { grid-area: 2 / 1 / 3 / 2; }
	.div4 { grid-area: 2 / 2 / 3 / 3; }
	.div5 { grid-area: 3 / 1 / 4 / 2; }
	.div6 { grid-area: 3 / 2 / 4 / 3; }
	.div7 { grid-area: 4 / 1 / 5 / 2; }
	.div8 { grid-area: 4 / 2 / 5 / 3; } 
	.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	    outline:none;
	}
	.gallery-thumbs .swiper-slide:nth-child(1), .gallery-thumbs .swiper-slide:nth-child(4), .gallery-thumbs .swiper-slide:nth-child(5), .gallery-thumbs .swiper-slide:nth-child(8) {
	    background: #fff;
	}
	.gallery-thumbs .swiper-slide:nth-child(2), .gallery-thumbs .swiper-slide:nth-child(3), .gallery-thumbs .swiper-slide:nth-child(6), .gallery-thumbs .swiper-slide:nth-child(7) {
	    background: #e7f4fc;
	}
	.gallery-thumbs .swiper-slide, .gallery-thumbs .swiper-slide img{   
	    height: 40vw;  
	}
	.counter{
		padding: 90px 0px 30px;
	}
	.banner .container-fluid .container{
		margin:0;
		padding:0px 5px;
		
	}
	.container {
		max-width: 100%;
	}
	.mobile-img{
		margin: 0px auto 40px;
	}
}
@media(max-width: 480px){
	.title-1 {
		font-size: 42px;
	}
	.testi-img{
		width:100%;
	}
	.main-title {
		font-size: 50px;
		line-height: 60px;
	}
	.service-listing-detail {
		padding: 0px;
	}
	.partner-logo{
		padding:70px 0;
	}
}
@media(max-width: 360px){
	.title-1 {
		font-size: 32px;
		line-height: 44px;
	}
}
@media(min-width: 1200px) and (max-width:1499px){
	.cman-pic{
		height:auto;
	}
	.cman-quote {	  
		font-size: 14px;
		margin-top:15px !important;
	}
	.gallery-top .swiper-slide {
		padding: 15px;
	}

}
@media(min-width: 1500px){
	.container {
	    max-width: 1416px;
	}
}