@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #444444;
  font-size: 0.9rem;
  font-family: 'Poppins';
}

a {
  color: #032d54;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  background: url('../img/tancem.gif');
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  position: fixed;
  border: 6px solid #ffffff;
  border-top-color: #ffffff;
  width: 100%;
  height: 100%; 
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #fff;
  color: #032d54;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #fff;
  color: #00b0f0;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: white;
  top: 0;
  box-shadow: rgb(0 0 0 / 6%) 0px 3px 5px;
}

#header.header-transparent {
  background: white;
}

#header.header-scrolled {
  background: white;
  height: 100px;
  top: 0 !important;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  width: 20vw;
}

#header .govt img {
  padding: 0;
  margin: 0;
  width: 85%;
}


.desktop {display: block;}
.mobile {display: none;}

.logogovt{

  width: 13% !important;
}


.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.contact{

  text-align: left !important;
}
.ourproducts{

  height: 20vh;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: right;
 /* border-left: 1px solid #ccd5d9;
  border-top: 1px solid #fff;*/
}

.inner-menu-col-2 {
    float: left;
    width: 60%;
    padding: 20px;
}

.inner-menu-col-2>p {
    text-align: justify;
}
.nav-menu a {
  display: block;
    position: relative;
    color: black;
    padding: 34px 19px;
    transition: 0.3s;
    font-size: 16px;
    float: right;
}

.noHover:hover{
    color: white !important;
    background:none;
}

.carousel-control-prev, .carousel-control-next{

  z-index: 0 !important;
}
/*.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 25px;
  background-color: #011945;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}*/

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 25px;
}

 .nav-menu .active > a{
      color: #011945;
      background: #f5f5f6;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% -  0px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #f5f5f6;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  border-bottom: 1px solid #ccd5d9;
  border-left: 1px solid #ccd5d9;
  border-bottom-left-radius: 6%;
}

.nav-menu .drop-down .sub-drop-down ul {
  display: block;
  position: absolute;
  left: 100%;
  top: calc(100% - -25px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #f5f5f6;
}

.nav-menu .drop-down .sub-drop-down:hover > ul {
  opacity: 1;
    top: calc(100% - 10px);
    visibility: visible;
    left: 99%;
    height: calc(0% - -267px);
    border-right: 1px solid #ccd5d9;
    border-bottom: 1px solid #ccd5d9;
    border-bottom-right-radius: 6%;
}

.nav-menu .drop-down li {
  min-width: 100px;
  position: relative;
}

.nav-menu .drop-down .subsub-drop-down ul{
  opacity: 0;
    top: calc(100% - -80px) !important;
    left: 100% !important;
    border-bottom-left-radius: 0;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #011945;
  width: 100%;
}

.nav-menu > ul :hover{

  background: #f5f5f6;
}
.nav-menu .drop-down .sub-drop-down li {
  min-width: 100px;
  position: relative;
}

.nav-menu .drop-down .sub-drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  color: #011945;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #011945;
  width: 100%;
  text-decoration: underline;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .subsub-drop-down:hover > ul {
  opacity: 1;
  top: calc(100% - -80px);
  left: 100%;
  border-bottom-left-radius:0 ;
  transition: none;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}



/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  top: 20px;
}

.mobile-nav-toggle i {
  color: #000;
}

.mobile-nav {
  position: fixed;
  top: 14%;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #011945;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #032d54;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: #011945;
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  margin-top: calc(0% - -97px);
  padding-bottom: 9%;
}

#myCarousel.carousel-inner > .carousel-item > img {
   height: 90vh !important;
}

#myCarousel.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.42);
}

#hero h1{
    margin: 0 0 20px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  color: rgb(255, 255, 255);
}

#hero .slideh1 {
  float: left;
    font-size: 50px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    padding-left: 3%;
}

#hero .slideimg{
    font-size: 43px;
    font-weight: 300; 
    color: rgb(255, 255, 255);
    padding-left: 3%;
}

#hero .slidesh1 {
    float: right; 
    font-size: 43px;
    color: rgb(255, 255, 255);
    padding-right: 3%;
}

#hero .slideimg1{
    float: right;
    font-size: 50px;
    color: rgb(255, 255, 255);
    padding-right: 13%;
    font-weight: 300;
}

#hero h1 span {
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #cc1a1a;
}

#hero .btn-get-started:hover {
  background: #b51717;
}
img.img-fluid.animated.sliderimg {
  height: 320px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-bottom: 40px;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f5ff;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f80808;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #cc1a1a;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 33px;
  font-weight: 700; 
  color: #011945;
  text-align: center;
}

.aboutusimage{

  height: 70%;
    top: 12%;
    position: relative;
}
#aboutusvideo{

  object-fit: cover;
    width: 100vw;
    height: 75vh;
    position: relative;
    top: 0;
    left: 0;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #34e5a6;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 47px;
}
.faqlist{
  display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}

.missionlist{
    display: list-item;
    /* list-style-type: disc; */
    list-style-position: inherit;
    margin: 2%;
}
.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

#cards_landscape_wrap-2 .card-flyer:hover .content-overlay{
   opacity: 1;
}

#cards_landscape_wrap-2 .card-flyer .content-overlay {
  background: rgb(255 255 255 / .8);
  position: absolute;
  height: 44%;
  width: 92%;
  left: 15px;
  bottom: 48%;
  right: 0;
  opacity: 0;
}

.content-detail {
 position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 26%;
    left: 0%;
    opacity: 0;
}

#cards_landscape_wrap-2 .card-flyer:hover .content-detail {
  top: 17%;
    left: 0%;
    opacity: 1;
}


.content-detail span{
  color: #000;
  font-weight: 200;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  padding-left: 2%;
  text-transform: uppercase;
}
.faq .faq-list a.collapsed:hover {
  color: #163f81;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #fd3f3f;
  float: left;
  width: 44px;
  height: 44px;
  background: #f0f0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #c50303;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #f50c0c;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #1acc8d;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #d21818;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #d21818;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #cc1a1a;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #e53434;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #032d54;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 0px 0;
}


.footersticky{

  background:#011945;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1acc8d;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.5;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f8f9fa;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  position: relative;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  /*right: -2px;*/
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  background: #fff;
  color: #0bb0f0;
  transition: 0.3s;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #fff;
}

.copyright {
  text-align: center;
  color: white;
  padding: 10px;
}

.visionimage{
  height: 64%;
    top: 17%;
    position: relative;
}
.credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
p{
  text-align: justify;
}

.card {
  width: 100%;
  max-width: 100vw;
  min-width: 30vw;
  height: 96%;
  background-color: #ffffff;
  margin: 1px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
  border: 2px solid rgba(7, 7, 7, 0.12);
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
}

.icon {
  margin: 0 auto;
  width: 100%;
  height: 80px;
  max-width: 80px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, rgba(122, 209, 231, 0.28) 60%);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 0.8s ease;
  background-position: 0px;
  background-size: 200px;
}
#map {
    width: 100%;
    height: 450px;
    background: grey;
}

#panel {
    width: 100%;
    height: 400px;
}


.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}


#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 200px;
}

#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
  padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.30);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.30);
  transform: none;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  height: 25vh;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.5em;
}


.footer{
  display: block;
    /* margin-top: 60px; */
    width: 100%;
    height: 55px;
    z-index: 1;
    position: absolute;
    transform: rotate(180deg);
}

.productstext{
  background-color: #032d54;
}

.sliderbutton{
  width: 17%;
}
.carousel-caption{

  bottom: 31%;
}

.btn-primary {
    color: #032d5f !important;
    background-color: #fdd600 !important;
    width: 35%;
    border: none !important;
}

.ourplants{

  background: url('../img/plant-banner.jpg');
  background-size: 100% 100%;
}

.testimonials{

  background: url('../img/testimonial-banner.png');
  background-size: 100% 100%;

}


.heading{

    color: #011945;
    float: left;
    font-weight: bold;
    /*padding-left: 16px;*/
}

.products{

  padding-left: 16px;
}
.img-circle{

  border-radius: 50%;
  margin-left: 56%;
    height: 56%;
    /* top: 75px !important; */
    margin-top: 11%;
}
.testi {
    padding-right: 16%;
    margin-top: 3%;
}
.sectiontesti{

  padding-bottom: 0 !important;
}



.bod .content-overlay {
  background: rgb(0 123 255 / 50%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 7%;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.bod:hover .content-overlay{
  opacity: 1;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 26%;
  left: 53%;
  opacity: 0;
}

.bod:hover .content-details{
 top: 47%;
    left: 5%;
    opacity: 1;
    color: white;
}


.content-details p{
  color: #fff;
  font-size: 0.8em;
}


.bannerasbestos{

  height: 90vh;
}

.btn-outline-success{

  color: #444444 !important;
  background-color: #fff !important;
  border: none !important;
}

.form-control{

  color: #011945 !important;
    background: none !important;
    border: 1px solid #032d54 !important;
}

.btn-danger{

  color: #032d54 !important;
    background-color: #fdd600 !important;
    border: none !important;
}

.btn-blue{

  color: #fff !important;
    background-color: #032d54 !important;
    border: none !important;
    text-align: center;
}


ul {
    list-style-type: none;
}



.cc{

  float: none !important;
}

.bg-lights{

  background: #032d54 !important;
}

/*#sticky {
    padding: 0.5ex;
    color: #fff;
    border-radius: 0.5ex;
    margin-left: 29%;
}
#sticky.stick {
   position: fixed;
    top: 8rem;
    z-index: 10;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    width: 15%;
    left: 70%;
    margin-left:10% !important;
}*/

.stick{
    width: 24%;
    top: 7rem;
    position: fixed;
}

.company{
  background: #032d54;
    /* margin: 27px !important; */
    /* padding: 0 !important; */
    color: white;
    padding: 16px 16px 21px 89px;
}
.card{

  display: grid;
}
#cards_landscape_wrap-2 .card-flyer .gallery-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.20);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .gallery-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
}
#cards_landscape_wrap-2 .card-flyer:hover .gallery-box img{
 
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}

.search{
  background: #fdd600;
    margin: 5px;
}
.ssearch{

  width: 50%;
    align-items: center;
    margin: 0px auto;
}
.bg-yellow{

  background: yellow;
}

.csr{

  color: #032d54;
}

#custCarousel .carousel-indicators li {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-item img {
    padding-bottom: 9%;
    width: 46%;
}

#custCarousel .carousel-inner {
    height: 80vh;
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    border: 3px solid white;
    opacity: 0.8
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.icon-bar {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 111;
  display: inline-block;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  color: black;
  font-size: 20px;
  background: #fff;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}

.icon-bar a:hover {
  background-color: #000;
  color: white;
}
.cc-contactpop { 
  background-color:#fff;
  color:#032d54;
  width:20%;
  bottom: 0;
  right: 58px;
  border-radius: 6px 6px 0px 0px;
  z-index: 11111111;
  display: none;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.cc-contactpop h3 {
  border-radius: 6px 6px 0px 0px;
  text-align:center;
  color:#011945;
  text-shadow:none;
  font-size:16px;
  font-weight:600;
  background-color:#fff;
  margin:0;
  padding:9px;
  cursor:pointer;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.cc-contactpop h3 span {
    font-style: oblique;
}
.cc-contactpop p {
  text-align:center;
  padding:10px 15px;
}
.cc-contactpop i {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-weight: 500;
  font-size: 19px;
  padding: 8px;
  cursor: pointer;
  background: #032d54;
}
.cc-contactpop input {
  font-size: 0.875em; 
  width: 100%;
  height: 50px;
  padding: 0px 15px 0px 15px;
  background: transparent;
  outline: none;
  color: #fff;
  border: solid 1px #eb6166;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.cc-contactpop textarea {
  font-size: 0.875em; 
  width: 100%;
  background: transparent;
  outline: none;
  color: #fff;
  border: solid 1px #eb6166;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.fixed {
  position: fixed;
}

.topbtn{
     color: #fff !important;
    border-color: #ffffff !important;
}

.btn-outline-primary:hover{

  background-color: transparent !important;
}

.vl {
  border-left: 6px solid white;
    height: 32%;
}

.vll {
    border-right: 6px solid white;
    height: 32%;
}

.slidecon{

  bottom: 31%;
}
.table .thead-dark th {
    color: #fff;
    background-color: #032d54;
    border-color: #032d54;
}
.table-responsive{
    display: block !important;
}
.responsive {
  width: 100%;
  height: auto;
}
.news-demo-down-auto{
  overflow: hidden;
  padding: 0;
  list-style: none;
}
#example_wrapper{
  padding-top: 2%;
}
.float{
  position:fixed;
  width:43px;
  height:43px;
  bottom: 69px;
  right: 17px;
  background-color:#032d54;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  box-shadow: 1px 0px 6px 3px #999;
  z-index: 777;
}

.my-float{
  display: block;
  padding-top: 24%;
}


.for-search {
    right: -35px!important;
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.for-search .search-bt {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 50px;
}
.for-search .search-bt:focus {
    outline: 0;
}
.search-wrap {
    background: url('../img/tenders-list.png');
    padding: 35px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.services a{
    text-decoration:none;
}
.services ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}
.services ul li {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.services-single {
    padding: 0 45px;
    transition: all .5s ease;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    height: 156px;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .4);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .4);
    margin: 2.7%;
    width: 50%;
    float: right;
}
.services-single .icon {
    font-size: 60px;
    color: #0066ab;
}
.services-single .icon::before {
    transition: all .5s ease;
}
.services-single h3 {
    transition: all .5s ease;
    font-size: 15px;
    color: #3c3c3c;
    padding: 0;
}
.services-single-cont {
    position: relative;
    top: 50%;
    transform: translateY(-56%);
    /*/color: #032d54 !important;*/
}
.services-single:hover {
    background: #0066ab;
    transform: translateY(-10px);
    color: white;
}
.services-single:hover .icon::before {
    color: #fff!important;
}
.services-single:hover h3 {
    color: #fff;
}
.search-cont {
    background: #fff;
    padding:25px 25px 25px 25px;
    border-radius: 10px;
    margin-top: 14px;
    height: 96.3%;
    box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 40%);
}
.search-cont>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}
.search-cont>ul>li {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.search-cont>ul>li:nth-child(3), .search-cont>ul>li:nth-child(4) {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%}
.search-cont>ul>li:last-child {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%}
.inp {
    min-width: 100%;
    font-size: 15px;
    color: #757575;
    border: 1px solid #ababab;
    border-radius: 6px;
    padding: 10px 13px;
}
select.inp {
    padding-top: 12px;
    padding-bottom: 12px;
}
.search-bt {
    border: none;
    background: #0066ab;
    color: #fff;
    font-size: 15px;
    height: 44px;
    border-radius: 8px;
}
.inp-icon {
    position: relative;
}
.inp-icon .icon {
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 32px;
}
.inp-icon .icon::before {
    color: #a5a5a5;
}
.contract {
    padding: 32px 20px;
    position: relative;
    background-color: #064776;
}
.contract h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
    padding-bottom: 18px;
}
.contract ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
}
.contract ul li {
    position: relative;
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-top: 8px;
}
.contract-single {
    position: relative;
    height: 92px;
    text-align: center;
    z-index: 1;
    background: #064776;
    background: -moz-linear-gradient(top, #064776 45%, #00a34e 100%);
    background: -webkit-linear-gradient(top, #064776 45%, #00a34e 100%);
    background: linear-gradient(to bottom, #064776 45%, #00a34e 100%);
    border-radius: 35px;
}
.contract-single h3 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #fff;
    z-index: 5;
    transition: all .5s ease;
    padding: 0 40px;
}
.contract-single:hover h3 {
    transform: translateY(5px);
}
.nit {
    height: 100%;
    background: url(../img/tendersclass.png) no-repeat;
    background-size: 100% 100%;
    padding: 32px 20px;
}
.nit h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
    padding-bottom: 18px;
}
.nit ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
}
.nit ul li {
    position: relative;
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-top: 25px;
}
.nit-single {
    position: relative;
    height: 100%;
    background: rgb(0 70 117 / 75%);
    z-index: 1;
    transition: all .5s ease;
    box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 20%);
}
.nit-single:hover {
    background: #064776;
    transform: none;
    border-radius: 10px;
    color: white;
}
.nit-single:hover .nit-cont .icon::before, .nit-single:hover .nit-cont h3, .nit-single:hover .nit-cont h4 {
    color: #fff;
}
.nit-cont {
    position: relative;
    transform: translateY(7%);
    color: white;
    text-align: center;
}
.nit-single a{
  text-decoration: none;
}
.nit-cont h3 {
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
}
.nit-cont h4 {
    font-size: 30px;
    color: #fff;
}
@media (max-width:1600px) {
.services ul {
   justify-content: space-evenly;
}
.services-single h3 {
    font-size: 12px;
    padding: 0 16px;
}
.inp {
    font-size: 12px;
}
.search-bt {
    font-size: 13px;
    height: 40px;
}
.services-single {
    padding-left: 0;
    padding-right: 0;
    width: 95%;
}
}@media (max-width:1199px) {
.search-cont>ul {
    margin-left: -2px;
    margin-right: -2px;
}
.search-cont>ul>li {
    padding-left: 2px;
    padding-right: 2px;
}
.search-cont {
    padding-left: 15px;
    padding-right: 15px;
}

.services-single h3 {
    padding-left: 0;
    padding-right: 0;
}
}@media (max-width:991px) {
.search-cont {
    margin-top: 11px;
    padding: 15px;
}
.services {
    padding-left: 0;
    padding-right: 0;
}
.services ul li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 16px;
}
.search-cont>ul>li, .search-cont>ul>li:last-child {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin: 5px 0;
}
.search-cont>ul>li:nth-child(3), .search-cont>ul>li:nth-child(4) {
    -ms-flex: 0 0 16.5%;
    flex: 0 0 16.5%;
    max-width: 16.5%}

}@media (max-width:767px) {
    .services ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.search-cont>ul>li {
    -ms-flex: 0 0 50%!important;
    flex: 0 0 50%!important;
    max-width: 50%!important;
}
.contract ul li {
    -ms-flex: 0 0 50%!important;
    flex: 0 0 50%!important;
    max-width: 50%!important;
}
}.TabsActive {
    text-decoration: none;
    background-color: #0c528f;
    color: white;
}
.ActiveTabText {
    color: #fff!important;
}
.ActiveTabText:before {
    color: #fff!important;
}
.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%}
input[type=date]::-webkit-calendar-picker-indicator {
    background: 0 0;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.contract {
    padding: 32px 20px;
    position: relative;
    background-color: #032d54;
}
.contract h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
    padding-bottom: 18px;
}
.contract ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
}
.contract ul li {
    position: relative;
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-top: 8px;
}
.contract-single {
    position: relative;
    height: 92px;
    text-align: center;
    z-index: 1;
    background: #032d54;
    background: -moz-linear-gradient(top, #032d54 45%, #94add7 100%);
    background: -webkit-linear-gradient(top, #032d54 45%, #94add7 100%);
    background: linear-gradient(to bottom, #032d54 45%, #94add7 100%);
    border-radius: 35px;
}
.contract-single h3 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #fff;
    z-index: 5;
    transition: all .5s ease;
    padding: 0 40px;
}

.contract-single:hover .contract-img {
    opacity: 1;
}
.contract-single:hover h3 {
    transform: translateY(5px);
}
.contract-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/cement-factory.png) no-repeat;
    background-size: cover;
    transition: all .5s ease;
    opacity: 0;
}


@media (max-width:1460px) {

.services-single h3 {
    font-size: 12px;
    padding: 0 16px;
}
.contract-single h3 {
    font-size: 12px;
}
.contract-single h3 {
    padding-left: 8px;
    padding-right: 8px;
}
}@media (max-width:1199px) {

.classification .container {
    padding-left: 0;
    padding-right: 0;
}
.classification .row {
    margin-left: -2px;
    margin-right: -2px;
   
}
.classification .col-lg-6 {
    padding-left: 2px;
    padding-right: 2px;
}

}
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  max-height: 360px;
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  color: #fff;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
figure.effect-apollo {
  background: #011945;
}

figure.effect-apollo img {
  opacity: 0.5;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-apollo h2 {
  text-align: left;
}

figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


.text-decoration-underline {
  text-decoration: underline !important;
}
.validate{
  color: red;
}

.controllSize {
  text-align: justify;
  margin:10px auto;
}

.controllSize a {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.controllSize .boxCtrl {
  display: inline-block;
}
.controllSize .boxCtrl a {
    width: 52px;
    height: 52px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #011945;
    border: 4px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.controllSize .boxCtrl a:hover {
    background-color: #fff;
    border-color: #fff;
    color: black;
}
.controllSize .boxCtrl a#contrast-b {
    background-color: #333;
    color: #fff;
    font-weight: bold;
}
.controllSize .boxCtrl a#contrast-w {
    background-color: #f4f4f4;
    color: #333;
    font-weight: bold;
}
.blink-text{
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    animation: blinkingBackground 2s infinite;
    margin-top: 22px;
    margin-left: 14px;
  }
  @keyframes blinkingBackground{
    0%    { background-color: #10c018;}
    25%   { background-color: #1056c0;}
    50%   { background-color: #ef0a1a;}
    75%   { background-color: #254878;}
    100%  { background-color: #04a1d5;}
  }

  .blink-text:hover{
    text-decoration: none;
    color: white;
  }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    top: 40%;
    position: absolute;
    border-radius: 40px !important;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
}
.owl-nav .owl-prev {
    left: -5%;
}
.owl-nav .owl-next {
    right: -5%;
}
#staff .owl-nav .owl-prev i, .owl-nav .owl-next i {
    color: #000;
    font-size: 20px;
    position: relative;
    left: 0px;
}
.box-b {
    background-color: #032d54;
    padding: 15px;
    transition: .2s all ease-in-out;
    border-radius: 4px;
    cursor: pointer;
    border-bottom: solid 2px #032d54;
    height: 274px;
    position: relative;
    box-shadow: 0 5px 10px #fff;
    border: 2px solid rgba(7, 7, 7, 0.12);
}
.box-b .box-img {
    margin-bottom: 15px;
}
.staff .box-img img {
    height: 145px;
    width: 145px;
    margin: auto;
    border-radius: 90px;
    display: block;
}

.box-b h3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 22px;
    color: #000000;
}
.box-b p {
    line-height: 1.4;
    font-size: 14px;
    color: #343a40;
    text-align: center;
    margin-bottom: 0px;
}

.classification .row {
   justify-content: space-between;
}
.ml10 .text-wrapper {
  position: relative;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

.news-item {
  padding: 4px 4px;
  margin: 0px;
  border-bottom: 1px dotted #555;
}
.newscard{
  color: #032d54;
}
.ml7 .text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.ml7 .letter {
  transform-origin: 0 100%;
  display: inline-block;
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba(204,169,44, 0);
      box-shadow: 0 0 0 30px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }
    .col-2dot4,
    .col-sm-2dot4,
    .col-md-2dot4,
    .col-lg-2dot4,
    .col-xl-2dot4 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 15%;
        max-width: 15%;
    }
    @media (min-width: 540px) {
        .col-sm-2dot4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
    }
    @media (min-width: 720px) {
        .col-md-2dot4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
    }
    @media (min-width: 960px) {
        .col-lg-2dot4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
    }
    @media (min-width: 1140px) {
        .col-xl-2dot4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
    }
    
     input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
  
        input[type=number] {
            -moz-appearance: textfield;
        }
      
        #goog-gt-tt{display: none !important; top: 0px !important; } 
        .goog-tooltip skiptranslate{display: none !important; top: 0px !important; } 
        .activity-root { display: hide !important;} 
        .status-message { display: hide !important;}
        .started-activity-container { display: hide !important;}