/*=============================
  Variable CSS
===============================*/
:root {
  --ts-body-font-family: "Poppins", Helvetica, Arial, sans-serif;
  --ts-transparent-color: transparent;
  --ts-primary-color: #575757;
  --ts-primary-color-two: #f2f6ff;
  --ts-primary-color-three: #124ebb;
  --ts-secondary-color: #02031f;
  --ts-body-font-color: #676767;
  --ts-heading-font-color: #1b1d21;
  --ts-paragraph-color: #676767;
  --ts-placeholder-color: #676767;
  --ts-menu-color: #B5B5B5;
  --ts-section-background: #f9fbff;
  --ts-section-background-two: #eef7ff;
  --ts-section-background-three: #f4f4f4;
  --ts-section-background-four: #fafafa;
  --ts-body-font-size: 16px;
  --ts-heading1-font-size: 35px;
  --ts-heading2-font-size: 32px;
  --ts-heading3-font-size: 28px;
  --ts-heading4-font-size: 24px;
  --ts-heading5-font-size: 21px;
  --ts-heading6font-size: 18px;
  --ts-p1-font-size: 18px;
  --ts-p2-font-size: 16px;
  --ts-p3-font-size: 14px;
  --ts-body-font-weight: 400;
  --ts-body-font-bold: 600;
  --ts-body-font-bolder: 700;
  --ts-font-light: 300;
  --ts-line-height-p1: 26px;
  --ts-line-height-p2: 24px;
  --ts-line-height: 1.2;
  --ts-ghost-white: #f7fbff;
  --ts-quote-color: #dcdfe5;
  --ts-quote-color-two: #e5e5e5;
  --ts-blog-meta-color: #6a6a6a;
  --ts-lily-white: #e8faff;
  --ts-widget-border-color: #d6d6d6;
  --ts-widget-border-color-two: #efefef;
  --ts-widget-border-color-three: #E5E5E5;
  --ts-widget-border-color-four: #666666;
  --ts-contact-border-color: #c8c8c8;
  --ts--border30-radius: 30px;
  --ts--border20-radius: 20px;
  --ts--border10-radius: 10px;
  --ts--border5-radius: 5px;
  --ts-bright-turquoise: #17c7f8;
  --ts-blue: #1c9cea;
  --ts-blue-two: #4378e1;
  --ts-blue-three: #14b9e9;
  --ts-navy-blue: #082da3;
  --ts-violets-blue: #816ef6;
  --ts-zircon: #f4f7ff;
  --ts-indigo: #6610f2;
  --ts-purple: #b12aff;
  --ts-purple-two: #e056fd;
  --ts-magnolia: #fbf5ff;
  --ts-pink: #ff0099;
  --ts-red: #f9185d;
  --ts-red-two: #ef162f;
  --ts-blush: #fff7f9;
  --ts-orange: #fb491a;
  --ts-orange-two: #ff4d24;
  --ts-sauvignon: #fff8f6;
  --ts-yellow: #fabf1f;
  --ts-yellow-two: #ecb40b;
  --ts-yellow-three: #e1ab43;
  --ts-yellow-four: #e29104;
  --ts-island-spice: #fffaec;
  --ts-green: #07e09b;
  --ts-green-two: #22d361;
  --ts-clear: #effffa;
  --ts-teal: #20c997;
  --ts-brown: #AF144B;
  --ts-bubbles: #eafffb;
  --ts-cyan: #f5f8ff;
  --ts-white: #ffffff;
  --ts-black: #1b1d21;
  --ts-black-two: #010102;
  --ts-black-three: #2D2D2D;
  --ts-rich-black: #071022;
  --ts-gray: #dcdcdc;
  --ts-gray-two: #ebf2ff;
  --ts-gray-three: #d7d7d7;
  --ts-gray-four: #f6f9ff;
  --ts-gray-five: #c2c2c2;
  --ts-gray-six: #f8f8f8;
  --ts-gray-seven: #e1e1e1;
  --ts-gray-eight: #646464;
  --ts-gray-nine: #9f9f9f;
  --facebook: #1877f2;
  --twitter: #1c9cea;
  --instagram: #833ab4;
  --linkedin: #0077b5;
  --pinterest: #e60023;
  --youtube: #c4302b;
  --skype: #00aff0;
  --scale: scale(1.05);
}

body {
  width: 100%;
  height: 100%;
  font-family: var(--ts-body-font-family);
  margin: 0 auto;
  font-weight: var(--ts-body-font-weight);
  color: var(--ts-primary-color);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: var(--ts-white);
  overflow-x: hidden;
  position: relative;
}

html {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #5c727d;
}

a:hover {
  text-decoration: none;
}

a img {
  border: 0px none;
}

a:hover {
  outline: none;
}

a:active {
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
  outline-offset: 0px;
  text-decoration: none;
  /*  color:#fff;*/
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
}

.clear_l {
  clear: both;
}

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

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

header,
nav,
article,
footer,
section,
aside,
figure,
figcaption {
  display: block
}

.btn,
.btn:focus,
button {
  outline: none;
  border: none;
  box-shadow: none;
}

a:hover,
.btn:hover {
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

select,
select:focus,
input:focus,
.btn:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
  outline: none;
  border-top-color: none;
  border-right-color: none;
  border-left-color: none;
}

.noPadding {
  padding: 0;
}

.page-item.active .page-link {
  background-color: #567c32;
  border-color: #567c32;
}

/* :: 6.0 Buttons CSS */
.btn:focus {
  box-shadow: none;
}

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

embed,
iframe,
object {
  max-width: 100%;
}

input:focus,
textarea:focus,
.form-control:focus {
  outline: none;
  box-shadow: 0 5px 20px rgb(95 99 242 / 10%);
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-font-family: Poppins, sans-serif;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.75;
  --bs-btn-color: #737373;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: unset;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(58, 116, 255, .5);
  display: inline-block;
  padding: 0.65rem 1.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  color: var(--ts-white);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid var(--bs-btn-border-color);
  border-radius: 0.375rem;
  background-color: var(--bs-btn-bg);
  -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #175cff;
  --bs-btn-border-color: #175cff;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #144ed9;
  --bs-btn-hover-border-color: #124acc;
  --bs-btn-focus-shadow-rgb: 58, 116, 255;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #124acc;
  --bs-btn-active-border-color: #1145bf;
  --bs-btn-active-shadow: unset;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #175cff;
  --bs-btn-disabled-border-color: #175cff;
}

.mt-100 {
  margin-top: 100px;
}

.mt-15 {
  margin-top: 6rem;
}

.ptb-30 {
  padding: 30px 0;
}

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

.ptb-100 {
  padding: 100px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-120 {
  padding-bottom: 120px;
}

.rounded-custom {
  border-radius: 1rem !important;
}

.btn-gratient {
  background: -webkit-gradient(linear, left top, right top, from(#00499E), to(#00E5FF)) !important;
  background: linear-gradient(90deg, #00499E, #00E5FF) !important;
  border: transparent;
}

.btn-gratient:hover {
  background: -webkit-gradient(linear, left top, right top, from(#00E5FF), to(#00499E)) !important;
  background: linear-gradient(90deg, #00E5FF, #00499E) !important;
  border: transparent;
}

.bg-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#0061B2), to(#002D97)) !important;
  background: linear-gradient(90deg, #0061B2, #002D97) !important;
}

.bg-gradient-banner {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(184, 237, 249, 1) 16%, rgba(95, 187, 225, 1) 40%, rgba(56, 154, 208, 1) 100%);
}

.bg-light-subtle {
  background-color: #fafafa !important;
}

/*****  Owl dots Css  ******/
.owl-dots .owl-dot,
.owl-dots .owl-dot {
  background: transparent;
}

.owl-dots .owl-dot span,
.owl-dots .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  margin: 0 1px;
  background: #fff;
  border: 1px solid #0061B2;
  background: transparent !important;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot.active span {
  background-color: #0061B2 !important;
  border-radius: 20px;
  border-color: #0061B2;
}

.slidenav-left.owl-theme .owl-dots,
.slidenav-left.owl-theme .owl-nav {
  text-align: center;
}

.slidenav-right.owl-theme .owl-dots,
.slidenav-right.owl-theme .owl-nav {
  text-align: right;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 2rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--bs-body-color);
  background-color: var(--ts-white);
  background-clip: padding-box;
  border: 1 solid rgba(17, 24, 39, .12);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.section-heading {
  margin-bottom: 50px
}

@media(max-width: 991px) {
  .section-heading {
    margin-bottom: 30px
  }
}

.section-heading h4 {
  font-weight: 600;
  margin-bottom: 0.375rem;
  color: #575757;
}

.section-heading h2 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.625rem;
  line-height: 1.2;
  color: #0061B2;
  font-size: 40px;

  background: -webkit-linear-gradient(45deg, #0061B2, #00E5FF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-heading p {
  margin-bottom: 50px;
}

.bounce-y {
  -webkit-animation: bounce-y 5s infinite linear;
  animation: bounce-y 5s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
  animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
  animation: zoom-one 10s infinite linear;
}

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
  animation: zoom-two 5s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/** Header Styles **/
.header-area {
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 4%);
  background: #00499E;

  background: -webkit-gradient(linear, left top, right top, from(#00499E), to(#0075ba)) !important;
  background: linear-gradient(90deg, #00499E, #0075ba) !important;
}

.header-area.scrollheader.is-sticky {
  background: #FFF !important;
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 4%);
  top: 0;
  left: 0;
}

.header-area {
  position: relative;
  z-index: 9;
}

.header-area .is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.header-area .is-sticky .header-search-form .search-form-top .search-field {
  color: #000;
}

.header-area .is-sticky .header-search-form .search-form-top .search-submit {
  color: #333;
}

.header-area .is-sticky .header__logo .dark-logo {
  display: inherit;
}

.header-area .is-sticky .header__logo .light-logo {
  display: none;
}

.header-area .is-sticky .menu-style-four .navigation-menu>ul>li>a {
  color: #333;
}

.header-area .is-sticky .menu-style-four .navigation-menu>ul>li:hover>a:after,
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li.active>a:after {
  color: #333;
}

.header-area .is-sticky .menu-style-four .navigation-menu>ul>li:hover>a>span,
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li.active>a>span {
  color: #333;
}

.header-area .is-sticky .menu-style-four .navigation-menu>ul>li:hover>a:before,
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li.active>a:before {
  width: 100%;
  left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .header-area.is-sticky.only-mobile-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .header-area.is-sticky.only-mobile-sticky .header-bottom-wrap.is-sticky {
    display: none !important;
  }
}

.header-area--absolute {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .header-area--absolute {
    position: static;
  }
}

.header-area--absolute__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.header-area--default {
  border-color: #E4E8F6;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* logo */
}

.header__logo {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 60%;
  padding: 14px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__logo.top-logo {
  padding: 25px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .header__logo {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .header__logo {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 70%;
  }

  .header__logo.top-logo {
    padding: 15px 0;
  }
}

.header__logo>a img {
  max-height: 40px;
  width: auto;
}

.header__logo .dark-logo {
  display: none;
}

.header__logo .light-logo {
  display: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .header__logo .dark-logo {
    display: inherit;
  }

  .header__logo .light-logo {
    display: none;
  }
}

.header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: space-between;
  -ms-flex-pack: end;
  justify-content: space-between;
}

.header-right-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 12px;
}

@media only screen and (max-width: 767px) {
  .header-right-inner {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .header-right-inner.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 999;
  }
}

@media only screen and (max-width: 767px) {
  .header-right-box .header-right-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

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

.header-bottom-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search-form .search-form-top {
  position: relative;
  background-color: rgba(0, 47, 166, 0.3);
}

.header-search-form .search-form-top .search-field {
  width: 180px;
  border-radius: 0;
  border: 0 !important;
  background: none !important;
  padding-right: 50px;
  padding-left: 15px;
  font-size: 14px;
  color: #fff;
}

.header-search-form .search-form-top input::-webkit-input-placeholder,
.header-search-form .search-form-top textarea::-webkit-input-placeholder {
  color: #FFF;
}

.header-search-form .search-form-top input::-moz-placeholder,
.header-search-form .search-form-top textarea::-moz-placeholder {
  color: #FFF;
}

.header-search-form .search-form-top input:-ms-input-placeholder,
.header-search-form .search-form-top textarea:-ms-input-placeholder {
  color: #FFF;
}

.header-search-form .search-form-top input::-ms-input-placeholder,
.header-search-form .search-form-top textarea::-ms-input-placeholder {
  color: #FFF;
}

.header-search-form .search-form-top input::placeholder,
.header-search-form .search-form-top textarea::placeholder {
  color: #FFF;
}

.header-area .is-sticky .header-search-form .search-form-top input::-webkit-input-placeholder,
.header-area .is-sticky .header-search-form .search-form-top textarea::-webkit-input-placeholder {
  color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top input::-moz-placeholder,
.header-area .is-sticky .header-search-form .search-form-top textarea::-moz-placeholder {
  color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top input:-ms-input-placeholder,
.header-area .is-sticky .header-search-form .search-form-top textarea:-ms-input-placeholder {
  color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top input::-ms-input-placeholder,
.header-area .is-sticky .header-search-form .search-form-top textarea::-ms-input-placeholder {
  color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top input::placeholder,
.header-area .is-sticky .header-search-form .search-form-top textarea::placeholder {
  color: #333;
}

.header-search-form .search-form-top .search-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 15px;
  background: 0 0;
  width: 48px;
  padding: 0;
  border: 0;
  color: #ffffff;
}

.header-search-form.default-search .search-form-top {
  background: transparent;
  margin-right: 5px;
  border: 1px solid #FFF;
  border-radius: 30px;
}

@media only screen and (max-width: 575px) {
  .header-search-form.default-search .search-form-top {
    margin-top: 15px;
    background: #eee;
  }
}

.header-area .is-sticky .header-search-form.default-search .search-form-top {
  border: 1px solid #333;
}

.header-search-form.default-search .search-form-top .search-field {
  max-width: 190px;
  color: #FFF;
  min-height: 40px;
  border-radius: 30px;
}

.header-search-form.default-search .search-form-top .search-field:focus {
  background: none;
  color: #FFF;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-search-form.default-search .search-form-top .search-field {
    max-width: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .header-search-form.default-search .search-form-top .search-field {
    min-height: 40px;
  }
}

.header-search-form.default-search .search-form-top .search-submit {
  color: #FFF;
}

/*============================== 
    - Navigation Menu Css
===============================*/
.navigation-menu>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navigation-menu>ul>li {
  margin: 0 24px;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .navigation-menu>ul>li {
    margin: 0 22px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .navigation-menu>ul>li {
    margin: 0 15px;
  }
}

.navigation-menu>ul>li>a {
  display: block;
  color: #000000;
  padding: 21px 2px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.18;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.navigation-menu>ul>li>a:before {
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #086AD8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation-menu>ul>li>a span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation-menu>ul>li.menu-item-has-children>a {
  position: relative;
}

.navigation-menu>ul>li.menu-item-has-children>a:after {
  position: static;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation-menu>ul>li.has-children--multilevel-submenu {
  position: relative;
}

.navigation-menu>ul>li.menu-item-has-children:hover .megamenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.navigation-menu>ul>li.menu-item-has-children:hover .megamenu--home-variation__item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navigation-menu>ul>li.menu-item-has-children:hover>.dropdown {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.navigation-menu>ul>li:hover>a:after,
.navigation-menu>ul>li.active>a:after {
  color: #086AD8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation-menu>ul>li:hover>a span,
.navigation-menu>ul>li.active>a span {
  color: #086AD8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation-menu>ul>li:hover>a:before,
.navigation-menu>ul>li.active>a:before {
  width: 100%;
  left: 0;
}

.navigation-menu.primary--menu>ul>li>a {
  padding: 31px 2px;
}

.navigation-menu--text_white>ul>li>a {
  color: rgba(255, 255, 255, 0.7);
}

.navigation-menu--text_white>ul>li>a:before {
  background-color: #ffffff;
}

.navigation-menu--text_white>ul>li.active>a {
  color: #ffffff;
}

.navigation-menu--text_white>ul>li:hover>a:after,
.navigation-menu--text_white>ul>li.active>a:after {
  color: #ffffff;
}

.navigation-menu--text_white>ul>li:hover>a>span,
.navigation-menu--text_white>ul>li.active>a>span {
  color: #ffffff;
}

/*===================================
    - Multilevel Submenu Css
====================================*/
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #086AD8;
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  min-width: 240px;
  padding: 0;
  z-index: 9;
}

.dropdown>li {
  position: relative;
}

.dropdown>li>a {
  display: block;
  padding: 12px 20px;
  color: #000;
  font-weight: 400;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  border-bottom: 1px solid #A7A7A7;
  font-size: 14px;
  position: relative;
}

.dropdown>li>a:after {
  position: absolute;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 600;
  font-size: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00499E;
  right: 15px;
  top: 12px;
  transform: rotate(-90deg);
}

.dropdown>li>a:hover:after {
  transform: rotate(0);
}

.dropdown>li>a:hover {
  background: #E6FCFF;
  color: #086AD8;
}

.dropdown>li>a:hover>span:after {
  width: 100%;
  left: 0;
  right: auto;
}

.dropdown>li:hover>.dropdown {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.dropdown>li.active>a {
  color: #086AD8;
}

.dropdown>li.menu-item-has-children>a {
  position: relative;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dropdown>li.menu-item-has-children>a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  font-size: 14px;
  vertical-align: middle;
  color: #ababab;
}

.dropdown>li.menu-item-has-children>a:hover:after {
  color: #086AD8;
}

.dropdown>li.menu-item-has-children.active>a {
  color: #086AD8;
}

.dropdown .dropdown {
  top: 0px;
  left: 100%;
  right: auto;
}

.dropdown .dropdown.left {
  right: 100%;
  left: auto;
}

.dropdown .dropdown .dropdown {
  top: 0;
  left: 100%;
  right: auto;
}

.dropdown .dropdown .dropdown.left {
  right: 100%;
  left: auto;
}

.dropdown .dropdown .dropdown .dropdown {
  top: 0;
  left: 100%;
  right: auto;
}

.dropdown .dropdown .dropdown .dropdown.left {
  right: 100%;
  left: auto;
}

.dropdown .dropdown .dropdown .dropdown .dropdown {
  top: 0;
  left: 100%;
  right: auto;
}

.dropdown .dropdown .dropdown .dropdown .dropdown.left {
  right: 100%;
  left: auto;
}

.menu-style-four .navigation-menu>ul>li {
  padding-left: 12px;
  padding-right: 12px;
  margin: 0;
  position: relative;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .menu-style-four .navigation-menu>ul>li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.menu-style-four .navigation-menu>ul>li:hover>a:before,
.menu-style-four .navigation-menu>ul>li.active>a:before {
  width: 0%;
  left: 0;
}

.menu-style-four .dropdown.left {
  left: -100px;
}

.menu-style-four .dropdown.left .dropdown.left {
  right: 100%;
  left: auto;
}

.menu-style-four .navigation-menu>ul>li>a {
  color: #ffffff;
}

.menu-style-four .navigation-menu>ul>li>a:before {
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #02a8da;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-style-four .navigation-menu>ul>li:hover>a:after,
.menu-style-four .navigation-menu>ul>li.active>a:after {
  color: #ffffff;
}

.menu-style-four .navigation-menu>ul>li:hover>a>span,
.menu-style-four .navigation-menu>ul>li.active>a>span {
  color: #ffffff;
}

.menu-style-four .navigation-menu>ul>li:hover>a:before,
.menu-style-four .navigation-menu>ul>li.active>a:before {
  width: 100%;
  left: 0;
}

/* Mobile Mavigation icon */
.mobile-navigation-icon {
  width: 24px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
}

.mobile-navigation-icon:hover i {
  background-color: #086AD8;
}

.mobile-navigation-icon:hover i:before {
  width: 80%;
  background-color: #086AD8;
}

.mobile-navigation-icon:hover i:after {
  background-color: #086AD8;
  width: 60%;
}

.mobile-navigation-icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-area .is-sticky .mobile-navigation-icon i {
  background-color: #333;
}

.mobile-navigation-icon i:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  content: "";
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-area .is-sticky .mobile-navigation-icon i:before {
  background-color: #333;
}

.mobile-navigation-icon i:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  content: "";
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-area .is-sticky .mobile-navigation-icon i:after {
  background-color: #333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-navigation-icon.white-md-icon i {
    background-color: #fff;
  }

  .mobile-navigation-icon.white-md-icon i:before {
    background-color: #fff;
  }

  .mobile-navigation-icon.white-md-icon i:after {
    background-color: #fff;
  }

  .mobile-navigation-icon.white-md-icon:hover i {
    background-color: #086AD8;
  }

  .mobile-navigation-icon.white-md-icon:hover i:before {
    width: 80%;
    background-color: #086AD8;
  }

  .mobile-navigation-icon.white-md-icon:hover i:after {
    background-color: #086AD8;
    width: 60%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .is-sticky .white-md-icon i {
    background-color: #333;
  }

  .is-sticky .white-md-icon i:before {
    background-color: #333;
  }

  .is-sticky .white-md-icon i:after {
    background-color: #333;
  }
}

.hidden-icons-menu {
  margin-left: 15px;
}

.hidden-icons-menu a {
  color: #6D70A6;
  font-size: 20px;
}

.hidden-icons-menu a:hover {
  color: #086AD8;
}

/*================================ 
    - Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  overflow: auto;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  /*  cursor: url(../images/icons/light-close.webp) 16 16, pointer;*/
  visibility: hidden;
  opacity: 0;
}

.mobile-menu-overlay__inner {
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
  width: 400px;
  height: 100%;
  float: right;
  cursor: default;
  background: #086AD8;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: auto;
}

@media only screen and (max-width: 479px) {
  .mobile-menu-overlay__inner {
    width: 300px;
  }
}

.mobile-menu-overlay.active {
  visibility: visible;
  opacity: 1;
}

.mobile-menu-overlay.active .mobile-menu-overlay__inner {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu-overlay__header {
  background-color: #ffffff;
  padding: 15px 0;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:before {
  position: absolute;
  top: 23px;
  left: 8px;
  content: "";
  width: 24px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:after {
  position: absolute;
  top: 23px;
  left: 8px;
  content: "";
  width: 24px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover {
  color: #086AD8;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before,
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mobile-menu-overlay__body {
  padding: 0 15px;
}

.mobile-menu-overlay__body .offcanvas-navigation {
  /* onepage style */
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a {
  display: block;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a:hover {
  color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li:last-child {
  border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children {
  position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children.active .menu-expand:before {
  content: "\f106";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .menu-expand:before {
  content: "\f107";
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .sub-menu {
  padding: 12px 0 14px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  transform: none;
  transition: none;
  visibility: visible;
  min-width: inherit;
  opacity: unset;
  background: none;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .sub-menu li a {
  display: block;
  font-size: 15px;
  color: #FFF;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: none;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .sub-menu li a:hover {
  color: #ffffff;
  background: #0d3767;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .sub-menu li.has-children {
  position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .sub-menu li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .sub-menu li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .sub-menu li.has-children .menu-expand:before {
  content: "\f107";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .sub-menu .sub-menu li.has-children {
  position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.menu-item-has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
  content: "\f107";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
}

.mobile-menu-overlay__body .offcanvas-navigation--onepage>ul>li.active>a {
  font-weight: 700;
}

li.menu-item-438 ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  min-width: 700px;
  padding-bottom: 60px;
}

.menu-btnarea {}

.menu-btnarea ul li a {
  font-size: 18px !important;
  padding: 7px 21px !important;
  height: auto !important;
  line-height: normal !important;
  background: #FFF;
  color: #000 !important;
  border-radius: 10px;
  font-weight: 700 !important;
  text-transform: capitalize;
}

.menu-btnarea ul li a span {
  background: -webkit-linear-gradient(45deg, #00499E, #00E5FF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-btnarea ul li a:hover {
  background: #00499E;
}

.hero-ten {
  padding: 50px 0;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}

@media(min-width: 767px)and (max-width: 992px) {
  .hero-ten {
    padding: 110px 0
  }
}

@media(min-width: 320px)and (max-width: 768px) {
  .hero-ten {
    padding: 110px 0
  }
}

.hero-content-wrap h1 {
  font-size: 35px;
  margin-bottom: 15px;
  color: #FFF !important;
}

.hero-content-wrap .span1 {
  background: -webkit-linear-gradient(45deg, #00E5FF, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content-wrap .span2 {
  background: -webkit-linear-gradient(45deg, #00E5FF, #FFFFFF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content-wrap p {
  font-size: 15px;
  color: #FFF;
}

.action-btn a {
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid #FFF;
  margin-right: 15px;
}

.watch-now-btn {
  background: #FFF;
  color: #0061B2;
}

.watch-now-btn i {
  margin-left: 5px;
}

.action-btn a:hover {
  background: #FFF;
  color: #0061B2;
}

.watch-now-btn:hover {
  background: transparent !important;
  color: #FFF !important;
}

.client-card img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.client-card:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.videoarea iframe {
  border-radius: 15px;
}

/*.card-slides {
    margin-top: -7rem;
}*/
.slider-card {
  border: none;
  box-shadow: 1px 1px 10px rgba(0, 97, 178, 0.1);
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  transition: all 500ms ease;
}

.slider-card:hover {
  /*  transform: translateY(20px) !important;*/
  -ms-transform: var(--scale) !important;
  ;
  /* IE 9 */
  -webkit-transform: var(--scale) !important;
  ;
  /* Safari 3-8 */
  transform: var(--scale) !important;
  ;
}

.cardinfo {
  padding: 30px 15px;
}

.cardinfo h2 {
  font-size: 21px;
  font-weight: 600;
  color: #363636;
}

.cardinfo h4 {
  font-size: 12px;
  margin-bottom: 15px;
  color: #363636;
}

.cardinfo p {
  font-size: 12px;
  color: #363636;
}

.cardinfo a.readmore {
  color: #0061B2;
  font-size: 14px;
}

.cardinfo a.readmore img {
  width: 10px;
  margin-left: 10px;
  display: inline-block;
}

.card-slides .owl-nav button {
  border: 1px solid #0061B2;
  background: transparent !important;
  width: 40px;
  height: 40px;
  line-height: 25px;
  border-radius: 50% !important;
  color: #0061B2 !important;
  font-size: 22px !important;
  display: block !important;
  text-align: center !important;
}

.card-slides .owl-nav button:first-child {
  margin-bottom: 15px;
}

.card-slides .owl-nav button:hover {
  background: #0061B2 !important;
  color: #FFF !important;
}

.card-slides.owl-theme .owl-nav {
  text-align: right;
  position: absolute;
  bottom: 0;
  width: auto;
  left: -4rem;
  margin: auto;
  z-index: 9;
}

.workblock h4 {
  font-weight: 600;
  margin-bottom: 0.375rem;
  color: #575757;
}

.workblock h2 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.625rem;
  line-height: 1.2;
  color: #0061B2;
  font-size: 40px;

  background: -webkit-linear-gradient(45deg, #0061B2, #00E5FF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.workblock p {
  font-weight: 600;
  font-size: 15px;
}

.cta-card {
  background: #EAF6FF;
  margin-bottom: 30px;
  transition: all 15s ease;
  padding: 30px 10px;
}

.workroutine .col-lg-6:first-child {
  margin-top: 20px;
  top: 30px;
  position: relative;
}

.workroutine .col-lg-6:nth-child(3) {
  margin-top: 20px;
  top: 30px;
  position: relative;
}

.cta-card:hover {
  transition: all 15s ease;
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 4%);
  background: #00499E;
  background: -webkit-gradient(linear, left top, right top, from(#00499E), to(#0075ba)) !important;
  background: linear-gradient(90deg, #00499E, #0075ba) !important;
}

.cta-card .feature-icon {
  background: transparent;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.cta-card .feature-icon img {
  width: 65%;
}

.cta-card:hover .feature-icon {
  background: #FFF;
}

.cta-card h3 {
  color: #363636;
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0;
}

.cta-card:hover h3 {
  color: #FFF;
}

.cta-card p {
  color: #363636;
  font-size: 15px;
  padding: 0 30px;
}

.cta-card:hover p {
  color: #FFF;
}

.cta-card:hover svg path {
  fill: #FFFFFF !important;
}

/* Testimonal Section*/
.testimonal-slider {
  width: 80%;
  margin: 0 auto;
}

.testimonal-slider .rating-list i {
  font-size: 21px;
}

.testimonal-slider p {
  color: #575757;
  font-weight: 600;
}

.testimonal-slider img {
  width: auto !important;
  height: 100px;
  margin: 0 auto;
}

.testimonal-slider h5 {
  font-weight: 700;
  color: #0B163F;
  font-size: 16px;
}

.testimonal-slider h5 span {
  font-weight: 400;
}


/* Intergration Section*/
.integration-section.bg-light-subtle {
  padding-bottom: 250px;
}

.margin-negative {
  margin-top: -125px;
  z-index: 9;
  padding-bottom: 20px;
}

.integration-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.integration-list-wrap a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  -webkit-box-shadow: 7px 7px 10px 0 rgba(55, 65, 81, .12);
  box-shadow: 7px 7px 10px 0 rgba(55, 65, 81, .12)
}

.integration-list-wrap a {
  width: 65px
}

.integration-list-wrap a img {
  padding: 10px
}

.integration-list-wrap a.integration-1 {
  left: -120px;
  top: 0
}

.integration-list-wrap a.integration-2 {
  top: -21px;
  right: -22px
}

.integration-list-wrap a.integration-3 {
  left: -191px;
  margin-right: 16px;
  margin-left: 16px
}

.integration-list-wrap a.integration-5 {
  left: -150px;
  bottom: -30px
}

.integration-list-wrap a.integration-6 {
  left: 50px;
  bottom: 0
}

.integration-list-wrap a.integration-7 {
  left: 120px;
  top: 0
}

.integration-list-wrap a.integration-8 {
  top: -21px;
  right: 22px
}

.integration-list-wrap a.integration-9 {
  left: 191px
}

.integration-list-wrap a.integration-11 {
  left: 150px;
  bottom: -30px
}

.integration-list-wrap a.integration-12 {
  left: -50px;
  bottom: 0
}

.integration-badge {
  top: 8%;
  right: 8%;
  font-size: 12px;
  letter-spacing: .2px;
  font-weight: 500;
  font-family: "Poppins", sans-serif
}

.connected-app-single {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid rgba(102, 102, 102, 0.1);
}

.connected-app-single:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .09);
  box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .09);
  background: #fff !important
}

@media(min-width: 320px)and (max-width: 991px) {
  .integration-list-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .integration-list-wrap a {
    position: inherit;
    width: 45px
  }

  .integration-list-wrap a img {
    padding: 10px
  }
}

@media(min-width: 320px)and (max-width: 767px) {
  .integration-list-wrap a img {
    padding: 0
  }

  .integration-list-wrap a {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 8px;
    margin-left: 8px
  }
}

.integration-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 25px;
  justify-items: center
}

.integration-list li {
  width: 100%
}

.integration-list li .single-integration {
  -webkit-box-shadow: rgba(13, 21, 55, .06) 0 5px 50px;
  box-shadow: rgba(13, 21, 55, .06) 0 5px 50px;
  display: block;
  margin: auto;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.integration-list li .single-integration img {
  width: 100%;
  height: auto;
  max-width: 35px;
  max-height: 35px;
  margin: auto
}

.integration-list li .single-integration:hover {
  -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .1);
  box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .1);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}

.integration-logo {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12)
}

@media(min-width: 768px) {
  .integration-logo-wrap {
    grid-gap: 12px
  }
}

.integration-icon {
  width: 22px;
  height: 22px
}

.included-feature-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.connected-app-content h5 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #262626;
}

.connected-app-content p {
  font-size: 15px;
}


.bg-warning-soft {
  background-color: rgba(255, 195, 0, .2);
}

.bg-warning-soft:hover {
  background-color: rgba(255, 195, 0, 1);
}

.bg-primary-soft {
  background-color: rgba(23, 92, 255, .2);
}

.bg-primary-soft:hover {
  background-color: rgba(23, 92, 255, 1);
}

.bg-danger-soft {
  background-color: rgba(255, 107, 53, .2);
}

.bg-danger-soft:hover {
  background-color: rgba(255, 107, 53, 1);
}

.article-img {
  position: relative;
  overflow: hidden;
}

.article-img img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 14rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1)
}

.article-category a {
  font-weight: 600;
  font-family: "Poppins", sans-serif
}

.avatar-name {
  font-size: 15px
}

.avatar-info span {
  font-size: 14px
}

.article-title:hover,
.avatar-name:hover {
  color: #175cff
}

.limit-2-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.single-article:hover .article-img img {
  -webkit-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1)
}

.single-article:hover .article-img:before {
  background: rgba(0, 0, 0, 0)
}

.single-article:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 11px 18px -8px rgba(0, 0, 0, .16);
  box-shadow: 0 11px 18px -8px rgba(0, 0, 0, .16)
}

.single-article {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #f1f1f1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 30px;
}

.single-article a {
  text-decoration: none;
  display: block;
}

.col-lg-4:nth-child(4) .single-article a.badge,
.col-lg-4:nth-child(7) .single-article a.badge,
.col-lg-4:nth-child(10) .single-article a.badge {
  background-color: rgba(255, 195, 0, .2);
}

.col-lg-4:nth-child(2) .single-article a.badge,
.col-lg-4:nth-child(5) .single-article a.badge,
.col-lg-4:nth-child(8) .single-article a.badge,
.col-lg-4:nth-child(11) .single-article a.badge {
  background-color: rgba(23, 92, 255, 0.2);
  color: #0B163F !important;
}

.col-lg-4:nth-child(3) .single-article a.badge,
.col-lg-4:nth-child(6) .single-article a.badge,
.col-lg-4:nth-child(9) .single-article a.badge,
.col-lg-4:nth-child(12) .single-article a.badge {
  background-color: rgba(242, 87, 103, 0.2);
  color: #0B163F !important;
}

.single-article h2 {
  font-weight: 600;
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #262626;
}

.single-article p {
  color: #575757;
  font-size: 15px;
}

.avatar-name {
  font-size: 15px;
  font-weight: 600;
  color: #262626;
}

.avatar-info span {
  font-size: 14px;
  color: #737373 !important;
}


.footer-single-col h3,
.footer-single-col .h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 36px;
  color: #FFF;
}

.bg-gradient li {
  color: #d9d9d9;
}

.footer-nav-list li a {
  font-size: 14px;
  margin: 10px 0;
  display: block;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
}

.footer-nav-list li a:before,
.footer-nav-list li a:after {
  content: '' !important;
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 5px;
  background: var(--ts-white);
  bottom: -3px;
}

.footer-nav-list li a:before {
  left: 0;
}

.footer-nav-list li a:after {
  right: 0;
  background: var(--ts-white);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.footer-nav-list li a:hover:before {
  background: var(--ts-white);
  width: 50%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.footer-nav-list li a:hover:after {
  background: transparent;
  width: 50%;
  transition: 0s;
}

.footer-nav-list ul li a::after {
  content: "+";
  margin-left: 10px;
  color: #4b83fc;
  display: none;
}

.footer-nav-list li a,
.footer-single-col p {
  color: var(--ts-white);
}

.footer-single-col p {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 15px;
}

.footer-social-list li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  background: #05003B;
  border: 2px solid transparent;
  color: #FFF;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 15px;
  position: relative;
}

.footer-social-list li a:hover {
  background: #175cff;
  color: #fff;
  border-color: #175cff;
}

.copyright-text p {
  font-size: 14px;
  color: #FFF;
}

/* ---------------------------------------------------
    ABOUT PAGE
----------------------------------------------------- */
.banner-inside {
  padding: 0;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  min-height: 90vh;
  background-attachment: fixed;
  align-items: end;
  display: flex;
}

.about-subtitle {
  margin-bottom: 10rem;
}

.about-subtitle h1 {
  font-weight: 700;
  color: #FFF;
  letter-spacing: 2px;
  font-size: 45px;

  background: -webkit-linear-gradient(-45deg, #FFF, #00E5FF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*    text-shadow:1px 1px rgba(0, 0, 0, 0.2);*/
}

.vc_row-separator {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
  z-index: 1;
  line-height: 0;
}

.vc_row-separator svg {
  height: 100px;
  width: 100%;
}

.vc_row-separator svg {
  fill: #FFF;
}

.dg-service-item {
  margin: 15px 0;
  padding: 1.5rem 1rem;
  font-size: 16px;
  background: #FFF;
}

.dg-service-item:hover {
  transition: all 500ms ease-in;
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 4%);
  background: #00499E;
  background: -webkit-gradient(linear, left top, right top, from(#00499E), to(#0075ba)) !important;
  background: linear-gradient(90deg, #00499E, #0075ba) !important;
}

.dg-service-item h2 {
  font-size: 21px;
}

.dg-service-item:hover p,
.dg-service-item:hover h5 {
  color: #FFF;
}

.fun-fact__count {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  color: #0061B2;
  font-size: 50px;
  background: -webkit-linear-gradient(45deg, #0061B2, #00E5FF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fun-fact__text {
  font-size: 12px;
  color: #969696;
}

.fun-fact.funcentered {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.htw-single-box.mts-50 {
  margin-top: 70px;
}

.htw-single-box.mts-100 {
  margin-top: 120px;
}

.htw-single-box {
  padding: 80px 0 !important;
  border-radius: 10px !important;
}

.htw-single-box h4 {
  font-size: 24px;
  font-weight: 600;
}

.htw-single-box p {
  padding: 0 30px;
  font-size: 14px;
}

.htw-single-box:hover p,
.htw-single-box:hover h4 {
  color: #FFF;
}

.hd-htw-section {
  background-size: 70% !important;
  background-repeat: no-repeat;
  background-position: bottom center !important;
}

.counter-with-video .section-heading p {
  margin-bottom: 15px;
}

.sheild-img img {
  border: 20px solid #fff;
  border-radius: 10px;
  margin-top: -140px;
  margin-left: -30px;
  box-shadow: 0px 0px 9.78737px 3.67026px rgba(0, 97, 178, 0.3);
  ;
}

.hero-ten.bg-gradient-banner {
  padding: 60px 0;
}

.videoareainside iframe {
  border-radius: 0;
  height: 450px;
  width: 100%;
}

.formsection {
  background: #ee9ca7;
  background: -webkit-linear-gradient(to bottom, #0061B2, #00E5FF);
  background: linear-gradient(to bottom, #0061B2, #00E5FF);
}

.formsection h3 {
  font-size: 40px;
  font-weight: 700;
  color: #FFF;
}

.formsection .form-group {
  margin: 15px 0;
}

.formsection .form-group {
  border: none;
}

.formsection .btn-primary {
  background: #FFF;
  color: #0061B2;
  padding: 12px 30px;
  font-weight: 700;
  border: 1px solid transparent;
}

.formsection .btn-primary:hover {
  background: transparent;
  color: #FFF;
  border-color: #FFF;
}

.rs-breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.rs-breadcrumbs .breadcrumbs-inner {
  padding: 80px 0 90px;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 5px;
  color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title.new-title {
  margin: 0 auto;
  max-width: 850px;
}

.rs-breadcrumbs .breadcrumbs-inner ul {
  padding: 0;
}

.rs-breadcrumbs .breadcrumbs-inner ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.rs-breadcrumbs .breadcrumbs-inner ul li a {
  position: relative;
  padding-right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-inner ul li a:before {
  background-color: #fff;
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  right: 9px;
  top: 2px;
  transform: rotate(26deg);
}

.bg-banner {
  position: relative;
  z-index: 1;
  min-height: auto;
  padding: 60px 0;
}

.bg-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.bespokebanner.bg-banner {
  padding: 80px 0;
  background-position: top center;
}

.blog-details p {
  margin: 0 0 26px;
  line-height: 1.8;
}

.blog-content .blog-details .single-post-meta {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}

.blog-content .blog-details .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}

.blog-content .blog-details .single-post-meta li .p-date i {
  font-size: 13px;
  margin-right: 3px;
  color: #0B70E1;
}

.blog-content .blog-details .single-post-meta li .p-date i:before {
  margin-right: 5px;
}

.blog-content .blog-details .single-post-meta .Post-cate {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}

.blog-content .blog-details .single-post-meta .Post-cate .tag-line i {
  color: #0B70E1;
  margin-right: 3px;
}

.blog-content .blog-details .single-post-meta .Post-cate .tag-line i:before {
  margin-right: 4px;
}

.blog-content .blog-details .single-post-meta .Post-cate .tag-line a {
  font-weight: 400;
  color: #555;
  font-size: 14px;
}

.blog-content .blog-details .single-post-meta .Post-cate .tag-line a:hover {
  color: #106eea;
}

.blog-content .widget-area .widget-title .title {
  color: #101010;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0;
}

.blog-content .widget-area .widget-title .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #106eea;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}

.blog-content .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.blog-content .widget-area .search-widget .search-wrap {
  position: relative;
}

.blog-content .widget-area .search-widget .search-wrap [type=search] {
  border: 1px solid #ddd;
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border-radius: 5px;
  position: relative;
}

.blog-content .widget-area .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #454545;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}

.blog-content .widget-area .search-widget .search-wrap button i:before {
  font-weight: 600;
  font-size: 18px;
}

.blog-content .widget-area .search-widget .search-wrap button:hover {
  color: #106eea;
}

.blog-content .widget-area {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-bottom: 15px;
}

.blog-content .widget-area.widget_recent_entries ul {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.blog-content .widget-area.widget_recent_entries ul .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}

.blog-content .widget-area.widget_recent_entries ul li {
  display: block;
  font-size: 12px;
  color: #888;
  overflow: hidden;
}

.blog-content .widget-area.widget_recent_entries ul li a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #0a0a0a;
  display: block;
}

.blog-content .widget-area.widget_recent_entries ul li a:hover {
  color: #106eea;
}

.blog-content .widget-area.widget_recent_entries ul li .span {
  display: block;
}

.blog-content .widget-area.widget_recent_entries ul li .span i {
  margin-right: 5px;
}

.blog-content .widget-area.widget_recent_entries ul li .span i:before {
  font-size: 12px;
}

.blog-content .widget-area .categories {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.blog-content .widget-area .categories li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.blog-content .widget-area .categories li a {
  font-size: 15px;
  font-weight: 500;
  color: #101010;
}

.blog-content .widget-area .categories li a:hover {
  color: #106eea;
}

.blog-content .post-thumbnail img {
  width: 100%;
  height: auto;
}

.aboutwhy {
  margin: 0;
}

.aboutwhy .whycol:nth:child(2) {
  margin-top: 30px;
}

.aboutwhy .whycol:nth:child(2) .htw-single-box {
  background-color: rgba(255, 107, 53, .2) !important;
}

.aboutwhy .whycol:nth:child(2) .htw-single-box:hover {
  background-color: rgba(255, 107, 53, 1) !important;
}

.aboutwhy .whycol:last:child .htw-single-box {
  background-color: rgba(255, 195, 0, .2) !important;
}

.aboutwhy .whycol:last:child .htw-single-box:hover {
  background-color: rgba(255, 195, 0, 1) !important;
}


.footertext p {
  color: #FFF;
  font-size: 15px;
}

.footerlogo {
  margin-bottom: 15px;
}

.footerlogo img {
  max-height: 60px;
  width: auto;
}

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

.titlebar-wrapper-inner {
  width: 100%;
  position: relative;
  padding: 15px 0;
}

.breadcrumb-wrapper {
  z-index: 99;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 22px;
  color: var(--white);
  display: flex;
  align-items: center;
}

.breadcrumb-wrapper li:first-child:before {
  content: "\ef47";
  display: inline-block;
  vertical-align: middle;
  color: #5F6C72;
  font-size: 16px;
  padding-right: 5px;
  font-family: icofont;
}

.breadcrumb-wrapper li {
  display: inline-block;
  vertical-align: middle;
  line-height: 19px;
  color: #0061B2;
  transition: all 0.3s ease 0s;
  font-weight: 500;
}

.breadcrumb-wrapper li:before {
  content: "\eab8";
  font-family: icofont;
  margin: 0 5px;
}

.breadcrumb-wrapper li a {
  color: #5F6C72;
  font-weight: 500;
}

.breadcrumb-wrapper li:hover a {
  color: #0061B2;
}

.breadcrumb-wrapper .prt-sep {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}

.search-form .form-group .form-control {
  min-height: 50px;
  font-size: 12px;
  padding: 10px 50px 10px 20px;
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 30px !important;
}

.search-form .form-group .form-control::placeholder {
  color: #FFF;
}

.search-form .form-group .search-btn {
  position: absolute;
  right: 10px;
  bottom: 12px;
  color: #FFF;
}

.whycol:nth-child(2) {
  margin-top: 5rem;
}

.whycol:last-child {
  margin-top: 8rem;
}

.whycol:nth-child(1) .htw-single-box {
  background: #eaf6ff;
}

.whycol:nth-child(2) .htw-single-box {
  background: #fde5e5;
}

.whycol:last-child .htw-single-box {
  background: #fef7f3;
}

.whycol:nth-child(1) .htw-single-box:hover {
  background: #1a99f9;
}

.whycol:nth-child(2) .htw-single-box:hover {
  background: #ff4d4d;
}

.whycol:last-child .htw-single-box:hover {
  background: #ff7e34;
}

.formsection.form-brd {
  border-top-left-radius: 30px;
  background: #0061B2;
  background: -webkit-linear-gradient(to right, #0061B2, #00E5FF);
  background: linear-gradient(to right, #0061B2, #00E5FF);
}

.formsection.form-brd a {
  background: #FFF;
  color: #0061B2;
  margin: 42px 0;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 22px;
}

.formsection.form-brd a:hover {
  background: #0061B2;
  color: #FFF;
}

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

.slick-slide-dots-1 .slick-dots {
  position: absolute;
  bottom: 50px;
  width: 100%;
  margin: 0;
  text-align: left;
  padding-left: 60px;
}

.slick-dots li button {
  background: #ADB7BC;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  border-radius: 10px;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: #191C1F;
}

.slide-item-info-inner {
  padding: 30px;
}

.slide-item-info-inner h1.slide-title {
  margin: 15px 0;
  color: #071c1f;
  font-size: 44px;
  font-weight: 800;
}

.slide-item-info-inner .slide-sub-title {
  font-size: 16px;
  color: #2484C2;
}

.slide-item-info-inner h5 {
  color: #475156;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  font-size: 21px;
}

.slide-brief li {
  font-size: 14px;
  margin-bottom: 4px;
  color: #475156;
}

.slide-brief {
  margin-bottom: 15px;
}

.theme-btn-1 {
  background-color: #FBB040;
  color: #FFF;
  border-radius: 0;
}

.theme-btn-1:hover {
  background-color: #00499E;
  color: #FFF;
}

.ltn__slide-active-2.slick-initialized .slick-slide {
  display: block;
  min-height: 515px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0;
  border-radius: 15px;
}

.banner-pdt {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 1rem;
  overflow: hidden;
  border-radius: 10px;
}

.overlay-light figure {
  position: relative;
}

.intro-banner .content-bottom {
  left: 5%;
  bottom: 15%;
}

.banner-fixed>.banner-content {
  position: absolute;
  z-index: 1;
  width: 50%;
}

.intro-banner .content-bottom .banner-subtitle {
  color: #fbb040;
  font-size: 14px;
}

.intro-banner .content-bottom .banner-title {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 24px;
}

.banner-content p {
  color: #FFF;
  font-size: 14px;
}

.btn-white.btn-link {
  background-color: #fbb040;
  color: #fff;
  border-color: #fbb040;
  border-radius: 0;
  text-decoration: none;
  padding: 7px 30px;
}

.intro-banner.banner-pdt img {
  width: 100%;
}

.intro-banner .content-top {
  bottom: 22%;
  right: 5%;
}

.banner-content.content-top h3 {
  color: #000;
  font-size: 26px;
}

.banner-content.content-top h4 {
  color: #2DA5F3;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 10px;
}

/* ---------------------------------------
    Icon Box
--------------------------------------- */
.icon-box-wrapper {
  border: 1px solid #eee;
  padding: 25px 15px;
  margin: 1rem 0;
}

.featured-box .icon-box-title {
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: -0.025em;
  color: #000;
}

.featured-box p {
  font-size: 13px;
  word-break: break-word;
  margin: 10px 0 0;
  color: #5F6C72;
}

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

.featured-box.text-center .icon-box-icon {
  margin-bottom: 1.6rem;
}

.featured-box.text-center .icon-box-icon.icon-bag {
  margin-bottom: 1.8rem;
}

.featured-box.text-center .icon-box-icon.icon-money {
  margin: 0.1rem 0 2.2rem;
}

.featured-box.text-center .icon-box-icon.icon-chat {
  margin-bottom: 1.2rem;
}

.featured-box.icon-box-lg .icon-box-title {
  font-size: 1.8rem;
}

.featured-box.icon-colored-circle .icon-box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #336699;
  color: #fff;
  margin-bottom: 2rem;
}

.featured-box-icon {
  display: inline-block;
  margin-bottom: 1.4rem;
}

.featured-box-primary .icon-box-icon i {
  color: #008037;
}

.featured-box-secondary .icon-box-icon i {
  color: #f77c29;
}

.featured-box-white .icon-box-icon svg {
  fill: #fff;
}

.featured-box-white .icon-box-icon i {
  color: #fff;
}

.featured-box-light .icon-box-icon svg {
  fill: #999;
}

.featured-box-icon i {
  font-size: 2.5rem;
  line-height: 1;
}

.featured-box-icon i.w-icon-truck {
  font-size: 3.9rem;
}

.featured-box-icon i.w-icon-bag {
  font-size: 3.7rem;
}

.featured-box-icon i.w-icon-money {
  font-size: 3.2rem;
}

.featured-box-icon i.w-icon-chat {
  font-size: 4.4rem;
}

.featured-box-lg .icon-box-icon i {
  font-size: 6rem;
}

.featured-box.icon-box-secondary .icon-box-icon i {
  font-size: 3rem;
}

.featured-box-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--ts-body-font-family);
}

.featured-box-side .icon-box-content {
  text-align: start;
}

.featured-box-title {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.featured-box-side .icon-box-content p {
  line-height: 1;
}

.featured-box-side .icon-box-icon {
  margin-right: 1.5rem;
  margin-bottom: 0;
}

.featured-box-side i {
  display: inline-block;
  vertical-align: middle;
}

.featured-border-circle .icon-box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.circle-icon-section {
  margin: 0.7rem 0 5.7rem;
  padding: 5.7rem 0 3.2rem;
  background-color: #f8f8f8;
}

.circle-icon-section .iconbox-wrap {
  margin-bottom: 4.9rem;
}

.featured-box.icon-border-box {
  border: 1px solid #eeeeee;
  padding: 4rem 1rem 3.4rem;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  border-radius: 0.5rem;
}

.featured-box.icon-border-box .icon-box-icon {
  margin-bottom: 2.5rem;
}

.featured-box.icon-border-box .icon-box-title {
  margin-bottom: 0.7rem;
}

.featured-box.icon-border-box p {
  margin-bottom: 1.6rem;
  line-height: 1.9;
}

.featured-box.icon-border-box a {
  color: #336699;
  font-weight: 600;
  font-size: 1.4rem;
}

.featured-box.icon-border-box a i {
  font-size: 1.6rem;
  vertical-align: middle;
  line-height: 0;
}

.featured-box.icon-border-box:hover {
  -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .featured-box-side.icon-box-money {
    margin-top: 0.2rem;
  }
}

@media (max-width: 767px) {
  .featured-box-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-box-side .featured-box-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .featured-box-side .featured-box-content {
    text-align: center;
  }

  .featured-box-side.icon-box-money {
    margin-top: 0.6rem;
  }

  .featured-box-side.icon-box-chat .icon-box-icon {
    margin-bottom: 0.4rem;
  }
}

.hero-fetured .owl-carousel .owl-item {
  border-left: 1px solid #E4E7E9;
}

.hero-fetured .owl-carousel .owl-item:nth-child(4) {
  border-left: none;
}

.productsection {
  padding: 30px 0;
}

.productsection h2.wp-block-heading {
  color: #0061B2;
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0;
}

.productsection .woocommerce ul.products li.product {
  border: 1px solid #E4E7E9;
  border-radius: 10px;
  width: 23.82%;
  margin: 0 15px 30px 0;
}

.productsection .woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: .5em 15px;
  color: #191C1F;
  font-size: 15px;
}

.productsection .woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
  text-decoration: underline;
  color: #FBB040;
}

.productsection .woocommerce ul.products li.product .price {
  padding: 0 15px 15px;
}

.productsection span.woocommerce-Price-amount.amount {
  color: #0061B2;
  font-weight: 600;
}

.productsection .woocommerce ul.products li.product .button {
  margin: 0 5px 25px 15px;
  background: #0061B2;
  color: #FFF;
  font-weight: 500;
}

.productsection .woocommerce ul.products li.product .button:hover {
  background: #fbb040;
}

.productsection .woocommerce ul.products li.product a img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.apparea-block {
  padding: 80px 0;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
}

.apparea-block:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.tp-app-inside {
  position: relative;
  padding: 0 0 0 60px;
}

.tp-section-title {
  font-weight: 500;
  font-size: 30px;
  padding: 0;
  color: #FFF;
  margin-bottom: 15px;
  margin-top: 15px;
}

.tp-choose__thumb-sm {
  margin: 10px 5px;
}

.app-title-box p {
  color: #FFF;
}

.app-title-box h4 {
  background: #2DA5F3;
  display: inline-block;
  font-size: 15px;
  padding: 10px 15px;
  margin-bottom: 5px;
  color: #FFF;
}

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

.section-title.section-title__sm {
  font-size: 18px;
}

.section-title.section-title__sm {
  font-size: 18px;
}

.product-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E4E7E9;
  margin-bottom: 15px;
  padding: 15px 0;
}

.product-item__footer {
  display: none;
}

.prodcut-price {
  color: #2DA5F3;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .product-item:hover .product-item__inner:not(.remove-prodcut-hover) {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
    background-color: #fff;
    z-index: 1;
  }

  .product-item:hover .product-item__footer {
    display: block;
  }
}

.product-item__title {
  font-size: 0.74987rem;
  line-height: 0.875rem;
}

@media (min-width: 992px) {
  .product-item__title {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

@media (min-width: 768px) {
  .product-item__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .product-item__title a {
    min-height: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .product-item__list .product-item__title a {
    min-height: 100%;
  }
}

/*===================================================================================*/
/*  TopBar
/*===================================================================================*/
.top-bar {
  border-bottom: 1px solid #dddddd;
  padding: 0.786em 0;
}

.top-bar .nav-inline .menu-item {
  display: inline-block;
  color: #959595;
  font-size: 0.929em;
}

/*.top-bar .nav-inline .menu-item + .menu-item:before {
    content: '|';
    color: #5F6C72;
    display: inline-block;
    margin: 0 1em; 
}*/
.top-bar .nav-inline .menu-item {
  margin-right: 1em;
}

.top-bar .nav-inline .menu-item>a {
  display: inline-block;
  color: #5F6C72;
  font-size: 14px;
}

.top-bar .nav-inline .menu-item>a i {
  margin-right: 6px;
  font-size: 1rem;
}

.top-bar .nav-inline .menu-item>a:focus,
.top-bar .nav-inline .menu-item>a:hover {
  text-decoration: none;
  color: #00499E;
  font-weight: 500;
}

.top-bar .nav-inline .menu-item>a.disabled {
  color: #818a91;
}

.top-bar .nav-inline .menu-item>a.disabled,
.top-bar .nav-inline .menu-item>a.disabled:focus,
.top-bar .nav-inline .menu-item>a.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

.top-bar .nav-inline .menu-item .dropdown-menu {
  top: 30px;
}

.top-bar .nav-inline .menu-item .dropdown-menu .menu-item {
  display: block;
}

.top-bar .nav-inline .menu-item>a svg {
  margin-right: 6px;
  width: 15px;
}

.productsheader {
  padding-bottom: 30px;
  margin-top: -30px;
}

.prod-icons li {
  margin-left: 20px;
}

.prod-icons li a {
  /*    font-size: 2.7rem;*/
  color: #FFF;
}

ul.nav.prod-icons {
  align-items: center;
}

.productsheader .search-form .form-group .form-control {
  background: #FFF;
  color: #000;
  border-radius: 0 !important;
  height: 40px;
  -webkit-box-shadow: 11px 7px 6px -7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 11px 7px 6px -7px rgba(0, 0, 0, 0.1);
  box-shadow: 11px 7px 6px -7px rgba(0, 0, 0, 0.1);
}

.productsheader .search-form .form-group .form-control::placeholder {
  color: #77878F;
}

.productsheader .search-form .form-group .search-btn {
  color: #77878F;
}

.btn-white.btn-link svg,
.theme-btn-1 svg {
  width: 20px;
}

.breadgrey {
  background: #f2f4f5;
}

.productsheader-main .productsheader {
  padding-bottom: 30px;
  margin-top: 0;
  padding-top: 30px;
}

.productsheader-main .prod-icons li a {
  color: #028AFB;
}

.single-product .entry-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.single-product .summary.entry-summary {
  font-size: 14px;
}

.single-product .woocommerce div.product p.price del,
.single-product .woocommerce div.product span.price del {
  color: #77878F;
  font-size: 16px;
}

.single-product span.woocommerce-Price-amount.amount bdi {
  color: #2DA5F3;
  text-decoration: none;
}

.single-product .woocommerce-product-details__short-description p {
  font-size: 15px;
}

.single-product .variations.cfvsw-variation-disable-logic tr {
  width: 50%;
  display: inline-block;
  margin-bottom: 15px;
}

.single-product .woocommerce span.onsale {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  background: #FBB040;
}

.single-product .woocommerce div.product form.cart .variations th.label {
  margin-bottom: 5px;
}

.single-product .woocommerce div.product form.cart .variations th.label label {
  font-weight: 400;
  font-size: 14px;
}

.single-product .woocommerce div.product form.cart .variations th.value {}

.single-product .woocommerce div.product form.cart .variations select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  border: 1px solid #CCC;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-size: 14px;
}

.single-product .woocommerce .quantity .qty {
  width: 6em;
  text-align: center;
  padding: 11px 0;
  margin-right: 10px;
  border: 1px solid #E4E7E9;
}

.single-product .woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  background: #FBB040;
  padding: 15px 60px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}

.product_meta {
  margin-top: 20px;
}

.single-product .sku_wrapper,
.single-product .posted_in {
  width: 50%;
  display: inline-block;
  float: left;
  color: #5F6C72;
}

.single-product .sku_wrapper span,
.single-product .posted_in a {
  color: #000;
  font-weight: 600;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
  border: 1px solid #E4E7E9;
  margin-bottom: 30px;
  margin-top: 20px;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: center;
}

.single-product .woocommerce div.product .woocommerce-tabs .panel {
  padding: 20px 30px !important;
}

.single-product .woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.single-product .woocommerce div.product .woocommerce-tabs .panel p {
  font-size: 15px;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: 0;
  border-bottom-right-radius: 0;
  border-width: 0;
  box-shadow: none;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: 0;
  border-bottom-left-radius: 0;
  border-width: 0;
  box-shadow: none;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  color: #5F6C72;
  border-radius: 0;
  margin: 0 5px;
  padding: 0 1em;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #5F6C72;
  font-weight: 400;
  background: none;
  border-radius: 0;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: none;
  color: #000;
  border-bottom: 2px solid #fbb040;
}

.related h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}

.woocommerce-page .single-product .related ul.products li.product {
  border: 1px solid #E4E7E9;
  border-radius: 10px;
  width: 23.82%;
  margin: 0 15px 30px 0;
}

.woocommerce-page .single-product .related ul.products a img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.woocommerce-page .single-product .related ul.products .woocommerce-loop-product__title {
  padding: .5em 15px;
  color: #191C1F;
  font-size: 15px;
}

.woocommerce-page .single-product .related ul.products .woocommerce-loop-product__title:hover {
  text-decoration: underline;
  color: #FBB040;
}

.woocommerce-page .single-product .related ul.products li.product .price {
  padding: 0 15px 15px;
}

.woocommerce-page .single-product .related ul.products li.product .button {
  margin: 0 15px 30px;
  background: #0061B2;
  color: #FFF;
  font-weight: 500;
}

.woocommerce-page .single-product .related ul.products li.product .button:hover {
  background: #FBB040;
}

.related span.woocommerce-Price-amount.amount {
  color: #0061B2;
  font-weight: 600;
}

.btn-readmore {
  font-size: 18px;
  padding: 7px 21px;
  height: auto;
  line-height: normal;
  background: #FFF;
  color: #000;
  border-radius: 10px;
  font-weight: 700;
  text-transform: capitalize;
}

.btn-readmore:hover {
  background: #00499E;
  color: #FFF;
}

.remove-overlay:before {
  top: 0;
  left: 0;
  background: transparent;
}

.bpo-section .cta-card p {
  min-height: 120px;
}

.added_to_cart.wc-forward {
  background-color: #0a3050;
  border-radius: 5px;
  font-size: 14px;
  padding: 9px 20px;
  color: #FFF;
  top: -3.5px;
  position: relative;
}

a#sp-wqv-view-button.button.sp-wqv-view-button,
#wps-slider-section .button.sp-wqv-view-button,
#wpsp-slider-section .button.sp-wqv-view-button {
  padding: 8px 16px;
  top: -1px;
  border-radius: 5px;
}

.woocommerce ul.products li.product .onsale {
  margin: 0.5em 0.5em 0 0 !important;
  background: #fbb040;
  padding: 0;
}

.productsheader-main .xoo-wsc-sc-cont {
  color: #0073b9;
}

.productsheader-main span.xoo-wsc-sc-count {
  border: 1px solid #006ab3;
}

.cart-top {
  top: 3px;
  position: relative;
}

.wc-add-to-cart-icon .add_to_cart_button.text_replaceable,
.wc-add-to-cart-icon .single_add_to_cart_button {
  box-sizing: border-box;
  position: relative;
  background: #fbb040;
  padding: 8px 20px;
  color: #FFF;
  border-radius: 5px;
}

#sp-wqv-view-button.sp-wqv-view-button.button.after_add_to_cart {
  display: inline-block;
}

.woocommerce table.shop_table td {
  text-align: left;
}

.cartsection .is-large.wc-block-cart .wc-block-cart-items thead,
table.wishlist_table thead tr {
  background: #f2f4f5;
}

table.wishlist_table thead th {
  border-color: #e7e7e7;
  border: none !important;
}

.cartsection .entry-title,
.woocommerce .wishlist-title h2 {
  font-size: 24px;
  color: #000;
}

.wc-block-components-button {
  border: 1px solid transparent;
  background: #fbb040;
  color: #FFF;
}

.wc-block-components-button:hover {
  border-color: #fbb040;
  color: #fbb040;
  background: transparent;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 16px;
  font-weight: 500 !important;
  color: #000;
}

.cartsection .wc-block-components-totals-item__value {
  font-weight: 500;
  color: #000;
  font-size: 15px;
}

.cartsection .wc-block-components-product-name {
  color: #000;
  font-weight: 500;
}

.cartsection .is-large.wc-block-cart .wc-block-components-sidebar {
  margin-top: 0;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 15px;
}

.cartsection .is-large.wc-block-cart .wc-block-cart__totals-title {
  text-align: left;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.cartsection .wp-block-woocommerce-checkout-order-summary-block,
.cartsection .is-large.wc-block-cart .wc-block-cart-items {
  border: 1px solid #E4E7E9;
  border-radius: 5px;
}

.cartsection table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
  visibility: visible;
}

.cartsection .is-large.wc-block-cart .wc-block-cart-items th {
  background: #f2f4f5 !important;
  padding: 8px 15px 8px 15px;
}

.cartsection .wc-block-components-sidebar-layout .wc-block-components-main {
  margin: 20px 0 0;
}

.wc-block-components-formatted-money-amount {
  font-weight: 600;
  color: #000;
}

.cartsection .wc-block-components-checkout-return-to-cart-button {
  text-decoration: none;
  border: 1px solid #2da5f3;
  padding: 16px 40px 16px 60px;
  display: inline-block;
  width: auto;
  color: #2da5f3;
}

.cartsection .wc-block-components-checkout-return-to-cart-button:hover {
  color: #FFF;
  background: #2da5f3;
}

.cartsection .wc-block-components-checkout-return-to-cart-button svg {
  left: 25px;
}

.wc-block-components-title.wc-block-components-title {
  font-size: 18px;
  color: #00499e;
}

.wc-block-components-checkout-step__description {
  font-size: 14px;
}

.cartsection .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.cartsection .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border: 1px solid #E4E7E9;
}

.cartsection .wc-block-components-form .wc-block-components-text-input input[type=email],
.cartsection .wc-block-components-form .wc-block-components-text-input input[type=number],
.cartsection .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cartsection .wc-block-components-form .wc-block-components-text-input input[type=text],
.cartsection .wc-block-components-form .wc-block-components-text-input input[type=url],
.cartsection .wc-block-components-text-input input[type=email],
.cartsection .wc-block-components-text-input input[type=number],
.cartsection .wc-block-components-text-input input[type=tel],
.cartsection .wc-block-components-text-input input[type=text],
.cartsection .wc-block-components-text-input input[type=url] {
  border: 1px solid #E4E7E9;
}

.cartsection .wc-block-checkout__terms {
  margin: 25px 0;
  font-size: 14px;
}

.woocommerce-column__title,
.woocommerce-order-details__title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  color: #000;
  font-size: 15px;
}

.woocommerce ul.order_details li strong {
  color: #0069b2;
  font-weight: 500;
}

a.button.product_type_variable.add_to_cart_button.cfvsw_ajax_add_to_cart,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background: #1A79BF;
  color: #ffffff;
  border: 1px solid #1A79BF;
}

a.button.product_type_variable.add_to_cart_button.cfvsw_ajax_add_to_cart:hover,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  border: 1px solid #1A79BF;
  background: none !important;
  color: #1A79BF !important;
}

a#sp-wqv-view-button.button.sp-wqv-view-button,
#wps-slider-section .button.sp-wqv-view-button,
#wpsp-slider-section .button.sp-wqv-view-button {
  border: 1px solid #fbb040;
  background: none !important;
  color: #fbb040 !important;
}

a#sp-wqv-view-button.button.sp-wqv-view-button:hover,
#wps-slider-section .button.sp-wqv-view-button:hover,
#wpsp-slider-section .button.sp-wqv-view-button:hover {
  border: 1px solid #fbb040;
  background: #fbb040 !important;
  color: #FFF !important;
}

a#sp-wqv-view-button.button.sp-wqv-view-button,
#wps-slider-section .button.sp-wqv-view-button,
#wpsp-slider-section .button.sp-wqv-view-button {
  padding: 8px 16px;
}

/********* Blog Area***********/

.bloghead .page-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 15px;
  color: #ffffff;
}

.bloghead p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #ffffff;
}

.blog-tags ul li {
  display: inline-block;
  margin: 5px 10px;
}

.blog-tags ul li a {
  color: #FFF59A;
  padding: 10px 15px;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  font-size: 15px;
}

.blog-tags ul li a:hover {
  color: #0153a5;
  background: #FFF59A;
}

.bg-banner.blog-banner {
  padding: 120px 0;
}

.bg-banner.blog-banner:before {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.blog-wrapper {
  padding: 80px 0;
}

.blog-wrapper h1,
.blog-wrapper h2,
.blog-wrapper h3,
.blog-wrapper h4,
.blog-wrapper h5,
.blog-wrapper h6 {
  font-weight: 600;
  color: #000;
}

.blog-wrapper .single-blog-post {
  margin-bottom: 40px;
  position: relative;
}

.blog-wrapper .single-blog-post .video__button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.blog-wrapper .single-blog-post .video__button .video__btn__wrp {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
  position: relative;
  background: transparent;
  border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content {
  border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-wrapper .single-blog-post.post-details .post-content .single-post-image {
  width: 100%;
  height: 100%;
}

.blog-wrapper .single-blog-post.post-details .post-content h1 {
  font-size: 36px;
  line-height: 1.4;
}

.blog-wrapper .single-blog-post.post-details .post-content h1,
.blog-wrapper .single-blog-post.post-details .post-content h2,
.blog-wrapper .single-blog-post.post-details .post-content h3,
.blog-wrapper .single-blog-post.post-details .post-content h4,
.blog-wrapper .single-blog-post.post-details .post-content h5,
.blog-wrapper .single-blog-post.post-details .post-content h6 {
  margin-top: 10px;
}

.blog-wrapper .single-blog-post.post-details .post-content table {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px;
  }

  .blog-wrapper .single-blog-post.post-details .post-content h3 {
    font-size: 20px;
  }
}

.blog-wrapper .single-blog-post.post-details blockquote,
.blog-wrapper .single-blog-post.post-details .wp-block-quote {
  background-color: #FFF3EB;
  color: #191C1F;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  padding: 40px 30px 40px 100px;
  text-align: left;
  margin: 40px 0px;
  position: relative;
  z-index: 1;
  border-left: 5px solid #FBB040;
}

.blog-wrapper .single-blog-post.post-details blockquote a,
.blog-wrapper .single-blog-post.post-details .wp-block-quote a {
  color: #FFF;
}

.blog-wrapper .single-blog-post.post-details blockquote a:hover,
.blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
  color: #333;
}

@media (max-width: 767px) {

  .blog-wrapper .single-blog-post.post-details blockquote,
  .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.blog-wrapper .single-blog-post.post-details blockquote::before,
.blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
  left: 30px;
  font-size: 40px;
  line-height: 1;
  font-family: "icofont";
  position: absolute;
  content: "\efcd";
  top: 42px;
  color: #ED1C24;
  z-index: -1;
  font-weight: 900;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb,
.blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
  z-index: 1;
  position: relative;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before,
.blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #282835;
  opacity: .3;
  z-index: -1;
}

.blog-wrapper .single-blog-post.quote-post .post-content,
.blog-wrapper .single-blog-post.format-quote .post-content {
  position: relative;
  background-color: var(--theme);
  border: none;
}

.blog-wrapper .single-blog-post.quote-post .post-content::before,
.blog-wrapper .single-blog-post.format-quote .post-content::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*  background-image: url(../../assets/img/quotepost.png);*/
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-wrapper .single-blog-post.quote-post .quote-content,
.blog-wrapper .single-blog-post.format-quote .quote-content {
  overflow: hidden;
  padding: 50px;
}

@media (max-width: 585px) {

  .blog-wrapper .single-blog-post.quote-post .quote-content,
  .blog-wrapper .single-blog-post.format-quote .quote-content {
    text-align: center;
    font-size: 24px;
    padding: 30px;
  }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .icon,
.blog-wrapper .single-blog-post.format-quote .quote-content .icon {
  font-size: 70px;
  line-height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 585px) {

  .blog-wrapper .single-blog-post.quote-post .quote-content .icon,
  .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 50px;
    line-height: 60px;
  }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text,
.blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
  overflow: hidden;
}

.blog-wrapper .single-blog-post.quote-post .quote-content h2,
.blog-wrapper .single-blog-post.format-quote .quote-content h2 {
  margin-top: -2px;
  font-size: 36px;
  color: var(--white);
}

.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta,
.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta {
  margin-top: 10px;
}

.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span,
.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta i,
.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span,
.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta i {
  color: var(--white);
}

.blog-wrapper .single-blog-post:last-child {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-featured-thumb {
  height: 450px;
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}

.blog-wrapper .single-blog-post .post-featured-thumb .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 15px 30px;
  background-color: var(--theme);
  text-align: center;
}

.blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 {
  color: var(--white);
}

.blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 span {
  color: var(--white);
  text-transform: uppercase;
  font-size: 15px;
}

@media (max-width: 991px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 230px;
  }
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}

.blog-wrapper .single-blog-post .post-content {
  padding-top: 30px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 575px) {
  .blog-wrapper .single-blog-post .post-content {
    padding-top: 20px;
  }
}

.blog-wrapper .single-blog-post .post-content h2 {
  line-height: 1.4;
  font-size: 36px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 28px;
  }
}

.blog-wrapper .single-blog-post .post-content h2 a:hover {
  color: var(--theme);
}

.blog-wrapper .single-blog-post .post-content p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content {
    padding: 30px 10px;
  }
}

@media (max-width: 414px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-cat a {
  color: var(--white);
  display: inline-block;
  background-color: var(--theme);
  padding: 14px 18px 12px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: 'Inter', sans-serif;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    font-size: 12px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
  background-color: var(--header);
}

.blog-wrapper .single-blog-post .post-content ul {
  margin-bottom: 0;
  list-style-type: disc;
  margin-top: 30px;
}

.blog-wrapper .single-blog-post .post-content ul ol {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul ul {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
  color: var(--text);
  position: relative;
  font-size: 18px;
  padding-left: 30px;
}

.blog-wrapper .single-blog-post .post-content ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  color: var(--theme);
}

.blog-wrapper .single-blog-post .post-content ol {
  margin-bottom: 0;
  list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content ol ul {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol ol {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content p {
  margin-top: 15px;
}

.blog-wrapper .single-blog-post .post-content .post-meta {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
}

.blog-wrapper .single-blog-post .post-content .post-meta span {
  color: #475156;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: flex;
  margin-right: 25px;
  align-items: center;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-meta span {
    font-size: 15px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-meta span i {
  margin-right: 5px;
  color: #FDD190;
  font-weight: 700;
}

.blog-wrapper .single-blog-post .post-content .author-info {
  overflow: hidden;
}

.blog-wrapper .single-blog-post .post-content .author-info .author-img {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-right: 5px;
  }
}

.blog-wrapper .single-blog-post .post-content .author-info h5 {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 9px;
}

.blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
  color: var(--theme);
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    font-size: 14px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-link a {
  font-weight: 700;
}

.blog-wrapper .single-blog-post .post-content .post-link a:hover {
  color: var(--theme);
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-size: 14px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-link a i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 3px;
  }
}

@media (min-width: 991px) {
  .news-area .main-sidebar {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .news-area .main-sidebar {
    margin-top: 40px;
  }
}

.news-area .main-sidebar .single-sidebar-widget {
  border: 2px solid #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 40px;
}

.news-area .main-sidebar .single-sidebar-widget ul {
  padding-left: 0;
}

.news-area .main-sidebar .single-sidebar-widget ul>li {
  margin-bottom: 10px;
}

.news-area .main-sidebar .single-sidebar-widget ul>li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.news-area .main-sidebar .single-sidebar-widget ul>li a:hover {
  color: var(--theme);
}

.news-area .main-sidebar .single-sidebar-widget ul ul {
  padding-left: 20px;
}

.news-area .main-sidebar .single-sidebar-widget ul ul li {
  margin-top: 5px;
}

.news-area .main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 15px;
  position: relative;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title h4 {
  font-size: 24px;
  font-weight: 600;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.search_widget form {
  width: 100%;
  position: relative;
}

.search_widget form input {
  background-color: #FFF;
  font-size: 15px;
  padding: 15px;
  width: 100%;
  border: none;
  text-transform: capitalize;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.search_widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: transparent;
  color: #000;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.search_widget form button:hover {
  background-color: transparent;
}

.popular-posts .single-post-item,
.popular_posts .single-post-item {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

/*.popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}*/
.popular-posts .single-post-item .thumb,
.popular_posts .single-post-item .thumb {
  height: 95px;
  width: 95px;
  background-color: #f2f2f2;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

.popular-posts .single-post-item .post-content,
.popular_posts .single-post-item .post-content {
  overflow: hidden;
}

.popular-posts .single-post-item .post-content h5,
.popular_posts .single-post-item .post-content h5 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}

.popular-posts .single-post-item .post-content h5 a,
.popular_posts .single-post-item .post-content h5 a {
  color: #000;
}

.popular-posts .single-post-item .post-content h5 a:hover,
.popular_posts .single-post-item .post-content h5 a:hover {
  color: #00499E;
}

.popular-posts .single-post-item .post-content .post-date,
.popular_posts .single-post-item .post-content .post-date {
  margin-top: 10px;
  color: #77878F;
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
}

.popular-posts .single-post-item .post-content .post-date i,
.popular_posts .single-post-item .post-content .post-date i {
  margin-right: 7px;
}

.widget_categories ul li {
  display: block;
  position: relative;
}

.widget_categories ul li:last-child a {
  margin-bottom: 0;
}

.widget_categories ul li a:before {
  content: "\eed7";
  font-family: 'icofont';
  font-size: 18px;
  color: #C9CFD2;
  margin-right: 10px;
}

.widget_categories ul li a {
  position: relative;
  /*  background: var(--bg);*/
  padding: 10px 20px 10px 0;
  line-height: 1;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.widget_categories ul li a:hover {
  color: var(--theme);
}

.widget_categories ul li a i {
  margin-right: 10px;
}

.widget_categories ul li {
  display: block;
  margin-bottom: 10px;
}

.eror-wrapper {
  padding: 30px 0 60px;
}

.eerorarea h1 {
  color: #000;
  font-size: 30px;
  margin-bottom: 30px;
}

.eerorarea p {
  font-size: 15px;
}

.eerorarea ul {
  margin: 30px 0 0;
}

.eerorarea ul li {
  display: inline-block;
  margin: 0 15px;
}

.eerorarea ul li a {
  background: #FA8232;
  padding: 12px 30px;
  color: #FFF;
}

.eerorarea ul li a:hover {
  border: 1px solid #FA8232;
  background: #FFF;
  color: #FA8232;
}

.eerorarea ul li:last-child a {
  border: 1px solid #FA8232;
  background: #FFF;
  color: #FA8232;
}

.eerorarea ul li:last-child a:hover {
  background: #FA8232;
  color: #FFF;
}

/*** FAQs ***/
.faq-section {
  padding: 80px 0;
}

.faq-content {
  padding-right: 60px;
}

.faq-content .accordion-item {
  border: 0;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #FFF;
  border: 1px solid #E4E7E9;
  border-radius: 9px;
  padding: 16px 30px;
}

@media (max-width: 575px) {
  .faq-content .accordion-item {
    margin-top: 10px;
  }
}

.faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: bold;
  color: #191C1F;
  letter-spacing: -.2px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 10px 0;
  font-size: 14px;
}

.faq-content .accordion-item .accordion-header .accordion-button::after {
  content: "\efc2";
  background: transparent;
  font-family: "icofont";
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  color: var(--header);
}

.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\ef9a";
  background: transparent;
  font-family: "icofont";
  font-weight: 300;
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
  padding: 30px;
}

.faq-content .accordion-item .accordion-collapse .accordion-body p {
  font-size: 14px;
}

.faq-content .accordion-item .accordion-collapse .accordion-body ul {
  padding-left: 15px;
}

.faq-content .accordion-item .accordion-collapse .accordion-body ul li {
  font-size: 14px;
  list-style: disc;
}

@media (max-width: 1199px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 0;
  }
}

.faq-content.style-color .accordion-item .accordion-header .accordion-button::after {
  background-color: var(--theme);
}

.faq-content.style-color .accordion-item .accordion-collapse .accordion-body {
  color: #5A627D;
}

.faq-wrapper .faq-content .accordion-item {
  border-radius: 0;
  border: 1px solid #E4E7E9;
  padding: 0;
  margin-top: 0;
  margin-bottom: 15px;
}

.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  padding: 15px;
}

.faq-content .accordion-item .accordion-header .accordion-button:hover,
.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #FFF;
  background: #FA8232;
}

.faq-wrapper h1 {
  color: #000;
  font-size: 28px;
  margin-bottom: 30px;
}


.contact-form-items {
  background-color: #FBF4CE;
  padding: 35px;
}

.contact-form-items .contact-title {
  margin-bottom: 30px;
}

.contact-form-items .contact-title h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.contact-form-items .contact-title p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
}

.contact-form-items .form-group {
  position: relative;
}

.contact-form-items .form-group input,
.contact-form-items .form-group textarea {
  width: 100%;
  outline: none;
  border-radius: 0;
  border: none;
  padding: 10px;
  font-size: 15px;
  color: #333;
  background-color: #FFF;
  text-transform: capitalize;
  font-weight: 500;
  border-bottom: 1px solid #FFF;
}

.contact-form-items .form-group input::-webkit-input-placeholder,
.contact-form-items .form-group textarea::-webkit-input-placeholder {
  color: #7787;
}

.contact-form-items .form-group input:-ms-input-placeholder,
.contact-form-items .form-group textarea:-ms-input-placeholder {
  color: #7787;
}

.contact-form-items .form-group input::-ms-input-placeholder,
.contact-form-items .form-group textarea::-ms-input-placeholder {
  color: #7787;
}

.contact-form-items .form-group input::placeholder,
.contact-form-items .form-group textarea::placeholder {
  color: #7787;
}

.contact-form-items .form-group textarea {
  padding: 20px 30px 60px;
}

.contact-form-items .theme-btn {
  background: #FA8232;
  padding: 8px 20px;
  color: #FFF;
  display: inline-block;
}

.contact-form-items .theme-btn:focus,
.contact-form-items .theme-btn:hover {
  border: 1px solid #FA8232;
  background: #FFF;
  color: #FA8232;
}

.contact-form-items .theme-btn i {
  margin-right: 10px;
}

.contact-form-items .theme-btn:hover i {
  -webkit-transform: translate(0);
  transform: translate(0);
}

@media (max-width: 767px) {
  .contact-form-items .contact-title h3 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .contact-form-items .contact-title {
    margin-bottom: 20px;
  }

  .contact-form-items .contact-title h3 {
    font-size: 28px;
  }

  .contact-form-items .form-group .icon {
    display: none;
  }

  .contact-form-items .form-group input,
  .contact-form-items .form-group textarea {
    padding: 15px 20px;
  }
}

.software-innovation-hero-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.software-innovation-hero-text .sub-heading {
  text-transform: uppercase;
  color: #191C1F;
  padding: 5px 15px;
  background: #EFD33D;
  display: inline-block;
}

.software-innovation-hero-text h1 {
  color: #191C1F;
  font-weight: 600;
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .software-innovation-hero-text h1 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .software-innovation-hero-text h1 {
    font-size: 18px;
  }
}

.software-innovation-hero-text .info-heading {
  color: rgb(42, 42, 42);
  line-height: 32px;
  font-weight: 500;
  font-size: 18px;
}

.software-innovation-hero-image img {
  width: 100%;
}

/*=============================================
=              14. Box Images Css              =
=============================================*/
.feature-images-wrapper {
  padding: 60px 0;
}

.feature-images-wrapper h2 {
  color: #000;
  font-size: 25px;
}

.feature-images__two.small-mt__10 {
  margin-top: 60px;
}

.ht-box-images.style-02 {
  display: block;
  margin-bottom: 30px;
}

.ht-box-images.style-02 .image-box-wrap {
  background: none;
  border-radius: 3px;
  padding: 20px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(250, 130, 50, 0.4);
}

.ht-box-images.style-02:hover .image-box-wrap {
  border: 2px solid rgba(250, 130, 50, 1.0);
}

.ht-box-images.style-02 .image-box-wrap .box-image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.ht-box-images.style-02 .image-box-wrap .content h6 {
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 0;
  font-size: 14px;
}

.ht-box-images.style-02 .image-box-wrap .content h6 {
  color: #000;
}

.ht-box-images.style-02 .image-box-wrap .content .text {
  color: #696969;
}

.ht-box-images.style-02:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}


.integration-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 25px;
  justify-items: center;
}

.integration-grid li {
  width: 100%;
}

.integration-grid li .single-integration {
  -webkit-box-shadow: rgba(13, 21, 55, .06) 0 5px 50px;
  box-shadow: rgba(13, 21, 55, .06) 0 5px 50px;
  display: block;
  margin: auto;
  text-align: center;
  padding: 40px 20px;
  border-radius: 6px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.integration-grid li .single-integration:hover {
  -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .1);
  box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .1);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}

.integration-grid li .single-integration img {
  width: 100%;
  height: auto;
  max-width: 65px;
  max-height: 65px;
  margin: auto;
}

.integration-grid li h6 {
  color: #363636;
  margin-top: 30px;
}

.bg-grey {
  background: #FAFAFA;
}

.section-heading-m0 p {
  margin-bottom: 10px !important;
}

.tech-card li {
  display: inline-block;
  width: 19.6%;
  text-align: center;
  padding: 0;
  margin-bottom: 31px;
}

.gradient-text {
  background: -webkit-linear-gradient(4deg, #FFF, #00E5FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-heading-m0 ul {
  padding: 0 0 0 20px;
}

.section-heading-m0 ul li {
  list-style: disc;
}

.section-heading-m0 .btn-readmore {
  z-index: 0;
  position: relative;
  display: inline-block;
  padding: 0.7rem 2rem;
  text-decoration: none;
  background-color: #0061B2;
  color: #222222;
  transition: color 0.2s ease-out;
  margin-top: 20px;
}

.section-heading-m0 .btn-readmore::before,
.section-heading-m0 .btn-readmore::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}

.section-heading-m0 .btn-readmore::before {
  z-index: -2;
  background-color: #222222;
  transition: opacity 0.2s ease-out;
}

.section-heading-m0 .btn-readmore::after {
  z-index: -1;
  margin: 0.1rem;
  background-color: #ffffff;
}

.section-heading-m0 .btn-readmore:hover,
.section-heading-m0 .btn-readmore.focused {
  color: #0061B2;
}

.section-heading-m0 .btn-readmore:hover::before,
.section-heading-m0 .btn-readmore.focused::before {
  opacity: 0;
}

.section-heading-m0 .btn-readmore span {
  background: -webkit-linear-gradient(4deg, #0061B2, #00E5FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button--gradient::before {
  background-image: linear-gradient(to top right, #0061B2 0%, #00E5FF 50%);
}

.search-header h1 {
  font-size: 24px;
  color: #646464;
}

.search-header h1 span {
  color: #00499E;
}

.teamarea {
  padding: 60px 0;
}

.teamblock {
  display: flex;
  flex-wrap: wrap;

  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
}

.teamblock>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
}

.teamblock li:first-child {
  flex: 0 0 auto;
  width: 100%;
}

.teamblock li {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.grid-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.ht-team-member .team-info {
  padding: 15px;
}

.teamblock li:first-child .ht-team-member {
  display: flex;
  width: 100%;
  align-items: center;
}

.teamblock li:first-child .ht-team-member .team-info {
  padding: 15px 5rem;
}

.teamblock li:first-child .ht-team-member .team-image {
  width: 40%;
  flex: 0 0 auto;
}

.ht-team-member .team-image img {
  width: 100%;
}

.ht-team-member h5.name {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.ht-team-member .position {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}

.ht-team-member .description {
  font-size: 14px;
  line-height: 1.4;
}

/*.ht-team-member .social-networks{
  padding:0 15px 15px;
}*/


.contact-map iframe {
  width: 100%;
  height: 350px;
}

.contact-details {
  padding: 80px 0;
}

.contact-details .sec-title {
  position: relative;
  margin-bottom: 40px;
}

.contact-details .sec-title h2 {
  position: relative;
  color: #222429;
  letter-spacing: .01em;
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 26px;
}

.contact-details .form-control,
.contact-details .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: .9rem;
  width: 100%;
}

.contact-details textarea.form-control {
  height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-style-one {
  position: relative;
  font-size: 13px;
  line-height: 24px;
  padding: 15px 50px;
  font-weight: 700;
  letter-spacing: .1em;
  overflow: hidden;
  text-transform: uppercase;
  color: #FFF;
  background: #0061B2;
  float: right;
  border-radius: 30px;
}

.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}

.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.contact-details__info li .icon {
  height: 60px;
  width: 25px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #0061B2;
}

.contact-details__info li .icon span {
  color: #0061B2;
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li .text {
  margin-left: 30px;
  color: #6a6f78;
}

.contact-details__info li h6 {
  color: #222429;
  margin-bottom: 10px;
}

.contact-details__info li .text a {
  font-size: 15px;
  color: #6a6f78;
  color: #;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li .text span {
  font-size: 15px;
  color: #6a6f78;
}

.solutionarea .slider-card {
  margin-bottom: 30px;
}

.single-integration:hover .product-action-vertical {
  visibility: visible;
  opacity: 1;
}

.product-action-vertical {
  position: absolute;
  bottom: -0.5rem;
  right: -1.5rem;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  background: #FFF;
  padding: 30px;
  text-align: left;
  min-height: 200px;
  width: 200px;
  z-index: 9;
  border: 1px solid #707070;
}

.product-action-vertical h4 {
  color: #0061B2;
  font-size: 20px;
  margin-bottom: 15px;
}

.product-action-vertical ul li {
  font-size: 14px;
  color: #000;
}

.bpo-lg-img img {
  border-radius: 10px;
}

.solutionsbanner {
  padding: 160px 0;
}

.solutionsbanner.bg-banner:before {
  background: rgba(0, 0, 0, 0.4) !important;
}

.spider_popup_wrap {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.spider_popup_close_fullscreen {
  color: #FFF !important;
}

.bwg_close_btn {
  opacity: 1 !important;
}

#spider_popup_left-ico,
#spider_popup_right-ico {
  background-color: #FFFFFF !important;
  color: #000 !important;
  font-size: 18px !important;
  opacity: 1 !important;
  line-height: 15px !important;
}

.btn-grateientarea a {
  color: #FFF;
  margin: 42px 0;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 22px;
  background: #0061B2;
  background: -webkit-linear-gradient(to right, #0061B2, #00E5FF);
  background: linear-gradient(to right, #0061B2, #00E5FF);
  border: none;
}

.btn-grateientarea a:hover {
  background: #00E5FF;
  background: -webkit-linear-gradient(to right, #00E5FF, #0061B2);
  background: linear-gradient(to right, #00E5FF, #0061B2);
}

/***** HRM Page *****/
.btn-gradient {
  color: #FFF;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 15px;
  font-weight: 500;
  font-size: 14px;
  background: #0061B2;
  background: -webkit-linear-gradient(to right, #0061B2, #00E5FF);
  background: linear-gradient(to right, #0061B2, #00E5FF);
  border: none;
}

.btn-gradient:hover {
  color: #FFF !important;
  background: #00E5FF !important;
}

.screen-image img {
  width: 82%;
}

.screen-image:before {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  background: rgba(0, 97, 178, 0.05);
  top: -60px;
  left: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.screen-image img {
  border-radius: 10px;
}

.hero2-content-wrap2 h1 {
  font-weight: 600;
  color: #FBB040;
  font-size: 34px;
}

.hero2-content-wrap2 h2 {
  font-weight: 600;
  color: #363636;
  font-size: 34px;
  margin-bottom: 15px;
}

.hero2-content-wrap2 p {
  color: #363636;
}

.hero2-content-wrap2 .action-btn .btn {
  padding: 10px 30px;
}

.hero2-content-wrap2 .action-btn .btn.btn-primary-outlined {
  border-color: #0061B2;
  color: #0061B2;
}

.hero2-content-wrap2 .action-btn .btn.btn-primary-outlined:hover {
  background: #0061B2;
  color: #FFF;
}

.feature-clients h4 {
  font-size: 18px;
  margin-bottom: 30px;
}

.app-two-single-feature {
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 15, 56, .1);
  box-shadow: 0 3px 6px 0 rgba(0, 15, 56, .1);
  padding: 30px;
  margin-bottom: 30px;
  background: #F2F4F5;
}

.app-two-single-feature-icon .featureicon {
  border-radius: 50%;
  width: 80px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 25px;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid transparent;
}

.app-two-single-feature-icon .featureicon img {
  height: 48px;
}

/*.col-lg-6:first-child .app-two-single-feature-icon .featureicon{
    background-color:rgba(219, 34, 255, 0.2);
    color: #d922ff;
    border-color:#DB22FF;
}
.col-lg-6:nth-child(2) .app-two-single-feature-icon .featureicon{
    background-color: rgb(254, 223, 176);
    color: #ff3e66;
    border-color:#ED1C24;
}
.col-lg-6:nth-child(3) .app-two-single-feature-icon .featureicon{
    background-color:#FDAFB2;
    color: #0e9541;
    border-color:#ED1C24;
}
.col-lg-6:nth-child(4) .app-two-single-feature-icon .featureicon{
    background-color: rgba(57, 135, 255, .1);
    color: #AFD3FC;
    border-color:#1383FE;
}*/
.bg-white {
  background: #FFF !important;
}

.app-two-single-feature-content h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.app-two-single-feature-content p {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
}

.feturegratient-btn a {
  font-size: 16px;
}

.single-popup-wrap {
  position: relative;
}

.video-link {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
}

.video-link .ht-popup-video.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(8, 106, 216, 0.8);
}

.video-link .ht-popup-video.video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.video-link .ht-popup-video.video-button .video-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  pointer-events: none;
}

.video-link .ht-popup-video.video-button .video-mark .wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto;
}

.video-link .ht-popup-video.video-button .video-mark .wave-pulse::after,
.video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #FF0000;
  -webkit-animation: zoomBig 3.25s linear infinite;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.video-link .ht-popup-video .video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.video-link .ht-popup-video .video-button__one {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-link .ht-popup-video .video-button__one .video-play {
  width: 72px;
  height: 72px;
  background: transparent;
  border: 6px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
}

.video-link .ht-popup-video .video-button__one .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 1px;
}

.video-link .ht-popup-video .video-button__one .video-play-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
}

.video-link .ht-popup-video .video-button__two {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-link .ht-popup-video .video-button__two .video-play {
  width: 78px;
  height: 78px;
  background: #FF0000;
  -webkit-box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
  box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
}

.video-link .ht-popup-video .video-button__two .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 1px;
}

.video-link .ht-popup-video .video-button__two .video-play-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 19px;
  border-left-color: #ffffff;
}

.video-link:hover .video-play {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

.single-popup-wrap img {
  width: 100%;
  border-radius: 15px;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 60%;
  height: 70%;
  max-width: calc(100% - 20%);
  max-height: calc(100% - 180x);
  overflow: visible;
  background: #fff;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.testimonalinner .testimonal-slider {
  display: flex;
  background: #FFF;
  border-radius: 6px;
  padding: 60px 40px;
  margin-bottom: 30px;
  align-items: center;
}

.testimonalinner .testpic {
  width: 20%;
  padding-right: 20px;
}

.testimonalinner .ev-single-testimonial {
  position: relative;
}

.testimonalinner .ev-single-testimonial:before {
  content: "";
  background: url(../images/svg/quote.svg);
  position: absolute;
  top: -2.5rem;
  left: 45%;
  width: 38px;
  height: 31px;
}

.testimonalinner .testpic img {
  height: auto;
}

.testimonalinner .ev-single-testimonial {
  width: 80%;
}

.testimonalinner .testimonal-slider p {
  font-size: 15px;
  font-weight: 400;
}

.testimonalinner .testimonal-slider h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.testimonalinner .testimonal-slider h4 {
  font-size: 15px;
  color: #0061B2;
}

.testimonalinner .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 1rem;
}

/*.col-lg-4:first-child .app-two-single-feature{
    background:rgba(57, 135, 255, .3);
}
.col-lg-4:nth-child(2) .app-two-single-feature{
    background:rgba(237, 28, 36, 0.3);
}
.col-lg-4:nth-child(3) .app-two-single-feature{
    background:rgba(251, 176, 64, 0.3);
}
.col-lg-4:first-child .app-two-single-feature-icon .featureicon{
    background-color: rgba(57, 135, 255, .1);
    border-color: #1383FE;
}
.col-lg-4:nth-child(2) .app-two-single-feature-icon .featureicon{
    background-color: rgba(237, 28, 36, .1);
    border-color: #ED1C24;
}
.col-lg-4:nth-child(3) .app-two-single-feature-icon .featureicon{
    background-color: rgba(251, 176, 64, 0.1);
    border-color: #ED1C24;
}
.register-wrap, .modal.modal-register{
    background:#E6FCFF;
}
*/
.modal.modal-register {
  background: #E6FCFF;
  --bs-modal-bg: #E6FCFF;
}

.form-section {
  padding-bottom: 60px;
}

.register-wrap .input-group {
  display: block;
  width: 100%;
}

.register-wrap .input-group>.form-control,
.register-wrap .input-group>.form-floating,
.register-wrap .input-group>.form-select {
  width: 100%;
}

.register-wrap .input-group label {
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
}

.register-wrap .input-group .form-control {
  background: none;
  border-radius: 5px !important;
  border-color: #D7D7D7;
}

.testimonal-section .owl-theme .owl-dots .owl-dot span {
  margin: 2px 1px;
}

.btnlg {
  padding: 12px 60px;
  font-size: 18px;
}

.register-form .section-heading {
  margin-bottom: 30px;
}

.modal-register .forminator-ui.forminator-custom-form-542.forminator-design--default .forminator-checkbox {
  width: auto !important;
}

#gallery-view .slick-slide>img {
  transform: scale(1.5);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#gallery-view .slick-center>img {
  transform: scale(2.1);
  z-index: 9;
  position: relative;
}

#gallery-view .gal-slide-img>img {
  width: 100%;
  height: auto;
}

#gallery-view .slick-list {
  padding: 100px 0 !important;
}

.single-popup-wrap {
  max-height: 492px;
  overflow: hidden;
  border-radius: 10px;
}

.gal-slide-thumb.slick-slide {
  margin: 0 15px;
  text-align: center;
  padding: 10px 5px;
  cursor: pointer;
}

.gal-slide-thumb.slick-slide img {
  color: #FFF;
  display: inline-block;
  padding: 13px 30px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  background: #E0EDF7;
  border: none;
  text-align: center;
  height: 70px;
}

.gal-slide-thumb.slick-slide span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}

.gal-slide-thumb.slick-current.slick-active {
  transform: scale(1.15);
}

.gal-slide-thumb.slick-current.slick-active span {
  font-weight: 600;
}

.cert-section {
  background: #fafafa;
  padding: 80px 0;
}

.cert-section .btn {
  padding: 6px 20px;
}

.cert-section .btn.btn-success {
  background: #4d9503;
}

.cert-section .btn.btn-warning {
  background: #fcaf43;
}

.cert-section .connected-app-single {
  background: #FFF;
}

.cert-section .connected-app-content h5 {
  font-size: 18px;
}

.cert-section .integration-logo {
  box-shadow: none;
}

.client-slides-2 .client-card img {
  height: 110px;
  width: auto !important;
}

.client-slides-2 .client-card {
  text-align: center;
}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media screen and (max-width:1700px) {}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1150px) {}

@media screen and (max-width:1100px) {}

@media screen and (max-width:991px) {
  .header-search-form.default-search {
    display: none;
  }

  .header-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

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

  .header-area {
    background: #FFF !important;
  }

  .mobile-navigation-icon i,
  .mobile-navigation-icon i:after,
  .mobile-navigation-icon i:before {
    background-color: #0069b2;
  }

  .workroutine .col-lg-6:first-child {
    margin-top: 0;
    top: 0;
  }

  .workroutine .col-lg-6:nth-child(3) {
    margin-top: 0;
    top: 0;
  }

  .blog-tags ul li a {
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
  }

  .bloghead p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .bloghead .page-title {
    font-size: 35px;
    line-height: 46px;
  }

  li.menu-item-438 ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media screen and (max-width:900px) {}

@media screen and (max-width:800px) {}

@media screen and (max-width:767px) {
  .integration-grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }

  .testimonal-slider {
    width: 90%;
  }

  .fun-fact.funcentered {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    margin: 20px 0;
  }

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

  .ptb-100 {
    padding: 50px 0;
  }

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

  .ptb-160 {
    padding: 80px 0;
  }

  .whycol:nth-child(2) {
    margin-top: 30px;
  }

  .whycol:last-child {
    margin-top: 30px;
  }

  .teamblock li {
    width: 100%;
  }

  .teamblock li:first-child .ht-team-member {
    display: block;
    width: 100%;
  }

  .teamblock li:first-child .ht-team-member .team-info {
    padding: 15px;
    width: 100%;
  }

  .teamblock li:first-child .ht-team-member .team-image {
    width: 100%;
  }

  .teamblock {
    padding-right: 0;
    padding-left: 0;
  }

  .hero-content-wrap.mt-5 {
    margin-top: 0 !important;
  }

  .tech-card li {
    width: 24%;
  }

  .bpo-section .cta-card p {
    min-height: auto;
  }

  .contact-details__right {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:715px) {}

@media screen and (max-width:630px) {}

@media screen and (max-width:600px) {
  .hero-content-wrap h1 {
    font-size: 28px;
  }

  .hero-content-wrap p {
    font-size: 14px;
  }

  .action-btn.mt-5 {
    margin-top: 20px !important;
  }

  .action-btn a {
    font-size: 14px;
    padding: 8px 12px;
  }

  .workblock h2 {
    margin-top: 15px;
    font-size: 32px;
  }

  .workblock p {
    font-size: 14px;
  }

  .workblock h4 {
    font-size: 16px;
  }

  .cta-card {
    padding: 20px 10px !important;
  }

  .cta-card p {
    font-size: 14px;
    padding: 0 15px;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .testimonal-slider p {
    font-weight: 400;
    font-size: 14px;
  }

  .footer-top.bg-gradient {
    padding: 40px 0;
  }

  .footerlogo img {
    max-height: 60px;
    width: auto;
  }

  .section-heading p {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .dg-service-item {
    padding: 1.5rem 2rem;
    font-size: 14px;
  }

  .teamarea {
    padding: 30px 0;
  }

  .videoareainside iframe {
    height: 350px;
  }

  .formsection.form-brd a {
    margin: 30px 0;
    padding: 10px 40px;
    font-size: 18px;
  }

  .wp-block-heading {
    margin-top: 30px;
  }

  .section-heading-m0 ul li {
    font-size: 14px;
  }

  .bloghead .page-title {
    font-size: 28px;
    line-height: 36px;
  }

  .blog-wrapper {
    padding: 30px 0;
  }
}

@media screen and (max-width:575px) {
  .tech-card li {
    width: 32%;
  }
}

@media screen and (max-width:480px) {
  .section-heading h2 {
    font-size: 24px;
  }

  .videoareainside iframe {
    height: 250px;
  }

  .hero-content-wrap h1 {
    font-size: 24px;
  }

  .cta-card h3 {
    font-size: 18px;
  }

  .single-article h2 {
    font-size: 1rem;
    line-height: 1.4;
  }

  .single-article p {
    font-size: 14px;
  }

  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .blog-wrapper .single-blog-post .post-content p {
    font-size: 14px;
  }

  .wp-block-quote>cite {
    font-size: 16px;
  }

  .contact-map iframe {
    height: 250px;
  }

  .contact-details {
    padding: 30px 0;
  }
}

@media screen and (max-width:390px) {
  .footerlogo img {
    max-height: 50px;
    width: auto;
  }
}

@media screen and (max-width:320px) {}