@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-style: normal;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #666666;
  overflow-x: hidden;
}

img {
  border: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a {
  transition: 0.3s;
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

p {
  font-size: 1.125rem;
}

.container {
  max-width: 1280px;
  position: relative;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2rem;
}

h3.large {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 3%;
  }
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  .container {
    max-width: 100%;
    padding: 0 5%;
  }
  body {
    overflow-x: hidden;
  }
  main {
    overflow: hidden;
  }
}
.explore-btn {
  height: 54px;
  line-height: 52px;
  background: #e55b1e;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #ffffff;
  padding: 0 40px;
  display: inline-block;
  border: none;
  transition: all 0.16s ease-in;
  border: solid 1px #e55b1e;
}
.explore-btn:hover {
  background: none;
  border: solid 1px #e55b1e;
  color: #e55b1e;
  box-shadow: -1px 6px 10px 0 rgba(0, 179, 246, 0.1);
}

.submit {
  width: 100%;
}

.head {
  background: #05314a;
  padding: 0px;
}

.navbar {
  padding-bottom: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 35px 0;
  margin: 0 30px;
}

.navbar-nav a {
  font-size: 1.125rem;
  color: #ffffff;
}

.navbar-nav a:hover {
  color: #e55b1e;
}

.navbar-nav a.active {
  color: #e55b1e !important;
  background: url(../image/home/border.svg) left bottom no-repeat;
}

.navbar-brand {
  width: 150px;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  width: 50px;
  padding: 0px;
  height: 50px;
  font-size: inherit;
  outline: none;
}
.menu svg {
  width: 100%;
  margin: -25px 0 0;
}

.navbar-light .navbar-toggler {
  outline: none;
  border: none;
  color: white;
  box-shadow: none;
}

.line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9;
}

.contactform {
  padding: 25px;
  width: 350px;
  left: -200px !important;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.contactform input {
  width: 100%;
  border: solid 1px #D9D9D9;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.contactform .select-drop {
  width: 100%;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background: url(../image/contact/drop-arrow.svg) right 16px no-repeat #ffffff;
  appearance: none;
  border: solid 1px #D9D9D9;
}
.contactform textarea {
  width: 100%;
  padding: 15px 15px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #D9D9D9;
}
.contactform .form-check {
  display: flex;
}
.contactform .form-check label {
  font-size: 1rem;
}
.contactform .form-check input {
  width: 45px;
  height: 20px;
  margin-right: 20px;
  padding: 0px;
}

@media only screen and (min-width: 979px) and (max-width: 1024px) {
  .navbar-brand {
    width: 150px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 978px) {
  .navbar-brand {
    width: 150px;
  }
  .navbar-collapse {
    background: #ffffff;
    margin: 0 -2rem;
    z-index: 99;
    border-radius: 8px;
    padding: 20px 15px;
    z-index: 99;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
  }
  .menu {
    box-shadow: none;
    outline: none;
  }
  button:focus:not(:focus-visible) {
    box-shadow: none;
  }
  .navbar-nav a {
    color: #e55b1e;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  .navbar-nav a.active {
    color: #e55b1e !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
  }
  ul.dropdown-menu {
    width: 100%;
  }
  .head .book-btn {
    margin: 15px 0 0 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-brand {
    width: 150px;
  }
  .navbar-collapse {
    background: #ffffff;
    margin: 0 -2rem;
    z-index: 99;
    border-radius: 8px;
    padding: 20px 15px;
    z-index: 99;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
  }
  .menu {
    box-shadow: none;
    outline: none;
  }
  button:focus:not(:focus-visible) {
    box-shadow: none;
  }
  .navbar-nav a {
    color: #e55b1e;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  .navbar-nav a.active {
    color: #e55b1e !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
  }
  ul.dropdown-menu {
    width: 100%;
  }
  .head .book-btn {
    margin: 15px 0 0 15px;
  }
  .navbar-nav a.active {
    background: url(../image/home/border.svg) left bottom repeat-x;
  }
}
.footer {
  background: url(../image/home/footer-border.svg) center top repeat-x #fceee8;
}
.footer--nav p {
  font-size: 1rem;
  color: #ffffff;
}
.footer--nav h5 {
  font-weight: 500;
  color: #e55b1e;
}
.footer--nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer--nav ul li {
  line-height: normal;
}
.footer--nav ul li a {
  font-size: 1rem;
  font-weight: 400;
  padding: 5px 0;
  display: block;
  color: #434343;
}
.footer--nav ul li a:hover {
  color: #e55b1e;
}
.footer--nav input {
  height: 50px;
  width: 90%;
  line-height: 50px;
  background: #ffffff;
  border-radius: 100px;
  border: none;
  padding: 0 70px 0 30px;
}
.footer--nav .send {
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  background: #05314a;
  border: none;
  padding: 0 20px;
  margin: 0 0 0 -50px;
}
.footer--nav .send:hover {
  background: #e55b1e;
}
.footer--left {
  padding: 60px 50px 20px 0px;
  background: #05314a;
}
.footer--left .logo {
  width: 150px;
}
.footer--left::after {
  background: #05314a;
  height: 100%;
  left: -200%;
  width: calc(200% - 0px);
  content: "";
  position: absolute;
  top: 0px;
}
.footer--left h6 {
  font-size: 1rem;
  color: #D9D9D9;
  font-weight: normal;
  text-transform: uppercase;
}
.footer--left strong {
  font-size: 2rem;
  color: #ffffff;
}
.footer--left p {
  font-size: 1rem;
  color: #ffffff;
}
.footer--right {
  padding: 60px 0 0 50px;
}
.footer--bottom p {
  font-size: 1rem;
  color: #434343;
}
.footer--bottom p a {
  color: #FF5500;
}
.footer--social {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer--social li {
  display: inline-block;
}
.footer--social li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  line-height: 40px;
  background: #ffffff;
  color: #e55b1e;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer--social li a:hover {
  background: #e55b1e;
  color: #ffffff;
}

@media only screen and (min-width: 979px) and (max-width: 1024px) {
  .footer--left {
    text-align: center;
    padding: 40px 0;
    position: relative;
  }
  .footer--left::after {
    left: -195%;
  }
  .footer--right {
    padding: 40px 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 978px) {
  .footer .row {
    margin: 0px;
  }
  .footer .container {
    padding: 0px;
  }
  .footer--left {
    text-align: center;
    padding: 40px 0;
    position: relative;
  }
  .footer--left::after {
    display: none;
    left: -195%;
  }
  .footer--right {
    padding: 40px 3%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer--left {
    text-align: center;
    padding: 40px 15px;
  }
  .footer--left p br {
    display: none;
  }
  .footer--left::after {
    display: none;
  }
  .footer--nav {
    padding-top: 30px;
  }
  .footer--right {
    padding: 40px 0px;
  }
  .footer .container {
    padding: 0px;
  }
  .footer .row {
    margin: 0px;
  }
  .footer .footer--nav ul li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  .footer .footer--nav ul li::after {
    position: absolute;
    right: 5px;
    content: "·";
    top: 3px;
    font-size: 20px;
  }
}
.padding-lg {
  padding: 100px 0;
}

h2 {
  color: #05314a;
  line-height: 60px;
}
h2 span {
  display: block;
  color: #e55b1e;
}
h2 em {
  font-weight: 300;
  font-style: normal;
}

.banner {
  position: relative;
  padding: 150px 0 150px 0;
  background: url(../image/home/jmc-banner.jpg) center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner--left strong {
  font-size: 1.5rem;
  font-weight: 500;
  color: #e55b1e;
  text-transform: uppercase;
}
.banner--left h1 {
  color: #ffffff;
}
.banner--left h1 span {
  color: #40E279;
  font-weight: 600;
}
.banner--left p {
  font-size: 2rem;
  font-weight: 300;
  color: #ffffff;
}
.banner--left ul {
  list-style: none;
  margin: 0px 0px 25px 0px;
  padding: 0px;
}
.banner--left ul li {
  color: #666666;
  line-height: 30px;
}
.banner .banner-up {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #05314a;
  background: linear-gradient(94deg, rgb(5, 49, 74) 0%, rgba(5, 49, 74, 0) 100%);
  top: 0px;
}

.banner-two {
  background: url(../image/home/jmc-banner-two.png) center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner-three {
  background: url(../image/home/jmc-banner-three.png) center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner-slide .slick-slide .slide-content {
  margin: 0 10%;
  padding: 50px 100px;
  background: #fff;
}

.banner-slide .slick-list {
  margin: 0px 0px;
}

.banner-slide {
  margin-bottom: 0px !important;
}
.banner-slide .slick-slide {
  height: auto;
}
.banner-slide .slick-dots li button:before {
  display: none;
}
.banner-slide .slick-prev {
  left: 0%;
}
.banner-slide .slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  bottom: 50px;
}
.banner-slide .slick-dots li {
  display: inline-block;
}
.banner-slide .slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: none;
  margin-right: 0px;
  border-radius: 50%;
  border: solid 1px #ffffff;
}
.banner-slide .slick-dots li.slick-active button {
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
.banner-slide .slick-arrow {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid;
  padding: 4px;
  transform: none;
  z-index: 2;
}
.banner-slide .slick-arrow:before {
  color: #e55b1e;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
}

.padding-60 {
  padding: 60px 0 60px 0;
}

.trusted {
  background: #ffffff;
}
.trusted h3 {
  color: #e55b1e;
}
.trusted ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trusted ul li {
  display: inline-block;
  margin: 0 1%;
}
.trusted ul li a {
  width: 110px;
  height: 110px;
  border: solid 5px #ffffff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #ffffff;
  border: solid 1px #cccccc;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.8s;
}
.trusted ul li a:hover {
  border: solid 1px #e55b1e;
  transform: scale(1.2);
}

.aboutjmc {
  background: #f1f1f1;
  padding: 100px 0 100px 0;
}
.aboutjmc .row {
  align-items: center;
}
.aboutjmc p {
  color: #434343;
  font-size: 1.25rem;
  padding: 15px 30px 0 0;
}
.aboutjmc p span {
  color: #e55b1e;
  font-weight: 600;
}

.weare {
  background: url(../image/home/heading-bg-one.png) center center no-repeat #05314a;
  padding: 100px 0 100px 0;
}
.weare h2 {
  color: #ffffff;
}
.weare h2 span {
  color: #e55b1e;
  display: inline-block;
}
.weare h2 em {
  font-weight: 400;
  display: block;
  font-style: normal;
}

.we-work {
  padding: 100px 0 100px 0;
}
.we-work h2 span {
  display: inline-block;
}
.we-work p {
  color: #434343;
  font-size: 1.5rem;
  padding: 15px 0;
}
.we-work p span {
  color: #e55b1e;
  font-weight: 500;
}

.product {
  background: #05314a;
  overflow: hidden;
}
.product .row {
  align-items: center;
}
.product h2 {
  color: #ffffff;
}
.product p {
  color: #ffffff;
  color: #D9D9D9;
}
.product--loop {
  display: inline-block;
  position: relative;
  margin: 0 0 0 -4px;
}
.product--loop::before {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  content: "";
  background: rgb(51, 36, 86);
  background: linear-gradient(0deg, rgba(51, 36, 86, 0.8464635854) 0%, rgba(0, 0, 0, 0) 50%);
}
.product--loop figure {
  margin-bottom: 0px;
}
.product--loop figure figcaption {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.product--loop figure figcaption h3 {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.product--loop figure figcaption p {
  font-size: 1rem;
  color: #ffffff;
  display: none;
}
.product .slick-current::before {
  background: rgb(229, 91, 30);
  background: linear-gradient(0deg, rgba(255, 91, 30, 0.8464635854) 0%, rgba(0, 0, 0, 0) 100%);
}
.product .slick-current p {
  display: block;
}

.product-slider {
  margin: 0px !important;
}
.product-slider .slick-track {
  padding: 0px;
}
.product-slider .slick-dotted {
  margin: 0px;
}
.product-slider .slick-list {
  clip-path: inset(-100vw -100vw -100vw 0);
  overflow: inherit;
}
.product-slider .slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: none;
  margin-right: 0px;
  border-radius: 50%;
  border: solid 1px #ffffff;
}
.product-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  width: 12px;
  height: 12px;
}
.product-slider .slick-dots {
  text-align: left;
}
.product-slider .slick-slide {
  margin: 0 0 0 0px;
}
.product-slider .slick-dots {
  left: -50%;
  bottom: 50px;
}
.product-slider .slick-center {
  padding-top: 0;
}
.product-slider .slick-dots li {
  margin: 0px;
}
.product-slider .slick-slider {
  margin-bottom: 0px !important;
}

.achievement {
  background: url(../image/home/achievements.png) left 100px no-repeat #fceee8;
  padding: 100px 0 100px 0;
}
.achievement h2 span {
  display: inline-block;
}
.achievement .tab-content span {
  background: #ffffff;
  padding: 5px 20px;
  font-weight: 600;
  border-radius: 100px;
  color: #FF5500;
}
.achievement .tab-content p {
  color: #05314a;
  font-size: 1.5rem;
  padding-top: 20px;
  padding-right: 100px;
}
.achievement .achievement-pic {
  margin: -100px 0 0 0;
}

.achieve-tabs {
  justify-content: space-between;
}
.achieve-tabs a {
  border: none;
  padding: 0px;
  color: #e55b1e;
  font-weight: bold;
  font-size: 1.2rem;
  outline: none;
  position: relative;
  display: block;
  width: 20%;
  text-align: center;
}
.achieve-tabs a::after {
  content: "";
  position: absolute;
  margin: 0 0 0 -10px;
  border-bottom: solid 3px #ffffff;
  bottom: -35px;
  width: 100%;
}
.achieve-tabs a::after:last-child {
  border: none;
}
.achieve-tabs a span {
  border: solid 2px #ffffff;
  background: #fceee8;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: inline-block;
  /* left: 46%; */
  bottom: -45px;
  margin: 0 0 0 -30px;
  z-index: 9;
  position: absolute;
}
.achieve-tabs a.active {
  background-color: transparent;
  color: #05314a;
  border: none !important;
}
.achieve-tabs a.active span {
  background: url(../image/home/logo5.png) center center no-repeat #ffffff;
  bottom: -53px;
  /* left: 0px; */
  width: 40px;
  height: 40px;
  border: solid 2px #2E003A;
  margin: 0 0 0 -41px;
}
.achieve-tabs a:hover {
  border: transparent;
}

.achieve-tabs a:last-child::after {
  border: none;
}

.testimonial {
  background: url(../image/home/t-bg.png) center 100px no-repeat #f1f1f1;
  padding: 100px 0 100px 0;
}
.testimonial .row {
  align-items: center;
}
.testimonial--content {
  padding-left: 40px;
}
.testimonial--content p {
  font-size: 1.5rem;
  color: #1F1F1F;
  padding: 25px 0 15px 0;
}
.testimonial--content strong {
  font-size: 1.5rem;
  color: #1F1F1F;
  font-weight: bold;
  display: block;
}
.testimonial--content img {
  width: 50px;
}
.testimonial--content em {
  font-style: normal;
  font-size: 1rem;
  color: #1F1F1F;
}

.testmonial-slide .slick-slide .slide-content {
  margin: 0 10%;
  padding: 50px 100px;
  background: #fff;
}

.testmonial-slide .slick-list {
  margin: 0px 0px;
}

.testmonial-slide {
  margin-bottom: 0px !important;
}
.testmonial-slide .slick-slide {
  height: auto;
}
.testmonial-slide .slick-dots li button:before {
  display: none;
}
.testmonial-slide .slick-prev {
  left: 0%;
}
.testmonial-slide .slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  bottom: -40px;
}
.testmonial-slide .slick-dots li {
  display: inline-block;
}
.testmonial-slide .slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: none;
  margin-right: 0px;
  border-radius: 50%;
  border: solid 1px #1F1F1F;
}
.testmonial-slide .slick-dots li.slick-active button {
  background-color: #1F1F1F;
  border: solid 1px #1F1F1F;
  width: 12px;
  height: 12px;
}
.testmonial-slide .slick-arrow {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid;
  padding: 4px;
  transform: none;
  z-index: 2;
}
.testmonial-slide .slick-arrow:before {
  color: #e55b1e;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

@media only screen and (min-width: 979px) and (max-width: 1024px) {
  .trusted ul li {
    margin: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .banner {
    padding-top: 100px;
  }
  .btn-close {
    right: 0px;
    top: -55px;
  }
  .trusted ul {
    flex-wrap: wrap;
  }
  .product {
    padding-top: 50px;
  }
  .achievement .achievement-pic {
    margin: 0px;
  }
  .achievement .tab-content p {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  h2 {
    line-height: normal;
  }
  .banner-slide .slick-list {
    margin: 0px;
  }
  .head .container-fluid {
    padding: 0px;
  }
  .padding-lg {
    padding: 60px 0;
  }
  .trusted ul {
    flex-wrap: wrap;
  }
  .banner-slide {
    text-align: center;
  }
  .banner {
    padding: 50px 0 100px 0;
  }
  .banner--left p {
    font-size: 1.5rem;
  }
  .trusted ul li a {
    width: 105px;
    height: 105px;
  }
  .weare, .we-work, .achievement, .testimonial {
    padding: 50px 0;
  }
  .aboutjmc p, .we-work p, .testimonial--content p {
    font-size: 1.25rem;
  }
  .product {
    padding-top: 50px;
  }
  .product .container {
    padding: 0px;
  }
  .product .col-lg-4 {
    padding: 0 30px;
  }
  .achievement {
    padding-bottom: 100px;
    text-align: center;
  }
  .achievement .tab-content p {
    font-size: 1.25rem;
    padding-right: 0px;
  }
  .achievement .achievement-pic {
    margin-top: 20px;
  }
  .testimonial--content {
    padding-left: 15px;
    padding-top: 50px;
  }
  .testimonial {
    padding-bottom: 80px;
  }
  .aboutjmc .row {
    flex-direction: column-reverse;
  }
  .banner-slide .slick-arrow {
    display: none !important;
  }
  .aboutjmc {
    text-align: center;
  }
  .aboutjmc h2 {
    padding-top: 30px;
  }
  .testimonial--content {
    text-align: center;
  }
  .testmonial-slide .slick-slide img {
    display: inline;
  }
}
.about-banner {
  background: url(../image/about/about-banner.jpg) center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 700px;
  display: flex;
  align-items: center;
}

.about-section-one {
  background: #fceee8;
  padding: 60px 0 60px 0;
}
.about-section-one p {
  font-size: 1.375rem;
  color: #434343;
}

.mission {
  border-right: dotted 1px #D9D9D9;
  padding: 60px 70px 60px 0;
}
.mission p {
  font-size: 1.375rem;
  color: #434343;
}

.vission {
  padding-left: 60px;
  border: none;
  padding-right: 0px;
}

.team-slider {
  margin: 0px !important;
}
.team-slider .slick-track {
  padding: 0px;
}
.team-slider .slick-dotted {
  margin: 0px;
}
.team-slider .slick-list {
  clip-path: inset(-100vw -100vw -100vw 0);
  overflow: inherit;
}
.team-slider .slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: none;
  margin-right: 0px;
  border-radius: 50%;
  border: solid 1px #ffffff;
}
.team-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
.team-slider .slick-dots {
  text-align: left;
}
.team-slider .slick-slide {
  margin: 0 0 0 0px;
}
.team-slider .slick-dots li button:before {
  font-size: 40px;
}
.team-slider .slick-dots {
  left: -73%;
  bottom: 50px;
}
.team-slider .slick-center {
  padding-top: 0;
}
.team-slider .slick-dots li {
  margin: 0px;
}
.team-slider .slick-slider {
  margin-bottom: 0px !important;
}

.team-sec {
  background: url(../image/about/partners.png) left center no-repeat #05314a;
}
.team-sec p {
  padding-right: 50px;
}
.team-sec strong {
  font-size: 1.5rem;
  color: #FF5500;
}
.team-sec em {
  display: block;
  color: #ffffff;
  font-weight: 300;
  font-style: normal;
}

.about-section-three {
  background: url(../image/about/why-jmc-bg.png) center top no-repeat;
  background-size: cover;
  padding: 100px 0 100px 0;
}
.about-section-three ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.about-section-three ul li {
  color: #05314a;
  font-size: 1.375rem;
  padding: 8px 0;
  position: relative;
}
.about-section-three ul li::before {
  position: absolute;
  left: -20px;
  width: 8px;
  height: 8px;
  background: #05314a;
  top: 20px;
  border-radius: 100px;
  content: "";
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .about-banner {
    height: auto;
    padding-bottom: 50px;
    text-align: center;
  }
  .about-banner p {
    font-size: 1.125rem;
  }
  .about-section-one p {
    font-size: 1.125rem;
  }
  .mission {
    padding: 50px 15px 0px 15px;
  }
  .mission p {
    font-size: 1.125rem;
  }
  .team-sec .col-lg-5 {
    padding: 0px 0 50px 10%;
  }
  .about-section-three {
    padding: 50px 0;
  }
  .about-section-three ul li {
    padding-left: 15px;
    font-size: 1.125rem;
  }
  .about-section-three ul li::before {
    top: 17px;
    left: 0px;
  }
  .about-section-one, .mission {
    text-align: center;
  }
}
.contactb {
  background: #f1f1f1;
  align-items: center;
  padding: 0px;
}
.contactb .row {
  margin: 0px;
  align-items: center;
}
.contactb--left {
  background: url(../image/contact/contact-banner.jpg) left top no-repeat;
  align-items: center;
  display: flex;
  height: 700px;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0 5% 0 10%;
}
.contactb--left h1 {
  color: #ffffff;
  font-size: 3.5rem;
  text-transform: uppercase;
}
.contactb--left h1 span {
  color: #e55b1e;
  display: block;
}
.contactb--left p {
  font-size: 1.5rem;
  font-weight: 300;
  color: #ffffff;
}
.contactb--right {
  padding: 0 10% 0 5%;
}
.contactb--right input {
  width: 100%;
  padding: 0 30px;
  height: 56px;
  line-height: 56px;
  background: #ffffff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: none;
}
.contactb--right .select-drop {
  width: 100%;
  padding: 0 30px;
  height: 56px;
  line-height: 56px;
  background: #ffffff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: none;
  background: url(../image/contact/drop-arrow.svg) right 16px no-repeat #ffffff;
  appearance: none;
}
.contactb--right textarea {
  width: 100%;
  padding: 15px 30px;
  background: #ffffff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: none;
}
.contactb--right .form-check {
  display: flex;
}
.contactb--right .form-check label {
  font-size: 1rem;
}
.contactb--right .form-check input {
  width: 45px;
  height: 20px;
  margin-right: 20px;
  padding: 0px;
}

.contactmap {
  padding: 100px 0 0 0;
  background: #f1f1f1;
}
.contactmap h2 span {
  display: inline-block;
}
.contactmap h2 em {
  display: block;
}

.write {
  background: url(../image/contact/contact-bg.png) center center no-repeat #05314a;
}
.write h2 span {
  display: block;
}

@media only screen and (min-width: 979px) and (max-width: 1024px) {
  .contactb--left {
    padding: 0 2% 0 4%;
  }
  .contactb--right {
    padding: 0 4% 0 2%;
  }
  .contactb--right .form-check input {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .contactb--left {
    padding: 0 2% 0 4%;
  }
  .contactb--right {
    padding: 0 4% 0 2%;
  }
  .contactb--right .form-check input {
    width: 72px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .weare h2 {
    word-break: break-all;
  }
  .contactb--left {
    padding: 50px 5% 50px 5%;
    height: auto;
  }
  .contactb--left h1 {
    font-size: 2.5rem;
  }
  .contactb--left p {
    font-size: 1.125rem;
    margin-bottom: 0px !important;
  }
  .contactb--right {
    padding: 50px 2% 0 2%;
  }
  .contactb--right .form-check input {
    width: 90px;
  }
  .contactb--right .form-check label {
    text-align: left;
  }
  .contactmap {
    padding: 50px 0 0px 0;
  }
  .contactb {
    text-align: center;
    overflow-x: hidden;
  }
  .about-section-two {
    padding-bottom: 50px;
  }
}
.service-banner {
  background: url(../image/service/service-banner.jpg) center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: auto;
}

.spot {
  background: url(../image/service/service-heading.png) #fceee8 center center no-repeat;
}
.spot .row {
  align-items: center;
}
.spot .col-lg-6 {
  padding: 0px;
}
.spot--content {
  padding: 0 4% 0 9% !important;
}
.spot--content p {
  font-size: 1.125rem;
}
.spot--right {
  padding: 0 5% 0 4% !important;
}
.spot--right p {
  font-size: 1.125rem;
}

.oprate {
  padding-top: 100px;
}
.oprate h2 span {
  display: inline-block;
}

.operate-section {
  background: url(../image/service/oprate-bg.jpg) left top no-repeat;
  background-size: cover;
  padding: 100px 0 100px 0;
}
.operate-section p {
  color: #1F1F1F;
}

.operate-list {
  margin-top: -50px;
}
.operate-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.operate-list ul li {
  min-height: 130px;
  background: #05314a;
  margin-bottom: 45px;
  border-radius: 100px;
  text-align: center;
  font-size: 1.375rem;
  display: flex;
  justify-content: center;
  padding: 0 30px;
  color: #ffffff;
  align-items: center;
}
.operate-list ul li:nth-child(2) {
  background: #FF5500;
}
.operate-list ul li:nth-child(4) {
  background: #434343;
}

.operate-list-right ul li:nth-child(1) {
  background: #434343;
}
.operate-list-right ul li:nth-child(2) {
  background: #05314a;
}
.operate-list-right ul li:nth-child(3) {
  background: #FF5500;
}
.operate-list-right ul li:nth-child(4) {
  background: #e55b1e;
}

@media only screen and (min-width: 979px) and (max-width: 1024px) {
  .spot .row {
    align-items: start;
  }
  .spot h2 {
    padding-top: 20px;
  }
  .spot--content {
    padding: 0 3% 0 3% !important;
  }
  .spot--content h2 {
    line-height: 40px;
    font-size: 2rem;
  }
  .spot--right h2 {
    line-height: 40px;
    font-size: 2rem;
  }
  .operate-list ul li {
    font-size: 1rem;
    min-height: 115px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 978px) {
  .spot--right, .spot--content {
    padding: 50px !important;
  }
  .operate-list ul li {
    font-size: 14px;
    min-height: 100px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .service-banner {
    padding-bottom: 50px;
  }
  .service-banner p {
    font-size: 1.125rem;
  }
  .spot--content {
    padding: 50px 5% 50px 5% !important;
  }
  .spot--right {
    padding: 50px 5% 50px 5% !important;
  }
  .oprate {
    padding-top: 50px;
  }
  .operate-list-mid {
    display: none;
  }
  .operate-list {
    margin: 0px;
  }
  .operate-list ul li {
    font-size: 1rem;
    padding: 20px 30px;
    min-height: auto;
    margin-bottom: 5px;
  }
  .operate-section {
    padding: 50px 0 50px 0;
  }
}
.breadcrumb {
  background: #f1f1f1;
  margin-bottom: 0px;
}
.breadcrumb ol {
  padding: 20px 0;
}
.breadcrumb ol li a {
  color: #1F1F1F;
}
.breadcrumb .breadcrumb-item.active {
  color: #FF5500;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-top: 8px;
}

.product-header {
  padding: 60px 0 60px 0;
}
.product-header p {
  font-size: 1.375rem;
  color: #434343;
}

.productlist {
  padding: 100px 0 100px 0;
  background: #fceee8;
}
.productlist h2 span {
  display: inline-block;
}
.productlist--loop {
  display: inline-block;
  position: relative;
}
.productlist--loop a {
  display: block;
}
.productlist--loop::before {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  content: "";
  background: rgb(51, 36, 86);
  transition: 0.5s ease;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(51, 36, 86, 0.8464635854) 0%, rgba(0, 0, 0, 0) 100%);
}
.productlist--loop figure {
  margin-bottom: 0px;
}
.productlist--loop figure figcaption {
  position: absolute;
  font-weight: bold;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.productlist--loop figure figcaption h3 {
  font-size: 2.25rem;
  line-height: normal;
  text-transform: uppercase;
  line-height: 50px;
  color: #ffffff;
}
.productlist--loop figure figcaption p {
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  text-transform: inherit;
  height: 0;
  transition: all 0.3s ease-out;
  opacity: 0;
  color: #ffffff;
}
.productlist--loop:hover::before {
  background: rgb(192, 66, 255);
  background: linear-gradient(0deg, rgba(192, 66, 255, 0.8464635854) 0%, rgba(0, 0, 0, 0) 100%);
}
.productlist--loop:hover figure figcaption p {
  opacity: 1;
  height: 50px;
}

.product-detail {
  background: #f1f1f1;
  padding: 100px 0 100px 0;
}
.product-detail .row {
  align-items: center;
}
.product-detail h2 {
  padding-bottom: 15px;
}
.product-detail p {
  font-size: 1.125rem;
  line-height: 28px;
  color: #434343;
  margin-bottom: 0px;
  padding: 0px 0 20px 0;
}
.product-detail h5 {
  color: #1F1F1F;
  margin-bottom: 10px;
}

.product-detail-one {
  background: #fceee8;
}

@media only screen and (min-width: 979px) and (max-width: 1024px) {
  .productlist--loop figure figcaption h3 {
    font-size: 2rem;
    line-height: 36px;
    word-break: break-word;
  }
  .productlist--loop figure figcaption {
    bottom: 0px;
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .product-detail h2 {
    line-height: 40px;
  }
  .productlist--loop figure figcaption {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .productlist--loop figure figcaption h3 {
    font-size: 2rem;
    line-height: 36px;
    word-break: break-word;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-header p {
    font-size: 1.125rem;
  }
  .product-detail h2 {
    padding-top: 15px;
    line-height: 40px;
  }
  .product-header, .productlist, .product-detail {
    padding: 50px 0;
  }
  .product-detail-one .row {
    flex-direction: column-reverse;
  }
  .productlist--loop figure figcaption h3 {
    font-size: 2rem;
    line-height: 36px;
    word-break: break-word;
  }
  .productlist--loop figure figcaption {
    bottom: 0px;
    left: 20px;
    right: 20px;
  }
  .productlist--loop:hover figure figcaption p {
    height: 80px;
  }
  .productlist--loop {
    margin: 15px 0;
  }
}

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