@charset "UTF-8";
@import url(d:\myProjects\ansaf\HTML\css\hover.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:-moz-placeholder {
  color: transparent;
}

*:focus {
  outline: 0;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

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

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

@media only screen and (max-width: 639px) {
  .slick-slide {
    height: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .slick-slide {
    height: auto;
  }
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slider-nav .slick-slide {
  width: 90px !important;
  height: 90px !important;
}

.slider-nav .slick-slide img {
  width: 100% !important;
}

.slick-arrow.slick-hidden {
  display: none;
}

.banner .slick-prev, .banner .slick-next {
  display: none !important;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 639px) {
  .slick-dots {
    bottom: 10px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border-radius: 10px;
  margin: 0 5px;
  padding: 0px 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  color: #FFF;
  opacity: 0;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 25px;
  left: -60px;
  content: '';
  width: 50px;
  height: 3px;
  background: #FFF;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #eb6829;
  opacity: 0;
}

.slick-dots li.slick-active {
  background: #eb6829;
}

.slick-dots li.slick-active button {
  color: #eb6829;
  opacity: 0;
}

.main-nav-wrap:before, .main-nav-wrap:after {
  content: '';
  display: table;
}

.main-nav-wrap:after {
  clear: both;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  color: inherit;
}

:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(91, 196, 113, 0.75);
          box-shadow: 0 0 6px 1px rgba(91, 196, 113, 0.75);
  outline: none;
}

.no-boxshadow :focus {
  outline: 1px auto #5bc471;
}

img {
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes fly-in--up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fly-in--up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.btn {
  display: inline-block;
  background-color: transparent;
  border: none;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 12px;
  right: 15px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn [class^="ion-"] {
  color: #fff;
}

.btn-primary {
  background-color: #5a5a5f;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #b72127;
}

.is-hidden {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(140%);
          transform: translateX(140%);
}

.main-nav-wrap {
  overflow: hidden;
}

.main-nav-trigger.active {
  background-color: #b72127;
}

.main-nav,
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav li,
.main-nav ul li {
  position: relative;
  text-transform: uppercase;
}

.js .main-nav {
  display: none;
  position: absolute;
  right: 15;
  width: 300px;
  top: 52px;
}

.main-nav {
  background-color: #b72127;
  -webkit-filter: drop-shadow(0 0 6px 1px black);
          filter: drop-shadow(0 0 6px 1px black);
  color: #fff;
  position: relative;
  padding: 1rem 0 1rem 1.5rem;
}

.main-nav.active:before {
  -webkit-animation: fly-in--up 0.26s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
          animation: fly-in--up 0.26s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav .subnav a {
  padding: 1.2rem 1rem;
}

.main-nav a {
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 1.5rem 0.2rem;
}

.main-dropdown {
  font-size: 14px;
}

.moves-in > li:not(.subnav-promo) > a {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  position: absolute;
  opacity: 0;
}

.nav-in {
  -webkit-animation: fly-in--up 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fly-in--up 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.nav-out {
  animation: fly-in--up 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) reverse;
}

.subnav,
.subnav a {
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.subnav a {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.has-subnav-link {
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.go-back {
  color: #C6DABF;
}

.subnav-promo {
  background-color: #167d5f;
  border-top: 1px solid #147055;
  padding-top: 14px;
}

.promo-img {
  display: block;
  margin: auto;
}

.promo-body {
  padding: 0 24px 12px;
}

.promo-body a {
  display: inline-block;
  padding: 0;
}

@media (min-width: 1024px) {
  .main-nav-wrap {
    overflow: visible;
  }
  .main-nav-trigger {
    display: none;
  }
  .js .main-nav {
    display: block;
    width: auto;
    top: 20px;
  }
  .main-nav {
    background-color: transparent;
    padding: 0;
  }
  .main-nav:before {
    content: none;
  }
  .main-nav .subnav a {
    padding: 1rem 1rem 1rem 2rem;
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
  }
  .main-nav .subnav a:hover {
    background: #3a3a3a;
  }
  .main-nav li:last-child .main-dropdown {
    right: 0;
    left: inherit;
    width: 320px;
  }
  .main-nav a {
    padding: 1.6rem 1.8rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .main-nav a {
    padding: 0.6rem  0.8rem;
  }
}

@media (min-width: 1024px) {
  .main-nav > li {
    float: left;
  }
  .main-nav > li > a {
    font-weight: 400;
    color: #333;
    text-align: center;
  }
  .main-dropdown {
    width: 300px;
    background-color: #b72127;
    color: #fff;
    opacity: 0;
    float: left;
    position: absolute;
    right: 0;
    left: 0;
    -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    visibility: hidden;
    padding: 1rem 0 !important;
  }
  .main-dropdown > li {
    width: 100%;
    font-size: 1rem;
    font-weight: normal;
  }
  .main-dropdown > li a {
    padding: 1rem 2rem;
    font-weight: normal;
  }
  .main-dropdown > li:hover {
    background: #3a3a3a;
  }
  .hover > .has-subnav-link {
    background: #b72127;
    color: #FFF;
  }
  .hover .main-dropdown {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
  .nav-col {
    border-right: 1px solid #167d5f;
    margin: 12px 0;
    padding: 12px 24px;
    width: 21%;
  }
  .nav-col .has-subnav + .has-subnav {
    margin-top: 24px;
  }
  .subnav-header {
    font-weight: 700;
    border-bottom: 1px solid;
    margin-bottom: 6px;
  }
  .subnav-header:after {
    content: none;
  }
  .subnav a {
    padding: 2rem 0;
    vertical-align: top;
  }
  .go-back,
  .view-all {
    display: none !important;
  }
  .subnav-promo {
    border: none;
  }
}

* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
#nav-icon1 {
  width: 40px;
  height: 35px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
  border-radius: 20px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 9px;
}

#nav-icon1 span:nth-child(2) {
  top: 16px;
}

#nav-icon1 span:nth-child(3) {
  top: 23px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

html {
  font-size: 100%;
}

@media only screen and (max-width: 1400px) {
  html {
    font-size: 95%;
    line-height: 95%;
  }
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 90%;
    line-height: 90%;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 80%;
    line-height: 80%;
  }
}

@media only screen and (max-width: 639px) {
  html {
    font-size: 75%;
    line-height: 60%;
  }
}

body {
  background: #fff;
  color: #026bb5;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

#page-wrap {
  width: 100%;
}

.container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 8rem;
}

@media only screen and (max-width: 1400px) {
  .container {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 1rem;
  }
}

header {
  width: 100%;
  z-index: 10;
  background: #fff;
  padding: 0 3rem;
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 639px) {
  header {
    padding: 0 0.6rem;
  }
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  width: 330px;
}

@media only screen and (max-width: 1200px) {
  header .logo {
    width: 210px;
  }
}

@media only screen and (max-width: 639px) {
  header .logo {
    width: 150px;
  }
}

header .logo .logo img {
  max-width: 100%;
}

header nav {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

header .menu-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto !important;
}

header .menu-nav li {
  width: auto;
  text-transform: uppercase;
  position: relative;
}

header .menu-nav li a {
  color: #333;
  font-size: 0.9rem;
  padding: 2rem 1.6rem;
  font-weight: 600;
}

header .menu-nav li a.active {
  background: #eb6829;
  color: #fff;
}

@media only screen and (max-width: 1400px) {
  header .menu-nav li a {
    padding: 2rem 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  header .menu-nav li a {
    padding: 2rem 0.1rem;
  }
}

header .menu-nav li:hover a {
  background: #eb6829;
  color: #fff;
}

header .menu-nav li .sub-menu {
  width: 420px;
  height: auto;
  float: left;
  background: #fff;
  border-radius: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 2rem 0;
}

header .menu-nav li .sub-menu li {
  font-size: 1rem;
  font-weight: 500;
}

header .menu-nav li .sub-menu li a {
  display: block;
  padding: 1rem 2rem;
  background: none;
}

header .menu-nav li .sub-menu li a:hover {
  background: #333;
}

header .menu-nav li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 26px;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: inline;
  background: #eb6829;
}

header .menu-nav li .last-sub {
  right: 0;
  left: inherit;
  width: 300px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px;
}

.sticky + .content {
  padding-top: 102px;
}

.animation {
  position: absolute;
  top: 84px;
  left: -155px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: none;
}

.sticky .animation {
  opacity: 0;
}

.main {
  width: 100%;
  overflow-y: hidden;
}

.main h1 {
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fe181a;
  line-height: 5rem;
}

@media only screen and (max-width: 1024px) {
  .main h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 639px) {
  .main h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.main h1 span {
  color: #026bb5;
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .banner {
    height: auto;
  }
}

@media only screen and (max-width: 639px) {
  .banner {
    height: auto;
  }
}

.banner h2 {
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 100px;
  font-weight: 700;
  line-height: 4rem;
}

@media only screen and (max-width: 1200px) {
  .banner h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    left: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner h2 {
    left: 20px;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

@media only screen and (max-width: 639px) {
  .banner h2 {
    left: 0.6rem;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}

.banner-slider .banner-image {
  height: auto;
  background: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
  .banner-slider .banner-image {
    height: auto;
  }
}

@media only screen and (max-width: 639px) {
  .banner-slider .banner-image {
    height: auto;
  }
}

.banner-slider .slick-slide img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
  .banner-slider .slick-slide img {
    height: auto;
  }
}

@media only screen and (max-width: 639px) {
  .banner-slider .slick-slide img {
    height: auto;
  }
}

.home-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #b72127;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .home-about {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 639px) {
  .home-about {
    padding: 0px 0.6rem;
  }
}

.home-about .about-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5rem 0 0rem 0;
}

.home-about .about-cont .home-about-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-about .about-cont .home-about-center h2 {
  color: #FFF !important;
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-transform: uppercase;
  line-height: 4rem;
}

.home-about .about-cont .home-about-center p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 2rem;
  text-align: center;
}

.home-about .about-cont .home-abt-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-about .about-cont .home-abt-row .abt-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  left: 0;
  bottom: -90px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .home-about .about-cont .home-abt-row .abt-left {
    position: initial;
    bottom: 0;
  }
}

.home-about .about-cont .home-abt-row .abt-left img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .home-about .about-cont .home-abt-row .abt-left img {
    width: 80%;
  }
}

.home-about .about-cont .home-abt-row .abt-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 0rem 2rem 5rem;
}

@media only screen and (max-width: 1024px) {
  .home-about .about-cont .home-abt-row .abt-right {
    padding: 1.5rem 0 0 0;
  }
}

.home-about .about-cont .home-abt-row .abt-right p {
  font-size: 0.9rem;
  color: #fcced1;
  line-height: 1.6rem;
  font-weight: normal;
}

.home-about .about-cont .home-abt-row .abt-right .btn-abt {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.home-about .about-cont .home-abt-row .abt-right .btn-abt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 80px;
  height: 30px;
  border-bottom: #FFF solid 1px;
}

.home-about .about-cont .home-abt-row .abt-right .btn-abt a {
  font-size: 15px;
}

.home-about .about-cont .home-abt-row .abt-right .btn-abt a:hover {
  color: #f58282;
}

@media only screen and (max-width: 1024px) {
  .home-about .about-cont .home-abt-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0;
  }
}

@media only screen and (max-width: 639px) {
  .home-about .about-cont .home-abt-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.home-product::before {
  content: "";
  position: absolute;
  right: 0;
  width: 43%;
  height: 100%;
  top: 0;
  z-index: -1;
  /*
    background: #6a923a;
    background: linear-gradient(11deg, rgb(23, 72, 42) 25%, #69913b 86%); */
}

.home-product h2 {
  font-size: 3.5rem;
  font-weight: 500;
  padding: 3rem 0 2rem 0;
  line-height: 4rem;
  color: #b72127;
  text-transform: uppercase;
}

@media only screen and (max-width: 639px) {
  .home-product h2 {
    font-size: 3rem;
  }
}

.home-product .home-product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 5rem;
  padding-right: 10rem;
  padding-top: 13rem;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-product .home-product-row .home-product-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 639px) {
  .home-product .home-product-row .home-product-left {
    width: 100%;
    max-width: none;
    padding: 2rem 0 0  0;
  }
}

.home-product .home-product-row .home-product-left h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  line-height: 3.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1rem;
  color: #3a3a3a;
}

.home-product .home-product-row .home-product-left p {
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #414141;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-product .home-product-row .home-product-right {
  width: 50%;
}

.home-product .home-product-row .home-product-right img {
  width: 100%;
}

@media only screen and (max-width: 1400px) {
  .home-product .home-product-row {
    padding: 6rem 3rem 2rem 3rem;
  }
}

@media only screen and (max-width: 1200px) {
  .home-product .home-product-row {
    padding: 8rem 1rem 2rem 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .home-product .home-product-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2rem;
    padding-bottom: 3rem;
    width: 100%;
    max-width: initial;
  }
}

@media only screen and (max-width: 1024px) {
  .home-product {
    padding-top: 1rem;
    padding-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.home-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #5a5a5f url(../images/bg-pattern.png) repeat;
  padding: 5rem 0 13rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-attachment: fixed;
}

.home-service .serv-head {
  width: 100%;
}

.home-service .serv-head h2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 4rem;
  padding-bottom: 4rem;
  float: left;
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 639px) {
  .home-service .serv-head h2 {
    font-size: 3rem;
    padding-bottom: 1rem;
  }
}

.home-service .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
        width: 100%;
}

.home-service .service-list .service-slider {
  width: 100%;
  height: auto;
  float: left;
}

.home-service .service-list .service-slider li {
  padding: 0 1rem;
  position: relative;
  /*width: 33.3%;*/
  width: 50%;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .home-service .service-list .service-slider li {
    width: 50%;
    margin: 2.5rem 0 0 0;
  }
}

.home-service .service-list .service-slider li .serv-image {
  position: relative;
  background: #000;
  overflow: hidden;
  text-align:center;
}

.home-service .service-list .service-slider li .serv-image img {
  opacity: 0.5;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.home-service .service-list .service-slider li .serv-image:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-service .service-list .service-slider li .service-title {
  /*position: absolute;*/
  position: relative;
  left: 20px;
  bottom: 40px;
}

.home-service .service-list .service-slider li .service-title h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  line-height: 2.3rem;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

@media only screen and (max-width: 639px) {
  .home-service .service-list .service-slider li .service-title h2 {
    font-size: 1.5rem;
  }
}

.home-service .service-list .service-slider li .service-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 76, 97, 0)), color-stop(75%, rgba(72, 76, 97, 0.8)));
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

.home-service .service-list .service-slider li .service-title:hover .service-title::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.home-service .service-list .service-slider li:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 639px) {
  .home-service {
    padding: 3rem 0;
  }
}

.inner-banner {
  width: 100%;
}

.inner-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 18rem;
}

.inner-page .page-head {
  padding: 3rem 0 0 3rem;
}

.inner-page h1 {
  font-size: 3rem;
  color: #b72127;
}

.ceo-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #3a3a3a;
  width: 80%;
  padding: 10rem 10rem;
  margin: 3rem 0 6rem 0;
  position: relative;
}

.ceo-top:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/ceo-bg.png) no-repeat center left;
  background-attachment: fixed;
}

.ceo-top h3 {
  color: #FFF;
  font-weight: 600;
  font-size: 2.5rem;
  padding-top: 0rem;
  line-height: 5rem;
}

.ceo-top h4 {
  color: #e7e7e7;
  font-weight: 300;
  font-size: 1.5rem;
  padding-top: 0rem;
}

.ceo-top p {
  color: #FFF;
  font-size: 1rem;
  padding-top: 1rem;
  line-height: 2rem;
}

@media only screen and (max-width: 1024px) {
  .ceo-top {
    width: 90%;
    padding: 2rem 5rem;
  }
}

@media only screen and (max-width: 639px) {
  .ceo-top {
    padding: 2rem 2rem;
  }
}

.our-team ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 100px 50px;
  grid-auto-rows: minmax(100px, auto);
}

.our-team ul li {
  position: relative;
}

.our-team ul li a {
  cursor: pointer;
}

.our-team ul li .team-text {
  width: 90%;
  background: #FFF;
  position: absolute;
  bottom: -50px;
  right: 0;
  padding: 1rem 1.5rem;
  border-bottom: #FFF solid 3px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.our-team ul li .team-text h3 {
  color: #3a3a3a;
  font-weight: 600;
  font-size: 1rem;
  padding-top: 0rem;
  line-height: 1.2rem;
}

.our-team ul li .team-text h4 {
  color: #b72127;
  font-size: 0.8rem;
  padding-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1rem;
}

.our-team ul li .team-text .bio-more {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 0;
  margin-left: -10px;
  font-size: 1rem;
}

.our-team ul li:hover .team-text {
  border-bottom: #b72127 solid 3px;
}

.our-team ul li:hover .bio-more {
  opacity: 1;
  margin-left: 0;
}

.our-team ul:hover {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

@media only screen and (max-width: 1024px) {
  .our-team ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 20px;
  }
}

@media only screen and (max-width: 639px) {
  .our-team ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 20px;
  }
}

.abt-part {
  background: #b72127;
  padding: 5rem 3rem;
}

.abt-part h1 {
  text-align: center;
  color: #FFF;
}

.abt-part .about-left {
  width: 30%;
  float: left;
}

.abt-part .about-right {
  width: 60%;
  color: #FFF;
  padding-left: 3rem;
  float: left;
}

.abt-part .about-right h3 {
  font-weight: 600;
  font-size: 1.5rem;
}

.abt-part .about-right p {
  line-height: 2.6rem;
  font-size: 1rem;
}

.objectives {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15rem 8rem 8rem 8rem;
}

.objectives .obj-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.objectives .obj-left .abt-box {
  width: 30%;
  padding-right: 4rem;
}

@media only screen and (max-width: 639px) {
  .objectives .obj-left .abt-box {
    width: 100%;
    padding: 0;
  }
}

.objectives .obj-left .obj-image {
  width: 40%;
}

@media only screen and (max-width: 639px) {
  .objectives .obj-left .obj-image {
    display: none;
  }
}

.objectives .obj-left h2 {
  font-size: 3rem;
  color: #303843;
  font-weight: 700;
  position: relative;
  margin-top: 2.5rem;
}

.objectives .obj-left p {
  width: 95%;
  font-size: 1.125rem;
  color: #3a3a3a;
  margin-top: 0.5rem;
  text-align: justify;
  margin-top: 1rem;
  line-height: 2rem;
}

@media only screen and (max-width: 639px) {
  .objectives .obj-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 639px) {
  .objectives {
    padding: 2rem 3rem;
  }
}

.corevalue {
  background: #f0f0f0 url(../images/value-bg.png) no-repeat left bottom;
  padding: 6rem 0;
}

.corevalue ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px 50px;
  grid-auto-rows: minmax(100px, auto);
}

.corevalue ul li {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  padding: 2rem;
  border-bottom: none solid 5px;
}

.corevalue ul li .value-box {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.corevalue ul li h3 {
  font-size: 1.5rem;
  color: #3a3a3a;
  font-weight: 600;
  margin-top: 1.5rem;
}

.corevalue ul li p {
  color: #3a3a3a;
  padding-top: 1rem;
  line-height: 1.8rem;
}

.corevalue ul li .icon {
  width: 70px;
}

.corevalue ul li .icon img svg {
  fill: red;
}

.corevalue ul li:hover {
  background: #FFF;
  border-bottom: #b72127 solid 5px;
  border-radius: 10px;
}

.corevalue ul li:hover .value-box {
  margin-left: 10px;
}

@media only screen and (max-width: 639px) {
  .corevalue ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2rem;
}

@media only screen and (max-width: 1024px) {
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-left {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 6rem;
}

.contact-left ul {
  margin: 2rem 0 0 0;
}

.contact-left ul li {
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #3a3a3a;
}

.contact-left ul li a {
  color: #b72127;
  font-weight: 400;
  line-height: 2rem;
}

.contact-left ul .tel {
  background: url(../images/phone1.svg) no-repeat left;
  background-size: 30px 30px;
  padding-left: 60px;
}

.contact-left ul .mob {
  background: url(../images/phone-call1.svg) no-repeat left;
  background-size: 30px 30px;
  padding-left: 60px;
}

.contact-left ul .whatsapp {
  background: url(../images/whatsapp.svg) no-repeat left;
  background-size: 30px 30px;
  padding-left: 60px;
}

.contact-left ul .mail {
  background: url(../images/mail1.svg) no-repeat left;
  background-size: 30px 30px;
  padding-left: 60px;
}

@media only screen and (max-width: 1024px) {
  .contact-left {
    width: 100%;
    padding-left: 3rem;
  }
}

@media only screen and (max-width: 639px) {
  .contact-left {
    padding-left: 3rem;
    width: 100%;
    padding-bottom: 2rem;
  }
}

.cont-address h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #3a3a3a;
  line-height: 3rem;
  text-transform: uppercase;
}

.cont-address h2 {
  font-size: 1rem;
  color: #b72127;
  text-transform: uppercase;
  line-height: 2rem;
}

.cont-address p {
  font-size: 1rem;
  color: #3a3a3a;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 2rem;
}

.contact-right {
  width: 55%;
  background: #f4f4f1;
  padding: 5rem 4rem 6rem 5rem;
}

.contact-right h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #3a3a3a;
  text-transform: uppercase;
  text-align: center;
  line-height: 3rem;
}

.contact-right p {
  font-size: 1rem;
  color: #3a3a3a;
  padding-top: 0.6rem;
  line-height: 2rem;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .contact-right {
    width: 100%;
    padding: 3rem 2rem;
  }
}

.form {
  width: 100%;
  float: left;
  margin-top: 1rem;
}

.form li {
  width: 50%;
  float: left;
  margin: 35px 0 0 0;
}

.form li.full-width {
  width: 100%;
}

.form .field, .form .textArea {
  width: 90%;
  border: none;
  height: auto;
  border-bottom: 1px solid #c6c6be;
  padding: 25px 0 15px 10px;
  font-size: 1rem;
  text-transform: uppercase;
  background: none;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
}

@media only screen and (max-width: 639px) {
  .form .field, .form .textArea {
    padding: 15px 0 10px 10px;
  }
}

.form .textArea {
  width: 95%;
  height: 100px;
}

.form .button {
  background: #b72127;
  color: #FFF;
  padding: 15px 50px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 30px;
  border: none;
  float: right;
  text-transform: uppercase;
  margin-right: 40;
}

@media only screen and (max-width: 639px) {
  .form {
    width: 100%;
  }
  .form li {
    width: 100%;
  }
}

.contact-bottom {
  background: #b72127;
}

.contact-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact-bottom ul li {
  width: 100%;
  border-left: #c6c6be solid 1px;
  padding: 5rem 4rem;
}

.contact-bottom ul li h3 {
  color: #FFF;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
}

.contact-bottom ul li h2 {
  color: #FFF;
  font-size: 1rem;
  margin-top: 1rem;
}

.contact-bottom ul li p {
  font-size: 1rem;
  color: #FFF;
  margin-bottom: 1rem;
  line-height: 2rem;
}

.contact-bottom ul li .contact-text {
  font-size: 1.2rem;
  color: #FFF;
  min-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.contact-bottom ul li .phone {
  background: url(../images/phone.svg) no-repeat left;
  background-size: 25px 25px;
  padding-left: 50px;
}

.contact-bottom ul li .mail {
  background: url(../images/phone-call.svg) no-repeat left;
  background-size: 25px 25px;
  padding-left: 50px;
}

@media only screen and (max-width: 1024px) {
  .contact-bottom ul li {
    padding: 2rem;
    border-bottom: #c6c6be solid 1px;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.careers {
  padding: 0 3rem;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.careers h2 {
  font-size: 2.5rem;
  color: #3a3a3a;
  font-weight: 600;
  line-height: 3rem;
}

.careers p {
  font-size: 1.2rem;
  color: #3a3a3a;
  margin-top: 2rem;
  line-height: 2rem;
}

@media only screen and (max-width: 1024px) {
  .careers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1rem;
  }
}

.carrer-left {
  padding-left: 5rem;
}

@media only screen and (max-width: 639px) {
  .carrer-left {
    padding-left: 0;
  }
}

.carrer-right {
  width: 50%;
  padding-left: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .carrer-right {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}

.careers-form {
  padding: 6rem 3rem;
  background: #f4f4f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 5rem;
}

@media only screen and (max-width: 639px) {
  .careers-form {
    padding: 3rem 2rem;
  }
}

.careers-form h2 {
  font-size: 2.5rem;
  color: #b72127;
  font-weight: 600;
  text-align: center;
  line-height: 3rem;
}

.careers-form .form {
  width: 60%;
}

@media only screen and (max-width: 1024px) {
  .careers-form .form {
    width: 100%;
  }
}

.product-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 3rem;
  margin-top: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-page .product-left {
  width: 40%;
}

.product-page .product-right {
  width: 60%;
  padding: 0 8rem;
}

.product-page .product-right h2 {
  font-size: 3rem;
  color: #3a3a3a;
  font-weight: 600;
  line-height: 4rem;
}

.product-page .product-right p {
  font-size: 1.5rem;
  color: #3a3a3a;
  padding-top: 1rem;
  line-height: 2.5rem;
}

@media only screen and (max-width: 1024px) {
  .product-page .product-right {
    width: 100%;
    padding: 0 0rem;
  }
}

@media only screen and (max-width: 1024px) {
  .product-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}

.services-page .service-left {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .services-page .service-left {
    width: 100%;
  }
}

.services-page .service-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services-page .service-right .srv-content {
  width: 80%;
  padding: 0 1rem;
}

@media only screen and (max-width: 1400px) {
  .services-page .service-right .srv-content {
    width: 100%;
    padding: 3rem;
  }
}

@media only screen and (max-width: 1200px) {
  .services-page .service-right .srv-content {
    width: 100%;
    padding: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .services-page .service-right .srv-content {
    width: 100%;
    padding: 4rem 4rem;
  }
}

.services-page .service-right h2 {
  color: #FFF;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.services-page .service-right p {
  color: #FFF;
  font-size: 1rem;
  line-height: 1.8rem;
}

.services-page .service-right .more {
  float: left;
  font-size: 1rem;
  color: #b72127;
  background-color: #FFF;
  border-radius: 100px;
  padding: 10px 20px;
  margin-top: 1.5rem;
}

.services-page .service-right .more:hover {
  background-color: #b72127;
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  .services-page .service-right {
    width: 100%;
  }
}

.services-page .srv-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 1024px) {
  .services-page .srv-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services-page .srv-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
  .services-page .srv-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services-page .srv-color1 {
  background: #3a3a3a url(../images/srv-bg.png) no-repeat left bottom;
}

.services-page .srv-color2 {
  background: #0066a6 url(../images/srv-bg1.png) no-repeat left bottom;
}

.services-page .srv-color3 {
  background: #a57d2c url(../images/srv-bg2.png) no-repeat left bottom;
}

.services-page .srv-color4 {
  background: #b72127 url(../images/srv-bg4.png) no-repeat left bottom;
}

.jew-popup {
  width: 60%;
  background: #FFF !important;
  padding: 30px !important;
}

.fancybox-button svg path {
  color: #FFF;
}

.fancybox-button {
  width: 60px;
  height: 60px;
  background: #b72127 !important;
}

.pop-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pop-right {
  width: 35%;
}

.pop-left {
  width: 55%;
  padding-left: 3rem;
  text-align: left !important;
}

.pop-left h3 {
  font-size: 2rem;
  color: #b72127;
  font-weight: 600;
}

.pop-left h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #3a3a3a;
}

.pop-left p {
  color: #3a3a3a;
  font-size: 1rem;
  text-align: left;
  padding-top: 1rem;
  line-height: 1.5rem;
}

footer {
  height: auto;
  background: #343434;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-box .footer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 30%;
}

footer .footer-box .footer-img .footer-img-left {
  position: relative;
  margin-top: -80px;
  top: -30px;
}

footer .footer-box .footer-img .footer-img-left img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  footer .footer-box .footer-img {
    display: none;
  }
}

footer .footer-box .address-head {
  width: 45%;
  float: left;
  height: auto;
  padding-left: 3rem;
}

footer .footer-box .address-head p {
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 2rem;
}

footer .footer-box .address-head h2 {
  font-size: 2rem;
  line-height: 4rem;
  padding-bottom: 0px;
  text-transform: uppercase;
}

footer .footer-box .address-head h3 {
  font-size: 1.3rem;
  line-height: 2rem;
  padding-bottom: 15px;
  color: #ff474f;
}

@media only screen and (max-width: 1024px) {
  footer .footer-box .address-head {
    width: 50%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 639px) {
  footer .footer-box .address-head {
    width: 100%;
    padding-left: 0;
  }
}

footer .footer-box .hom-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
}

footer .footer-box .hom-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer-box .hom-contact ul li {
  width: 100%;
  padding: 10px 0 15px 0;
  line-height: 30px;
  font-size: 1.4rem;
}

footer .footer-box .hom-contact ul svg {
  fill: #fff;
}

footer .footer-box .hom-contact ul .tel {
  background: url(../images/phone.svg) no-repeat left;
  background-size: 40px 40px;
  padding-left: 70px;
}

footer .footer-box .hom-contact ul .mob {
  background: url(../images/phone-call.svg) no-repeat left;
  background-size: 40px 40px;
  padding-left: 70px;
}

footer .footer-box .hom-contact ul .whatsapp {
  background: url(../images/whatsapp.svg) no-repeat left;
  background-size: 40px 40px;
  padding-left: 70px;
}

footer .footer-box .hom-contact ul .instagram {
  background: url(../images/instagram.svg) no-repeat left;
  background-size: 40px 40px;
  padding-left: 70px;
}

footer .footer-box .hom-contact ul .mail {
  background: url(../images/mail.svg) no-repeat left;
  background-size: 40px 40px;
  padding-left: 70px;
}

footer .footer-box .hom-contact ul .mail a {
  color: #ff474f;
  margin-bottom: 10px;
}

footer .footer-box .hom-contact ul .mail a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 1024px) {
  footer .footer-box .hom-contact ul li {
    background-size: 30px !important;
    padding-left: 50px !important;
  }
}

@media only screen and (max-width: 1024px) {
  footer .footer-box .hom-contact {
    width: 50%;
    padding-left: 30px;
    padding-top: 2rem;
  }
}

@media only screen and (max-width: 639px) {
  footer .footer-box .hom-contact {
    width: 100%;
    padding: 1.5rem 0 0 0;
  }
}

@media only screen and (max-width: 639px) {
  footer .footer-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .copy-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 65px;
}

@media only screen and (max-width: 639px) {
  footer {
    padding: 3rem 0 0 0;
  }
}

.insta-btn {
  width: auto;
  height: auto;
  float: left;
  background-color: #fff6d7;
  border: #d2d2d2 solid 1px;
  border-radius: 15px;
  margin-top: 3rem;
}

.insta-btn .insta-icon {
  width: 75px;
  height: 75px;
  float: left;
}

.insta-btn .insta-icon img {
  width: 100%;
}

.insta-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px 40px 40px;
}

.insta-btn a .insta-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
}

.insta-btn a .insta-right h3 {
  color: #333;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 2rem;
}

.insta-btn a .insta-right p {
  color: #649022;
  font-size: 1.1rem;
  padding-top: 0;
  margin-top: 0;
  line-height: 1.5rem;
}

.insta-btn:hover {
  background: #cdeed3;
}
/*# sourceMappingURL=main.css.map */