/*
 Theme Name: Smart - One Page HTML Template
 Theme URL: http://preview.perfecthemes.com/TM/Smart/
 Author: Perfect Themes
 Author URI: http://perfecthemes.com/
 Description: 
 Version: 1.0
 */

/*-------------------------------------------------------------------------

	1.	Browser Reset + Font Gloabals
	2.	Header Section
    3.  Navigation
    4.  Welcome Section
	3.	About Section
	5.	Team Section
	6.	Testimonials Section
    10. Pricing Plan Section
	12.	Contact Section
	13.	Footer Section
	14.	Elements of the page

-------------------------------------------------------------------------*/ 

/* Browser Reset */

* {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 3rem;
}
ol, ul {
	list-style: none;
}
ol.bullets, ul.bullets {
	list-style:initial;
	list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	font-size: 62.5%;
}

/* FONT */


body { font-family: 'Poppins', sans-serif; font-weight: normal; font-style: normal; font-size: 16px; color: #626262; }
a, .btn  { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
a:focus { text-decoration: none !important; }
a:focus, a:hover { color: #84ba3f; text-decoration: none !important; }
a, button, input { outline: medium none !important; color: #84ba3f; }
.uppercase { text-transform: uppercase; }
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: normal; color: #363636; margin-top: 0px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
label { font-weight: normal; }

h1 { font-size: 36px; font-style: normal; font-weight: 700; line-height: 40px; }
h2 { font-size: 32px; font-style: normal; font-weight: 600; line-height: 38px; }
h3 { font-size: 28px; font-style: normal; font-weight: 600; line-height: 32px; }
h4 { font-size: 22px; font-style: normal; font-weight: 500; line-height: 26px; }
h5 { font-size: 18px; font-style: normal; font-weight: 600; line-height: 18px; }
h6 { font-size: 16px; font-style: normal; font-weight: 600; line-height: 18px; }
a {
	color: #C72229;
    text-decoration: none;    
}
a:hover {
    text-decoration: none;
}
img {
	max-width: 100%;
}
.theme_color{
	color:#C72229;
}
.theme_bg{
	background-color:#C72229;
}
section{
float:left;
width:100%;
}
/* HEADER
====================================================*/

header {
	background-color: #C72229;
	background: url("../img/background-header.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 869px;
	position: relative;
}

.logo {
	height: 60px;
}
.logo-affix {
	display: none;
	height: 60px;
}
.mobile-menu {
	height: 60px;
}
.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

/* NAVIGATION 
-------------------------------------------------- */

.navbar {
	border: 0;
    background-color: transparent;
}
.nav>li>a {
	display: inline-block;
}
.container>.navbar-collapse, .container>.navbar-header {
	margin-right: 15px;
	margin-left: 15px;
}
.navbar .navbar-nav>li>a {
	color: #fff;
	    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
	padding: 5px 0px;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
}
.navbar .navbar-nav>li {
	padding: 15px 20px;
}
.navbar .navbar-nav>li>a::after {
	content: "";
	position: absolute;
	top: 90%;
	right: 0;
	left: 0;
	height: 2px;
	background: rgba(255, 255, 255, 0.80);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.2, 1, .20, 1);
	transition: -webkit-transform .6s cubic-bezier(.2, 1, .20, 1);
	-o-transition: transform .6s cubic-bezier(.2, 1, .20, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}
.navbar .navbar-nav>li>a:hover::after, .navbar .navbar-nav>.active>a::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}
.navbar .navbar-nav>li>a:focus {
	color: #fff;
    background: none;
    border: 0;
    outline: 0;    
}
.navbar .navbar-nav>li>a:hover {
	color: #fff;
	outline: none;
    background: transparent;    
}
.navbar-toggle {
	border-radius: 0px;
	margin-right: 0px;
	margin-top: 14px;
	margin-bottom: 0px;
    border-color: #ddd;
}
.navbar .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover {
	color: #555;
	background-color: transparent;
}
/* AFFIX */
.affix {
    top: 0;
    z-index: 999;
    width: 100%;
    border-radius: 0px;
    -webkit-transition: all .3s ease-in-out;    
}
.navbar.affix {
	background-color: #fff;
	border: 0;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.navbar.affix .navbar-nav>li>a {
	color: #373737;
}
.navbar.affix .navbar-nav>li>a:focus {
	color: #373737;
}
.navbar.affix .navbar-nav>li>a:hover {
	color: #373737;
	outline: none;
    background: transparent;
}
.navbar.affix .navbar-nav>li>a::after {
	background: rgba(12, 47, 91, 0.8);
}
.navbar-brand.affix {
	font-size: 18px;
}
.affix .logo-affix {
	display: block;
}
.affix .logo {
	display: none;
}
.navbar-container.affix {
	padding: 0;
}
.affix + .container {
  padding-top: 80px;
}
.navbar.affix .navbar-collapse, .navbar .navbar-form {
    background: transparent;
    border-color: #e7e7e7;
}
.affix .navbar-toggle .icon-bar {
	background-color: #C72229;
}


/* WELCOME
-------------------------------------------------- */

.welcome {
    text-align: center;
    margin-top: 100px;
}

.welcome h1 {
 	font-family: 'Montserrat', sans-serif; 
	font-size: 5rem;
	color: #fff;
	font-weight: 500;
    line-height: 5rem;
	margin: 10px 0px;
	text-align: center;
}
.welcome p {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}
.welcome img {
	margin: 20px 0px;
}

/* ABOUT
====================================================*/

.about-content p{
	margin-bottom:30px;
}
.theme-section-title{
	margin-bottom:20px;
}
.about-content{
	padding:30px 0;
}
.content-with-graphics .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.content-with-graphics.left .content {
    flex-direction: row;    
}
.content-with-graphics.right .content {
    flex-direction: row-reverse;    
}

.content-with-graphics .content .text-content {
    text-align: left;
}
.content-with-graphics .content .col-md-6 {
    flex: 1;
}
.img-padding {
    padding: 0px 40px;
}


/* FEATURES
====================================================*/
.service-callouts {
	text-align: center;
}
.service-callouts h2 {
	font-size: 20px;
	margin: 0 0 10px;
	line-height: normal;
	padding: 0;
	font-size:1.6rem;
	font-weight:600;
	text-transform:capitalize;
}
.single-service {
    position: relative;
    text-align: center;
    background-color: #fff;
    color: #333;
    padding: 40px 20px 20px;
    font-weight: 400;
	margin:25px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	  border-radius: 0px;
}
.single-service .service-icon {
    border-radius: 0%;
    display: block;
    font-size: 40px;
    height: 120px;
    line-height: 129px;
    margin: 0 auto 20px;
    text-align: center;
    width: 120px;
}
.single-service h4,
.single-service h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 15px;
}


.service-bar {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.single-service .service-icon {
    box-shadow: 0 0 0 2px #fff inset, 0 0 5px 0 rgba(51, 214, 133, 0.24);
    color: #C72229;
}

.single-service:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.12);
}
.single-service:hover  {
    background-color: #C72229;
	
	color:#fff;
	
}
.single-service:hover .service-icon{
  color:#fff;
}
.single-service:hover h4 a
{
	 color:#fff;
}
.single-service:hover .service_des{
color:#fff ;	
}
/* Gallery
====================================================*/
.project_theme {
    position: relative;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.project_secs{
	padding:0px;
	margin:0px;
}
.project-contain {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -50px;
	 opacity: 0;
	 color:#ffffff;
	 
}
.project-contain h3{
color:#fff;
margin-bottom:5px;
}
.project-contain h5{
color:#fff;
margin-bottom:5px;
}
.project_theme figure figcaption {
    position: absolute;
    bottom: -2px;
    width: 100%;
    text-align: right;
	right:0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.project_theme figure figcaption a i {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    padding: 10px 10px 5px;
    background-color: #000;
}
.project_theme:hover.project_theme figure figcaption {
    opacity: 1;
    visibility: visible;
}
span.project_like {
    margin-left: 10px;
}
.project_sec .project_secs{
margin-bottom: 30px;
}
.project-contain h5{
margin-bottom:10px;
}
.project_theme figure:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
	background:#C72229
}
.project_theme:hover .project-contain{
opacity: 1;	
z-index:2;
}
.project_theme:hover.project_theme figure:after {
    opacity: 0.8;
	visibility: visible;
}


/* TEAM
====================================================*/
.ourteam {
	width: 100%;
	float: left;
	
}
.team-cnt {
	padding: 0;
	display: inline-block;
	margin: 0;
	width: 100%;
	text-align: center;
}
.team-item {
	margin: 0 0 25px;
}
.team-item-image {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}
.team-item-image img {
	width: 100%;
}
.team-item-image:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 1;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.team-item-detail {
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 60%;
	left: 0;
	padding: 20px 23px 55px;
	font-size: 14px;
	font-weight: 300;
	color: #777;
	text-align: center;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.team-item-descr {
background-color:#f8f8f8;
	color: #777;
	text-align: center;
	padding:20px 0;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.team-item-detail h4 {
	margin: 0 0 10px;
	line-height: normal;
}
.team-item-name {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:#363636;
}
.team-item-role {
	margin-top: 4px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	color: #363636;
}
.team-social-links {
	font-size: 14px;
	cursor: pointer;
}
.team-social-links a {
	display: inline-block;
	padding: 3px 7px;
	color: rgba(0,0,0, .4);
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
/* Hover state */
.team-item:hover .team-item-image:after{
	background: rgba(255,255,255, .93);
}
.team-item:hover .team-item-descr {
	background: rgba(230,230,230, 0.3);
}
.team-item:hover .team-item-detail {
	opacity: 1;
}
.team-item:hover .team-item-descr {
	color: #111;
}
.team-item:hover .team-item-name {
	color:#363636;
	}
.team-item:hover .team-item-role {
	color:#444;
	}	
	.team-item:hover{
	 box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.12);
	}
.team-social-links a:hover {
	color: rgba(0,0,0, .75);
}
/* Mobile touch */
.team-item.js-active .team-item-image:after, .team-item-descr:after {
	background: rgba(255,255,255, .93);
}
.team-item.js-active .team-item-detail {
	opacity: 1;
}
.team-item.js-active .team-item-descr {
	color: #111;
}
.team-item.js-active .team-social-links a:hover {
	color: rgba(0,0,0, .75);
}
.team-social-links .fa{
    font-size: 16px;
    cursor: pointer;
}

/* TESTIMONIALS
====================================================*/
section#testimonials {
    float: left;
    width: 100%;
}
#extra-sections {
    float: left;
    width: 100%;
}
#testimonials ul {
	max-width: 770px;
	margin: 0 auto;
}
#testimonials .content .header {
	padding-bottom: 20px;
}
#testimonials p {
	padding-bottom: 20px;
}
#testimonials p span {
	color: #373737;
	font-size: 1.8rem;
	font-weight: 400;
}

/* clients SECTION
====================================================*/
section#clients {
    float: left;
    width: 100%;
}


/* contain section
====================================================*/
section#simple-content {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    display: table;
    width: 100%;
}
#simple-content P{
color:#fff;
}
/* PRICING PLAN SECTION
====================================================*/

.columns {
    float: left;
    width: 33.3%;
    padding: 15px;
}

.price {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
	border-radius:0px;
}

.price .header {
    background-color: #f7fafd;
    border: 1px solid #C72229;
	    border-radius: 0px 0px 0 0;
}
.content .price .header {
    padding-bottom: 30px;
    padding-top: 40px;
}
.price .header h3 {
    color: #C72229;
    font-size: 2.1rem;
    font-weight: 600; 
    text-transform: uppercase;
}
.price .header p {
    font-size: 1.7rem;
    color: #373737;
}
.price .header .value {
    color: #373737;
    font-size: 7rem;
    font-weight: 400;
    line-height: 80px;    
}
.price .header sup {
    vertical-align: super;
    font-size: 2.1rem;  
}
.price .header sub {
    vertical-align: baseline;
    font-size: 2.1rem;  
}
.price li {
    border-left: 1px solid #c9d2dd;
    border-right: 1px solid #c9d2dd;
    padding: 15px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 400;    
}
.price li:nth-child(2){
    padding-top: 50px;
}
.price .header.featured, .price .header.featured p {
    background-color: #C72229;
    color: #fff;
}
.price .header.featured h3 {
    color: #fff;
}
.price .header.featured .value {
    color: #fff;
}
.price .footer {
    border-bottom: 1px solid #c9d2dd;
	border-radius: 0 0 0px 0px;
}

.price .footer p {
    color: #b0b5ba;
    font-size: 1.5rem;
}

/* CONTACT
====================================================*/

section#contact-us {
    float: left;
    width: 100%;
}
textarea, input[type="text"], input[type="button"], input[type="email"], input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
#contact h4 {	color: #373737;
	font-size: 2.1rem;
	font-weight: 500;
}
.form-group {
	margin-bottom: 0px;
}
#contact .content .header {
	padding-bottom: 20px;
}
#contact-form label {
	display: block;
	color: #929292;
	font-weight: normal;
	font-size: 15px;
	margin-left: 20px;
	text-align: left;
}
#contact-formform label[for=message] {
	margin-left: 35px;
}
#contact-form label.error {
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 12px;
	color: red;
}
#contact-form input[type="text"], form input[type="password"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="week"], form input[type="email"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="time"], form input[type="url"], form textarea {
	width: 100%;
	height: 55px;
	padding: 16px 24px;
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 20px;
	color: #4a4a4a;
	border: 1px solid #c9d2dd;
	margin: 10px 0px;
	border-radius:0px;
}
textarea#message:focus {
    outline: 0;
}
#contact-form textarea {
	height: auto;
}
#contact-form .btn-primary {
	color: #C72229;
	background-color: transparent;
	border: 2px solid #C72229;
	font-size: 18px;
	font-weight: 400;
	width: 210px;
	height: 55px;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius:0px;
}
#contact-form .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active {
	background-color: #C72229;
	color: #fff;
	border: 0px;
	
}
#contact-form fieldset {
	border: 0px;
	margin: 0;
	padding: 0;
}
#contact-form .required {
	color: #e9266d;
}
#success, #error {
	display: none;
}
#contact-form #success span, #contact-form #error span {
	display: block;
	font-size: 14px;
	margin-top: 20px;
	width: 100%;
}
#contact-form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #868686;
	font-size: 1.7rem;
	font-weight: 300;
}
#contact-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #868686;
	font-size: 1.7rem;
	font-weight: 300;
}
#contact-form :-ms-input-placeholder {
	/* IE 10+ */
	color: #868686;
	font-size: 1.7rem;
	font-weight: 300;
}
#contact-form :-moz-placeholder {
	/* Firefox 18- */
	color: #868686;
	font-size: 1.7rem;
	font-weight: 300;
}
#contact-form .required ::-webkit-input-placeholder:after {
	content: " *";
	color: red;
}
#contact-form .required :-moz-placeholder:after {
	content: " *";
	color: red;
}
#contact-form .required :-ms-input-placeholder:after {
	content: " *";
	color: red;
}
#contact-form .success h2 {
	color: #373737;
}
#contact-form .error h2 {
	color: crimson;
}
.help-block {
	margin-top: 0px;
}

/* FOOTER
====================================================*/
footer {
    float: left;
    width: 100%;
}
#footer {
	background: #252525;
}
#footer .inside {
	display: flex;
	flex-direction: column;
   padding:80px 0;

}
#footer .inside h4 {
	color: #999;
	font-size: 1.7rem;
	margin-bottom: 10px;
}
#footer .inside p {
	color: #fff;
	font-size: 1.7rem;
	font-weight: 300;
    line-height: 1.4;    
}
#footer .inside p>a {
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer .inside p>a:hover {
	color: #C72229;
	text-decoration: none;
}
.contact-info {
    text-align: center;
}
 #footer .inside .social {
	text-align:center;
	padding-top: 45px;
}
#footer .bottom-footer {
	background: #1c1c1c;
	display: block;
	width: 100%;
}
#footer .bottom-footer p {
	color: #808080;
	font-size: 1.4rem;
	padding: 30px 8%;
    line-height: 1.4; 
    text-align:center;	
}


/* ELEMENTS
====================================================*/

/* CONTENT
--------------------------------------------------*/

.content {
	margin: 80px 0px;
	text-align: center;
}
.content .header {
	padding-bottom: 20px;
}
.content p {
    padding: 10px 0px;
}
#simple-content .content {
    max-width: 900px;
    margin: 80px auto;
}
.menu-spacer {
    height: 80px;
}
.white-bg {
    background: #fff;
    height: 110px;
    position: absolute;
    max-width: 200px;
    width: 100%;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.bg-color {
	background-color: #f7fafd;
}
.flex-around {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

/* SLICK SLIDER
-------------------------------------------------- */
.slick-track {
	margin: 0 auto;
}
.slick-initialized .slick-slide {
    display: inline-block;
}
.slick-slide {
	margin: 0px 20px;
    float: none;
}
li.slick-slide.slick-current.slick-active:focus {
    outline: none;
}
.slick-slide.slick-current:focus {
    outline: none;
}
.slick-slide:focus {
    outline: none;
}
#testimonials .slick-slide {
    vertical-align: top;
}
.slick-slide img {
	display: initial;
	margin: auto;
}
.slick-dots li button:before {
	font-size: 16px;
	opacity: 1;
	color: #dce0e3;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #C72229;
}
.slick-dotted.slick-slider {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.slick-dots {
	position: relative;
	margin-top: 50px;
	bottom: 0;
}
.slick-prev, .slick-next {
	display: none !important;
}

/* BUTTONS PURCHASE
-------------------------------------------------- */

.btn-purchase {
	color: #C72229;
	font-weight: 400;
	font-size: 1.8rem;
    line-height: 1.9rem;
	text-transform: uppercase;
	padding: 16px 36px;
	border: 2px solid #C72229;
	display: inline-block;
	margin: 20px 0px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    border-radius:0px;
}
.btn-purchase:hover, .btn-purchase:focus {
	color: #fff;
	background: #C72229;
	text-decoration: none;
    outline: none;
}
.btn-purchase.white {
	background: #fff;
	border: 2px solid #fff;
	text-decoration: none;
}
.btn-purchase.white:hover {
	color: #fff;
	background: transparent;
	text-decoration: none;
}
.btn-purchase.blue {
	background: #C72229;
	color: #fff;
	text-decoration: none;
}
.btn-purchase.blue:hover {
	color: #fff;
    border-color: #fff;
	background: transparent;
	text-decoration: none;
}
.welcome .btn-purchase.white {
	margin: 20px 0px;
}

/* CALL TO ACTION - CTA
-------------------------------------------------- */
#simple-content h2 {
    color: #fff;
}
#stats{
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  
    position: relative;
    padding: 0;	
}
#stats span {
    font-size: 8rem;
    line-height: 12rem;
    color: #fff;
    font-weight: 100;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}
#stats p{
color:#fff;
}
.sta .box-container {
	width: 50%;
}
.sta .box-container .inner {
	max-width: 400px;
	text-align: left;
	float: right;
}
#contact-us.sta h3 {
	font-size: 7rem;
    line-height: 8rem;
}
#contact-us.sta p {
	font-weight: 200;
	font-size: 1.9rem;
	line-height: 2.7rem;
}

/* SOCILA ICONS
-------------------------------------------------- */

.social i {
    display: inline-block;
    color: #999999;
    font-size: 2rem;
    padding: 12px;
    text-align: center;
    width: 48px;
    height: 48px;
    border: 1px solid #464646;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0px;
}
.social i:hover {
	background: #C72229;
	color: #fff;
	border: 1px solid #C72229;
}

#team .social i {
    color: #373737;
    background: #fff;
    border: 0px;
}
#team .social i:hover {
	background: #C72229;
	color: #fff;
	border: 0px;
}

/* SCROLL UP
-------------------------------------------------- */

.scrollup {
	width: 48px;
	height: 42px;
	opacity: 1;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 999;
	background: #fff;
	border: 1px solid #eeeeee;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.scrollup:hover {
	background: #C72229;
	border: 1px solid #C72229;
}
.scrollup i {
	padding-top: 9px;
	font-size: 2rem;
	color: #999999;
	width: 48px;
	height: 42px;
	margin-left: -1px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.scrollup i:hover {
	color: #fff;
}


/* PAGE LOADER
-------------------------------------------------- */
.loader-container {
  width: 70px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 35px);
}
.loader {
  width: 70px;
  height: 70px;
  border-style: solid;
  border-top-color: #000;
  border-right-color: #000;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 0%;
  box-sizing: border-box;
  animation: rotate 3s ease-in-out infinite;
  transform: rotate(-200deg)
}
@keyframes rotate {
  0% { border-width: 10px; }
  25% { border-width: 3px; }
  50% { 
    transform: rotate(115deg); 
    border-width: 10px;
  }
  75% { border-width: 3px;}
  100% { border-width: 10px;}
}