html {
  background:#f0f0f0;
}

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:linear-gradient(to bottom, rgb(0 107 206), rgb(95 146 195));
  background-size:100%;
  }

  a {
    color:#384832;
  }

  a {
   text-decoration: none;
  }
  .list-group-item:hover {
    background:#21865e;
    }

    .list-group-item:hover a, .list-group-item.active a{
      color:white;
      text-decoration: none;
      }

      .list-group-item.active {
        background: #042b49;
        color: white;
        text-decoration: none;
        border-color: #042b49;
        }
    
.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:#003f78;
}

.banner {
  background-image:
    linear-gradient(to bottom, rgba(1, 12, 78, 0.5), rgba(4, 34, 82, 0.5)),
    url('img/bg-whatsnew.png');
background-repeat: repeat-x;
background-position: bottom;
  z-index: 3;
}
.logo {
  padding: 10px 0px;
  display:block;
}

.logo img {
  float: left;
  width:100px;
  margin-right: 8px;
  margin-top: 0px;
    padding-bottom: 10px;

}

.logo h1 {
  font-size: 22px;
  font-weight: 600;
  padding-top: 25px;
  color: #fff;
  margin-bottom:0px;
  text-transform: uppercase;
}



.logo h1 span {

  display: block;
  color: rgb(255, 174, 0);
  font-size: 22px;
  
}


.logo P {
  font-size: 20px;
  color: #d3dda5;
}

.profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 5px;
  border-bottom: 1px dotted rgba(28, 147, 194, 0.5);
  text-align: center;

  
}

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

.officials-wrap {
  background:#fff;

}

.bgreen1 {
  background:#1f7ed7;
}
.bgreen2 {
  background:#588de7;
}
.bgreen3 {
  background:#1f7ed7;
}
.bgreen4 {
  background:#006bce;
}

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

.profiles h2 {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0px;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 1.2;
  text-align: left;
}

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

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

}



.navbrand {
  background:white;
  box-shadow:0px 10px 2px #5d327a;
  
}

.logo-middle img{
  position: absolute;
  top:38%;
  left:9%;
  z-index: 9;
  height: 30%;
}


.logo-middle::before{
  content: '';
  background:#e18c0c;
  position: absolute;
  width:8px;
  top:-4%;
  left:16%;
  height: 109%;
  rotate: -23.3deg;
}

.carousel {

position:relative;


}
.carousel-inner .carousel-caption {
  width: 90%;
  padding: 20px;
  background: rgba(3, 44, 15, 0.6);
  left: 5%;
  bottom: 5%;
  text-align: left;
  padding-bottom:30px;
}

.carousel-caption h2 {
  font-weight: 100;
  font-size:20px;
}

.carousel-caption h2 strong{
  font-weight: 900;
}

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

.top-bar {
  background: #000;
  color:  #fff;
  padding:5px 0px;  
}

.borderRadius {
  border-radius:10px;
}



.top-bar button {
  background: #003f78;
  color: #fff;
  border: none;
  padding:5px 10px;
}

.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;
  position:relative;
}

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

h2.title span {
  display:block;
  font-size:18px;
  text-transform: capitalize;
}

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-position-y: top;
      background-size: auto;
  background-size: 4%;
  background-position-y: 5px;
  border-bottom: 1px dotted #1f7ed7;

}

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

.left-img-clip {
  clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
}

.services-wrapper {
  padding:50px 0px;
  background:#082b68;
}

.about-wrapper {
  /* background:linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,1)) */
}



.whatsnew-wrapper {
  background: url(img/bg-whatsnew.png) no-repeat;
  background-size:cover;
  background-position:center;
  padding:50px 0px;
}

.whatsnew-wrapper .card {
  background:none;
}

.services-wrapper .service-img img {

  border:4px solid white;
  box-shadow:0px 0px 10px #555;

}
.photogallery_wrapper {
  padding:50px 0px;
  background:#003646;
}

.serivice-list {
  list-style-type: none;
  margin-left:0px;
  padding-left:0px;
  width:90%;
}

.serivice-list li {
  padding:5px 10px;
  padding-left: 10px;
border-bottom: thin dotted #500079;
background: url(img/list-style.png) no-repeat top left;
background-size: 15px;
background-position: 0px 15px;
padding-left: 28px;
}


.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: #082b68;
}

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

.features2 .feature-box:hover {
  background: #082b68;
  color: white;
}

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

.oraganograms {
  background: #082b68;
  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: #082b68;
}

.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: #003f78;
}

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

.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: #000;
  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: #e8a33b;
}

footer img {
  width: 70px;
}

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


.departments h4{
color:#4e140a;
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;
 
  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 h2 {
  color:white;
  font-size:35px;
}

.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: 500 !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;
  
}
.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;
  }


.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 #fff;
     background:none;
     width:100%;

 
   }
   .search-wrapper .form-control {
     color:white;
   }

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

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


  .email .btn, .logins-wrapper .btn  {
    border:thin solid #003f78;
    background:thin solid #003f78;
    background:#003f78;
    border-radius:25px;
    padding:6px 20px;
    margin-left:5px;
    color:#fff;
    transition: all 0.5s ease-in-out;
    background-size: 200% 100%;	
    background-image: linear-gradient(to right, transparent 50%, #ffa30f) 50%);
    transition: background-position .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;

  }

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

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

  }

.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;
    
  }
.cmwrap {
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

  img.cm-img {
    height:488px;
  }


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

  }

  .card .card-body h4 {
    font-size:1.2rem;
    color:#500079;
    text-align:justify;
  }

  .card img {
    height:239px !important;
  }

  .banner {
  
    background-size:cover;
    padding:50px 0px;
  }

  .header-middle {
    /* background:rgb(4, 39, 83); */
  }
  
  

.nav-tabs {

  background:#f2f2f2;
  color:white;
}
.nav-tabs .nav-item {
  margin-bottom: 0px;
}
.nav-tabs .nav-link {
  border:none;
  background:#003646;
  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: #1f7ed7;
  border-color: transparent;
  z-index: 999;
}

.tab-content {
  border:2px solid #efefef;
  padding:20px;
  height:278px;
  overflow-y: scroll;
}

.tab-content ul.liststyles {
  list-style: none;
}


.owl-nav {

  position: absolute;
top: -72px;
color: white;
font-size: 50px;
right: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  
  
  font: inherit;
  line-height: inherit;
  background: black;
  padding:10px;
  line-height: 31px !important;
}

.owl-theme .owl-nav {
  margin-top: 0px !important;
}

.owl-dots {
  
 display:none;
}


.social-icons a{
 background:#003f78;
 color:white;
 padding:5px 10px;
 display:block;
 float:left;
  margin-right:5px;
 text-align:center;
}

.widget-box {
  background:white;
  border: 1px solid #ddd;
margin: 0 0 10px;
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: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    margin-right: 10px;

  }

  .service-box {
    border: 1px solid #ddd;
    overflow: hidden;
    position:relative;
    margin-bottom:8px;

      }

  .service-box img {
    width:100%;
  }

  .service-box-list {
    display:flex;
    flex-direction: row;
    margin:5px;
    padding:0px;
    
  }
  
  .service-box-list .service_title {
  
  text-align:center;
  font-size:18px;
  color:#0f598e;
  padding:6px ;
  margin-bottom:5px;
  }
  
  .service-box-list .readmore a {
    padding:10px;
    color:rgb(0, 0, 0);
    display:block;
    background:#efefef;

  }
  .service-box-list .readmore i{

    background:rgb(46, 136, 51);
    color:white;
    width:30px;
    height:30px;
    text-align:center;
    border-radius: 50%;
    line-height: 30px;;
  }


  
  .service-box-list li{
  padding:5px;
  }
  

  .widget-box ul {
    padding:0px;
    margin-left:30px;
    margin-right:20px;

  }
  .widget-box ul li{

    border-bottom:thin dotted #888;
  

  }

  .widget-box ul li a {
    color:rgb(0, 57, 130);
  }


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


.vision_mission_object {
  display:flex;
  flex-direction: column;
  text-align: center;
  padding:25px;
  justify-content: center;
  align-items: center;
  margin-bottom:15px;
  border:thin solid #ccc;
  background:white;
  border-radius:5px;
  height:260px;
  margin:15px 0px;
  box-shadow:0px 0px 10px #ccc; 
}
.vision_mission_object p{
color:#6c7170;
margin-bottom:0px;
}
.vision_mission_object h2{
  color: #d06700;
  text-transform: uppercase;
  font-size:1.5rem;
  

}


.vision_mission_object img{
width:70px;
margin-bottom:10px;
}



  .service-wrapper {

    display:flex;
    justify-content: space-around;
    align-items: center;
    padding:30px 20px;
    flex-direction: row;
    flex-wrap: wrap;

  } 



  .service-wrapper .service-item {

    padding:20px 5px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:25%;
    border-right:thin solid #1f7ed7;
    border-bottom:thin solid #1f7ed7;
    text-align:center;
    height:180px;
    text-decoration: none;
  }


  

  .service-wrapper .service-item:hover {

    padding:20px 5px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:25%;
    border-right:thin solid #1f7ed7;
    border-bottom:thin solid #1f7ed7;
    text-align:center;
    height:180px;
    text-decoration: none;
    background:#1f7ed7;
    color:white;
  }
  .service-wrapper .service-item:hover i{

    color:white;
  }


  .carousel-item {
    height:377px;
    overflow: hidden;
  }




  .service-wrapper .service-item:last-child {

    border-right:none;

  }
  .service-wrapper .service-item i {

   font-size:50px;
   color:#1f7ed7;

  }

  .deptList li{

    padding:2px 0px;

  }


  .bg1 {
    background:#f16d64;
  
    
  }
  .bg2 {
    background:#e6a700;
  
    
  }
  .bg3 {
    background:#35bec1;
  
    
  }
  .bg4 {
    background:#89c344;
  
    
  }
  
  .bg5 {
    background:#42b6f2;
  }
  
  
  .bg6 {
    background:#b372ce;
  }
  .bg7 {
    background:#3b7902;
  }

  .bn-news ul li a::before{
    content:"\f054";
    color:rgb(255, 136, 0);
    font:normal normal normal 14px/1 FontAwesome
      
  }

  .table th {
    background:#042b49;
    color:white;
    font-weight:bold;
  }

  .top-bar a.language {
    color: #fff !important;
    border-right: thin solid rgba(255, 255, 255, 0.2);
    padding: 0px 10px;
    font-size: 16px;
    line-height: 30px;
  }

  .top-bar a.language:last-child {
    border-right:none;
  }


  @media (max-width: 1280px) {


    .profiles h2 {
      font-size:15px;
    }

    .profiles img {
      width:80px;
      width:80px;
    }

    .service-wrapper .service-item {

      font-size:1.1vw;
      
        }
  }


@media (max-width: 480px) {
body {
  background:#003646;
}
  img.cm-img {
    height:500px;
    margin:0 auto;
  }
.header-middle {
  padding-bottom: 10px;
}
  .right-heeader {
    margin-top:0px;
  }
.main-nav {
  background:transparent;
}

.banner {
  margin-top:94px;
}
  
.logo {
  background:none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner {
  
  margin-top:0px;

}
header {
text-align:center;
}

header .pull-right {
  float: none !important;
}

.banner .cmwrap p{
font-size:14px;
}

.banner .cmwrap .pt-5 {
  padding-top:0px !important;
}



.logo img {
  width:80px;
  margin:auto;
  float: none;
  order:1;
}

  .logo h1 {
    font-size: 16px;
    padding-top: 10px;
    line-height: 16px;
    text-align: center;
    order: 2;
  }
  .logo h1 span {
    font-size: 16px;
    padding-top: 5px;
    order: 2;
    color:white;
  }
  .logo p {
    font-size: 13px !important;
    color: white;
    order:3;
  }

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


.service-wrapper .service-item {

  padding:20px 5px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:50%;
  border:thin solid #1f7ed7 !important;
  font-size:14px;
  text-align:center;
  height:180px;
  text-decoration: none;
}

.service-wrapper .service-item:hover {

  padding:20px 5px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:50%;
  border-right:thin solid #1f7ed7;
  border-bottom:thin solid #1f7ed7;
  text-align:center;
  height:180px;
  text-decoration: none;
  background:#1f7ed7;
  color:white;
}

.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;
}
.tlogo.pt-4{
  padding-top:0px !important;
  }

  .profiles h2 {
    text-align: left;
  }
  .carousel-item {
    height:auto;
    margin-bottom:10px;
  }

  .center {
    display:flex;
    justify-content: center;
    margin-bottom:2px;
  }
}