
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #000000;
  font-size:18px;
  line-height:1.5;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-style: normal;
}

a {
  color: #01315b;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus{
    color: #c4000e;
    outline: none;
    text-decoration: none;
	box-shadow: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
  margin: 0 0 20px 0;
  padding: 0;
}
h1.main-heading  {
    font-size: 28px;
    line-height: 1.3;
    color: #bf1113;
    font-weight: 400;
    text-align: center;
}
.subheading{
    font-size: 22px;
    line-height: 1.3;
    color: #01315b;
    font-weight: 400;
}
.subheading-small {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #c1000f;
	margin-bottom: 0.8rem;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #bf1113;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 0;
  right: 15px;
  bottom: 65px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top:hover {
  background: #000;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
#tawkchat-minified-container{
    border-radius: 0 !important;
}
/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #c61c11;
  border-top: 6px solid #011c70;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*#header {
  padding:0;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
}*/
.navbar {
    padding: 0.6rem 1.5rem 0.9rem;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.30);
}
.header-transparent .navbar{
    background: rgba(0, 0, 0, 0);
}
#header.header-scrolled .navbar {
    padding: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7);
}
#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Roboto Condensed', 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 #f16522;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 75px;
  height: 60px;
}
.nav-menu > li.nav-item.active > a,
.nav-menu > .subcurrent > a{
    color: #fff;
	text-decoration: none;
    border-bottom: 1px solid #fff !important;
}
.nav-menu > .subcurrent > .dropdown-menu .dropdown-submenu.active > a {
    color: #bf1113;
    text-decoration: none;
    border-bottom: 0px solid #bf1113 !important;
    background: #f5f5f5;
}
.header-scrolled#header #logo img{
 height: 40px !important;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.gap-medium{
	padding:4rem 0;
}
.orange{
	color:#f16522 !important;
}
.green{
	color:#1b6f04 !important;
}
.blue{
	color:#01315b !important;
}
.red{
	color:#bf1113 !important;
}
.black{
	color:#000 !important;
}
.br-black{
	border-color: #000!important;
}
.bg-center{
	background-position:center center !important;
}
.bg-left-center{
	background-position:left center !important;
}
.bg-cover{
	background-size:cover !important;
}
.bg-no-repeat{
	background-repeat:no-repeat !important;
}
.font-16{
	font-size:16px !important;
	line-height:1.3;
}
.font-18{
	font-size:18px !important;
}
.font-20{
	font-size:20px !important;
}
.font-22{
	font-size:22px !important;
}
.font-24{
	font-size:24px !important;
}
.bg-pink{
	background-color:#fcfbf6 !important;
}
.row-box{
	padding:3rem;
}
.weight-bold{
	font-weight:700;
}
.weight-medium{
	font-weight:500;
}
.btn-center {
    margin: 0 auto;
    display: table;
}
.bg-blue{
	background-color:#e5eefe;
}
.bg-gradient {
    color: #fff;
    background: rgb(196,0,14);
    background: -moz-linear-gradient(90deg, rgba(196,0,14,1) 0%, rgba(96,14,64,1) 50%, rgba(1,28,112,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(196,0,14,1) 0%, rgba(96,14,64,1) 50%, rgba(1,28,112,1) 100%);
    background: linear-gradient(90deg, rgba(1,28,112,1) 0%, rgba(96,14,64,1) 50%, rgba(196,0,14,1) 100%);
}
.bg-gradient:hover,
.bg-gradient:focus, {
    color: #fff;
	background: -moz-linear-gradient(90deg, rgba(196,0,14,1) 0%, rgba(96,14,64,1) 50%, rgba(1,28,112,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(196,0,14,1) 0%, rgba(96,14,64,1) 50%, rgba(1,28,112,1) 100%);
    background: linear-gradient(90deg, rgba(196,0,14,1) 0%, rgba(96,14,64,1) 50%, rgba(1,28,112,1) 100%);
	outline:0;
	box-shadow: none;
}
.btn-red{
	background:#bf1113 !important;
	color:#fff !important;
}
.btn-red:hover,
.btn-red:focus,
.btn:hover,
.btn:focus{
	background:#000 !important;
	color:#fff !important;
	outline:none;
	box-shadow:none;
}
.text-center-justify{
	text-align: justify; text-align-last: center;
}
.img-border {
    border: 1px solid #ccc;
}
.btn {
    border: 0;
    background: #be1d13;
    color: #fff;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 80vh;
  background: #fff;
  background-image:url(../img/intro-carousel/1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media only screen and (max-device-width: 1366px) {
  #intro{
    background-attachment: scroll;
  }
}

#intro .carousel-item {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-top:4.5rem;
}
/*#intro .carousel-container .row img {
    max-width: 60vh;
}*/

#intro .carousel-content {
  text-align: left;
}
/*#intro .carousel-container .row img {
    max-width: 50vh;
    margin: 0 auto;
}*/
#intro h1  {
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 1rem;
}
#intro ul,
#intro ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#intro ul {
    padding: 1rem 0 0.5rem;
}
#intro ul li {
    margin-left: 1.6em;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    margin-bottom: 0.5rem;
}

#intro ul li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.4em;
    color: #3fc000;
    font-size: 1.5rem;
    line-height: 1;
}
#intro a.slider-btn{
    font-size: 16px;
    line-height: 1.7;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-weight: 600;
    margin-top: 1rem;
    border: 0;
}
#intro a.slider-btn:hover{
    background: #bf1113;
    color: #fff;
    border: 0;
}
#intro .carousel-fade {
  overflow: hidden;
}
.layer-img{
	max-height:550px;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  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%;
}
#intro .carousel-control-next i,
#intro .carousel-control-prev i {
    width: 30px;
    height: 50px;
    line-height: 50px;
    background: #000;
    font-size: 32px;
}
#intro .carousel-indicators li {
  cursor: pointer;
}
#intro_header {
    padding: 5.5rem 0 2rem;
    background: #c61c11;
    min-height: 330px;
    max-height: 330px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#intro_header.mobile-header {
    min-height: 400px;
    max-height: 400px;
}
#intro_header h1{
    font-size: 30px;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
#intro_header.mobile-header h1 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background: hsla(0, 0%, 0%, 0.30);
    padding: 1rem;
}
.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 10%;
    left: 0;
    margin: 0px auto;
    z-index: 999;
    width: 30px;
    height: 38px;
}
.mousey {
    width: 1px;
    padding: 10px 12px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

#inner-header .header-banner{
    min-height: 25rem;
}
#inner-header .header-banner h1 {
    font-family: 'Playfair Display', serif;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
}
@media screen and (max-width:1280px)and (max-height:960px) {
#intro .carousel-container .row img {
    max-width: 50vh;
    margin: 0 auto;
}
#intro h1  {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
#intro ul {
    padding: 0.5rem 0 0.5rem;
}
#intro ul li  {
    font-size: 16px;
    margin-bottom: 0.5rem;
}
#intro a.slider-btn{
	margin-top:0.5rem;
}
}


@media screen and (max-width:1280px)and (max-height:1024px) {
#intro .carousel-container .row img {
    max-width: 50vh;
    margin: 0 auto;
}
#intro h1  {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}
#intro ul {
    padding: 0.5rem 0 0.5rem;
}
#intro ul li  {
    font-size: 16px;
    margin-bottom: 0.5rem;
}
#intro a.slider-btn{
	margin-top:0.5rem;
}
}



@media screen and (max-width:1280px)and (max-height:720px) {
#intro .carousel-container .row img {
    max-width: 50vh;
    margin: 0 auto;
}
#intro h1  {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}
#intro ul {
    padding: 0.5rem 0 0.5rem;
}
#intro ul li  {
    font-size: 16px;
    margin-bottom: 0.5rem;
}
#intro a.slider-btn{
	margin-top:0.5rem;
}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
#intro, #intro .carousel-item {
    height: 100%;
}
#intro .carousel-item::before {
  display:none;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
#intro, #intro .carousel-item {
    height: 100%;
}
#intro .carousel-item::before {
  display:none;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
#intro, #intro .carousel-item {
    height: 80vh;
}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
#intro, #intro .carousel-item {
    height: 80vh;
}
}

@media screen and (min-width: 991px) and (max-width: 1360px){
#intro h1  {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}
#intro ul {
    padding: 0.5rem 0 0.5rem;
}
#intro ul li  {
    font-size: 16px;
    margin-bottom: 0.5rem;
}
#intro a.slider-btn{
	margin-top:0.5rem;
}
#intro .carousel-container .row img {
    max-width: 60vh;
    margin: 0 auto;
}
}
@media screen and (min-width: 1365px) and (max-width: 1366px){
#intro h1  {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}
#intro ul {
    padding: 0.5rem 0 0.5rem;
}
#intro ul li  {
    font-size: 16px;
    margin-bottom: 0.5rem;
}
#intro a.slider-btn{
	margin-top:0.5rem;
}
#intro .carousel-container .row img {
    max-width: 60vh;
    margin: 0 auto;
}
}

/*--------------------------------------------------------------
# Owl Carousel owl slider with dots and navigation
--------------------------------------------------------------*/
 .owl-carousel .owl-nav{
    position: absolute;
    bottom: 30px;
    left: 50%;
}
.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span {
      background: #2caae1;
  }
 
 
  .owl-carousel .item {
      text-align: center;
  }
  .owl-carousel .nav-btn {
    height: 33px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    text-align: center;
    background: #bf1113;
}
 
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }
 
  .owl-carousel .prev-slide{
      left: -30px;
	  opacity: 0.5;
  }
  .owl-carousel .next-slide{
      right: -30px;
	  opacity: 0.5;
  }
  .owl-carousel .prev-slide:after {
    content: '\f104';
    font-family: 'FontAwesome';
    opacity: 0.5;
    font-size: 22px;
    line-height: 1.4;
	color: #fff;
}
 .owl-carousel .next-slide:after {
    content: '\f105';
    font-family: 'FontAwesome';
    opacity: 0.5;
    font-size: 22px;
    line-height: 1.4;
	color: #fff;
}
  .owl-carousel .prev-slide:hover{
	 opacity: 1;
  }
  .owl-carousel .next-slide:hover{
	opacity: 1;
  }
  .owl-carousel .prev-slide:hover:after {
	 opacity: 1;
  }
  .owl-carousel .next-slide:hover:after{
	opacity: 1;
  }
 
  span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
  }
  span.img-text:hover {
    color: #2caae1;
  }
/*--------------------------------------------------------------
# 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;
  min-width: 15rem;
}

.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;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 6px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
	border-bottom: 0;
}

.navbar-nav li:hover > a {
    color: #bf1113;
	border-bottom:1px solid transparent;
    background: #f5f5f5;
}
.navbar-nav li > a {
    border-bottom:1px solid transparent;
}
.navbar-nav > li:hover > a {
    text-decoration: none;
    border-bottom: 1px solid #fff !important;
    color: #fff;
	background: transparent;
}
.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: #fff;
	border-radius: 0;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.2);
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #000;
    transition: 0.3s;
    display: block;
    font-size: 16px;
    text-transform: none;
}
.nav-menu ul li a.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: baseline;
    content: "";
    border-left: .3em solid;
    border-bottom: .3em solid transparent;
    border-right: 0;
    border-top: .3em solid transparent;
}
/*.nav-menu ul li:hover > a {
  color: #bf1113;
}*/

.nav-menu ul ul {
  margin: 0;
}
.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,.1);
    background: #fff;
}
/* Mobile Nav Toggle */
.navbar-collapse.collapse.show{
    margin-top: 20px;
    border-top: 1px solid #cccccc63;
    padding-top: 0.5rem;
}
.navbar-collapse.show .nav-menu,
.navbar-collapse.show .nav-menu li a {
    width: 100%;
}
/* 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: #fff;
}

/* Mobile Nav Styling */


#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#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 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: 'Roboto Condensed', sans-serif;
}

#mobile-nav ul li a:hover {
  color: #f16522;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #f16522;
}

#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: #f16522;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #f16522;
}

#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;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}

/* About Us Section
--------------------------------*/

#home_about {
  background: #fff;
}

/* Industries Section
--------------------------------*/
.prim-card {
    background: #fff;
}
.prim-card:hover {
    -webkit-box-shadow: 2px 6px 15px -6px rgba(0,0,0,0.8);
    -moz-box-shadow: 2px 6px 15px -6px rgba(0,0,0,0.8);
    box-shadow: 2px 6px 15px -6px rgba(0,0,0,0.8);
}
.prim-card h2{
    font-size: 18px;
    line-height: 1.3;
    color: #bf1113;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.prim-card p{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 1rem;
	min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}
.prim-card a.btn-read-more {
    font-size: 16px;
    line-height: 1.3;
    border: 0;
    padding: 0;
    font-weight: 400;
    background: transparent;
    color: #01315b;
}
.prim-card a.btn-read-more:hover,
.prim-card a.btn-read-more:focus {
    background: transparent !important;
    color: #000 !important;
	box-shadow: none !important;
    outline: none !important;
    border: 0 !important;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom: 0;
}
div.bhoechie-tab-menu div.list-group .list-group-item{
    position: relative;
    display: block;
    padding: .75rem .75rem;
    margin-bottom: 0px;
    background-color: #fff;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    border-top: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color:#f16522;
  background-image:#f16522;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active h6,
div.bhoechie-tab-menu div.list-group>a.active p{
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #f16522;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 0px;
  padding-top: 0px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

/* Clear floats after the tab */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
#services-tab li.nav-item{
    margin: 0 0.5rem;
}
#services-tab .nav-link {
    border-radius: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    color: #01315b;
    margin: 0.5rem 0;
    min-width: 250px;
    text-align: center;
    padding: 0.54rem 1.5rem;
    border: 1px solid #01315b;
}
#services-tab .nav-link.active,
#services-tab .nav-link:hover,
#services-tab .nav-link:focus, 
#services-tab .show>.nav-link{
    color: #fff;
    background: rgb(196,0,14);
    background: -moz-linear-gradient(90deg, rgba(196,0,14,1) 0%, rgba(96,14,64,1) 50%, rgba(1,28,112,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(196,0,14,1) 0%, rgba(96,14,64,1) 50%, rgba(1,28,112,1) 100%);
    background: linear-gradient(90deg, rgba(1,28,112,1) 0%, rgba(96,14,64,1) 50%, rgba(196,0,14,1) 100%);
	box-shadow: none;
}
#services-tab .nav-link.active,
#services-tab .show>.nav-link{
    cursor: no-drop;
}
#services-tab-tabContent{
    border-radius: 0;
    margin: 0.5rem;
}
#services-tab-tabContent h2{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    color: #bf1113;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
#services-tab-tabContent ul,
#services-tab-tabContent ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services-tab-tabContent ul li {
    margin-bottom: 7px;
    margin-left: 1.4em;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #bf1113;
}

#services-tab-tabContent ul li:before{
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.3em;
    color: #bf1113;
}
.client-logo img{
    margin-bottom: 20px;
    display: block;
    width: 100%;
    background: #fff;
}
.clients-carousel.owl-carousel .owl-nav {
    bottom: 35px;
    left: 5%;
}
.clients-bg {
    background-image: url(../img/home/client-section-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.height-400{
	height:400px;
}
/*-----News Section---*/
.news-card{
    padding: 1rem;
    background: #fff;
    border: 2px solid #01315b;
}
.news-card .new-date p{
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #616161;
    margin-bottom: 15px;
}
.news-card .news-heading {
    max-height: 70px;
    min-height: 70px;
    overflow: hidden;
    margin-bottom: 15px;
}
.news-card .news-heading h4{
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #01315b;
    margin-bottom: 15px;
}

/*-------------------------------------------
--Governance Risk Assessment & Compliance----
-------------------------------------------*/
.white-box {
    padding: 1.5rem;
    background: #fff;
    border: 2px solid #001c70;
}
.img-caption {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #3a4342;
	margin-top: 1rem;
}
/*---------------------------------------------
---SECURITY ANNUAL MAINTENANCE CONTRACTS (AMC)
----------------------------------------------*/
ul.std-ul,
ul.std-ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.std-ul li {
    margin-bottom: 7px;
    margin-left: 1.4em;
}

ul.std-ul li:before{
    content: '\f111';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -2.5em;
    color: #bf1113;
    font-size: 9px;
    line-height: 2.8;
}

/*---------------------------------------------
---industries
----------------------------------------------*/

#industries_tab a.active,
#industries_tab  a.active:hover,
#industries_tab  a.active:focus{
    color: #fff;
    background: rgb(196,0,14);
    background: -moz-linear-gradient(90deg, rgba(196,0,14,1) 0%, rgba(96,14,64,1) 50%, rgba(1,28,112,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(196,0,14,1) 0%, rgba(96,14,64,1) 50%, rgba(1,28,112,1) 100%);
    background: linear-gradient(90deg, rgba(1,28,112,1) 0%, rgba(96,14,64,1) 50%, rgba(196,0,14,1) 100%);
    cursor: not-allowed;
		box-shadow: none;
}
#industries_tab  a:hover,
#industries_tab  a:focus{
   background:rgba(153, 153, 153, 0.2);
   color:#000;
   	box-shadow: none;
}
#industries_tab a,
#industries_tab a{
  padding: 0;
  margin: 0;
  list-style: none;
}
#industries_tab a {
    margin-left: 0;
    float: none;
    display: block;
    width: 100%;
    padding: 0.4rem 1.8rem;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    background: #fff;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}
#industries_tab a:before{
    content: '\f105';
    font-family: 'FontAwesome';
    float: left;
    color: #ccc;
    font-size: 18px;
    line-height: 1.5;
    margin-left: -15px;
    margin-right: 15px;
}
#industries_tab a.active:before{
    color: #fff;
}
#industries_tab.tab {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

/* Style the buttons inside the tab */
#industries_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 */
#industries_tab.tab button:hover {
  background-color: #ddd;
}

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

/* Style the tab content */
.industries-tab-tabcontent{
    float: left;
    padding: 0px;
    border: 0;
    width: 100%;
    border-left: none;
    height: 100%;
}
/*---------------------------------------------
---Key Achievements---------------------
----------------------------------------------*/
#accordion .mb-0 > a:after {
  content: "\f107"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
}
#accordion .mb-0 > a[aria-expanded="true"]:after {
  content: "\f106"; /* fa-chevron-up */
}
#accordion .mb-0 > a[aria-expanded="true"]{
  color: #fff;
  background-color: #b40e1b;
}
#accordion .card-header a{
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    font-weight: 300;
    width: 100%;
    display: block;
    padding: .532rem 2rem .532rem 1.25rem;
    margin-bottom: 0;
    background-color: #888fa7;
    border-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#accordion .card-header a:hover {
    color: #fff;
    background-color: #000;
}
#accordion .card-header:first-child {
    border-radius: 0;
}
#accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    color: transparent;
    background-color: transparent;
    border-bottom: 0;
}
#accordion .card{
    border: 0;
    margin-bottom: 0.5rem;
}
#accordion .card-body{
    padding:1.25rem 0;
}
#accordion .card-body p {
    margin: 0 0 10px 0;
}

/*---------------------------------------------
---CAREERS---------------------
----------------------------------------------*/

.jobcard {
    border: 1px solid #000;
    margin-bottom: 2rem;
}
#job_post .jobcard:last-child {
    margin-bottom: 0rem;
}
.jobcard .jobcard-header {
    border-bottom: 1px solid #000;
    padding: 1.5rem;
    background: #f9f9f9;
}
.jobcard .jobcard-body {
    padding: 1.5rem;
    background: #fff;
}

/*---------------------------------------------
---Contact Us---------------------
----------------------------------------------*/
.contact-box .location-title {
    font-size: 26px;
    line-height: 1.3;
    color: #061d7d;
    font-weight: 400;
    margin-bottom: 1.2rem;
} 
.contact-box .location-title span{
    font-size: 18px;
    line-height: 1.3;
    color: #242424;
}
.contact-box .location-subtitle{
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #b40e1b;
    margin-bottom:10px;
}
.contact-box  ul.std-ul li {
    margin-left: 1.7em;
}
ul.std-ul li.for-add {
    margin-bottom: 1rem;
}
ul.std-ul li.for-add:before{
    content: '\f041';
    font-family: 'FontAwesome';
    margin-left: -1em;
    color: #061d7d;
    font-size: 1.5rem;
    line-height: 1;
}
ul.std-ul li.for-phone:before{
    content: '\f10b';
    font-family: 'FontAwesome';
    margin-left: -0.85em;
    color: #061d7d;
    font-size: 1.8rem;
    line-height: 1;
}
ul.std-ul li.for-phone:before{
    content: '\f10b';
    font-family: 'FontAwesome';
    margin-left: -0.85em;
    color: #061d7d;
    font-size: 1.8rem;
    line-height: 1;
}
ul.std-ul li.for-email:before {
    content: '\f003';
    font-family: 'FontAwesome';
    margin-left: -1.9rem;
    color: #061d7d;
    font-size: 1.2rem;
    line-height: 1.5;
}
.contact-box a{
	color:#000;
}
.contact-box a:hover{
	color:#b40e1b;
}
.contact-form{
    background: #e5eefe;
    padding: 1rem;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: .3rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 40px;
}
#msgcontent {
    display: block;
    background: #f3e6e6;
    border: 2px solid #924949;
    border-left: none;
    padding: 5px;
    min-width: 150px;
    max-width: 250px;
}



























/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #f0f0f0;
    color: #000;
}
#footer .footer-top{
	background: rgb(196,0,14);
	background: -moz-linear-gradient(90deg, rgba(196,0,14,1) 0%, rgba(96,14,64,1) 50%, rgba(1,28,112,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(196,0,14,1) 0%, rgba(96,14,64,1) 50%, rgba(1,28,112,1) 100%);
	background: linear-gradient(90deg, rgba(196,0,14,1) 0%, rgba(96,14,64,1) 50%, rgba(1,28,112,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4000e",endColorstr="#011c70",GradientType=1);
	padding:5px 0;
}
#footer .footer-top h5{
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
}
#footer .footer-top form input {
    font-size: 14px;
    line-height: 1.3;
    color: #01315b;
    font-weight: 400;
    background: #fff;
    border: 0;
    border-radius: 0;
    height: 34px;
    margin: 0 auto;
}
#footer .footer-top form .btn-submit{
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    background: #fff;
    height: 34px;
    text-transform: uppercase;
}
#footer .footer-top form .btn-submit:hover,
#footer .footer-top form .btn-submit:focus{
    color: #fff;
    background: #c4000e;
	box-shadow: none;
}

#footer .footer-middle{
    background: #fff;
    padding: 30px 0;
}

#footer .footer-middle h3 {
    font-size: 18px;
    line-height: 1.3;
    color: #bf1113;
    font-weight: 400;
}

#footer .footer-middle ul.link-nav,
#footer .footer-middle ul.link-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer .footer-middle ul.link-nav li {
    margin-bottom: 7px;
    margin-left: 1.6em;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
    color: #000;
}
#footer .footer-middle ul.link-nav li a {
    margin-bottom: 7px;
    margin-left: 0em;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    color: #000;
}
#footer .footer-middle ul.link-nav li a:hover,
#footer .footer-middle ul.link-nav li a:focus {
    color: #c4000e;
	box-shadow: none;
}
#footer .footer-middle ul.link-nav li {
    margin-bottom: 7px;
    margin-left: 1.4em;
}

#footer .footer-middle ul.link-nav li:before{
    content: '\f101';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.3em;
    color: #000;
}


#footer .navbar.navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    float: right;
	background: transparent;
}
#footer .navbar.navbar-nav a{
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    position: relative;
    line-height: 1;
    display: inline-block;
    padding: 0 0.5rem;
    border-right: 1px solid #fff;
    text-transform: uppercase;
}
#footer .navbar.navbar-nav a:hover{
    color: #ccc;
}
#footer .navbar.navbar-nav li:last-child a{
    border-right: 0px solid #000;
}

#footer .footer-middle .footer-links {
  margin-bottom: 30px;
}

#footer .footer-middle .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-middle .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-middle .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-middle .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-middle .footer-links ul a {
  color: #eee;
}

#footer .footer-middle .footer-links ul a:hover {
  color: #f16522;
}
#footer .footer-bottom {
    background: #01315b;
    padding: 0.4rem 0;
}
#footer .copyright {
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 0;
    text-transform: none;
    color: #fff;
}
#footer .credits{
    text-align: center;
    font-size: 11px;
    color: #000;
}

#footer .social-links a {
    font-size: 14px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
#footer .social-links a.facebook {
    background: #22589b;
}
#footer .social-links a.linkedin {
    background: #007cb9;
}
#footer .social-links a.youtube {
    background: #ff2b2b;
}
#footer .social-links a:hover {
  background: #f16522;
  color: #fff;
}
.bold{
	font-weight:700;
}
.blue{
	color:#01315b;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 0px;
  }
 #intro .carousel-content{
    text-align: left;
    width: 80%;
}
  #intro p{
    width: 35%;
    text-align: left;
}

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
	.hide-br-xs br{
		display:none;
	}
  .back-to-top {
    bottom: 95px;
  }
  .navbar.navbar-expand-lg{
  	background:rgba(0, 0, 0, 0.69);
	border-bottom:1px solid rgba(0, 0, 0, 0.69);
	padding: 0.5rem;
}

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }
#intro h1 {
    font-size: 22px;
    margin-bottom:.5rem;
}
#intro ul {
    padding: 0.5rem;
}
#footer .footer-top form .btn-submit {
    margin: 0.5rem auto 0 !important;
}
#intro ul li{
    font-size: 14px;
    line-height: 1.3;
	margin-bottom:0.5rem;
}
.layer-img{
	max-width:300px;
	margin-bottom:1rem;
}
#intro a.slider-btn{
	margin-top: 0.5rem;
}
  #nav-menu-container {
    display: none;
  }
#intro ul li:before {
    font-size: 16px;
}
  #mobile-nav-toggle {
    display: inline;
  }
  #inner-header .header-banner{
    justify-content: center;
}
  #inner-header .header-banner h1 {
    font-size: 40px;
}
.row-box{
	padding:1.5rem;
}
}