/************************* NEW CELL PHONE TEMPLATE DISPLAY STYLING 2020 START ***********************************/
.home-page-section-1 {
	padding: 30px 0 30px 0;
	background: rgb(255,255,255);
}
.home-page-section-1 h1 {
	color: rgb(19,19,82);
	text-shadow: 2px 2px 10px #fff;
	font-size: 1.5rem;
	line-height: 50px;
	font-family: 'Arial';
}
.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 {
	cursor:pointer;
}
.card h2 {
	font-size:1.5rem;
	font-family: 'arial';
	color: rgb(19,19,82);
}
.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(135,170,188);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card .btn span {
	position:relative;
	color: rgb(135,170,188);
	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(167, 197, 212);
}
.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: rgba(19,19,82);
	font-family: 'arial';
}
.home-page-section-2 h3 {
	font-size: 24px;
}
.home-page-section-2 p {
	font-size: 14px;
	color: rgb(12,12,12);
}
.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(135,170,188);
	font-size: 14px;
    border-color: rgb(150,150,150);
}
.btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(167, 197, 212);
    border-color: rgb(150,150,150);
}
.home-page-section-3 {
	padding: 30px 0 30px 0;
	background: rgb(19,19,82);
	border-top: 5px solid rgb(19,19,82);
	border-bottom: 5px solid rgb(19,19,82);
}
.home-page-section-3 h3 {
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 2rem;
	font-family: 'Arial';
	color: rgb(255,255,255);
}
.home-page-section-3 p {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: rgb(255,255,255);
}
.home-page-section-3 a {
	padding: 15px 25px 15px 25px;
	background: rgb(255,255,255);
	color: rgb(90,90,90);
	border-radius: 0.4rem;
}
.home-page-section-3 a:hover {
	padding: 15px 25px 15px 25px;
	background: rgb(255,255,255);
	color: rgb(90,90,90);
	border-radius: 0.4rem;
}
.home-page-section-4 div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.flat-contact-section {
	padding: 30px 0 30px 0;
	background: rgb(19,19,82);
	border-top: 5px solid rgb(19,19,82);
	border-bottom: 5px solid rgb(19,19,82);
}
.flat-contact-section h3 {
	font-size: 1.5rem;
	text-align: center;
	font-family: 'arial';
	color: rgb(255,255,255);
}
.flat-contact-section h5 {
	font-size: 16px;
}
.flat-contact-section p {
	color: #fff;
	text-align: center;
}
.about-page-section-1 {
	padding: 60px 0 30px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h2 {
	font-size: 1.5rem;
	color: rgba(19,19,82);
	font-family: 'arial';
}
.about-page-section-1 h3 {
	font-size: 1.5rem;
	color: rgba(135,170,188);
	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, .service-page-section-2, .service-page-section-3 {
	padding: 30px 0 30px 0;
	background: rgb(255,255,255);
}
.service-page-section-1 h1, .service-page-section-2 h1, .service-page-section-3 h1 {
	font-size: 2rem;
	color: rgb(19,19,82);
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Arial';
}
.service-page-section-1 h2, .service-page-section-2 h2, .service-page-section-3 h2 {
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(12,12,12);
	font-family: 'Arial';
}
.service-page-section-1 h3, .service-page-section-2 h3, .service-page-section-3 h3 {
	font-size: 1.25rem;
	color: rgb(19,19,82);
	font-family: 'arial';
}
.service-page-section-1 h4, .service-page-section-2 h4, .service-page-section-2 h4 {
	color: rgb(19,19,82);
	font-family: 'font';
	font-size: 1rem;
}
.service-page-section-1 p, .service-page-section-2 p, .service-page-section-3 p {
	font-size: 14px;
	color: rgba(12,12,12);
}
.service-page-section-1 li, .service-page-section-2 li, .service-page-section-3 li {
	font-size: 18px;
	color: rgba(12,12,12);
}

.service-page-section-3 {
	padding: 100px 10px 100px 10px;
	background: linear-gradient(to right, rgb(255, 255, 255) 30%, rgba(27, 27, 27, 0)), url(../img/service-bg-3.jpg) 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.service-page-section-3 h1 {
	font-size: 2rem;
	color: rgb(19, 19, 82);
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Arial';
}
.service-page-section-3 h2 {
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(12,12,12);
	font-family: 'Arial';
}
.service-page-section-3 p {
	font-size: 17px;
	color: rgba(90,90,90);
}
.service-page-section-3 li {
	font-size: 18px;
	color: rgba(90,90,90);
}
.service-page-section-4 {
	padding: 100px 0 100px 0; background: rgb(255,255,255);
}
.service-page-section-4 h2 {
	font-size: 2rem; font-family: arial; font-weight: 800; text-transform: uppercase; color: rgb(19,19,82);
}
.service-page-section-4 h4 {
	font-size: 1.5rem; font-family: arial; font-weight: 700; text-transform: uppercase; color: rgb(75,75,75);
}
.service-page-section-4 p {
	font-size: 17px; text-align: left; color: rgb(12,12,12);
}
.service-page-section-4 img {
	width: 100%; height: 100%; border-radius: 0.8rem;
}
.fact-page {
	padding: 30px 10px 30px 10px;
	background: rgb(255, 255, 255);
}
.fact-page h1 {
	font-size: 2rem;
	color: rgb(19,19,82);
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Arial';
}
.fact-page p {
	font-size: 14px;
	color: rgba(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;
	/* display: flex; */
	/* flex-direction: row; */
	/* justify-content: space-around; */
}

.areas-we-service:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.areas-we-service:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.areas-we-service h2 {
	font-size: 2rem; font-weight: 600; color: rgb(4,47,134);
}
.areas-we-service h4 {
	font-size: 1.3rem; font-weight: 500; color: rgb(75,75,75);
}
.areas-we-service p {
	font-size: 17px; text-align: left; color: rgb(12,12,12);
}
.areas-we-service iframe {
	width: 100%; height: 100%; border: 0; border-radius: 0.8rem; box-shadow: 1px 1px 10px 5px rgb(0,0,0);
}
.contact-page-section-1 {
	background: rgb(255,255,255);
	padding: 0 10px;
}
.contact-page-section-1 h3 {
	color: rgb(19,19,82);
	font-family: 'arial';
	font-size: 1.5rem;
}
.contact-page-section-1 h4 {
	font-size: 1.1rem;
	color: rgb(19,19,82);
}
.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(19,19,82);
}
.btn {
    background: rgb(135,170,188);
    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(122,122,122);
}
.service-cities a {
	font-size: 14px;
	line-height: 10px;
	color: rgb(122,122,122);
}



/*** Footer Section 2 ***/
.service-cities .footer-cities h2 {
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	color: rgb(80,80,80);
}
.service-cities .footer-cities h2 span {
	font-size: 1.8rem
}
.service-cities .footer-cities h3 {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	color: rgb(50,50,50);
}
.service-cities .footer-cities p {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: rgb(12,12,12);
	text-shadow: 1px 1px 1px rgb(255,255,255);
}
/************************* NEW CELL PHONE 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(255,255,255);
	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: rgb(19,19,82);
    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: #fff !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; 
}