/*
  Theme Name: Stellar Consulting
  Theme URL: https://stellarconsulting.com/
  Author: Dev Kapair
*/

/*--------------------------------------------------------------

# General

--------------------------------------------------------------*/

body {
	background: #fff;
	color: #666666;
	font-family: "Open Sans", sans-serif;
}
a {
	color: #ff0000;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #000000;
	outline: none;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}
/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #ff0000;
	color: #fff;
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}
.back-to-top i {
	padding-top: 12px;
	color: #fff;
}
 @media (max-width: 768px) {
.back-to-top {
	bottom: 15px;
}
}
.padding-sm {
	padding-top: 50px;
	padding-bottom: 50px;
}
.theme-bg {
	background: #ff0000;
}
/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/

#header {
	padding: 25px 0;
	height: 79px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
	background: #FFFFFF;
}
#header.header-scrolled {
	/* background: rgba(255, 255, 255, 0.8); */

	background: #FFFFFF;
	padding: 25px 0;
	height: 79px;
	transition: all 0.5s;
}
#header #logo {
	float: left;
}
 @media (min-width: 1024px) {
#header #logo {
	padding-left: 60px;
}
}
#header #logo h1 {
	font-size: 34px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
}
#header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
	padding-left: 10px;
	border-left: 4px solid #ff0000;
}
#header #logo img {
	padding: 0;
	margin: -5px 0 0;
	max-width: 220px;
	height: auto;
}
 @media (max-width: 768px) {
#header #logo h1 {
	font-size: 28px;
}
#header #logo img {
	max-height: 40px;
}
}
/*--------------------------------------------------------------

# Intro Section

--------------------------------------------------------------*/



/*.home-slider {

  margin-top: 92px;

}*/

#intro {
	display: table;
	width: 100%;
	height: 100vh;
	background: #000;
}
#intro .carousel-item {
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#intro .carousel-item::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
#intro .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#intro .carousel-content {
	text-align: center;
}
#intro h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 500;
}
 @media (max-width: 768px) {
	#intro h2 {
		font-size: 28px;
	}
	.social-links {
		text-align: center !important;
		margin-top: 15px;
	}
}
#intro p {
	width: 80%;
	margin: 0 auto 30px auto;
	color: #fff;
}
 @media (min-width: 1024px) {
#intro p {
	width: 60%;
}
}
#intro .carousel-fade .carousel-inner .carousel-item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .carousel-item, #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
#intro .carousel-fade .carousel-inner .active, #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next, #intro .carousel-fade .carousel-inner .carousel-item-prev, #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#intro .carousel-control-prev, #intro .carousel-control-next {
	width: 10%;
}
 @media (min-width: 1024px) {
#intro .carousel-control-prev, #intro .carousel-control-next {
	width: 5%;
}
}
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
	background: none;
	font-size: 32px;
	line-height: 1;
}
#intro .carousel-indicators li {
	cursor: pointer;
}
#intro .btn-get-started {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 32px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
	background: #ff0000;
}
#intro .btn-get-started:hover {
	background: #fff;
	color: #ff0000;
}
/* ===================================================================

 Search Form ======================================= */



#widget-search {
	position: relative;
	margin-top: -110px;
}
#widget-search .form-group {
	padding: 0 10px;
	display: inline-block;
}
.banner-search-widget {
	display: inline-block;
	margin: 0 10px;
}
#widget-search input[type="text"] {
	border: 1px solid #ECECEC;
	box-shadow: none;
	padding: 0 15px;
	line-height: 50px;
	font-weight: normal;
	height: 50px;
	background: transparent;
	border-radius: 0;
	font-family: "Open Sans", sans-serif;
	color: #fff;
	font-size: 14px;
	width: 100%;
}
#widget-search .custom-select .search-widget {
	background-color: transparent;
	display: block;
	border-radius: 0px;
}
#widget-search select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: none;
	box-shadow: none;
	font-family: "Open Sans", sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	outline: 0;
	border: 1px solid #fff;
	border-radius: 0;
	position: relative;
	text-indent: 1px;
	height: 50px;
	padding: 13px 15px;
	width: 100%;
	cursor: pointer;
	background-image: url(../img/down-arrow-white.png) !important;
	width: 100%;
	background-size: 15px;
}
#widget-search select option {
	color: #222;
	padding: 5px 0;
	display: block;
	line-height: 21;
}
.btn.custom-btn {
	font-family: "Open Sans", sans-serif;
	border-radius: 0;
	background: #f00;
	color: #FFF;
	height: 50px;
	font-size: 17px;
	display: inline-block;
	text-transform: uppercase;
}
 #widget-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #FFFFFF;
 opacity: 1; /* Firefox */
}
 #widget-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #FFFFFF;
}
 #widget-search input::-ms-input-placeholder { /* Microsoft Edge */
 color: #FFFFFF;
}
/*--------------------------------------------------------------

# Navigation Menu

--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
}
.nav-menu > li {
	float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
	display: block;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu ul li {
	min-width: 180px;
}
/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
	padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}
/* Nav Meu Container */

#nav-menu-container {
	float: right;
}
 @media (min-width: 1024px) {
#nav-menu-container {
	padding-right: 60px;
}
}
 @media (max-width: 768px) {
#nav-menu-container {
	display: none;
}
}
/* Nav Meu Styling */

.nav-menu a {
	padding: 5px 8px 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #222;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	outline: none;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
	color: #ff0000;
}
.nav-menu > li {
	margin-left: 10px;
}
.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
}
.nav-menu ul li {
	transition: 0.3s;
}
.nav-menu ul li a {
	padding: 10px;
	color: #333;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
}
.nav-menu ul li:hover > a {
	color: #ff0000;
}
.nav-menu ul ul {
	margin: 0;
}
/* Mobile Nav Toggle */

#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}
#mobile-nav-toggle i {
	color: #222;
}
 @media (max-width: 768px) {
#mobile-nav-toggle {
	display: inline;
}
}
/* Mobile Nav Styling */

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(0, 0, 0, 0.8);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav ul li {
	position: relative;
}
#mobile-nav ul li a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
#mobile-nav ul li a:hover {
	color: #fff;
}
#mobile-nav ul li li {
	padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #ff0000;
}
#mobile-nav ul .menu-has-children li a {
	text-transform: none;
}
#mobile-nav ul .menu-item-active {
	color: #ff0000;
}
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}
/* Mobile Nav body classes */

body.mobile-nav-active {
	overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
	left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}
/*--------------------------------------------------------------

# Sections

--------------------------------------------------------------*/

/* Sections Header

--------------------------------*/

.section-header h3 {
	font-size: 32px;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
}
.section-header h3::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-header h3::after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #ff0000;
	bottom: 0;
	left: calc(50% - 20px);
}
.section-header p {
	text-align: center;
	padding-bottom: 30px;
	color: #333;
}
/* Section with background

--------------------------------*/

.section-bg {
	background: #f7f7f7;
}
/* Services Section

--------------------------------*/

#services {
	background: #fff;
	background-size: cover;
	padding: 60px 0 0;
}
#services .box {
	margin-bottom: 30px;
	padding: 50px 20px;
	background: #707070;
}
#services .box:nth-child(2) {
	background: #7d7d7d;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
#services .box:nth-child(3) {
	background: #8e8e8e;
	border-right: 5px solid #fff;
}
#services .box:nth-child(4) {
	background: #a0a0a0;
}
#services .icon {
	float: left;
}
#services .icon i {
	color: #ff0000;
	font-size: 36px;
	line-height: 1;
	transition: 0.5s;
}
#services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
	color: #FFFFFF;
}
#services .title a {
	color: #111;
}
#services .box:hover .title a {
	color: #ff0000;
}
#services .description {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	color: #FFFFFF;
}
/* Job

-------------------------------- */



/* Clients Section

--------------------------------*/

#clients {
	padding: 60px 0;
}
#clients img {
	max-width: 100%;
	opacity: 0.5;
	transition: 0.3s;
	padding: 15px 0;
}
#clients img:hover {
	opacity: 1;
}
#clients .owl-nav, #clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
#clients .owl-dot.active {
	background-color: #ff0000;
}
/* Testimonials Section

--------------------------------*/

#testimonials {
	padding: 60px 0;
}
#testimonials .section-header {
	margin-bottom: 40px;
}
#testimonials .testimonial-item {
	text-align: center;
}
#testimonials .testimonial-item .testimonial-img {
	width: 120px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}
#testimonials .testimonial-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 5px 0;
	color: #111;
}
#testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0 0 15px 0;
}
#testimonials .testimonial-item .quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px;
}
#testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
}
 @media (min-width: 992px) {
#testimonials .testimonial-item p {
	width: 80%;
}
}
#testimonials .owl-nav, #testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
#testimonials .owl-dot.active {
	background-color: #ff0000;
}
/* Team Section

--------------------------------*/

#team {
	background: #fff;
	padding: 60px 0;
}
#team .member {
	text-align: center;
	margin-bottom: 20px;
	background: #000;
	position: relative;
}
#team .member .member-info {
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.2s;
}
#team .member .member-info-content {
	margin-top: -50px;
	transition: margin 0.2s;
}
#team .member:hover .member-info {
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
	transition: 0.4s;
}
#team .member:hover .member-info-content {
	margin-top: 0;
	transition: margin 0.4s;
}
#team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
	color: #fff;
}
#team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
	color: #fff;
}
#team .member .social {
	margin-top: 15px;
}
#team .member .social a {
	transition: none;
	color: #fff;
}
#team .member .social a:hover {
	color: #ff0000;
}
#team .member .social i {
	font-size: 18px;
	margin: 0 2px;
}
/* Contact Section

--------------------------------*/

#contact {
	padding: 60px 0;
}
#contact .contact-info {
	margin-bottom: 20px;
	text-align: center;
}
#contact .contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: #ff0000;
}
#contact .contact-info address, #contact .contact-info p {
	margin-bottom: 0;
	color: #000;
}
#contact .contact-info h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}
#contact .contact-info a {
	color: #000;
}
#contact .contact-info a:hover {
	color: #ff0000;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
	margin-bottom: 20px;
}
 @media (min-width: 768px) {
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
	padding: 20px 0;
}
}
 @media (min-width: 768px) {
#contact .contact-phone {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
}
#contact .form #sendmessage {
	color: #ff0000;
	border: 1px solid #ff0000;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
	display: block;
}
#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
#contact .form input, #contact .form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}
#contact .form button[type="submit"] {
	background: #222;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
	margin-top: 20px;
}
#contact .form button[type="submit"]:hover {
	background: #ff0000;
}
/*=============================================================

Job Section

 =============================================================*/



.detailsinfo {
	background: #fff;
	padding: 30px 20px;
	min-height: 330px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	border: 1px solid #ebebeb;
}
.detailsinfo:hover {
	box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);
}
.detailsinfo h3 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	color: #666;
}
.detailsinfo a.morebtn {
}
/*--------------------------------------------------------------

# About

--------------------------------------------------------------*/



.breadcrumb-part {
	background: url(../img/intro-carousel/2.jpg) no-repeat;
	background-size: cover;
	height: 520px;
	background-position: center;
	position: relative;
}
.breadcrumb-part::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.breadcrumb-title {
	padding: 185px 0 122px;
}
.breadcrumb-title h1 {
	color: #ffffff;
	font-size: 52px;
	line-height: 62px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding-bottom: 17px;
	text-transform: uppercase;
}
.breadcrumb-title h1::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 2px;
	background: #ff0000;
}
.breadcrumb-link {
	position: absolute;
	bottom: 30px;
}
.breadcrumb-link ul.flat-list li {
	position: relative;
}
.flat-list li {
	display: inline-block;
}
.breadcrumb-link ul.flat-list li a {
	padding: 0 7px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 0px 3px 7px rgba(71, 71, 71, 0.35);
	-webkit-text-shadow: 0px 3px 7px rgba(71, 71, 71, 0.35);
	-moz-text-shadow: 0px 3px 7px rgba(71, 71, 71, 0.35);
	-o-text-shadow: 0px 3px 7px rgba(71, 71, 71, 0.35);
	display: inline-block;
}
.breadcrumb-link ul.flat-list li::after {
	position: absolute;
	content: '/';
	top: 50%;
	left: 100%;
	transform: translate(50%, -50%);
	color: #fff;
	margin-left: -3px;
}
.breadcrumb-link ul.flat-list li:last-child:after {
	content: none;
}
.breadcrumb-link ul.flat-list li:last-child a {
	color: #ff0000;
	cursor: text;
}
.relative {
	position: relative;
}
.image-cover {
	margin-top: 62px;
}
.right-box {
	float: right;
}
.right-absolute {
	left: 0;
	position: absolute;
	top: -63px;
}
.box.about-page p {
	font-size: 15px;
	color: #565656;
}
.breadcrumb-title p {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
}
.we_are {
	margin: 30px 0 60px;
}
.we_are .left_side {
	background: url(../img/who-we.jpg) no-repeat right;
	background-size: cover;
	height: 510px;
	width: 50%;
	position: relative;
}
.we_are .we_are_opacity {
	background: rgba(47, 45, 55, 0.2);
	height: 510px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.we_are .we_are_border {
	/*background: transparent;*/

	height: 95%;
	width: 98%;
	border: 1px solid #fff;
	position: absolute;
	top: 12px;
	right: 13px;
}
.we_are .we_are_border h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #fff;
	background: #ff0000;
	display: inline;
	position: absolute;
	padding: 12px 39px;
	top: 40px;
	right: -14px;
}
.we_are .right_side {
	background: url(../img/bg21.jpg) no-repeat right;
	background-size: cover;
	background-color: #202731;
	height: 510px;
	width: 50%;
	position: relative;
}
.we_are .we_are_deatails {
	padding: 40px 50px;
}
.we_are_deatails h3 {
	color: #fafafa;
}
.we_are_deatails p {
	color: #b9b9b9;
	font-size: 16px;
	line-height: 26px;
}
.btn.custom-btn2 {
	color: #fff;
	text-align: center;
	border: 1px solid #ff0000;
	border-radius: 21px;
	padding: 7px 21px;
	font-size: 17px;
	line-height: 27px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20px;
	outline: none;
}
.btn.custom-btn2:hover {
	background: #ff0000;
}
/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/



.service_area .service-heading {
	border-right: 4px solid #f00;
	padding: 15px 0;
}
.service_area .service-heading h3 {
	font-size: 40px;
	line-height: 45px;
	color: #222;
	font-weight: 500;
	margin-bottom: 0;
	letter-spacing: 2px;
}
.service_area .service-heading h6 {
	font-size: 31px;
	line-height: 41px;
	margin-bottom: 0px;
	color: #444;
}
.service_area p {
	font-size: 15px;
	line-height: 20px;
	color: #444;
}
.service_area h4 {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	color: #222;
}
.testimonialbox {
	border: 1px solid #dedbdb;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.09);
	box-shadow: 0 0 10px rgba(0,0,0,.09);
	padding: 60px 50px;
	margin-bottom: 30px;
}
.testimonialbox .quote-sign-left {
	margin: -20px 10px 0 0;
}
.testimonialbox .quote-sign-right {
	margin: 10px 0 0 5px;
}
.testimonialbox h3 {
	margin: 20px 0 0;
	font-size: 17px;
	font-weight: 500;
	color: #444;
	text-align: right;
}
/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/

#footer {
	background: #000;
	padding: 0 0 20px 0;
	color: #eee;
	font-size: 14px;
}
#footer .footer-top {
	background: #2b2b2b;
	padding: 40px 0 0 0;
}
#footer .footer-top .footer-info {
	margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 7px;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	border-left: 4px solid #ff0000;
}
#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Montserrat", sans-serif;
	color: #a2a2a2;
}
.social-links a {
	font-size: 15px;
	display: inline-block;
	background: #333;
	color: #a2a2a2;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	transition: 0.3s;
	font-weight: 400;
}
.social-links a:hover {
	background: #ff0000;
	color: #fff;
}
#footer .footer-top h4 {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}
#footer .footer-top h4::before, #footer .footer-top h4::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
}
#footer .footer-top h4::before {
	right: 0;
	background: #555;
}
#footer .footer-top h4::after {
	background: #ff0000;
	width: 60px;
}
#footer .footer-top .footer-links {
	margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 8px;
	color: #ddd;
}
#footer .footer-top .footer-links ul li {
	border-bottom: 1px solid #333;
	padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: #a2a2a2;
}
#footer .footer-top .footer-links ul a:hover {
	color: #ff0000;
}
/*#footer .footer-top .footer-contact {

  margin-bottom: 30px;

}*/



#footer .footer-top h5 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	font-size: 1.25rem;
	padding: 0;
	color: #a2a2a2;
	letter-spacing: 1px;
}
#footer .footer-top .us-office h5, #footer .footer-top .us-office p {
	color: #dedede !important;
}
#footer .footer-top .footer-contact p {
	line-height: 26px;
	color: #a2a2a2;
}
#footer .footer-top .footer-newsletter {
	margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
	border: 0;
	padding: 6px 8px;
	width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
	background: #ff0000;
	border: 0;
	width: 35%;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
	background: #13a456;
}
#footer .copyright {
	padding-top: 20px;
}
#footer .credits {
	text-align: center;
	font-size: 13px;
	color: #ddd;
}
.us-office {
	background: #232323;
	margin: -20px -10px 0 0;
	padding: 20px 15px;
}
.image-section-about {
	overflow: hidden;
}
.image-section-about img {
	width: 100%;
	filter: grayscale(100%);
}
/*  single testimonials */
.testimonial-area {
	background: #f5f4f3;
	padding: 50px 0 40px;
	float: left;
	width: 100%;
}
.testimonial-area .more-button {
	margin-top: 12px;
}
.testimonial-area .more-button a {
	border: 2px solid #5b3859;
	height: 50px;
	width: 170px;
	display: block;
	text-align: center;
	border-radius: 30px;
	color: #5b3859;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 48px;
	transition: all 500ms ease;
}
.testimonial-area .more-button a:hover {
	background: #fff;
	color: #252525;
}
.single-testimonial-item {
	overflow: hidden;
	/* float: left; */
	background: #ffffff;
	/* margin-bottom: 30px; */
    /* display: block; */
	padding: 38px 40px 36px;
	min-height: 393px;
	margin-bottom: 30px;
}
.single-testimonial-item .img-holder {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f4f4f4;
	border-radius: 50%;
	display: block;
	height: 85px;
	margin: 0 auto;
	overflow: hidden;
	width: 85px;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	padding: 2px;
}
.single-testimonial-item .img-holder img {
	max-width: 100%;
}
.single-testimonial-item:hover .img-holder {
	background: none;
	border-color: #ff0000;
}
.single-testimonial-item .text-holder {
	padding-top: 20px;
	transition: all 0.7s ease;
}
.single-testimonial-item:hover .text-holder {
	border-color: #e7e3e3;
}
.single-testimonial-item .text-holder h3 {
	color: #5b3859;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	margin: 0 0 12px;
}
.single-testimonial-item .text-holder p {
	margin: 0 0 13px;
	font-size: 13px;
}
.single-testimonial-item .border {
	width: 190px;
	height: 1px;
	background: #f5f4f4;
	display: block;
	margin: 0 auto;
}
.single-testimonial-item .name h3 {
	padding-top: 19px;
	color: #404040;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
}
.single-testimonial-item .name h4 {
	padding-top: 5px;
	/* color: #404040; */
	font-size: 18px;
	margin-bottom: 0;/* font-weight: 500; */
}
.custom-link {
	position: relative;
	background: gray;
	border-radius: 3px;
	padding: 30px;
	color: white;
	margin-bottom: 20px;
}
.custom-link.awards {
	background: url(../img/medal.png) gray no-repeat;
	background-size: auto 50px;
	background-position: 10px center;
}
.custom-link a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.custom-link:hover {
	background: #6f6f6f;
}
.custom-link.awards:hover {
	background: url(../img/medal.png) gray no-repeat;
	background-size: auto 50px;
	background-position: 10px center;
}
.max-width {
	max-width: 100%;
}
 @media (max-width: 767px) {
#widget-search .container {
	max-width: 100%;
}
}

.heading-container h5 {
    font-size: 1.25em; /* 1em = 16px, so 1.25em = 20px */
    color: #333; /* Dark gray color */
    text-align: left; /* Center the text */
    margin-top: 20px;
    margin-bottom: 20px;
	font-weight: 700;
}