body {
  /* background-image: linear-gradient(to bottom, rgba(6, 65, 62, 0.8), rgba(5, 21, 66, 0.966)), url("./img/bg_industries.png"); */
  background-image: url("./img/bg_industries.png");
  background-size: cover;
  min-height: 100vh;
}

.container-fluid {
  max-width: 1480px;
  background: #fff;
}

.btn-primary {
  background:#d86201;
  border-color:#ff8300;
  border-radius: none;;

}


.btn-primary:hover{
  background:#6e3302;
  border-color:#ff8300;
  border-radius: none;;

}

.bg-primary {
  background: #0c2f80 !important;
}

.bg_nav {
  background: linear-gradient(90deg, #269ef2, #041f56);

}

.logo {
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/header_bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.logo .logo-container {
  display:flex;
}

.logo img {
  float: left;
  margin-right: 8px;
  height: 100px;
  margin-top: 10px;
}

.logo h1 {
  float: left;
  font-size: 25px;
  font-weight: bold;
  padding-top: 20px;
  color:  #05235a;
  text-transform: uppercase;
}



.logo h1 span {

  display: block;
  font-weight: bold;
  color: #ff7402;
  font-size: 28px;
}


.logo P {
  font-size: 18px;
  color: #05235a;
}

.profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0px;
  background: #09276b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.profiles:nth-child(4) {
  border-bottom: none;
}

.profile img {
  height: 75px;
  float: none;
  margin-top: 5px;
}

.profiles h3 {
  font-size: 18px;
  color: white;
  letter-spacing: 0px;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 1.2;
}

.profiles h3 span {
  font-weight: normal;
  display: block;
  font-size: 14px;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner .carousel-caption {
  width: 30%;
  padding: 20px;
  background: rgba(2, 34, 71, 0.5);
  left: 5%;
  bottom: 5%;
  text-align: left;
}

.carousel-inner .carousel-caption .btn {
  border-radius: 30px;
}

.top-bar {
  background: rgb(22, 35, 47);
  color: #fff;
  padding: 5px 20px;
  line-height: 22px;
}

.top-bar p {
  margin: 0px;
  font-weight: bold;
}

.top-bar a {
  color: #fff;
  border-right: thin solid rgba(0, 0, 0, 0.2);
  padding: 0px 10px;
  font-weight: bold;
  font-size: 1.5vh;
}

.top-bar button {
  background: #108d67;
  color: #fff;
  border: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  text-transform: uppercase;
  text-shadow: 0px 0px 2px #000;
}



.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 15rem;
  margin: 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #500d0d;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 0px;
}

.dropdown-menu .dropdown-item {
  color: #fff;
  padding: 8px 15px;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  color: #16181b !important;
  text-decoration: none;
  background-color:  #ff5f31;
}

h2.title {
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 45px;
  text-align: center;
  padding-top: 50px 0px;
}

h2.title::after {
  width: 70px;
  height: 5px;
  background: #4E9A46;
  content: '';
  position: absolute;
  display: block;
  margin-top: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  right: 50%;
}

ul.liststyles {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul.liststyles li {
  margin-bottom: 10px;
  text-align: justify;
  padding-bottom: 10px;
  padding-left: 30px;
  background: url("img/listicon.png") no-repeat left top;
  background-size: 2%;
  background-position-y: 5px;
  border-bottom: 1px dotted #4E9A46;
}

ul.liststyles li a {
  color: #16181b;
}

.features2 {
  padding: 50px 0px;
}

.features2 h2 {
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 50px;
  text-align: center;
}

.features2 h2::after {
  width: 70px;
  height: 5px;
  background: #4E9A46;
  content: '';
  position: absolute;
  display: block;
  margin-top: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  right: 50%;
}

.features2 .feature-box {
  text-align: center;
  padding: 20px;
  border: thin solid #022B67;
  margin-bottom: 20px;
  min-height: 283px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.features2 .feature-box img {
  width: 30%;
  margin: 10px auto;
}

.features2 .feature-box h3 {
  font-size: 25px;
  font-weight: bold;
  color: #09276b;
}

.features2 .feature-box p {
  font-size: 14px;
}

.features2 .feature-box:hover {
  background: #09276b;
  color: white;
}

.features2 .feature-box:hover h3 {
  color: #4E9A46;
}

.oraganograms {
  background: #09276b;
  padding: 50px 0px;
  color: #fff;
  padding: 50px 0px;
}

.oraganograms h2 {
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 50px;
  text-align: center;
}

.oraganograms h2::after {
  width: 70px;
  height: 5px;
  background: #4E9A46;
  content: '';
  position: absolute;
  display: block;
  margin-top: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  right: 50%;
}

.oraganograms .organo-box {
  background: #fff;
  padding: 20px;
  text-align: center;
}

.oraganograms .organo-box img {
  height: 106px;
  margin: 10px auto;
}

.oraganograms .organo-box h3 {
  font-size: 25px;
  font-weight: bold;
  color: #09276b;
}

.oraganograms .organo-box p {
  font-size: 14px;
}

/* Begin Contact Us */
.contact-us {
  padding: 35px 0 28px 0;
  background-color: #F2FAF5;
}

.contact-us h2 {
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 50px;
  text-align: center;
}

.contact-us h2::after {
  width: 70px;
  height: 5px;
  background: #4E9A46;
  content: '';
  position: absolute;
  display: block;
  margin-top: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  right: 50%;
}

.contact-us .contact-us-inner {
  max-width: 970px;
  margin: 0 auto;
}

.contact-us hr {
  height: 1px;
  background: #EDEEEF;
  margin: 16px 0;
}

.contact-us label {
  font-family: 'Gotham Book', sans-serif;
  font-size: 13px;
  line-height: 3.07;
  letter-spacing: 0;
  color: #333333;
  text-transform: capitalize;
  width: 100%;
}

.contact-us .email a {
  font-family: 'Gotham Medium', sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.78;
  color: #1C9A5B;
}

.contact-us .phone a {
  font-family: 'Gotham Medium', sans-serif;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0;
  color: #1C9A5B;
}

.contact-us .contact-us-title {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2D323D;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 16px;
}

.contact-us .contact-us-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px #463F5F1A;
          box-shadow: 0 2px 4px #463F5F1A;
  border-radius: 4px;
  padding: 25px 40px;
}

.contact-us .twitter-feed {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px #463F5F1A;
          box-shadow: 0 2px 4px #463F5F1A;
  border-radius: 4px;
  padding: 25px 40px;
}

.contact-us .contact-us-form .submit {
  font-family: 'Gotham Medium;', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 15px 10px;
}

.contact-us .contact-us-sub,
.contact-us .hours,
.contact-us .address {
  font-family: 'Gotham Book', sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.71;
  color: #2D323D;
}

.contact-us .contact-us-sub {
  font-family: 'Gotham Medium', sans-serif;
}

footer {
  background: #042152;
  color: rgba(255, 255, 255, 0.5);
  padding: 50px 0px 20px;
  margin-top: 20px;
}

footer h5 {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

footer ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

footer ul li {
  padding: 3px 0px;
  border-bottom: thin dotted rgba(255, 255, 255, 0.1);
}

footer ul li a {
  color: #269ff2;
}

footer img {
  width: 80px;
}

footer .small-img img {
  height: 50px;
}

footer .border-top {
  border-top: thin solid rgba(255, 255, 255, 0.1) !important;
}

footer .border-top img {
  height: 30px;
  width: 206px;
}

.innerpage {
  background: #ecebeb;
  padding: 50px 0px;
}

.innerpage h2 {
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 50px;
  text-align: center;
}

.innerpage h2::after {
  width: 70px;
  height: 5px;
  background: #4E9A46;
  content: '';
  position: absolute;
  display: block;
  margin-top: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  right: 50%;
}

.accordion .card {
  background: none;
  border: none;
}

.accordion .card .card-header {
  background: none;
  border: none;
  padding: .4rem 1rem;
  font-family: "Roboto", sans-serif;
  border: thin solid #1C9A5B;
}

.accordion .card-header h2 span {
  float: left;
  margin-top: 10px;
}

.accordion .card-header .btn {
  color: #2f2f31;
  font-size: 1.04rem;
  text-align: left;
  position: relative;
  font-weight: 500;
  padding-left: 2rem;
}

.accordion .card-header i {
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 9px;
}

.accordion .card-header .btn:hover {
  color: #ff8300;
}

.accordion .card-body {
  color: #324353;
  padding: 0.5rem 3rem;
}

.page-title {
  margin: 3rem 0 3rem 1rem;
  font-family: "Roboto", sans-serif;
  position: relative;
}

.page-title::after {
  content: "";
  width: 80px;
  position: absolute;
  height: 3px;
  border-radius: 1px;
  background: #73bb2b;
  left: 0;
  bottom: -15px;
}

.accordion .highlight .btn {
  color: #74bd30;
}

.accordion .highlight i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*# sourceMappingURL=custom.css.map */


.profile {
  text-align: center;
  padding:5px;
}

.profile img {
  height: 75px;
  float: none;
  margin-top: 5px;
}

.profile p {
  margin: 0px;
  line-height: 14px;
  background: rgba(3, 116, 209, 0.5);
  color: #fff !important;
  font-size: 12px !important;
  padding:5px 3px;
  border-radius:50px;
  }

  .btn-success {
    background: #108d67;
    border-color: #108d67;
    color:#000;
    font-weight:normal;
  }


.departments {
  width:95%;
  margin:2% auto;
}


.departments h4{
color:#269ef2;
font-weight:bold;
}

.f-category {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  padding:20px 15px;
  text-align: center;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 999;
  margin-left: -1px;
  margin-bottom: -1px;
}

.f-category:hover {
  background:#269ef2 ;
  box-shadow: 0 0 25px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
}

.f-category .icon {
  width: 64px;
  height: 64px;
  display: inline-block;
  border-radius: 4px;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;

}

.f-category:hover .icon {
  -webkit-transform: rotateY(160deg);
  -moz-transform: rotateY(160deg);
  -ms-transform: rotateY(160deg);
  -o-transform: rotateY(160deg);
  transform: rotateY(160deg);
}

.f-category a {
display:block;
}

.f-category a:hover {
text-decoration:none;
  }

.f-category h3 {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold !important;
  margin-bottom: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  color: #000;
  text-transform: uppercase;
  margin-top:20px;

}
.f-category:hover h3 {
  color:#fff;
}



/* Carets in collapsible mode (make them look like +/- buttons) */
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
/* make sure there's room for the carets */
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
/* keep the carets properly positioned */
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}


/* Nav carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
/* point the arrows up for .fixed-bottom navbars */
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}


/* Dropdown carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
/* make sure there's room for the carets */
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}


/* Scrolling arrows for tall menus */
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}


/* Add some spacing for 2+ level sub menus in collapsible mode */
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}


/* Fix SmartMenus sub menus auto width (subMenusMinWidth/subMenusMaxWidth options) */
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}


  /* nt-example1 */

  #nt-example1 {
    width:98% !important;
    padding-left:0px;
    height:228px !important;
    background: #F2F2F2;
    border: 1px solid #ccc;
  }
  
  #nt-example1-container {
    text-align: center;
  }
  
  #nt-example1-container i {
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    line-height: 19px;
    background: rgba(0,0,0,0.3);
    padding: 15px;
    margin-left: 2px;
  
  }
  
  #nt-example1-container i:hover {
    color: #333;
  }
  
  
  
  #nt-example1 li {
    color: #4e4e4e;
    background: #F2F2F2;
    overflow: hidden;
    padding: 10px;
    line-height: 22px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px dotted #2c8162;
    padding-left:30px;
  
  }

  #nt-example1 li a{
    color: rgb(7, 12, 59);
    
  
  }
  
  #nt-example1 ul {
    padding-left:10px;
  }
  
  #nt-example1 li:before {
  content:"\f138";
  font:normal normal normal 14px/1 FontAwesome;
  margin-left:-22px;
  margin-right:10px;
  color:#ff7402;
  
  
  }
  
  #nt-example1 li:hover {
    background: #FFF;
  }
  
  
  .titleheader {
    background:  linear-gradient(90deg, #269ef2, #041f56);
    line-height: 50px;
    color: #fff;
    margin-bottom:0px;
    margin-top:10px;
    width:98%;
  }

@media (max-width: 480px) {
  
.logo {
  background:none;
}

.logo img {
  height:70px;
}

  .logo h1 {
    font-size: 16px;
    padding-top: 10px;
    line-height: 16px;
  }
  .logo h1 span {
    font-size: 16px;
    padding-top: 5px;
   
  }
  .logo p {
    font-size: 13px !important;
    color: #2D323D;
  }

  .profile img {
    height:50px;
  }

  .profile p {
    font-size:11px;
    background: #041f56;
    border-radius:5px;
  }

 .bg_nav .btn-success {
    background: #108d67;
    border-color: #108d67;
    color: #000;
    font-weight: normal;
    position: absolute;
    z-index: 999;
    top: -48px;
    align-content: ;
}
}

.card {
  box-shadow:0px 0px 10px#ccc;
  border:2px solid #022B67;
}

.card-header {
  background:linear-gradient(90deg, #47075e, #09316c);
  color:white;
}

.card-title{
  margin-bottom:0px;

}
.card-body h4 {
  color: #ec6103;
border-bottom: thin solid #ec6103;
padding-bottom: 10px;
margin-bottom: 10px;
font-weight: 600;
font-size:16px;
background:#f8ece0;
padding:10px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced7da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}





.login-container{
  margin-top: 2%;
  margin-bottom: 5%;

}



.login-form-2{
  padding: 2% !important;
  background: linear-gradient(-45deg, #722a8c, #041f56);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  display:flex;
  align-content: center;
  justify-items: center;
  flex-direction: column;
  margin:2%
}
.login-form-2 h3{
  text-align: center;
  color: #fff;
  border-bottom:thin solid rgba(255,255,255,0.5);
  padding-bottom:5px;
  display:inline-block !important;

}

.login-container label:not(.form-check-label):not(.custom-file-label) {
  font-weight: normal;
  display: block;
  color:rgba(255,255,255,0.5)

}
.login-form-2 label {
  float:left;
  color:white;
}

.login-container form{
  padding: 10%;
}
.btnSubmit
{
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  border: none;
  cursor: pointer;
}

.login-form-2 .btnSubmit{
  font-weight: 600;
  color: #fff;
  background-color: rgb(218, 132, 20);
}
.login-form-2 .ForgetPwd{
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.login-form-1 .ForgetPwd{
  color: #00a6cc;
  font-weight: 600;
  text-decoration: none;
}


.login-form-2 .form-title{
  text-align:center;
  font-weight:bold;
}


.login-form-2 .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a3bcd4;
  border-radius: 0;
  margin:5px 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.statistics {
	background:#405567;
	padding:20px 0px;
  }
  .stats {
	width:100%;
	border-right:thin solid #cacaca;
	border-bottom:thin solid #cacaca;
  padding:5px;
  background:white;
  display:flex;  
  justify-content: justify;
  align-items: center;
  flex-direction: row;

  
  }
  
  .stats .img-box{
	width:80px;
	height:80px;
	background:#004289;
	float:left;
	display:flex;  
	justify-content: center;
	align-items: center;
	margin-right:15px;
	padding:5px;
	position:relative;
	overflow:hidden;
	margin-left:-15px;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
	
  }

  .stats .bg-red {
	background:#b74c3a !important;
  }
  
  .stats img{
	width:60px;
	height:60px;
	display:block;  
	padding:5px;
  }
  
  
  .stats .green{
  
	background:#6b8b21;
  
  
  }
  
  .stats .pink{
  
	background:#8b2168;
  
  
  }
  
  .stats .darkgreen{
  
	background:#28af37;
  
  
  }
  
  
  .stats img.red{
  
	background:#eb233d;
  
  
  }
  
  .stats img.orange{
  
	background:#c86a11;
  
  }
  
  
  .stats img.lightblue{
  
	background:#0cb7e2;
  
  }
  
  
  .stats h3{
   margin-bottom:0px;
   font-size:25px;
   font-weight:bold;
  }
  
  .stats p{
	margin-bottom:0px;
   }

   .bg-light-green {
	background:#71a330 !important;
  }


  
  
  .bg-light-blue {
	background:#0288b6 !important;
	}

  
  
	.bg-light-orange {
	  background:#cb894b !important;
	  }
  
	  .bg-light-aqua {
		background:#14acb4 !important;
		}
  
  
		.bg-light-pink {
		  background:#b570ac !important;
		  }
  
		  .bg-light-brown {
			background:#9b5353 !important;
      }
      


      
.statistics2 {
  background:#f7f3e4;
  padding:20px 0px;
}
.stats2 {
  width:100%;
  border:thin solid #cacaca;
  border-right:none;
padding:5px;
background:white;
display:flex;
flex-direction: column;
align-items: center;
position:relative;

}


.stats2:last-child {

  border-right:thin solid #cacaca;


}

.stats2 .img-box{
  width:50px;
  height:50px;
  background:#004289;
  float:left;
  display:block;  
  margin-right:15px;
  border-radius: 50%;
  padding:5px;
  position:relative;
  overflow:hidden;
}

.stats2 img{
  position: absolute;
  left:0;
  padding:10px;
  width:80px;
  height:80px;
  
}

.stats2 .ribbon {
  display: block;
  position: absolute;
  right:41px;
  top: 28px;
  }

.stats2 .ribbon:before,
.stats2 .ribbon:after {
 content: "";
 display: block;
 position: absolute;
 height: 10px;
 bottom: -8px;
 border: 18px solid #95a8b2;
 }

 .stats2 .ribbon:before {
  border-bottom-color: transparent;
  bottom: -40px;
  }

.sw {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.stats2 h3 {
  padding:10px 10px;
  margin-bottom:0px;
  text-align:center;
  font-weight:500;
    display:inline-block;
  margin-bottom:20px;
  font-size:40px;

}
.ti{
  text-align: center;
  width:100%;
  padding:0px;
  background:#041f56;
}

.ti p{
 margin-bottom:0px;
 font-weight:bold;
 color:white;
 line-height: 18px;
 padding:5px;

}


  
.bg-light-blue {
	background:#0288b6 !important;
	}

  
  
	.bg-light-orange {
	  background:#cb894b !important;
	  }
  
	  .bg-light-aqua {
		background:#14acb4 !important;
		}
  
  
		.bg-light-pink {
		  background:#b570ac !important;
		  }
  
		  .bg-light-brown {
			background:#9b5353 !important;
      }
      .bg-light-green {
        background:#71a330 !important;
        }
