.main-header {
  height: 130px;
  display: grid;
  grid-template-areas: "logo title title title title language";
}
.main-header #logo {
  grid-area: logo;
}
.main-header #logo img {
  padding-top: 10px;
  height: 100px;
  transition: all 0.3s linear;
  width: 92px;
}
.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 576px) {
  .main-header #logo img {
    height: 50px;
    transition: all 0.3s linear;
    width: 46px;
  }
}
.main-header .title {
  display: flex;
  grid-area: title;
  text-align: center;
}
.main-header .title h1 {
  font-size: 2.35rem;
}
.main-header .title h1,
.main-header .title h2,
.main-header .title h3,
.main-header .title h4 {
  color: red;
  margin: auto;
  text-shadow: 1px 1px #fff;
}
.main-header .language-bar {
  display: flex;
  grid-area: language;
  justify-content: flex-end;
  list-style-type: none;
}
.main-header .language-bar li {
  margin-left: 0.2rem;
}
.main-header .language-bar li a {
  background-color: #d3d3d3;
  border: none;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  margin: 4px 2px;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
}
.main-header .language-bar li .in-use,
.main-header .language-bar li a:hover {
  background-color: #6495ed;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .main-header .title {
    display: none;
  }
  .main-header .language-bar li a {
    font-size: 10px !important;
  }
}
@media (min-width: 768px) {
  .masthead {
    transition: 0.3s linear;
  }
  .masthead .slogan {
    background: rgba(0, 168, 89, 0.8);
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
    color: #fff;
    margin-bottom: 0.8rem;
    margin-right: auto;
    text-align: left;
  }
}
body {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  overflow-x: hidden;
}
p,
span {
  line-height: 1.4;
}
a {
  color: #6495ed;
}
a:hover {
  color: #001456;
}
.text-primary {
  color: #3e990d !important;
}
.text-primary::-moz-selection {
  background: #895a28;
  text-shadow: none;
}
.text-primary::-moz-selection,
.text-primary::selection {
  background: #895a28;
  text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
}
section {
  padding: 2rem 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-bottom: 15px;
  margin-top: 0;
}
section h3.section-subheading {
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
  text-transform: none;
}
.btn {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
}
.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}
.btn-primary {
  background-color: #3e990d;
  border-color: #3e990d;
}
.btn-primary:active,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #2b6a09 !important;
  border-color: #2b6a09 !important;
  color: #fff;
}
::-moz-selection {
  background: #3e990d;
  text-shadow: none;
}
::-moz-selection,
::selection {
  background: #3e990d;
  text-shadow: none;
}
img::-moz-selection {
  background: transparent;
}
img::selection {
  background: transparent;
}
header.masthead {
  background-attachment: scroll;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  transition: 0.3s linear;
}
header.masthead .carousel .carousel-inner .active,
header.masthead .carousel .carousel-inner .active img {
  height: 100% !important;
  width: 100% !important;
}
header.masthead .intro-text {
  padding-bottom: 100px;
  padding-top: 150px;
}
header.masthead .intro-text .intro-lead-in {
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 25px;
  text-shadow: 1px 1px 5px #000;
}
header.masthead .intro-text .intro-heading {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 25px;
  text-shadow: 1px 1px 5px #000;
}
.iframe-container iframe {
  width: 100%;
}
.slogan {
  background-color: #e6e7e8;
}
.slogan .display-5 {
  font-size: 1.5rem;
}
.slogan .line {
  box-align: center;
  background-color: #fff;
  color: #fff;
  height: 2px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .standard-img {
    height: 6rem;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .standard-img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#news-card .card {
  height: 100%;
}
#company-content img {
  background-color: #fff;
  border-radius: 0.25rem;
  max-height: auto;
  max-width: 100% !important;
}
.font-inherit {
  font-family: inherit;
}
.item-container .item {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 2.5px 4.33px 30px 0 rgba(64, 87, 191, 0.2);
  display: flex;
  height: 100px;
  justify-content: center;
  padding: 0.25rem;
  width: 100px;
}
.item-container .item:hover {
  border: 3px solid #3e990d;
}
.item-container:hover .item-label {
  color: #3c91e6;
  font-weight: 600;
}
.item-container .item-label {
  font-size: 1.1rem;
  text-transform: uppercase;
}
@media (max-width: 1279px) and (min-width: 768px) {
  header.masthead {
    height: 40vh;
    transition: 0.3s linear;
  }
}
@media (min-width: 1280px) {
  header.masthead {
    height: 70vh;
    transition: 0.3s linear;
  }
}
@media (min-width: 769px) {
  section {
    padding: 3rem 0;
  }
  header.masthead .intro-text {
    padding-bottom: 200px;
    padding-top: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, Segoe UI,
      Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 25px;
  }
  header.masthead .intro-text .intro-heading {
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
      Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
      Segoe UI Symbol, Noto Color Emoji;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
}
.company-name {
  color: #6495ed;
  font-size: 2rem;
  padding-top: 0.25rem;
}
.company-intro {
  font-size: 0.9rem;
  white-space: pre-wrap;
}
figure.image {
  max-width: 85%;
}
figure.image img {
  width: 100%;
}
.banner {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.bg-blue-color {
  background: #a3b8ff;
}
.text-shadow {
  text-shadow: 1px 1px #000;
}
.gallery-block {
  padding-bottom: 60px;
  padding-top: 60px;
}
.gallery-block .heading {
  margin-bottom: 50px;
  text-align: center;
}
.gallery-block .heading h2 {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.gallery-block .gallery-video,
.gallery-block .gallery-video iframe {
  height: 100% !important;
  width: 100% !important;
}
.gallery-block.compact-gallery .item {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 4px;
}
.gallery-block.compact-gallery .item .image {
  border-radius: 5px;
  height: 18rem;
  transition: 0.8s ease;
  width: 100%;
}
.gallery-block.compact-gallery .item .info {
  display: inline-block;
  position: relative;
}
.gallery-block.compact-gallery .item .description {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.39));
  bottom: 0;
  color: #fff;
  display: grid;
  font-size: 17px;
  left: 0;
  line-height: 18px;
  opacity: 1;
  padding: 15px 10px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: 0.8s ease;
  width: 100%;
}
.gallery-block.compact-gallery .item .description .description-heading {
  font-size: 1em;
  font-weight: 700;
}
.gallery-block.compact-gallery .item .description .description-body {
  font-size: 0.8em;
  font-weight: 300;
  margin-top: 10px;
}
.fix-bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
}
.mega-menu {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  z-index: 9;
}
.mega-menu a:hover {
  color: #3e990d;
  text-decoration: none;
}
.mega-menu a:focus {
  outline: 0;
}
.mega-menu .dropdown-menu.active {
  display: block;
	z-index:9999;
}
.mega-menu .dropdown-menu.active.show {
  display: none;
}
.mega-menu .navbar-toggler:focus {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.mega-menu .dropdown-item {
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  white-space: normal;
}
.mega-menu .dropdown-item:focus,
.mega-menu .dropdown-item:hover {
  background-color: #3e69fe;
  color: #fff !important;
}
.mega-menu .dropdown-heading {
  padding-top: 10px;
}
.mega-menu .navbar-brand {
  color: #3e990d;
  font-size: 24px;
  font-weight: 700;
}
.mega-menu .navbar-brand img {
  height: 100px;
  transition: all 0.3s linear;
  width: 92px;
}
.mega-menu .iconbar {
  color: #3e990d;
}
.mega-menu .navbar-nav .nav-item:hover {
  background-color: #3e69fe;
  color: #fff !important;
}
.mega-menu .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  padding: 12px 15px;
  text-transform: uppercase;
}
.mega-menu .dropdown-menu {
  background-color: #fff !important;
  border: none;
  font-size: 12px;
  min-width: 17rem;
}
.mega-menu .dropdown-menu .nav-item .nav-link {
  color: #1c1c1c;
  padding: 6px 0;
}
.product-heading {
  border-bottom: 2px solid #265196;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.section-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}
.section-heading:after {
  background-color: #3e990d;
  bottom: -7px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 70px;
}
.section {
  padding: 80px 0;
}
.main-wrapper {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.main-wrapper:after {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.main-wrapper .content-wrapper {
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1;
}
.main-wrapper .content-wrapper h1 {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
}
.main-wrapper .content-wrapper p {
  font-size: 12px;
  line-height: 1.2;
  margin: 20px 0 30px;
}
.feature-column {
  font-size: 14px;
}
.feature-column .icon {
  background-color: #3e990d;
  border-radius: 50%;
  -ms-box-shadow: 4px 3px 26px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 4px 3px 26px rgba(0, 0, 0, 0.22);
  box-shadow: 4px 3px 26px rgba(0, 0, 0, 0.22);
  color: #fff;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  width: 60px;
}
.feature-column h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 20px;
}
.footer {
 
  padding-bottom: 0;
  padding-top: 15px;
}

.footer .container {
 background-color: #001456;
  color: #f5f5f5;
}
.footer a {
  color: #fff;
}
.footer .google-map iframe {
  height: 200px;
  width: 100%;
}
.footer .company-address p {
  line-height: 1.75;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .mega-menu {
   /* background: #3e69fe;
    background: linear-gradient(270deg, #5c81fe 0, #577dfe 44%, #3e69fe);
    border-bottom: 1px solid #00008b;
    border-top: 1px solid #00008b;*/
  }
  .mega-menu .navbar-nav .nav-item .nav-link,
  .mega-menu i {
    color: #fff;
  }
  #navbarSeachPanel {
    min-width: 333px;
  }
}
@media screen and (min-width: 992px) {
  .navbar {
    padding-bottom: 0;
    padding-top: 0;
  }
  .navbar .dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0;
    -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
    display: block;
    left: 0;
    opacity: 0;
    padding: 0;
    right: 0;
    top: 96%;
    transform: rotateY(75deg);
    transform-origin: 0 0;
    transition: all 0.3s linear;
    visibility: hidden;
    width: 100%;
  }
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown:hover > .dropdown-menu {
    font-size: 1rem;
    opacity: 1;
    transform: none;
    transition: all 0.3s linear;
    visibility: visible;
  }
  .navbar .dropdown-submenu {
    position: relative;
  }
  .navbar .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    transform: none;
  }
  .navbar .dropdown-submenu:hover > .dropdown-menu {
    font-size: 1rem;
    opacity: 1;
    transition: all 0.3s linear;
    visibility: visible;
  }
}
@media screen and (max-width: 992px) {
  #navbarSupportedContent {
    background-color: #fff;
    height: 80vh !important;
    left: -20px;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    right: -20px;
    top: 37px;
  }
  .mega-menu .offcanvas-navbar {
    flex-direction: unset;
    position: absolute;
    right: 0;
    top: -3px;
  }
  .mega-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    padding: 10px 0;
  }
  .mega-menu .navbar-collapse .navbar-nav .nav-item .nav-link:last-child {
    border-bottom: none;
  }
  .mega-menu .navbar-brand img {
    height: 50px;
    transition: all 0.3s linear;
    width: 46px;
  }
  .main-wrapper .content-wrapper h1 {
    font-size: 16px;
  }
  .main-wrapper .content-wrapper p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  .section {
    padding: 50px 0;
  }
  .section-heading {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .button {
    font-size: 14px;
    padding: 6px 30px;
  }
}
.prod-container {
  display: grid;
  gap: 0 0;
  grid-template-areas: "prod-img" "prod-name";
  grid-template-columns: 1fr;
  grid-template-rows: 1.6fr 0.4fr;
  text-align: center;
}
.prod-container .prod-img {
  grid-area: prod-img;
  height: 176px;
}
.prod-container .prod-img img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
  width: 11rem;
}
.prod-container .prod-img img:hover {
  transform: scale(1.2);
}
.prod-container .prod-name {
  grid-area: prod-name;
}
.contact-icon {
  align-items: center;
  background-color: #6495ed;
  border-radius: 60px;
  bottom: 24px;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  position: fixed;
  right: 12px;
  top: auto;
  width: 60px;
}
.contact-icon i {
  color: #fff;
  font-size: 1.68rem;
}
.contact-form {
  background: linear-gradient(to bottom right, #fff, #f5f5f5);
  border: thin solid silver;
  bottom: 85px;
  box-shadow: inset 0 1px 3px rgba(175, 213, 255, 0.4);
  display: none;
  padding: 25px;
  position: fixed;
  right: 12px;
  top: auto;
  width: 370px;
}
.contact-form.show {
  display: block;
}
.contact-form h3 {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
.contact-form h4 {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin: 5px 0 15px;
}
.contact-form fieldset {
  border: none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
.contact-form input,
.contact-form textarea {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 0 5px;
  padding: 10px;
  width: 100%;
}
.contact-form input:hover,
.contact-form textarea:hover {
  border: 1px solid #aaa;
  transition: border-color 0.3s ease-in-out;
}
.contact-form button[type="submit"] {
  background: #6495ed;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  margin: 0 0 5px;
  padding: 5px;
  width: 100%;
}
.contact-form button[type="submit"]:hover {
  background: #00008b;
  transition: background-color 0.3s ease-in-out;
}
.contact-form button[type="submit"]:active {
  box-shadow: inset 0 1px 3px hsla(0, 0%, 92%, 0.2);
}
.marquee {
  height: 25px;
  overflow: hidden;
  position: relative;
}
.marquee div {
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
  display: block;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-align: right;
  width: 100%;
}
@-webkit-keyframes marquee {
  0% {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes marquee {
  0% {
    left: 0;
  }
  to {
    left: -100%;
  }
}
div.carousel-caption {
  background: rgba(1, 1, 1, 0.3);
  border-radius: 10px;
}
