@charset "utf-8";
/*
 * Copyright © 2018 | Website Design by Webfrog
 *
 */
/* Extra small devices (phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/*-- Google Fonts START
------------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(../fonts/markpro/stylesheet.css);
@import url(../fonts/markproBook/stylesheet.css);
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');

/*

	font-family: 'Poppins', sans-serif;
	font-weight: 400;

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;

	font-family: 'MarkPro_black';
	font-family: 'MarkPro';
	font-family: 'MarkPro-Book';


/*-- Font Faces Section
------------------------------------------------------------------------------------*/

.invalid-feedback,
.valid-feedback {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

/*-- Headers
------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/*-- Global
---------------------------------------------------------------------------*/
html {
	/*font-size: 62.5%;*/
}
body {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
}
p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
a,
a[href^=tel] {
	text-decoration:none;
	color: var(--alt);
}
a:hover,
a[href^=tel]:hover {
	color:inherit;
}
a, a:hover, a:focus {
	text-decoration: none;
}
.btn {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
strong,
b {
	color: var(--main);
}

/*.text-box ul li,
.text-box ol li {
	margin-left: 30px;
}*/



/*-- Header Section
----------------------------------------------------------------------*/
	



/*-- Content Section
----------------------------------------------------------------------*/
.header-box h1,
.header-box h2,
.header-box h3 {
	
}



/*-- Footer Section
----------------------------------------------------------------------*/

footer p {
	color: #fff;
}
#footer_text p {
	color: #fff;
	font-size: 14px;
	text-align:center;
	margin-bottom:0;
}

.social-links {
	color: #fff;
	font-size: 1.6rem;
}
.social-links:hover,
.social-links:focus {
	color: var(--main);
}
.right-sidebar .social-links {
	color: var(--main);
	font-size: 2rem;
}
.right-sidebar .social-links:hover,
.right-sidebar .social-links:focus {
	color: #4d4d4d;
}

body:not(.copyright_2018_webfrog) section {
    display: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 576px) {
	
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/* Webfrog extra devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
	
}
/*
 * Copyright © 2018 | Website Design by Webfrog
 *
 */
body:not(.copyright_2018_webfrog) section {
    display: none;
}