/*******************************/
/********* General CSS *********/
/*******************************/
body {
	color: #000000;
	background: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
h1 {
	font-weight: 700;
}
h2, h3, h4, h5, h6 {
	font-weight: 600;
}
h2, h3 {
	font-size: 2rem;
}
a {
	color: #000000;
	transition: .3s;
}
a:hover, a:active, a:focus {
	color: #333333;
	outline: none;
	text-decoration: none;
}
.btn:focus {
	box-shadow: none;
}
img {
	max-width: 100%;
}
.wrapper {
	position: relative;
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	background: #ffffff;
}
.back-to-top {
	position: fixed;
	display: none;
	background: #ec2028;
	color: #ffffff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 22px;
	border-radius: 5px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 9;
}
.back-to-top:hover {
	color: #ffffff;
	background: #ec2028;
}
.back-to-top i {
	padding-top: 10px;
	background-image: url("../img/down-arrow.svg");
	background-size: 22px;
	width: 22px;
	height: 22px;
	display: inline-block;
}
/*******************************/
/********** Header CSS *********/
/*******************************/
.header {
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
}
.header-top {
	padding: 10px 0;
}
.header .brand {
	position: relative;
}
.header .brand img {
	width: 100%;
	max-width: 95px;
	height: 100%;
	max-height: 100px;
}
.header .topbar {
	position: relative;
	text-align: right;
}
.header .topbar .topbar-col {
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 15px;
}
.header .topbar-col a {
	color: #555555;
	font-size: 13px;
}
.header .topbar-col a i {
	margin-right: 10px;
	color: #ec2028;
}
.header .topbar-social {
	position: relative;
}
.header .topbar-social a {
	display: inline-block;
}
.header .topbar-social a i {
	margin-right: 10px;
	font-size: 18px;
	color: #ec2028;
}
.header .topbar-social a:last-child i {
	margin: 0;
}
.header .topbar-social a:hover i {
	color: #ec2028;
}
.header .dropdown-menu {
	margin-top: 0;
	border: 0;
	border-radius: 5px;
	background: #eeeeee;
}
.header .dropdown-menu a.active {
	color: #ec2028;
}
.hero {
	justify-content: center;
	text-align: center;
	position: relative;
}
.hero video {
	width: 100%;
	height: 100%;
}
.header.home .header-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.header.home .header-top .navbar-light a.nav-link {
	color: #ffffff;
}
.header.home .header-top .navbar-light a.nav-link:after {
	background: #ffffff;
}

@media (min-width: 992px) {
.header .navbar {
	background: transparent !important;
}
.header .navbar-brand {
	display: none;
}
.header .navbar-light a.nav-link,  .header .navbar-light .show > .nav-link {
	position: relative;
	padding: 8px 20px;
	color: #000000;
	font-size: 14pt;
	z-index: 1;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-nav .nav-link:not(:last-child):after {
	top: 14px;
	content: "";
	width: 2px;
	height: 18px;
	background: #000000;
	position: absolute;
	right: 0;
}
.header .navbar-light a.nav-link:hover,  .header .navbar-light a.nav-link.active {
	color: #ec2028;
}
}

@media (max-width: 992px) {
.header .topbar {
	text-align: center;
	margin-bottom: 15px;
}
.navbar-light .navbar-brand {
	display: none;
}
.header .topbar .topbar-col {
	margin: 0;
}
.navbar-light .navbar-toggler {
	margin-left: auto;
	color: #000000;
	border-color: #000000;
}
.header .topbar .topbar-social {
	margin-top: 5px;
}
.header .navbar {
	background: #ffffff !important;
	border: none;
	z-index: 1;
}
.header a.nav-link {
	padding: 5px 0;
}
.header .dropdown-menu {
	box-shadow: none;
}
}

@media (max-width: 992px) {
.header .navbar {
	border-radius: 5px;
}
.header .navbar .btn {
	display: none;
}
.header.home .header-top, .header .header-top {
	position: relative;
}
.header .navbar {
	justify-content: flex-end;
	text-align: right;
	padding: 0;
}
.header .navbar .navbar-brand {
	display: none;
}
.header .brand img {
	max-width: 100px;
}
.header .brand {
	margin-bottom: 0;
	text-align: left;
}
.navbar-light .navbar-toggler {
	border-color: #000000;
	color: #000000;
}
.header .navbar {
	position: static;
}
.header .col-lg-9 {
	position: static;
}
.header .header-top .navbar-collapse {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #ec2028;
	z-index: 99;
}
.header .header-top .navbar-light a.nav-link {
	padding: 15px 15px;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
}
.header .header-top .navbar-light a.nav-link:not(:last-child) {
	border-bottom: 1px solid #ffffff;
}
}

@media (max-width: 767px) {
}
/*******************************/
/******* Page Header CSS *******/
/*******************************/

.page-header a {
	position: relative;
	padding: 0 12px;
	font-size: 22px;
	font-weight: 300;
	color: #ec2028;
}
.page-header a:hover {
	color: #000000;
}
/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
}
.section-header p {
	margin-bottom: 10px;
	font-size: 20px;
}
.section-header h2 {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.section-header.left {
	text-align: left;
}
.section-header.left::before {
	width: 60px;
	left: 0;
	background: linear-gradient(to left, #ec2028, #ec2028, #ec2028);
	border-radius: 0 100% 100% 0;
}
.section-header.left::after {
	left: 0;
	border-radius: 5px;
}
/*******************************/
/********** About CSS **********/
/*******************************/
.inner-banner-holder .caption p {
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 600;
}
.about {
	position: relative;
	width: 100%;
	line-height: 2;
	padding: 100px 0;
	text-align: center;
}
.about .about-img img {
	width: 100%;
	border-radius: 5px;
}
.about .about-text {
	max-width: 80%;
	margin: auto;
}
.about .about-text h2 {
	position: relative;
	color: #ec2028;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.about .about-text h2 span {
	font-size: 120px;
}
.about .about-text p {
	color: #58595b;
	font-size: 16px;
}
.about .about-text a.btn {
	padding: 15px 35px;
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	border: none;
	border-radius: 5px;
	background: #ec2028;
	transition: .3s;
}
.about .about-text a.btn:hover {
	color: #ffffff;
	background: #ec2028;
}
.about .nav-tabs .nav-link {
	border-radius: 0;
	border: none;
	padding: 15px 15px;
	font-weight: bold;
	color: inherit;
	font-size: 1.2rem;
	border-top: 5px solid transparent;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about .nav-tabs {
	border-bottom: 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about .nav-tabs .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}
.about .nav-tabs .nav-link.active {
	background: #ec2028;
	color: #ffffff;
	border-color: #eb6524;
}
.about .tab-content .tab-pane {
	padding: 50px 50px;
}
.about .tab-content > .active {
	background-color: #ec2028;
	color: #fff;
}
.action-button .btn {
	border: 1px solid #ffffff;
	color: #ec2028;
	background: #ffffff;
	text-align: center;
	padding: 6px 30px;
	font-size: 1.2rem;
	font-weight: 600;
	border-radius: 0;
	text-transform: uppercase;
}
.action-button .btn span {
	position: relative;
	z-index: 2;
}
.action-button .btn:hover {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
}
.about .action-button .btn {
	color: #ffffff;
}
.about .card-body .action-button .btn {
	color: #555555;
}
.about .card-body .action-button .btn:hover {
	color: #ffffff;
}
.about .tab-content .sub-industry {
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 1px solid #00000026;
}
.about .tab-content .success-story {
	padding: 20px;
	border-radius: 5px;
	color: #555555;
}
.about .tab-content .sub-industry ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.about .tab-content .sub-industry ul li {
	margin-bottom: 10px;
}
.about .tab-content .sub-industry ul li a {
	color: inherit;
	line-height: 2rem;
	padding-left: 20px;
	display: block;
	position: relative;
}
.about .tab-content .sub-industry ul li a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	padding-top: 0;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	position: absolute;
	left: 0;
	top: 6px;
}
.about .tab-content .industry-heading {
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.about .tab-content .industry-details {
	margin-bottom: 20px;
	line-height: 2rem;
}
.about .tab-content .success-story .story-heading {
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1;
}
.about .tab-content .success-story .story-thumb .story-caption {
	margin-top: 10px;
	width: 100%;
}
.story-thumb {
	margin-bottom: 20px;
}

@media (max-width: 767.98px) {
.about .about-img img {
	margin-bottom: 30px;
}
.about {
	padding: 30px 0;
}
.about .about-text {
	max-width: 100%;
}
.about {
	padding: 30px 0 10px;
}
.about .about-text {
	max-width: 100%;
}
.section-header {
	margin-bottom: 15px;
}
.about .about-text h2 {
}
h2, h3 {
	font-size: 1.8rem;
}
}
/*******************************/
/********* work CSS *********/
/*******************************/
.work {
	background: #ec2028;
	color: #ffffff;
	position: relative;
	padding-top: 40px;
	padding-bottom: 60px;
}
.work h3 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.action-toolbar {
	text-align: center;
	margin-top: 50px;
}
.action-btn {
	border: 1px solid #000000;
	color: #000000;
	text-align: center;
	padding: 10px 30px;
	font-size: 1.2rem;
	font-weight: 600;
}
.white-btn {
	border-color: #ffffff;
	color: #ffffff;
}
.action-btn:hover {
	background: #ec2028;
	color: #ffffff;
	border-color: #ec2028;
}
.work .action-btn:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #ec2028;
}
.inner-banner-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.inner-banner-holder .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.inner-banner-holder .caption h1 {
	margin-bottom: 0;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2.4rem;
}
.white-bg {
	background: #ffffff;
	color: #000000;
	padding-top: 60px;
}
.work-caption {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	padding: 20px 10px;
	color: #58595b;
	font-weight: 600;
	font-size: 0.9rem;
}
.work-caption h4 {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 1.2rem;
}
.inner-banner {
	text-align: center;
}

@media (max-width: 767.98px) {
.work {
	padding-top: 30px;
	padding-bottom: 30px;
}
.work-item {
	margin-bottom: 15px;
}
.action-toolbar {
	margin-top: 20px;
}
.inner-banner-holder .caption h1 {
	font-size: 2rem;
}
.work-caption {
	margin-bottom: 0px;
	padding-bottom: 0;
}
}
/*******************************/
/******* Team CSS *******/
/*******************************/

.team-main-page .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}
.team-main-page .row {
	margin-left: 0;
	padding-right: 0;
}
.team-main-page .team-content-wrap {
	background: #ec2028;
	color: #ffffff;
	font-size: 1rem;
	line-height: 2;
	padding: 50px 60px;
}
.team-content {
	overflow: auto;
	padding-right: 20px;
	min-height: 100%;
}
.team-content::-webkit-scrollbar {
 width: 7px;
 height: 6px;
 background: #ec2028;
 border-radius: 0;
 box-shadow: inset -1px 0 3px rgba(0, 0, 0, .1)
}
 .team-content::-webkit-scrollbar-thumb {
 background: #a8161c;
 border-radius: 0
}
 .team-content::-moz-scrollbar {
 width: 7px;
 height: 6px;
 background: #ec2028;
 border-radius: 0;
 box-shadow: inset -1px 0 3px rgba(0, 0, 0, .1)
}
 .team-content::-moz-scrollbar-thumb {
 background: #ffffff;
 border-radius: 0
}
.team-content h4 {
	font-size: 1.5rem;
}
.team-content h5 {
	font-size: 1.2rem;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
.team-main-page .team-content-wrap {
	padding: 30px 15px;
}
}

@media (max-width: 767.98px) {
.team-main-page .team-content-wrap {
	padding: 30px 15px;
}
.team-content {
	height: auto !important;
}
.team-main-page .team-content-wrap {
	order: 2;
}
.team-main-page .row {
	margin-left: -15px;
}
.team-content h4 {
	font-size: 1.6rem;
}
}
/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
	position: relative;
	padding: 60px 0;
	background: #e6e7e8;
}
.client-say-box {
	max-width: 80%;
	margin: auto;
}
.testimonial .testimonial-item {
	position: relative;
	margin: 0 15px;
	text-align: center;
}
.testimonial .testimonial-img {
	position: relative;
	margin-bottom: 15px;
	z-index: 1;
}
.testimonial .testimonial-item img {
	margin: 0 auto;
	width: 150px;
	border: 15px solid #ffffff;
	border-radius: 100px;
}
.testimonial .testimonial-content {
	position: relative;
	padding: 30px;
	text-align: center;
	background: #ffffff;
}
.testimonial .testimonial-item p {
	color: #58595b;
	font-size: 16px;
}
.testimonial .testimonial-content h3 {
	color: #58595b;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin-bottom: 0;
}
.testimonial .testimonial-content h3:before {
	content: "";
	width: 15px;
	height: 3px;
	margin-right: 5px;
	display: inline-block;
	background: #000000;
}
.testimonial .testimonial-content h4 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}
.testimonial .owl-nav, .testimonial .owl-dots {
	margin-top: 15px;
	text-align: center;
}
.testimonial .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ec2028;
}
.testimonial .owl-dot.active {
	background: #ec2028;
}

@media (max-width: 767.98px) {
.testimonial {
	padding: 30px 0;
}
.client-say-box {
	max-width: 100%;
}
}
/*******************************/
/******* Call to Action ********/
/*******************************/
.call-to-action {
	position: relative;
	margin: 45px 0 0;
	padding: 60px 0;
}
.call-to-action h3 {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 15px;
}
.call-to-action p {
	margin: 0;
	font-size: 20px;
	font-weight: 300;
}
.call-to-action .action-button {
	text-align: center;
	margin-top: 30px;
}
.top-row .form-control:not(:last-child) {
	margin-right: 50px;
}
.footer .form-control {
	margin-bottom: 25px;
	height: 35px;
	border-radius: 0;
	background: #ffffff;
	float: left;
	width: calc(50% - 25px);
}
.footer .full-row .form-control {
	width: 100%;
}
.footer textarea.form-control {
	height: 110px;
	width: 100%;
	border-radius: 0;
	background: #ffffff;
}
.contact-info {
}
.contact-info h4 {
	font-size: 1.2rem;
}
.contact-information-phone {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.contact-information-phone i {
	margin-right: 10px;
}
.contact-information-email {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.contact-information-email i {
	margin-right: 10px;
}
.btn-link-arrow:hover:after {
	-webkit-animation: slide-left 1s ease infinite;
	animation: slide-left 1s ease infinite;
}
.contact-info .btn-link-arrow--right {
	padding: 0;
	padding-right: 30px;
	padding-top: 6px;
	padding-bottom: 10px;
}

@media (max-width: 768px) {
.call-to-action a {
	float: left;
	margin-top: 30px;
}
}
/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
	position: relative;
	width: 100%;
	padding: 45px 0;
}
.contact .faqs {
	padding: 0;
}

@media(max-width: 767.98px) {
.contact .faqs {
	margin-bottom: 30px;
}
}
.contact .contact-form input {
	height: 60px;
	border-radius: 5px;
}
.contact .contact-form .btn {
	height: 60px;
	padding: 0 20px;
	color: #000000;
	font-size: ;
	text-transform: uppercase;
	background: #ec2028;
	border-radius: 5px;
	transition: .3s;
}
.contact .contact-form .btn:hover {
	color: #ffffff;
	background: #ec2028;
}
.form-top-redio {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.form-box-redio {
	position: relative;
	margin-right: 50px;
}
.form-top-redio input[type=radio] {
	width: 40px;
	height: 30px;
	position: absolute;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}
.form-top-redio label {
	padding-left: 36px;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	cursor: pointer;
}
.form-top-redio label:before {
	content: "";
	width: 25px;
	height: 20px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
}
.form-top-redio input[type=radio]:checked + label:after {
    content: "";
    width: 15px;
    height: 12px;
    background: #ec2028;
    position: absolute;
    left: 5px;
    top: 4px;
}
/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
	position: relative;
	margin-top: 0;
	padding-top: 60px;
	background: #ec2028;
	color: #ffffff;
}
.footer-mid {
	align-items: flex-end;
	margin-top: 60px;
	padding-bottom: 30px
}
.footer .footer-contact, .footer .footer-link, .footer .footer-form {
	position: relative;
	margin-bottom: 0;
}
.footer .footer-contact p:last-child {
	margin-bottom: 0;
}
.footer .footer-contact h2, .footer .footer-link h2, .footer .footer-form h2 {
	position: relative;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer .footer-contact p {
	font-size: 16px;
	display: flex;
	align-items: center;
}
.footer .footer-contact p img {
	margin-right: 10px;
}
.footer .footer-contact p i {
	width: 25px;
}
.footer .footer-social {
	position: relative;
	text-align: right;
}
.footer .footer-social a {
	display: inline-block;
	margin-left: 5px;
}
.footer .footer-social a i {
	margin-right: 15px;
	font-size: 25px;
	color: #ffffff;
}
.footer .footer-social a:last-child i {
	margin: 0;
}
.footer .footer-social a:hover i {
	color: #ffffff;
}
.footer .footer-link a {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #ffffff;
}
.footer .footer-link a::before {
	position: relative;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}
.footer .footer-link a:hover {
	color: #ffffff;
}
.footer .footer-form input {
	height: 45px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
}
.footer .footer-form .btn {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	background: #ec2028;
	border-radius: 5px;
	transition: .3s;
}
.footer .footer-form .btn:hover {
	color: #ffffff;
	background: #ec2028;
}
.footer .footer-menu {
	position: relative;
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer .footer-menu .f-menu {
	font-size: 0;
	text-align: center;
}
.footer .footer-menu .f-menu a {
	color: #ffffff;
	font-size: 14px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #ffffff;
}
.footer .footer-menu .f-menu a:hover {
	color: #ec2028;
}
.footer .footer-menu .f-menu a:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.footer .copyright {
	padding: 15px 15px;
	border-top: 2px solid #ffffff;
	text-align: center;
}
.footer .copyright p {
	margin: 0;
	font-size: 14px;
}
.footer .copyright p a {
	color: #ffffff;
	font-weight: 400;
}
.footer .copyright p a:hover {
	color: #ffffff;
}

@media (max-width: 768px) {
.footer .copyright p,  .footer .copyright .col-md-6:last-child p {
	margin: 5px 0;
	text-align: center;
}
.form-top-redio {
	flex-wrap: wrap;
	margin-bottom: 0;
}
.form-box-redio {
	width: 100%;
	margin-bottom: 15px;
	margin-right: 0;
}
.top-row .form-control:not(:last-child) {
	margin-right: 0;
}
.footer .form-control {
	width: 100%;
	margin-bottom: 15px;
}
.footer-mid {
	margin-top: 20px;
	padding-bottom: 20px;
}
.footer .footer-contact p {
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 14px;
}
.footer .footer-social {
	text-align: center;
	margin-top: 15px;
}
.footer {
	padding-top: 30px;
}
}
