.main-footer {
    position: relative;
    padding-top: 60px;
    color: #aaaaaa;
    background-color: black;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.main-footer .upper-box {
    position: relative;
}

.main-footer .upper-box .footer-info-box {
    position: relative;
    margin-bottom: 20px;
    border-right: 1px solid #333333;
}

.main-footer .upper-box .footer-info-box:nth-child(2n + 0) {
    text-align: center;
}

.main-footer .upper-box .footer-info-box:nth-child(3n + 0) {
    text-align: right;
}

style.css:2099
.main-footer .upper-box .footer-info-box:last-child {
    margin-right: 0px;
    border-right: 0px;
}

.main-footer .upper-box .footer-info-box .inner-box {
    position: relative;
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
}

.main-footer .upper-box .footer-info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 44px;
    height: 44px;
    color: #6b6b6b;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #6b6b6b;
}

.main-footer .upper-box .footer-info-box .inner-box .text {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 1em;
    text-align: left;
}

.main-footer .widgets-section {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 30px 0px;
    text-align: center;
    margin-top: 60px;
    background-color: #0a0a0a;
}

.main-footer .footer-bottom .copyright {
    color: #aaaaaa;
    font-size: 14px;
}

.footer-title {
	font-family: oswald;
    font-size: 25px;
}

.text {
	font-size: 14px;
}

.footerlink {
	color: #fbb310;
	font-size: 14px;
}

@font-face {
font-family: "Aileron";
src: url("../fonts/Aileron-Regular.otf") format("otf"),
}

/**********************
/***** Services *******
/*********************/

body {
	font-family: Aileron;
    overflow-x: hidden;
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section{
	padding: 60px 0;
}
section .section-title{
	color:#007b5e;
	margin-bottom:50px;
	margin-top: 100px;
	text-transform:uppercase;
}
#what-we-do{
	background:#ffffff;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #007b5e !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;

}
/*#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;

}*/
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}

/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Content */
.content {
    padding-top: 30px;
}

/* Testimonials */
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
.testimonials blockquote::before {
    width: 0;
    height: 0;
	right: 0;
	bottom: 0;
	content: " ";
	display: block;
	position: absolute;
    border-bottom: 20px solid #fff;
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #e63f0c transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #e6400c;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}

.custom-navbar {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	background-color: white !important;
	/*border-bottom: 5px solid #822a28;*/
	width: 100%;
}

.custom-contactbar {
	width: 100%;
	padding: 0px;
	background-color: #8e3939 !important;
}

.contactbaricon {
	width: 16px;
}

.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 123;
	width: 100%;
    -webkit-box-shadow: 0px 7px 23px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 23px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 23px -8px rgba(0,0,0,0.75);
}

.fullscreen-bg {
	position: relative;
}

.fullscreen-bg__video {
	width: 100%;
}

.custom-brand {
	padding: 0px !important;
}

.logo {
	width: 130px;
}

.jumbotron {
	position: absolute;
    bottom: -170px;
    /* left: 0; */
    right: 125px;
    width: 550px;
	background-color: #8e3939 !important;
}

.whitetext {
	color: white !important;
}

.swiper-container1 {
	width: 100%;
	height: 100%;
}
.swiper-slide1 {
	text-align: center;
	font-size: 18px;
    border-radius: 10px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.services {
	margin-top: 50px;
}

.titlesection {
	margin-bottom: 50px;
}

.aboutTitle {
    font-size: 2.5rem;
}

.custom-serviceicon {
	width: 50px;
    /* float: left; */
    margin-bottom: 10px;
}

.custom-serviceslider {
	padding: 40px 0px;
    border-bottom: 10px solid #8e3939;
    background-color: #f7f7f7;
    height: 365px;
   /* overflow: auto;*/
}

.servicespara {
	font-size: 15px;
    text-align: justify;
    padding: 0px 10px;
    height: 200px;
    overflow: auto;
}

.titlesection b {
	color: #8e3939;
}

.invertedtitlesection {
	text-align: center;
	color: white;
}

.accomplishments {
    background: url(../images/bigback.png);
    background-position: 50% 94px;
    width: 100%;
    display: block;
    position: relative;
    overflow: visible;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 100px 0;
}
}

section {
    padding: 100px 0 !important;
}

.contact {
    padding: 100px 0px;
}

.swiper-container2 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide2 {
  background-color: #eee;
  border-bottom: solid 20px #8e3939;
  border-radius: 10px;
  width: 500px;
  padding: 40px 40px;
}

.redtext {
    color: #8e3939 !important;
}

.accomplishment {
	background-color: #eee;
    border-radius: 10px;
    padding: 30px 0px;
    margin-bottom: 20px;
    border-right: 30px solid #8e3939;
}

footer{
     background-color: #8e3939;
     padding:70px 0px;
}

.footer-list li{
    padding:4px 0px;
     color:#FFF;
}

.footer-list h3{
     color:#FFF;
}

.footer-list  li a , .footer-list  li p{
    color:#FFF;
    text-decoration:none;
    font-size:14px;
}

.footer-list , .social{
    list-style: none;
}

.social li{
    float: left;
}

.social .fa{
    color:#9c9c9c;
    margin-right: 10px;
    font-size:18px;
}

.spacer {
    height: 200px;
}

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 600px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 600px;
  overflow-y: scroll;
}

.product {
    margin-bottom: 100px
}

.product_item {
    margin: 12px 0px;
    background-color: #eee;
    padding: 18px 6px;
}

.product_item_img {
    width: 100%;
}

.contactNav {
    background-color: #8e3939;
    color: white !important;
    margin-left: 6px;
    padding: 6px 11px !important;
    border-radius: 6px;
}

.hint {
    width: 100%;
    background-color: #fde1e1;
    text-align: center;
    padding: 12px 0px;
    margin-top: 25px;
    border: 1px solid #8e3939;
    border-radius: 6px;
    color: #8e3939;
    display: none;
}

/* media query starts here */



@media (max-width: 768px) {

    .mobile_ContactNumber {
        text-align: center;
        width: 100%;
        font-size: 16px;
        padding: 12px 0px;
    }

    .mobile_ContactLink {
        background-color: transparent;
        color: gray !important;
        margin-left: 0px;
        padding: 5px 0px !important;
        border-radius: 6px;
    }

    .mobile_NavUl {
        padding-top: 18px;
    }

    .Mob_GetinTouch {
        color: white !important;
    }

    .mobile_submit {
        width: 100%;
        padding: 16px 0px;
    }

    .mobile_accomplishmentiMG{
        display: none;
    }

    .mobile_accomplishment {
        padding: 30px 25px !important;
    }

    .mobile_title {
        font-size: 22px;
    }

    .hint {
        display: block;
    }

    .mobile_aboutUs {
        position: static;
        width: 100%;
        border-radius: 0px !important;
        margin-top: -6px;
        padding: 38px 32px !important;
    }

}



/* media query ends here */
