/*===================================
	TABLE OF INDEX
====================================*/
/*==00. Icons ==*/
/*==01. Reset ==*/
/*==02. Global ==*/
/*==03. Typography ==*/
/*==04. Colors ==*/
/*==05. Animations ==*/
/*==06. spacing ==*/
/*==07. Buttons ==*/
/*==08. Navigation ==*/
/*==09. Layouts ==*/
/*==10. Forms ==*/
/*==11. Footer ==*/
/*==12. Preloader ==*/
/*===================================
	TABLE OF INDEX ENDS
====================================*/
/* 



*/
/* ==========================================================================
   00. ICONS
========================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../images/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-playstore:before {
  content: "\e915";
  color: #a4c639;
}
.icon-apple:before {
  content: "\e916";
  color: #999;
}
.icon-fire:before {
  content: "\e917";
}
.icon-chat:before {
  content: "\e918";
  color: #7289da;
}
.icon-dchat:before {
  content: "\e919";
  color: #2e9fff;
}
.icon-youtube:before {
  content: "\e91a";
  color: #cd201f;
}
.icon-downloads:before {
  content: "\e912";
}
.icon-users:before {
  content: "\e91b";
}
.icon-ratings:before {
  content: "\e913";
}
.icon-shares:before {
  content: "\e914";
}
.icon-behance:before {
  content: "\e900";
}
.icon-browser:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-googlePlus:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-linkdin:before {
  content: "\e905";
}
.icon-list:before {
  content: "\e906";
}
.icon-map:before {
  content: "\e907";
}
.icon-notepad:before {
  content: "\e908";
}
.icon-notification:before {
  content: "\e909";
}
.icon-report:before {
  content: "\e90a";
}
.icon-sales:before {
  content: "\e90b";
}
.icon-target:before {
  content: "\e90c";
}
.icon-twitter:before {
  content: "\e90d";
}
.icon-user:before {
  content: "\e90e";
}
.icon-userEdit:before {
  content: "\e90f";
}
.icon-userSettings:before {
  content: "\e910";
}
.icon-vimeo:before {
  content: "\e911";
}
/* ==========================================================================
   01. RESET
========================================================================== */
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
  margin: 0;
  padding: 0;
}
/* ==========================================================================
   02. GLOBAL
========================================================================== */
/*html,
body {    
    width: 100%;
    height: 100%;    
}*/
body {
  overflow-x: hidden;
}
a {
  color: #66489d;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover,
a:focus {
  color: #4f387a;
}
hr {
  max-width: 100px;
  margin: 0.5em auto;
  border-width: 1px;
  border-color: rgba(102, 72, 157, 0.1);
}
hr.hr-color {
  border-color: rgba(102, 72, 157, 0.7);
}
hr.light {
  border-color: white;
}
.icon {
  margin-bottom: 10px;
}
.icon [class^="icon-"],
.icon [class*=" icon-"] {
  font-size: 45px;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/*===== Extras==========*/
::-moz-selection {
  background: #222222;
  color: white;
  text-shadow: none;
}
::selection {
  background: #222222;
  color: white;
  text-shadow: none;
}
img::selection {
  background: transparent;
  color: white;
}
img::-moz-selection {
  background: transparent;
  color: white;
}
body {
  webkit-tap-highlight-color: #222222;
}
.parallax,
.home {
  overflow: hidden;
  position: relative;
}
.parallax > .bg-image-placer,
.home > .bg-image-placer {
  top: -63px;
  height: 100%;
  min-height: 100vh;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  transition: opacity 0.3s ease !important;
  -webkit-transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}
.parallax > .bg-video-placer,
.home > .bg-video-placer {
  top: -63px;
  height: 100%;
  min-height: 100vh;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  transition: opacity 0.3s ease !important;
  -webkit-transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}
.parallax > .highlight h1,
.home > .highlight h1 {
  color: #fff;
  text-shadow: none;
}
.parallax > .highlight p,
.home > .highlight p {
  color: #fff;
}
.home {
  max-height: 675px;
}
.home .container,
.home .row {
  height: 100%;
}
.home.ht-100 {
  height: calc(100vh - 63px);
}
@media all and (max-width: 767px) {
  .home.ht-100 {
    height: auto;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bg-gradient-overlay svg {
    display: none;
  }
}
.bg-image-placer {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  background: #fff;
  opacity: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
}
.bg-image-placer img {
  display: none;
}
.bg-image-contain {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
}
.bg-image-contain img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.bg-video-placer {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background: #fff;
  opacity: 1;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
}
.bg-video-placer video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
.slide-anim-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
/* ==========================================================================
   03. TYPOGRAPHY
========================================================================== */
body {
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: #252525;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-variant-ligatures: common-ligatures;
}
p {
  margin: 0 0 0.75em;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.75em;
}
p.head {
  font-size: 1.15em;
  line-height: 1.5em;
  font-weight: 400;
}
p.head + .btn,
p.head + .btn + .btn {
  margin-top: 1em;
  margin-right: 1em;
}
p + .btn,
p + .btn + .btn {
  margin-top: 1em;
  margin-right: 1em;
}
h1,
.h1 {
  font-size: 3em;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 0.75em;
  letter-spacing: -0.01em;
}
h2,
.h2 {
  font-size: 2.35em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 300;
}
h3,
.h3 {
  font-size: 1.75em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
h4,
.h4 {
  font-size: 1.35em;
  line-height: 1.65em;
  margin-bottom: 0.5em;
}
h5,
.h5 {
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 600;
}
.highlight h1 {
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0.4em;
  letter-spacing: -0.01em;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.6);
}
.highlight p.head {
  font-weight: 500;
}
@media all and (max-width: 690px) {
  .highlight h1,
  .highlight .h1 {
    font-size: 3em;
  }
}
/* classes to make text uppercase and lowercase ================================*/
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: lowercase;
}
/* Text size of icons================================*/
.ico-lg {
  font-size: 5em;
}
.ico-md {
  font-size: 3.2em;
}
.ico-sm {
  font-size: 2em;
}
.ico-xs {
  font-size: 1.2em;
}
/* ==========================================================================
   04. COLORS
========================================================================== */
body {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #252525;
}
p {
  color: #6e6c6c;
}
/*==================BACKGROUNDS================================*/
.bg-dark {
  background-color: #252525;
  color: #fff;
}
.bg-light {
  background-color: #f7f7f7;
  color: #fff;
}
.bg-primary {
  background-color: #66489d;
  color: #fff;
}
.bg-pattern {
  background-color: none;
  background-repeat: repeat;
}
.bg-gradient {
  background-image: linear-gradient(-151deg, rgba(77, 50, 171, 0.9) 23%, rgba(229, 100, 166, 0.9) 111%);
  background: -webkit-linear-gradient(-151deg, rgba(77, 50, 171, 0.9) 23%, rgba(229, 100, 166, 0.9) 111%);
  background: -moz-linear-gradient(-151deg, rgba(77, 50, 171, 0.9) 23%, rgba(229, 100, 166, 0.9) 111%);
}
.bg-gradient-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(-151deg, rgba(77, 50, 171, 0.9) 23%, rgba(229, 100, 166, 0.9) 111%);
  background: -webkit-linear-gradient(-151deg, rgba(77, 50, 171, 0.9) 23%, rgba(229, 100, 166, 0.9) 111%);
  background: -moz-linear-gradient(-151deg, rgba(77, 50, 171, 0.9) 23%, rgba(229, 100, 166, 0.9) 111%);
}
/*TEXT================================*/
.text-primary {
  color: #66489d;
}
/* ==========================================================================
   05. ANIMATIONS
========================================================================== */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
/* ==========================================================================
   06. SPACING & ALIGNMENT
========================================================================== */
/* ============================Height Setup ==============================*/
.ht-100,
.ht-90,
.ht-80,
.ht-70,
.ht-60,
.ht-50,
.ht-40,
.ht-30,
.ht-20,
.ht-10 {
  height: auto;
  padding: 5em 0;
}
@media all and (max-width: 767px) {
  .ht-100,
  .ht-90,
  .ht-80,
  .ht-70,
  .ht-60,
  .ht-50,
  .ht-40,
  .ht-30,
  .ht-20,
  .ht-10 {
    height: auto;
    padding: 4em 0;
  }
}
@media all and (min-height: 500px) and (min-width: 767px) {
  .ht-10 {
    height: 10vh;
  }
  .ht-20 {
    height: 20vh;
  }
  .ht-30 {
    height: 30vh;
  }
  .ht-40 {
    height: 40vh;
  }
  .ht-50 {
    height: 50vh;
  }
  .ht-60 {
    height: 60vh;
  }
  .ht-70 {
    height: 70vh;
  }
  .ht-80 {
    height: 80vh;
  }
  .ht-90 {
    height: 90vh;
  }
  .ht-100 {
    height: 100vh;
  }
}
/*===============================Spacing setup =========================================*/
section,
footer {
  padding-top: 7em;
  padding-bottom: 7em;
}
section.pd-xxs,
footer.pd-xxs {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
section.pd-xs,
footer.pd-xs {
  padding-top: 3em;
  padding-bottom: 3em;
}
section.pd-sm,
footer.pd-sm {
  padding-top: 5em;
  padding-bottom: 5em;
}
section.pd-md,
footer.pd-md {
  padding-top: 10em;
  padding-bottom: 10em;
}
section.pd-lg,
footer.pd-lg {
  padding-top: 14em;
  padding-bottom: 14em;
}
section.pd-xlg,
footer.pd-xlg {
  padding-top: 25em;
  padding-bottom: 25em;
}
section.pd--0,
footer.pd--0 {
  padding: 0;
}
@media all and (max-width: 767px) {
  section.pd-lg,
  footer.pd-lg,
  section.pd-md,
  footer.pd-md {
    padding: 5em 0;
  }
  section.pd-xlg,
  footer.pd-xlg {
    padding: 8em 0;
  }
}
.pd-0 {
  padding: 0;
}
.pd-bt-0 {
  padding-bottom: 0;
}
.pd-tp-0 {
  padding-top: 0;
}
/*===========Text Alignment============*/
.algn-center {
  text-align: center;
}
.algn-right {
  text-align: right;
}
.algn-left {
  text-align: left;
}
/*=======Positions =============*/
.pos-vcenter {
  position: relative;
}
@media all and (min-width: 767px) {
  .pos-vcenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
.pos-hcenter {
  display: block;
  margin: 0 auto;
}
/*=======Positions =============*/
/* ==========================================================================
   07. BUTTONS
========================================================================== */
.btn {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.btn-lg {
  padding: 15px 30px;
}
.btn-md {
  padding: 12px 20px;
}
.btn-sm {
  padding: 8px 15px;
}
.btn-primary {
  border: none;
  background: #66489d;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #443069;
  color: #fff;
}
.btn-primary.inverse {
  background: #fff;
  color: #66489d;
}
.btn-primary.inverse:hover,
.btn-primary.inverse:focus,
.btn-primary.inverse:active,
.btn-primary.inverse.active {
  background: #fff;
  color: #443069;
}
.btn-secondary {
  border: none;
  background: #7db9e8;
  color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background: #3c96dd;
  color: #fff;
}
.btn-secondary.inverse {
  background: #fff;
  color: #7db9e8;
}
.btn-secondary.inverse:hover,
.btn-secondary.inverse:focus,
.btn-secondary.inverse:active,
.btn-secondary.inverse.active {
  background: #fff;
  color: #3c96dd;
}
.btn-outline {
  border-color: #66489d;
  border: 1px solid;
  color: #66489d;
  transition: all 0.3s ease-in-out;

}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  border-color: #443069;
  border: 1px solid;
  box-shadow: 0 8px 16px rgba(68, 48, 105, 0.2); /* subtle purple shadow */
  transform: translateY(-2px); /* lift effect */
}

a.btn-outline[href*="chatbot.ithexa.com"]:hover {
    background: white !important;
    color: #443069 !important;
    border-color: #443069 !important;
}

a.btn-outline[href*="app-release.apk"]:hover {
    background: #7940b0
      /* Old browsers */
  background: -moz-linear-gradient(-45deg, #7853bc 1%, #c567e4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #7853bc 1%, #c567e4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #7853bc 1%, #c567e4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5b408c, endColorstr=#67ade4, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
    color: #fff !important;
  transform:none;
  box-shadow:none;
}

.btn-outline.inverse {
  color: #fff;
  border-color: #fff;
}
.btn-outline.inverse:hover,
.btn-outline.inverse:focus,
.btn-outline.inverse:active,
.btn-outline.inverse.active {
  border-color: #d9d9d9;
}
.btn-gradient {
  border: none;
  background: #66489d;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #66489d 1%, #7db9e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #66489d 1%, #7db9e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #66489d 1%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66489d, endColorstr=#7db9e8, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}
.btn-gradient:hover,
.btn-gradient:focus,
.btn-gradient:active,
.btn-gradient.active {
  background: #443069;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #5b408c 1%, #67ade4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #5b408c 1%, #67ade4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #5b408c 1%, #67ade4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5b408c, endColorstr=#67ade4, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}
.bg-gradient .col-sm-10 {
  z-index: 2;
}
.bg-gradient .btn-primary {
  background: white;
  border-color: white;
  color: white;
}
.bg-gradient .btn-primary:hover,
.bg-gradient .btn-primary:focus,
.bg-gradient .btn-primary:active,
.bg-gradient .btn-primary.active {
  background-color: white;
  border-color: white;
  color: white;
}
.bg-gradient .btn-outline {
  border-color: white;
  color: white;
}
.bg-gradient .btn-outline:hover,
.bg-gradient .btn-outline:focus,
.bg-gradient .btn-outline:active,
.bg-gradient .btn-outline.active {
  border-color: white;
  color: white;
}
.btn-full {
  width: 100%;
  border-radius: 0;
}
.btn-icon {
  padding: 10px 21px;
}
.btn-icon i {
  float: left;
  margin-right: 8px;
  font-size: 24px;
  color: #fff;
  vertical-align: middle;
}
.btn-icon i:before {
  color: #fff;
}
.btn-icon p {
  float: left;
  margin-bottom: 0;
  text-align: left;
  line-height: 16px;
}
.btn-icon p span {
  display: block;
  font-size: 10px;
  line-height: 10px;
}
.ithexa-gradient-hover {
  transition: 
    background 0.33s cubic-bezier(.4,0,.2,1),
    color 0.25s,
    box-shadow 0.25s;
  background: none;
  color: #66489d;
  position: relative;
  z-index: 1;
}
.ithexa-gradient-hover:hover,
.ithexa-gradient-hover:focus {
  background: linear-gradient(-151deg, rgba(77, 50, 171, 0.90) 23%, rgba(229, 100, 166, 0.90) 111%);
  color: #fff !important;
  box-shadow: 0 4px 24px 0 rgba(77, 50, 171, 0.14);
	  background-position: 100% 0%;
  transition: 
    background-position 0.5s cubic-bezier(.4,0,.2,1),
    color 0.25s,
    box-shadow 0.25s;
}
.ithexa-white-hover {
  transition:
    background 0.33s cubic-bezier(.4,0,.2,1),
    color 0.25s,
    box-shadow 0.25s;
  background: transparent;
  color: #fff;
  border: 1.5px solid #fff;
  position: relative;
  z-index: 1;
}

.ithexa-white-hover:hover,
.ithexa-white-hover:focus {
  background: #fff;
  color: #66489d !important; /* Match DOWNLOAD NOW color */
  border-color: #66489d;
  box-shadow: 0 4px 24px 0 rgba(77, 50, 171, 0.14);
}

/* ==========================================================================
   08. NAVIGATIONS
========================================================================== */
.nav-container {
  background-color: #fff;
}
.nav-container.affix,
.nav-container.affix-top {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nav-container.affix nav,
.nav-container.affix-top nav {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav-container.affix + .main-container,
.nav-container.affix-top + .main-container {
  margin-top: 63px;
}
.nav-container.affix {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-container .nav .logo {
  max-height: 42px;
  max-width: none;
}
.hamburger-toggle i {
  padding: 9px 0;
  color: #252525;
}
/* ==========================narbar styles================================*/
.nav {
  text-align: right;
}
.nav.nav-sm {
  padding: 0.75em 0;
}
.nav.nav-md {
  padding: 1.5em 0;
}
.nav.nav-lg {
  padding: 2em 0;
}
/* ===========================general list======================*/
.list-inline {
  margin-bottom: 0;
}
.list-inline li {
  padding: 5px;
}
/* =============================Menu horizontal=====================*/
.menu-horizontal {
  margin: 0;
  padding: 0;
}
.menu-horizontal > li {
  list-style: none;
}
.menu-horizontal > li.dropdown span:after {
  margin-left: 4px;
  font-family: 'Material Icons';
  font-size: 24px;
  text-rendering: optimizeLegibility;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  content: '';
}
.menu-horizontal > li.active a {
  opacity: 1 !important;
}
.menu-horizontal > li a,
.menu-horizontal > li span {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  line-height: 3em;
  letter-spacing: -0.1px;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.menu-horizontal > li a:hover,
.menu-horizontal > li span:hover,
.menu-horizontal > li a:focus,
.menu-horizontal > li span:focus,
.menu-horizontal > li a:active,
.menu-horizontal > li span:active {
  color: #252525;
  text-decoration: none;
}
.menu-horizontal > li:not(:hover) a {
  opacity: .6;
}
.menu-horizontal > li:not(:hover) span {
  opacity: .6;
}
.bg-dark .menu-horizontal > li a,
.bg-primary .menu-horizontal > li a,
.bg-dark .menu-horizontal > li span,
.bg-primary .menu-horizontal > li span {
  color: #fff;
}
.bg-dark .menu-horizontal > li a:hover,
.bg-primary .menu-horizontal > li a:hover,
.bg-dark .menu-horizontal > li span:hover,
.bg-primary .menu-horizontal > li span:hover {
  color: #fff;
}
.menu-vertical {
  width: 100%;
}
.menu-vertical > li {
  width: 100%;
}
@media all and (max-width: 767px) {
  .menu-horizontal {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .menu-horizontal li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media all and (min-width: 768px) {
  .menu-horizontal {
    display: inline-block;
  }
  .menu-horizontal > li {
    display: inline-block;
  }
  .menu-horizontal > li:not(:last-child) {
    margin-right: 1.5em;
  }
  .menu-vertical {
    display: inline-block;
  }
  .menu-vertical li {
    white-space: nowrap;
  }
}
/* ==========================================================================
   09. LAYOUTS- ELEMENTS AND BLOCKS- REUSABLE COMPONENTS
========================================================================== */
/* ============BANNER BLOCKS SMALL==================*/
.banner-text-box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.banner-image-box {
  height: 100%;
}
.banner-image-box div[class*='col-']:not(.pos-vcenter) {
  height: 100%;
}
.banner-image-box img {
  max-height: calc(100% + 5em);
}
@media all and (max-width: 767px) {
  .banner-image-box img {
    max-width: 100%;
  }
}
.banner-image-box .highlight h1 {
  color: #fff;
  text-shadow: none;
}
.banner-image-box .highlight p {
  color: #fff;
}
/* ============FEATURE BOX SMALL==================*/
.feature-box {
  padding: 2.5em 3em;
}
.feature-box i {
  margin-bottom: 0.3em;
  display: inline-block;
  background: -moz-linear-gradient(top, #66489d 0%, #7db9e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #66489d 0%, #7db9e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #66489d 0%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66489d, endColorstr=#7db9e8, GradientType=0);
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature-box i + .feature-details h5 {
  margin-bottom: 0.3em;
  text-transform: uppercase;
}
.feature-box a {
  color: #66489d;
  font-size: 13px;
}
.feature-box.feature-box-lefticon,
.feature-box.feature-box-righticon {
  padding: 2.3em 3em;
}
.feature-box.feature-box-lefticon:after,
.feature-box.feature-box-righticon:after {
  content: '';
  display: block;
  clear: both;
}
.feature-box.feature-box-lefticon i,
.feature-box.feature-box-righticon i {
  float: left;
  width: 30px;
  margin-bottom: 0px;
}
.feature-box.feature-box-lefticon i.ico-md,
.feature-box.feature-box-righticon i.ico-md {
  width: 20%;
  margin-top: 15px;
}
.feature-box.feature-box-lefticon i.ico-lg,
.feature-box.feature-box-righticon i.ico-lg {
  width: 30%;
}
.feature-box.feature-box-lefticon i.ico-sm,
.feature-box.feature-box-righticon i.ico-sm {
  width: 10%;
}
.feature-box.feature-box-lefticon i + .feature-details,
.feature-box.feature-box-righticon i + .feature-details {
  width: 70%;
}
.feature-box.feature-box-lefticon i.ico-md + .feature-details,
.feature-box.feature-box-righticon i.ico-md + .feature-details {
  width: 80%;
}
.feature-box.feature-box-lefticon i.ico-lg + .feature-details,
.feature-box.feature-box-righticon i.ico-lg + .feature-details {
  width: 70%;
}
.feature-box.feature-box-lefticon i.ico-sm + .feature-details,
.feature-box.feature-box-righticon i.ico-sm + .feature-details {
  width: 90%;
}
.feature-box.feature-box-lefticon .feature-details,
.feature-box.feature-box-righticon .feature-details {
  float: left;
}
.feature-box.feature-box-lefticon h5,
.feature-box.feature-box-righticon h5,
.feature-box.feature-box-lefticon p,
.feature-box.feature-box-righticon p {
  margin-bottom: 0px;
  padding-left: 5px;
}
@media all and (min-width: 768px) {
  .feature-box.feature-box-lefticon.feature-box-righticon i,
  .feature-box.feature-box-righticon.feature-box-righticon i {
    float: right;
    text-align: right;
  }
  .feature-box.feature-box-lefticon.feature-box-righticon i + .feature-details,
  .feature-box.feature-box-righticon.feature-box-righticon i + .feature-details {
    text-align: right;
  }
  .feature-box.feature-box-lefticon.feature-box-righticon h5,
  .feature-box.feature-box-righticon.feature-box-righticon h5,
  .feature-box.feature-box-lefticon.feature-box-righticon p,
  .feature-box.feature-box-righticon.feature-box-righticon p {
    padding-right: 5px;
    padding-left: 0px;
  }
}
@media all and (max-width: 600px) {
  .feature-box.feature-box-lefticon,
  .feature-box.feature-box-righticon {
    padding: 2.5em 1em;
  }
}
@media all and (max-width: 768px) {
  .feature-box.feature-box-lefticon.feature-box-lefticon i,
  .feature-box.feature-box-righticon.feature-box-lefticon i,
  .feature-box.feature-box-lefticon.feature-box-righticon i,
  .feature-box.feature-box-righticon.feature-box-righticon i {
    max-width: 60px;
  }
  .feature-box.feature-box-lefticon.feature-box-lefticon i + .feature-details,
  .feature-box.feature-box-righticon.feature-box-lefticon i + .feature-details,
  .feature-box.feature-box-lefticon.feature-box-righticon i + .feature-details,
  .feature-box.feature-box-righticon.feature-box-righticon i + .feature-details {
    width: calc(100% - 60px);
  }
}
@media all and (min-width: 1024px) {
  .feature-box.feature-box-lefticon.feature-box-lefticon i,
  .feature-box.feature-box-righticon.feature-box-lefticon i,
  .feature-box.feature-box-lefticon.feature-box-righticon i,
  .feature-box.feature-box-righticon.feature-box-righticon i {
    min-width: 60px;
  }
  .feature-box.feature-box-lefticon.feature-box-lefticon i + .feature-details,
  .feature-box.feature-box-righticon.feature-box-lefticon i + .feature-details,
  .feature-box.feature-box-lefticon.feature-box-righticon i + .feature-details,
  .feature-box.feature-box-righticon.feature-box-righticon i + .feature-details {
    max-width: calc(100% - 60px);
  }
}
@media all and (min-width: 990px) and (max-width: 1024px) {
  .feature-box.feature-box-lefticon.feature-box-lefticon,
  .feature-box.feature-box-righticon.feature-box-lefticon,
  .feature-box.feature-box-lefticon.feature-box-righticon,
  .feature-box.feature-box-righticon.feature-box-righticon {
    padding: 2.5em 0.5em;
  }
}
@media all and (min-width: 1200px) {
  .feature-image {
    max-height: 460px;
    overflow: hidden;
  }
}
.bg-dark .feature-box i,
.bg-primary .feature-box i,
.bg-gradient .feature-box i {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .feature-box i {
    background: none;
    color: #66489d;
  }
}
@media (max-width: 767px) {
  .feature-box {
    margin-bottom: 10px;
    padding: 1em 3em;
  }
}
/*=======================CARDS BOX SMALL==================*/
.cards {
  padding: 2.5em 1em;
}
.cards i {
  display: inline-block;
  margin-bottom: 0.3em;
  background: -moz-linear-gradient(top, #66489d 0%, #7db9e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #66489d 0%, #7db9e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #66489d 0%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66489d, endColorstr=#7db9e8, GradientType=0);
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cards .card-top {
  width: 100%;
  position: relative;
}
.cards .card-top img {
  max-width: 100%;
}
.cards .card-top .badge {
  position: absolute;
  top: 30px;
  right: 0px;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 6px 17px;
  font-size: 12px;
  background-color: #dc2430;
  color: #fff;
}
.cards .card-bottom {
  padding: 2.5em 1.5em;
  border: 1px solid #ececec;
  background-color: #fff;
}
.cards h4 {
  margin-bottom: 0.3em;
  font-weight: 500;
}
.cards a:not(.btn) {
  color: #66489d;
  font-size: 13px;
}
.bg-dark .cards h4,
.bg-primary .cards h4,
.bg-gradient .cards h4,
.bg-dark .cards p,
.bg-primary .cards p,
.bg-gradient .cards p {
  color: #252525;
}
@media (max-width: 767px) {
  .cards {
    margin-bottom: 10px;
    padding: 1em 3em;
  }
}
/*=======================TEAM BOX=========================*/
.team-box {
  padding: 2.5em 3em;
}
.team-box .img-box {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.team-box .img-box img {
  max-width: 100%;
  height: auto;
}
.team-box.team-circle .img-box {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.team-box .list-inline li a {
  color: #7f7e7e;
}
.team-box .list-inline li a:hover {
  color: #66489d;
}
/*==========SERVICE BOX LARGE===========================*/
.servicebox-lg {
  position: relative;
  padding: 0;
}
.servicebox-lg.servicebox-lg-imgright > .container {
  padding-top: 7em;
  padding-bottom: 7em;
  float: none;
}
@media (min-width: 767px) {
  .servicebox-lg.servicebox-lg-imgright > .container div[class*='col-'] {
    float: left;
  }
}
@media (min-width: 767px) {
  .servicebox-lg.servicebox-lg-imgright .img-block {
    left: auto;
    right: 0;
    float: right;
  }
}
.servicebox-lg.servicebox-lg-imgleft > .container {
  padding-top: 7em;
  padding-bottom: 7em;
  float: none;
}
.servicebox-lg.servicebox-lg-imgleft > .container div[class*='col-'] {
  float: right;
}
.servicebox-lg .img-block {
  position: absolute;
  z-index: 1;
  height: 100%;
  float: left;
}
@media (max-width: 768px) {
  .servicebox-lg > .container div[class*='col-'] {
    float: none;
  }
  .servicebox-lg .col-sm-12.col-xs-12 {
    padding: 0 30px;
  }
  .servicebox-lg .img-block {
    position: relative;
    min-height: 25em;
    float: none;
  }
}
/*========================TESTIMONIALS============*/
.testimonial {
  position: relative;
  overflow: hidden;
  padding: 25px 0;
}
.testimonial h5 {
  margin-top: 10px;
}
/*======================= SCREENSHOTS==================*/
.mobi-screenshot-slider {
  margin-top: 60px;
}
.mobi-screenshot-slider:after {
  content: url(../images/phone.png);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-51.4%, -48.9%);
  transform: translate(-50%, -48.9%);
}
.mobi-screenshot-slider .owl-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobi-screenshot-slider .owl-item.active:not(.center) {
  opacity: 0.5;
}
.mobi-screenshot-slider .owl-item.center img {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 20px;
}
.mobi-screenshot-slider .owl-item img {
  width: auto;
  margin: auto;
  max-width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.mobi-screenshot-slider .owl-nav .owl-prev,
.mobi-screenshot-slider .owl-nav .owl-next {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid;
  border-radius: 100%;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0);
  background: transparent;
  color: #66489d;
  text-align: center;
  line-height: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mobi-screenshot-slider .owl-nav .owl-prev:hover,
.mobi-screenshot-slider .owl-nav .owl-next:hover {
  background: #66489d;
  color: #fff;
}
.mobi-screenshot-slider .owl-nav .owl-next {
  left: auto;
  right: 0;
}
/*========================TESTIMONIALS============*/
.stat-box {
  padding: 2.5em 3em 0 3em;
  text-align: center;
}
.stat-box:after {
  content: '';
  display: block;
  clear: both;
}
.stat-box i {
  margin-bottom: 0.3em;
  display: inline-block;
  background: -moz-linear-gradient(top, #66489d 0%, #7db9e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #66489d 0%, #7db9e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #66489d 0%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66489d, endColorstr=#7db9e8, GradientType=0);
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-box h2 {
  margin-bottom: 0;
  font-weight: 500;
}
.stat-box.stat-box-hori i {
  float: left;
  margin-right: 15px;
}
.stat-box.stat-box-hori i.ico-lg {
  font-size: 3.4em;
}
.stat-box.stat-box-hori .stat-details {
  float: left;
}
.stat-box.stat-box-hori h2 {
  width: 60%;
  text-align: left;
  line-height: 27px;
}
.stat-box.stat-box-hori h4 {
  float: left;
  text-align: left;
}
@media all and (max-width: 600px) {
  .stat-box {
    width: 100%;
    padding: 1.5em 0em;
  }
  .stat-box i {
    width: 100%;
  }
  .stat-box .stat-details {
    width: 100%;
  }
  .stat-box .stat-details h2,
  .stat-box .stat-details h4 {
    text-align: center;
    width: 100%;
  }
}
.bg-dark .stat-box i,
.bg-primary .stat-box i,
.bg-gradient .stat-box i {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
/*========================PRICING============*/
.pricing-section div[class*='col-'] {
  padding: 0;
}
.pricing-section div[class*='col-']:not(:last-child) .pricing-box {
  border-right: 0;
}
.pricing-box {
  margin-top: 20px;
  position: relative;
  border: 1px solid #f1f1f1;
}
.pricing-box.active .pricing-head {
  background-color: #66489d;
}
.pricing-box.active .pricing-head span,
.pricing-box.active .pricing-head h5,
.pricing-box.active .pricing-head p {
  color: #fff;
}
.pricing-box.active .pricing-head .badge {
  display: inline-block;
}
.pricing-box.active .btn {
  background-color: #66489d;
  color: #fff;
}
.pricing-box.active .btn:hover {
  background: #443069;
  color: #fff;
}
.pricing-box .pricing-head {
  padding: 1.5em;
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #f7f7f7;
  color: #fff;
}
.pricing-box .pricing-head h1,
.pricing-box .pricing-head .h1,
.pricing-box .pricing-head h2,
.pricing-box .pricing-head .h2,
.pricing-box .pricing-head h3,
.pricing-box .pricing-head .h3,
.pricing-box .pricing-head h4,
.pricing-box .pricing-head .h4,
.pricing-box .pricing-head h5,
.pricing-box .pricing-head .h5 {
  color: #252525;
}
.pricing-box .pricing-head p {
  color: #7f7e7e;
}
.pricing-box .pricing-head .badge {
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
  display: none;
  height: 26px;
  min-width: 55px;
  padding: 0 10px;
  border-radius: 50px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background-color: #392857;
}
.pricing-box ul li {
  padding: 1em 0.5em;
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  list-style: none;
  color: #6e6c6c;
}
.pricing-box .btn {
  margin: 15px 0;
}
.bg-dark .pricing-box,
.bg-primary .pricing-box,
.bg-gradient .pricing-box {
  border-color: #3f3f3f;
}
.bg-dark .pricing-box .pricing-head,
.bg-primary .pricing-box .pricing-head,
.bg-gradient .pricing-box .pricing-head {
  border-color: #3f3f3f;
}
.bg-dark .pricing-box ul li,
.bg-primary .pricing-box ul li,
.bg-gradient .pricing-box ul li {
  border-color: #3f3f3f;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.bg-dark .pricing-box .btn-outline,
.bg-primary .pricing-box .btn-outline,
.bg-gradient .pricing-box .btn-outline {
  color: #fff;
  border-color: #fff;
}
.bg-dark .pricing-box .btn-outline:hover,
.bg-primary .pricing-box .btn-outline:hover,
.bg-gradient .pricing-box .btn-outline:hover,
.bg-dark .pricing-box .btn-outline:focus,
.bg-primary .pricing-box .btn-outline:focus,
.bg-gradient .pricing-box .btn-outline:focus,
.bg-dark .pricing-box .btn-outline:active,
.bg-primary .pricing-box .btn-outline:active,
.bg-gradient .pricing-box .btn-outline:active,
.bg-dark .pricing-box .btn-outline.active,
.bg-primary .pricing-box .btn-outline.active,
.bg-gradient .pricing-box .btn-outline.active {
  border-color: #d9d9d9;
}
/* ==========================================================================
   10. FORMS
========================================================================== */
input[type],
textarea,
select {
  width: 100%;
  min-height: 42px;
  padding: 0.5em 1em;
  border: 1px solid #e1e1e1;
  /*border-radius: 30px;*/
  background: #fcfcfc;
  color: #252525;
  line-height: 26px;
  -webkit-appearance: none;
}
input[type]:focus,
textarea:focus,
select:focus,
input[type]:active,
textarea:active,
select:active {
  outline: none;
}
form > div[class*='col-']:not(:last-child) {
  margin-bottom: 1em;
}
form > div[class*='col-'] button {
  width: 100%;
  padding: 12px 12px;
}
.bg-dark h1,
.bg-primary h1,
.bg-gradient h1,
.bg-dark .h1,
.bg-primary .h1,
.bg-gradient .h1,
.bg-dark h2,
.bg-primary h2,
.bg-gradient h2,
.bg-dark .h2,
.bg-primary .h2,
.bg-gradient .h2,
.bg-dark h3,
.bg-primary h3,
.bg-gradient h3,
.bg-dark .h3,
.bg-primary .h3,
.bg-gradient .h3,
.bg-dark h4,
.bg-primary h4,
.bg-gradient h4,
.bg-dark .h4,
.bg-primary .h4,
.bg-gradient .h4,
.bg-dark h5,
.bg-primary h5,
.bg-gradient h5,
.bg-dark .h5,
.bg-primary .h5,
.bg-gradient .h5,
.bg-dark p,
.bg-primary p,
.bg-gradient p {
  color: #fff;
}
.bg-light h1,
.bg-light .h1,
.bg-light h2,
.bg-light .h2,
.bg-light h3,
.bg-light .h3,
.bg-light h4,
.bg-light .h4,
.bg-light h5,
.bg-light .h5 {
  color: #252525;
}
.bg-light p {
  color: #7f7e7e;
}
#contact-feedback.success {
	color: white;
	font-weight: 600;
	background: green;
	padding: 10px;
	border-radius: 5px;
}
#contact-feedback.error   {
	color: white;
	font-weight: 600;
	background: red;
	padding: 10px;
	border-radius: 5px;
}

/* ==========================================================================
   11. FOOTER
========================================================================== */
footer {
  background-color: #fff;
}
footer .list-inline a {
  color: #fff;
}
footer .list-inline a h6 {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
footer .list-inline a:hover {
  border: none;
  color: #66489d;
  text-decoration: none;
}
footer .list-inline a h1:not(:hover),
footer .list-inline a h2:not(:hover),
footer .list-inline a h3:not(:hover),
footer .list-inline a h4:not(:hover),
footer .list-inline a h5:not(:hover),
footer .list-inline a h6:not(:hover) {
  opacity: 0.5;
}
footer .copyright,
footer .support {
  color: #6e6c6c;
  font-size: 12px;
}
footer.bg-gradient .copyright,
footer.bg-dark .copyright,
footer.bg-primary .copyright,
footer.bg-gradient .support,
footer.bg-dark .support,
footer.bg-primary .support {
  color: #fff;
}
footer:not(.bg-primary):not(.bg-dark):not(.bg-gradient) a {
  color: #7f7e7e;
}
footer:not(.bg-primary):not(.bg-dark):not(.bg-gradient) a:hover {
  border: none;
  color: #66489d;
  text-decoration: none;
}
footer:not(.bg-primary):not(.bg-dark):not(.bg-gradient) a h1,
footer:not(.bg-primary):not(.bg-dark):not(.bg-gradient) a h2,
footer:not(.bg-primary):not(.bg-dark):not(.bg-gradient) a h3,
footer:not(.bg-primary):not(.bg-dark):not(.bg-gradient) a h4,
footer:not(.bg-primary):not(.bg-dark):not(.bg-gradient) a h5,
footer:not(.bg-primary):not(.bg-dark):not(.bg-gradient) a h6 {
  color: #7f7e7e;
}
footer:not(.bg-primary):not(.bg-dark):not(.bg-gradient) a h1:not(:hover),
footer:not(.bg-primary):not(.bg-dark):not(.bg-gradient) a h2:not(:hover),
footer:not(.bg-primary):not(.bg-dark):not(.bg-gradient) a h3:not(:hover),
footer:not(.bg-primary):not(.bg-dark):not(.bg-gradient) a h4:not(:hover),
footer:not(.bg-primary):not(.bg-dark):not(.bg-gradient) a h5:not(:hover),
footer:not(.bg-primary):not(.bg-dark):not(.bg-gradient) a h6:not(:hover) {
  opacity: 0.5;
}
@media all and (max-width: 767px) {
  footer .list-inline {
    text-align: center;
  }
  footer .col-xs-12 {
    text-align: center;
  }
  footer [class^="col-"] {
    margin-bottom: 5px;
  }
}
.ithexa-modal-content {
  background: linear-gradient(151deg, rgba(77, 50, 171, 0.97) 23%, rgba(229, 100, 166, 0.97) 111%) !important;
  color: #fff !important;
  border-radius: 18px;
  box-shadow: 0 10px 32px rgba(60,40,80,0.13);
  padding-left: 20px;
}
.ithexa-modal-content a {
  color: #a2facf;
  text-decoration: underline;
}
.ithexa-modal-content .modal-header {
  border-bottom: 0;
  background: transparent;
  color: #fff;
}
.ithexa-modal-content .modal-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}
.ithexa-modal-content .close {
  color: #fff;
  opacity: 0.85;
  text-shadow: none;
}
.ithexa-modal-content .close:hover {
  color: #ffe3ee;
  opacity: 1;
}
.policy-section {
  font-size: 1.07em;
  line-height: 1.6;
}

.policy-date {
  color: #ffeecf;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 1em;
}

.policy-section h5 {
  color: #fff;
  font-size: 1.23em;
  font-weight: 700;
  margin: 4px 0 15px 0;
}

.policy-section h6 {
  color: #fff;
  font-size: 1.09em;
  font-weight: 600;
  margin: 18px 0 8px 0;
  letter-spacing: 0.2px;
}

.policy-section ul {
  margin-left: 24px;
  margin-bottom: 10px;
}

.policy-section li {
  margin-bottom: 7px;
}

.policy-section a {
  color: #a2facf;
  text-decoration: underline;
}

.policy-signature {
  margin-top: 16px;
  color: #ffeecf;
  font-size: 0.96em;
}


/* ==========================================================================
   12. PRELOADER
========================================================================== */
.loader-wrapper {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #66489d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(102, 72, 157, 0.5);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.loader:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 13px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #7db9e8;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
