body::-webkit-scrollbar {
    width: 10px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(171, 3, 5, 0.6);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #ab0305;
  outline: 1px solid slategrey;
     border-radius: 10px;
}
img.img-responsive.main-img {
    width: 100%;
}
.main-bg {
    background-image: url(../img/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

ul.nav.navbar-nav.navbar-right {
    float: none !important;
}

ul.nav.navbar-nav.navbar-right.main-menu li a:hover {
    color: #fff;
    background-color: #000;
}

ul.nav.navbar-nav.navbar-right.main-menu li a {
    padding: 6px 43px;
    background-color: #fff;
    color: #141414;
    transition: 0.5s;
}

div.container-fluid.menu {
    border: 0;
    background-color: #ab0305;
}

.menu .nav.navbar.navbar-default {
    border: 0;
}

nav.navbar.navbar-default {
    border: 0;
    margin-bottom: 0;
}

li.active a {
    background-color: #aa5253;
}

li.active a {
    background-color: #fff;
}

.menu .navbar-default .navbar-nav > .active > a,
.menu .navbar-default .navbar-nav > .open > a {
    background-color: #ff0202;
    transition: ease 0.5s;
}

.menu .navbar-default .navbar-nav > .active > a:hover,
.menu .navbar-default .navbar-nav > .open > a:hover {
    box-shadow: 0px 0px 6px #3e0001;
    color: #000 !important;
}
#carousel-1 .carousel-control.right {
    background: none;
}
#carousel-1 .carousel-control.left {
    background: none;
}
#content {
    margin-top: 80px;
    font-family: 'Average', serif;
}
#content .content-one h2 {
    font-weight: 700;
    margin-bottom: 25px;
    position: absolute;
    margin-top: 0;
}
#content .content-one h2::after {
    position: absolute;
    content: '';
    width: 329px;
    height: 3px;
    background-color: #ab0305;
    left: 0;
    bottom: 0;
}

#content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 600;
}

#content .mission h2 {
    font-weight: 700;
    margin-bottom: 30px;
    position: absolute;
    margin-top: 0;
}
#content .content-one-para {
    margin-top: 50px;
}
#content .mission h2::after {
    position: absolute;
    content: '';
    width: 244px;
    height: 3px;
    background-color: #ab0305;
    left: 0;
    bottom: 0;
}
#content .mission .col-md-4 {
    margin-top: 50px;
}
#content .mission-hover {
    transition: ease 0.5s;
    border: 1px solid #ccc;
}
#content .mission-hover:hover {
    box-shadow: 0px 0px 5px #0009;
}
#content .clint h2 {
    position: absolute;
    margin-top: 0;
}
#content .clint h2::after {
    position: absolute;
    content: '';
    width: 103px;
    height: 3px;
    background-color: #ab0305;
    left: 0;
    bottom: 0;
}
#content .clint .col-md-2 {
    margin-top: 50px;
}
#footer {
    background-color: #150000;
    color: #e5e5e5;
    margin-top: 50px;
    padding-top: 30px;
    font-family: 'Barlow', sans-serif;
}
#footer .social-footer ul li a{
    color: #fff;
    text-decoration: none;
    transition: ease 0.5s;
}
#footer .social-footer ul li a .fa {
    transition: ease 0.5s;
    border: 1px solid #fff;
    border-radius: 20%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
}
#footer .social-footer ul li {
    margin-top: 10px;
}
#footer .social-footer ul li a:hover > .fa-facebook {
    background-color: #3b5998;
}
#footer .social-footer ul li a:hover > .fa-twitter {
    background-color: #0084b4;
}
#footer .social-footer ul li a:hover > .fa-youtube-play {
    background-color: #FF0000;
}
#footer .social-footer ul li a:hover > .fa-instagram {
    background-color: #fb3958;
}
#footer .social-footer ul li a:hover > .fa-linkedin {
    background-color: #0077B5;
}
#footer .glyphicon {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 20%;
}
#footer .add-footer ul li{
    margin-top: 10px;
    line-height: 20px;
}
#footer .main-footer {
    background-color: #0a0000;
    padding: 30px 0;
    margin-top: 30px;
}
#footer .main-footer p {
    margin-bottom: 0;
    color: #b4b4b4;
}
#footer .main-footer p a {
    text-decoration: none;
    transition: ease 0.3s;
}

/*start about page*/
#ab-content {
    font-family: 'Average', serif;
}
#ab-content .ab-header {
    padding: 25px 0;
    background-color: #ffe7e7;
    
}
#ab-content .ab-header h2 {
    margin: 0;
    font-weight: 700;
}
#ab-content .ab-welcome {
	 margin-top: 40px;
    line-height: 23px;
}
#ab-content .ab-welcome p {
    font-weight: 600;
}
/*start team*/
#ab-content .ab-team {
    margin-top: 20px;
}
#ab-content .ab-team h3 {
    margin-bottom: 30px;
}
#ab-content .ab-team .card {
    min-height: 200px;
    background-color: #ab0305;
    border-radius: 3%;
    overflow: hidden;
}
#ab-content .ab-team .card .card-top {
    min-height: 80px;
    background-image: url(../img/card-bg.jpg);
    border-top-left-radius: 6%;
    border-top-right-radius: 6%;
    border-bottom: 1px solid #fff;
    background-size: cover;
}
#ab-content .ab-team .card .card-user {
    max-height: 40px;
}
#ab-content .ab-team .card .card-user img {
    position: relative;
    top: -50px;
    left: calc(50% - 50px);
}
#ab-content .ab-team .card .card-bottom {
    color: #fff;
}
/*end team*/
/*end about page*/



/*start service page*/
#ser-content {
	font-family: 'Average', serif;
}
#ser-content .ser-header {
    padding: 25px 0;
    background-color: #ffe7e7;
    
}
#ser-content .ser-header h2 {
    margin: 0;
}
#ser-content .ser-det {
    margin-top: 30px;
}
#ser-content .ser-det .img-hover {
    overflow: hidden;
}
#ser-content .ser-det .img-hover .img-hover-link {
    position: absolute;
    top: calc(60% - 20px);
    left: calc(50% - 50px);
    z-index: 5;
    display: none;
    transition: ease 1s;
}
#ser-content .ser-det .img-hover .img-hover-caption {
    background-color: #1f0000;
    padding: 10px;
    position: absolute;
    color: #fff;
    z-index: 100;
    bottom: -82%;
    width: 92%;
    height: 100%;
    filter: opacity(0.9);
    
}
#ser-content .ser-det .img-hover .img-hover-caption p {
    line-height: 14px;
    margin-bottom: 0;
    font-size: 13px;
}
#ser-content .ser-det .img-hover .img-hover-caption h3 {
    margin-top: 0;
}
#ser-content .ser-det {
    overflow: hidden;
}
#ser-content .ser-det .img-hover img:hover > .img-hover-caption{
    bottom: 0;
}
#ser-content .ser-det .img-hover {
    transition: ease 0.5s;
}

/*end service page*/

/*satrt our menu content*/
#menu-content {
	font-family: 'Average', serif;
}
#menu-content .menu-header {
    padding: 25px 0;
    background-color: #ffe7e7;
    
}
#menu-content .menu-header h2 {
    margin: 0;
}
/*end our menu content*/

/*satrt our gallery content*/
#gallery-content {
	font-family: 'Average', serif;
}
#gallery-content .gallery-header {
    padding: 25px 0;
    background-color: #ffe7e7;
    
}
#gallery-content .gallery-header h2 {
    margin: 0;
}
#gallery-content .gallery-img .row{
    margin-top: 30px;
}
#gallery-content .gallery-img img {
    box-shadow: 0px 0px 5px #767676;
    border: 2px solid #fff;
}
/*end our gallery content*/

/*start testimonial content*/
#test-content {
	font-family: 'Average', serif;
}
#test-content .test-header {
    padding: 25px 0;
    background-color: #ffe7e7;
    
}
#test-content .test-header h2 {
    margin: 0;
}
/*end testimonial content*/

/*start contact content*/
#contact-content {
    font-family: 'Average', serif;
}
#contact-content .contact-header {
    padding: 25px 0;
    background-color: #ffe7e7;
    
}
#contact-content .contact-header h2 {
    margin: 0;
    font-weight: 700;
}
#contact-content .contact-page {
    margin-top: 30px;
}
#contact-content h3 span {
    color: #ab0305;
}
.menu-list {
    margin-top: 30px;
}
.menu-list img {
    border: 1px solid #ccc;
}
/*end contact content*/


#ab-content .ab-team h3 {
    position: absolute;
    margin-top: 0;
}
#ab-content .ab-team h3::after {
    position: absolute;
    content: '';
    width: 205px;
    height: 3px;
    background-color: #ab0305;
    left: 0;
    bottom: -5px;
}
#ab-content .card {
    margin-top: 30px;
}
#ab-content .ab-team .col-md-3 {
    margin-top: 35px;
}
