@charset "UTF-8";
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("../img/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-dotted.slick-slider {
  margin-bottom: 30px;
}

.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: 45px;
  height: 38px;
  position: absolute;
  top: 12px;
  right: 15px;
  text-align: center;
  -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);
  border-radius: 5px;
}

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

.btn-primary {
  background-color: #026bb5;
  color: #fff;
}

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

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

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

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

.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: #fe181a;
  -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;
}

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

.main-nav a {
  display: block;
  text-decoration: none;
  font-size: 1.3rem;
  padding: 1rem 1rem;
}

.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: 0;
  }
  .main-nav {
    background-color: transparent;
    padding: 0;
  }
  .main-nav:before {
    content: none;
  }
  .main-nav .subnav a {
    padding: 0.6rem 1rem;
    font-size: 1rem;
    font-weight: 300;
  }
  .main-nav .subnav a:hover {
    background: #fe181a;
  }
  .main-nav li:last-child .main-dropdown {
    right: 0;
    left: inherit;
    width: 320px;
  }
  .main-nav a {
    padding: 2.1rem 2.1rem;
  }
}

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

@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: #026bb5;
    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: #026bb5;
  }
  .hover > .has-subnav-link {
    background-color: #026bb5;
    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: 3px 0;
    vertical-align: top;
  }
  .go-back,
  .view-all {
    display: none !important;
  }
  .subnav-promo {
    border: none;
  }
}

* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
#nav-icon1 {
  width: 35px;
  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);
}

.contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.contact-row .cont-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 120px 0 120px 120px;
  background: #227ebe url(../img/contact-bg.png) no-repeat center;
  background-size: cover;
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  .contact-row .cont-left {
    padding: 30px 0 120px 15px;
  }
}

.contact-row .cont-left h2 {
  font-size: 3rem;
  color: #FFF;
  line-height: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 639px) {
  .contact-row .cont-left h2 {
    padding-bottom: 30px;
    font-size: 2rem;
  }
}

.contact-row .cont-left .location-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/location.png) no-repeat left 0px top;
  background-size: 55px 55px;
}

@media only screen and (max-width: 1024px) {
  .contact-row .cont-left .location-add {
    background-size: 35px 35px;
  }
}

.contact-row .cont-left .location-add p {
  padding-left: 70px;
}

.contact-row .cont-left ul {
  width: 100%;
  float: left;
  padding-top: 30px;
}

.contact-row .cont-left ul li {
  line-height: 50px;
  padding-left: 70px;
}

.contact-row .cont-left ul li span {
  padding-right: 5px;
  width: 45px;
  float: left;
}

.contact-row .cont-left ul .phone-num {
  background: url(../img/icon-phone.png) no-repeat;
  background-size: 35px 35px;
  background-position: left;
  background-position-x: 10px;
}

.contact-row .cont-left ul .fax-num {
  background: url(../img/icon-fax.png) no-repeat;
  background-size: 35px 35px;
  background-position: left;
  background-position-x: 10px;
}

.contact-row .cont-left ul .email-add {
  background: url(../img/icon-mail.png) no-repeat left;
  background-size: 45px 25px;
}

.contact-row .cont-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 1024px) {
  .ajal-logo {
    width: 200px;
  }
}

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

.wth-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wth-about .wth-abt-left {
  width: 55%;
  float: left;
  height: auto;
  color: #FFF;
}

.wth-about .wth-abt-left .wth-abt-cont {
  background: #f2313c url(../img/abt-bg.png) no-repeat left top;
  background-size: cover;
  padding: 15rem 10rem 15rem 8rem;
  position: relative;
  margin-top: -70px;
}

.wth-about .wth-abt-left .wth-abt-cont h2 {
  font-size: 3em;
  text-transform: uppercase;
  padding-bottom: 1rem;
  line-height: 4rem;
}

@media only screen and (max-width: 1024px) {
  .wth-about .wth-abt-left .wth-abt-cont h2 {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 639px) {
  .wth-about .wth-abt-left .wth-abt-cont h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 639px) {
  .wth-about .wth-abt-left .wth-abt-cont p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1400px) {
  .wth-about .wth-abt-left .wth-abt-cont {
    padding: 8rem 12rem 8rem 3rem;
  }
}

@media only screen and (max-width: 1200px) {
  .wth-about .wth-abt-left .wth-abt-cont {
    padding: 5rem 12rem 5rem 3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .wth-about .wth-abt-left .wth-abt-cont {
    padding: 5rem 3rem;
  }
}

@media only screen and (max-width: 639px) {
  .wth-about .wth-abt-left .wth-abt-cont {
    padding: 2rem 1rem;
  }
}

@media only screen and (max-width: 1400px) {
  .wth-about .wth-abt-left {
    width: 65%;
  }
}

@media only screen and (max-width: 1024px) {
  .wth-about .wth-abt-left {
    width: 100%;
  }
}

.wth-about .wth-abt-right {
  width: 35%;
  float: left;
  height: auto;
}

.wth-about .wth-abt-right img {
  width: 100%;
  height: auto;
  position: relative;
  left: -100px;
}

@media only screen and (max-width: 1024px) {
  .wth-about .wth-abt-right img {
    left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .wth-about .wth-abt-right {
    width: 100%;
  }
}

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

.wth-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ebe8ff;
  color: #333;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wth-service::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/logobg.png) no-repeat left bottom;
  background-attachment: fixed;
}

.wth-service::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/blue.png) no-repeat right bottom;
  background-size: 22%;
  background-attachment: fixed;
}

@media only screen and (max-width: 1024px) {
  .wth-service::before {
    display: none;
  }
}

.wth-service .wth-serv-left {
  /*width: 50%;*/
  float: left;
  height: auto;
  padding: 10rem 5rem 10rem 8rem;
}

.wth-service .wth-serv-left h2 {
  font-size: 3rem;
  color: #fc1b21;
  line-height: 4rem;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .wth-service .wth-serv-left h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media only screen and (max-width: 639px) {
  .wth-service .wth-serv-left h2 {
    font-size: 2rem;
    line-height: 3rem;
    padding-bottom: 10px;
  }
}

.wth-service .wth-serv-left h3 {
  font-size: 1.8rem;
  padding-bottom: 15px;
  padding-top: 1rem;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .wth-service .wth-serv-left h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 639px) {
  .wth-service .wth-serv-left h3 {
    font-size: 1.3rem;
  }
}

.wth-service .wth-serv-left p {
  padding-bottom: 30px;
}

@media only screen and (max-width: 1400px) {
  .wth-service .wth-serv-left {
    padding: 3rem 2rem 3rem 2rem;
  }
}

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

.wth-service .wth-serv-right {
  width: 50%;
  float: left;
  position: relative;
  z-index: 9;
  padding: 10rem 10rem 5rem 5rem;
}

.wth-service .wth-serv-right img {
  width: 80%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .wth-service .wth-serv-right {
    display: none;
  }
}

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

.wth-servive-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8rem 0;
}

.wth-servive-btm .wth-serv-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wth-servive-btm .wth-serv-btm .wth-ser-left-cont {
  width: 40%;
  float: left;
}

.wth-servive-btm .wth-serv-btm .wth-ser-left-cont img {
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .wth-servive-btm .wth-serv-btm .wth-ser-left-cont {
    width: 100%;
  }
}

.wth-servive-btm .wth-serv-btm .wth-serv-right-cont {
  width: 60%;
  float: left;
  height: auto;
  padding-left: 3rem;
}

.wth-servive-btm .wth-serv-btm .wth-serv-right-cont h3 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .wth-servive-btm .wth-serv-btm .wth-serv-right-cont h3 {
    font-size: 1.4rem;
  }
}

.wth-servive-btm .wth-serv-btm .wth-serv-right-cont p {
  padding-bottom: 30px;
}

@media only screen and (max-width: 1400px) {
  .wth-servive-btm .wth-serv-btm .wth-serv-right-cont p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

@media only screen and (max-width: 1200px) {
  .wth-servive-btm .wth-serv-btm .wth-serv-right-cont p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

@media only screen and (max-width: 639px) {
  .wth-servive-btm .wth-serv-btm .wth-serv-right-cont {
    width: 100%;
    padding-left: 0;
    padding-top: 2rem;
  }
}

@media only screen and (max-width: 639px) {
  .wth-servive-btm .wth-serv-btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.wth-service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-image: url(../img/bg-img.png);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}

.wth-service-box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 0;
}

.wth-service-box .wth-cont-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8rem;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1024px) {
  .wth-service-box .wth-cont-box {
    padding: 3rem;
  }
}

@media only screen and (max-width: 639px) {
  .wth-service-box .wth-cont-box {
    padding: 2rem 1rem;
  }
}

.wth-service-box .wth-cont-box .wth-right-box {
  width: 65%;
  float: right;
  padding: 4rem;
  background: rgba(252, 27, 33, 0.74);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .wth-service-box .wth-cont-box .wth-right-box {
    width: 80%;
  }
}

@media only screen and (max-width: 1200px) {
  .wth-service-box .wth-cont-box .wth-right-box {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .wth-service-box .wth-cont-box .wth-right-box {
    width: 100%;
    padding: 2rem;
  }
}

@media only screen and (max-width: 639px) {
  .wth-service-box .wth-cont-box .wth-right-box {
    width: 100%;
    padding: 1rem;
  }
}

.wth-service-box .wth-cont-box .wth-right-box h2 {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 2.5rem;
  padding-bottom: 20px;
}

@media only screen and (max-width: 639px) {
  .wth-service-box .wth-cont-box .wth-right-box h2 {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}

.wth-service-box .wth-cont-box .wth-right-box p {
  font-size: 1.3rem;
  padding-bottom: 2rem;
  color: #ffffff;
}

@media only screen and (max-width: 639px) {
  .wth-service-box .wth-cont-box .wth-right-box p {
    font-size: 1rem;
  }
}

.wth-service-box .wth-cont-box .wth-right-box ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wth-service-box .wth-cont-box .wth-right-box ul li {
  color: #ffffff;
  background: url(../img/icon-list-white.png) no-repeat left;
  padding-left: 25px;
  background-size: 15px 25px;
  margin-top: 1rem;
}

@media only screen and (max-width: 639px) {
  .wth-service-box .wth-cont-box .wth-right-box ul {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

.wth-contact-box {
  background: #e0e0e0;
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wth-contact-box .container {
  width: 100%;
}

.wth-contact-box .container .wth-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.wth-contact-box .container .wth-contact .wth-address {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wth-contact-box .container .wth-contact .wth-address h4 {
  font-size: 2rem;
  color: #353535;
  padding-bottom: 20px;
}

.wth-contact-box .container .wth-contact .wth-address p {
  color: #353535;
  font-size: 17px;
  line-height: 30px;
}

.wth-contact-box .container .wth-contact .wth-cont-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wth-contact-box .container .wth-contact .wth-cont-right ul {
  width: 100%;
}

.wth-contact-box .container .wth-contact .wth-cont-right ul li {
  color: #353535;
  font-size: 18px;
  line-height: 40px;
}

.wth-contact-box .container .wth-contact .wth-cont-right .wth-link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  font-size: 18px;
}

.wth-contact-box .container .wth-contact .wth-cont-right .wth-link-btn a {
  color: #fc1b21;
}

.wth-clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5rem 0;
}

.wth-clients .container {
  width: 100%;
  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;
}

.wth-clients .container h2 {
  font-size: 3rem;
  color: #2e2e2e;
  font-weight: 600;
  line-height: 3.5rem;
  padding-bottom: 4rem;
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .wth-clients .container h2 {
    font-size: 2rem;
  }
}

.wth-clients .container ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.wth-clients .container ul li {
  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;
  border: 1px dotted #4f4f4f;
  overflow: hidden;
  background: #ededed;
}

.wth-clients .container ul li img {
  -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);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  cursor: pointer;
  width: 100%;
}

.wth-clients .container ul li:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ajal-petroleum h2 {
  font-size: 3rem;
  padding-bottom: 2rem;
  line-height: 4rem;
}

@media only screen and (max-width: 1600px) {
  .ajal-petroleum h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 1200px) {
  .ajal-petroleum h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .ajal-petroleum h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.ajal-abt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ajal-abt .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ajal-abt .container .ajal-abt-red-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #ce000c;
  padding: 4rem;
  margin-top: -70px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .ajal-abt .container .ajal-abt-red-box {
    padding: 3rem 1.5rem;
  }
}

@media only screen and (max-width: 639px) {
  .ajal-abt .container .ajal-abt-red-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ajal-abt .container .ajal-abt-red-box .ajal-abt-left {
  -webkit-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
  float: left;
  color: #fff;
  padding-right: 3rem;
}

@media only screen and (max-width: 1600px) {
  .ajal-abt .container .ajal-abt-red-box .ajal-abt-left {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .ajal-abt .container .ajal-abt-red-box .ajal-abt-left {
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 639px) {
  .ajal-abt .container .ajal-abt-red-box .ajal-abt-left {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding-bottom: 30px;
    padding-right: 0rem;
  }
}

.ajal-abt .container .ajal-abt-red-box .ajal-abt-left h4 {
  font-size: 1.5rem;
  line-height: 1rem;
  position: relative;
  padding-bottom: 20px;
  color: #fff !important;
}

.ajal-abt .container .ajal-abt-red-box .ajal-abt-left h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 7%;
  height: 2px;
  background: #fff;
}

.ajal-abt .container .ajal-abt-red-box .ajal-abt-left h2 {
  padding: 1.5rem 0 2rem 0;
  color: #fff;
}

.ajal-abt .container .ajal-abt-red-box .ajal-abt-left p {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .ajal-abt .container .ajal-abt-red-box .ajal-abt-left p {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}

.ajal-abt .container .ajal-abt-red-box .ajal-abt-right {
  width: 40%;
  float: left;
  padding: 0 4rem;
  position: relative;
}

.ajal-abt .container .ajal-abt-red-box .ajal-abt-right img {
  position: relative;
  bottom: -100px;
}

@media only screen and (max-width: 639px) {
  .ajal-abt .container .ajal-abt-red-box .ajal-abt-right img {
    bottom: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .ajal-abt .container .ajal-abt-red-box .ajal-abt-right {
    padding: 0 0 0 2rem;
  }
}

@media only screen and (max-width: 639px) {
  .ajal-abt .container .ajal-abt-red-box .ajal-abt-right {
    width: 100%;
  }
}

.ajal-cont-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ajal-cont-box .ajal-cont-box-left {
  width: 35%;
  float: left;
}

@media only screen and (max-width: 639px) {
  .ajal-cont-box .ajal-cont-box-left {
    width: 100%;
    padding: 0 1rem;
  }
}

.ajal-cont-box .ajal-cont-box-right {
  width: 65%;
  float: left;
  padding: 4rem 5rem 3rem 3rem;
}

.ajal-cont-box .ajal-cont-box-right p {
  padding-bottom: 25px;
}

@media only screen and (max-width: 1600px) {
  .ajal-cont-box .ajal-cont-box-right p {
    padding-bottom: 15px;
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

@media only screen and (max-width: 1400px) {
  .ajal-cont-box .ajal-cont-box-right p {
    padding-bottom: 10px;
    line-height: 1.5rem;
  }
}

.ajal-cont-box .ajal-cont-box-right p :last-child {
  padding-bottom: 0px;
}

@media only screen and (max-width: 1400px) {
  .ajal-cont-box .ajal-cont-box-right {
    padding: 4rem 3rem 3rem 2rem;
  }
}

@media only screen and (max-width: 1200px) {
  .ajal-cont-box .ajal-cont-box-right {
    padding: 6rem 2rem 3rem 2rem;
  }
}

@media only screen and (max-width: 639px) {
  .ajal-cont-box .ajal-cont-box-right {
    width: 100%;
    padding: 2rem 1rem 2rem 1rem;
  }
}

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

.ajal-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ajal-service .ajal-serv-box-top {
  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;
}

.ajal-service .ajal-serv-box-top .ajal-serv-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.ajal-service .ajal-serv-box-top .ajal-serv-left h2 {
  position: absolute;
  bottom: 50px;
  left: 10rem;
}

.ajal-service .ajal-serv-box-top .ajal-serv-left h2 span {
  font-weight: 300 !important;
}

.ajal-service .ajal-serv-box-top .ajal-serv-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #1a3d72;
  padding: 4rem 10rem 4rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ajal-service .ajal-serv-box-top .ajal-serv-right .ajal-serv-right-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .ajal-service .ajal-serv-box-top .ajal-serv-right {
    padding: 2rem 2rem 2rem 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .ajal-service .ajal-serv-box-top .ajal-serv-right {
    padding: 2rem 2rem 2rem 2rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }
}

@media only screen and (max-width: 639px) {
  .ajal-service .ajal-serv-box-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ajal-serv-blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6rem 0;
  background: #18396b;
  width: 100%;
}

.ajal-serv-blue-box h2 {
  text-align: center;
}

.ajal-serv-blue-box ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  color: #fff;
}

.ajal-serv-blue-box ul li {
  border: 1px solid #6e7f98;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  padding: 1rem 1.5rem;
  background: #ce000c;
}

@media only screen and (max-width: 1024px) {
  .ajal-serv-blue-box ul li {
    font-size: 16px;
    padding: 0.5rem 1rem;
  }
}

@media only screen and (max-width: 639px) {
  .ajal-serv-blue-box ul li {
    line-height: 22px;
  }
}

@media only screen and (max-width: 1200px) {
  .ajal-serv-blue-box ul {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 1024px) {
  .ajal-serv-blue-box ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 639px) {
  .ajal-serv-blue-box ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.ajal-product {
  width: 100%;
  float: left;
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ajal-product h2 {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ajal-product .ajal-product-list {
  width: 100%;
  float: left;
}

.ajal-product .ajal-product-list li {
  margin: 0 20px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 639px) {
  .ajal-product .ajal-product-list li {
    margin: 0 5px;
  }
}

.ajal-product .ajal-product-list li .ajal-product-img {
  position: relative;
  width: 95%;
  float: left;
  background: #0a0f6a;
  overflow: hidden;
}

.ajal-product .ajal-product-list li .ajal-product-img img {
  opacity: 0.5;
  width: 100%;
  -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);
}

.ajal-product .ajal-product-list li figcaption {
  position: absolute;
  color: #fff;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  width: 100%;
}

.ajal-product .ajal-product-list li figcaption::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  height: 100%;
  padding: 20px 20px;
  z-index: -9;
  content: "";
  background: #df2222;
  -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: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}

@media only screen and (max-width: 1024px) {
  .ajal-product .ajal-product-list li figcaption {
    left: 5px;
  }
}

@media only screen and (max-width: 639px) {
  .ajal-product .ajal-product-list li figcaption {
    left: 5px;
  }
}

.ajal-product .ajal-product-list li figcaption h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  line-height: 2.5rem;
  padding: 20px 20px;
}

@media only screen and (max-width: 1024px) {
  .ajal-product .ajal-product-list li figcaption h3 {
    font-size: 1.6rem;
    padding: 10px 10px;
    line-height: 2.2rem;
  }
}

@media only screen and (max-width: 639px) {
  .ajal-product .ajal-product-list li figcaption h3 {
    font-size: 1.3rem;
    padding: 10px 10px;
    line-height: 2rem;
  }
}

.ajal-product .ajal-product-list li:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 85%;
}

.ajal-product .ajal-product-list li:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.ajal-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ajal-partners .ajal-partners-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  background: #18396b url(../img/partner-bg.png) no-repeat left top;
  background-attachment: fixed;
  background-size: cover;
  padding: 4rem 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ajal-partners .ajal-partners-cont .ajal-part-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1400px) {
  .ajal-partners .ajal-partners-cont {
    padding: 3rem 3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .ajal-partners .ajal-partners-cont {
    padding: 2rem 2rem;
  }
}

.ajal-partners .ajal-clints {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px 50px;
}

@media only screen and (max-width: 1024px) {
  .ajal-partners .ajal-clints {
    padding: 2rem 1.5rem;
  }
}

.ajal-partners .ajal-clints ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.ajal-partners .ajal-clints ul li {
  overflow: hidden;
}

.ajal-partners .ajal-clints ul li img {
  -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);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  cursor: pointer;
  width: 100%;
}

.ajal-partners .ajal-clints ul li:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.5;
}

.ajal-partners .ajal-clints ul li:hover {
  -webkit-box-shadow: 2px 1px 6px 4px #e2e2e2;
          box-shadow: 2px 1px 6px 4px #e2e2e2;
}

.ajal-partners .ajal-clints ul.clients-logos li {
  background: #ededed;
}

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

.masar-page h2 {
  font-size: 3rem;
  line-height: 4rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 1600px) {
  .masar-page h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 1200px) {
  .masar-page h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .masar-page h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.masar-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
}

.masar-about .container {
  padding: 0 5rem;
}

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

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

.masar-about .masar-abt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.masar-about .masar-abt-box .masar-abt-left {
  width: 50%;
  float: left;
  height: auto;
  padding-right: 10rem;
}

.masar-about .masar-abt-box .masar-abt-left h2 {
  color: #db342b;
}

@media only screen and (max-width: 1600px) {
  .masar-about .masar-abt-box .masar-abt-left {
    padding-right: 2rem;
  }
}

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

.masar-about .masar-abt-box .masar-abt-right {
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.masar-about .masar-abt-box .masar-abt-right .masar-abt-img1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 80px;
  margin-left: 50px;
}

.masar-about .masar-abt-box .masar-abt-right .masar-abt-img2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.masar-goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.masar-goal .masar-goal-img {
  width: 65%;
  float: left;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .masar-goal .masar-goal-img {
    width: 50%;
  }
}

@media only screen and (max-width: 639px) {
  .masar-goal .masar-goal-img {
    width: 100%;
  }
}

.masar-goal .masar-goal-box {
  width: 35%;
  float: left;
  height: auto;
  position: relative;
}

.masar-goal .masar-goal-box .masar-goal-box-red {
  position: relative;
  left: -100px;
  background: #d03729;
  padding: 3rem;
  width: 70%;
}

.masar-goal .masar-goal-box .masar-goal-box-red h2 {
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  .masar-goal .masar-goal-box .masar-goal-box-red h2 {
    padding-bottom: 10px;
  }
}

.masar-goal .masar-goal-box .masar-goal-box-red p {
  color: #FFF;
}

@media only screen and (max-width: 1600px) {
  .masar-goal .masar-goal-box .masar-goal-box-red {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .masar-goal .masar-goal-box .masar-goal-box-red {
    left: -30px;
    padding: 2rem;
  }
}

@media only screen and (max-width: 639px) {
  .masar-goal .masar-goal-box .masar-goal-box-red {
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .masar-goal .masar-goal-box {
    width: 45%;
  }
}

@media only screen and (max-width: 1024px) {
  .masar-goal .masar-goal-box {
    width: 50%;
  }
}

@media only screen and (max-width: 639px) {
  .masar-goal .masar-goal-box {
    width: 100%;
  }
}

.masar-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.masar-value .masar-value-left {
  width: 45%;
  float: left;
  height: auto;
  padding: 3rem 5rem;
}

@media only screen and (max-width: 1200px) {
  .masar-value .masar-value-left {
    width: 55%;
    padding: 2rem;
  }
}

@media only screen and (max-width: 639px) {
  .masar-value .masar-value-left {
    width: 100%;
  }
}

.masar-value .masar-value-left h2 {
  padding-bottom: 0rem;
}

.masar-value .masar-value-left h3 {
  font-size: 2rem;
  color: #d03729;
  padding: 2rem 0 1rem 0;
}

@media only screen and (max-width: 1400px) {
  .masar-value .masar-value-left h3 {
    font-size: 1.5rem;
  }
}

.masar-value .masar-value-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.masar-value .masar-value-left ul li {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1400px) {
  .masar-value .masar-value-left ul li {
    font-size: 1.2rem;
  }
}

.masar-value .masar-value-right {
  width: 55%;
  float: left;
}

@media only screen and (max-width: 639px) {
  .masar-value .masar-value-right {
    width: 100%;
  }
}

.masar-value-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10rem 0;
  background: #000 url(../img/bg-image.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 1400px) {
  .masar-value-content {
    padding: 5rem 0;
  }
}

.masar-value-content p {
  color: #FFF;
  width: 75%;
}

@media only screen and (max-width: 1400px) {
  .masar-value-content p {
    width: 100%;
  }
}

.masar-customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.masar-customer .masar-customer-left {
  width: 50%;
  background: #d03729;
  color: #FFF;
  padding: 5rem 4rem;
  position: relative;
}

.masar-customer .masar-customer-left::after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 40%;
  height: 40%;
  right: 0;
  background: url(../img/cargo.png) no-repeat right;
}

.masar-customer .masar-customer-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.masar-customer .masar-customer-left ul li {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: url(../img/icon-list-white.png) no-repeat left;
  padding-left: 30px;
  background-size: 20px;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 1400px) {
  .masar-customer .masar-customer-left {
    padding: 5rem 3rem;
  }
}

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

.masar-customer .masar-qhase {
  width: 50%;
  float: left;
  background: #e7e7e7;
  padding: 5rem 6rem;
  color: #232323;
}

@media only screen and (max-width: 1400px) {
  .masar-customer .masar-qhase {
    padding: 5rem 3rem;
  }
}

@media only screen and (max-width: 639px) {
  .masar-customer .masar-qhase {
    width: 100%;
    padding: 2rem 2rem;
  }
}

.masar-customer .masar-qhase h4 {
  font-size: 2rem;
  color: #d03729;
  line-height: 2rem;
  padding: 30px 0 20px;
}

@media only screen and (max-width: 1024px) {
  .masar-customer .masar-qhase h4 {
    font-size: 1.6rem;
  }
}

.masar-customer .masar-qhase ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.masar-customer .masar-qhase ul li {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: url(../img/icon-shape.png) no-repeat left;
  padding-left: 30px;
  background-size: 20px;
  margin-top: 1rem;
}

.masar-management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/ship-bg.png) no-repeat;
  background-size: cover;
  padding: 10rem 0;
  background-attachment: fixed;
}

.masar-management .masar-white-box {
  width: 100%;
  float: left;
  height: auto;
  background: #FFF;
  padding: 8rem 4rem;
  opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
  .masar-management .masar-white-box {
    padding: 4rem 2rem;
  }
}

.masar-management .masar-white-box h3 {
  font-size: 2rem;
  color: #d03729;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .masar-management .masar-white-box h3 {
    font-size: 1.6rem;
  }
}

.masar-management .masar-white-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 0;
}

.masar-management .masar-white-box ul li {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: url(../img/arrow-right.png) no-repeat left 0 top 5px;
  background-size: 15px;
  margin-top: 1rem;
  padding-left: 35px;
}

.masar-management .sub-hd {
  font-weight: 600;
  font-style: italic;
  padding: 0 0 30px 0;
  font-size: 1.8rem;
  line-height: 3.5rem;
  color: #d03729;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1024px) {
  .masar-management .sub-hd {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.masar-management .masar-red-box {
  width: 45%;
  float: left;
  background: #d03729;
  color: #FFF;
  padding: 4rem 3rem;
  position: relative;
}

.masar-management .masar-red-box::after {
  position: absolute;
  content: '';
  top: 0;
  width: 30%;
  height: 50%;
  right: 0;
  background: url(../img/container.png) no-repeat right;
}

.masar-management .masar-red-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.masar-management .masar-red-box ul li {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: url(../img/icon-list-red.png) no-repeat left;
  padding-left: 20px;
  font-size: 16px;
  line-height: 36px;
  background-size: 20px;
}

.masar-management .masar-red-box h3 {
  font-size: 2rem;
  line-height: 2rem;
  padding-bottom: 20px;
}

.masar-clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 0;
}

.masar-clients h2 {
  font-size: 3rem;
  color: #262626;
  padding-bottom: 4rem;
  line-height: 3rem;
}

.masar-clients .masar-client-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  grid-gap: 0px;
}

.masar-clients .masar-client-list li {
  border: 1px dotted #515050;
}

html {
  font-size: 100%;
}

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

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

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

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

body {
  background: #FFF;
  color: #026bb5;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #333;
  line-height: 2rem;
}

#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 5rem;
  }
}

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

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

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

.back {
  width: 138px;
  height: auto;
  position: fixed;
  right: 0;
  top: 20vh;
  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;
  text-align: center;
  background: #FFF;
  padding: 0.5rem 0;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.6) 0 3px 5px;
}

.back .small-logo {
  width: 100%;
}

.back p {
  color: #066cb6;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1rem;
  background: url(../img/back-arrow.png) no-repeat left top 3px;
  padding: 0px 0 5px 15px;
}

.back:hover {
  background: #ded9d9;
}

header {
  width: 100%;
  z-index: 10;
  background: #FFF;
  opacity: 0.9;
  padding: 0 3rem;
  position: fixed;
  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: 1200px) {
  header {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  header {
    padding: 5px 1.5rem;
  }
}

@media only screen and (max-width: 639px) {
  header {
    padding: 5px 1rem 8px 1rem;
  }
}

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: 390px;
  height: auto;
}

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

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

header .logo .ajal-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 .25s ease-out;
  transition: all .25s ease-out;
  padding: 2rem 0;
}

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

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 .25s ease-out;
  transition: all .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;
  opacity: 1;
}

.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: 3rem;
  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: 2rem;
    line-height: 2rem;
  }
}

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

.banner {
  width: 100%;
  height: 100vh;
  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: 800;
  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: 100vh;
  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: 100vh;
}

@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;
  padding: 8rem 0;
  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;
}

@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;
  -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) {
  .home-about .about-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-about-left {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.home-about-left .abt-image img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .home-about-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}

@media only screen and (max-width: 639px) {
  .home-about-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.home-about p {
  font-size: 1.2rem;
  color: #333;
  padding: 1rem 0;
  line-height: 2.5rem;
}

@media only screen and (max-width: 1024px) {
  .home-about p {
    padding: 1rem 0;
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

@media only screen and (max-width: 639px) {
  .home-about p {
    padding: 1rem 0;
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
}

.home-about .more-btn {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 30px;
}

.home-about .more-btn a {
  display: block;
  padding: 15px 20px 15px 0px;
  color: #fe181a;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 639px) {
  .home-about .more-btn a {
    padding: 10px 40px 10px 20px;
  }
}

.home-about .more-btn a i {
  width: 30px;
  height: 30px;
  border: #fe181a solid 1px;
  border-radius: 10rem;
  text-align: center;
  margin-left: 10px;
  line-height: 30px;
}

.home-about .more-btn:hover {
  background: #fe181a;
}

.home-about .more-btn:hover a {
  color: #FFF;
  margin-left: 20px;
}

.home-about .more-btn:hover a i {
  border: #FFF solid 1px;
}

@media only screen and (max-width: 639px) {
  .home-about .more-btn {
    background-size: 20px;
    background-position: top 12px right 10px;
  }
}

.home-about-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 10rem 0rem 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

@media only screen and (max-width: 1024px) {
  .home-about-content {
    padding-left: 1.5rem;
    padding-top: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

@media only screen and (max-width: 639px) {
  .home-about-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .home-about {
    padding-bottom: 2rem;
  }
}

.home-subsidiary {
  background: #e3f1f7;
  padding: 6rem 0;
  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: 1200px) {
  .home-subsidiary {
    padding: 2rem 0;
  }
}

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

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

.home-subsidiary-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  -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;
}

.home-subsidiary-head .sub-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 3rem;
  width: 70px;
}

.home-subsidiary-head .sub-arrow .slick-prev, .home-subsidiary-head .sub-arrow .slick-next {
  width: 32px;
  height: 32px;
  position: relative;
  float: left;
  border-radius: 30px;
  left: 0;
  top: 0;
}

.home-subsidiary-head .sub-arrow .slick-prev::before, .home-subsidiary-head .sub-arrow .slick-next::before {
  width: 32px;
  height: 32px;
  position: absolute;
  border: #F00 solid 1px;
  border-radius: 30px;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  color: #F00;
  opacity: 1;
  content: "";
  background: url(../img/arrow.png) no-repeat;
  background-position: center  top;
}

.home-subsidiary-head .sub-arrow .slick-prev {
  margin-right: 30px;
}

.home-subsidiary-head .sub-arrow .slick-prev::before {
  background: url(../img/arrow1.png) no-repeat center top;
}

.home-subsidiary-head .sub-arrow .slick-prev:hover::before {
  background-color: #F00;
  background-position: center bottom;
}

.home-subsidiary-head .sub-arrow .slick-next:hover::before {
  background-color: #F00;
  background-position: center bottom;
}

@media only screen and (max-width: 1400px) {
  .home-subsidiary-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
}

@media only screen and (max-width: 1200px) {
  .home-subsidiary-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
}

@media only screen and (max-width: 639px) {
  .home-subsidiary-head {
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .home-subsidiary-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.home-subsidiary .subsidiary-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.home-subsidiary .subsidiary-list .subsidiary-slide {
  width: 100%;
}

.home-subsidiary .subsidiary-list .subsidiary-slide h2 {
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  padding: 2rem 0;
  position: relative;
  line-height: 1.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 8;
}

@media only screen and (max-width: 1400px) {
  .home-subsidiary .subsidiary-list .subsidiary-slide h2 {
    padding: 1.5rem 0;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 639px) {
  .home-subsidiary .subsidiary-list .subsidiary-slide h2 {
    padding: 1.5rem 0;
    font-size: 2rem;
    line-height: 1.2rem;
  }
}

.home-subsidiary .subsidiary-list .subsidiary-slide p {
  color: #FFF;
  text-align: center;
  line-height: 2rem;
}

@media only screen and (max-width: 1400px) {
  .home-subsidiary .subsidiary-list .subsidiary-slide p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

.home-subsidiary .subsidiary-list .subsidiary-slide li {
  margin: 1rem 0 0 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 639px) {
  .home-subsidiary .subsidiary-list .subsidiary-slide li {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    margin-top: 0.3rem;
  }
}

.home-subsidiary .subsidiary-list .subsidiary-slide li .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #026bb5;
}

.home-subsidiary .subsidiary-list .subsidiary-slide li .subsidiary-image {
  background: #000;
  position: relative;
  z-index: 2;
  margin-left: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-left: #FFF solid 2px;
  overflow: hidden;
}

.home-subsidiary .subsidiary-list .subsidiary-slide li .subsidiary-image img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 10px);
  -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: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.5;
}

.home-subsidiary .subsidiary-list .subsidiary-slide li .subsidiary-image .subsidiary-bottom {
  width: 100%;
  position: absolute;
  bottom: 2rem;
  overflow: hidden;
  left: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  text-transform: uppercase;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

.home-subsidiary .subsidiary-list .subsidiary-slide li .subsidiary-image .subsidiary-bottom .sub-logo {
  width: 115px;
  height: 115px;
  background: #FFF;
  border-radius: 115px;
  overflow: hidden;
}

.home-subsidiary .subsidiary-list .subsidiary-slide li .subsidiary-image .subsidiary-bottom .sub-logo img {
  opacity: 1;
}

@media only screen and (max-width: 639px) {
  .home-subsidiary .subsidiary-list .subsidiary-slide li .subsidiary-image .subsidiary-bottom .sub-logo {
    width: 80px;
    height: 80px;
  }
}

.home-subsidiary .subsidiary-list .subsidiary-slide li .subsidiary-image:after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  left: 0;
  top: 0;
  z-index: 9999;
}

.home-subsidiary .subsidiary-list .subsidiary-slide li:hover .subsidiary-image {
  background: #026bb5;
  overflow: hidden;
}

.home-subsidiary .subsidiary-list .subsidiary-slide li:hover .subsidiary-bottom {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, -30px, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
}

.home-subsidiary .subsidiary-list .subsidiary-slide li:hover .subsidiary-image {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.home-subsidiary .subsidiary-list .subsidiary-slide li:hover .subsidiary-image:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #026bb5;
  z-index: 9999;
}

.home-subsidiary .subsidiary-list .subsidiary-slide li:hover .subsidiary-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (max-width: 1400px) {
  .home-subsidiary .subsidiary-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }
}

@media only screen and (max-width: 1200px) {
  .home-subsidiary .subsidiary-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }
}

@media only screen and (max-width: 1024px) {
  .home-subsidiary .subsidiary-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 639px) {
  .home-subsidiary .subsidiary-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.home-partners {
  padding: 5rem 5rem 8rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

.home-partners-list {
  width: 100%;
  margin-top: 5rem;
}

.home-partners-list .slick-prev {
  background: url(../img/arrow-left.png) no-repeat right top;
  width: 20px;
  height: 30px;
}

.home-partners-list .slick-prev::before {
  content: none;
}

.home-partners-list .slick-next {
  background: url(../img/arrow-right.png) no-repeat right top;
  width: 20px;
  height: 30px;
}

.home-partners-list .slick-next::before {
  content: none;
}

.home-partners-list li {
  padding: 0 0.6rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.home-partners-list li .partner-logo {
  background: #ededed;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.home-partners-list li .partner-logo img {
  width: 100%;
}

.home-partners-list li h2 {
  background: #026bb5;
  color: #FFF;
  font-size: 1.3rem;
  text-align: center;
  padding: 1rem 0.5rem;
  text-transform: uppercase;
}

.home-partners-list li:hover h2 {
  background: #fe181a;
}

.home-partners-list li:hover .partner-logo {
  margin-top: -20px;
}

@media only screen and (max-width: 639px) {
  .home-partners-list {
    margin-top: 2rem;
  }
}

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

footer {
  height: auto;
  background: #333333;
  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;*/
}

@media only screen and (max-width: 1200px) {
  footer {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem .6rem;
  }
}

footer .ft-cont {
  padding: 0rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1200px) {
  footer .ft-cont {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  footer .ft-cont {
    padding: 0 1.5rem;
  }
}

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

footer .footer-top {
  padding: 3.5rem 0 2rem 0;
  border-bottom: #FFF solid 1px;
  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;
}

footer .footer-top .ft-logo {
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 300px;
}

footer .footer-top .ft-contact {
  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;
}

footer .footer-top .ft-contact p {
  text-align: right;
  line-height: 2rem;
}

footer .ft-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 3.5rem 0 2rem 0;
}

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

footer .ft-bottom .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .ft-bottom .contact-box span {
  padding: 0.8rem 0 1rem 3.5rem;
}

footer .ft-bottom .contact-box .phone {
  background: url(../img/phone.png) no-repeat;
  background-size: 50px 50px;
}

footer .ft-bottom .contact-box .email {
  background: url(../img/mail.png) no-repeat;
  background-size: 50px 50px;
}

footer .ft-bottom .contact-box .fax {
  background: url(../img/fax.png) no-repeat;
  background-size: 50px 50px;
}

footer .ft-bottom .contact-box a:hover {
  color: #fe181a;
  text-decoration: underline;
}

footer .ft-bottom .contact-box .ft-logo {
  width: 390px;
}

@media only screen and (max-width: 1200px) {
  footer .ft-bottom .contact-box .ft-logo {
    width: 320px;
  }
}

@media only screen and (max-width: 639px) {
  footer .ft-bottom .contact-box .ft-logo {
    width: 230px;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  footer .ft-bottom .contact-box span {
    background-size: 40px 40px !important;
    padding-left: 3rem;
    padding-top: 0.3rem;
  }
}

@media only screen and (max-width: 1024px) {
  footer .ft-bottom .contact-box {
    font-size: 1rem;
  }
  footer .ft-bottom .contact-box span {
    background-size: 35px 35px !important;
    padding-left: 4rem;
  }
}

footer .copy-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #000;
  padding: 0 3rem;
  line-height: 65px;
}

footer .copy-part p {
  font-size: 0.8rem;
}

footer .ft-social {
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  footer .ft-social {
    margin: 10px auto;
  }
}

footer .ft-social a {
  color: #FFF;
  margin: 0 0.5rem;
}

footer .ft-social a:hover {
  color: #fe181a;
}

.inner-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-banner img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .inner-banner {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 639px) {
  .inner-banner {
    margin-top: 5rem;
  }
}

.about-page h2 {
  font-size: 3rem;
  line-height: 3.5rem;
}

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

@media only screen and (max-width: 639px) {
  .about-page h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.meassage-banner {
  position: relative;
  background: #000;
}

.meassage-banner img {
  opacity: 0.5;
}

.mission-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 0;
  position: relative;
}

.mission-sec::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 65%;
  background: #0069b4;
  width: 100%;
  z-index: -1;
}

.mission-sec .mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mission-sec .mission .mission-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
  padding-bottom: 5rem;
  color: #ffffff;
  text-align: center;
}

.mission-sec .mission .mission-left h2 {
  padding-bottom: 30px;
}

.mission-sec .mission .mission-left p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

@media only screen and (max-width: 639px) {
  .mission-sec .mission .mission-left p {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 1400px) {
  .mission-sec .mission .mission-left {
    width: 60%;
  }
}

@media only screen and (max-width: 1200px) {
  .mission-sec .mission .mission-left {
    width: 70%;
  }
}

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

.mission-sec .mission .mission-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
}

.mission-sec .mission .mission-right img {
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .mission-sec .mission .mission-right {
    width: 100%;
  }
}

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

.message-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.message-section::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5%;
  height: 100%;
  background: #ebeed3 url(../img/bg-pattern.png) repeat center;
  z-index: -1;
  background-size: 250px;
  background-attachment: fixed;
}

@media only screen and (max-width: 1400px) {
  .message-section::after {
    background: #FFF;
  }
}

.message-section .msg-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.message-section .msg-row .msg-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.message-section .msg-row .msg-head h2 {
  color: #026bb5;
}

.message-section .msg-row .msg-head h3 {
  font-size: 2rem;
}

.message-section .msg-row .message {
  padding: 100px 80px 80px 80px;
  float: left;
  margin-top: 50px;
  border: 3px dotted #f6e1ce;
  background: #eff0e5;
}

.message-section .msg-row .message p {
  padding: 2rem 0;
  position: relative;
}

.message-section .msg-row .message p::after {
  content: '"';
  position: absolute;
  left: -30px;
  top: -10px;
  font-size: 7rem;
  color: #fe0a0a;
  font-family: "Palanquin Dark";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.message-section .msg-row .message p::before {
  content: '"';
  position: absolute;
  right: 0;
  bottom: -60px;
  font-size: 7rem;
  color: #fe0a0a;
  font-family: "Palanquin Dark";
}

.message-section .msg-row .message .msg-btm {
  padding: 1rem 0 0 0;
}

.message-section .msg-row .message .msg-btm h3 {
  font-size: 1.8rem;
  padding: 1rem 0 0 0;
}

.message-section .msg-row .message .msg-btm h4 {
  font-size: 18px;
  padding: 0.5rem 0 0 0;
}

@media only screen and (max-width: 639px) {
  .message-section .msg-row .message {
    padding: 2rem 1rem;
  }
}

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

.management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8rem 0;
}

.management h2 {
  padding-bottom: 2rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 639px) {
  .management h2 {
    padding-bottom: 0rem;
  }
}

.management h2::after {
  content: '';
  position: absolute;
  right: -170px;
  top: 40px;
  width: 150px;
  height: 1px;
  background: #d03729;
}

.management .management-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 20px;
  margin-top: 2rem;
}

.management .management-list .red_box {
  background: #d03729;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8rem;
}

.management .management-list .red_box .founder {
  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;
  width: 100%;
  text-align: center;
}

.management .management-list .red_box .founder h2 {
  font-weight: 600;
  line-height: 2.5rem;
  width: 100%;
}

.management .management-list li {
  position: relative;
  overflow: hidden;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 2rem;
  border: 2px solid #d03729;
}

.management .management-list li h2 {
  color: #d03729;
  width: 100%;
  padding: 0.8rem 0 0 0;
}

.management .management-list li figcaption {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  color: #0068b4;
  width: 100%;
  background: #FFF;
}

@media only screen and (max-width: 1024px) {
  .management .management-list li figcaption {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}

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

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

.executive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0e8e8;
  padding: 5rem 0;
}

.executive h2 {
  line-height: 4.5rem;
  padding-bottom: 2rem;
  color: #222222;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.executive h2::after {
  content: '';
  position: absolute;
  right: -170px;
  top: 40px;
  width: 150px;
  height: 1px;
  background: #d03729;
}

.executive ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.executive ul li {
  position: relative;
  background: #FFF;
  padding: 3rem 1.8rem;
}

.executive ul li figcaption {
  color: #222222;
  padding: 15px 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.executive ul li figcaption h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  color: #0068b4;
}

@media only screen and (max-width: 639px) {
  .executive ul li figcaption h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.executive ul li figcaption h4 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 25px;
  color: #d03729;
  position: relative;
}

.executive ul li figcaption h4::after {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 3px;
  z-index: 9;
  content: "";
  background: #ffffff;
  -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: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  opacity: 0;
}

@media only screen and (max-width: 639px) {
  .executive ul li figcaption h4 {
    font-size: 1.2rem;
  }
}

.executive ul li figcaption p {
  color: #333;
}

.executive ul li:hover {
  background: #0068b4;
}

.executive ul li:hover h3, .executive ul li:hover p {
  color: #FFF;
}

.executive ul li:hover h4::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .executive ul li {
    padding: 1.5rem 1rem;
  }
}

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

.qhse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5rem 0;
}

.qhse h2 {
  padding-left: 3rem;
  line-height: 4.5rem;
  padding-bottom: 2rem;
  color: #026bb5;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 1400px) {
  .qhse h2 {
    padding-left: 0.5rem;
  }
}

.qhse .qhse-box {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.qhse .qhse-box h2 {
  font-size: 2rem;
  color: #d03729;
  padding: 2rem 0;
}

@media only screen and (max-width: 1400px) {
  .qhse .qhse-box h2 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 1400px) {
  .qhse .qhse-box p {
    font-size: 1rem;
  }
}

.qhse .qhse-box .qhse-left-img {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qhse .qhse-box .qhse-right-img {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qhse .qhse-box .qhse-right-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qhse .qhse-box .qhse-right-cont h2, .qhse .qhse-box .qhse-right-cont p {
  padding: 0 10rem 0 5rem;
}

@media only screen and (max-width: 1400px) {
  .qhse .qhse-box .qhse-right-cont h2, .qhse .qhse-box .qhse-right-cont p {
    padding: 0 2rem 0 2rem;
  }
}

@media only screen and (max-width: 639px) {
  .qhse .qhse-box .qhse-right-cont h2, .qhse .qhse-box .qhse-right-cont p {
    padding: 0 0.5rem 0 0.5rem;
  }
}

.qhse .qhse-box .qhse-left-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qhse .qhse-box .qhse-left-cont h2, .qhse .qhse-box .qhse-left-cont p {
  padding: 0 5rem 0 10rem;
}

@media only screen and (max-width: 1400px) {
  .qhse .qhse-box .qhse-left-cont h2, .qhse .qhse-box .qhse-left-cont p {
    padding: 0 2rem 0 2rem;
  }
}

@media only screen and (max-width: 639px) {
  .qhse .qhse-box .qhse-left-cont h2, .qhse .qhse-box .qhse-left-cont p {
    padding: 0 0.5rem 0 0.5rem;
  }
}

.about-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-section .abt-main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10rem 0;
}

@media only screen and (max-width: 639px) {
  .about-section .abt-main-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 0 5rem 0;
  }
}

.about-section .abt-main-box .abt_main-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about-section .abt-main-box .abt_main-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 5rem;
}

@media only screen and (max-width: 1024px) {
  .about-section .abt-main-box .abt_main-right {
    padding: 0 0 0 1.5rem;
  }
}

.about-section .abt-main-box .abt_main-right h1 {
  padding-bottom: 1rem;
}

.about-section .abt-main-box .abt_main-right p {
  font-size: 1.2rem;
  line-height: 2.1rem;
  color: #222222;
}

.abt_btm-main {
  background: #ebeed3;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.abt_btm-main .abt-main-btm-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.abt_btm-main .abt-main-btm-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 3rem;
}

.abt_btm-main .abt-main-btm-right p {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px;
}
/*# sourceMappingURL=main.css.map */
