* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #f6f6f6;
  font-size: 16x;
  font-weight: 400;
}

.container {
  max-width: 950px;
  font-family: "Raleway", sans-serif;
}

a {
  color: #007dbb;
  text-decoration: none;
}

.flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.flex-verticle {
  display: flex;
  align-items: center;
}

p {
  text-align: justify;
  margin-bottom: 2rem;
}

.margin-header {
  margin-top: 6.1rem;
  padding-top: 6.1rem;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

h1 {
  font-size: 3.25rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  font-size: inherit;
}

.card {
  border: 1px solid #7dd4ff;
  margin-bottom: 1rem;
  margin-top: 0.25rem;
}

#products-cards {
  font-size: 0.85rem;
}
#products-cards .card-body {
  min-height: 250px;
  overflow: hidden;
  font-style: italic;
}
#products-cards .card-header {
  overflow: hidden;
  height: 150px;
  font-style: italic;
}
#products-cards .card-footer {
  background-color: #fff;
  border: none;
  padding-bottom: 1rem;
  font-style: italic;
}
#products-cards .card-img-top {
  overflow: hidden;
  transition: all 0.5s;
}
#products-cards .card-img-top:hover {
  -webkit-transform: scale(1.05);
  scale: 1.05;
}
#products-cards .card-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
#products-cards .card-text {
  text-align: justify;
}

#mycarousel .carousel-item {
  height: 100%;
}
#mycarousel .carousel-item img {
  height: calc(100vh - 4.5rem) !important; 
  width: 100vw !important;
}
#mycarousel .carousel-item .carousel-caption {
  background-color: #161616bb;
  padding: 2rem 2rem;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15%;
  left: 15%;
  font-style: italic;
}
#mycarousel .carousel-item .carousel-caption h2 {
  margin-bottom: 0rem;
  text-align: center;
}
#mycarousel .carousel-item .carousel-caption p {
  font-size: 125%;
  text-align: center;
  padding: 2rem 6rem;
}
#mycarousel .carousel-item .carousel-caption .top-25 {
  top: 20%;
  position: relative;
}
#mycarousel .carousel-inner {
  height: 100% !important;
}

.navbar {
  padding: 0 !important;
}

.nav-item {
  padding: 1rem 0.25rem;
  transition: all 0.5s;
  text-align: center;
}
.nav-item:hover, .nav-item:active {
  background-color: #266c8f54;
  /* $dark-blue*/
}

.navbar-brand {
  color: white !important;
  font-size: 1.75rem;
}

.bg-light {
  background-color: #00a6fc !important;
}

.nav-link {
  font-size: 1.05rem;
  color: #f6f6f6 !important;
  padding: 0.25rem 0.25rem;
  /* font-weight: bold;*/
}
.nav-link:hover {
  color: #08325f !important;
}

.navbar-text {
  padding: 0.5rem;
  font-size: 1.25rem;
  color: #f6f6f6 !important;
  display: inline-block;
}

.navbar-nav {
  width: auto;
  top: 0;
  bottom: 0;
  position: relative;
}

.navbar-nav.navbar-right .nav-item {
  padding: 0.25rem;
  transition: all 0.5s;
  text-align: center;
}
.navbar-nav.navbar-right .nav-item:hover, .navbar-nav.navbar-right .nav-item:active {
  background-color: transparent;
}

@media (max-width: 1280px) {
  .navbar-text {
    font-size: 1rem;
    display: block;
    padding: 0.25rem;
    text-align: right;
    margin-left: auto !important;
  }

  .navbar-text.nav-text-contacts {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .navbar-text {
    display: inline-block;
    margin: auto !important;
  }

  .navbar-text.nav-text-contacts {
    display: inline-block;
  }
}
.breadcrumb, .breadcrumb-row {
  background-color: #f6f6f6;
  padding: 0.2rem 2rem;
  color: #1a1a1a !important;
  margin: 0;
}

.breadcrumb-item.active a {
  color: #1a1a1a;
}

/************************************** HOME PAGE ***********************************/
#home-customers-slider .owl-carousel .owl-item img {
  height: 200px !important;
  border: #7dd4ff 2px solid;
}
#home-customers-slider .owl-nav {
  height: 100%;
}
#home-customers-slider .owl-nav [class*=owl-] {
  color: #08325f;
  font-size: 2rem;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
#home-customers-slider .owl-dots {
  margin-top: 2rem;
}
#home-customers-slider .owl-dots span {
  background-color: #727272;
}
#home-customers-slider .owl-dots .owl-dot.active span {
  background-color: #08325f;
}

/************************************** PRODUCTS PAGE ***********************************/
.product-header {
  background: #08325f;
  background: radial-gradient(circle, #08325f 18%, #032141 100%);
  color: #f6f6f6;
}

.product-main-image {
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
  margin: 2rem 0rem;
  box-shadow: #020e1d 15px 15px 15px -10px;
  transition: ease 0.5s;
  padding: 0.75rem;
  background-color: #f6f6f6;
}
.product-main-image:hover {
  -ms-transform: skewY(4deg);
  transform: skewY(4deg);
  box-shadow: #020e1d 18px 18px 18px -10px;
}

.product-main-heading h1, .product-main-heading h2 {
  color: inherit;
  font-style: italic;
  text-decoration: underline;
  display: inline;
  margin-left: 0.5rem;
}

.subcontent-header {
  background-color: #727272;
  width: 100vw;
  background-position: right top;
  background-size: cover;
  min-height: 150px;
  color: #1a1a1a;
}

/************ SAM ************/
.subcontent-header#sam-sub-1 {
  background-image: url("../_images/products/sam/product_sam_img1.jpg") !important;
  box-shadow: gray 3px 3px 10px 1px;
}

.subcontent-header#sam-sub-2 {
  background-image: url("../_images/products/sam/product_sam_img2.jpg") !important;
  box-shadow: gray 3px 3px 10px 1px;
}

.subcontent-header#sam-sub-3 {
  background-image: url("../_images/products/sam/product_sam_img3.jpg") !important;
  box-shadow: gray 3px 3px 10px 1px;
}

/************ AIM ************/
.subcontent-header#aim-sub-1 {
  background-image: url("../_images/products/aim/product_aim_img1.jpg") !important;
  box-shadow: gray 3px 3px 10px 1px;
}

/************ POS ************/
.subcontent-header#sub-pos-1 {
  background-image: url("../_images/products/pos/product_pos_img1.jpg") !important;
  box-shadow: gray 3px 3px 10px 1px;
}

/************ HRM ************/
.subcontent-header#sub-hrm-1 {
  background-image: url("../_images/products/hrm/product_hrm_img1.jpg") !important;
  box-shadow: gray 3px 3px 10px 1px;
}

/************ MFM ************/
.subcontent-header#mfm-sub-1 {
  background-image: url("../_images/products/mfm/product_mfm_img1.jpg") !important;
  box-shadow: gray 3px 3px 10px 1px;
}

/************ FAM ************/
.subcontent-header#fam-sub-1 {
  background-image: url("../_images/products/fam/product_fam_img1.jpg") !important;
  box-shadow: gray 3px 3px 10px 1px;
}

/************ PJC ************/
.subcontent-header#pjc-sub-1{
  background-image: url('../_images/products/pjc/product_pjc_img1.jpg') !important;
  box-shadow: gray 3px 3px 10px 1px;
}

/************ HMM ************/
.subcontent-header#hmm-sub-1{
  background-image: url('../_images/products/hmm/product_hmm_img1.jpg') !important;
  box-shadow: gray 3px 3px 10px 1px;
}

/************ PMM ************/
.subcontent-header#pmm-sub-1{
  background-image: url('../_images/products/pmm/product_pmm_img1.jpg') !important;
  box-shadow: gray 3px 3px 10px 1px;
}

.product-key-features {
  padding: 2rem 2rem;
  border: solid 2px #007dbb;
}
.product-key-features h4 {
  text-align: center;
  margin-bottom: 1rem;
}

.bg-image {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0.05;
  z-index: -1;
}

/************************************** ABOUT US PAGE ***********************************/
#erplanka-aboutus-banner {
  background-image: url("../_images/background_2.jpg") !important;
  background-position: right center;
  background-size: cover;
  overflow: hidden;
  color: #ffffffcc;
  padding: 2rem 0;
}
#erplanka-aboutus-banner .banner-heading {
  text-align: center;
  font-size: 3rem;
}
#erplanka-aboutus-banner .banner-description {
  text-align: center;
  font-size: 1.2rem;
}

#values-goals .card-body {
  min-height: 290px;
}

#vision-mission .card-body {
  min-height: 150px;
}

#values-goals, #vision-mission {
  padding: 0.5rem 0;
}
#values-goals img, #vision-mission img {
  transition: all 0.5s;
}
#values-goals img:hover, #vision-mission img:hover {
  -webkit-transform: scale(1.05);
  scale: 1.05;
}
#values-goals #vision .card-header, #vision-mission #vision .card-header {
  background: url("./../_images/vision.jpg");
  height: 150px;
  background-size: cover;
  background-position: center center;
  border-bottom: none;
  overflow: hidden;
}
#values-goals #mission .card-header, #vision-mission #mission .card-header {
  background: url("./../_images/mission.jpg");
  height: 150px;
  background-size: cover;
  background-position: center center;
  border-bottom: none;
  overflow: hidden;
}
#values-goals #goal .card-header, #vision-mission #goal .card-header {
  background: url("./../_images/goals3.jpg");
  height: 150px;
  background-size: cover;
  background-position: center center;
  border-bottom: none;
  overflow: hidden;
}
#values-goals #values .card-header, #vision-mission #values .card-header {
  background: url("./../_images/values3.jpg");
  height: 150px;
  background-size: cover;
  background-position: center left;
  border-bottom: none;
  overflow: hidden;
}
#values-goals p, #vision-mission p {
  margin-bottom: 0;
}
#values-goals .heading, #vision-mission .heading {
  font-weight: bold;
  text-align: left;
}

/************************************** CONTACT US PAGE ***********************************/
#map iframe {
  height: 250px;
  width: 100%;
}

.form-label {
  display: none;
}

.form-control {
  background-color: transparent;
  border-radius: 0;
  border-color: #007dbb;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  box-shadow: none;
}
.form-control:focus {
  background-color: transparent;
  box-shadow: none;
  border-color: #08325f;
}
.form-control .js-hide-label {
  opacity: 0;
}

.js-unhighlight-label {
  color: #f6f6f6;
}

.btn-start-order {
  border: 1px solid #08325f;
  background-color: #08325f;
  border-radius: 3px;
  color: #f6f6f6;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: inherit;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
}
.btn-start-order:hover, .btn-start-order:active, .btn-start-order:focus {
  border-color: #032141;
  background-color: #032141;
  color: #f6f6f6;
}

#footer-container {
  color: #fff;
  background-color: #000000;
  padding: 2rem 1rem 1rem 1rem;
}
#footer-container ul {
  list-style-image: url("../_images/icons/list-bullet.png");
}
#footer-container div#social-media-icons-list {
  width: 100%;
  font-size: 2rem;
  margin-left: 1rem;
}
#footer-container div#social-media-icons-list li {
  margin: 0 0.5rem;
}
#footer-container a {
  color: inherit;
}

#bottom-line {
  background-color: #727272;
  color: #fff;
  padding: 0.5rem;
}
#bottom-line p {
  text-align: center;
}



.subtitle {
    opacity: 0.9;
    font-size: 17px;
}

.contact-wrapper {
    background: #fff;
    margin-top: 10px;
    border-radius: 20px;
}

.contact-item .contact-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e6f0ff;
    color: #0051ff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-right: 12px;
}

.social-icons i {
    font-size: 20px;
    margin-right: 14px;
    cursor: pointer;
    color: #0051ff;
}

.modern-input {
    border-radius: 10px;
    padding: 10px 12px;
}

.modern-input:focus {
    border-color: #0051ff !important;
    box-shadow: 0 0 6px rgba(0, 81, 255, 0.4);
}

.btn-submit {
    background: #0051ff;
    color: white;
    border-radius: 10px;
    font-size: 18px;
}

.btn-submit:hover {
    background: #003fcc;
}

.map-section iframe {
    border-radius: 8px;
    margin-top: -37px;
}


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