/******************************
RESPONSIVE STYLES 
******************************/
@media screen and (max-width: 1900px) {
    h1, h2, .large-text {
        font-size: 66px;
    }
}
@media screen and (max-width: 1700px) {
    h1, h2, .large-text {
        font-size: 66px;
    }
}
@media screen and (max-width: 1600px) {
    h1, h2, .large-text {
        font-size: 60px;
    }
    .nav-menu > li:not(:last-child) {
        margin-right: 30px;
    }
    .header-menu .btn {
        min-width: 210px;
    }
    .info-section .section-content .inner-box,
    .single-project-wrapper .project-content .inner-box {
        padding-left: 100px;
    }
    .featured-projects-slider .project-box {
        height: 400px;
    }
    .testimonials-wrapper .inner-box {
        padding-left: 80px;
    }
    .partners-wrapper .inner-box {
        padding: 0;
    }
    .social a,
    .header-wrapper .search-btn,
    .header-wrapper .search-box:before {
        font-size: 26px;
    }
    .social a:not(:last-child) {
        margin-right: 20px;
    }
    .footer-top .flexbox > div:last-child {
        min-width: auto;
    }
    .footer-btm {
        font-size: 16px;
    }
    .jbsystems a {
        margin-left: 20px;
    }
    .breadcrumbs {
        font-size: 18px;
    }
    .memberships-wrapper .logos-wrapper {
        justify-content: space-around;
    }
    .partners-wrapper .logos-wrapper {
        grid-column-gap: 40px;
    }
}
@media screen and (max-width: 1440px) {
    h1, h2, .large-text {
        font-size: 52px;
    }
    h3, h4,
    .project-box .project-title {
        font-size: 26px;
    }
    .logo-wrapper {
	    display: flex;
	    justify-content: center;
    }
    .slick-arrow:before{
        font-size: 48px;
    } 
    .slick-slider-nav .slick-prev {
        margin-right: 35px;
    }
    .slick-slider-nav .slick-next {
        margin-left: 35px;
    }
    .more-link, .back-link,
    .project-box .project-sub-title {
        font-size: 16px;
    }
    .info-section:nth-child(even) .section-content,
    .info-section:nth-child(odd) .section-content,
    .single-project-wrapper .project-content {
        width: calc(50% + 70px);
    }
    .info-section .img-box,
    .single-project-wrapper .project-image {
        width: calc(50% - 70px);
    }
    .info-section:nth-child(even) .section-content {
        padding-left: 40px;
    }
    .info-section:nth-child(odd) .section-content {
        padding-right: 40px;
    }
    .info-section .section-content .inner-box {
        padding-left: 60px;
    }
    .quick-links-wrapper {
        padding: 90px 0;
    }
    .ql-box {
        height: 350px;
        padding: 25px;
    }
    .featured-projects-wrapper {
        padding-bottom: 90px;
    }
    .featured-projects-wrapper .flexbox {
        flex-direction: column;
        text-align: center;
    }
    .featured-projects-wrapper .flexbox > div,
    .featured-projects-wrapper .flexbox > div:first-child {
        width: 100%;
    }
    .featured-projects-wrapper .flexbox > div:not(:first-child) {
        padding-left: 0;
    }
    .featured-projects-wrapper h2 {
        margin-bottom: 25px;
    }
    .featured-projects-wrapper .flexbox .btn {
        margin-top: 25px;
    }
    .featured-projects-slider .project-box {
        height: 370px;
    }
    .project-box .btn {
        min-width: 200px;
    }
    .photo-gallery a {
        height: 400px;
    }
    .testimonials-wrapper {
        padding: 100px 0;
    }
    .memberships-wrapper a {
        max-width: 280px;
    }
    .info-section ul li, 
    .single-project-wrapper .project-content ul li {
        font-size: 18px;
    }
    .projects-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .bar-callout {
        min-height: 320px;
    }
    .page-sections + .bar-callout-wrapper {
        padding-top: 70px;
    }
    .photo-gallery .gallery-item:before {
        font-size: 50px;
    }
    .photo-gallery .gallery-item {
        height: 350px;
    }
    .photo-gallery a:nth-child(7n + 3), 
    .photo-gallery a:nth-child(8n + 5) {
        height: 720px;
    }
    	.footer-btm .flexbox > div:nth-child(1) {
	    width: 50% !important;
	}
	.footer-btm .flexbox > div:nth-child(2) {
	    width: 50% !important;
	}
	.footer-btm .flexbox > div:nth-child(3) {
	    width: 50% !important;
	    padding-top: 50px;
	}
	.footer-btm .flexbox > div:nth-child(4) {
	    width: 50% !important;
	    padding-top: 50px;
	}
}
@media screen and (max-width: 1250px) {
   .header-menu .container {
      padding: 0px 40px;
   }
   .slick-slider-nav .slick-prev {
     left: 25px !important; 
   }
   .slick-slider-nav .slick-next {
      right: 25px !important;
    }
}
@media screen and (max-width: 1200px) {
    .icon-img-box {
      width: 40%;
    }
    .modal-content {
      padding: 50px;
    }
    h1, h2, .large-text {
        font-size: 46px;
    }
    #nav-btn, 
    #nav-close-btn{
        font-size: 30px;
    }
    #nav-btn:hover {
      color: #CE1728 !important;
    }
    #nav-close-btn:hover {
      color: #000000;
    }
    .nav-menu > li > a:hover {
       color: #000000 !important;
    }
    #nav-btn {
        display: block;
        transform: translateY(calc(50% - 15px)); 
        -webkit-transform: translateY(calc(50% - 15px)); 
        position: relative;
        align-self: center;
    }
    #nav-close-btn {
        position: absolute;
        top: 35px;
        right: 35px;
        display: block;
        z-index: 5;
    }
    .header-wrapper .search-btn {
        border-right: 2px solid rgba(3,3,3,0.1);
    }
    .header-menu-right > .flexbox {
        position: static;
    }
    .header-wrapper.show-search .search-box {
        top: 100%;
        left: 0;
        right: 0;
        border-left: none;
        border-top: 2px solid rgba(3,3,3,0.1);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
        max-width: 100%;
    }
    .main-nav{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        margin: 0;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        color: #fff;
        background-color: #CE1728;
        overflow: hidden;
        overflow-y: auto;
        z-index: 110;
        padding: 0;
    }
    .open .main-nav{
        width: 550px;
    }
    .main-nav nav{
        position: relative;
        min-width: 550px;
        padding: 100px 60px 40px 40px;
        text-align: left;
    }
    .nav-menu{
        display: block;
        margin: 0;
        padding: 0;
        text-align: inherit;
    }
    .nav-menu > li {
        display: block;
        margin: 0;
        padding: 0;
    }
    .nav-menu > li:not(:last-child) {
        margin-right: 0;
    }
    .nav-menu > li:hover > a, 
    .nav-menu > li.active > a, 
    .sub-menu li a:hover {
        color: inherit;
    }
    .main-nav, 
    .main-nav nav, 
    .nav-menu,
    .nav-menu > li {
        height: auto;
    }
    .nav-menu > li > a {
        display: block;
        padding: 17px 40px 12px 15px;
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        text-transform: uppercase;
        font-size: 24px;
        color: inherit;
        text-align: left;
        white-space: pre-wrap;
    }
    .nav-menu > li:last-child {
        margin-left: 0;
    }
    .sub-menu:before {
        content: none;
    }
    .sub-ctrl{
        position: absolute;
        top: 2px;
        right: 0;
        width: 30px;
        height: 60px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
        display: flex;
        align-items: center;
    }
    .sub-ctrl:after{
        content: '';
        width: 9px;
        height: 9px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform-origin: center;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .sub-ctrl.show:after{
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .sub-menu {
        position: static;
        display: none;
        min-width: 100%;
        width: 100%;
        margin: 0;
        border: 0;
        padding: 18px 25px 10px;
        text-align: inherit;
        -webkit-transform: none;
        transform: none;
        transition: none;
        box-shadow: none;
        background-color: transparent;
        font-weight: normal;
        opacity: 1;
        visibility: visible;
    }
    .sub-menu li:not(:last-child) a {
        border-bottom: none;
    }
    .sub-menu li a:before {
        content: none;
    }
    .sub-menu li:not(:last-child) {
        margin-bottom: 10px;
    }
    .sub-menu li a {
        font-family: inherit;
        text-transform: none;
        font-size: 20px;
        color: #fff;
        padding: 7px 0;
        font-weight: normal;
        margin: 0;
    }
    .sub-menu li a:hover {
        color: #fff;
    }
    .quick-links-wrapper .ql-box {
        width: calc(50% - 10px);
    }
    .quick-links-wrapper .ql-box:nth-child(6n + 3), 
    .quick-links-wrapper .ql-box:nth-child(6n + 4) {
        width: 100%;
    }
    .quick-links-wrapper .ql-box:nth-child(even):not(:nth-child(3n)) {
        margin-right: 0;
    }
    .testimonials-wrapper .inner-box {
        padding-left: 50px;
    }
    .partners-wrapper .logos-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .main-content .table,
    .main-content .cell {
        display: block;
    }
    .main-content .sidebar {
        padding-left: 0;
        margin: 70px auto 0;
    }
    .footer-top {
        padding: 70px 0;
    }
    .footer-top .flexbox > div:nth-child(2),
    .footer-top .flexbox > div:nth-child(3):not(:last-child),
    .footer-btm .flexbox > div:nth-child(2),
    .footer-btm .flexbox > div:last-child:not(:first-child) {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-top .flexbox > div:not(:nth-child(3)) {
        margin-bottom: 40px;
    }
    .footer-btm .flexbox > div:not(:last-child) {
        margin-bottom: 20px;
    }
    .footer-top .flexbox > div:nth-child(3) {
        order: 1;
    }
    .footer-top .flexbox > div:not(:first-child), 
    .footer-btm .flexbox > div:not(:first-child) {
        padding-left: 0;
    }
    .footer-wrapper .logo {
        max-width: 350px;
        margin: 0 auto;
    }
    .page-sections + .bar-callout-wrapper {
        padding-top: 40px;
    }
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .projects-wrapper {
        padding-bottom: 100px;
    }
    .prod-detail-box-content,
	.prod-detail-box-img {
		width: 100% !important; 
	}
	.prod-detail-box .prod-detail-box-content {
		height: auto;
	}
}
@media screen and (max-width: 1100px) {
  .desktop-nav-container {
     display: none !important;
  }
  .mobile-nav-container {
     display: flex !important;
  }
  .mobile-nav-container .right-nav {
     display: flex;
     justify-content: flex-end;
     align-items: center;
     flex-grow: 1;
  }
  .mobile-logo {
     display: flex;
     justify-content: center;
     align-items: center;
  }
  .desktop-logo {
     display: none !important;
  }
  .uniform-container > div {
    width: 50%;
  }
  .contact-staff-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-staff-list > div:first-child,
  .contact-staff-list > div:nth-child(2) {
    width: 50%;
    max-width: 50%;
  }
  .contact-staff-list > div:last-child {
    width: 100%;
    max-width: 100%; 
  }
}
@media screen and (max-width: 1000px) { /* Target Screen Width */
  .info-section .img-box {
    width: 100% !important;
  }
  .icon-img-box {
    width: 40%;
    margin: 25px !important;
    height: 300px;
  }
  .icon-img-box span {
    height: 100px;
  }
  .icon-con {
    flex-direction: column-reverse;
  }
  .icon-text {
    padding: 25px;
  }
  .icon-text:before {
      top: 23px;
      left: 0px;
  }
	.photo-gallery a:nth-child(7n + 3) .gal-inner-img h2,
	.photo-gallery a:nth-child(8n + 5) .gal-inner-img h2 {
   	   top: 70%;
	}
	.brand-img {
		width: 150px;
		height: 150px;
	}
	.testimonial-box .testimonial-img {
		width: 100% !important;
		height: 400px;
	}
	.testimonial-box .testimonial-text {
		width: 100% !important;
	}
	.testimonial-box {
		flex-wrap: wrap;
	}
	.icon-box {
		width: 100%;
	}
	.icon-text {
		width: 100%;
	}
	.icon-con {
	flex-wrap: wrap;
	}
    .header-menu .container {
        padding-left: 15px;
    }
    .callout-con {
	    padding: 50px;
    }
	.info-section .img-box {
		width: 100%;
		height: 450px;
	}
	.info-section .section-content {
		width: 100% !important;
	}
    .info-section .section-content .text-box,
    .single-project-wrapper .text-box {
        max-width: 100%;
    }
    .info-section:nth-child(even) .section-content,
    .info-section:nth-child(odd) .section-content, 
    .single-project-wrapper .project-content {
        padding: 50px 15px;
        order: -1;

    }
    .info-section .section-content .inner-box, 
    .callout-section .section-content .inner-box,
    .single-project-wrapper .project-content .inner-box {
        max-width: 750px;
        margin: 0 auto;
        float: none !important;
        padding: 0;
    }
    .info-section:nth-child(even) .section-content .inner-box {
        padding-right: 0;
    }
    .info-section + .info-section {
        margin-top: 50px;
    } 
    .quick-links-wrapper,
    .testimonials-wrapper,
    .partners-wrapper,
    .gallery-wrapper,
    .single-project-wrapper {
        padding: 70px 0;
    }
    .projects-wrapper {
        padding-bottom: 70px;
    }
    .page-sections + .featured-projects-wrapper,
    .single-project-wrapper .project-content {
        padding-top: 10px;
    }
    .featured-projects-wrapper {
        padding-bottom: 60px;
    }
    .featured-projects-wrapper .flexbox {
        margin-bottom: 70px;
    }
    .slick-slider-nav {
        margin-top: 70px;
    }
    .bar-callout {
        padding-top: 50px;
        min-height: 280px;
    }
    .main-content + .page-sections .info-section.no-bg:first-child .section-content {
        padding-top: 20px;
    }
    .project-box .project-content {
        padding: 25px;
    }
    .photo-gallery .gallery-item,
    .photo-gallery a:nth-child(5n + 4), 
    .photo-gallery a:nth-child(11n + 6) {
        width: calc(50% - 20px);
    }
    .photo-gallery a:nth-child(7n + 3), 
    .photo-gallery a:nth-child(8n + 5) {
        height: 350px;
    }
    .single-project-wrapper .back-link {
        margin-bottom: 50px;
    }
    .prod-detail .section-content .btn {
		left: 50%;
	}
  .modal-image {
    display: none;
  }
  .modal-content {
    width: 100%;
  }

}   
@media screen and (max-width: 900px) {
  .banner .side-bar span {
    left: 0px;
  }
  .modal-content {
    padding: 25px;
  }
	.contactBtn {
		display: none !important;
	}	
	.banner-con .img-box {
		position: absolute;
	    left: 0px;
	    height: 100%;
	    top: 0px;
	    width: 100%;
	    z-index: 100;
	}
	.banner-con .banner-text {
		z-index: 200;
		background-color: rgba(0, 0, 0, 0.8);
		width: 100%;
	}
	.banner-con .banner-text:before {
		left: 20px
	}
  .uniform-container > div {
    width: 100%;
  }
  .uniform-container > div a {
    width: 50%;
  }
  .banner .pagingInfo {
    left: 50%;
    transform: translateX(-50%);
  }
  .callout-con {
    margin-top: 25px;
  }
  .testimonial-con,
  .brandplace-content:  {
    padding: 0px 50px !important;
  }
  .testimonial-con .slick-arrow.slick-next, .brand-con .slick-arrow.slick-next {
    right: 10px;
  }
  .testimonial-con .slick-arrow.slick-prev, .brand-con .slick-arrow.slick-prev {
    left: -5px;
  }
}
@media screen and (max-width: 770px) { /* Tablet View */
  .photo-gallery a {
    width: 100% !important;
  }
  .gal-inner-img h2 {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .gallery-wrapper {
    margin-top: 0px;
  }
  .container {
    padding: 0px 25px;
  }
  .icon-img-box {
    width: 100%;
  }
  .icon-img-box span {
    width: 250px;
    margin: 0 auto;
  }
	.product-search {
		width: 90%;
	}
	.product-search select {
		font-size: 12px;
	}
    body{
        cursor: pointer; /* iOS Clicking Fix */
    }
    h1, h2, .large-text {
        font-size: 42px;
        line-height: 1.2;
    }
    .header-wrapper .search-btn {
        width: 60px;
        border: none;
    }
    .banner {
        min-height: 500px;
    }
    .banner .container {
        padding: 80px 15px 40px;
    }
    .quick-links-wrapper .ql-box,
    .featured-projects-slider .project-box,
    .projects-grid .project-box,
    .photo-gallery .gallery-item,
    .photo-gallery a:nth-child(7n + 3), 
    .photo-gallery a:nth-child(8n + 5) {
        height: 320px;
    }
    .slick-slider-nav {
        margin-top: 50px;
    }
    .partners-wrapper .logos-wrapper {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 50px;
    }
    .memberships-wrapper .logos-wrapper {
        grid-gap: 50px;
        grid-row-gap: 40px;
    }
    .memberships-wrapper a {
        height: 120px;
    }
    .info-section + .info-section {
        margin-top: 10px;
    }
    .footer-wrapper .logo {
        max-width: 280px;
    }
    .contact-page-section {
      flex-wrap: wrap;
    }
    .contact-page-section > div {
      width: 100%;
    }
    .contact-page-section > div:first-child {
      padding-bottom: 50px;
    }
 }
@media screen and (max-width: 700px) {
		.main-prod-filters div {
			width: 100%;
		}
		.main-prod-filters .filter-box {
			justify-content: flex-start;
		}
		.listing-wrapper {
			flex-wrap: wrap;
		}
		.filter-con {
			width: 100%;
		}
		.prod-con {
			width: 100%;
		}
		.filter-con {
			display: flex;
			justify-content: flex-start;
		}
		.filter-con div {
			width: 50%;
		}
	}
@media screen and (max-width: 670px) { /* Phone View */
  .contact-staff-list > div {
    width: 100% !important;
    max-width: 100% !important;
  }
	.brand-img {
		width: 100px;
		height: 100px;
	}
    h1, h2, .large-text {
        font-size: 36px;
    }
    .header-menu-right >  .btn {
        display: none;
    }
    #nav-btn {
        margin-right: 15px;
    }
    #nav-close-btn {
        top: 30px;
        right: 30px;
    }
    .open .main-nav{
        width: 450px;
    }
    .main-nav nav{
        min-width: 450px;
        padding: 80px 30px 30px;
    }
    .main-nav .btn {
        border-bottom: none;
        margin-top: 15px;
        padding: 20px 40px 16px;
    }
    .main-nav .btn:hover {
        background: #007DB6;
    }
    .nav-menu > li > a {
        font-size: 22px;
    }
    .sub-menu li a {
        padding: 4px 0;
    }
    .quick-links-wrapper .flexbox {
        flex-direction: column;
    }
    .quick-links-wrapper .ql-box {
        width: 100%;
    }
    .quick-links-wrapper .ql-box:not(:last-child) {
        margin-bottom: 15px;
    }
    .quick-links-wrapper .ql-box, 
    .featured-projects-slider .project-box, 
    .projects-grid .project-box, 
    .photo-gallery 
    .gallery-item, .photo-gallery a:nth-child(7n + 3), 
    .photo-gallery a:nth-child(8n + 5) {
        height: 280px;
    }
    .quick-links-wrapper, 
    .testimonials-wrapper, 
    .partners-wrapper, 
    .gallery-wrapper, 
    .single-project-wrapper,
    .footer-top {
        padding: 50px 0;
    }
    .main-content + .page-sections .info-section.no-bg:first-child .section-content,
    .main-content + .gallery-wrapper {
        padding-top: 0;
    }
    .featured-projects-wrapper .flexbox {
        margin-bottom: 50px;
    }
    .featured-projects-wrapper {
        padding-bottom: 50px;
    }
    .page-sections {
        padding-bottom: 40px;
    }
    .testimonials-wrapper i {
        font-size: 90px;
    }
    .testimonials-wrapper .inner-box {
        padding: 0 15px;
    }
    .partners-wrapper .logos-wrapper,
    .memberships-wrapper .logos-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-wrapper .btn {
        display: block;
    }
    .footer-wrapper .btn + .btn {
        margin: 20px 0 0 ;
    }
    .footer-top .flexbox > div:not(:nth-child(3)) {
        margin-bottom: 30px;
    }
    .bar-callout-wrapper > .flexbox {
        flex-direction: column;
    }
    .bar-callout-wrapper .flexbox > .bar-callout {
        width: 100%;
    }
    .bar-callout + .bar-callout {
        margin-top: 15px;
    }
    .info-section ul, .single-project-wrapper .project-content ul {
        column-count: 1;
    }
    .info-section ul, .single-project-wrapper .project-content ul {
        margin-top: 30px;
    }
    .projects-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .slick-arrow:before {
        font-size: 44px;
    }
    .photo-gallery .gallery-item, 
    .photo-gallery a:nth-child(5n + 4), 
    .photo-gallery a:nth-child(11n + 6) {
        width: calc(100% - 20px);
    }
}   
@media screen and (max-width: 480px) {
    h1, h2, .large-text {
        font-size: 32px;
    }
    h3, h4, .project-box .project-title {
        font-size: 24px;
    }
    .logo-wrapper,
    .footer-wrapper .logo {
        width: 200px;
    }
    .header-wrapper .search-btn {
        width: auto;
    }
    .open .main-nav {
        width: 320px;
    }
    .main-nav nav {
        min-width: 320px;
        padding: 60px 20px 25px;
    }
    #nav-close-btn {
        top: 20px;
        right: 20px;
    }
    .nav-menu > li > a{
        padding: 16px 30px 12px 15px;
        font-size: 18px;
    }
    .sub-menu li a {
        font-size: 20px;
    }
    .sub-menu li a {
        font-size: 16px;
    }
    .sub-ctrl{
        height: 56px;
        top: 0;
    }
    .sub-ctrl:after {
        width: 7px;
        height: 7px;
    }
    #nav-btn {
        margin-left: 20px;
    }
    .banner {
        min-height: 450px;
    }
    .bar-callout {
        min-height: 250px;
    }
    .breadcrumbs,
    .more-link,
    .back-link {
        font-size: 16px;
    }
    .testimonials-wrapper .inner-box {
        padding: 0;
    }
    .partners-wrapper .logos-wrapper, 
    .memberships-wrapper .logos-wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 25px;
    }
    .partners-wrapper {
        text-align: center;
    }
    .partners-wrapper a, .memberships-wrapper a {
        height: 80px;
        justify-content: center;
        max-width: 200px;
        margin: 0 auto;
    }
    .single-project-wrapper .back-link {
        margin-bottom: 30px;
    }
    .slick-slider-nav {
        margin-top: 30px;
    }
    .social a, 
    .header-wrapper .search-btn, 
    .header-wrapper .search-box:before {
        font-size: 24px;
    }
    .jbsystems span {
        display: block;
    }
    .jbsystems a {
        margin: 5px 0 0;
    }
    .footer-top .flexbox > div:first-child {
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    h1, h2, .large-text {
        font-size: 28px;
    }
    .jbsystems span {
        display: block;
    }
    .quick-links-wrapper .ql-box, 
    .featured-projects-slider .project-box, 
    .projects-grid .project-box, 
    .photo-gallery .gallery-item, 
    .photo-gallery a:nth-child(7n + 3), 
    .photo-gallery a:nth-child(8n + 5) {
        height: 250px;
    }
}
