@media screen and (max-width: 1024px) {
	
/************************* NEW TABLET TEMPLATE DISPLAY STYLING 2020 START ***********************************/
.home-page-section-1 {
	padding: 30px 0 30px 0;
	background: linear-gradient(180deg, rgb(55,55,55), rgb(125,125,125), rgb(200,200,200));
}
.home-page-section-1 h1 {
	color: rgba(255,255,255);
	text-shadow: 2px 2px 10px #000;
	font-size: 1.5rem;
	line-height: 80px;
	font-family: 'font';
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	top: 0px;
	position: relative;
    max-height: 100%;
    height: auto;
    margin: 0 0 20px;
	margin: 0 0 20px;
	border-radius: 1.5rem;
	padding: 18px 10px;
	background: rgba(255,255,255);
	border: 1px solid #e8e8e8;
	box-shadow: 0px 0px 32px -10px #06060685;
	visibility: hidden;
}
.card:hover {
	
}
.card h2 {
	font-size:1.5rem;
	font-family: 'font';
	color: rgb(14,64,112);
}
.card span {
	font-size:1.5rem;
	font-weight:600;
	line-height: 20px;
	text-transform: none;
	color: rgba(12,12,12);
}
.card p {
	top: 5px;
	font-size:14px;
	font-weight:400;
	color: rgb(12,12,12);
}
.card .btn {
	font-size: 1rem;
	text-transform: uppercase;
	background: transparent;
	font-weight: 600;
	position: absolute;
	bottom: 15px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(14,64,112);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card .btn span {
	position:relative;
	color: rgb(14,64,112);
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card:hover .btn {
	background:transparent !important;
	color: rgb(14,64,112);
}
.card:hover span {
	left:12px;
}
.home-page-section-2 {
	background: rgb(255, 255, 255);
	padding: 30px 0 30px 0 !important;
}
.home-page-section-2 h2 {
	font-size: 1.5rem;
	color: rgb(14,64,112);
	font-family: 'font';
}
.home-page-section-2 p {
	font-size: 14px;
	color: rgb(12,12,12);
}
.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(14,64,112);
	font-size: 14px;
    border-color: rgb(150,150,150);
}
.btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(14,64,112);
    border-color: rgb(150,150,150);
}
.home-page-section-3 {
	background: linear-gradient(30deg, rgb(135, 170, 188), rgb(167, 197, 212), rgb(135, 170, 188));
	padding: 75px 0 75px 0;
	border-top: 5px solid rgb(101,140,160);
	border-bottom: 5px solid rgb(101,140,160);
}
blockquote {
font-size: 0.9rem;
text-align: center;
line-height: 20px;
text-shadow: 0px 0px 10px rgb(46,66,91);
color: rgba(255,255,255);
font-weight: 600;
}
cite {
display: block;
text-align: center;
font-family: Verdana, Arial, sans-serif;
margin-top: 1rem;
font-size: 16px;
color: #FFFFFF;
font-style: normal;
}
blockquote q {
font-family: Georgia, serif;
font-style: italic;
letter-spacing: .1rem;
}
blockquote q span { 
will-change: opacity, filter;
opacity: 0;
filter: blur(0px);
}
q {
quotes: "“" "”" "‘" "’";
}
q:before {
content: open-quote;
margin-right: .8rem;
display: none;
}
q:after {
content: close-quote;
}
q:before, q:after {
color: rgb(101,140,160);
font-size: 4rem;
}
.home-page-section-4 div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.flat-contact-section {
	padding: 75px 0 100px 0;
	background: linear-gradient(360deg, rgb(55,55,55), rgb(125,125,125), rgb(200,200,200));
}
.flat-contact-section h3 {
	font-size: 2.5rem;
	text-align: center;
	font-family: 'font';
	color: rgb(255,255,255);
}
.about-page-section-1 {
	padding: 30px 0 30px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h2 {
	font-size: 1.5rem;
	color: rgba(14,64,112);
	font-family: 'font';
}
.about-page-section-1 h3 {
	font-size: 1.5rem;
	color: rgba(14,64,112);
	text-align: center;
	font-family: 'font';
}
.about-page-section-1 p {
	font-size: 14px;
	color: rgba(12,12,12);
}
.about-page-section-1 span {
	color: rgba(135,170,188);
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}
.service-page-section-1 {
	padding: 30px 0 30px 0;
	background: rgb(255, 255, 255);
	background-size: cover;
	overflow: hidden;
}
.service-page-section-1 h3 {
	font-size: 1.5rem;
	color: rgb(14,64,112);
	font-family: 'font';
}
.service-page-section-1 h4 {
	color: rgb(14,64,112);
	font-family: 'font';
	font-size: 1.1rem;
}
.service-page-section-1 p {
	font-size: 14px;
	color: rgb(12,12,12);
}
.service-page-section-2 {
	padding: 30px 0 30px 0;
	background: rgb(255, 255, 255);
	background-size: cover;
	overflow: hidden;
}
.service-page-section-2 h3 {
	text-align: left;
	font-size: 1.5rem;
	color: rgb(14,64,112);
	font-family: 'font';
}
.service-page-section-2 h4 {
	text-align: left;
	color: rgb(14,64,112);
	font-family: 'font';
	font-size: 1.1rem;
}
.service-page-section-2 p {
	text-align: left;
	font-size: 14px;
	color: rgb(12,12,12);
}
.service-page-section-3 {
	padding: 30px 0 30px 0;
	background: rgb(255, 255, 255);
	background-size: cover;
	overflow: hidden;
}
.service-page-section-3 h3 {
	font-size: 1.5rem;
	color: rgb(14,64,112);
	font-family: 'font';
}
.service-page-section-3 h4 {
	color: rgb(14,64,112);
	font-family: 'font';
	font-size: 1.1rem;
}
.service-page-section-3 p {
	font-size: 14px;
	color: rgb(12,12,12);
}
.gallery-section-divider {
	overflow:hidden;
	position: relative;
	background: rgb(255, 255, 255);
	padding: 75px 0px 65px 0px;
}
.gallery-section-divider h1 {
	position: relative;
	padding:40px 0 20px;
}
.contact-page-section-1 {
	background: rgb(255,255,255);
}
.contact-page-section-1 h3 {
	color: rgb(14,64,112);
	font-family: 'font';
	font-size: 2.5rem;
}
.contact-page-section-1 h4 {
	text-align: center;
	font-size: 1.1rem;
	color: rgb(14,64,112);
}
.contact-page-section-1 span {
	font-size: 14px;
	color: rgb(12,12,12);
}
.contact-page-section-1 p {
	font-size: 18px;
	color: rgb(12,12,12);
}
.mobile-top-header {
	display:block !important;
	padding: 0 30px 0;
	background: rgb(135,170,188);
	z-index: 4;
	overflow:visible;
}
.header-contact_info a {
    color: rgb(255,255,255);
    margin: 0;
}
.top-header a, .top-header i {
    color: rgb(255,255,255);
}
.btn {
    background: rgb(14,64,112);
    width: 50%;
    padding: 10px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
.footer-section {
    padding-top: 30px;
    /* background: #1f1f1f; */
    /* color: white; */
    text-align: center;
}
.footer-section img {
	max-width: 210px;
	padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 19px;
	font-weight: 600;
	color: rgb(255,255,255);
}
.service-cities a {
	font-size: 14px;
	line-height: 10px;
	color: rgb(255,255,255);
}
.service-cities .footer-title .midcities,
.service-cities .footer-title .rightcities {
	text-align: center;
}
/************************* NEW TABLET TEMPLATE DISPLAY STYLING 2020 END ***********************************/

.service-content-section {
    padding: 0 !important;
}

.service-content-section p {
    padding: 0;
    margin: 0;
    background: #fff;
}
.service-content-section div[class*='col-'] {
	padding: 30px 30px;
}

.contact-content-section div[class*='col-']:last-child {
	padding-top:40px;
}

.about-info-section div[class*='col-']:first-child {
    border-right:none;
    border-bottom: 1px solid #b5b5b5;
}
	
.about-header-section {
    background: linear-gradient(to bottom, rgba(2, 2, 2, 0.76), rgba(4, 4, 4, 0.2)), url(../img/slider/slider-bg-2.jpg) bottom left no-repeat;
}

.pre-footer-section .hours {
    padding:50px 20px;
}
.pre-footer-section .hours h1 {
	font-size:34px;
}
.pre-footer-section .hours p {
    padding: 0;
}

.section-divider {
	padding: 40px 10px;
}

.home-service-section {
    padding-bottom: 0 !important;
    background-position: bottom right;
}



.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:center;
}

.lnr-star {
    font-size: 15px !important;
    position: relative;
    top: -6px;
}

.projects-section .row {
    height: inherit;
}

.projects-section div[class*='col-'] {
    padding: 0;
    position: relative;
}
	


.top-header {
	background: rgb(14,64,112);
	display:none;
}
.header-contact_info {
    font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}


.header-contact_info .navbar-brand {
	font-size:1.3em;
}

.top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header div[class*='col-'] {
  display:flex;
  justify-content: left;
  width: 33.333%;
  padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex;
  justify-content: flex-end;
  width: 33.333%;
  padding: 15px 0;
}

.top-header div[class*='col-']:nth-child(2) {
	background:none;
	margin:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit;
	line-height: inherit;
}

.alert h1,
.alert p {
	top: 2em;
	opacity: 0;
	position:relative;
}
.alert h1 {
	margin-top: 0;
	color: #2b1663;
}

.custom-show {
    position: fixed;
    transform:scale(1,1);
    border: 0;
    background: white;
    border-radius:0;
    z-index: 1100;
    overflow: inherit;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu {
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
    padding-top: 6em;
    /* justify-content: center; */
    /* align-items: center; */
    top: 100%;
    border: 0;
    background: #232323;
    border-radius: 0;
    z-index: 1100;
    overflow: auto;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
    font-size: 2em;
    color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
    top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;
	padding: 40px 0 0;
	top:0;
	left:0;
	width:100%;
	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}

#home .show-form {
	background: white;
	position:relative;
	top:2em;
	left:0;
	opacity: 0;
}

#mobile-menu-header {
  margin-top:0;
  background: #ffffff00;
  box-shadow: none;
}
#mobile-menu-header ul {
	list-style:none;
	padding:0 20px;
	margin-top: 8em;
	position: relative;
	width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff;
	padding: 20px 20px;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: #fff;
    outline: none;
    z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
    
.section-b .pic {
    width: 90%;
    padding: 30%;
    position: relative;
    left: 26px;
    top: 32px;
}
    
.about-section .overlay {
    background: #a501104f;
    padding: 12% 0%;
}
    
.about-showcase .overlay {
    padding: 9% 0%;
    padding-top: 18%;
}
    
.reviews-a {
    background: white;
    text-align: center;
    padding: 13% 7%;
}
    
.services-section h1 {
    font-size: 2rem; 
}

}