@media (max-width: 1199px) {
	.grid-2 .grid-sizer,
	.grid-2 .grid-item { width: 50%; }
	.grid-3 .grid-sizer,
	.grid-3 .grid-item { width: 33.333333%; }
	.grid-4 .grid-sizer,
	.grid-4 .grid-item { width: 33.333333%; }
	.grid-5 .grid-sizer,
	.grid-5 .grid-item { width: 33.333333%; }
	body {
    font-size: 16px;
}
	.header-phone span{
	    display: none;
	}
	.cta-content {
    font-size: 26px;
}
#hero h1 {
    font-size: 48px;
}
#hero h1 span {
    font-size: 26px;
}
.section-heading h2 {
    font-size: 36px;
}
#about h2{
    font-size: 28px;
}
#projects a {
    height: 200px;
}
#contact .section-heading.text-white h2 {
    font-size: 26px;
}
}

@media (max-width: 991px) {
	.grid-2 .grid-sizer,
	.grid-2 .grid-item { width: 50%; }
	.grid-3 .grid-sizer,
	.grid-3 .grid-item { width: 50%; }
	.grid-4 .grid-sizer,
	.grid-4 .grid-item { width: 50%; }
	.grid-5 .grid-sizer,
	.grid-5 .grid-item { width: 50%; }
	#primary-menu {
    display: none;
}
.logo {
    float: none;
    line-height: 60px;
    height: 60px;
    margin: 0 auto;
    width: 240px;
		text-align: center;
}
.logo a {
    top: 10px;
}
.header-social {
    float: right;
    background: #191919;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 42px;
    top: 0;
    width: 42px;
    text-align: center;
}
.header-social img {
    width: 24px;
}
.header-phone {
    color: #fff;
    float: right;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    text-align: center;
}
.header-phone span{
    display: none !important;
}

#trigger-btn{display: block}
#hero {
    height: 400px;
}
#projects a {
    height: 150px;
}
.testimonial {
    padding: 0;
}
}

@media (max-width: 767px) {
	.grid-2 .grid-sizer,
	.grid-2 .grid-item { width: 100%; }
	.grid-3 .grid-sizer,
	.grid-3 .grid-item { width: 100%; }
	.grid-4 .grid-sizer,
	.grid-4 .grid-item { width: 100%; }
	.grid-5 .grid-sizer,
	.grid-5 .grid-item { width: 100%; }
	#contact .section-heading.text-white h2 {
    padding: 0;
		text-align: left;
}
.section-heading.red h2 {
    text-align: left;
}

#services img{margin-bottom: 35px;}
#services .text-right{text-align: left !important}
.section-heading.heading-border.text-right:before {
    left: 0;
    right: inherit;
    background-color: #e61e25;
}
.section-heading.heading-border.text-right {
    padding-right: 0;
    padding-left: 20px;
}
#projects a {
    height: 180px;
}
footer,
footer .text-right {
    text-align: center !important;
}
.logo img {
    max-height: 83px;
}
.header-social img {
    width: 14px;
}
.header-social {
    left: 42px;
    width: 42px;
}
}

@media (max-width: 575px) {
	.grid-2 .grid-sizer,
	.grid-2 .grid-item { width: 100%; }
	.grid-3 .grid-sizer,
	.grid-3 .grid-item { width: 100%; }
	.grid-4 .grid-sizer,
	.grid-4 .grid-item { width: 100%; }
	.grid-5 .grid-sizer,
	.grid-5 .grid-item { width: 100%; }
	section {
    padding: 80px 0;
}
#hero h1 {
    font-size: 32px;
}
#hero h1 span {
    font-size: 20px;
}
#about h3 {
    font-size: 24px;
}
.cta-content {
    font-size: 20px;
}
}
