@media (max-width: 1199px) {
  .g-box {
    width: 42.85%;
  }
}


@media (max-width: 991px) {
	
  .g-box {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .main-logo {
	    width: 100px;
	    bottom: -78px;
	}
  .g-list ul li {
    width: 50%;
  }
  .g-box {
    width: 80%;
  }
  .caro-nav {
    right: 0;
  }
  .main-slider .slider-box {
    bottom: 30%;
    right: 50px;
  }
  .project-zone .nav-tabs {
  	padding-left: 0;
  	padding-right: 0;
  }

	
}

@media (max-width: 767px) {
	.project-zone ul.nav-tabs li {
  	display: none;
  }
  .project-zone ul.nav-tabs li:nth-child(1),
  .project-zone ul.nav-tabs li:nth-child(2),
  .project-zone ul.nav-tabs li:nth-child(3),
  .project-zone ul.nav-tabs li:nth-child(4) {
  	display: inline-flex;
  }
	.foot-nav ul li {
		border-left: 0;
	}
	.foot-nav ul li a {
		line-height: 2;
	}
	
	.project-zone .nav-tabs {
		padding-left: 0;
		padding-right: 0;
	}
	.project-zone .nav-tabs {
		display: table;
	}
	.project-zone .nav-tabs li {
/*		display: table-cell;*/
		margin-right: 15px
	}
  /*.tooltip-sep-content {
     transform: translateX(0); 
	}*/
	.tooltip-sep-content {
	    transform: translateX(-50%);
	    left: 50%;
	}
}


@media (max-width: 600px) { 
	.search {
		padding-top: 0;
	}
	.main-logo {
		position: static;
	    margin: auto;
	    margin-bottom: 0;
	    bottom: 0;
	    margin-top: 15px;
	    width: 75px;

	}
}
@media (max-width: 550px) { 
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	

	.main-slider .carousel-inner>.item {
		/*min-height: 400px;*/
	}
	.main-slider .slider-box {
		font-size: 16px;
	}
	.grid .item {
		width: 100%;
	}
	.project-zone .nav-tabs li a {
		font-size: 14px;
	}
	.project-zone .tab-content .col-xs-6 {
		width: 100%;
	}
	.poster {
		padding-bottom: 10px;
	}
	.happening .big-title {
		padding-left: 0;
		padding-right: 0;
	}
	.testimonial {
	  padding-top: 50px;
	}
	.testimonial .bg-testi {
		padding-left: 30px;
		padding-right: 30px;
	}
	.testimonial h3:before {
	    font-size: 30px;
	    left: -40px;
	}
	.testimonial p {
		font-size: 18px;
	}
	
	  
}

@media (max-width: 479px) { 
	
	.main-slider .carousel-inner>.item img {
/*		height: 450px;*/
	}
	.caro-nav ul li a {
		padding: 5px 10px;
	}

	  
}

@media (max-width: 390px) {
  .project-zone ul.nav-tabs li:nth-child(4) {
  	display: none;
  }

}

@media (max-width: 320px) { 
	.main-slider .carousel-inner>.item img {
/*		height: 350px;*/
	}

}

/*Min to Max */
@media (min-width: 768px) {
 
}


