/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/strack.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

@media screen and (max-width: 1024px) {
	
/************************* NEW DESKTOP TEMPLATE DISPLAY STYLING 2020 START ***********************************/
.home-header-section {
	padding-top: 100px;
}
.home-page-section-1 {
	padding: 15px 0 15px 0;
	background: rgb(3,16,182);
}
.home-page-section-1 h1 {
	color: rgba(255,255,255);
    font-family: 'font';
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 800;
    line-height: 80px;
}
.home-page-section-2 {
	background: rgb(255,255,255);
	padding: 30px 0 50px 0 !important;
	overflow: hidden;
	background-size: inherit;
}
.home-page-section-2 h2 {
	font-size: 2rem;
	text-align: center;
	color: rgb(47,208,52);
	text-transform: uppercase;
	font-family: 'font';
}
.home-page-section-2 h4 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'font';
	font-size: 1.5rem;
	color: rgb(60,60,60);
}
.home-page-section-2 h5 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 800;
	color: rgb(255,255,255);
}
.home-page-section-2 p {
	font-size: 14px;
	color: rgb(60,60,60);
	text-align: center;
}
.home-page-section-2 a {
	color: rgb(47,208,52);
	text-decoration: underline !important;
}
.home-page-section-3 {
	background: rgb(3,16,182);
	padding-bottom: 50px;
}
.home-page-section-3 h5 {
	font-size: 1.5rem;
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: center;
}
.home-page-section-3 a {
	color: rgb(255,255,255);
}
.home-page-section-3 a:hover {
	color: rgb(47,208,52);
}
.home-page-section-4 {
	background: rgb(255,255,255);
	padding: 20px 0 20px 0;
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.7rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: none;
	visibility: hidden;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}
.card h2 {
	font-size: 1.4rem;
	color: rgb(47,208,52);
	font-weight: 800;
	font-family: 'font';
	text-transform: uppercase;
	text-align: center;
}
.card span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card p {
	font-size:14px;
	text-align: center;
	color: rgb(60,60,60);
}
.card i {
	font-size:50px;
	text-align: center;
	color: rgb(60,60,60);
}
.card .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;rgb(126,181,77);
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;rgb(126,181,77);
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card:hover span {
	left:12px;
}
.home-referrals .testimonials {
	background: transparent;
	text-align: center;
}
.home-referrals .container {
	padding: 30px 0 40px 0;
}
.testinomials-1 h3 {
    color: rgb(255,255,255) !important;
    font-size: 26px !important;
    font-weight: 600 !important;
}
.testimonials img {
	width: 125px;
	border-radius: 100%;
}
.testinomials-1 h4 {
    color: rgb(255,255,255) !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}
.testinomials-1 p {
    color: rgb(255,255,255) !important;
	  font-style: italic;
    font-size: 1rem !important;
	  font-family: "Open Sans", sans-serif !important;
    margin-top: 20px;
}
.testinomials-1 p i {
    margin-right: 10px !important;
	margin-left: 10px !important;
	font-style: italic;
    color: rgb(255,255,255) !important;
	font-size: 1.5rem !important;
}
.parallax {
  background-image: linear-gradient(rgb(0,0,0,0.6), rgb(0,0,0,0.6)), url("/img/parallax.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-5 {
	background: rgb(255,255,255);
	padding: 30px 0 30px 0;
}
.home-page-section-5 h5 {
	font-size: 2rem;
	font-family: 'font';
	text-transform: uppercase;
	color: rgb(47,208,52);
	font-weight: 800;
}
.home-page-section-5 p {
	color: rgb(60,60,60);
	font-size: 14px;
}
.home-page-section-5 strong {
	text-transform: uppercase;
	font-weight: 800;
}
.about-page-section-1 {
	padding: 30px 0 30px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h1 {
	font-size: 3rem;
	text-transform: uppercase;
	text-align: center;
	color: rgb(47,208,52);
	font-family: 'font';
}
.about-page-section-1 p {
	font-size: 15px;
	text-align: center;
	color: rgb(60,60,60);
}
.service1 {
	padding: 50px 0 25px 0;
	background: rgb(255,255,255);
}
.service1 h2 {
	font-size: 1.5rem;
	color: rgb(47,208,52);
	text-transform: uppercase;
	font-family: 'font';
}
.service1 p {
	font-size: 14px;
	color: rgb(60,60,60);
}
.service2 {
	padding: 25px 0 50px 0;
	background: rgb(255,255,255);
}
.service2 h3 {
	font-size: 1.5rem;
	color: rgb(47,208,52);
	text-transform: uppercase;
	font-family: 'font';
	text-align: right;
}
.service2 p {
	font-size: 14px;
	text-align: right;
	color: rgb(60,60,60);
}
.gallery-section-divider {
	overflow:hidden;
	position: relative;
	background: rgb(255, 255, 255);
	padding: 50px 0px 50px 0px;
}
.gallery-section-divider h1 {
	font-size: 3rem;
	color: rgb(12,12,12);
	font-family: 'font';
}
.contact-page-section-1 {
	background: rgb(255,255,255);
}
.contact-page-section-1 h2 {
	color: rgb(47,208,52);
	text-align: center;
	text-transform: uppercase;
	font-family: 'font';
	font-size: 3rem;
}
.contact-page-section-1 h4 {
	font-size: 1.5rem;
	font-family: 'font';
	color: rgb(47,208,52);
	text-transform: uppercase;
	text-align: center;
}
.contact-page-section-1 p {
	font-size: 18px;
	text-align: center;
	color: rgb(60,60,60);
}
/************************* NEW DESKTOP TEMPLATE DISPLAY STYLING 2020 END ***********************************/

.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:center;
}
.lnr-star {
    font-size: 15px !important;
    position: relative;
    top: -6px;
}
/*.top-header {
	display:none;
}*/
.header-contact_info {
    font-size: 1.2em;
}
.top-header .dropdown-menu {
	background:whitesmoke;
	border-radius: 0;
}
.top-header .dropdown-menu a {
	color:#222;
	padding:3px 20px !important;
}
.top-header {
	position: fixed;
	width:100%;
	padding: 0 0;
	background: url(../img/header.jpg) center center no-repeat;
	background-size: cover;
	border-bottom: 5px solid rgb(60,36,17,0);
	z-index: 4;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.top-header div[class*='col-']:first-child {
	display:flex;
	justify-content: flex-end;
	align-items:center;
}
.top-header div[class*='col-']:first-child a {
	font-size:25px;
	z-index: 1;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(5) {
	display:flex;
	justify-content: flex-start;
	align-items:center;
}
.top-header a,
.top-header i,
.top-header p {
	color:rgb(255, 255, 255);
	font-weight: 600;
	margin: 0;
}
.top-header div[class*='col-']:nth-child(3) a {
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:100px;
	height: 40px;
	font-size: 1.4rem;
	width: 40px;
	margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
	text-decoration:none !important;
	color: #929292;
}
.top-header .dropdown-toggle {
	background: #21212100;
	padding: 6px 25px;
	outline: none !important;
	border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important;
	color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: rgb(255, 255, 255);
    border-color: #666e76;
    box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline:none !important;
	box-shadow:none !important;
}
.navbar-scroll {
	padding: 27px 0 0;
	position: fixed;
	width: 100%;
	z-index: 0;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0);
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;
	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;
	font-size: 1.5em;
	position: absolute;
	top: 6px;
	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em;
	font-weight:700;
	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 5px;
	padding: 6px 7px;
	font-weight: 800;
	font-size: 22px;
	text-transform: uppercase;
	color: rgb(137,247,3);
	text-shadow: 0px 0px 6px #000;
	font-family: 'Montserrat', sans-serif;
	/* cursor: pointer; */
	overflow: hidden;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: #ffffff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #ffffff;
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}
#logo-pic {
    width: 73%;
}
.shrink {
	height: 85px;
	background-color: #f7f7f7;
	border: none;
	margin-top: 0;
}
.remove {
	display: none;
}
.small {
	height: 180px;
    width: 180px;
	-webkit-transition: all .4s ease;
  	transition: all .4s ease;
	margin-left: 25px;
}

.header-contact_info .navbar-brand {
	font-size:1.1em;
}
.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: 1em;
}
.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;
}

}