/*--------------------------------------------------------------
# Plugin Styles
--------------------------------------------------------------*/
/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
#slider .item, .customNavigation {
  text-align: center;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
  cursor: pointer;
}

.grabbing {
  cursor: url(../images/unblured/grabbing.png) 8 8, move;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

#slider .item {
  background: 0 0 !important;
  padding: 0;
  margin: 10px;
  color: #FFF;
  border-radius: 3px;
}

#slider .item img {
  max-width: 216px;
}

/*use styles below to disable ugly selection*/
.customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: .5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(../images/unblured/AjaxLoader.gif) center center no-repeat;
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100%, 75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100%, 75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/*--------------------------------------------------------------
# Main Styles
--------------------------------------------------------------*/
/**
 * -------------------
 *  Defult CSS
 * -------------------
 */
body {
  font-family: 'Open Sans';
  color: rgba(35, 35, 35, 0.68);
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden !important;
  text-align: left;
  position: relative;
  padding-right: 0px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, .nav li a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  padding: 0px;
  background-color: transparent;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover, .nav li a:hover {
  color: #2a3855;
  background-color: transparent;
}

a:focus, .nav li a:focus {
  background-color: transparent;
  outline: 0 !important;
}

p {
  font-family: 'Open Sans';
  color: rgba(35, 35, 35, 0.68);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0px;
}

hr {
  text-align: center;
}

/* Heading Style */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans';
  color: #2a3855;
  font-style: normal;
}

h1 {
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  line-height: 52px;
  font-weight: 700;
}

h3 {
  font-size: 21px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 1px;
}

h4 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

/**
 * ---------------------
 *  Defult Helping Class
 * ---------------------
 */
.overflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

.display-table {
  display: table;
  width: 100%;
}

.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vertical-middle {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.full-height-width {
  width: 100%;
  height: 100%;
}

.no-radius {
  border-radius: 0px !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0px !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

/**
 * --------------------------------------
 *  Text Letter Spacing
 * --------------------------------------
 */
.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-6 {
  letter-spacing: 6px;
}

/**
 * --------------------------------------
 *  Video Section Background Defult Style
 * --------------------------------------
 */
.section-video {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  z-index: -1;
}

.section-video .bgvid {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.body-video-bg > .section-video {
  position: fixed;
  top: 0;
  left: 0;
}

/**
 * ------------------------------------
 *  Every Section Headline Defult Class
 * ------------------------------------
 */
.section-header h2.section-heading {
  text-align: center;
}

.section-header .lines {
  margin: 0 auto;
}

.section-heading {
  color: #2a3855;
  display: block;
  margin: 0;
}

.section-header .sub-heading {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: rgba(35, 35, 35, 0.8);
}

.section-header .tag-line {
  font-family: 'Open Sans';
  font-weight: 400;
  margin-bottom: 0;
}

.section-header .tag-line > span {
  display: block;
}

.section-header a {
  color: inherit;
}

.section-header a:hover {
  text-decoration: underline !important;
}

.section-header.text-left {
  text-align: left;
}

.section-header.text-left * {
  text-align: left;
}

.section-header.text-right {
  text-align: right;
}

.section-header.text-right * {
  text-align: right;
}

.lines {
  position: relative;
  width: 50px;
  border-top-width: 4px;
  border-top-color: #2a3855;
  margin: 0px;
}

.long-lines {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #2a3855;
}

/**
 * -------------------------------
 *  Section Top and Bottom padding
 * -------------------------------
 */
.section-separator {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-separator.sp-top-half {
  padding-top: 55px;
}

.section-separator.sp-bottom-half {
  padding-bottom: 55px;
}

.section-separator-small {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-separator-small.sp-top-half {
  padding-top: 37.5px;
}

.section-separator-small.sp-bottom-half {
  padding-bottom: 37.5px;
}

.section-separator-smallest {
  padding-top: 35px;
  padding-bottom: 35px;
}

.section-separator-smallest.sp-top-half {
  padding-top: 17.5px;
}

.section-separator-smallest.sp-bottom-half {
  padding-bottom: 17.5px;
}

.section-separator-big {
  padding-top: 174px;
 /* padding-bottom: 174px;*/
  padding-bottom: 125px;
}

.section-separator-big.sp-top-half {
  padding-top: 87px;
}

.section-separator-big.sp-bottom-half {
  padding-bottom: 87px;
}

.section-separator, .section-separator-small, .section-separator-smallest, .section-separator-big {
  display: block;
}

.section-separator.sp-top, .section-separator-small.sp-top, .section-separator-smallest.sp-top, .section-separator-big.sp-top {
  padding-bottom: 0px;
}

.section-separator.sp-bottom, .section-separator-small.sp-bottom, .section-separator-smallest.sp-bottom, .section-separator-big.sp-bottom {
  padding-top: 0px;
}

/**
 * ---------------------------
 *  Two Section Line Separator
 * ---------------------------
 */
.section-separator-line {
  margin: 0;
  width: 100%;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.12);
}

/**
 * ------------------------
 * Background Overlay Color
 * ------------------------
 */
.overlay-color {
  position: relative;
  background-color: rgba(42, 56, 85, 0.75);
}

.bg-overlay, .bg-overlay-2, .bg-overlay-3, .bg-overlay-dark {
  z-index: 1;
}

.bg-overlay::before, .bg-overlay-2::before, .bg-overlay-3::before, .bg-overlay-dark::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.bg-overlay::before {
  background-color: rgba(42, 56, 85, 0.7);
}

.bg-overlay-2::before {
  background-color: rgba(42, 56, 85, 0.45);
}

.bg-overlay-3::before {
  background-color: rgba(71, 88, 126, 0.85);
}

.bg-overlay-dark::before {
  background-color: rgba(42, 56, 85, 0.85);
}

/**
 * ------------------------------------
 * Making Same Height Left & Right Part
 * ------------------------------------
 */
.display-full {
  display: table !important;
  width: 100%;
}

.display-full .left, .display-full .right {
  display: table-cell;
  float: none !important;
}

/**
 * ===============================
 *   Defult Button Style
 * ===============================
 */
.btn {
  border: none;
  color: rgba(35, 35, 35, 0.85);
  font-family: 'Open Sans';
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-right: 15px;
  overflow: hidden;
  outline: 0;
  padding: 0 0;
  position: relative;
  line-height: 23px;
  z-index: 2;
  background: transparent;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn:last-child {
  margin-right: 0px;
}

.btn:hover, .btn:focus {
  color: #232323;
}

.btn .fa {
  position: relative;
  top: 0px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn .fa img {
  position: relative;
  top: -3px;
  width: 14px;
}

.btn.left-icon .fa {
  margin-right: 10px;
  padding-left: 5px;
}

.btn.right-icon .fa {
  margin-left: 10px;
  padding-right: 5px;
}

.btn:hover.left-icon .fa {
  -webkit-transform: translate3d(-5px, 0, 0);
  -ms-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
}

.btn:hover.right-icon .fa {
  -webkit-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.btn.btn-elixir-blue {
  border: 3px solid #002e5b;
  padding: 8px 20px;
  background: #002e5b;
  color: #FFFFFF;
}

.btn.btn-elixir-blue:hover {
  background: #fdd428;
  border-color: #fdd428;
  color: #002e5b;
}

.btn.btn-elixir-yellow {
  padding: 8px 20px;
  border: 3px solid #fdd428;
  background: #fdd428;
  color: #002e5b;
}

.btn.btn-elixir-yellow:hover {
  background: #002e5b;
  border-color: #002e5b;
  color: #FFFFFF;
}

.btn.btn-elixir-white {
  padding: 8px 20px;
  background: #fff;
  color: #002e5b;
  border: 3px solid #fff;
}

.btn.btn-elixir-white:hover {
  background: #fdd428;
  color: #002e5b;
  border: 3px solid #fdd428;
}

.btn.btn-fill, .btn.btn-border {
  padding: 11px 20px;
  min-width: 170px;
  height: 44px;
}

.btn.btn-fill-big, .btn.btn-border-big {
  padding: 8px 20px;
  min-width: 250px;
  height: 52px;
}

.btn.btn-fill, .btn.btn-fill-big {
  color: rgba(35, 35, 35, 0.85);
  border-color: #ffffff;
  background-color: #ffffff;
  -ms-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.14);
}

.btn.btn-fill:hover, .btn.btn-fill-big:hover {
  background-color: #2a3855;
  border-color: #2a3855;
  color: #ffffff;
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
}

.btn.btn-border, .btn.btn-border-big {
  background-color: #ffffff;
  border-color: #232323;
  color: rgba(35, 35, 35, 0.85);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
}

.btn.btn-border:hover, .btn.btn-border-big:hover {
  border-color: #ffffff;
  -ms-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.14);
}

.btn.full-width {
  width: 100%;
}

.btn.btn-bold {
  font-weight: 700;
  color: rgba(35, 35, 35, 0.85);
}

.btn.btn-dark {
  color: #ffffff;
  border-color: #2a3855;
  background-color: #2a3855;
}

.btn.btn-dark:hover {
  background-color: #192233;
  border-color: #192233;
  color: #ffffff;
}

.btn-text-link {
  padding: 50px 0 0 0;
  text-align: center;
  color: rgba(35, 35, 35, 0.85);
}

.btn-text-link a {
  color: #2a3855;
  margin-left: 10px;
}

.btn.active.focus, .btn.active:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.btn.focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.btn:active.focus, .btn:active:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.btn:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/**
 * -----------------------------------
 * Subscription and contact  "MESSAGE"
 * -----------------------------------
 */
.message .inner {
  background-color: #f8f8f8;
}

.subscription-success, .subscription-failed, .email-success, .email-failed {
  font-size: 15px;
  display: none;
  text-align: left !important;
  padding: 10px 0 !important;
  margin-bottom: 0;
}

.email-loading {
  font-size: 15px;
  display: none;
  text-align: left !important;
  padding: 10px 0 !important;
  margin-bottom: 0;
  color: #52B8FF;
}

.email-loading img {
  width: 15px;
  position: relative;
  top: -2px;
}

.subscription-failed, .email-failed {
  color: #FF5252 !important;
}

.subscription-failed .fa, .email-failed .fa {
  font-size: 20px;
  position: relative;
  top: 5px;
}

.subscription-success, .email-success {
  color: #56CC35 !important;
}

.subscription-failed .fa, .email-failed .fa, .subscription-success .fa, .email-success .fa {
  font-size: 20px;
  position: relative;
  top: 5px;
}

/**
 * =========================
 * Form Style
 * =========================
 */
.single-form {
  width: 100%;
  display: inline-table;
}

.single-form .form-control {
  height: 44px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  border: 0px solid;
  box-shadow: 0 0 0 0 #fff;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f8f8f8;
  color: rgba(35, 35, 35, 0.9);
  border-radius: 0;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.single-form .form-control::-webkit-input-placeholder, .single-form .form-control:-moz-placeholder, .single-form .form-control::-moz-placeholder, .single-form .form-control:-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.5);
}

.single-form .form-control:focus {
  border-color: #2a3855;
}

.single-form .input-outer {
  margin-bottom: 15px;
}

.single-form .input-outer:last-child {
  margin-bottom: 0px;
}

.single-form .input-group-addon {
  border: 0px solid;
  background-color: #f8f8f8;
  color: rgba(35, 35, 35, 0.17);
  padding-right: 0px;
}

.single-form textarea {
  height: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-form .select-outer {
  position: relative;
  overflow: hidden;
}

.single-form .select-outer::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 23px;
  border-width: 7px 6px;
  border-style: solid;
  border-color: #232323 transparent transparent;
  pointer-events: none;
}

.single-form select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  color: rgba(35, 35, 35, 0.65);
  cursor: pointer;
  width: calc(100% + 20px);
}

.single-form input[type=checkbox] {
  visibility: hidden;
}

.single-form .checkbox {
  text-align: left;
}

.single-form .checkbox label {
  padding-left: 35px;
  font-size: 13px;
  color: rgba(35, 35, 35, 0.45);
  font-weight: 600;
}

.single-form .checkbox label::after, .single-form .checkbox label::before {
  content: '';
  position: absolute;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.single-form .checkbox label::after {
  height: 20px;
  width: 20px;
  left: 0;
  top: 3px;
  background: #f8f8f8;
  border-radius: 3px;
}

.single-form .checkbox label::before {
  border: 2px solid;
  border-color: transparent;
  width: 7px;
  height: 12px;
  left: 7px;
  top: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 11;
}

.single-form .checkbox input[type=checkbox]:checked + label::before {
  border-color: transparent #232323 #232323 transparent;
}

.single-form .squaredFour .btn {
  margin-top: 25px;
}

.single-form .form-group {
  margin: 0px;
}

.single-form .p-right {
  padding-left: 0px;
}

.single-form .p-left {
  padding-right: 0px;
}

.single-form .m-right {
  margin-right: 0px;
}

.single-form .m-left {
  margin-left: 0px;
}

/**
 * ----------------------
 * CONTAINER HALF CONTENT
 * ----------------------
 */
.content-half {
  position: relative;
}

.container-half {
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  width: 43%;
}

.container-half.pr30 {
  width: calc(50% - 30px);
}

.container-half-left {
  left: 0;
  background-position: 50% 50%;
}

.container-half-right {
  right: 0;
  background-position: 50% 50%;
}

/**
 * ---------------------------------
 *  Section Background Size Property
 * ---------------------------------
 */
.bg-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
}

/**
 * -----------------
 *  Light Text Color
 * -----------------
 */
.light-text {
  color: #ffffff;
}

.light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6, .light-text .btn *, .light-text a, .light-text p, .light-text span, .light-text .sub-heading {
  color: #ffffff;
}

.light-text a:hover {
  color: #ffffff;
  text-decoration: underline !important;
}

/**
 * --------------------
 *  Defult Margin Class
 * --------------------
 */
.margin-t-15 {
  margin-top: 15px;
}

.margin-r-15 {
  margin-right: 15px;
}

.margin-b-15 {
  margin-bottom: 15px;
}

.margin-l-15 {
  margin-left: 15px;
}

.margin-t-20 {
  margin-top: 20px;
}

.margin-r-20 {
  margin-right: 20px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-l-20 {
  margin-left: 20px;
}

.margin-t-25 {
  margin-top: 25px;
}

.margin-r-25 {
  margin-right: 25px;
}

.margin-b-25 {
  margin-bottom: 25px;
}

.margin-l-25 {
  margin-left: 25px;
}

.margin-t-30 {
  margin-top: 30px;
}

.margin-r-30 {
  margin-right: 30px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-l-30 {
  margin-left: 30px;
}

.margin-t-40 {
  margin-top: 40px;
}

.margin-r-40 {
  margin-right: 40px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-l-40 {
  margin-left: 40px;
}

.margin-t-50 {
  margin-top: 50px;
}

.margin-r-50 {
  margin-right: 50px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.margin-l-50 {
  margin-left: 50px;
}

.margin-t-60 {
  margin-top: 60px;
}

.margin-r-60 {
  margin-right: 60px;
}

.margin-b-60 {
  margin-bottom: 60px;
}

.margin-b-75 {
  margin-bottom: 75px;
}

.margin-l-60 {
  margin-left: 60px;
}

.margin-t-70 {
  margin-top: 70px;
}

.margin-r-60 {
  margin-right: 70px;
}

.margin-b-60 {
  margin-bottom: 70px;
}

.margin-l-60 {
  margin-left: 70px;
}

/**
 * ---------------------
 *  Defult Padding class
 * ---------------------
 */
.padding-t-15 {
  padding-top: 15px;
}

.padding-r-15 {
  padding-right: 15px;
}

.padding-b-15 {
  padding-bottom: 15px;
}

.padding-l-15 {
  padding-left: 15px;
}

.padding-t-20 {
  padding-top: 20px;
}

.padding-r-20 {
  padding-right: 20px;
}

.padding-b-20 {
  padding-bottom: 20px;
}

.padding-l-20 {
  padding-left: 20px;
}

.padding-t-30 {
  padding-top: 30px;
}

.padding-r-30 {
  padding-right: 30px;
}

.padding-b-30 {
  padding-bottom: 30px;
}

.padding-l-30 {
  padding-left: 30px;
}

.padding-t-40 {
  padding-top: 40px;
}

.padding-r-40 {
  padding-right: 40px;
}

.padding-b-40 {
  padding-bottom: 40px;
}

.padding-l-40 {
  padding-left: 40px;
}

.padding-t-50 {
  padding-top: 50px;
}

.padding-r-50 {
  padding-right: 50px;
}

.padding-b-50 {
  padding-bottom: 50px;
}

.padding-l-50 {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .container-half-left, .container-half-right {
    display: none;
  }
}

@media (max-width: 767px) {
  /**
	   * ----------------
	   *  Defult CSS
	   * ----------------
	   */
  html *, body, p {
    text-align: center;
  }
  h1 {
    font-size: 37px;
    line-height: 52px;
  }
  h2 {
    font-size: 25px;
    line-height: 40px;
  }
  /**
	   * -----------------------
	   *   Section Heading Style
	   * -----------------------
	   */
  .section-header .lines {
    margin: auto;
  }
  .left {
    text-align: left;
  }
  .left * {
    text-align: left;
  }
  /**
	   * -------------------------------
	   *  Section Top and Bottom padding
	   * -------------------------------
	   */
  .section-separator {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-separator-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-separator-big {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /**
	   * ---------------------
	   *   Defult Button Style
	   * ---------------------
	   */
  /**
	   * -----------------
	   * Nav Defult Style
	   * -----------------
	   */
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
  }
  /**
	   * ----------------
	   *   Helping Class
	   * ----------------
	   */
  .vertical-middle {
    display: block;
  }
  .display-table {
    width: auto;
  }
}

/****************************************************************
    START MAIN CSS STYLE
*****************************************************************/
/**
 * ------------------------
 * Default Background Color
 * ------------------------
*/
.background-1 {
  background-color: #ffffff;
}

.background-2 {
  background-color: #f8f8f8;
}

.background-3 {
  background-color: #2a3855;
}

.background-4 {
  background-color: #f2f2f2;
}

/**
 * ----------------
 * Background image
 * ----------------
*/
.image-bg-1 {
  background-image: url("../images/background-1.jpg");
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.image-bg-2 {
  background-image: url("../images/background-2.jpg");
  -ms-background-size: cover;
  background-size: cover;
  background-position: top;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.image-bg-3 {
  background-image: url("../images/background-3.jpg");
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.image-bg-4 {
  background-image: url("../images/background-4.jpg");
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.image-bg-5 {
  background-image: url("../images/background-5.jpg");
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.image-bg-6 {
  background-image: url("../images/background-6.jpg");
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.image-bg-7 {
  background-image: url("../images/background-7.jpg");
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.image-bg-8 {
  background-image: url("../images/background-8.jpg");
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.image-bg-9 {
  background-image: url("../images/background-9.jpg");
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.image-bg-10 {
  background-image: url("../images/background-10.jpg");
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.image-bg-11 {
  background-image: url("../images/background-11.png");
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.image-bg-12 {
  background-image: url("../images/background-12.jpg");
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

/**
 * ---------------------
 * Triangle Shape Style
 * ---------------------
 */
.triangle-left, .triangle-right, .triangle-top, .triangle-bottom {
  position: relative;
}

.triangle-left::before, .triangle-right::before, .triangle-top::before, .triangle-bottom::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 11;
}

.triangle-left::before {
  background-color: #ffffff;
  right: 100%;
  top: 50%;
  -webkit-transform: translate3d(50%, -50%, 0) rotate(45deg);
  transform: translate3d(50%, -50%, 0) rotate(45deg);
}

.triangle-right::before {
  background-color: #ffffff;
  left: 100%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.triangle-top::before {
  background-color: #ffffff;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0) rotate(45deg);
  transform: translate3d(-50%, 50%, 0) rotate(45deg);
}

.triangle-bottom::before {
  background-color: #ffffff;
  top: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

/**
 * -----------------------
 * Defult Box Shadow Style
 * -----------------------
 */
.shadow {
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

/**
 * --------------------------
 * Features Item Defual Style
 * --------------------------
 */
.features-item {
  margin-bottom: 30px;
}

.features-item:last-child {
  margin-bottom: 0px;
}

.features-item .each-item {
  margin-bottom: 30px;
}

.features-item .each-item:last-child {
  margin-bottom: 0;
}

.features-item .each-item-big {
  margin-bottom: 50px;
}

.features-item .each-item-big:last-child {
  margin-bottom: 0;
}

.big-word {
  font-size: 32px;
  font-weight: 400;
}

/**
 * ------------------
 * Template Feature With Small Icon
 * ------------------
 */
.feature-with-small-icon h4 {
  position: relative;
  margin: 15px 0px;
  font-weight: 700;
}

.feature-with-small-icon h4 i {
  font-size: 28px;
  color: #2b3855;
  margin-right: 15px;
}

/**
 * ------------------
 * Template Why Choose Us
 * ------------------
 */
.why-choose-us img {
  margin-top: 3%;
}

@media only screen and (max-width: 991px) {
  .why-choose-us img {
    margin-bottom: 60px;
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .why-choose-us img {
    margin-top: 0;
  }
}

.why-choose-us .choose-us-box {
  padding-left: 20px;
}

.why-choose-us .choose-us-box .cause-point {
  padding: 20px 0px 0 76px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .why-choose-us .choose-us-box .cause-point {
    padding: 0 30px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .why-choose-us .choose-us-box .cause-point {
    text-align: center;
  }
  .why-choose-us .choose-us-box .cause-point:last-child {
    border-bottom: none;
  }
}

.why-choose-us .choose-us-box h4 {
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

.why-choose-us .choose-us-box h4 .hang {
  color: #2a3855;
  font-size: 37px;
  position: absolute;
  top: -1px;
  left: -52px;
}

@media only screen and (max-width: 991px) {
  .why-choose-us .choose-us-box h4 .hang {
    display: none;
  }
}

.why-choose-us .choose-us-box p {
  color: #A2A2A2;
  line-height: 24px;
}

/**
 * ------------------
 * Template Main Logo
 * ------------------
 */
.template-logo .logo {
  width: 111px;
  margin-bottom: 20px;
}

.template-logo .logo.center {
  margin-left: auto;
  margin-right: auto;
}

/**
 * -----------
 * Navigation
 * -----------
 */
.main-navbar-top {
  border: 0px solid;
  margin: 0;
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.main-navbar-top .navbar-header {
  width: 100%;
}

.main-navbar-top .navbar-brand {
  display: block;
  height: 80px;
  padding: 25px 0;
  margin-right: 55px;
  max-width: 105px;
}

.main-navbar-top .navbar-brand img {
  display: block;
  height: 100%;
  max-width: initial;
}

.main-navbar-top .navbar-toggle {
  padding: 15px 15px;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-navbar-top .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.main-navbar-top .navbar-nav li a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  display: block;
}

.main-navbar-top .address-list > li .sub-title, .main-navbar-top .language-form .form-control {
  color: #ffffff;
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.main-navbar-top .navbar-top-outer .navbar-nav {
  padding: 12px 0;
}

.main-navbar-top .navbar-top-outer .navbar-nav > li > a {
  color: #ffffff;
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.main-navbar-top .contact-address {
  padding: 12px 0;
}

.main-navbar-top .address-list > li {
  float: left;
  margin-top: 0 !important;
}

.main-navbar-top .address-list > li > .sub-title {
  margin: 0 20px 0 0;
  letter-spacing: 1px;
}

.main-navbar-top .address-list > li a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.main-navbar-top .language-form {
  min-width: 90px;
  display: block;
}

.main-navbar-top .language-form .form-control {
  background-color: transparent;
  padding: 0 22px 0 10px;
  height: 21px;
}

.main-navbar-top .language-form .form-control option {
  color: #2a3855;
  background-color: #ffffff;
}

.main-navbar-top .language-form .select-outer::after {
  border-color: #ffffff transparent transparent;
  right: 5px;
  top: 6px;
}

.main-navbar-top .navbar-header-outer {
  background-color: #2a3855;
}

.main-navbar-top .navbar-top-outer {
  background-color: #2a3855;
}

.main-navbar-top .navbar-top-outer .navbar-nav > li {
  margin-right: 20px;
}

.main-navbar-top .navbar-top-outer .navbar-nav > li > a {
  position: relative;
  float: left;
}

.main-navbar-top .navbar-top-outer .navbar-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.main-navbar-top .navbar-top-outer .navbar-nav > li:last-child {
  margin-right: 0px;
}

.main-navbar-top .navbar-top-outer .navbar-nav-2 {
  font-style: normal;
  font-size: 14px;
}

.main-navbar-top .navbar-bottom-outer {
  background-color: white;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav {
  position: relative;
  z-index: 11;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li > a {
  padding: 30px 0;
  color: #2a3855;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  overflow: hidden;
  text-transform: uppercase;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li > a:hover {
  color: #000000;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li:last-child > a {
  margin-right: 0px;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li.active > a::before {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li a {
  display: block;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li.dropdowns > a::after {
  content: "";
  position: relative;
  top: 12px;
  margin-left: 10px;
  border-width: 5px 4px;
  border-style: solid;
  border-color: #2a3855 transparent transparent;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li li.dropdowns > a::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  border-width: 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li li.dropdowns.sub-menue-hover > a {
  padding-left: 30px;
  background-color: #232f47;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li .sub-menu {
  display: none;
  padding: 0px;
  margin: 0;
  text-align: left;
  top: 80px;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li .sub-menu li a {
  color: #ffffff;
  padding: 6px 20px;
  border-bottom: 1px solid #232f47;
  text-transform: uppercase;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li .sub-menu li a:hover, .main-navbar-top .navbar-bottom-outer .navbar-nav > li .sub-menu li a:focus, .main-navbar-top .navbar-bottom-outer .navbar-nav > li .sub-menu li a:active {
  padding-left: 30px;
  background-color: #232f47;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li .sub-menu li:last-child a {
  border-bottom: 0px solid;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li .sub-menu li.active > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 4px;
  background: #192233;
  left: 0;
  top: 0;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li ul {
  background-color: #2a3855;
  position: absolute;
  left: 0;
  top: 40px;
  /* make this equal to the line-height of the links (specified below) */
  width: 200px;
  z-index: 111;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li li {
  position: relative;
  margin: 0;
  display: block;
  list-style: none;
}

.main-navbar-top .navbar-bottom-outer .navbar-nav > li li ul {
  position: absolute;
  top: 0 !important;
  left: 201px;
  /* make this equal to the width of the sub nav above */
  margin: 0;
}

.main-navbar-top .quick-search-form {
  margin-top: 15px;
}

.main-navbar-top.navbar-home {
  top: 0px;
}

#lang_sel {
  position: relative;
  float: left;
  transition: all 0.3s ease;
}

#lang_sel > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#lang_sel > ul > li .lang_sel_sel {
  position: relative;
  display: block;
  padding: 0px 24px 0px 1px;
  color: #fff;
  text-decoration: none !important;
}

#lang_sel > ul > li .lang_sel_sel:after {
  content: "";
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  right: 2px;
  top: 50%;
  margin: -2px 0 0;
}

#lang_sel > ul > li > ul {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 100%;
  min-width: 100%;
  background: #002e5b;
  list-style: none;
  padding: 2px 0 12px;
  margin: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

#lang_sel > ul > li > ul a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-decoration: none !important;
  transition: background 0.3s ease;
}

#lang_sel > ul > li > ul a:hover {
  background: #6c98e1;
}

#lang_sel:hover > ul > li > ul {
  visibility: visible;
  opacity: 1;
}

/**
 * ------------------
 * Home Section Style
 * ------------------
 */
.header-section-2 .section-heading, .header-section-1 .page-url, .header-section-2 .page-url, .header-section-1 .link, .header-section-2 .link, .header-section-1 .separator, .header-section-2 .separator {
  color: #ffffff;
}

.header-section-1 .separator, .header-section-2 .separator {
  margin: 0 3px;
}

.header-section-1 .link, .header-section-2 .link {
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}

.header-section-1 .link:last-child, .header-section-2 .link:last-child {
  font-weight: 400;
  pointer-events: none;
  cursor: default;
}

.header-section-1 .link:hover, .header-section-2 .link:hover {
  text-decoration: underline !important;
}

.header-section-1 .tag-line, .header-section-2 .tag-line {
  line-height: 42px;
}

.header-section-1 .section-separator-big {
  /*padding-top: 275px;*/
  padding-top: 150px;
}

.header-section-1 .section-separator {
  padding-top: 249px;
}

.header-section-1 .section-heading {
  color: #FFFFFF;
}

.header-static .section-header .section-heading {
  color: #2a3855;
}

.header-static .section-header .tag-line {
  font-size: 27px;
  line-height: 1.35em;
  margin-top: 5px;
}

/**
 * -------------------
 * Home Section Slider
 * -------------------
 */
.carousel-home-slider {
  min-height: 542px;
}

.carousel-home-slider .header-item {
  position: relative;
  width: 100%;
  /*height: 100vh;*/
  height: 50vh;
  display: table;
  overflow-x: hidden;
}

.carousel-home-slider .slider-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
}

.carousel-home-slider .slider-background.bg-cover {
  background-position: 30% 50%;
}

@media (max-width: 767px) {
  .carousel-home-slider .slider-background.bg-cover {
    background-position: 55% 50%;
  }
}

@media (max-width: 767px) {
  .carousel-home-slider .slider-background {
    top: 62px;
  }
}

.carousel-home-slider .valign-center {
  display: table-cell;
  vertical-align: middle;
}

.carousel-home-slider .cd-content-animation {
  position: relative;
  z-index: 11;
}

.carousel-home-slider .section-heading, .carousel-home-slider .tag-line, .carousel-home-slider .btn-form {
  display: block;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.carousel-home-slider .section-heading {
  font-family: 'Open Sans';
  font-size: 60px;
  font-weight: 700;
  transition-delay: 500ms;
  /*color: #2a3855;*/
  color: #ffffff;
}

.carousel-home-slider .tag-line {
  /*color: #2a3855;*/
  color: #ffffff;
  margin-top: 10px;
  transition-delay: 700ms;
  font-style: normal;
  font-size: 28px;
  line-height: 1.35em;
}

.carousel-home-slider .btn-form {
  transition-delay: 900ms;
}

.carousel-home-slider .btn-form .btn i {
  color: #fdd428;
  margin-left: 10px;
}

.carousel-home-slider .btn-form .btn:hover i {
  color: #002e5b;
}

.carousel-home-slider .btn-form .btn.btn-elixir-yellow i {
  color: #002e5b;
}

.carousel-home-slider .btn-form .btn.btn-elixir-yellow:hover i {
  color: #FFFFFF;
}

.carousel-home-slider .synced .section-heading, .carousel-home-slider .synced .tag-line, .carousel-home-slider .synced .btn-form {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  opacity: 1;
}

.carousel-home-slider .owl-controls {
  margin: 0 !important;
}

.carousel-home-slider .owl-controls .owl-buttons div {
  position: absolute;
  top: calc(50% + 40px);
  background-color: transparent !important;
  color: #ffffff;
  font-size: 45px;
  padding: 0;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}

.carousel-home-slider .owl-controls .owl-prev {
  left: 15px;
  -webkit-transform: translate3d(-150%, -50%, 0);
  -ms-transform: translate3d(-150%, -50%, 0);
  transform: translate3d(-150%, -50%, 0);
}

.carousel-home-slider .owl-controls .owl-next {
  right: 15px;
  -webkit-transform: translate3d(150%, -50%, 0);
  -ms-transform: translate3d(150%, -50%, 0);
  transform: translate3d(150%, -50%, 0);
}

.carousel-home-slider:hover .owl-controls .owl-buttons div {
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 0.8;
}

.carousel-home-slider:hover .owl-controls .owl-buttons div:hover {
  opacity: 1;
}

/**
 * -------------------
 * Blank Section Style
 * -------------------
 */
.blank-page {
  min-height: 300px;
}

.blank-page .section-heading {
  color: rgba(35, 35, 35, 0.1);
}

/**
 * -----------------------
 * Registration Form Style
 * -----------------------
 */
.registration-form > .registration-form-outer {
  padding: 50px 35px;
}

.registration-form input[name="test-code"] {
  background-color: #2a3855;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
}

.registration-form .btn {
  border-radius: 0px;
  background: #2a3855;
  color: #ffffff;
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.14);
}

/**
 * --------------------
 * Business Item Style
 * --------------------
 */
.business-item .each-item-inner {
  overflow: hidden;
  display: block;
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.business-item .features-content .inner {
  background-color: #ffffff;
  padding: 50px;
}

.business-item .features-content .inner-small {
  background-color: #ffffff;
  padding: 35px 27px;
}

.business-item .features-image img {
  width: 100%;
}

.business-item .section-header {
  margin-bottom: 15px;
}

.business-item .section-heading {
  font-weight: 700;
}

.business-item .section-heading-2 {
  font-family: 'Open Sans';
  font-weight: 400;
  margin-bottom: 25px;
  font-style: italic;
}

.business-item .detail p {
  line-height: 30px;
}

.business-item .small-spacing p {
  line-height: 24px !important;
}

.business-item .medium-spacing p {
  line-height: 26px !important;
}

.business-item ol {
  padding-left: 20px;
}

.business-item .read-more, .business-item .btn-interest {
  margin-top: 28px;
}

.business-item .read-more .btn {
  color: #232323;
  border-color: #f8f8f8;
  background-color: #f8f8f8;
}

.business-item .read-more .btn:hover {
  background-color: #2a3855;
  border-color: #2a3855;
  color: #ffffff;
}

.signature .title {
  color: #232323;
  margin: 0;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.signature .position {
  font-size: 14px;
  font-weight: 400;
  color: rgba(35, 35, 35, 0.7);
}

.post-meta {
  margin-top: 5px;
  color: #8a8484;
  font-weight: 400;
}

.post-meta a {
  color: #8a8484;
  font-weight: 400;
}

.post-meta a:hover {
  color: #8a8484;
  text-decoration: underline !important;
}

blockquote {
  font-size: 21px;
  line-height: 30px;
  border-left-width: 2px;
  border-left-color: #2a3855;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #2a3855;
  text-align: left;
}

/**
 * -------------------
 * Testmonial Item Style
 * -------------------
 */
.testmonial-item .inner {
  display: block;
  padding: 60px;
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.testmonial-item .member {
  width: 100px;
  height: auto;
  border-radius: 50%;
  margin: auto;
}

.testmonial-item .title {
  font-weight: 400;
  text-transform: uppercase;
}

.testmonial-item strong {
  font-weight: 600;
}

.testmonial-item .detail {
  margin-bottom: 30px;
}

.testmonial-item p {
  font-size: 15px;
  line-height: 26px;
}

/**
 * -------------------
 * Services Item Style
 * -------------------
 */
.minHeight .each-item .inner {
  min-height: 265px;
}

.services-item .inner {
  display: block;
  padding: 28px;
  background-color: #ffffff;
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.services-item .services-image {
  width: 100%;
}

.services-item .title {
  margin-top: 0px;
  margin-bottom: 20px;
}

.services-item .title .fa {
  font-size: 30px;
}

.services-item .title-2 {
  font-family: 'Open Sans';
}

.services-item .detail, .services-item .tweet {
  line-height: 27px;
}

.services-item .detail-big {
  font-size: 21px;
  line-height: 35px;
  color: rgba(35, 35, 35, 0.7);
}

.services-item a[data-expanded-url] {
  display: block;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 15px;
}

/**
 * -------------------
 * Video Section Style
 * -------------------
 */
.video-section {
  position: relative;
}

.video-section .screenshot-outer {
  position: relative;
}

.video-section .screenshot-outer img {
  width: 100%;
}

.video-section .play-button {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.video-section .play-button .img-play {
  margin: auto;
  width: 90px;
  height: auto;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.video-section .popup-video {
  display: block;
}

.video-section .play-text {
  margin: 15px 0 0 0;
  letter-spacing: 3px;
}

.video-section:hover .play-button .img-play {
  -ms-box-shadow: 0 10px 23px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0 10px 23px rgba(0, 0, 0, 0.13);
  box-shadow: 0 10px 23px rgba(0, 0, 0, 0.13);
  -webkit-transform: translate3d(0, -2%, 0);
  -ms-transform: translate3d(0, -2%, 0);
  transform: translate3d(0, -2%, 0);
}

/**
 * ------------------------
 * Cta for request call
 * ------------------------
 */
.cta-request-call {
  padding: 50px 0px;
}

.cta-request-call h2 {
  margin-top: 0px;
  margin-bottom: 25px;
}

.cta-request-call .form-text {
  margin: 15px 0px 30px 0px;
  font-size: 16px;
  font-style: italic;
}

.cta-request-call .btn {
  border-radius: 0px;
}

/**
 * ------------------------
 * Fun-fact Style
 * ------------------------
 */
.funfacts {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
  position: relative;
}

.funfacts .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 56, 85, 0.62);
}

.funfacts .counter-box h3 {
  font-size: 50px;
}

.funfacts .counter-box p {
  font-size: 20px;
}

/**
 * ------------------------
 * Testimonial Style
 * ------------------------
 */
#clientSpeech {
  margin-top: 45px;
}

#clientSpeech .item .client-text {
  padding: 35px 0px;
}

#clientSpeech .item .client-text .client-name {
  margin-bottom: 5px;
}

/**
 * -------------------------------
 * Blog Card Style for homepage
 * -------------------------------
 */
.blog a.section-heading-btn {
  position: absolute;
  right: 15px;
  top: 19px;
}

.blog a:hover {
  text-decoration: none !important;
}

.blog .features-item .blog-post {
  margin-bottom: 40px;
  overflow: hidden;
  display: block;
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.blog .features-item .blog-post header {
  position: relative;
}

.blog .features-item .blog-post header .date {
  background-color: #2a3855;
  position: absolute;
  padding: 10px 20px;
  text-align: center;
  font-weight: 500;
  z-index: 9;
  color: #FFFFFF;
}

.blog .features-item .blog-post header .blog-element img {
  max-height: 234px;
  min-width: 100%;
}

.blog .features-item .blog-post .inner {
  background-color: #fff;
  padding: 30px;
}

.blog .features-item .blog-post .inner h4.blog-title {
  line-height: 22px;
  margin-bottom: 2px;
}

.blog .features-item .blog-post .inner .post-meta {
  color: #8a8484;
  font-weight: 400;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 14px;
}

.blog .features-item .blog-post .inner .detail p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #464646;
}

.blog .features-item .blog-post .inner .btn-interest {
  margin-top: 20px;
}

.blog .features-item .blog-post .inner .btn-interest:hover .right-icon .fa {
  webkit-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

/**
 * ------------------------
 * Contact Form Show Button
 * ------------------------
 */
.contact-button {
  padding: 35px 0;
}

.contact-button span {
  margin-right: 20px;
  font-size: 21px;
  position: relative;
  top: 6px;
  line-height: 45px;
  font-weight: 400;
}

/**
 * ------------------------------
 * Contact Form Ponup Model Style
 * ------------------------------
 */
.contact-us-model {
  background-color: rgba(42, 56, 85, 0.95);
}

.contact-us-model .full-line {
  margin-top: 16px;
  border-top-color: #2a3855;
}

.contact-us-model .close {
  position: absolute;
  right: 37px;
  top: 15px;
  opacity: .6;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 11;
}

.contact-us-model .close:hover {
  opacity: 1;
}

.contact-us-model .modal-content {
  border-radius: 0;
  width: 100%;
}

.contact-us-model .model-content .inner {
  padding: 40px;
}

.contact-us-model .single-form {
  margin-top: 17px;
}

.contact-us-model .form-control {
  background-color: #ffffff;
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.contact-us-model .form-control::-webkit-input-placeholder, .contact-us-model .form-control:-moz-placeholder, .contact-us-model .form-control::-moz-placeholder, .contact-us-model .form-control:-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.6);
}

.contact-us-model textarea {
  height: 137px !important;
}

.contact-us-model .input-outer {
  margin-bottom: 20px;
}

.contact-us-model .input-outer:last-child {
  margin-bottom: 0px;
}

.contact-us-model .btn {
  margin: 15px 0 0 0 !important;
}

/**
 * ---------------------
 * Contact Form Style
 * Comments Form Style
 * ---------------------
 */
.contact-form .form-control, .comments-form .form-control {
  height: 51px;
  background-color: #ffffff;
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.contact-form .form-control::-webkit-input-placeholder, .comments-form .form-control::-webkit-input-placeholder, .contact-form .form-control:-moz-placeholder, .comments-form .form-control:-moz-placeholder, .contact-form .form-control::-moz-placeholder, .comments-form .form-control::-moz-placeholder, .contact-form .form-control:-ms-input-placeholder, .comments-form .form-control:-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.6);
}

.contact-form .select-outer, .comments-form .select-outer {
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.contact-form select, .comments-form select {
  color: rgba(35, 35, 35, 0.6) !important;
}

.contact-form textarea, .comments-form textarea {
  height: 420px !important;
}

.contact-form .btn {
  height: 51px;
  margin: 0 !important;
}

.comments-form .btn {
  height: 51px;
  margin: 0 !important;
}

.comments-form textarea {
  height: 300px !important;
}

.comments-form .input-outer {
  margin-bottom: 30px;
}

/**
 * ----------------------------
 * Contact Form Full Area Style
 * ----------------------------
 */
.contact-address-area .map {
  background-color: rgba(42, 56, 85, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
}

.contact-address-area .map .map-inner {
  height: 100%;
  width: 100%;
}

.contact-address-area .contact-address {
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
}

.contact-address-area .map {
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
}

.contact-address-area .contact-address {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.contact-address-area .btn-map {
  padding: 16px 25px;
  height: 50px;
  margin: 0 !important;
}

.contact-address-area .btn-map span {
  float: left;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
}

.contact-address-area .btn-map .one {
  display: block;
}

.contact-address-area .btn-map .two {
  display: none;
}

.contact-address-area .btn-map .fa {
  float: right;
  font-size: 20px;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
}

.contact-address-area .btn-map:hover .fa {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.contact-address-area .btn-map:hover .fa:hover {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.contact-address-area.showMap .map {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.contact-address-area.showMap .contact-address {
  -webkit-transform: translate3d(0, 35%, 0);
  -ms-transform: translate3d(0, 35%, 0);
  transform: translate3d(0, 35%, 0);
  opacity: 0;
}

.contact-address-area.showMap .btn-map .one {
  display: none;
}

.contact-address-area.showMap .btn-map .two {
  display: block;
}

.contact-address-area.showMap .btn-map .fa {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/**
 * ---------------------
 * Contact Address Style
 * ---------------------
 */
.contact-address {
  padding: 40px 25px;
  margin: 0;
}

.contact-address .detail p {
  color: rgba(35, 35, 35, 0.7);
  line-height: 30px;
}

.contact-address .address-list li {
  margin-top: 22px;
}

.contact-address .address-list .title, .contact-address .address-list .sub-title {
  margin-bottom: 6px;
  margin-top: 0;
  display: block;
}

.contact-address .address-list .title {
  color: rgba(35, 35, 35, 0.95);
}

.contact-address .address-list .sub-title {
  font-weight: 400;
  color: rgba(35, 35, 35, 0.8);
}

.contact-address .address-list a:hover {
  color: #232323;
}

/**
 * -------------------------
 * Subscribe Form Outer Area
 * -------------------------
 */
.subscribe-form-area .subscribe-form-area-inner {
  padding: 40px;
}

.subscribe-form-area .section-header {
  margin-bottom: 29px;
}

.subscribe-form-area .section-header .sub-heading {
  margin-top: 5px;
}

.subscribe-form-area.light .subscribe-form-area-inner {
  background: rgba(42, 56, 85, 0.6);
}

.subscribe-form-area.dark .subscribe-form-area-inner {
  background: #2a3855;
}

.subscribe-form-area.semi-dark .subscribe-form-area-inner {
  background: rgba(42, 56, 85, 0.8);
}

/**
 * ---------------------
 * Subsctibe Form Style
 * ---------------------
 */
.subscribe-form .form-control, .subscribe-form .btn {
  border-radius: 50px !important;
  margin: 0px;
  font-family: 'Open Sans';
  font-style: normal;
}

.subscribe-form .form-control {
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
}

.subscribe-form .form-control::-webkit-input-placeholder, .subscribe-form .form-control:-moz-placeholder, .subscribe-form .form-control::-moz-placeholder, .subscribe-form .form-control:-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.6);
}

.subscribe-form .btn {
  color: #2a3855;
  min-width: 150px;
}

.subscribe-form .outer {
  padding: 10px;
}

.subscribe-form .outer:last-child {
  padding-right: 0px;
}

.subscribe-form .outer:first-child {
  padding-left: 0px;
}

/**
 * -----------------
 * Social Icon Style
 * -----------------
 */
.social-icon {
  display: inline-block;
}

.social-icon li {
  list-style: none;
  margin-bottom: 15px;
}

.social-icon li a {
  text-align: left;
  display: block;
}

.social-icon li a .fa {
  font-size: 18px;
  text-align: center;
  width: 46px;
  height: 46px;
  padding: 14px 9px;
  border-radius: 0%;
  margin-right: 15px;
  background-color: #2a3855;
  color: #ffffff;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-icon li a .name {
  position: relative;
  top: 0px;
  letter-spacing: 2px;
 font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.social-icon li a:hover .fa, .social-icon li a:focus .fa {
  background-color: #ffffff;
  color: #2a3855;
}

.social-icon li:last-child {
  margin-bottom: 0;
}

.social-icon.light li a .name {
  color: #ffffff;
}

.social-icon.dark li a .name {
  color: #232323;
}

.social-icon-left {
  display: inline-block;
}

.social-icon-left li {
  list-style: none;
  margin-bottom: 0;
  float: left;
}

.social-icon-left li a .fa {
  font-size: 14px;
  text-align: center;
  width: 35px;
  height: 35px;
  padding: 11px 9px;
  border-radius: 0%;
  margin-right: 10px;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-icon-left li:last-child {
  margin-bottom: 0;
}

.social-icon-left li:last-child .fa {
  margin-right: 0;
}

.social-icon-left.big-icon li a .fa {
  font-size: 16px;
  width: 42px;
  height: 42px;
  padding: 14px 9px;
}

.social-icon-left.light li a .fa {
  background-color: #f1f0ee;
  color: #2a3855;
}

.social-icon-left.light li a:hover .fa, .social-icon-left.light li a:focus .fa {
  background-color: #2a3855;
  color: #ffffff;
}

.social-icon-left.dark li a .fa {
  background-color: #2a3855;
  color: #ffffff;
}

.social-icon-left.dark li a:hover .fa, .social-icon-left.dark li a:focus .fa {
  background-color: #ffffff;
  color: #2a3855;
}

/**
 * ----------------------
 * Side Navigation  Style
 * ----------------------
 */
.side-navbar {
  display: inline-block;
}

.side-navbar li {
  list-style: none;
  margin-bottom: 0px;
}

.side-navbar li a {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.side-navbar li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.side-navbar li a:hover:before, .side-navbar li a:focus:before {
  opacity: 1;
}

.side-navbar li:last-child {
  margin-bottom: 0;
}

.side-navbar.light li a {
  color: #ffffff;
}

.side-navbar.light li a::before {
  background-color: #ffffff;
}

.side-navbar.light li a:hover, .side-navbar.light li a:focus {
  color: #ffffff;
}

.side-navbar.dark li a {
  color: #232323;
}

.side-navbar.dark li a::before {
  background-color: #232323;
}

.side-navbar.dark li a:hover, .side-navbar.dark li a:focus {
  color: #232323;
}

/**
 * --------------------
 * All Weigets
 * --------------------
 */
.blog-side-item .heading {
  background-color: #ffffff;
  margin: 0;
  padding: 10px;
  margin-bottom: 30px;
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.blog-side-item .triangle-bottom::before {
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.12);
}

/**
 * ------------------------
 * Side Wedget - Catagories
 * ------------------------
 */
.catagories li a {
  display: block;
  background: #ffffff;
  padding: 12px;
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 1px;
  color: rgba(35, 35, 35, 0.65);
}

.catagories li a:hover {
  color: #232323;
}

/**
 * -------------------------
 * Side Wedget - Recent Post
 * -------------------------
 */
.recent-post li {
  margin-bottom: 22px;
}

.recent-post li:last-child {
  margin-bottom: 0px;
}

.recent-post .post-title {
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 14px;
  line-height: 23px;
  color: rgba(35, 35, 35, 0.9);
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  text-align: left;
}

.recent-post .date {
  color: rgba(35, 35, 35, 0.65);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  display: block;
}

.recent-post img {
  width: 70px;
  height: auto;
}

/**
 * -----------------
 * Side Wedget - tag
 * -----------------
 */
.tags li {
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
}

.tags li a {
  background-color: #ffffff;
  padding: 0px 10px;
  color: rgba(35, 35, 35, 0.6);
}

.tags li a:hover {
  color: #ffffff;
  background-color: #2a3855;
}

.tags.border li a {
  border: 1px solid;
  border-color: rgba(42, 56, 85, 0.28);
}

.tags.border li a:hover {
  border-color: #2a3855;
}

/**
 * -----------------------
 * Search Form Style Style
 * -----------------------
 */
.search-form {
  background: #ffffff;
  padding: 10px 3px;
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.search-form .form-control, .search-form .btn {
  margin: 0px;
  height: 30px;
  border: 0px solid;
  background-color: transparent;
}

.search-form .form-control {
  font-size: 14px;
  letter-spacing: 1px;
}

.search-form .form-control::-webkit-input-placeholder, .search-form .form-control:-moz-placeholder, .search-form .form-control::-moz-placeholder, .search-form .form-control:-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.7);
}

.search-form .btn {
  font-size: 17px;
  padding: 0 16px;
}

.quick-search-form {
  padding: 9px 0;
  position: relative;
  z-index: 9999;
}

.quick-search-form .btn-quick-button {
  margin: 0px;
  height: 22px;
  width: 40px;
  border: 0px solid;
  padding: 0 10px 3px 10px;
  background-color: transparent;
  font-size: 17px;
  position: relative;
  border-radius: 0;
}

.quick-search-form .btn-quick-button .fa-search {
  display: block;
}

.quick-search-form .btn-quick-button .fa-close {
  display: none;
}

.quick-search-form .search-form {
  position: absolute;
  padding: 6px 3px;
  top: 0;
  right: 47px;
  width: 200px;
  display: none;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

.quick-search-form.quick-search-close .btn-quick-button:before {
  opacity: 0;
}

.quick-search-form.quick-search-close .btn-quick-button .fa-search {
  display: none;
}

.quick-search-form.quick-search-close .btn-quick-button .fa-close {
  display: block;
}

.quick-search-form.quick-search-close .search-form {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/**
 * -----------------------
 * Banner Style
 * -----------------------
 */
.banner-item {
  padding: 10px;
  background-color: #ffffff;
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.banner-item img {
  opacity: .8;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

.banner-item a {
  display: block;
  background-color: #2a3855;
  position: relative;
}

.banner-item a:hover img {
  opacity: .65;
}

.banner-item .image-size {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.banner-item .image-size h4 {
  font-weight: 600 !important;
  margin: 0;
}

/**
 * ------------------
 * Team Section Style
 * ------------------
 */
.team-member .inner {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.team-member .team-content {
  padding: 18px 18px 24px 18px;
}

.team-member .member {
  width: 100%;
}

.team-member .title {
  color: #232323;
  margin: 0;
  line-height: 16px;
  font-weight: 400;
}

.team-member .position {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid;
  border-bottom-color: rgba(35, 35, 35, 0.1);
  padding-bottom: 2px;
  margin-bottom: 5px;
  color: rgba(35, 35, 35, 0.7);
}

.team-member .detail {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(35, 35, 35, 0.7);
  margin-bottom: 0;
  margin-top: 10px;
}

.team-member .btn-form {
  letter-spacing: 2px;
  margin-top: 15px;
}

.team-member .btn {
  text-transform: uppercase;
}

.team-member .social-icon-left {
  margin-top: 15px;
}

/**
 * --------------
 * Tab Item Style
 * --------------
 */
.tab-item .nav-tabs {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-item .nav-tabs li {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid;
  border-color: #f8f8f8;
}

.tab-item .nav-tabs li a {
  font-size: 14px;
 font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  line-height: 58px;
  width: 100%;
  height: 55px;
  margin-top: 7px;
  padding: 0 5px;
  border: 0px solid !important;
  background-color: #2a3855;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.1s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tab-item .nav-tabs li.active a {
  height: 62px;
  margin: 0px;
  line-height: 73px;
  background-color: #ffffff;
  color: #2a3855;
  box-shadow: 1px -2px 2px rgba(0, 0, 0, 0.03), 0 -1px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.03);
}

.tab-item .tab-content {
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.tab-item .tab-content .tab-pane {
  padding: 40px;
  background-color: #ffffff;
}

.tab-item .tab-content p {
  font-size: 15px;
  line-height: 30px;
}

/**
 * ---------------------
 * Count Down Area Style
 * ---------------------
 */
.count-down-area, .error-404-area {
  background-color: rgba(255, 255, 255, 0.8);
}

/**
 * ----------------
 * Count Down Style
 * ----------------
 */
.count-down .each-item {
  width: 25%;
  float: left;
  padding: 15px;
}

.count-down .title, .count-down .number {
  margin: 0;
}

.count-down .title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.count-down .lines {
  width: 40px;
  border-top-width: 2px;
  border-top-color: rgba(42, 56, 85, 0.2);
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 19px;
}

/**
 * ----------------
 * Error 404 Style
 * ----------------
 */
.error-404 .section-heading {
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
}

/**
 * ------------------
 * Post Comment Style
 * ------------------
 */
.post-comment .media img {
  width: 70px;
  height: auto;
  border-radius: 50%;
}

.post-comment .media .media img {
  width: 55px;
}

.post-comment .media-heading {
  float: left;
  padding-right: 50px;
  font-weight: 400;
}

.post-comment .pull-left {
  padding-right: 35px;
}

.post-comment .media-body {
  color: rgba(35, 35, 35, 0.55);
}

.post-comment .comment-option, .post-comment .media-body, .post-comment .media-heading {
  text-align: left;
}

.post-comment .post-meta {
  text-align: left;
  font-weight: 400;
  color: rgba(35, 35, 35, 0.5);
}

.post-comment .comment-option {
  margin-top: 25px;
}

.post-comment .long-lines {
  margin-top: 35px;
  margin-bottom: 35px;
  border-top-color: rgba(35, 35, 35, 0.12);
}

.post-comment .reply {
  font-family: 'Open Sans';
  color: rgba(35, 35, 35, 0.6);
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.post-comment .reply:hover {
  color: #232323;
}

/**
 * ------------------------
 * Carousel Container Style
 * ------------------------
 */
.carousel-container .owl-pagination {
  margin-top: 40px;
}

.carousel-container .owl-pagination .owl-page span {
  background-color: #2a3855;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}

.carousel-container .owl-pagination .owl-page.active span {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

/**
 * ----------------------
 * More Button Item Style
 * ----------------------
 */
.more-button-section.section-separator-small {
  padding-top: 50px;
  padding-bottom: 110px;
}

/**
 * ---------------------------------
 * Two Column Vertical Section Style
 * ---------------------------------
 */
.two-column-vertical .two-column-content {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.two-column-vertical .two-column-image {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.two-column-vertical .two-column-image > .inner {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: top;
  background-attachment: initial;
  background-repeat: no-repeat;
}

/**
 * --------------------
 * Footer Section Style
 * --------------------
 */
.footer-section-1 .template-logo .logo {
  margin-bottom: 0px;
}

.footer-section-1 .text {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
}

.home-page-header {
  min-height: 100vh;
}

/*----------------------------------
		Nav style 2
-----------------------------------*/
#navbar {
  position: relative;
  z-index: 99999;
}

.nav_top {
  position: relative;
  padding: 43px 0 71px;
  background: #002e5b;
}

.nav_top:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: block;
}

.nav_top .container {
  position: relative;
  z-index: 15;
}

.logo {
  float: left;
  font-size: 30px;
  text-transform: uppercase;
  color: #333;
}

.logo a {
  display: block;
}

.logo a img {
  max-width: inherit;
}

.nav_top .icon_text {
  float: right;
  margin: 5px 0 0 62px;
  line-height: 16px;
}

#stm_wpml_lang_switcher {
  position: relative;
  margin: 0 0 0 51px;
  padding: 15px 0;
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
}

#stm_wpml_lang_switcher ul {
  position: absolute;
  left: -20px;
  top: -4px;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 2;
  padding: 55px 25px 8px 20px;
  margin: 0;
  display: none;
}

#stm_wpml_lang_switcher:hover ul {
  display: block;
}

#stm_wpml_lang_switcher .active_language {
  position: relative;
  color: #999;
  cursor: pointer;
  z-index: 5;
}

#stm_wpml_lang_switcher .active_language .fa {
  margin: 0 0 0 4px;
}

#stm_wpml_lang_switcher li {
  margin: 0 0 10px;
  font-weight: 400;
}

#stm_wpml_lang_switcher li a {
  color: #aaa;
}

#stm_wpml_lang_switcher li a:hover {
  color: #002e5b;
}

.nav_style_2 {
  width: 100%;
}

/*.nav_style_2 .nav_top {
  background: rgba(255, 255, 255, 0.3);
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}*/


.nav_style_2 .nav_top:before {
  display: none;
}

.nav_style_2 .nav_top .logo {
  float: none;
}

.nav_style_2 .nav_top .logo a {
  margin-top: -12px;
}

.nav_style_2 .nav_top .top_nav {
  position: relative;
  float: none;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
  padding: 20px 0;
  overflow: inherit;
}

.nav_style_2 .nav_top .top_nav .top_nav_wrapper, .nav_style_2 .nav_top .top_nav .main_menu_nav {
  background: none;
  box-shadow: none;
  float: left;
}

.nav_style_2 .nav_top .top_nav .top_nav_wrapper > ul, .nav_style_2 .nav_top .top_nav .main_menu_nav > ul {
  padding: 0;
}

.nav_style_2 .nav_top .top_nav .top_nav_wrapper > ul > li, .nav_style_2 .nav_top .top_nav .main_menu_nav > ul > li {
  letter-spacing: -.04em;
}

.nav_style_2 .nav_top .top_nav .top_nav_wrapper > ul > li > a, .nav_style_2 .nav_top .top_nav .main_menu_nav > ul > li > a {
  color: #002e5b;
  padding: 10px 16px;
  height: auto;
}

.nav_style_2 .nav_top .top_nav .top_nav_wrapper > ul > li.current_page_item > a, .nav_style_2 .nav_top .top_nav .top_nav_wrapper > ul > li.current-menu-ancestor > a, .nav_style_2 .nav_top .top_nav .top_nav_wrapper > ul > li.current-menu-parent > a, .nav_style_2 .nav_top .top_nav .top_nav_wrapper > ul > li.current_page_parent > a, .nav_style_2 .nav_top .top_nav .top_nav_wrapper > ul > li.current_page_ancestor > a {
  color: #6c98e1;
}

.nav_style_2 .nav_top .top_nav .main_menu_nav > ul > li.current_page_item > a, .nav_style_2 .nav_top .top_nav .main_menu_nav > ul > li.current-menu-ancestor > a, .nav_style_2 .nav_top .top_nav .main_menu_nav > ul > li.current-menu-parent > a, .nav_style_2 .nav_top .top_nav .main_menu_nav > ul > li.current_page_parent > a, .nav_style_2 .nav_top .top_nav .main_menu_nav > ul > li.current_page_ancestor > a {
  color: #6c98e1;
}

.nav_style_2 .nav_top .top_nav .top_nav_wrapper > ul > li:hover > a, .nav_style_2 .nav_top .top_nav .main_menu_nav > ul > li:hover > a {
  color: #6c98e1;
}

.top_bar {
  position: relative;
  z-index: 20;
  font-size: 13px;
  background-color: #002e5b;
}

#lang_sel {
  position: relative;
  float: right;
  transition: all .3s ease;
}

#lang_sel > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#lang_sel > ul > li .lang_sel_sel {
  position: relative;
  display: block;
  padding: 16px 24px 16px 1px;
  color: #fff;
  text-decoration: none !important;
}

#lang_sel > ul > li .lang_sel_sel:after {
  content: "";
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  right: 2px;
  top: 50%;
  margin: -2px 0 0;
}

#lang_sel > ul > li > ul {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 100%;
  min-width: 100%;
  background: #002e5b;
  list-style: none;
  padding: 2px 0 12px;
  margin: 0;
  opacity: 0;
  transition: all .3s ease;
}

#lang_sel > ul > li > ul a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-decoration: none !important;
  transition: background .3s ease;
}

#lang_sel > ul > li > ul a:hover {
  background: #6c98e1;
}

#lang_sel:hover {
  background: #002e5b;
}

#lang_sel:hover > ul > li > ul {
  visibility: visible;
  opacity: 1;
}

.top_bar_info_wr {
  position: relative;
  float: left;
}

.top_bar_info_wr .top_bar_info_switcher {
  position: relative;
  float: left;
  background: #fdd428;
  font-size: 13px;
}

.top_bar_info_wr .top_bar_info_switcher .active {
  position: relative;
  cursor: pointer;
  padding: 14px 42px 16px 21px;
  color: #002e5b;
  text-decoration: none !important;
  min-width: 160px;
}

.top_bar_info_wr .top_bar_info_switcher .active i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  font-size: 16px;
}

.top_bar_info_wr .top_bar_info_switcher .active span {
  display: inline-block;
  vertical-align: middle;
}

.top_bar_info_wr .top_bar_info_switcher .active:after {
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #002e5b;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -2px 0 0;
}

.top_bar_info_wr .top_bar_info_switcher ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: #002e5b;
  list-style: none;
  padding: 12px 0;
  margin: 0;
  min-width: 100%;
}

.top_bar_info_wr .top_bar_info_switcher ul a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-decoration: none !important;
  transition: background .3s ease;
}

.top_bar_info_wr .top_bar_info_switcher ul a:hover {
  background: #6c98e1;
}

.top_bar_info_wr .top_bar_info {
  display: none;
  float: right;
  margin: 0;
  padding: 0 6px 0 0;
  list-style: none;
}

.top_bar_info_wr .top_bar_info:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 50px;
}

.top_bar_info_wr .top_bar_info li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 23px;
  color: #fff;
  font-size: 13px;
}

.top_bar_info_wr .top_bar_info li a {
  color: #fff;
  text-decoration: none !important;
  transition: all .3s ease;
}

.top_bar_info_wr .top_bar_info li a:hover span {
  text-decoration: underline;
}

.top_bar_info_wr .top_bar_info li i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
  font-size: 16px;
  color: #fdd428;
}

.top_bar_info_wr .top_bar_info li span {
  display: inline-block;
  vertical-align: middle;
}

.top_bar_contacts {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

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

.top_bar_contacts > li {
  float: left;
  margin: 0 80px 0 0;
  color: #fff;
  font-size: 13px;
}

.top_bar_contacts > li .top_bar_contacts_text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.top_bar_contacts > li a {
  color: #fff;
}

.top_bar_contacts > li i {
  margin-right: 10px;
  font-size: 16px;
  color: #6c98e1;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}

.top_bar_contacts > li i.stm-email {
  font-size: 12px;
}

.top_bar_contacts > li i.stm-location-2 {
  font-size: 17px;
}

.top_nav {
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  z-index: 20;
}

.top_nav .top_nav_wrapper {
  background: #002e5b;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.52);
}

.top_nav .top_nav_wrapper > ul {
  position: relative;
  font-family: 'Open Sans';
  list-style: none;
  margin: 0;
  padding: 0 35px;
  float: left;
}

.top_nav .main_menu_nav > ul {
  position: relative;
  list-style: none;
  margin: 0;
  float: left;
}

.top_nav .top_nav_wrapper > ul:after, .top_nav .main_menu_nav > ul:after {
  content: '';
  clear: both;
  display: table;
}

.top_nav .top_nav_wrapper > ul > li, .top_nav .main_menu_nav > ul > li {
  position: relative;
  float: left;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 600 !important;
  text-transform: lowercase;
}

.top_nav .top_nav_wrapper > ul > li.current_page_item > a, .top_nav .top_nav_wrapper > ul > li.current-menu-ancestor > a, .top_nav .top_nav_wrapper > ul > li.current-menu-parent > a, .top_nav .top_nav_wrapper > ul > li.current_page_parent > a, .top_nav .top_nav_wrapper > ul > li.current_page_ancestor > a {
  color: #fdd428;
}

.top_nav .main_menu_nav > ul > li.current_page_item > a, .top_nav .main_menu_nav > ul > li.current-menu-ancestor > a, .top_nav .main_menu_nav > ul > li.current-menu-parent > a, .top_nav .main_menu_nav > ul > li.current_page_parent > a, .top_nav .main_menu_nav > ul > li.current_page_ancestor > a {
  color: #fdd428;
}

.top_nav .top_nav_wrapper > ul > li:hover > a, .top_nav .main_menu_nav > ul > li:hover > a {
  color: #fdd428;
}

.top_nav .top_nav_wrapper > ul > li > a, .top_nav .main_menu_nav > ul > li > a {
  position: relative;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  color: #fff;
  padding: 21px 16px;
  height: 64px;
  text-decoration: none !important;
  transition: all .3s ease;
}

.top_nav .top_nav_wrapper .sub-menu > li.menu-item-has-children > a, .top_nav .top_nav_wrapper .sub-menu > li.page_item_has_children > a {
  position: relative;
}

.top_nav .top_nav_wrapper .sub-menu > li.menu-item-has-children > a:hover:before, .top_nav .top_nav_wrapper .sub-menu > li.page_item_has_children > a:hover:before {
  border-left-color: #fdd428;
}

.top_nav .top_nav_wrapper .sub-menu > li.menu-item-has-children > a:before, .top_nav .top_nav_wrapper .sub-menu > li.page_item_has_children > a:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -4px 0 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #ccc;
}

.top_nav .main_menu_nav > ul > li.menu-item-has-children > a, .top_nav .main_menu_nav > ul > li.page_item_has_children > a {
  padding-right: 23px;
}

.top_nav .top_nav_wrapper > ul > li ul, .top_nav .main_menu_nav > ul > li ul {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  list-style: none;
  padding: 14px 0;
  margin: 0;
  width: 230px;
  z-index: 1;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
  transition: all .3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top_nav .top_nav_wrapper > ul > li ul ul, .top_nav .main_menu_nav > ul > li ul ul {
  left: 100%;
  top: -2px;
  background: #002e5b;
  padding: 6px 0 4px;
}

.top_nav .top_nav_wrapper > ul > li ul ul li a, .top_nav .main_menu_nav > ul > li ul ul li a {
  color: #fff;
  padding: 12px 26px;
}

.top_nav .top_nav_wrapper > ul > li ul ul li a:hover, .top_nav .main_menu_nav > ul > li ul ul li a:hover {
  color: #fdd428;
}

.top_nav .top_nav_wrapper > ul li:hover > ul, .top_nav .main_menu_nav > ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.top_nav .top_nav_wrapper > ul > li ul li, .top_nav .main_menu_nav > ul > li ul li {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #333;
}

.top_nav .top_nav_wrapper > ul > li ul li a {
  display: block;
  padding: 13px 26px 11px;
  color: #333;
  text-decoration: none !important;
}

.top_nav .main_menu_nav > ul > li ul li a {
  display: block;
  padding: 13px 26px 11px;
  color: #333;
  text-decoration: none !important;
}

.top_nav .main_menu_nav > ul > li ul li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  height: 2px;
  background: #002e5b;
  opacity: 0;
  visibility: hidden;
}

.top_nav .top_nav_wrapper > ul > li ul li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  height: 2px;
  background: #002e5b;
  opacity: 0;
  visibility: hidden;
}

.top_nav .main_menu_nav > ul > li ul li:after, .top_nav .top_nav_wrapper > ul > li ul li:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #002e5b;
  opacity: 0;
  visibility: hidden;
}

.top_nav .main_menu_nav > ul > li ul li:hover:before, .top_nav .top_nav_wrapper > ul > li ul li:hover:before, .top_nav .main_menu_nav > ul > li ul li:hover:after, .top_nav .top_nav_wrapper > ul > li ul li:hover:after {
  opacity: 1;
  visibility: visible;
}

.top_nav .main_menu_nav > ul > li ul li:hover > a, .top_nav .top_nav_wrapper > ul > li ul li:hover > a {
  background: #002e5b;
  color: #fff;
}

.top_nav .icon_text {
  float: right;
  padding: 0 0 0 35px;
  margin: 18px 38px 0 0;
  color: #fff;
}

.top_nav .icon_text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin: -17px 0 0 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  height: 27px;
}

.top_nav .icon_text strong {
  color: #fff;
  font-size: 18px;
  font-weight: 700 !important;
  font-family: 'Open Sans';
}

.top_nav .icon_text strong a {
  color: #fff;
  font-size: 18px;
}

.top_nav .icon_text span {
  font-size: 13px;
}

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/
@media (max-width: 991px) {
  /**
	   * -----------
	   * Navigation
	   * -----------
	   */
  .main-navbar-top .navbar-brand {
    padding: 27px 0;
    margin-right: 29px;
    max-width: 95px;
  }
  .main-navbar-top .navbar-bottom-outer .navbar-nav > li > a {
    margin-right: 20px;
  }
  .main-navbar-top .navbar-top-outer .navbar-right {
    float: left !important;
  }
  /**
	   * --------------------
	   * Blog Side Item Style
	   * --------------------
	   */
  .blog-side-item > .inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  /**
	   * ---------------------------------
	   * Two Column Vertical Section Style
	   * ---------------------------------
	   */
  .two-column-vertical .two-column-content, .two-column-vertical .two-column-image {
    display: block;
    margin-bottom: 30px;
  }
  .two-column-vertical .two-column-content:last-child {
    margin-bottom: 0px;
  }
  .two-column-vertical .two-column-image {
    min-height: 400px;
  }
  .two-column-vertical .two-column-image:last-child {
    margin-bottom: 0px;
  }
  /**
	   * --------------------
	   * Footer Section Style
	   * --------------------
	   */
  .footer-section-1 .template-logo {
    text-align: center;
  }
  .footer-section-1 .text {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  /**
	   * --------------------------
	   * Features Item Defual Style
	   * --------------------------
	   */
  .features-item .each-item:last-child {
    margin-bottom: 30px;
  }
  /**
	   * -----------
	   * Navigation
	   * -----------
	   */
  .main-navbar-top .navbar-brand {
    height: 63px;
    margin-right: 30px;
    padding: 18px 15px;
  }
  .main-navbar-top .navbar-collapse {
    padding: 0px;
    border-top: 1px solid #232f47;
  }
  .main-navbar-top .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-navbar-top .navbar-nav li {
    float: left;
  }
  .main-navbar-top .navbar-bottom-outer {
    padding: 0 15px;
    background-color: #ffffff;
  }
  .main-navbar-top .navbar-bottom-outer .navbar-nav {
    border-bottom: 1px solid rgba(35, 35, 35, 0.1);
  }
  .main-navbar-top .navbar-bottom-outer .navbar-nav > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-navbar-top .navbar-bottom-outer .navbar-nav > li > a:before {
    content: initial;
  }
  .main-navbar-top .navbar-bottom-outer .navbar-nav > li:last-child {
    border-bottom: 0px solid;
  }
  .main-navbar-top .navbar-bottom-outer .navbar-nav > li.active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .main-navbar-top .navbar-bottom-outer .navbar-nav li {
    display: block;
    float: none;
  }
  .main-navbar-top .navbar-bottom-outer .navbar-nav li a {
    padding: 9px 0;
    margin: 0 8px;
  }
  .main-navbar-top .navbar-bottom-outer .navbar-nav li ul {
    position: relative;
    width: 100%;
    top: 0px !important;
  }
  .main-navbar-top .navbar-bottom-outer .sub-menu li a {
    margin: 0 !important;
  }
  .main-navbar-top .navbar-right {
    float: right;
  }
  .main-navbar-top .navbar-top-outer .navbar-nav, .main-navbar-top .contact-address {
    padding: 10px 0 5px 0;
    border-bottom: 0px solid #232f47;
    float: none;
    display: inline-block;
    width: 100%;
  }
  .main-navbar-top .navbar-top-outer ul li, .main-navbar-top .contact-address ul li {
    float: none;
    display: inline-block;
  }
  /**
	   * ---------------------
	   *   Defult Button Style
	   * ---------------------
	   */
  .btn {
    margin: 10px;
  }
  .btn:last-child {
    margin-right: 10px;
  }
  /**
	   * --------------
	   * Header Style 1
	   * --------------
	  */
  .header-section-1 .section-separator-big, .header-section-1 .section-separator {
    padding-top: 160px;
  }
  /**
	   * -------------------------
	   * Business Item Oute Style
	   * -------------------------
	   */
  .business-item > .each-item-inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .business-item .features-image.vertical-middle {
    height: 250px;
  }
  .business-item .features-content .inner {
    padding: 40px 20px;
  }
  .business-item .triangle-left::before {
    top: auto;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 50%, 0) rotate(45deg);
    transform: translate3d(-50%, 50%, 0) rotate(45deg);
  }
  .business-item .triangle-right::before {
    bottom: auto;
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }
  .business-item ol li {
    text-align: left;
    list-style: inherit;
  }
  /**
	   * -------------------------
	   * Business Item Area
	   * -------------------------
	   */
  .signature {
    text-align: center;
  }
  /**
	   * -------------------
	   * Testmonial Item Style
	   * -------------------
	   */
  .testmonial-item .inner {
    padding: 40px 20px;
  }
  /**
	   * -------------------
	   * Services Item Style
	   * -------------------
	   */
  .services-item > .inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 28px 20px;
  }
  .minHeight .each-item .inner {
    min-height: auto;
  }
  /**
	   * -------------------
	   * Video Section Style
	   * -------------------
	   */
  .video-section .play-button {
    width: 100%;
  }
  .video-section .play-button .img-play {
    width: 50px;
  }
  .video-section .play-text {
    margin-top: 10px;
  }
  /**
	   * -------------------
	   * Testmonial Item Style
	   * -------------------
	   */
  .testmonial-item > .inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  /**
	   * -------------------------
	   * Subscribe Form Outer Area
	   * -------------------------
	   */
  .subscribe-form-area .subscribe-form-area-inner {
    padding: 20px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  /**
	   * ---------------------
	   * Subsctibe Form Style
	   * ---------------------
	   */
  .subscribe-form .input-group {
    display: block;
  }
  /**
	   * -----------------
	   * Social Icon Style
	   * -----------------
	   */
  .social-icon-area .social-icon-area-inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .social-icon-area .padding-l-40 {
    padding-left: 0;
  }
  /**
	   * ----------------------
	   * Side Navigation  Style
	   * ----------------------
	   */
  .side-navbar-area .side-navbar-area-inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .side-navbar-area .padding-l-40 {
    padding-left: 0;
  }
  .side-navbar li a {
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
  /**
	   * ------------------------------
	   * Contact Form Ponup Model Style
	   * ------------------------------
	   */
  .contact-us-model .model-image {
    height: 200px;
  }
  /**
	   * ------------------------
	   * Contact Form Show Button
	   * ------------------------
	   */
  .contact-button span {
    display: block;
    margin-bottom: 25px;
    margin-right: 0px;
  }
  /**
	   * ------------------
	   * Team Section Style
	   * ------------------
	   */
  .team-member .inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  /**
	   * ----------------
	   * Error 404 Style
	   * ----------------
	   */
  .error-404 .section-heading {
    font-size: 100px;
  }
  /**
	   * ------------------
	   * Post Comment Style
	   * ------------------
	   */
  .post-comment .media-heading {
    float: none;
  }
  .post-comment .media img {
    width: 40px;
  }
  .post-comment .media .media img {
    width: 30px;
  }
  .post-comment .pull-left {
    padding-right: 10px;
  }
  /**
	   * ---------------------------------
	   * Two Column Vertical Section Style
	   * ---------------------------------
	   */
  .two-column-vertical .two-column-content .inner, .two-column-vertical .two-column-image .inner, .two-column-vertical .two-column-content .inner-small, .two-column-vertical .two-column-image .inner-small {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  /**
	   * ----------------------
	   * More Button Item Style
	   * ----------------------
	   */
  .more-button-section.section-separator-small {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  .more-services.section-separator-small {
    padding-top: 0px;
  }
}

@media (max-width: 500px) {
  .section-heading-btn {
    left: 15px;
    top: 72px;
    width: 117px;
  }
}

@media (max-width: 480px) {
  /**
	   * -------------------------
	   * Business Item Area
	   * -------------------------
	   */
  .business-item .features-image.vertical-middle {
    height: 200px;
  }
  /**
	   * ----------------
	   * Count Down Style
	   * ----------------
	   */
  .count-down .each-item {
    width: 50%;
  }
  .count-down .lines {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /**
	   * -----------------------
	   * Registration Form Style
	   * -----------------------
	   */
  .registration-form > .registration-form-outer {
    padding: 30px 0px;
  }
  .registration-form .btn {
    margin: 0 !important;
  }
}

@media (max-width: 320px) {
  /**
	   * ----------------
	   * Count Down Style
	   * ----------------
	   */
  .count-down .each-item {
    width: 100%;
  }
}

@media (max-height: 330px) {
  /**
	   * -----------
	   * Navigation
	   * -----------
	   */
  .main-navbar-top .navbar-collapse {
    max-height: 255px;
  }
}

/****************************************** NIRANJAN *********************************/
.nav_style_2 .nav_top {
    background: #002e5b none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    padding: 0;
}
.main_menu_nav li a {
    text-transform: uppercase;
    color: #ffffff !important;
}
.nav_style_2 {
  background-color: rgba(255, 255, 255, 0);
    left: 0;
    margin-top: 0;
    position: fixed !important;
    top: 0;
    right: 0;
}
.phone-num li i {
    color: #fdd428;
    display: inline-block;
    font-size: 21px;
    margin: 0 12px 0 0;
    vertical-align: middle;
}
.phone-num li span {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    /*vertical-align: middle;*/
}
.phone-num {
    float: right;
}
.phone-num > ul {
    margin-bottom: 0;
    margin-top: 9px;
}
.phone-num li {
    list-style: outside none none;
}
.top_nav .top_nav_wrapper > ul > li ul li a {
    color: #333333 !important;
}
.top_nav .top_nav_wrapper > ul > li ul li:hover a {
    color: #ffffff !important;
}
.logo.media-left.media-middle {
    padding-right: 0;
    width: 38%;
}
.logo-img {
    float: left;
    line-height: 54px;
    width: 12%;
}
.logo-text {
    /*color: #fdd428;*/
    float: left;
    
    /*line-height: 43px;*/
    width: 88%;
}
.logo-text > h3 {
    color: #fdd428;
    line-height: 37px;
    margin: 0;
    font-weight: bold;
}
.navbar-brand {
    float: none !important;
    height: 80px !important;
    padding: 15px 0 !important;
}
.font_8 {
    color: #ffffff;
    float: left;
    font-size: 10px;
    line-height: 10px;
    width: 100%;
}
.logo-img > img {
    width: 100%;
}
.business-item .features-content .inner-small {
    padding: 53px 27px;
}
.section-separator-smallest {
  padding-top: 0px !important; 
  padding-bottom: 55px !important
}
.margin-t-50 {
    margin-top: 0px;
}
.container.abo {
    /*margin-top: 84px;*/
    background: rgba(236, 236, 236, 0.6);
}
.font_2 {
    color: #050505;
}
.abt-para {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
}
.princ-head {
    color: #373737;
    font-size: 15px;
    margin-bottom: 0;
}
.container.cont {
    margin-top: 84px;
    min-height: 600px;
    padding-top: 40px;
}
textarea.form-control {
    height: auto !important;
}
.input-outer .btn.btn-elixir-white {
    background: #fdd428 none repeat scroll 0 0;
    border: 3px solid #fdd428;
    width: 100%;
}
.copywrite-sec {
    background: #585c5f none repeat scroll 0 0;
    padding: 10px 0;
    text-align: center;
}
.copyrite {
    color: #000000;
    font-size: 13px;
}
.something {
    min-height: 650px;
}
/********************* Header Responsive ******************************/
@media screen and (min-width: 320px) and (max-width: 480px) {
.logo.media-left.media-middle {
    width: 100%;
}
.media-body, .media-left, .media-right {
    display: block;
}
.media-body {
    width: 100%;
}
.main_menu_nav li a {
    font-size: 11px;
}
.nav_style_2 .nav_top .top_nav {
  padding: 0px 0;
}
.main_menu_nav li {
    width: 25%;
    float: left;
}
.sub-menu li {
    width: auto;
    float: none;
}
.main_menu_nav.navbar-left {
    float: none !important;
    margin: 0 auto !important;
    width: 80%;
}
.top_nav_wrapper.clearfix {
    width: 100%;
}
}
@media screen and (min-width: 481px) and (max-width: 640px) {
.logo.media-left.media-middle {
    width: 100%;
}
.media-body, .media-left, .media-right {
    display: block;
}
.media-body {
    width: 100%;
}
.main_menu_nav li a {
    font-size: 15px;
}
.main_menu_nav li {
    width: 25%;
    float: left;
}
.sub-menu li {
    width: auto;
    float: none;
}
.nav_style_2 .nav_top .top_nav {
  padding: 0px 0;
}
.main_menu_nav.navbar-left {
    float: none !important;
    margin: 0 auto !important;
    width: 80%;
}
.top_nav_wrapper.clearfix {
    width: 100%;
}
}
@media screen and (min-width: 768px) and (max-width: 850px) {
 .phone-num {
    display: none;
}
}
@media screen and (min-width: 851px) and (max-width: 899px) {
  .nav_top.clearfix.affix-top.top_bar .container {
    width: 860px;
}
}
@media screen and (min-width: 900px) and (max-width: 991px) {
  .nav_top.clearfix.affix-top.top_bar .container {
    width: 900px;
}
}
@media screen and (min-width: 320px) and (max-width: 480px) {
.top_nav .top_nav_wrapper > ul > li ul, .top_nav .main_menu_nav > ul > li ul {
  width: 171px;
  left: -40px
}
}
.two-column-image.video-section.col-md-6.col-sm-12 img {
    width: 100%;
}
.wel-text {
    margin-top: 10px;
    text-align: center;
}
.container.ser {
    margin-top: 85px;
    padding-top: 40px;
}
.chem-par {
    color: #373737;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
.log-par {
    color: #373737;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
.froz-par {
    color: #373737;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
.cont-form {
    margin-top: 85px;
    min-height: 600px;
    padding-top: 40px;
}
.cont-form h6 {
    text-align: center;
}
.abo .col-md-12 {
    padding: 10px 15px 20px;
}
@media screen and (min-width: 320px) and (max-width: 435px) {
  .ser-chem-sec img {
    width: 100%;
}
.ser-froz-sec1 > img {
    width: 100%;
}
.ser-froz-sec2 > img {
    width: 100%;
}
.ser-log-sec1 > img {
    width: 100%;
}
}

@media screen and (min-width: 991px) and (max-width: 1200px){
  .ser-chem-sec img {
    width: 100%;
}
.ser-froz-sec1 > img {
    width: 100%;
}
.ser-froz-sec2 > img {
    width: 100%;
}
.ser-log-sec1 > img {
    width: 100%;
} 
}

