h1 {
  font-size: 2rem;
  margin-bottom: 2.25rem;
  color: #cf171f;
  text-align: left;
  position: relative;
}

h1:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #cf171f;
  left: 0;
  bottom: -10px;
}

h2 {
  font-size: 1.25rem;
  color: #1d2f7c;
  margin-bottom: 0.75rem;
  text-align: left;
}

h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

body {
  /* font-family: 'Poppins Regular !important'; */
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.9rem;
  color: #222;
  text-align: justify;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow-x: hidden;
}

a {
  color: #1d2f7c;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #cf171f;
}

.a:focus {
  border: none;
  outline: none;
}

.btn {
  background: #cf171f;
  border-radius: 0.3rem;
  border: none;
  padding: 0.6rem 2.5rem 0.6rem 1.5rem;
  font-size: 0.85rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn i {
  position: absolute;
  margin-top: -3px;
  margin-left: 5px;
}

.btn:hover {
  background: #1d2f7c;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0.6rem 2.6rem 0.6rem 1.6rem;
}

.card-box {
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 0.3rem;
  min-height: 115px;
}

.clear {
  clear: both;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb li {
  margin-bottom: 0.75rem !important;
  font-size: 0.75rem;
}

p {
  margin-bottom: 1.5rem;
}

img {
  width: 100%;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pd-right {
  padding-right: 1.5rem;
}

.pd-left {
  padding-left: 1.5rem;
}

.form-control {
  height: calc(1.5em + 0.75rem + 10px);
  padding: 0.375rem 1rem;
  color: #777;
}

.positionrelative {
  position: relative;
}

textarea.form-control {
  min-height: calc(6em + 0.75rem + 2px);
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(2.5rem + 8px);
  padding: 1rem;
}

.form-floating>label {
  padding: 0.75rem 1rem;
  color: #666;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  color: #333;
}

table th {
  background: #1d2f7c !important;
  color: #fff !important;
}

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  background-color: #cf171f;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  right: 1rem;
  bottom: 1rem;
  border-radius: 50%;
  line-height: 1.9;
}

.scroll-top-wrapper i {
  font-size: 1.1rem;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1 !important;
}

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

@media (max-width: 575px) {

  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.25rem);
    padding-left: var(--bs-gutter-x, 1.25rem);
    margin-right: auto;
    margin-left: auto;
  }
}

header .header-topbar {
  padding: 0.25rem 0;
  border-bottom: 1px solid #ddd;
  color: #fff;
  background: #1d2f7c;
}

header .header-topbar .top-menu ul {
  margin: 0;
  padding: 0;
}

header .header-topbar .top-menu ul li {
  float: left;
  display: block;
  margin-right: 1.5rem;
}

header .header-topbar .top-menu ul li a {
  color: #fff;
  font-size: 0.75rem;
}

header .header-topbar .top-menu ul li a:hover {
  color: #999;
}

header .header-topbar .top-header-right {
  float: right;
}

header .header-topbar .top-header-right .top-icon {
  float: left;
}

header .header-topbar .top-header-right .top-icon ul {
  margin: 0;
  padding: 0;
}

header .header-topbar .top-header-right .top-icon ul li {
  display: block;
  float: left;
  margin-right: 1rem;
  cursor: pointer;
}

header .header-topbar .top-header-right .lan-switch-dropdown {
  float: left;
}

header .header-topbar .top-header-right .lan-switch-dropdown .form-control {
  height: 26px;
  padding: 0 5px;
  font-size: 0.75rem;
  border: 0;
  color: #333;
  width: 75px !important;
  border-radius: 5px;
}

header .header-topbar .top-header-right .lan-switch-dropdown .form-select {
  background-position: right 0.3rem center !important;
}

.slideshow .carousel-indicators {
  bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  width: 106px;
  margin: auto;
  border-radius: 5px;
}

.slideshow .carousel-indicators li {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin: 0 0.25rem;
  background-color: #cf171f;
}

.slideshow .slidecaptionwrapper {
  position: relative;
}

.slideshow .slidecaptionwrapper .slidecaption {
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  text-align: left;
  padding: 1.5rem;
  z-index: 3;
  position: absolute;
  top: 14rem;
  border-radius: 0.3rem;
}

.slideshow .slidecaptionwrapper .slidecaption h1 {
  margin-bottom: 1rem;
}

.slideshow .slidecaptionwrapper .slidecaption h3 {
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.5;
  height: 3rem;
  overflow: hidden;
  font-weight: normal;
}

.content-pd {
  padding: 3.5rem 0;
}

.project-block {
  padding-bottom: 1rem;
  background: url(images/logo-bg.png) no-repeat bottom left;
}

.project-block .project-cat a {
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project-block .project-cat .project {
  position: relative;
  margin-bottom: 1.5rem;
  background: #000;
  overflow: hidden;
  border-radius: 0.5rem;
}

.project-block .project-cat .project .project-desc {
  position: absolute;
  padding: 1rem 1rem 0.5rem 1.5rem;
  bottom: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.1);
}

.project-block .project-cat .project .project-desc h2 {
  display: block;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-shadow: 0 1px 5px #000;
}

.project-block .project-cat .project .project-desc .project-brief {
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project-block .project-cat .project .project-img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project-block .project-cat .project .project-img img {
  opacity: 0.9;
}

.project-block .project-cat .project:hover .project-img {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.project-block .project-cat .project:hover .project-desc {
  padding-bottom: 2rem;
}

.project-block .project-cat .project:hover .project-brief {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-block {
  padding-top: 2rem;
  background: url(images/logo-bg.png) no-repeat bottom right;
}

.product-block .product-vector {
  text-align: center;
  margin-top: 30px;
}

.product-block .product-vector img {
  width: 80%;
}

.product-block .product-desc .card-box {
  padding: 2.5rem 1.25rem;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
  border-radius: 0.3rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-block .product-desc .card-box span {
  color: #1d2f7c;
  font-size: 1.25rem;
  font-weight: 500;
}

.product-block .product-desc .card-box:hover {
  -webkit-box-shadow: 0px 0px 25px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px 3px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-block .item {
  margin-right: 1rem;
}

.banner-highlight {
  background: url(images/smallbanner.jpg) no-repeat;
  background-size: cover;
  padding: 3rem 1rem;
}

.banner-highlight h2 {
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.about-block {
  background: #f2f2f2;
}

.home-contact {
  padding-bottom: 2.5rem;
  background: url(images/logo-bg.png) no-repeat bottom left #f2f2f2;
}

.home-contact h2 {
  margin-bottom: 1.5rem;
}

.home-contact .home-contact-details .footer-address {
  margin-bottom: 1.75rem;
}

.home-contact .home-contact-details .footer-address ul {
  margin: 0;
  padding: 0;
}

.home-contact .home-contact-details .footer-address ul li {
  margin-bottom: 0.75rem !important;
  display: block;
  padding-left: 2rem;
  text-align: left;
}

.home-contact .home-contact-details .footer-address ul li i {
  float: left;
  margin-left: -2rem;
  font-size: 1.15rem;
  line-height: 1;
}

.home-contact .home-contact-details .social-link ul {
  margin: 0;
  padding: 0;
}

.home-contact .home-contact-details .social-link ul li {
  display: inline;
  margin-right: 0.5rem;
}

.home-contact .home-contact-details .social-link ul li a i {
  color: #cf171f;
  border: 1px solid #cf171f;
  font-size: 0.85rem;
  line-height: 2.3;
  text-align: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home-contact .home-contact-details .social-link ul li a i:hover {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home-contact .home-contact-form {
  padding-left: 2rem;
}

.home-contact .home-contact-form .card-box {
  padding: 2.5rem;
  margin-top: 2rem;
}

.search-wrapper {
  background: rgba(29, 47, 124, 0.98);
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.search-wrapper .search-close {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  font-size: 3rem;
  cursor: pointer;
}

.search-wrapper .search-close:hover {
  opacity: 0.6;
}

.search-wrapper .search-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-wrapper .search-container .search {
  width: 40rem;
  margin: auto;
}

.search-wrapper .search-container .search .search-field {
  margin-bottom: 2rem;
}

.search-wrapper .search-container .search .search-field .form-floating button {
  background: none;
  float: right;
  color: #666;
  border: none;
  position: absolute;
  right: 1rem;
  padding-top: 0.65rem;
  font-size: 1.4rem;
  cursor: pointer;
}

.search-wrapper .search-container .search .search-field .form-floating button:hover {
  color: #cf171f;
}

.search-wrapper .search-container .search .search-field .form-floating input {
  border-radius: 3rem;
  padding-left: 2rem;
  height: 4rem;
}

.search-wrapper .search-container .search .search-field .form-floating label {
  padding-left: 2rem;
  padding-top: 1.25rem;
  font-size: 1rem;
}

.landing .landing-header {
  -webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.1);
}

.landing .landing-header .logo-landing {
  margin-top: 0.5rem;
}

.landing .landing-header .logo-landing img {
  width: 10rem;
}

.landing .landing-header .nav-tabs {
  float: right;
  border-bottom: none;
}

.landing .landing-header .nav-tabs .nav-link {
  padding: 1.5rem;
  font-size: 16px;
  background: none;
  outline: none;
  border: none;
}

.landing .landing-header .nav-tabs .active {
  color: #1d2f7c;
}

.landing .tab-content {
  padding-bottom: 0;
}

.landing .tab-content .project-block {
  padding: 0;
}

.landing .tab-content .project-block .project {
  margin-bottom: 0;
}

.landing .tab-content .project-block .project .project-desc {
  bottom: 3rem;
  padding: 1rem 4rem;
}

.landing .tab-content .project-block .project .project-desc h2 {
  font-size: 1.75rem;
}

.landing .tab-content .project-block .project .project-desc .project-brief {
  font-size: 1rem;
}

.landing .tab-content .project-block .project .project-desc .btn {
  width: 10rem;
  margin-top: 2rem;
}

.landing .tab-content .project-block .project .project-img img {
  border-radius: 0;
  opacity: 1;
}

.landing .tab-content .project-block .project:hover .project-img {
  opacity: 0.6;
}

.landing .tab-content .project-block .project:hover .project-desc {
  padding-bottom: 2rem;
}

footer {
  color: #ccc;
  text-align: left;
  padding-bottom: 0 !important;
  background: url(images/footer-bg.png) no-repeat center bottom #1d2f7c;
  background-size: contain;
  padding-bottom: 8rem !important;
  padding-top: 2rem !important;
}

footer a {
  color: #fff;
}

footer .footer-head {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

footer .footer-listing {
  margin-bottom: 1rem;
}

footer .footer-listing ul {
  margin: 0;
  padding: 0;
}

footer .footer-listing ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 0.5rem;
}

footer .footer-listing ul li a {
  color: #fff;
  opacity: 1;
}

footer .footer-listing ul li a:hover {
  opacity: 0.5;
}

footer .footer-listing ul li small {
  opacity: 0.8;
}

footer .bottom-footer {
  font-size: 0.75rem;
}

footer .bottom-footer .copyright {
  opacity: 0.6;
}

footer .bottom-footer .poweredby a {
  opacity: 0.6;
}

footer .bottom-footer .poweredby a:hover {
  color: #fff;
  opacity: 1;
}

.inner-content {
  padding: 3rem 0;
  min-height: 25rem;
}

.person-info .single-person-info {
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  padding: 1.5rem 1rem 1rem 1.5rem;
  margin-bottom: 2rem;
  min-height: 9.5rem;
  cursor: pointer;
  background: #fff;
  border-radius: 0.3rem;
}

.person-info .single-person-info h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: #1d2f7c;
  text-align: left;
}

.person-info .single-person-info img {
  width: 6rem;
  float: left;
  margin-right: 1rem;
}

.person-info .single-person-info:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}

.modal-body .person-info .single-person-info {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.modal-body .person-info .single-person-info h3 {
  font-size: 1.5rem;
}

.modal-body .person-info .single-person-info img {
  width: 14rem;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}

.sidebar {
  padding-left: 2rem;
}

.side-menu {
  margin-bottom: 2rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
}

.side-menu ul {
  margin: 0;
  padding: 0;
}

.side-menu ul li {
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  text-align: left;
}

.side-menu ul li a {
  display: block;
  color: #1d2f7c;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.side-menu ul li a:hover {
  color: #fff;
  background: #1d2f7c;
}

.side-menu ul li a img {
  width: 3.5rem;
  margin-right: 1rem;
}

.side-menu ul li .active {
  background: #1d2f7c;
  color: #fff;
}

.grid-block .grid-block-single {
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  display: block;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}

.grid-block .grid-block-single img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.grid-block .grid-block-single .card-desc {
  padding: 1.25rem;
  background: #fff;
}

.grid-block .grid-block-single .card-desc h2 {
  font-size: 1.15rem;
  height: 2.8rem;
  overflow: hidden;
  margin-bottom: 0;
  text-align: left;
}

.grid-block .grid-block-single .card-desc h2:hover {
  color: #cf171f;
}

.grid-block .grid-block-single:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.search-result ul {
  margin: 0;
  padding: 0;
}

.search-result ul li {
  display: block;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}

.graph-block {
  padding: 2rem 0 0 0;
}

.graph-block .card-box {
  padding: 0.75rem 0.5rem 0.75rem 0.75rem;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  border-radius: 0.3rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}

.graph-block .card-box h2 {
  text-align: center;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.graph-block .card-box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1280px) {
  .container {
    max-width: 1180px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .content-pd {
    padding: 2.5rem 0.5rem;
  }

  header .header-topbar .top-header-right {
    margin-top: -1.5rem;
  }

  .slideshow .slidecaptionwrapper .slidecaption {
    position: relative;
    top: 0;
    margin: 1rem 0.5rem;
    display: none;
  }

  .core-block {
    display: none;
  }

  .home-contact .home-contact-form {
    padding-left: 1rem;
  }

  .home-contact .home-contact-form .card-box {
    padding: 1.5rem;
  }

  .project:hover .project-brief {
    display: none !important;
  }

  footer {
    padding-bottom: 6rem !important;
  }

  footer .bottom-footer {
    margin-right: -0.5rem;
  }

  footer .bottom-footer .poweredby {
    text-align: left;
  }
}

@media (max-width: 575px) {
  header .header-topbar .top-menu ul li {
    margin-right: 0.75rem;
  }

  header .header-topbar .top-header-right .lan-switch-dropdown .form-control {
    width: 65px !important;
  }

  .mob-br {
    margin-bottom: 2rem;
  }

  .pd-left {
    padding-left: 1rem;
  }

  .pd-right {
    padding-right: 1rem;
  }

  .galphoto {
    width: 50%;
    margin-bottom: 1.5rem;
  }

  .sidebar {
    padding-left: 1rem;
  }

  .chart-container {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    margin-left: -75px;
  }

  h2 {
    text-align: left;
  }

  .home-contact {
    padding-top: 0;
  }

  footer {
    padding-bottom: 4rem !important;
  }
}

/*# sourceMappingURL=main.css.map */