<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1199px) {
  .g-box {
    width: 42.85%;
  }
}
@media (min-width: 1400px) {
	.carousel-inner&gt;.item{
		min-height: 600px;
		overflow: hidden;
	}
}
@media (max-width: 991px) {
  .g-box {
    width: 50%;
  }
  .page-title h1.title, .container.hide_cont_width .content-part h1 {
  	font-size: 28px;
  }
}

@media (min-width: 992px) {
	.addvertisement {
		float:right;
	}
}
@media (max-width: 768px) {
  .main-logo {
    width: 200px;
    bottom: -50px;
  }
  .g-list ul li {
    width: 50%;
  }
  .g-box {
    width: 80%;
  }
  .caro-nav {
    right: 0;
  }
  .main-slider .slider-box {
    right: 0;
    bottom: 0;
    top: auto;
    transform: translateY(0);
    width: auto;
  }
  .project-zone .nav-tabs {
  	padding-left: 0;
  	padding-right: 0;
  }


  .wi-social {
	  display: none !important;
  }

	
}
@media (max-width: 768px) {
	.container.hide_cont_width .shadow-box {
	  margin-top: 50px;
	}
	.container.hide_cont_width img {
	    width: 100%;
	}
	
}
@media (max-width: 767px) {
	.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;
	}
	.typology-layout-b {
	    padding-left: 18rem;
	}
	.typology-layout-b .post-date {
	    left: -188px;
	}
	.typology-layout-b .post-date-day {
	    font-size: 5rem;
	    margin-bottom: 7px;
	}
  
}

@media (max-width: 550px) { 
	.main-nav {display:none}
	.typology-layout-b {
	    padding-left: 10rem;
	}
	.typology-layout-b .post-date {
	    left: -86px;
	}
	.section-content-b .typology-ad-between-posts::before, .typology-post.typology-layout-b::before,
	.typology-layout-b .post-date::after {
		display: none;
	}
	.typology-layout-b .post-date-day {
	    font-size: 4rem;
	    margin-bottom: 0px;
	}
  
	/* .button_container {
	    top: 120px;
	} */
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	
	.main-logo {
		position: static;
/*	    margin: auto;*/
	    margin-bottom: 10px;
	}
	.main-slider .carousel-inner&gt;.item {
		min-height: 400px;
	}
	.main-slider .slider-box {
		font-size: 16px;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
	}
	.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;
		display: table-caption;
	}
	.testimonial h3:before {
	    font-size: 30px;
	    left: -40px;
	}
	.testimonial p {
		font-size: 18px;
	}
	
	  
}

/* @media (max-width: 568px) { 
	.testimonial .bg-testi {
		padding-left: 40px;
		padding-right: 40px;
		max-width: 568px;
	}
}

@media (max-width: 640px) { 
	.testimonial .bg-testi {
		padding-left: 40px;
		padding-right: 40px;
		max-width: 640px;
	}
}
@media (max-width: 823px) { 
	.testimonial .bg-testi {
		padding-left: 40px;
		padding-right: 40px;
		max-width: 823px;
	}
} */


@media (max-width: 479px) { 
	
	.main-slider .carousel-inner&gt;.item img {
		height: 320px;
		object-fit: cover;
	}
	.caro-nav ul li a {
		padding: 5px 10px;
	}

	  
}


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

}

/*Min to Max */
@media (min-width: 768px) {
	.main-nav &gt; ul &gt; li{
		height: 100%;
    vertical-align: middle;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	html .main-slider .carousel-control .fa-angle-left, 
	html .main-slider .carousel-control .fa-angle-right{
		transform: translateY(-120%);
		-webkit-transform: translateY(-120%);
		-moz-transform: translateY(-120%);
	}
}
</pre></body></html>