/*  Small screens */
@media only screen {
/*************** Global **********************/
.t2 {font-weight: 800; text-transform: uppercase;}
.t2 span {font-weight: 600;}
h2 {margin-bottom: 2rem;}
.button {border-radius: 50px;
background: #023691;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
font-size: 18px;
font-weight: 500;
}
.white-text .button {background: #fff; color: #023691;} 
.white-text a.button {color: #023691;}
.white-text .phone_number .button a, .white-text .phone_numbers .button a {color: #023691;}
.shadow img {border-radius: 15px; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);}
.large-marg-row {margin-top: 80px; margin-bottom: 80px;}
.large-pad-row {padding-top: 35px; padding-bottom: 35px;}
/*************** HEADER **********************/
#top-row {background: #000; color: #fff; font-size: 14px;}
#top-row  .location-adress li, .footer .location-adress li {color: #fff; font-style: normal;}
#top-row .location-adress ul, .location-adress ul {margin-bottom: 0; margin-left: 0;}
#top-row address li {padding-right: 0;}
#top-row .address-line-3, .footer .address-line-3 {display: none;}
#header-menu a {color: #fff; font-size: 18px;}
#middle-row {background: #023691; box-shadow: 0px 3px 6px #00000029;}
#middle-row .logo img {width: 140px; height: auto;}
.tagline {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 1.25rem 2.5rem;
    text-align: center;
}

.tagline h1 {font-size: 2.5rem; font-weight: bold; color: #fff; line-height: 1;}
.tagline h1 span {font-size: 1.5rem; font-weight: normal; text-transform: uppercase;}
#title-row {background: #F0F0F0; text-align: center;}

/*************** Content **********************/

.cta-single-inner, .project-block-single-inner, .card {
    border-radius: 15px;
    background: #f0f0f0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.cta-heading h3, .project-info h2 {color: #023691; font-weight: bold; font-size: 20px; margin-bottom: 20px;}
.project-info h2 {margin-bottom: 0;}
.cta-image {border-radius: 15px 15px 0px 0px;}
.ctainner, .project-info, .card {padding: 2rem 1rem;}

.blue-bg {background: #023691;}

.thumbnail {border: none; border-radius: 15px; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); margin-bottom: 0;}
.gallery-grid .column {padding: .5rem;}

.card-divider {background: transparent; padding: 0; margin-top: 1rem; margin-bottom: 1rem; justify-content: center;}
.card {text-align: center; border: none;}
.card-section {padding: 0;}
.card img {margin: auto;}

blockquote.testimonial:before {color: #023691;}
	.off-canvas .fab {color: #fff;}
/*************** Footer **********************/
.footer {background: #000;}
.footer .logo img {width: 207px; height: auto;}
.footer a, .footer p {color: #fff;}
#global-footer-area .button, #global-footer-area h2 {margin-bottom: 0;}
#global-footer-area .row-inner{margin-bottom: 80px; background: #023691; padding: 1rem;}

.site-footer {background: #F0F0F0;}
.footer .widget-title {color: #fff; font-size: 20px;  margin-bottom: 1rem;}
	.footer .location-adress .fas {display: none;}
	.footer .address-line-0 {display: block;}
	.footer .location-adress, .footer p {margin-bottom: .75rem;}
/*************** Contact **********************/
#contact-page-phone-block a, #contact-page-email-block a, #contact-page-location-block a,  #contact-page-location-block address li  {color: #000; font-style: normal;}
#contact-page-location-block .fas, #contact-page-email-block .fa, #contact-page-phone-block i {color: #023691;}
#contact-page-email-block .email-name {margin-left: 5px;}


} /* Define mobile styles */

@media only screen and (max-width: 40em) {
.small-only-float-left {float: left !important;}	
.small-only-float-right {float: right !important;}
.small-only-float-center {display: block; margin-right: auto; margin-left: auto;}
.text-center-small {text-align: center;}
.small-align-center {-ms-flex-pack: center; justify-content: center;}
.widget-container, #top-row, .tagline, .text-right{text-align: center;}
img.alignright, img.alignleft{float: none !important;display: block;margin: 0 auto;	}
.footer .row-inner .columns {padding-left: 0; padding-right: 0;}
.phone-col {margin: 10px 0;}
	.tagline {width: 100%;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { 

.tagline {
    position: absolute;
    bottom: 2rem;
    right: 0;
}
	#text-3 {text-align: right;}
} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
.medium-float-left {float: left !important;}	
.medium-float-right {float: right !important;}
.text-center-medium {text-align: center;}
.medium-align-center {-ms-flex-pack: center; justify-content: center;}
.tagline {padding: 1rem; bottom: 1rem;}
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
.wrapper {padding: 1.875em 0;}
.align-middle-large{-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.text-right-large {text-align: right;}

} /* min-width 1024px, large screens */

@media only screen and (min-width: 64.000em) and (max-width: 90em) {
.large-float-left {float: left !important;}	
.large-float-right {float: right !important;}
.text-center-large {text-align: center;}
.large-align-right {-ms-flex-pack: end; justify-content: flex-end;}
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-float-left {float: left !important;}	
.xlarge-float-right {float: right !important;}
.text-center-xlarge {text-align: center;}
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/*  XXLarge screens */
@media only screen and (min-width: 120.063em) {
.xxlarge-float-left {float: left !important;}	
.xxlarge-float-right {float: right !important;}
.text-center-xxlarge {text-align: center;}
} /* min-width 1921px, xxlarge screens */

/*  Tablet Portrait screens */
@media only screen and (min-width: 37.500em) and (max-width: 56.250em) and (orientation: portrait) {
.hide-tablet-portrait {display: none !important;}
.show-tablet-portrait {display: inherit !important;}
 } /* tablet-only issues min-600px max-900px */
 @media only screen and (min-width: 49.900em) and (max-width: 85.250em) and (orientation: portrait) {
 } /* tablet-only issues min-800px max-1200px */