@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  color: #666666;
  background-color: #fff;
  font-family: "Poppins";
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #0094da;
}

::selection {
  color: #fff;
  background: #0094da;
}

input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active,
button:hover, button:focus, button:active {
  outline: 0;
}

hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}

hr:before {
  display: table;
  content: "";
}

hr:after {
  display: table;
  clear: both;
  content: "";
}

.browserupgrade {
  background: #f00;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 0.8em;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.browserupgrade a {
  font-weight: bold;
  color: #ff0;
}

.cf {
  display: block;
  clear: both;
}

.cf:before {
  display: table;
  content: "";
}

.cf:after {
  display: table;
  clear: both;
  content: "";
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

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

figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  letter-spacing: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-ExtraBold.eot");
  src: url("../fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff"), url("../fonts/Poppins-ExtraBold.ttf") format("truetype"), url("../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Black.eot");
  src: url("../fonts/Poppins-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff"), url("../fonts/Poppins-Black.ttf") format("truetype"), url("../fonts/Poppins-Black.svg#Poppins-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-ExtraLight.eot");
  src: url("../fonts/Poppins-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype"), url("../fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.read {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}

.read a {
  color: #333;
}

.read a span {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: #0094da;
  display: inline-block;
}

.read a:hover {
  color: #0094da;
}

/*progress bar*/
/*Required CSS*/
svg.radial-progress {
  height: auto;
  max-width: 140px;
  padding: 0;
  transform: rotate(-90deg);
  width: 100%;
  background-image: linear-gradient(-225deg, #FF057C 0%, #8D0B93 50%, #321575 100%);
  border-radius: 50%;
}

section.svg-container svg.radial-progress:nth-child(even) {
  margin: 0 15px;
}

svg.radial-progress circle {
  fill: transparent;
  stroke: #fff;
}

svg.radial-progress circle.bar-static {
  stroke: #fafafa !important;
}

svg.radial-progress circle.bar--animated {
  stroke-dasharray: 219.91148575129;
  stroke: #ffffff;
  stroke-dashoffset: 219.91148575129;
  stroke-width: 4px;
  stroke-linecap: round;
}

svg.radial-progress text {
  fill: #fafafa;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  text-anchor: middle;
}

/*tab*/
.nav-pills {
  display: none;
}

@media (min-width: 768px) {
  .reliable-wrap .nav-pills {
    display: flex;
  }
  .reliable-wrap .card {
    border: none;
  }
  .reliable-wrap .card-body {
    padding: 0;
  }
  .reliable-wrap .card .card-header {
    display: none;
  }
  .reliable-wrap .card .collapse {
    display: block;
  }
}

/*---------------*/
/***** Marley *****/
/*---------------*/
figure.effect-marley figcaption {
  text-align: left;
}

figure.effect-marley h2,
figure.effect-marley h5,
figure.effect-marley p {
  position: absolute;
  right: 10px;
  left: 10px;
  padding: 10px 0;
}

figure.effect-marley p {
  bottom: 15px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-marley h2 {
  top: 10px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.grid figure {
  position: relative;
  overflow: hidden;
  /*background: rgba(0,148,218,0);*/
  text-align: center;
  cursor: pointer;
}

.grid figure:hover:before {
  content: '';
  background: rgba(0, 148, 218, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
}

.grid figure img {
  /*position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;*/
}

.grid figure figcaption {
  padding: 20px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid {
  position: relative;
}

@media (max-width: 991px) {
  .grid {
    margin-bottom: 15px;
  }
}

.read a {
  color: #fff;
  font-size: 14px;
}

.read a i {
  font-size: 9px;
  margin-left: 5px;
}

.read a:hover {
  color: #0094da;
}

textarea {
  /*resize:none; */
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999494;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999494;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999494;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999494;
}

input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="text"], input[type="password"], input[type="url"], textarea, select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 2px solid #999494;
  display: block;
  height: 42px;
  font-size: 14px;
  padding: 0 15px 0 0;
  width: 100%;
  margin-bottom: 25px;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #0094da;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../img/carret.png) no-repeat 98% 50%;
  outline: none;
  padding-right: 17px;
  color: #333333;
}

select option {
  padding: 10px 0;
  min-height: 40px;
  line-height: 25px;
}

.contact-bg input[type="email"], .contact-bg input[type="number"], .contact-bg input[type="search"], .contact-bg input[type="tel"], .contact-bg input[type="text"], .contact-bg input[type="password"], .contact-bg input[type="url"], .contact-bg textarea, .contact-bg select {
  color: #fff;
}
.contact-bg select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  /*background-color: transparent;*/
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 2px solid #999494;
  color: #999494;
  background: transparent url(../img/carret-white.png) no-repeat 98% 50%;
}
.rdob {
  margin-top: 15px;
}

.radio {
  display: inline-block;
  margin-right: 25px;
}

.radio label {
  color: #999494;
  font-size: 14px;
  margin-bottom: 0;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}

.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

/*===== Modal Popup ====*/
.modal-open {
  overflow: hidden;
  padding-right: 0px !important;
  overflow: visible !important;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 20px;
  max-width: inherit;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-header {
  position: relative;
  text-align: center;
  min-height: 40px;
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1e5799 0%, #2989d8 50%, #7db9e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1e5799 0%, #2989d8 50%, #7db9e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1e5799 0%, #2989d8 50%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
  /* IE6-9 */
}

.modal-header h4 {
  padding: 5px 0;
  color: #fff;
}

.modal-header .close {
  position: absolute;
  top: 0;
  right: -1px;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: #0094da;
  opacity: 1;
  font: normal 28px Arial, Helvetica, sans-serif;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.modal-header .close:hover {
  background: #000;
}

.modal-body {
  position: relative;
  padding: 15px;
}

@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal .modal-lg {
    width: 900px;
  }
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

[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;
}

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

ul.slick-dots li {
  list-style: none;
  display: inline-block;
}

ul.slick-dots {
  text-align: center;
}

ul.slick-dots li button {
  font-size: 0;
  height: 0;
  position: relative;
  margin-right: 10px;
  border: none;
  background: transparent;
  box-shadow: none;
}

ul.slick-dots li :after {
  content: "";
  background: #ccc;
  width: 12px;
  height: 12px;
  position: absolute;
}

@media (max-width: 767px) {
  ul.slick-dots li :after {
    background: #ccc;
  }
}

ul.slick-dots li.slick-active :after {
  content: "";
  background: #0094da;
  width: 12px;
  height: 12px;
  position: absolute;
}

.banner-slider ul.slick-dots {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .banner-slider ul.slick-dots {
    bottom: 0;
  }
}

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

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@media (max-width: 767px) {
  .slick-prev {
    left: 0;
  }
}

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

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

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

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

@media (max-width: 767px) {
  .slick-next {
    right: 0;
  }
}

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

@media (max-width: 767px) {
  [dir='rtl'] .slick-next {
    left: 0;
  }
}

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

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

.slick-prev:before {
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.slick-next:before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*new slider*/
@media (min-width: 992px) {
  .slider, .slide {
    height: 80vh;
  }
}

.slide {
  position: relative;
  transition: 1s;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}

.slide .slide__content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0094da;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 767px) {
  .slide .slide__content {
    background: rgba(0, 148, 218, 0.7);
    padding: 10px;
    top: 16%;
  }
}

.slide .slide__content.slide__content__left {
  left: 10%;
  transform: translate(-15%, -50%);
}

.slide .slide__content.slide__content__right {
  right: 10%;
  left: auto;
  transform: translate(5%, -50%);
}

.slide .slide__content--headings {
  color: #FFF;
}

.slide .slide__content--headings h2 {
  font-size: 32px;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .slide .slide__content--headings h2 {
    font-size: 16px;
  }
}

.slide .slide__content--headings h2 span {
  display: block;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide .slide__content--headings .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

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

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}

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

.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

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

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
  transition: 1s;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}

.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  transform: rotate(-40deg);
}

.slick-nav i:after {
  transform: rotate(40deg);
}

.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}

.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

.center-slider .slick-nav.next-arrow {
  right: 0;
}

.center-slider .slick-nav.prev-arrow {
  left: 0;
}

.package-slider .slick-prev, .package-slider .slick-next {
  top: auto;
  bottom: -45px;
  background: #e8e8ea;
  width: 40px;
  height: 30px;
  z-index: 1;
}

.package-slider .slick-next {
  right: 0;
}

.package-slider .slick-prev {
  left: 0;
}

.package-slider .slick-prev:hover, .package-slider .slick-prev:focus, .package-slider .slick-next:hover, .package-slider .slick-next:focus {
  background: #0094da;
}

/*jumbing issue*/
.logo-change {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
}

.logo-change.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.logo-change a {
  display: none;
}

.logo-change a:first-child {
  display: block;
  visibility: hidden;
}

.logo-change.slick-initialized a {
  display: block;
  visibility: visible !important;
}

@media only screen and (min-width: 1200px) {
  /*=== Append and Prepend ===*/
  .desk-hide {
    display: none;
  }
  /*=== Append and prepend ====*/
  /*==== Menu ====*/
  .main-nav {
    font-size: 16px;
  }
  .main-nav > ul {
    margin: 0;
    padding: 0;
  }
  .main-nav > ul > li {
    display: inline-block;
    position: relative;
  }
  .main-nav > ul > li:last-child {
    margin: 0;
  }
  .main-nav > ul > li.submenu:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #333;
    right: 1px;
    top: 18px;
    pointer-events: none;
  }
  .main-nav > ul > li > a {
    color: #333;
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 15px;
  }
  .main-nav > ul > li:hover > a {
    color: #0094da;
    background: transparent;
  }
  .main-nav > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  .main-nav > ul > li ul {
    position: absolute;
    margin: 0;
    padding: 0;
    background: #0d3664;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    display: block !important;
    z-index: 9;
    text-align: left;
  }
  .main-nav > ul > li ul li {
    display: block;
    border-bottom: 1px solid #9d9191;
    position: relative;
  }
  .main-nav > ul > li ul li:last-child {
    border: 0;
  }
  .main-nav > ul > li ul li a {
    padding: 11px 20px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
  }
  .main-nav > ul > li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 250px;
    top: 0;
  }
  .main-nav > ul > li ul li:hover > a {
    background: #1258a1;
  }
  .main-nav > ul > li ul li.submenu::after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #fff;
    border-top: 3px solid transparent;
    right: 5px;
    top: 13px;
    pointer-events: none;
  }
  .mob-btn {
    display: none;
  }
  /*==== Menu End ====*/
}

@media only screen and (max-width: 1199px) {
  /*==== Menu ====*/
  .main-nav {
    position: fixed;
    width: 260px;
    top: 0;
    right: -260px;
    background: #092549;
    height: 100%;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    z-index: 1005;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
    overflow-y: auto;
  }
  .main-nav ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }
  .main-nav ul.mnav {
    margin-bottom: 30px;
  }
  .main-nav ul li {
    display: block;
    border-bottom: 1px solid #656b74;
    position: relative;
    text-transform: capitalize;
    font-size: 13px;
  }
  .main-nav ul li span {
    display: none;
  }
  .main-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    display: block;
    padding: 10px;
    padding-right: 40px;
  }
  .main-nav ul li a:hover {
    background: #2D2D2D;
  }
  .main-nav ul li.submenu i {
    position: absolute;
    width: 43px;
    height: 39px;
    border-left: 1px solid;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .main-nav ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #b3b3b3;
    position: absolute;
    right: 17px;
    top: 18px;
    z-index: 10;
  }
  .main-nav ul ul {
    margin: 0;
    display: none;
  }
  .main-nav ul ul li:last-child {
    border-bottom: 0;
  }
  .main-nav ul ul li:first-child {
    border-top: 1px solid #656b74;
  }
  .main-nav ul ul li a {
    padding-left: 20px;
  }
  .main-nav ul ul li ul a {
    padding-left: 30px;
  }
  .show-menu .main-nav {
    right: 0;
  }
  .show-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
  }
  .mob-btn {
    position: absolute;
    float: right;
    padding: 5px 7px;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: 15px;
    top: 18px;
  }
  .mob-btn span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #0094da;
  }
  .mob-btn span + span {
    margin-top: 5px;
  }
  /*==== Menu End ====*/
  /*=== Append and Prepend ===*/
  .extra-link {
    display: none;
  }
  /*==== Append and Prepend End ====*/
  .show-menu .menu-wrp .overlay:before {
    content: "\f00d";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #fff;
    right: 260px;
    font-size: 15px;
    top: 0;
    padding: 3px 11px;
    background: #092549;
  }
}

a {
  text-decoration: none !important;
}

.header {
  width: 100%;
  padding: 10px 0;
}

.logo {
  float: left;
}

@media (max-width: 767px) {
  .logo {
    margin-bottom: 15px;
  }
}

@media (max-width: 1400px) {
  .logo img {
    width: 235px;
  }
}

@media (max-width: 767px) {
  .logo img {
    width: 200px;
  }
}

.head-inside {
  position: relative;
}

.head-left {
  float: right;
  padding: 40px 0 0;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

@media (max-width: 767px) {
  .head-left {
    display: block;
    float: none;
    margin: 0 auto;
  }
}

.menu-wrp {
  /*float: left;*/
}

@media (min-width: 1199px) {
  .menu-wrp {
    position: absolute;
    left: -90px;
    right: 0;
    top: 45px;
    text-align: center;
    width: 49%;
    margin: 0 auto;
  }
}

.mail-box {
  float: left;
  font-size: 19px;
  margin: -6px 15px 0 10px;
  padding-left: 15px;
  font-weight: 600;
  border-left: 1px solid #cbbfbf;
}

@media (max-width: 767px) {
  .mail-box {
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
  }
}

.mail-box a {
  color: #333;
}

.mail-box span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .mail-box span {
    font-size: 12px;
  }
}

.top-social {
  float: left;
}

@media (min-width: 1199px) {
  .top-social {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .top-social {
    float: right;
  }
}

.social ul {
  padding: 0;
  margin: 0;
}

.social ul li {
  display: inline-block;
  list-style: none;
}

.social ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  padding: 8px 0 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  transition: all ease 0.4s;
}

.social ul li a:hover {
  background: #0094da !important;
  transition: all ease 0.4s;
}

.social ul li a i {
  font-size: 22px;
  color: #fff;
}

.btn-trans {
  font-size: 14px;
}

.btn-trans i {
  font-size: 9px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .btn-trans {
    font-size: 12px;
    padding: 0;
  }
}

.btn-trans a {
  color: #fff;
}

.ban-sqr {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  top: -50%;
  border-radius: 10px;
  background: #0094da;
}

@media (max-width: 767px) {
  .ban-sqr {
    display: none;
  }
}

.ban-sql {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: -50%;
  border-radius: 10px;
  background: #0094da;
}

@media (max-width: 767px) {
  .ban-sql {
    display: none;
  }
}

.botm-rt {
  background: #0094da;
  width: 120px;
  height: 60px;
  position: absolute;
  bottom: -9px;
  right: 14%;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 767px) {
  .botm-rt {
    display: none;
  }
}

.botm-rt:before {
  content: '';
  position: absolute;
  background: #0094da;
  width: 70px;
  height: 70px;
  right: 135px;
  bottom: 40px;
  border-radius: 10px;
}

.botm-lt {
  background: #0094da;
  width: 120px;
  height: 60px;
  position: absolute;
  bottom: -9px;
  left: 12%;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 767px) {
  .botm-lt {
    display: none;
  }
}

.botm-lt:before {
  content: '';
  position: absolute;
  background: #0094da;
  width: 70px;
  height: 70px;
  left: 135px;
  bottom: 40px;
  border-radius: 10px;
}

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

.nav-tabs .nav-item {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  position: relative;
}

.tab-content h3 {
  font-size: 22px;
  color: #0094da;
  margin-bottom: 20px;
}

.relb .nav-tabs {
  border: none;
}

@media (max-width: 767px) {
  .relb .nav-tabs {
    margin-bottom: 15px;
  }
}

.relb .nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.relb .nav-tabs .nav-link.active {
  border-color: #0094da;
  color: #0094da;
}

.relb .nav-tabs .nav-link.active:before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
}

@media (max-width: 767px) {
  .relb .nav-tabs .nav-link.active:before {
    content: '\f063';
  }
}

.why-wrap {
  padding: 50px 0;
}

@media (max-width: 567px) {
  .why-wrap {
    padding-top: 0;
  }
}

.svg-container {
  text-align: center;
}

.prog-box {
  display: inline-block;
  width: 16%;
  font-size: 40px;
  margin: 0;
  background-repeat: no-repeat;
  color: #0094da;
  font-weight: 300;
}

.prog-box i {
  color: #2e3192;
  font-size: 30px;
  display: block;
}

@media (max-width: 1199px) {
  .prog-box {
    width: 150px;
    font-size: 30px;
  }
}

@media (max-width: 567px) {
  .prog-box {
    width: 140px;
    height: 53px;
    font-size: 18px;
    margin: 0 0 30px;
  }
}

.prog-box span {
  display: block;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  margin-top: -12px;
}

@media (max-width: 1199px) {
  .prog-box span {
    font-size: 13px;
  }
}

@media (max-width: 567px) {
  .prog-box span {
    margin-top: -5px;
  }
}

.prod-wrap {
  background: url(../img/pro-bg.jpg) center center;
  padding: 70px 0 50px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.prod-wrap h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .prod-wrap h2 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .prod-wrap h2 {
    font-size: 20px;
  }
}

.slick-slide .pro-box {
  padding: 25px 50px;
  position: relative;
}

.slick-slide .pro-box .pro-cnt h3 {
  position: absolute;
  left: 50px;
  background: #0094da;
  color: #fff;
  top: 65px;
  font-size: 15px;
  padding: 5px 20px;
}

.slick-slide .pro-box .pro-cnt .pro-hide {
  display: none;
}

.slick-slide.slick-center .pro-box {
  padding: 0;
}

/*.slick-slide.slick-center .pro-box:before {
  content: '';
  background: rgba(0, 148, 218, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}*/

.slick-slide.slick-center .pro-box .pro-cnt {
  position: absolute;
  bottom: 25px;
  left: 20px;
  background: rgba(0, 148, 218, 0.6);
  padding: 10px;
}

@media (max-width: 767px) {
  .slick-slide.slick-center .pro-box .pro-cnt {
    bottom: 5px;
    left: 15px;
  }
}

.slick-slide.slick-center .pro-box .pro-cnt h3 {
  position: static;
  font-size: 18px;
  background: none;
  padding: 0;
}

.slick-slide.slick-center .pro-box .pro-cnt p {
  color: #fff;
  font-size: 14px;
  max-width: 75%;
}

@media (max-width: 767px) {
  .slick-slide.slick-center .pro-box .pro-cnt p {
    max-width: 100%;
    font-size: 11px;
  }
}

.slick-slide.slick-center .pro-box .pro-cnt .see a {
  color: #fff;
  font-size: 14px;
}

.slick-slide.slick-center .pro-box .pro-cnt .see a i {
  font-size: 9px;
  margin-left: 5px;
}

.slick-slide.slick-center .pro-box .pro-cnt .see a:hover {
  color: #333;
}

.slick-slide.slick-center .pro-box .pro-cnt .pro-hide {
  display: block;
}

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

.journy-wrap h2 {
  font-size: 40px;
  color: #333;
  margin-bottom: 30px;
  font-weight: 400;
}

.journy-wrap h2 span {
  color: #0094da;
}

@media (max-width: 1199px) {
  .journy-wrap h2 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .journy-wrap h2 {
    font-size: 20px;
  }
}

.jr-box {
  position: relative;
}

.jr-box .date {
  padding-left: 20px;
}

.jr-box .date h4 {
  color: #333;
  font-weight: 600;
  font-size: 15px;
}

.jr-box .date h4 span {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 15px;
}

.jr-box .date p {
  font-size: 14px;
  color: #333;
}

.jr-box .date > span {
  line-height: 35px;
  font-size: 40px;
  color: #0094da;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 767px) {
  .jr-box .date > span {
    margin-bottom: 10px;
  }
}

.jr-box .date:after {
  content: '';
  position: absolute;
  left: 0;
  width: 3px;
  height: 60%;
  background: #0094da;
  top: 0;
}

.jr-box .date .arrow-lt {
  /*content: '\f061';*/
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 50px;
  position: absolute;
  top: 0;
  right: 30px;
}

.jr-box .date .arrow-lt a {
  color: #ccc;
  transition: all ease 0.4s;
}

.jr-box .date .arrow-lt a:hover {
  color: #0094da;
  transition: all ease 0.4s;
}

.jr-box-rgt {
  position: relative;
  margin-top: 80px;
}

@media (max-width: 1199px) {
  .jr-box-rgt {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .jr-box-rgt {
    margin-top: 20px;
  }
}

.jr-box-rgt .date {
  padding-right: 20px;
  text-align: right;
}

.jr-box-rgt .date h4 {
  color: #333;
  font-weight: 600;
  font-size: 15px;
}

.jr-box-rgt .date h4 span {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 15px;
}

.jr-box-rgt .date p {
  font-size: 14px;
  color: #333;
}

.jr-box-rgt .date > span {
  line-height: 35px;
  font-size: 40px;
  color: #0094da;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 767px) {
  .jr-box-rgt .date > span {
    margin-bottom: 10px;
  }
}

.jr-box-rgt .date:after {
  content: '';
  position: absolute;
  right: 0;
  width: 3px;
  height: 60%;
  background: #0094da;
  top: 0;
}

.jr-box-rgt .date .arrow-rt {
  /*content: '\f062';
    		font-family: 'Font Awesome 5 Free';*/
  font-weight: 900;
  font-size: 50px;
  color: #ccc;
  position: absolute;
  top: -30px;
  left: 60px;
}

.jr-box-rgt .date .arrow-rt a {
  color: #ccc;
  transition: all ease 0.4s;
}

.jr-box-rgt .date .arrow-rt a:hover {
  color: #0094da;
  transition: all ease 0.4s;
}

.journy-img {
  position: relative;
}

@media (max-width: 767px) {
  .journy-img {
    margin-bottom: 20px;
  }
}

.journy-img h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
  background: #0094da;
  margin-bottom: 0;
}

.journy-img h4 a {
  color: #fff;
}

.journy-img h4 a:hover {
  color: #e7e4e4;
}

.journy-img .jry {
  position: absolute;
  bottom: 45px;
  left: 103px;
  transition: all ease 0.4s;
}

.mt-sm-0 {
  margin-top: 0 !important;
}

.service-wrap {
  padding: 60px 0;
  background: url(../img/ser-bg.jpg) center center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.service-wrap h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
}

.service-wrap h2 span {
  color: #0094da;
}

@media (max-width: 1199px) {
  .service-wrap h2 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .service-wrap h2 {
    font-size: 20px;
  }
}

.effect-marley h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.effect-marley h2 span {
  display: block;
  color: #fff;
}

.effect-marley h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
}

.effect-marley p {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 300;
}

.effect-marley p a {
  color: #fff;
}

figure.effect-marley h5 {
  top: 90px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-marley:hover h5 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.news-wrap h3 {
  font-size: 35px;
  color: #4b5caa;
  margin-bottom: 30px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .news-wrap h3 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .news-wrap h3 {
    font-size: 20px;
  }
}

.news {
  border-top: 2px solid #8b8282;
  border-bottom: 1px solid #ccc;
}

.news .news-lft {
  border-right: 1px dashed #ccc;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .news .news-lft img {
    margin-bottom: 15px;
  }
}

.news .news-cnt h5 {
  color: #ccc;
  font-size: 13px;
  margin-bottom: 8px;
}

.news .news-cnt h4 {
  font-size: 18px;
  color: #333;
}

.news .news-cnt h4 a {
  color: #333;
  transition: all ease 0.4s;
}

.news .news-cnt h4 a:hover {
  color: #0094da;
  transition: all ease 0.4s;
}

.news .news-cnt p {
  font-size: 15px;
}

.news-rgt {
  padding: 20px 0 0;
  width: 100%;
  display: table;
}

.news-rgt .news-thumb {
  width: 20%;
  float: left;
}

.news-rgt .news-thumb img {
  height: 80px;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .news-rgt .news-thumb img {
    height: 60px;
  }
}

.news-rgt .news-rgt-cnt {
  float: left;
  width: 80%;
  padding-left: 15px;
}

@media (max-width: 1199px) {
  .news-rgt .news-rgt-cnt {
    padding-left: 10px;
  }
}

.news-rgt .news-rgt-cnt h5 {
  color: #ccc;
  font-size: 11px;
  margin-bottom: 8px;
}

.news-rgt .news-rgt-cnt h4 {
  font-size: 16px;
  color: #333;
}

.news-rgt .news-rgt-cnt h4 a {
  color: #333;
  transition: all ease 0.4s;
}

.news-rgt .news-rgt-cnt h4 a:hover {
  color: #0094da;
  transition: all ease 0.4s;
}

.rd-ns {
  float: right;
  font-size: 15px;
}

.rd-ns a {
  color: #0094da;
}

.rd-ns a:hover {
  color: #081f41;
}

.carrer-wrap {
  background: url(../img/crbg.jpg) center center;
  padding: 60px 0;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.carrer-wrap h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
}

.carrer-wrap h2 span {
  color: #0094da;
}

@media (max-width: 1199px) {
  .carrer-wrap h2 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .carrer-wrap h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .carrer-wrap img {
    margin-bottom: 15px;
  }
}

.carrer-box .card-header {
  background: transparent;
  border-left: 4px solid #0094da;
  border-radius: 0;
  font-size: 17px;
  color: #0094da;
  margin-bottom: 15px !important;
}

.carrer-box .card {
  background: transparent;
  color: #fff;
}

.carrer-box .card p {
  font-size: 14px;
}

.video-wrap h2 {
  font-size: 35px;
  color: #fff;
  text-align: right;
  margin-bottom: 30px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .video-wrap h2 {
    margin-top: 40px;
    text-align: left;
  }
}

.video-wrap h2 span {
  color: #0094da;
}

@media (max-width: 1199px) {
  .video-wrap h2 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .video-wrap h2 {
    font-size: 20px;
  }
}

.video-wrap iframe {
  height: 360px;
  width: 100%;
}

@media (max-width: 767px) {
  .video-wrap iframe {
    height: 250px;
  }
}

.clients {
  padding: 60px 0;
}

.clients h3 {
  font-size: 27px;
  color: #4b4b4d;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .clients h3 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .clients h3 {
    font-size: 20px;
  }
}

.clients h3 span {
  margin: 0 5px;
}

.clients .client-slider {
  padding: 0;
  margin: 0;
  text-align: center;
}

.clients .client-slider .clt {
  display: inline-block;
  margin: 0 20px;
  text-align: center;
}

@media (max-width: 991px) {
  .clients .client-slider .clt {
    margin: 0;
  }
}

.clients .client-slider .clt img {
  margin: 0 auto;
  max-width: 100%;
}

.map-wrap {
  width: 100%;
}

.map-wrap iframe {
  height: 330px;
  width: 100%;
}

footer {
  background: url(../img/footer-bg.jpg) center center;
  background-size: cover;
  width: 100%;
  padding: 60px 0;
  margin-top: -7px;
  position: relative;
  /*
	&:before{
		content:'';
		position: absolute;
		width: 60px;
		height: 60px;
		bottom: 100px;
		right: 100px;
		background: rgba(25,39,58,0.9);
		@media (max-width: 767px){
			content: none;
		}
	}
	&:after{
		content:'';
		position: absolute;
		width: 100px;
		height: 100px;
		bottom: 0px;
		right: 0;
		background: rgba(0,148,218,0.4);
		@media (max-width: 767px){
			content: none;
		}
	}*/
}

footer .social {
  display: inline-block;
  margin-left: 20px;
}

.ftlogo {
  width: 175px;
  margin: 0 auto;
}

.ftmenu ul {
  margin: 0;
  padding: 35px 0 0;
  text-align: center;
}

.ftmenu ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin: 0 10px;
}

.ftmenu ul li a {
  color: #0094da;
}

.ftmenu ul li a:hover {
  color: #fff;
}

.footer-social {
  padding-top: 35px;
  text-align: center;
}

.ft-cnt {
  padding-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .ft-cnt {
    text-align: left;
  }
}

.ft-cnt p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 10px;
}

.ft-cnt p a {
  color: #999999;
}

.copy {
  margin-top: 50px;
}

.copy p {
  font-size: 13px;
  text-align: left;
}

.copy p span.cst {
  padding: 0;
  float: right;
}

@media (max-width: 767px) {
  .copy p span.cst {
    display: block;
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}

.copy p span {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .copy p span {
    padding: 0;
  }
}

.mail-footer {
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .mail-footer {
    font-size: 16px;
  }
}

.mail-footer a {
  color: #999999;
}

.mail-footer span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .mail-footer span {
    font-size: 12px;
  }
}

.logo-change {
  float: left;
  max-width: 300px;
}

/*inner page*/
.inner-banner {
  background: url(../img/inner-banner.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 50px 0 30px;
  min-height: 245px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .inner-banner {
    min-height: 1px;
    padding: 25px 0 20px;
  }
}

.inner-title h5 {
  color: #66ccff;
  font-size: 13px;
  margin-bottom: 10px;
}

.inner-title h5 span {
  margin: 0 10px;
}

.inner-title h5 a {
  color: #66ccff;
}

.inner-title h1 {
  font-size: 45px;
  color: #fff;
}

@media (max-width: 1199px) {
  .inner-title h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .inner-title h1 {
    font-size: 30px;
  }
}

.product-title {
  padding: 50px 0;
}

.pro-disc {
  /*display: flex;
	flex-direction: column;*/
  height: 100%;
}

.pro-disc h3 {
  color: #019fe9;
  font-size: 25px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .pro-disc h3 {
    margin-bottom: 20px;
  }
}

.pro-disc p {
  margin-top: auto;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .pro-disc p {
    margin-bottom: 15px;
  }
}

.disc-img img {
  border: 1px solid #ccc;
}

.features-wrap {
  padding: 50px 0;
  background: #f8f8f8;
}

.features-wrap h2 {
  font-size: 40px;
  color: #485aa8;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}

.features-wrap h2 span {
  color: #0094da;
}

@media (max-width: 1199px) {
  .features-wrap h2 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .features-wrap h2 {
    font-size: 30px;
  }
}

.feature-list {
  background: #fff;
  padding: 30px 10px 20px;
  height: 100%;
}

@media (max-width: 767px) {
  .feature-list {
    margin-bottom: 15px;
  }
}

.feature-list ul li {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
}

.feature-list ul li:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 7px;
  width: 9px;
  height: 9px;
  background: #b1b1b1;
}

.spec-wrap {
  background: url(../img/spec-bg.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 60px 0;
}

.spec-wrap h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}

.spec-wrap h2 span {
  color: #0094da;
  font-size: 25px;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .spec-wrap h2 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .spec-wrap h2 {
    font-size: 30px;
  }
}

.spec-box {
  padding: 25px;
  height: 100%;
}

@media (max-width: 767px) {
  .spec-box {
    height: auto;
  }
}

.spec-box h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .spec-box h3 {
    font-size: 20px;
  }
}

.spec-box .spec-listing {
  padding: 0;
  margin: 0;
}

.sp-lst {
  border-bottom: 1px solid;
  margin-bottom: 15px;
  font-size: 15px;
  padding-bottom: 6px;
  display: table;
  width: 100%;
}

.sp-lst .list-left {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .sp-lst .list-left {
    width: auto;
  }
}

.sp-lst .list-rt {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .sp-lst .list-rt {
    width: auto;
  }
}

.grey h3 {
  color: #666666;
}

.grey .sp-lst {
  border-color: #bfbfc2 !important;
}

@media (max-width: 767px) {
  .grey {
    margin-bottom: 1.5rem;
  }
}

.white h3 {
  color: #fff;
}

.white .sp-lst {
  border-color: #d9d1d1 !important;
  color: #fff;
}

.lt-blue h3 {
  color: #1fb0f5;
}

.lt-blue .sp-lst {
  border-color: #656b96 !important;
  color: #cccccc;
}

@media (max-width: 767px) {
  .lt-blue {
    margin-bottom: 1.5rem;
  }
}

.packing-wrap {
  padding: 60px 0;
  background: #f8f8f8;
}

.packing-wrap h2 {
  font-size: 35px;
  color: #666;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}

.packing-wrap h2 span {
  color: #0094da;
  font-size: 25px;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .packing-wrap h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .packing-wrap h2 {
    font-size: 23px;
  }
}

.pack {
  background: #fff;
  min-height: 145px;
  padding: 20px 30px;
}

.pack .pack-cnt h4 {
  color: #0094da;
  margin-bottom: 15px;
  font-size: 20px;
}
.headings {
  font-size: 35px;
    color: #485aa8;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: center;
}
.blue-caption{
  color: #019fe9;
}
.headings span {
    color: #0094da;
}

@media (max-width: 1199px) {
  .headings {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .headings {
    font-size: 26px;
  }
}

.pack .pack-cnt p {
  font-size: 15px;
}

.btns-wrap {
  width: 100%;
  padding: 100px 0 0;
}

.btns-wrap a {
  width: 185px;
  padding: 8px 10px;
  display: inline-block;
  transition: all ease 0.4s;
}

@media (max-width: 767px) {
  .btns-wrap a {
    width: 140px;
  }
}

.btns-wrap a.previous {
  background: #e8e8ea;
  color: #999999;
}

.btns-wrap a.previous i {
  float: right;
  margin-top: 4px;
}

.btns-wrap a.previous:hover {
  background: #0094da;
  transition: all ease 0.4s;
  color: #fff;
}

.btns-wrap a.next {
  background: #0094da;
  color: #fff;
  float: right;
}

.btns-wrap a.next span {
  float: right;
}

.btns-wrap a.next:hover {
  background: #081f41;
  transition: all ease 0.4s;
  color: #0094da;
}

a.previous:hover i {
  transform: rotate(0deg);
  transition-duration: 0.4s;
}

a.previous i {
  transform: rotate(-45deg);
  transition-duration: 0.4s;
}

a.next:hover i {
  transform: rotate(0deg);
  transition-duration: 0.4s;
}

a.next i {
  transform: rotate(45deg);
  transition-duration: 0.4s;
}

.product-listing {
  padding: 0;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #c1c1c1;
}

/*.product-listing:before {
  content: '';
  background: rgba(0, 148, 218, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
}
*/
.product-listing .pro-cnt {
  position: absolute;
  bottom: 25px;
  left: 20px;
  background: rgba(0, 148, 218, 0.6);
  padding: 10px;
}

@media (max-width: 767px) {
  .product-listing .pro-cnt {
    bottom: 5px;
    left: 15px;
  }
}

.product-listing .pro-cnt h3 {
  position: static;
  font-size: 18px;
  background: none;
  padding: 0;
  color: #fff;
}

.product-listing .pro-cnt p {
  color: #fff;
  font-size: 14px;
  max-width: 75%;
}

@media (max-width: 1199px) {
  .product-listing .pro-cnt p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .product-listing .pro-cnt p {
    max-width: 100%;
    font-size: 11px;
  }
}

.product-listing .pro-cnt .see a {
  color: #fff;
  font-size: 14px;
}

.product-listing .pro-cnt .see a i {
  font-size: 9px;
  margin-left: 5px;
}

.product-listing .pro-cnt .see a:hover {
  color: #333;
}

.product-listing .pro-cnt .pro-hide {
  display: block;
}

.inner-page {
  padding: 50px 0;
  border-bottom: 1px solid #f1f1f1;
}

.inner-page h2 {
  color: #019fe9;
  font-size: 27px;
  margin-bottom: 40px;
}
.inner-page h4{
  font-size: 22px;
  color: #333;
}
.inner-page p{
  text-align: justify;
}
@media (max-width: 767px) {
  .inner-page h2 {
    margin-bottom: 20px;
  }
}

.img-about {
  position: relative;
}

@media (max-width: 567px) {
  .img-about {
    float: left;
    clear: both;
    width: 100%;
  }
}

.img-about:before {
  content: '';
  position: absolute;
  background: #081f41;
  width: 35%;
  height: 370px;
  right: -50px;
  top: 50px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .img-about:before {
    height: 250px;
    right: -30px;
  }
}

@media (max-width: 991px) {
  .img-about:before {
    height: 210px;
  }
}

@media (max-width: 567px) {
  .img-about:before {
    height: 220px;
    top: 30px;
    right: -15px;
    width: 70%;
  }
}

.abtimg {
  float: right;
  margin-left: 50px;
  margin-bottom: 80px;
  border: 5px solid #0094da;
}

@media (max-width: 1199px) {
  .abtimg {
    width: 350px;
  }
}

@media (max-width: 991px) {
  .abtimg {
    width: 300px;
  }
}

@media (max-width: 567px) {
  .abtimg {
    margin-left: 0;
    margin-right: 25px;
  }
}

/*history*/
.displayFlex {
  display: flex;
}

.displayGrid {
  display: grid;
}

.selfAlign {
  align-self: center;
}

.info {
  padding: 10px;
  width: 100%;
}

.infoIcon {
  margin-right: 10px;
}

.subSectionIcon {
  color: #368ec4;
  border: 1px solid #368ec4;
  border-radius: 10px;
  /*height: 20px;
    width: 20px;*/
  padding: 4px 10px;
  vertical-align: middle;
  /*margin: 0 10px;*/
  display: inline-block;
  background-color: #f2f2f2;
  font-size: 1.3em;
  z-index: 2;
}

.timelineday {
  background-color: #f2f2f2;
  color: #199ED8;
  padding: 10px;
}

.verticalLine {
  border-left: 2px dotted #CCC;
  position: relative;
  left: 28px;
}

.commentTime {
  font-size: 12px;
  color: #cccccc;
}

.info > div {
  border: 1px solid #ccc;
  background-color: white;
}

.textContainer {
  padding: 20px;
}

@media (max-width: 767px) {
  .textContainer {
    padding: 20px 10px;
  }
}

/*history end*/
.half-container {
  width: 100%;
  min-height: 430px;
}

@media (min-width: 1199px) {
  .half-container {
    width: 570px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .half-container {
    width: 100%;
  }
}

.left-half {
  float: left;
  width: 50%;
}

@media (max-width: 1199px) {
  .left-half {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .left-half {
    width: 100%;
    padding: 0 15px;
  }
}

.left-half .half-container {
  float: right;
}

.right-half {
  float: left;
  width: 50%;
}

@media (min-width: 1199px) {
  .right-half {
    padding-left: 30px;
  }
}

.right-half .half-container {
  float: left;
}

@media (max-width: 1199px) {
  .right-half {
    padding: 0 15px;
  }
  .half-container {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .right-half {
    width: 100%;
    padding: 0 15px;
  }
  .half-container {
    min-height: 1px;
  }
}

.left-half {
  background: url(../img/footer-bg.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-half {
  background: #f1f1f1;
}

.snell {
  padding: 138px 0;
}

@media (max-width: 767px) {
  .snell {
    padding: 20px 0;
  }
}

.snell-rt {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .snell-rt {
    padding: 25px 0;
  }
}

.snell-rt h3 {
  color: #0094da;
}

.snell-rt p {
  color: #a3a7ad;
}

.box-icon {
  text-align: center;
}

.box-icon h3 {
  color: #333131;
  font-size: 18px;
  margin-bottom: 15px;
}

.box-icon .icon-box {
  min-height: 65px;
  margin-bottom: 35px;
}

.cntnt p {
  color: #999494;
}

.cntnt p a {
  color: #999494;
}

.cntnt p span {
  display: block;
}

.contact-bg {
  background: url(../img/footer-bg.jpg) center center;
  background-size: cover;
  width: 100%;
  padding: 60px 0;
}

.contact-bg h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .contact-bg h3 {
    margin-bottom: 20px;
  }
}

.btn-contact {
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
  padding: 0 45px;
  line-height: 50px;
  outline: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  position: relative;
  color: #999494;
}

.btn-contact:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 25px;
  border: 2px solid #999494;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-right: 0;
  border-bottom: 0;
  content: "";
}

.btn-contact:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  height: 25px;
  border: 2px solid #999494;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-left: 0;
  border-top: 0;
  content: "";
}

.btn-contact:hover {
  color: #0094da;
}

.btn-contact:hover:after, .btn-contact:hover:before {
  width: 100%;
  height: 100%;
  border-color: #0094da;
}

ul.list li {
  position: relative;
  margin-bottom: 15px;
  list-style: none;
}

ul.list li:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  left: -32px;
  top: 7px;
  background: #0094da;
}

.career-list {
  margin: 0 0 20px 0;
  background: #f1f1f1;
  border-radius: 10px;
}

.career-list .career-title {
  border-bottom: 1px solid #eae4e4;
  color: #0094da;
  padding: 20px 30px;
  font-weight: 600;
  font-size: 22px;
}

.career-list .career-title .creer-btn {
  float: right;
  font-weight: normal;
  font-size: 15px;
  color: #333;
}

.career-list .career-title .creer-btn a {
  color: #333;
}

.career-list .career-title .creer-btn i {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.career-list .career-content {
  padding: 20px 30px;
}

.career-list .career-content h4 {
  font-weight: 600;
  font-size: 18px;
}

.gridteam {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.gridteam figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.gridteam figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
  border: 1px solid #c1c1c1;
}
.gridteam img{
  margin-bottom: 15px;
}

.gridteam figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gridteam figure figcaption::before,
.gridteam figure figcaption::after {
  pointer-events: none;
}

.gridteam figure figcaption,
.gridteam figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.gridteam figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.gridteam figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.gridteam figure h2 span {
  font-weight: 800;
}

.gridteam figure h2,
.gridteam figure p {
  margin: 0;
}

.gridteam figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  /*height: 3.75em;
	background: #fff;*/
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
  float: left;
}

figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

figure.effect-zoe p.description {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background: rgba(70, 88, 164, 0.5);
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.gridteam h3 {
  font-size: 20px;
  color: #081f41;
  text-align: left;
}

.gridteam p {
  font-size: 14px;
  color: #ada6a6;
}

/*---------------*/
/***** team *****/
.gallery {
  margin-bottom: 30px;
}

.gallery img {
  border: 1px solid #cec7c7;
  
}

.gallery iframe {
  width: 100%;
  height: 250px;
}

@media (max-width: 767px) {
  .gallery iframe {
    height: 200px;
  }
}

.cap-glry {
  padding: 10px 0 0;
  /*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}

.cap-glry h5 {
  color: #999;
  font-size: 16px;
}

.news-box {
  margin-bottom: 30px;
  border: 1px solid #ccc;
}

.news-box img {
  margin-bottom: 10px;
}

.news-box .cap-news {
  padding: 15px;
}

.news-box .cap-news h5 {
  color: #999;
  margin-bottom: 10px;
  font-size: 16px;
}

.news-box .cap-news h5 a {
  color: #999;
  transition: all ease 0.4s;
}

.news-box .cap-news h5 a:hover {
  color: #0094da;
  transition: all ease 0.4s;
}

.news-box .cap-news p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 0;
}

.newsletr {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
}

.newsletter-box {
  border-bottom: 1px solid #f1f1f1;
  padding: 8px 15px;
}

.newsletter-box span.pdf-icn {
  display: inline-block;
  width: 4%;
  margin-right: 10px;
}

.newsletter-box span.pdf-icn i {
  color: red;
  font-size: 22px;
}

.newsletter-box span.news-cnt {
  color: #000;
  font-size: 15px;
}

.newsletter-box span.news-cnt em {
  color: #857e7e;
  font-size: 14px;
  margin-left: 15px;
}

.newsletter-box span.news-cnt b {
  margin-right: 15px;
  color: #999;
  font-size: 15px;
}

.newsletter-box span.news-dwnload {
  float: right;
}

.newsletter-box span.news-dwnload a i {
  font-size: 22px;
  color: #0094da;
  transition: all ease 0.4s;
}

.newsletter-box span.news-dwnload a:hover i {
  color: #081f41;
  transition: all ease 0.4s;
}

.newsletr .newsletter-box:last-child {
  border-bottom: none;
}

.news-detail img {
  border-radius: 5px;
  margin-bottom: 15px;
}

.news-detail h1 {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}

.date-news {
  margin-bottom: 15px;
}

.date-news p {
  font-size: 13px;
  color: #999999;
  margin-bottom: 0;
}

.date-news i {
  color: #999999;
  margin-right: 5px;
}

.brdcrumb {
  color: #999999;
  font-size: 14px;
  margin: 0 0 20px 0;
}

.brdcrumb span {
  margin: 0 5px;
  font-size: 16px;
}

.brdcrumb a {
  color: #999999;
}

.brdcrumb a:hover {
  color: #0094da;
}

.blog-page {
  padding: 30px 0;
  border-bottom: 1px solid #f1f1f1;
}

.recent {
  border: 1px solid #f1f1f1;
  padding: 20px 10px;
  border-radius: 5px;
}

.recent h3 {
  color: #000;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
}

.recpost-list {
  margin-bottom: 25px;
}

.recpost-list span {
  font-size: 13px;
  color: #999999;
  margin-bottom: 0;
}

.recpost-list span i {
  color: #999999;
  margin-right: 6px;
}

.recpost-list p {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}

.recpost-list p a {
  color: #000;
  transition: all ease 0.4s;
}

.recpost-list p a:hover {
  color: #0094da;
  transition: all ease 0.4s;
}

h3.title {
  font-size: 27px;
  color: #4b4b4d;
  font-weight: 600;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .reliable-wrap{
    padding: 30px 0;
  }
  h3.title {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  h3.title {
    font-size: 20px;
  }
}

h3.title span {
  padding: 0 15px;
}

.lines-on-sides {
  display: table;
  text-align: center;
  white-space: nowrap;
}

.lines-on-sides:after, .lines-on-sides:before {
  content: "";
  display: table-cell;
  width: 50%;
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
  background-clip: padding;
}

.lines-on-sides:after {
  border-left: 1em solid transparent;
}

.lines-on-sides:before {
  border-right: 1em solid transparent;
}

.back a {
  color: #fff;
}

.back a i {
  font-size: 25px;
  float: right;
}

.back a:hover {
  color: #000;
}

.input-holder textarea {
  height: 100px;
}

.error {
  color: red;
}

#msg img {
  width: 50px;
}
.desig h3 i{
  margin-left: 5px;
  color: #0a66c2
}
.desig h3 a i{
  color: #0a66c2;
  transition: all ease 0.4s;
}
.desig h3 a:hover i{
  color: #2e3192;
  transition: all ease 0.4s;
}
.align-right {
  float: right;
}
.accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;;  
    content: "\f068";
    float: right; 
    color: #019fe9;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.accordian-wrap {
  padding: 50px 0 30px;
}
.accordian-wrap h3{
  color: #019fe9;
  margin-bottom: 40px;
}
.accordian-wrap hr{
  margin-bottom: 50px;
}
.accordion>.card .card-header {
  margin-bottom: 0; 
}
.accordian-wrap .card-header a.card-title{
  color: #000;
}
.accordian-wrap p{
  font-size:15px;
}
.accordion>.card:first-of-type{
  border-bottom: 1px solid rgba(0,0,0,.125);
}

#video-banner{
    height: auto !important;
}
#video-banner video {
    width: 100%;
    vertical-align: baseline;
    min-width: 100%;
    min-height: 100%;
}

.video-wrapper {
  width: 100%;
}

.video-wrapper video {
  height: 100%;
  width: 100%;
}
.spec-form {
  margin-top: 50px;
  background: #fff;
  padding: 50px;
}

.floating_btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

/**subscibe**/

.subscribe-wrap {
  background: #0094da;
}
.submit {
  background: linear-gradient(45deg, #0094da, #2ea1d7) no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
  color: white;
  padding: 11px 35px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 20px;
}

.input-main input {
  height: 26px;
  width: 250px;
  background: none;
  border: none;
  outline: none;
  color: #a2a2a2;
  font-size: 1rem;
  margin: 0;
}

.input-main input::placeholder {
  color: #a2a2a2;
}

.input-main {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  padding: 10px 15px;
  background-color: #ebebeb;
  border-radius: 100px;
  margin-right: 15px;
  min-height: 40px;
  min-width: 320px;
  position: relative;
}

.input-main svg {
  width: 30px;
  height: auto;
  fill: #a2a2a2;
  margin-right: 10px;
}
label.error {
  position: absolute;
  width: 100%;
  left: 0;
  top: -25px;
}

.form-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 20px 0;
}

.description-sub {
  font-size: 1.1rem;
  color: #636363;
  margin-top: 10px;
}

.title {
  text-transform: uppercase;
  font-weight: 900;
  color: #4a4a4a;
}

.img-head {
  width: 100%;
  height: auto;
  margin-top: 45px;
}

.subscribe {
  background-color: white;
  text-align: center;
  border-radius: 50px;
  margin: 50px auto;
  padding: 50px 0;
}
.cap {
  position: relative;
}
.input-holder {
  position: relative;
  margin-top: 20px;
}
.contact-page {
  padding: 60px 0;
}
.contact-page .box-icon p{
  text-align: left;
}
.whats-icn {
  width: 35px;
  background: #42db87;
  color: #FFF;
  border-radius: 50%;
  font-size: 25px;
  padding: 4px 0 0;
  height: 35px;
  text-align: center;
  vertical-align: middle;
}
.contact-page .box-icon p a{
  color: #4a5baa;
}
.contact-page .box-icon p a:hover{
  color: #1b277b;
}

@media only screen and (max-width: 500px) {
  .img-head {
    margin-top: 75px;
  }
  .form-box {
    display: grid;
  }
  .input-main {
    margin-right: 0;
  }
  .submit {
    margin-top: 16px;
  }
  .description-sub {
    font-size: 1rem;
    margin: 0 35px;
  }
  .title {
    font-size: 1.5rem;
  }
  .form-box {
    margin-top: 25px;
  }
  
  .subscribe {
    border-radius: 15px;
    width: 100%;
  }
}
