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

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

.btn-primary {
  background:#0c874a;
  border-color:#0c874a;
  border-radius: none;;

}


.btn-primary:hover{
  background:#002b45;
  border-color:#002b45;
  border-radius: none;;

}

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

.bg_nav {
  background: #002b45;
  /* background: linear-gradient(284deg, rgba(16, 66, 131, 1) 0%, rgba(34, 174, 135, 1) 100%) !important; */
  border-bottom: thin solid #05050593;
/*   height:50px; */

}

header {
    
  /* background: linear-gradient(284deg, rgb(8, 126, 114) 0%, rgb(11, 39, 81)100%); */

  }
.logo {
  padding: 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: 100% 100%;

}

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

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

.logo h1 {
  float: left;
  font-size: 16px;
  font-weight: normal;
  padding-top: 20px;
  color: #4b5760;
  text-transform: uppercase;
}



.logo h1 span {

  display: block;
  font-weight: bold;
  color: #f06129;
  font-size: 22px;
}


.logo P {
  font-size: 14px;
  color: #fff;
}

.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);
}
.lanuages-top{text-align:right}
.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: 13px;
}







.carousel-inner .carousel-caption {
  position:absolute;
  color:white;
  width:50%;
  bottom:28%;
  left:50%;
  right:50%;
  transform: translate(-50%, -50%);

}


.carousel-inner .carousel-caption h2 {
font-weight: 100;
font-size:40px;
text-shadow: 0px 2px 2px #000;
}

.carousel-inner .carousel-caption h2 span {
  font-weight: 800;
  font-size:45px;

  }

.top-bar {
  background: #eee;
  color:  #000;
  padding: 5px 20px;
  line-height: 22px;
}

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

.top-bar a {
  color: #223042;
  border-right: thin solid rgba(0, 0, 0, 0.2);
  padding: 0px 10px;
  font-size: 16px;
}

.top-bar button {
  background: #223042;
  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:left;
  padding-top: 50px 0px;
}

h2.title::after {
  width: 70px;
  height: 5px;
  background: #4E9A46;
  content: '';
  position: absolute;
  display: block;
  margin-top: 16px;

}

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: #002b45;
  color: rgba(255, 255, 255, 0.5);
  padding: 50px 0px 20px;
 /* margin-top: 20px;*/
  font-size:14px;
}

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

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: 0;
  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(0,0,0,0.5);
  color: #fff !important;
  font-size: 12px !important;
  padding:3px;
  }

  .btn-success {
    background:#087c21;
    border-color:#087c21;
    color:#000;
    font-weight:bold;
  }


.departments {
  margin:0px auto;
  display:flex;
justify-content:space-evenly;
align-items: center;
flex-direction: row;
flex-wrap: wrap;

}


.departments h4{
color:#4e140a;
font-weight:bold;

}


.profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
   justify-content: inherit;      
  padding: 5px 5px;
    margin-bottom:20px;
    align-items: center;
    background:#f2f2f2;
    border:2px solid #fff;
    box-shadow: 0 5px 8px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
transition: all .3s cubic-bezier(.25, .8, .25, 1);
  
}

.profiles:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
  transform: translateY(-6px);
}

.profiles img {
  width: 94px;
margin-right: 10px;
float: left;
  
}

.profiles h2 {
font-size: 16px;
color: #d06700;
letter-spacing: 0px;
margin-top: 6px;
margin-bottom: 6px;
line-height: 1.3;
text-align: left;
font-weight:600
}

.profiles h2 span {
font-weight: normal;
display: block;
font-size: 13px;
color:rgba(0, 0, 0, 0.493);
}

.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;
  z-index: 999;
  
  
}

.f-category:hover {
  background:#002b45 ;
  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 span {
  font-size:35px;
  color:white;
}

.f-category hr {
  width:25%;
  background:white;
  margin-bottom:5px;
  margin-top:5px;
}

.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: #fff;
  text-transform: uppercase;
  margin-top:5px;

}
.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:402px !important;
    background: #fff;
    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: #fff;
    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: #002b45;
    
  
  }
  
  #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:#e18c0c;
  
  
  }
  
  #nt-example1 li:hover {
    background: #FFF;
  }
  
  
  .titleheader {
    background:#002b45;
    line-height: 50px;
    color: #fff;
    margin-bottom:0px;
    margin-top:10px;
    width:98%;
  }
  

  .box {
    border: 1px solid rgba(251, 124, 5, 0.5);
    background:rgb(53, 25, 7);
    padding:5px;
    text-align:center;
    width:95% !important;

  }

  .box a {
    text-decoration: none;
  }
  
  .box h3{
color:white;
font-size:16px;
text-transform: uppercase;

  }

  .btn-logins {
    position: relative;
  }
  
    .logins {
      display:none;
      position: absolute;
      z-index: 99999 !important;
      list-style: none;
      margin-top:10px;
      margin-left:0px;
      padding-left:0px;
      transition: all 0.3s ease;
      right:0;
      animation:linear;
      width:265px;
    }
  .logins li {
   
   padding:8px 10px;
   width:100%;
   text-wrap:nowrap;
   border-bottom:thin solid rgba(0,0,0,0.3);

  }

  .logins li a {
    color:#fff;
  }


  .bg1 {
    background:rgb(14, 138, 45);
  
    
  }
  .bg2 {
    background:#86a72d;
  
    
    
    
  }
  
  .bg3 {
    background:#bd770e ;
  }


.bg4 {
  background:#0995cc;

  
}
.bg5 {
  background:#003066 ;
  /* #f0664f  */

  
}

.bg6 {
  background:#6d52a3;
}

.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;
  min-height:89px;
  
  }

  .stats-content {
    width:80%;
  }
  
  .stats .img-box{
  
  width:30% !important;
	height:60px;
	background:#002b45;
	float:left;
	display:flex;  
	justify-content: center;
	align-items: center;
	margin-right:10px;
	padding:5px;
	position:relative;
	overflow:hidden;
	
	border-radius:50%;
		
  }

  .stats .bg-red {
	background:#b74c3a !important;
  }
  
  .stats img{
	width:40px;
	height:40px;
	display:block;  
	padding:5px;
  }
  
  .stats-title {
    font-size:20px;
    padding:10px 0px;
    border-bottom:thin solid #ccc;
    color:#03326e;
  }
  
        
  
  .stats h3{
   margin-bottom:0px;
   font-size:25px;
   font-weight: 500;
   color: #f37f20;

  }
  
  .stats p{
  margin-bottom:0px;
  font-size:14px;
  color:#618493;
   }

.right-heeader {
  display:flex;
  margin-top:40px;
}



   .search-wrapper .search {
     border-radius:25px;
     border:1px solid #223042;
     background:none;
     width:100%;

 
   }
   .search-wrapper .form-control {
     
   }

   .search-wrapper .form-control::placeholder {
    color:#223042;
    opacity: 1;
}

   .search-wrapper .btn {
    margin-left:-50px;
    color:#223042
  
  }


  .email .btn, .logins-wrapper .btn  {
    border:thin solid #00944d;
    background:thin solid #00944d;
    background:none;
    border-radius:25px;
    padding:6px 20px;
    margin-left:5px;
    color:#fff;
    transition: all 0.5s ease-in-out;
    background-size: 200% 100%;	
  background:#00944d;

  }

  .email .btn:hover, .logins-wrapper .btn:hover  {

    color:rgba(0, 0, 0, 1);
    background-color:#56caa8;
    background-position: -100% 100%;

  }


.quickwrapper {
  background:#b6c0c4;
  padding:50px 0px 50px;
}

.card-container {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: 1/4;
  
}

.card {
  border:none;
  transition: all 0.5s ease-in-out;
    
  }

  .card .card-body {
    background:#fafafa !important;
    color:#000;
    
  transition: all 0.5s ease-in-out;
  
  }

  .card .card-body h4 {
color:#d06700;
font-size:18px;
  
  }

  .card:hover {
    
    cursor: pointer;
  }


  .card:hover .card-body {
    background:#fafafa !important;
    color:#000;

  }

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.widget-box {
  background:white;
  border: 1px solid #ddd;
margin: 0 0 30px;
overflow: hidden;
position:relative;
}

.widget-box h2.widget-title {
  background:rgba(0,0,0,0) url(img/title-band.png) no-repeat scroll right center;
  color:white;
  background-size:auto 100%;
  padding:7px 30px 7px 13px;
  display: inline-block;
  font-size:130%;
  position:relative;
  z-index: 5;

  }
  

  .widget-box .widget-list {
    list-style: none;
    margin-left:0px;
    padding-left:0px;
    margin-left:20px;
    margin-right:20px;
  }

  .widget-box .widget-list li {
    padding:5px 0px;
        display: flex;
    align-items: center;
    border-bottom:1px dotted #1C9A5B;
  }

  .widget-box .widget-list li i {
  
  color:white;
  width:40px;
  height:40px;
  text-align:center;
  border-radius:50%;
  line-height: 40px;
  margin-right:10px;

  }

  
  .title2 {
    color:#d06700;
    letter-spacing:-1px;
      font-weight:400;
      font-size:21px;
      padding:10px 15px;
      background:#f2f2f2;
    }
    
    .title2 span{
    font-weight:500;
    color:black;
              
    }


    .nav-tabs {

      background:#f2f2f2;
      color:white;
    }
    .nav-tabs .nav-item {
      margin-bottom: 0px;
    }
    .nav-tabs .nav-link {
      border:none;
      background:#162842;
      color:white;
      border-radius:0px;
      padding:15px 20px;
      border-right: thin solid rgba(255,255,255,0.3);
    }
    
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #d06700;
    border-color: transparent;
    z-index: 999;
}
    
    .tab-content {
      border:2px solid #efefef;
      padding:20px;
      height:445px;
      overflow-y: scroll;
    }
    
    .tab-content ul.liststyles {
      list-style: none;
    }


    .widget-box ul {
      padding:0px;
      margin-left:30px;
      margin-right:20px;
  
    }
    .widget-box ul li{
  
      border-bottom:thin dotted #888;
      padding:10px 10px;
  
    }
  
    .widget-box ul li a {
      color:rgb(0, 57, 130);
    }

  
@media (max-width: 480px) {
  
.logo {
  background:none;
  padding:0px;
}
.right-heeader {
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}
.date-top ,.lanuages-top,.after-login{text-align:center}
.ts-logo{display:none}
.carousel-inner .carousel-item {
  height:100%;
}
.logo img {
  height:70px;
}

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

  .profile p {
    font-size:11px;
  }

  .bg_nav .btn-primary {
    background: linear-gradient(90deg, #659e2d, #659e2d);
    border-color: #ff8300;
    border-radius: none;
    position: absolute;
    z-index: 9;
    top: -49px;
}

.sm-blue ul li {
 
}
.sm-blue a {
  color:#fff;
  border-bottom:thin solid rgba(255,255,255,0.2);
}


.logins {
  display:none;
  position: absolute;
  z-index: 9999;
  top:0px;
  list-style: none;
  margin-left:0px;
  padding-left:0px;
  transition: all 0.3s ease;
  left:0;
  animation:linear;
}

}

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

.page-title123::after {
  content: "";
  width: 80px;
  position: absolute;
  height: 3px;
  border-radius: 1px;
  background: #73bb2b;
  left: 0;
  bottom: -15px;
}
#legacyData .card-header h6{
	line-height: 2;
    padding: 0;
    margin: 0;
}

.radiotlist{float: left;}
.radiotlist input{ }
.radiotlist span{    margin-right: 15px
;}

.inspectionReportDone.error{
	border:solid 1px red;
	border-radius:5px
}
 @media print
		  {
			body{
			  
			  visibility: visible !important;
			  
			}
			
			.not-export-col{
        display: none
    }
		  }
		  
		  
		  
/* .navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 100px;
    padding: 10px;
    text-align: center;
} */



.profile {
	position:relative;
}
.profile_content {
	
	position:absolute;
	right:0;
	background:white;
	border:thin solid #ccc;
	width:200px;
	top: 50px;
	box-shadow:0px 10px 10px rgb(0 0 0 / 0.1);
	z-index: 9999;
}

.profile_body {
	height:100px;
	padding:15px;
}

.profile_footer {
	
	border-top:thin solid #ccc;
	padding:10px;
	background:#f7f6f6;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 80px;
    padding: 10px;
    text-align: center;
}

.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}



#child-profile .card-header {
    background: #dddfd0bd !important;
    margin-bottom: 15px;
    color: #f06129; 
    font-weight: bold;
}
#child-profile .form-group {
    background: #ffffff;
}
#child-profile .card-body{padding-top:0}
#child-profile .card {
border: solid 1px #e9e9e9;
    color: #fff;
    box-shadow: 0px 0px 5px #cccccc5e;
}
#child-profile .nav-tabs .nav-link{
	padding: 10px 15px;
    
    font-size: 13px;
}
#child-profile .tab-content {
   
    height: auto;
    overflow-y: unset;
	background: #fff;
}
#child-profile .card-body{padding:0 15px 15px 15px}
#child-profile label{
	/* text-align: right; */
    line-height: 2.2;
    padding-right: 15px;
}

.right-card {
    border: solid 4px #cacbc2;
    background: #e6e7dc;
    padding: 15px;
}
#child-profile .tab-content {
    height: auto;
    overflow-y: unset;
    background: #fff;
}