
:root {
  --color-primary: #272364;
  --color-secondary: #e10f4a;
  --color-white: #ffffff;
  --color-white-smoke: #F5F5F5;
  --color-alice-blue: #f0f8ff;
  --color-black: #000000;
  --color-black-light: #6c6c6e;
}
-------------------------------------------------------------*/
/* =================================== */
/*  Basic Style 
/* =================================== */
body, html {
  height: 100%;
}

body {
  background: #ffffff;
  color: #4c4d4d;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  line-height: 22px;
}

/*-------- Preloader --------*/
#preloader {
  position: fixed;
  z-index: 999999999 !important;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#preloader [data-loader="dual-ring"] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  display: inline-block;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 5px solid #272364;
  border-color: #272364 transparent #272364 transparent;
  animation: dual-ring 1s linear infinite;
}

@keyframes dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

::selection {
  background: #272364;
  color: #fff;
  text-shadow: none;
}

form {
  padding: 0;
  margin: 0;
  display: inline;
}

img {
  vertical-align: inherit;
}

a, a:focus {
  color: #272364;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:focus{
  color: #d60545;
}
a:hover, 
a:active {
  color: #262261;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:focus, 
a:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus,
button:active {
  outline: none;
}

p {
  line-height: 1.8;
}

.blockquote {
  border-width: 0 0 0 5px;
  border-style: solid;
  border-color: #eee;
  padding: 10px 20px;
  font-size: 1rem;
}

.rtl .blockquote {
  border-width: 0 5px 0 0px;
}

iframe {
  border: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1d1c;
}

/* =================================== */
/*  Helpers Classes
/* =================================== */
/* Box Shadow */
.shadow-md {
  -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;
}

/* Border Radius */
.rounded-top-0 {
  border-top-start-radius: 0px !important;
  border-top-end-radius: 0px !important;
}

.rounded-bottom-0 {
  border-bottom-start-radius: 0px !important;
  border-bottom-end-radius: 0px !important;
}

.rounded-start-0 {
  border-top-start-radius: 0px !important;
  border-bottom-start-radius: 0px !important;
}

.rounded-end-0 {
  border-top-end-radius: 0px !important;
  border-bottom-end-radius: 0px !important;
}

/* Text Size */
.text-0 {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
}

.text-1 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.text-2 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.text-3 {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.text-4 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.text-5 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}

.text-6 {
  font-size: 24px !important;
  font-size: 1.50rem !important;
}

.text-7 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}

.text-8 {
  font-size: 32px !important;
  font-size: 2rem !important;
}

.text-9 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
}

.text-10 {
  font-size: 40px !important;
  font-size: 2.50rem !important;
}

.text-11 {
  font-size: calc(1.4rem + 1.8vw) !important;
}

@media (min-width: 1200px) {
  .text-11 {
    font-size: 2.75rem !important;
  }
}

.text-12 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

@media (min-width: 1200px) {
  .text-12 {
    font-size: 3rem !important;
  }
}

.text-13 {
  font-size: calc(1.45rem + 2.4vw) !important;
}

@media (min-width: 1200px) {
  .text-13 {
    font-size: 3.25rem !important;
  }
}

.text-14 {
  font-size: calc(1.475rem + 2.7vw) !important;
}

@media (min-width: 1200px) {
  .text-14 {
    font-size: 3.5rem !important;
  }
}

.text-15 {
  font-size: calc(1.5rem + 3vw) !important;
}

@media (min-width: 1200px) {
  .text-15 {
    font-size: 3.5rem !important;
  }
}

.text-16 {
  font-size: calc(1.525rem + 3.3vw) !important;
}

@media (min-width: 1200px) {
  .text-16 {
    font-size: 4rem !important;
  }
}

.text-17 {
  font-size: calc(1.575rem + 3.9vw) !important;
}

@media (min-width: 1200px) {
  .text-17 {
    font-size: 4.5rem !important;
  }
}

.text-18 {
  font-size: calc(1.625rem + 4.5vw) !important;
}

@media (min-width: 1200px) {
  .text-18 {
    font-size: 5rem !important;
  }
}

.text-19 {
  font-size: calc(1.65rem + 4.8vw) !important;
}

@media (min-width: 1200px) {
  .text-19 {
    font-size: 5.25rem !important;
  }
}

.text-20 {
  font-size: calc(1.7rem + 5.4vw) !important;
}

@media (min-width: 1200px) {
  .text-20 {
    font-size: 5.75rem !important;
  }
}

.text-21 {
  font-size: calc(1.775rem + 6.3vw) !important;
}

@media (min-width: 1200px) {
  .text-21 {
    font-size: 6.5rem !important;
  }
}

.text-22 {
  font-size: calc(1.825rem + 6.9vw) !important;
}

@media (min-width: 1200px) {
  .text-22 {
    font-size: 7rem !important;
  }
}

.text-23 {
  font-size: calc(1.9rem + 7.8vw) !important;
}

@media (min-width: 1200px) {
  .text-23 {
    font-size: 7.75rem !important;
  }
}

.text-24 {
  font-size: calc(1.95rem + 8.4vw) !important;
}

@media (min-width: 1200px) {
  .text-24 {
    font-size: 8.25rem !important;
  }
}

.text-25 {
  font-size: calc(2.025rem + 9.3vw) !important;
}

@media (min-width: 1200px) {
  .text-25 {
    font-size: 9rem !important;
  }
}

.text-11, .text-12, .text-13, .text-14, .text-15, .text-16, .text-17, .text-18, .text-19, .text-20, .text-21, .text-22, .text-23, .text-24, .text-25 {
  line-height: 1.3;
}

/* Font Weight */
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/* Opacity */
.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}
/* Border Radius */
.b-r-10 {
  border-radius: 10px;
}

.b-r-15 {
  border-radius: 15px;
}

.b-r-20 {
  border-radius: 20px;
}

.b-r-25 {
  border-radius: 25px;
}

.b-r-30 {
  border-radius: 30px;
}

.b-r-35 {
  border-radius: 35px;
}

.b-r-40 {
  border-radius: 40px;
}

.b-r-45 {
  border-radius: 45px;
}

.b-r-50 {
  border-radius: 50px;
}

.b-r-100 {
  border-radius: 100px;
}

/* Background light */
.bg-light-1 {
  background-color: #f9f9fb !important;
}

.bg-light-2 {
  background-color: #f8f8fa !important;
}

.bg-light-3 {
  background-color: #f5f5f5 !important;
}

.bg-light-4 {
  background-color: #eff0f2 !important;
}

.bg-light-5 {
  background-color: #ececec !important;
}

/* Background Dark */
.bg-dark {
  background-color: #111418 !important;
}

.bg-dark-1 {
  background-color: #191f24 !important;
}

.bg-dark-2 {
  background-color: #232a31 !important;
}

.bg-dark-3 {
  background-color: #2b343c !important;
}

.bg-dark-4 {
  background-color: #38434f !important;
}

.bg-dark-5 {
  background-color: #435161 !important;
}

/* Progress Bar */
.progress-sm {
  height: 0.5rem !important;
}

.progress-lg {
  height: 1.5rem !important;
}

hr {
  opacity: 0.1;
}


/* =================================== */
/*  Layouts
/* =================================== */
#main-wrapper {
  background: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #main-wrapper.boxed {
    max-width: 990px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #main-wrapper.boxed {
    max-width: 1180px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1400px) {
  #main-wrapper.boxed {
    max-width: 1360px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
}

.section {
  position: relative;
  padding: 104px 0;
  padding: 6.5rem 0;
}

@media (max-width: 575.98px) {
  .section {
    padding: 3.5rem 0;
  }
}

/*== Fullscreen Height when use default Header ==*/
.fullscreen-with-header {
  min-height: calc(100vh - 80px) !important;
}

/* =================================== */
/*  Header
/* =================================== */
#header {
  background: #fff;
  border-bottom: 1px solid #efefef;
}

#header .navbar {
  padding: 0px;
}

#header.bg-transparent {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}

#header .logo {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

#header .header-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  max-height: 100%;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

#header .header-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#header .header-column .header-row {
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #0c2f55;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
  color: #0c2f55;
}

.navbar-light .navbar-nav .show > .nav-link {
  color: #0c2f55;
}

.primary-menu, .login-signup {
  display: -webkit-box ;
  display: -ms-flexbox ;
  display: flex ;
  height: auto;
  -webkit-box-ordinal-group: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
/*.primary-menu{
  display: none;
}*/
.primary-menu.navbar, .login-signup.navbar {
  position: inherit;
}

.primary-menu ul.navbar-nav > li, .login-signup ul.navbar-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.primary-menu ul.navbar-nav > li > a:not(.btn), .login-signup ul.navbar-nav > li > a:not(.btn) {
  height: 80px;
  padding-left: 0.85em;
  padding-right: 0.85em;
  color: #4c4d4d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li.active > a:not(.btn), .login-signup ul.navbar-nav > li:hover > a:not(.btn), .login-signup ul.navbar-nav > li.active > a:not(.btn) {
  color: #272364;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn), .login-signup ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
  padding: 8px 0px;
  background-color: transparent;
  color: #777;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) > i:not(.arrow), .login-signup ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) > i:not(.arrow) {
  font-size: .875rem;
  width: 18px;
  text-align: center;
  margin-right: 7px;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn), .login-signup ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
  color: #272364;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.primary-menu ul.navbar-nav > li.dropdown:hover > a:after, .login-signup ul.navbar-nav > li.dropdown:hover > a:after {
  clear: both;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  border-width: 0px 7px 6px 7px;
  bottom: 0px;
  left: 50%;
  margin: 0 0 0 -5px;
  z-index: 1022;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu, .login-signup ul.navbar-nav > li.dropdown .dropdown-menu {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  border: 0px none;
  padding: 10px 15px;
  min-width: 230px;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 1021;
  top: 100%;
}

.primary-menu ul.navbar-nav > li.dropdown.language .dropdown-menu, .login-signup ul.navbar-nav > li.dropdown.language .dropdown-menu {
  min-width: 140px;
}

.primary-menu ul.navbar-nav > li.dropdown.notifications .dropdown-menu, .login-signup ul.navbar-nav > li.dropdown.notifications .dropdown-menu {
  width: 265px;
}

.primary-menu ul.navbar-nav > li.dropdown.notifications .dropdown-menu li > a:not(.btn), .login-signup ul.navbar-nav > li.dropdown.notifications .dropdown-menu li > a:not(.btn) {
  white-space: normal;
  padding-left: 24px;
  position: relative;
}

.primary-menu ul.navbar-nav > li.dropdown.notifications .dropdown-menu li > a:not(.btn) > i:not(.arrow), .login-signup ul.navbar-nav > li.dropdown.notifications .dropdown-menu li > a:not(.btn) > i:not(.arrow) {
  position: absolute;
  top: 12px;
  left: 0px;
}

.primary-menu .dropdown-menu-end, .login-signup .dropdown-menu-end {
  left: auto !important;
  right: 100% !important;
}

.primary-menu ul.navbar-nav > li.dropdown-mega, .login-signup ul.navbar-nav > li.dropdown-mega {
  position: static;
}

.primary-menu ul.navbar-nav > li.dropdown-mega > .dropdown-menu, .login-signup ul.navbar-nav > li.dropdown-mega > .dropdown-menu {
  width: 100%;
  padding: 20px 20px;
}

.primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div, .login-signup ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div {
  padding: 5px 5px 5px 20px;
  border-right: 1px solid #eee;
}

.primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div:last-child, .login-signup ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div:last-child {
  border-right: 0;
}

.primary-menu ul.navbar-nav > li.dropdown-mega .sub-title, .login-signup ul.navbar-nav > li.dropdown-mega .sub-title {
  display: block;
  font-size: 16px;
  margin-top: 1rem;
  padding-bottom: 5px;
}

.primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-submenu, .login-signup ul.navbar-nav > li.dropdown-mega .dropdown-mega-submenu {
  list-style-type: none;
  padding-left: 0px;
}

.primary-menu ul.navbar-nav > li a.btn, .login-signup ul.navbar-nav > li a.btn {
  font-size: 14px;
  padding: 0.65rem 2rem;
  text-transform: uppercase;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu, .login-signup ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
  left: 100%;
  margin-top: -40px;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after, .login-signup ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after {
  border-top: .4em solid transparent;
  border-right: 0;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow, .login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow {
  position: absolute;
  min-width: 30px;
  height: 100%;
  right: 0px;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after, .login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #000;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow.arrow-end:after, .login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow.arrow-end:after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
}

.primary-menu .dropdown-toggle:after, .login-signup .dropdown-toggle:after {
  content: none;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) > i:not(.arrow), .rtl .login-signup ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) > i:not(.arrow) {
  margin-right: 0px;
  margin-left: 7px;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown:hover > a:after, .rtl .login-signup ul.navbar-nav > li.dropdown:hover > a:after {
  left: auto;
  right: 50%;
  margin: 0 -5px 0 0;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown.notifications .dropdown-menu li > a:not(.btn), .rtl .login-signup ul.navbar-nav > li.dropdown.notifications .dropdown-menu li > a:not(.btn) {
  padding-left: 0;
  padding-right: 24px;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown.notifications .dropdown-menu li > a:not(.btn) > i:not(.arrow), .rtl .login-signup ul.navbar-nav > li.dropdown.notifications .dropdown-menu li > a:not(.btn) > i:not(.arrow) {
  left: auto;
  right: 0px;
}

.rtl .primary-menu .dropdown-menu-end, .rtl .login-signup .dropdown-menu-end {
  left: 100% !important;
  right: auto !important;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div, .rtl .login-signup ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div {
  padding: 5px 20px 5px 5px;
  border-left: 1px solid #eee;
  border-right: 0px;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div:last-child, .rtl .login-signup ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div:last-child {
  border-left: 0;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-submenu, .rtl .login-signup ul.navbar-nav > li.dropdown-mega .dropdown-mega-submenu {
  padding-right: 0px;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu, .rtl .login-signup ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after, .rtl .login-signup ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after {
  border-left: 0;
  border-right: 0.4em solid;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow, .rtl .login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow {
  right: auto;
  left: 0px;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after, .rtl .login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
  left: auto;
  right: 50%;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow.arrow-end:after, .rtl .login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow.arrow-end:after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
}

.dropdown-menu {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  border: 0px none;
  font-size: 14px;
  font-size: 0.875rem;
}

.dropdown-divider {
  border-color: rgba(0, 0, 0, 0.1);
}

.header-text-light .navbar-toggler span {
  background: #fff;
}

.header-text-light .login-signup ul.navbar-nav > li > a:not(.btn) {
  color: rgba(250, 250, 250, 0.85);
}

.header-text-light .login-signup ul.navbar-nav > li:hover > a:not(.btn), .header-text-light .login-signup ul.navbar-nav > li.active > a:not(.btn) {
  color: #fff;
}

@media (min-width: 992px) {
  .header-text-light .primary-menu ul.navbar-nav > li > a:not(.btn) {
    color: rgba(250, 250, 250, 0.85);
  }
  .header-text-light .primary-menu ul.navbar-nav > li:hover > a:not(.btn), .header-text-light .primary-menu ul.navbar-nav > li.active > a:not(.btn) {
    color: #fff;
  }
}

.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu, .login-signup.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu {
  background-color: #252A2C;
  color: #fff;
}

.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu, .login-signup.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
  background-color: #272c2e;
}

.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-divider, .login-signup.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-divider {
  border-color: rgba(250, 250, 250, 0.2);
}

.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown:hover > a:after, .login-signup.navbar-dropdown-dark ul.navbar-nav > li.dropdown:hover > a:after {
  border-color: transparent transparent #252A2C transparent;
}

.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn), .login-signup.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
  color: #a3a2a2;
}

.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn), .login-signup.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
  color: #fff;
}

.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div, .login-signup.navbar-dropdown-dark ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div {
  border-color: #3a3a3a;
}

.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu, .login-signup.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu {
  background-color: #272364;
  color: #fff;
}

.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu, .login-signup.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
  background-color: #272364;
}

.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-divider, .login-signup.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-divider {
  border-color: rgba(250, 250, 250, 0.3);
}

.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown:hover > a:after, .login-signup.navbar-dropdown-primary ul.navbar-nav > li.dropdown:hover > a:after {
  border-color: transparent transparent #272364 transparent;
}

.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn), .login-signup.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
  color: rgba(250, 250, 250, 0.95);
}

.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn), .login-signup.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
  color: #fff;
}

.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div, .login-signup.navbar-dropdown-primary ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div {
  border-color: rgba(250, 250, 250, 0.2);
}
@media (max-width: 767.98px) {
  .primary-menu{
    display: flex;
  }
}
@media (max-width: 991.98px) {
  #header .navbar-dropdown-dark.primary-menu:before, .primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    background-color: #252A2C;
  }
  #header .navbar-dropdown-primary.primary-menu:before {
    background-color: #272364;
  }
  .primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    background-color: #272364;
  }
  .primary-menu.navbar-dropdown-dark ul.navbar-nav li {
    border-color: #444;
  }
  .primary-menu.navbar-dropdown-dark ul.navbar-nav > li > a {
    color: #a3a2a2;
  }
  .primary-menu.navbar-dropdown-dark ul.navbar-nav > li:hover > a {
    color: #fff;
  }
  .primary-menu.navbar-dropdown-primary ul.navbar-nav li {
    border-color: rgba(250, 250, 250, 0.2);
  }
  .primary-menu.navbar-dropdown-primary ul.navbar-nav > li > a {
    color: rgba(250, 250, 250, 0.8);
  }
  .primary-menu.navbar-dropdown-primary ul.navbar-nav > li:hover > a {
    color: #fff;
  }
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
  .primary-menu ul.navbar-nav > li + li {
    margin-left: 2px;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
    margin-left: 5px;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
    right: -3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .primary-menu ul.navbar-nav > li.dropdown > .dropdown-toggle {
    padding-right: 1.6rem;
  }
  .primary-menu ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(134deg);
    transform: translate(-50%, -50%) rotate(134deg);
    width: 8px;
    height: 8px;
    top: calc(50% - 3px);
  }
  .primary-menu ul.navbar-nav > li.dropdown-mega .sub-title:first-child {
    margin-top: 0px;
  }
  .rtl .primary-menu ul.navbar-nav > li + li {
    margin-left: 0px;
    margin-right: 2px;
  }
  .rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
    margin-left: 0px;
    margin-right: 5px;
  }
  .rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
    right: auto;
    left: -3px;
  }
  .rtl .primary-menu ul.navbar-nav > li.dropdown > .dropdown-toggle {
    padding-right: 0.85em;
    padding-left: 1.6rem;
  }
  .rtl .primary-menu ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow:after {
    -webkit-transform: translate(60%, -50%) rotate(-45deg);
    transform: translate(60%, -50%) rotate(-45deg);
    top: calc(50% - 3px);
  }
}

.login-signup ul.navbar-nav > li.dropdown:not(.notifications) .dropdown-menu li:hover > a:not(.btn) {
  margin-left: 5px;
}

.login-signup ul.navbar-nav > li.dropdown:not(.notifications) .dropdown-menu li:hover > a .arrow {
  right: -3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.login-signup ul.navbar-nav > li.dropdown:not(.notifications) > .dropdown-toggle {
  padding-right: 1.6rem;
}

.login-signup ul.navbar-nav > li.dropdown:not(.notifications) > .dropdown-toggle .arrow:after {
  -webkit-transform: translate(-50%, -50%) rotate(134deg);
  transform: translate(-50%, -50%) rotate(134deg);
  width: 8px;
  height: 8px;
  top: calc(50% - 3px);
}

.login-signup ul.navbar-nav > li.dropdown.notifications > .dropdown-toggle .arrow, .login-signup ul.navbar-nav > li.dropdown.profile > .dropdown-toggle .arrow {
  display: none;
}

.login-signup ul.navbar-nav > li.dropdown.notifications.notifications .count, .login-signup ul.navbar-nav > li.dropdown.profile.notifications .count {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  top: -8px;
  left: 0;
  font-size: 11px;
  background-color: #dc3545;
  border-radius: 50px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  min-width: 16px;
  text-align: center;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  margin-left: -6px;
  margin-right: -5px;
}

.login-signup ul.navbar-nav > li.dropdown-mega .sub-title:first-child {
  margin-top: 0px;
}

.rtl .login-signup ul.navbar-nav > li.dropdown:not(.notifications) .dropdown-menu li:hover > a:not(.btn) {
  margin-left: 0px;
  margin-right: 5px;
}

.rtl .login-signup ul.navbar-nav > li.dropdown:not(.notifications) .dropdown-menu li:hover > a .arrow {
  right: auto;
  left: -3px;
}

.rtl .login-signup ul.navbar-nav > li.dropdown:not(.notifications) > .dropdown-toggle {
  padding-right: 0.85em;
  padding-left: 1.6rem;
}

.rtl .login-signup ul.navbar-nav > li.dropdown:not(.notifications) > .dropdown-toggle .arrow:after {
  -webkit-transform: translate(60%, -50%) rotate(-45deg);
  transform: translate(60%, -50%) rotate(-45deg);
}

@media (max-width: 991.98px) {
  /* Mobile Menu Button */
  .navbar-toggler {
    width: 25px;
    height: 30px;
    padding: 10px;
    margin: 18px 10px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #3c3636;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .navbar-toggler span:nth-child(1) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .navbar-toggler span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .navbar-toggler span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .navbar-toggler.open span:nth-child(1) {
    top: 5px;
    left: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .navbar-toggler.open span:nth-child(3) {
    top: 21px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  #header .primary-menu {
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    background: transparent;
    margin-top: 0px;
    z-index: 1000;
  }
  #header .primary-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  #header .primary-menu > div {
    overflow: hidden;
    overflow-y: auto;
    max-height: 65vh;
    margin: 18px 0;
  }
  .primary-menu ul.navbar-nav li {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
  }
  .primary-menu ul.navbar-nav li:last-child {
    border: none;
  }
  .primary-menu ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.open:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .primary-menu ul.navbar-nav > li > a:not(.btn) {
    height: auto;
    padding: 8px 0;
    position: relative;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 8px 0;
    position: relative;
  }
  .primary-menu ul.navbar-nav > li.dropdown:hover > a:after {
    content: none;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(134deg);
    transform: translate(-50%, -50%) rotate(134deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 8px;
    height: 8px;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px 0px 0px 15px;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    margin: 0;
  }
  .primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div {
    padding: 0px 15px;
  }
  .rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu {
    padding: 0px 15px 0px 0px;
  }
  .rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after, .rtl .login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
  }
}

@media (max-width: 575.98px) {
  .login-signup ul.navbar-nav > li a.btn {
    padding: 0.65rem 0.8rem;
  }
}

@media (max-width: 380px) {
  #header .logo img {
    max-width: 140px;
  }
}

/* Page Header */
.page-header {
  margin: 0 0 30px 0;
  padding: 30px 0;
}

.page-header h1 {
  font-weight: normal;
  font-size: 30px;
  margin: 0;
  padding: 5px 0;
}

.page-header .breadcrumb {
  background: none;
  margin: 0 0 8px 2px;
  padding: 0;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-header .breadcrumb > li {
  display: inline-block;
  font-size: 0.85em;
  text-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-header .breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.7;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  padding: 0 7px 0 5px;
  font-weight: 900;
}

.page-header .breadcrumb > li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-header .breadcrumb > li a:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-header.page-header-text-light {
  color: #fff;
}

.page-header.page-header-text-light h1 {
  color: #fff;
}

.page-header.page-header-text-light .breadcrumb > li {
  color: rgba(250, 250, 250, 0.8);
}

.page-header.page-header-text-light .breadcrumb > li a {
  color: rgba(250, 250, 250, 0.8);
}

.page-header.page-header-text-light .breadcrumb > li a:hover {
  color: #fff;
}

.page-header.page-header-text-dark h1 {
  color: #1e1d1c;
}

.page-header.page-header-text-dark .breadcrumb > li {
  color: #707070;
}

.page-header.page-header-text-dark .breadcrumb > li a {
  color: #707070;
}

.page-header.page-header-text-dark .breadcrumb > li a:hover {
  color: #272364;
}

.rtl .page-header .breadcrumb {
  margin-right: 2px;
  margin-left: 0px;
}

.rtl .page-header .breadcrumb > li + li:before {
  padding: 0 5px 0 7px;
}

/* =================================== */
/*  Profile
/* =================================== */
/* Dashboard */
.profile-thumb {
  position: relative;
  width: 100px;
  height: 100px;
  display: inline-block;
}

.profile-thumb .profile-thumb-edit {
  font-size: 16px;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  right: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.profile-thumb .profile-thumb-edit .custom-file-input {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0;
}

.profile-completeness .border {
  border: 1px solid #ecf1f2 !important;
}

.transaction-title {
  background-color: #f1f5f6;
  border-top: 1px solid #e9eff0;
  border-bottom: 1px solid #e9eff0;
}

.transaction-item {
  border-bottom: 1px solid #e9eff0;
}

.transaction-item:hover {
  background-color: #f4f7f8;
  cursor: pointer;
}

.transaction-details {
  max-width: 620px !important;
}

.transaction-details .modal-content {
  border: none !important;
}

.transaction-details .modal-body {
  padding: 0px !important;
}

/* Notifications Page */
.notifications-list .notifications-item {
  border-bottom: 1px solid #e9eff0;
  border-left: 3px solid transparent;
}

.notifications-list .notifications-item .icon-bell {
  color: #8e9a9d;
}

.notifications-list .notifications-item h4 {
  font-weight: normal;
  color: inherit;
}

.notifications-list .notifications-item:hover {
  background-color: #f4f7f8;
  cursor: pointer;
}

.notifications-list .notifications-item.unread {
  border-left: 3px solid #272364;
}

.notifications-list .notifications-item.unread .icon-bell {
  color: #272364;
}

.notifications-list .notifications-item.unread h4 {
  font-weight: 500;
  color: #1e1d1c;
}

.rtl .notifications-list .notifications-item {
  border-right: 3px solid transparent;
  border-left: 0px;
}

.rtl .notifications-list .notifications-item.unread {
  border-right: 3px solid #272364;
  border-left: 0px;
}

/* Cards & Bank Accounts*/
.account-card {
  position: relative;
  background: -webkit-linear-gradient(135deg, #6c6c6b, #9e9e9c);
  background: -moz-linear-gradient(135deg, #6c6c6b, #9e9e9c);
  background: -o-linear-gradient(135deg, #6c6c6b, #9e9e9c);
  background: -ms-linear-gradient(135deg, #6c6c6b, #9e9e9c);
  background: linear-gradient(-45deg, #6c6c6b, #9e9e9c);
}

.account-card.account-card-primary {
  background: -webkit-linear-gradient(135deg, #0f5e9d, #418fce);
  background: -moz-linear-gradient(135deg, #0f5e9d, #418fce);
  background: -o-linear-gradient(135deg, #0f5e9d, #418fce);
  background: -ms-linear-gradient(135deg, #0f5e9d, #418fce);
  background: linear-gradient(-45deg, #0f5e9d, #418fce);
}

.account-card .account-card-expire {
  font-size: 8px;
  line-height: 10px;
}

.account-card .account-card-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.account-card:hover .account-card-overlay {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.account-card-new {
  background: #f1f5f6;
  border: 1px solid #ebebeb;
}

.account-card .border-start, .account-card .border-end {
  border-color: rgba(250, 250, 250, 0.1) !important;
}

/* Upload Documents*/
.account-doc {
  position: relative;
  border:1px solid #cccccc;
}

.account-doc .account-doc-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.50);
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.account-doc:hover .account-doc-overlay {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.account-doc-new {
  background: #f1f5f6;
  border: 1px solid #ebebeb;
}

.account-doc .border-start, 
.account-doc .border-end {
  border-color: rgba(250, 250, 250, 0.1) !important;
}
.account-doc:hover .account-doc-overlay a{
  color: #fff!important;
}

/* =================================== */
/*  Blog Page
/* =================================== */
/* List Item */
.list-item {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.list-item > li {
  display: block;
  position: relative;
}

.list-item li a {
  padding: 7px 0px 7px 15px;
  color: #4c4d4d;
  display: block;
}

.list-item li a:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0px;
  border-color: #000;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.list-item a:hover {
  color: #272364;
}

.list-item li a span {
  float: right;
}

.rtl .list-item li a {
  padding-left: 0px;
  padding-right: 15px;
}

.rtl .list-item li a:after {
  top: 50%;
  left: auto;
  right: 0px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-top: 0px;
  border-right: 0px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(45deg);
}

.rtl .list-item li a span {
  float: left;
}

/* Tags */
.tags {
  margin-bottom: 10px;
}

.tags a {
  background: #f4f5f4;
  color: #4c4d4d;
  padding: 8px 12px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tags a:hover {
  background: #272364;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rtl .tags a {
  margin-left: 3px;
  margin-right: 0px;
}

/* Side Post */
.side-post .item-post + .item-post {
  margin-top: 15px;
}

.side-post .item-post:after {
  display: block;
  clear: both;
  content: "";
}

.side-post .item-post .img-thumb {
  float: left;
  margin-right: 12px;
}

.side-post .item-post .caption {
  overflow: hidden;
}

.side-post .item-post .caption a {
  color: #1e1d1c;
  display: block;
  margin-top: -3px;
  margin-bottom: 3px;
}

.side-post .item-post .caption a:hover {
  color: #272364;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side-post .item-post .caption .date-post {
  color: #6c757d;
  font-size: 13px;
  margin-bottom: 0px;
}

.rtl .side-post .item-post .img-thumb {
  float: right;
  margin-left: 12px;
  margin-right: 0px;
}

/* Post */
.blog-post .title-blog {
  margin-bottom: 1rem;
}

.blog-post .title-blog a {
  color: #1e1d1c;
}

.blog-post .title-blog a:hover {
  color: #272364;
}

.blog-post .meta-blog {
  padding-left: 0px;
}

.blog-post .meta-blog li {
  list-style-type: none;
  display: inline-block;
  margin-right: 12px;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post .meta-blog li i {
  font-size: 16px;
  color: #272364;
  margin-right: 5px;
}

.blog-post .meta-blog li a {
  color: #4c4d4d;
}

.blog-post .meta-blog li a:hover {
  color: #272364;
}

.rtl .blog-post .meta-blog {
  padding-right: 0px;
}

.rtl .blog-post .meta-blog li {
  margin-right: 0px;
  margin-left: 12px;
}

.rtl .blog-post .meta-blog li i {
  margin-right: 0px;
  margin-left: 5px;
}

/* Post Comment */
.post-comment ul {
  padding: 0px;
  list-style-type: none;
}

.post-comment ul li {
  border-top: 1px solid rgba(16, 85, 96, 0.1);
  padding-top: 1.3rem;
  margin-top: 1rem;
}

.post-comment ul ul {
  margin-left: 2.5rem;
}

.post-comment > ul > li:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.rtl .post-comment ul ul {
  margin-left: 0rem;
  margin-right: 2.5rem;
}

@media (max-width: 575.98px) {
  .post-comment ul ul {
    margin-left: 1.5rem;
  }
  .rtl .post-comment ul ul {
    margin-left: 0;
    margin-right: 1.5rem;
  }
}

/* =================================== */
/*  Elements
/* =================================== */
/* Featured Box */
.featured-box {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.featured-box h3, .featured-box h4 {
  font-size: 1.25rem;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.featured-box:not(.style-5) .featured-box-icon {
  display: inline-block;
  font-size: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 45px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #4c4d4d;
  border-radius: 0;
}

.featured-box.style-1, .featured-box.style-2, .featured-box.style-3 {
  padding-left: 50px;
  padding-top: 8px;
}

.featured-box.style-1 .featured-box-icon, .featured-box.style-2 .featured-box-icon, .featured-box.style-3 .featured-box-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  font-size: 30px;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  text-align: center;
}

.featured-box.style-2 p {
  margin-left: -50px;
}

.featured-box.style-3 {
  padding-left: 90px;
  padding-top: 0px;
}

.featured-box.style-3 .featured-box-icon {
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-box.style-4 {
  text-align: center;
}

.featured-box.style-4 .featured-box-icon {
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  width: 120px;
  height: 120px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
}

.featured-box.style-4 .featured-box-icon i.fa, .featured-box.style-4 .featured-box-icon i.fas, .featured-box.style-4 .featured-box-icon i.far, .featured-box.style-4 .featured-box-icon i.fal, .featured-box.style-4 .featured-box-icon i.fab {
  font-size: 58px;
  font-size: 3.625rem;
  margin: 0 auto;
}

.featured-box.style-5 {
  text-align: center;
  background: #fff;
  border: 1px solid #f0f2f3;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.featured-box.style-5:hover {
  border: 1px solid #ebeded;
  -webkit-box-shadow: 0px 5px 1.5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 1.5rem rgba(0, 0, 0, 0.15);
}

.featured-box.style-5 h3 {
  background: #f1f5f6;
  font-size: 16px;
  padding: 8px 0;
  margin-bottom: 0px;
}

.featured-box.style-5 .featured-box-icon {
  font-size: 50px;
  margin: 44px 0px;
}

.featured-box.featured-box-reverse, .rtl .featured-box:not(.style-4):not(.style-5) {
  text-align: right;
}

.featured-box.featured-box-reverse.style-1, .featured-box.featured-box-reverse.style-2, .rtl .featured-box:not(.style-4):not(.style-5).style-1, .rtl .featured-box:not(.style-4):not(.style-5).style-2 {
  padding-right: 50px;
  padding-left: 0px;
}

.featured-box.featured-box-reverse.style-1 .featured-box-icon, .featured-box.featured-box-reverse.style-2 .featured-box-icon, .rtl .featured-box:not(.style-4):not(.style-5).style-1 .featured-box-icon, .rtl .featured-box:not(.style-4):not(.style-5).style-2 .featured-box-icon {
  left: auto;
  right: 0px;
}

.featured-box.featured-box-reverse.style-2 p, .rtl .featured-box:not(.style-4):not(.style-5).style-2 p {
  margin-right: -50px;
  margin-left: 0;
}

.featured-box.featured-box-reverse.style-3, .rtl .featured-box:not(.style-4):not(.style-5).style-3 {
  padding-left: 0;
  padding-right: 90px;
}

.featured-box.featured-box-reverse.style-3 .featured-box-icon, .rtl .featured-box:not(.style-4):not(.style-5).style-3 .featured-box-icon {
  left: auto;
  right: 0px;
}

@media (min-width: 576px) {
  .featured-box.featured-box-reverse-sm {
    text-align: right;
  }
  .featured-box.featured-box-reverse-sm.style-1, .featured-box.featured-box-reverse-sm.style-2 {
    padding-right: 50px;
    padding-left: 0px;
  }
  .featured-box.featured-box-reverse-sm.style-1 .featured-box-icon, .featured-box.featured-box-reverse-sm.style-2 .featured-box-icon {
    left: auto;
    right: 0px;
  }
  .featured-box.featured-box-reverse-sm.style-2 p {
    margin-right: -50px;
    margin-left: 0;
  }
  .featured-box.featured-box-reverse-sm.style-3 {
    padding-left: 0;
    padding-right: 90px;
  }
  .featured-box.featured-box-reverse-sm.style-3 .featured-box-icon {
    left: auto;
    right: 0px;
  }
}

@media (min-width: 768px) {
  .featured-box.featured-box-reverse-md {
    text-align: right;
  }
  .featured-box.featured-box-reverse-md.style-1, .featured-box.featured-box-reverse-md.style-2 {
    padding-right: 50px;
    padding-left: 0px;
  }
  .featured-box.featured-box-reverse-md.style-1 .featured-box-icon, .featured-box.featured-box-reverse-md.style-2 .featured-box-icon {
    left: auto;
    right: 0px;
  }
  .featured-box.featured-box-reverse-md.style-2 p {
    margin-right: -50px;
    margin-left: 0;
  }
  .featured-box.featured-box-reverse-md.style-3 {
    padding-left: 0;
    padding-right: 90px;
  }
  .featured-box.featured-box-reverse-md.style-3 .featured-box-icon {
    left: auto;
    right: 0px;
  }
}

@media (min-width: 992px) {
  .featured-box.featured-box-reverse-lg {
    text-align: right;
  }
  .featured-box.featured-box-reverse-lg.style-1, .featured-box.featured-box-reverse-lg.style-2 {
    padding-right: 50px;
    padding-left: 0px;
  }
  .featured-box.featured-box-reverse-lg.style-1 .featured-box-icon, .featured-box.featured-box-reverse-lg.style-2 .featured-box-icon {
    left: auto;
    right: 0px;
  }
  .featured-box.featured-box-reverse-lg.style-2 p {
    margin-right: -50px;
    margin-left: 0;
  }
  .featured-box.featured-box-reverse-lg.style-3 {
    padding-left: 0;
    padding-right: 90px;
  }
  .featured-box.featured-box-reverse-lg.style-3 .featured-box-icon {
    left: auto;
    right: 0px;
  }
}

@media (min-width: 1200px) {
  .featured-box.featured-box-reverse-xl {
    text-align: right;
  }
  .featured-box.featured-box-reverse-xl.style-1, .featured-box.featured-box-reverse-xl.style-2 {
    padding-right: 50px;
    padding-left: 0px;
  }
  .featured-box.featured-box-reverse-xl.style-1 .featured-box-icon, .featured-box.featured-box-reverse-xl.style-2 .featured-box-icon {
    left: auto;
    right: 0px;
  }
  .featured-box.featured-box-reverse-xl.style-2 p {
    margin-right: -50px;
    margin-left: 0;
  }
  .featured-box.featured-box-reverse-xl.style-3 {
    padding-left: 0;
    padding-right: 90px;
  }
  .featured-box.featured-box-reverse-xl.style-3 .featured-box-icon {
    left: auto;
    right: 0px;
  }
}

/* Video Play button */
.playButton {
  position: relative;
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.playButton:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%) scale(1.3);
  transform: translate(50%, 50%) scale(1.3);
  border-radius: 50%;
  background-color: #fff;
  opacity: .2;
}

.playButton.playButton-pulsing:before {
  opacity: .6;
  -webkit-transform: translate(50%, 50%) scale(1);
  transform: translate(50%, 50%) scale(1);
  -webkit-animation: pulsing-ring 1800ms cubic-bezier(0.2, 0.6, 0.35, 1) infinite;
  animation: pulsing-ring 1800ms cubic-bezier(0.2, 0.6, 0.35, 1) infinite;
}

@-webkit-keyframes pulsing-ring {
  100% {
    -webkit-transform: translate(50%, 50%) scale(1.5);
    transform: translate(50%, 50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulsing-ring {
  100% {
    -webkit-transform: translate(50%, 50%) scale(1.5);
    transform: translate(50%, 50%) scale(1.5);
    opacity: 0;
  }
}

/* Testimonial */
.testimonial {
  background: #fff;
  border: 1px solid #f1f5f6;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-item .stars img{
    max-width: 100%;
    width: auto;
    margin: 10px auto;
}

/* Team */
.team {
  text-align: center;
  padding: 15px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.team:hover {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.team img {
  margin-bottom: 20px;
}

.team h3 {
  font-size: 18px;
}

.team p {
  margin-bottom: 0.5rem;
}
/*Team two*/
.team-card-ten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-align: center;
  margin-top: 24px;
  padding: 32px;
  background: var(--color-white-smoke);
  border: 1px solid var(--color-white-smoke);
  border-radius: 8px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 1;
}

.team-card-ten::before {
  content: "";
  position: absolute;
  border: 3px dashed var(--color-alice-blue);
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-radius: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.team-card-ten .card-left .team-card-image {
  margin-right: 20px;
  margin-bottom: 0;
}
.team-card-ten .card-left .team-card-image {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.team-card-ten .card-left .team-card-image img {
  max-width: 100%;
}

.team-card-ten .card-right {
  text-align: left;
}

.team-card-ten .card-right .team-card-details {
  margin-bottom: 32px;
}

.team-card-ten .card-right .team-card-details h4 {
  font-size: 20px;
  margin-bottom: 2px;
  color: var(--color-black);
}

.team-card-ten .card-right .team-card-details p {
  color: var(--color-black-light);
}

.team-card-ten .card-right .team-card-details p.job-position {
  margin-bottom: 20px;
}

.team-card-ten .card-right .team-card-details p.contact {
  margin-bottom: 2px;
}

.team-card-ten .card-right .team-card-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.team-card-ten .card-right .team-card-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--color-alice-blue);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.team-card-ten .card-right .team-card-social a:last-child {
  margin-right: 0;
}

.team-card-ten .card-right .team-card-social a i {
  font-size: 14px;
  color: var(--color-black);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.team-card-ten .card-right .team-card-social a:hover {
  background: var(--color-secondary);
}

.team-card-ten .card-right .team-card-social a:hover i {
  color: var(--color-primary);
}

.team-card-ten:hover, .team-card-ten.highlight {
  background: var(--color-primary);
}

.team-card-ten:hover::before, .team-card-ten.highlight::before {
  background: var(--color-primary);
  border: 2px dashed var(--color-secondary);
  border-radius: 8px;
  z-index: -1;
}

.team-card-ten:hover .team-card-details h4, .team-card-ten.highlight .team-card-details h4 {
  color: var(--color-white);
}

.team-card-ten:hover .team-card-details p, .team-card-ten.highlight .team-card-details p {
  color: var(--color-alice-blue);
}

@media (max-width: 991.98px) {
  .team-card-ten {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team-card-ten .card-left .team-card-image {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 32px;
  }
  .team-card-ten .card-right {
    text-align: center;
  }
  .team-card-ten .card-right .team-card-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}


.portfolio {
  text-align: center;
  position: relative;
}

.portfolio .portfolio-img {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.portfolio .portfolio-overlay {
  text-align: center;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio .portfolio-overlay-details {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.portfolio .portfolio-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio:hover .portfolio-img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.portfolio .portfolio-details {
  padding: 1.5rem 0;
}

/*=== Accordion ===*/
.accordion {
  counter-reset: accordion-counter;
  position: relative;
}

@media screen and (max-width: 767px) {
  .accordion {
    margin-bottom: 50px;
  }
}

.accordion .accordion-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.accordion .accordion-item h5 {
  color: #2f2f35;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 0;
}

.accordion .accordion-item .acr-body {
  margin-top: 12px;
}

.accordion .accordion-item .acr-body p {
  margin-bottom: 0;
}

.accordion.has-numbering .accordion-item {
  padding-left: 80px;
}

.accordion.has-numbering .accordion-item:before {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  counter-increment: accordion-counter;
  content: counter(accordion-counter);
  color: #111;
  display: block;
  line-height: 35px;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 15px;
  height: 35px;
  width: 35px;
  z-index: 1;
}

.accordion.has-numbering .accordion-item:after {
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 10px;
  height: 45px;
  width: 45px;
}

.accordion.has-numbering .accordion-item.active:before {
  background: #256be6;
  color: #fff;
}
.accordion .accordion-item h5 {
  position: relative;
}

.accordion .accordion-item h5::before {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #000;
}

.accordion .accordion-item.active h5::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Nav */
.nav .nav-item .nav-link {
  color: #444;
}

.nav.nav-light .nav-item .nav-link {
  color: #ddd;
}

.nav:not(.nav-pills):not(.nav-tabs) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:not(.active):hover {
  color: #272364;
}

.nav-pills .nav-link:not(.active):hover {
  color: #272364;
}

.nav-pills .nav-link.active, .nav-pills.nav-light .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
}

.nav.nav-separator .nav-item .nav-link {
  position: relative;
}

.nav.nav-separator .nav-item + .nav-item .nav-link:after {
  height: 14px;
  width: 1px;
  content: ' ';
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.rtl .nav.nav-separator .nav-item + .nav-item .nav-link:after {
  right: 0;
  left: auto;
}

.nav.nav-separator.nav-separator-light .nav-item + .nav-item .nav-link:after {
  background-color: rgba(250, 250, 250, 0.2);
}

.nav.nav-lg .nav-item .nav-link {
  font-size: 16px;
}

/* Tabs */
.nav-tabs {
  border-bottom: 1px solid #d7dee3;
}

.nav-tabs .nav-item .nav-link {
  border: 0;
  background: transparent;
  position: relative;
  border-radius: 0;
  padding: 1rem 20px 1.2rem;
  color: #7b8084;
  white-space: nowrap !important;
}

.nav-tabs .nav-item .nav-link.active {
  color: #1e1d1c;
}

.nav-tabs .nav-item .nav-link.active:after {
  height: 3px;
  width: 100%;
  content: ' ';
  background-color: #272364;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.nav-tabs.flex-column {
  border-right: 1px solid #d7dee3;
  border-bottom: 0px;
  padding: 1.5rem 0;
}

.nav-tabs.flex-column .nav-item .nav-link {
  border: 1px solid #d7dee3;
  border-right: 0px;
  background-color: #f6f7f8;
  font-size: 14px;
  padding: 0.75rem 1rem;
  color: #535b61;
}

.nav-tabs.flex-column .nav-item:first-of-type .nav-link {
  border-top-left-radius: 4px;
}

.nav-tabs.flex-column .nav-item:last-of-type .nav-link {
  border-bottom-left-radius: 4px;
}

.nav-tabs.flex-column .nav-item .nav-link.active {
  background-color: transparent;
  color: #272364;
}

.nav-tabs.flex-column .nav-item .nav-link.active:after {
  height: 100%;
  width: 2px;
  background: #fff;
  right: -1px;
  left: auto;
}

.nav-tabs.alternate {
  border-bottom: 0px !important;
}

.nav-tabs.alternate .nav-item .nav-link {
  background: #f1f5f6;
  font-size: 18px;
  padding: 2rem 1rem;
  color: #8d999c;
}

.nav-tabs.alternate .nav-item .nav-link.active {
  background: #fff;
  color: inherit;
  font-weight: 500;
}

.nav-tabs.alternate .nav-item .nav-link.active:after {
  content: none;
}

.rtl .nav-tabs.flex-column {
  border-left: 1px solid #d7dee3;
  border-right: 0px;
}

.rtl .nav-tabs.flex-column .nav-item .nav-link {
  border: 1px solid #d7dee3;
  border-left: 0px;
}

.rtl .nav-tabs.flex-column .nav-item:first-of-type .nav-link {
  border-top-right-radius: 4px;
  border-top-left-radius: 0px;
}

.rtl .nav-tabs.flex-column .nav-item:last-of-type .nav-link {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
}

.rtl .nav-tabs.flex-column .nav-item .nav-link.active:after {
  left: -1px;
  right: auto;
}

.nav-tabs:not(.flex-column) {
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.nav-tabs:not(.flex-column) .nav-item {
  margin-bottom: 0px;
}

/* Nav Pills alternate Style */
.nav.nav-pills.alternate {
  padding-left: 8px;
}

.nav.nav-pills.alternate .nav-item .nav-link {
  text-align: center;
  padding: 1rem 20px;
  white-space: nowrap;
  color: rgba(250, 250, 250, 0.9);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav.nav-pills.alternate .nav-item .nav-link:hover {
  color: #fafafa;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav.nav-pills.alternate .nav-link span {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}

.nav.nav-pills.alternate .nav-item .nav-link.active {
  background: rgba(227 15 74);
  color: #fff;
  border-radius: 0px;
}

@media (max-width: 991.98px) {
  .nav.nav-pills.alternate {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}

/* Easy Responsive Tab Accordion */
.resp-htabs ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  border-bottom: 1px solid #d7dee3;
}

.resp-tabs-list li {
  padding: 1rem 1.5rem !important;
  margin: 0;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  margin-bottom: -1px !important;
  border-bottom: 3px solid #272364;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

h2.resp-accordion {
  font-size: 16px;
  color: #777;
  border: 1px solid #e4e9ec;
  border-top: 0px solid #e4e9ec;
  margin: 0px;
  padding: 1rem 1.25rem;
}

h2.resp-tab-active {
  border-bottom: 0px solid #e4e9ec !important;
  margin-bottom: 0px !important;
  padding: 1rem 1.25rem !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e4e9ec !important;
  background: blue;
}

/* Easy Responsive Vertical tabs */
.resp-vtabs ul.resp-tabs-list {
  margin: 0;
  padding: 0;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  color: #999;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.resp-vtabs .resp-tabs-list li:hover {
  color: #555;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.resp-vtabs .resp-tabs-list li span {
  font-size: 20px;
  text-align: center;
  width: 30px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

h2.resp-accordion span {
  font-size: 20px;
  text-align: center;
  width: 30px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active, .resp-vtabs li.resp-tab-active:hover {
  color: #272364;
  -webkit-box-shadow: -5px 0px 24px -18px rgba(0, 0, 0, 0.4);
  box-shadow: -5px 0px 24px -18px rgba(0, 0, 0, 0.4);
  border-radius: 4px 0px 0px 4px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  margin-bottom: 0px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 6px;
  border-color: #000;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.rtl .resp-arrow {
  float: left;
}

h2.resp-tab-active {
  background: #f1f2f4 !important;
  color: #535b61;
}

h2.resp-tab-active i.resp-arrow {
  margin-top: 10px;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* Accordion Styles */
.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #e4e9ec;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #e4e9ec !important;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #e4e9ec !important;
}

@media (max-width: 767.98px) {
  ul.resp-tabs-list {
    display: none !important;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content, .resp-htabs .resp-tab-content {
    border: 1px solid #e4e9ec;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #e4e9ec !important;
  }
}

/* Custom Background */
.hero-wrap {
  position: relative;
}

.hero-wrap .hero-mask, .hero-wrap .hero-bg, .hero-wrap .hero-bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-wrap .hero-mask {
  z-index: 1;
}

.hero-wrap .hero-content {
  position: relative;
  z-index: 2;
}

.hero-wrap .hero-bg-slideshow {
  z-index: 0;
}

.hero-wrap .hero-bg {
  z-index: 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  transition: background-image 300ms ease-in 200ms;
}

.hero-wrap .hero-bg.hero-bg-scroll {
  background-attachment: scroll;
}

.hero-wrap .hero-bg-slideshow .hero-bg {
  background-attachment: inherit;
}

.hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer, .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage, .hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
  height: 100%;
}

/* Owl Carousel */
.owl-theme.single-slideshow .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.owl-theme.single-slideshow .owl-dots .owl-dot.active span, .owl-theme.single-slideshow .owl-dots .owl-dot:hover span {
  background: rgba(250, 250, 250, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.owl-theme.single-slideshow .owl-dots .owl-dot span {
  border-color: rgba(250, 250, 250, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.owl-carousel.single-slideshow .owl-nav button.owl-prev, .owl-carousel.single-slideshow .owl-nav button.owl-next {
  font-size: 17px;
  width: 45px;
  height: 45px;
  top: calc(50% - 22px);
}

.owl-carousel.single-slideshow .owl-nav button.owl-prev {
  left: 10px;
}

.owl-carousel.single-slideshow .owl-nav button.owl-next {
  right: 10px;
}

.owl-carousel.single-slideshow .owl-item img {
  border-radius: .25rem;
}

.owl-carousel.single-slideshow .owl-stage {
  padding: 0;
}

.owl-carousel .hero-wrap .hero-bg {
  background-attachment: inherit;
}

@media (max-width: 575.98px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}

/* Brands Grid */
.brands-grid {
  overflow: hidden;
}

.brands-grid > .row > * {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.brands-grid.separator-border > .row > *:after, .brands-grid.separator-border > .row > *:before {
  content: '';
  position: absolute;
}

.brands-grid.separator-border > .row > *:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dotted currentColor;
  opacity: 0.3;
}

.brands-grid.separator-border > .row > *:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dotted currentColor;
  opacity: 0.3;
}

.brands-grid.separator-border.separator-border-light > .row > *:after {
  border-bottom: 1px dotted rgba(250, 250, 250, 0.15);
}

.brands-grid.separator-border.separator-border-light > .row > *:before {
  border-left: 1px dotted rgba(250, 250, 250, 0.15);
}

/* Banner */
.banner .item {
  position: relative;
}

.banner .item img {
  vertical-align: middle;
}

.banner .caption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
}

.banner .caption h2, .banner .caption h3 {
  font-size: 19px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner .caption p {
  color: rgba(250, 250, 250, 0.8);
  margin-bottom: 0px;
}

.banner .rounded .banner-mask, .banner .rounded img {
  border-radius: .25rem;
}

.banner .banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  backface-visibility: hidden;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01), black);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01), black);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), black);
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner .item:hover .banner-mask {
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner.style-2 .caption {
  background: rgba(0, 0, 0, 0.5);
}

.banner.style-2 .banner-mask {
  opacity: 0;
}

.banner.style-2 .item:hover .banner-mask {
  opacity: 0.40;
}

.banner.style-2 .item:hover .caption h2 {
  margin-left: 8px;
}

/* Simple ul */
.simple-ul > li {
  position: relative;
  list-style-type: none;
  line-height: 24px;
}

.simple-ul > li:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: -15px;
  border-color: #000;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.rtl .simple-ul > li:after {
  right: -15px;
  left: auto;
  border-color: #000;
  border-top: 0px;
  border-right: 0px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Steps Progress bar */
.widget-steps > .step {
  padding: 0;
  position: relative;
}

.widget-steps > .step .step-name {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
}

.widget-steps > .step > .step-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fff;
  border: 1px solid #e10f4a;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.widget-steps > .step > .step-dot:after {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 9px;
  left: 9px;
}

.widget-steps > .step.complete > .step-dot {
  background: #e10f4a;
}

.widget-steps > .step.complete > .step-dot:after {
  content: '\f00c';
  font-weight: 900;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  top: 3px;
  left: 7px;
}

.widget-steps > .step.active > .step-dot:after {
  background: #e10f4a;
  content: '';
}

.widget-steps > .step > .progress {
  position: relative;
  background: #bbb;
  border-radius: 0px;
  height: 1px;
  box-shadow: none;
  margin: 22px 0;
}

.widget-steps > .step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #e10f4a;
}

.widget-steps > .step.complete > .progress > .progress-bar {
  width: 100%;
}

.widget-steps > .step.active > .progress > .progress-bar {
  width: 50%;
}

.widget-steps > .step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.widget-steps > .step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.widget-steps > .step.disabled > .step-dot {
  border-color: #bbb;
}

.widget-steps > .step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.widget-steps > .step:last-child > .progress {
  width: 50%;
}

.widget-steps > .step.disabled a.step-dot {
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .widget-steps > .step .step-name {
    font-size: 14px;
  }
}

.rtl .widget-steps > .step > .step-dot {
  top: 45px;
  right: 50%;
  left: auto;
  margin-left: 0;
  margin-right: -15px;
}

.rtl .widget-steps > .step > .step-dot:after {
  left: 0px;
  right: 9px;
}

.rtl .widget-steps > .step.complete > .step-dot:after {
  left: 0px;
  right: 7px;
}

.rtl .widget-steps > .step:first-child > .progress {
  left: auto;
  right: 50%;
}

/* Demo banner */
.demos-banner {
  background-repeat: repeat;
  background-size: cover;
  height: 880px;
  background-position: 0px 0px;
  animation: move 30s linear infinite;
  -moz-animation: move 30s linear infinite;
  -webkit-animation: move 30s linear infinite;
  -ms-animation: move 30s linear infinite;
  -o-animation: move 30s linear infinite;
}

@keyframes move {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -2324px 0px;
  }
}

@-moz-keyframes move {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -2324px 0px;
  }
}

@-webkit-keyframes move {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -2324px 0px;
  }
}

@-ms-keyframes move {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -2324px 0px;
  }
}

@-o-keyframes move {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -2324px 0px;
  }
}

/* =================================== */
/*  Footer
/* =================================== */
#footer {
  background: #272363;
  color: #252b33;
  padding: 66px 0px;
  padding: 4.125rem 0;
}
#footer h5{
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 2px solid #f5f5f5;
}
#footer .nav .nav-item {
  line-height: 12px;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  text-align: center;
}

#footer.footer-web h5{
  border-bottom: none;
}
#footer.footer-web h5,
#footer.footer-web .nav .nav-item{
  text-align: left;
}
#footer .nav .nav-item .nav-link {
  padding: 0;
  margin: 0.5rem 0px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#footer .nav .nav-item .nav-link:focus {
  color: #272364;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#footer .nav .nav-link:hover {
  color: #d40546;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#footer .footer-copyright {
  border-top: 1px solid #e2e8ea;
  padding: 0px 0px;
  color: #67727c;
}
#footer.footer-web .footer-copyright{
  border-top: 1px solid #3d3798;
}
#footer .footer-copyright .nav .nav-item .nav-link {
  color: #67727c;
}

#footer .footer-copyright .nav .nav-link:hover {
  color: #272364;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#footer .nav.flex-column .nav-item {
  padding: 0px;
}

#footer .nav.flex-column .nav-item .nav-link {
  margin: 0.7rem 0px;
}

#footer.footer-text-light {
  color: rgba(250, 250, 250, 0.8);
}

#footer.footer-text-light .nav .nav-item .nav-link {
  color: rgba(250, 250, 250, 0.8);
}

#footer.footer-text-light .nav .nav-item .nav-link:hover {
  color: #fafafa;
}

#footer.footer-text-light .footer-copyright {
  border-color: rgba(250, 250, 250, 0.15);
  color: rgba(250, 250, 250, 0.5);
}

#footer.footer-text-light:not(.bg-primary) .social-icons-light.social-icons li a {
  color: rgba(250, 250, 250, 0.8);
}

#footer.footer-text-light:not(.bg-primary) .social-icons-light.social-icons li a:hover {
  color: #fafafa;
}

#footer.footer-text-light.bg-primary {
  color: #fff;
}

#footer.footer-text-light.bg-primary .nav .nav-item .nav-link {
  color: #fff;
}

#footer.footer-text-light.bg-primary .nav .nav-item .nav-link:hover {
  color: rgba(250, 250, 250, 0.7);
}

#footer.footer-text-light.bg-primary .footer-copyright {
  border-color: rgba(250, 250, 250, 0.15);
  color: rgba(250, 250, 250, 0.9);
}

#footer.footer-text-light.bg-primary :not(.social-icons) a {
  color: #fff;
}

#footer.footer-text-light.bg-primary :not(.social-icons) a:hover {
  color: rgba(250, 250, 250, 0.7);
}

body:not(.rtl) #footer .nav .nav-item:first-child {
  padding-left: 0px;
}

body:not(.rtl) #footer .nav .nav-item:last-child {
  padding-right: 0px;
}

.rtl #footer .nav .nav-item:first-child {
  padding-right: 0px;
}

.rtl #footer .nav .nav-item:last-child {
  padding-left: 0px;
}

/* Newsleter */
.newsletter .form-control {
  height: 38px !important;
  font-size: 14px;
}

.newsletter .btn {
  height: 38px;
  padding-top: 0;
  padding-bottom: 0px;
  font-size: 14px;
}

/* Social Icons */
.social-icons {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.social-icons li {
  margin: 2px 6px;
  padding: 0;
  overflow: visible;
}

.social-icons li a {
  background: #ffffff;

  display: block;
  height: 60px;
  line-height: 60px;
  width: 60px;
  font-size: 28px;
  text-align: center;
  color: #4d555a;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%;
}

.social-icons li i {
  line-height: inherit;
}

.social-icons.social-icons-sm li {
  margin: 0px 4px 4px;
}

.social-icons.social-icons-sm li a {
  font-size: 14px;
}

.social-icons.social-icons-lg li a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 22px;
}

.social-icons.social-icons-light li a {
  color: #eee;
}

.social-icons.social-icons-muted li a {
  color: #aab1b8;
}

.social-icons li:hover a {
  color: #999;
}

.social-icons li:hover.social-icons-twitter a, .social-icons.social-icons-colored li.social-icons-twitter a {
  color: #00ACEE;
}

.social-icons li:hover.social-icons-facebook a, .social-icons.social-icons-colored li.social-icons-facebook a {
  color: #3B5998;
}

.social-icons li:hover.social-icons-linkedin a, .social-icons.social-icons-colored li.social-icons-linkedin a {
  color: #0E76A8;
}

.social-icons li:hover.social-icons-rss a, .social-icons.social-icons-colored li.social-icons-rss a {
  color: #EE802F;
}

.social-icons li:hover.social-icons-google a, .social-icons.social-icons-colored li.social-icons-google a {
  color: #DD4B39;
}

.social-icons li:hover.social-icons-pinterest a, .social-icons.social-icons-colored li.social-icons-pinterest a {
  color: #cc2127;
}

.social-icons li:hover.social-icons-youtube a, .social-icons.social-icons-colored li.social-icons-youtube a {
  color: #C4302B;
}

.social-icons li:hover.social-icons-instagram a, .social-icons.social-icons-colored li.social-icons-instagram a {
  color: #3F729B;
}

.social-icons li:hover.social-icons-skype a, .social-icons.social-icons-colored li.social-icons-skype a {
  color: #00AFF0;
}

.social-icons li:hover.social-icons-email a, .social-icons.social-icons-colored li.social-icons-email a {
  color: #6567A5;
}

.social-icons li:hover.social-icons-vk a, .social-icons.social-icons-colored li.social-icons-vk a {
  color: #2B587A;
}

.social-icons li:hover.social-icons-xing a, .social-icons.social-icons-colored li.social-icons-xing a {
  color: #126567;
}

.social-icons li:hover.social-icons-tumblr a, .social-icons.social-icons-colored li.social-icons-tumblr a {
  color: #34526F;
}

.social-icons li:hover.social-icons-reddit a, .social-icons.social-icons-colored li.social-icons-reddit a {
  color: #C6C6C6;
}

.social-icons li:hover.social-icons-delicious a, .social-icons.social-icons-colored li.social-icons-delicious a {
  color: #205CC0;
}

.social-icons li:hover.social-icons-stumbleupon a, .social-icons.social-icons-colored li.social-icons-stumbleupon a {
  color: #F74425;
}

.social-icons li:hover.social-icons-digg a, .social-icons.social-icons-colored li.social-icons-digg a {
  color: #191919;
}

.social-icons li:hover.social-icons-blogger a, .social-icons.social-icons-colored li.social-icons-blogger a {
  color: #FC4F08;
}

.social-icons li:hover.social-icons-flickr a, .social-icons.social-icons-colored li.social-icons-flickr a {
  color: #FF0084;
}

.social-icons li:hover.social-icons-vimeo a, .social-icons.social-icons-colored li.social-icons-vimeo a {
  color: #86C9EF;
}

.social-icons li:hover.social-icons-yahoo a, .social-icons.social-icons-colored li.social-icons-yahoo a {
  color: #720E9E;
}

.social-icons li:hover.social-icons-googleplay a, .social-icons.social-icons-colored li.social-icons-googleplay a {
  color: #DD4B39;
}

.social-icons li:hover.social-icons-apple a, .social-icons.social-icons-colored li.social-icons-apple a {
  color: #000;
}

.social-icons.social-icons-colored li:hover a {
  color: #999;
}

body:not(.rtl) .social-icons li:first-child {
  margin-left: 0px;
}

body:not(.rtl) .social-icons li:last-child {
  margin-right: 0px;
}

.rtl .social-icons li:first-child {
  margin-right: 0px;
}

.rtl .social-icons li:last-child {
  margin-left: 0px;
}

/* Back to Top */
#back-to-top {
  display: none;
  position: fixed;
  z-index: 1030;
  bottom: 8px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

#back-to-top:hover {
  background-color: #272364;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rtl #back-to-top {
  left: 10px;
  right: auto;
}

@media (max-width: 575.98px) {
  #back-to-top {
    z-index: 1029;
  }
}

/* =================================== */
/*  Extras
/* =================================== */
/* Bootstrap Specific */
.form-control, 
.form-select {
  border-color: #262261;
  font-size: 16px;
  color: #262261;
}

.form-control-sm {
  font-size: 14px;
}

.icon-inside {
  position: absolute;
  right: 15px;
  top: calc(50% - 11px);
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index: 3;
}

.rtl .icon-inside {
  right: auto;
  left: 15px;
}

.form-control-sm + .icon-inside {
  font-size: 0.875rem !important;
  font-size: 14px;
  top: calc(50% - 13px);
}

select.form-control:not([size]):not([multiple]):not(.form-control-sm) {
  height: auto;
  padding-top: .700rem;
  padding-bottom: .700rem;
}

.form-select:not(.form-select-sm) {
/*  height: calc(3.05rem + 3px);*/
  padding-top: .700rem;
  padding-bottom: .700rem;
}

.col-form-label-sm {
  font-size: 13px;
}

.form-select-sm {
  padding-left: 5px !important;
  font-size: 14px;
}
.form-control{
  padding-top: .700rem;
  padding-bottom: .700rem;
}
.form-select:not(.form-select-sm).border-0 {
  height: 3.00rem;
}

.form-control:focus, .form-select:focus {
  -webkit-box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
  box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}

.form-control:focus[readonly] {
  box-shadow: none;
}

.input-group-text {
  border-color: #262261;
  background-color: #262261;
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #b1b4b6;
}

.form-control:-moz-placeholder {
  /* FF 4-18 */
  color: #b1b4b6;
}

.form-control::-moz-placeholder {
  /* FF 19+ */
  color: #b1b4b6;
}

.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #b1b4b6;
}

/*.btn {
  padding: .8rem 2rem;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}*/

/*.btn-sm {
  padding: 0.5rem 1rem;
}*/

.btn:not(.btn-link):not(.cancelBtn):not(.applyBtn) {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.btn:not(.btn-link):not(.cancelBtn):not(.applyBtn):hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 575.98px) {
  .btn:not(.btn-sm) {
    padding: .810rem 1rem;
  }
}

.bg-primary {
  background-color: #272364 !important;
}

.bg-secondary {
  background-color: #e10f4a !important;
}

.btn-link {
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
}

.text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .link-primary {
  color: #272364 !important;
}

a.text-primary:focus, a.text-primary:hover, .btn-link:hover, .link-primary:hover, .link-primary:focus {
  color: #262261 !important;
}

.text-secondary {
  color: #e10f4a !important;
}

.text-muted {
  color: #8e9a9d !important;
}

.text-light {
  color: #dee3e4 !important;
}

.text-body {
  color: #4c4d4d !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #262261 !important;
}

.border-primary {
  border-color: #272364 !important;
}

.border-secondary {
  border-color: #e10f4a !important;
}

.btn-primary {
  background-color: #272364;
  border-color: #272364;
}

.btn-primary:hover {
  background-color: #262261;
  border-color: #262261;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #262261;
  border-color: #262261;
}

.btn-primary:not(:disabled):not(.disabled).active:hover, .btn-primary:not(:disabled):not(.disabled):active:hover {
  background-color: #272364;
  border-color: #272364;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: #262261;
  border-color: #262261;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary {
  background-color: #e10f4a;
  border-color: #e10f4a;
}
.btn-secondary:hover {
  background-color: #ba0c3d;
  border-color: #ba0c3d;
}
.btn-outline-primary {
  color: #272364;
  border-color: #272364;
}

.btn-outline-primary:hover {
  background-color: #272364;
  border-color: #272364;
  color: #fff;
}

.btn-check:active + .btn-outline-primary, 
.btn-check:checked + .btn-outline-primary, 
.btn-outline-primary.active, 
.btn-outline-primary.dropdown-toggle.show, 
.btn-outline-primary:active {
  background-color: #272364;
  border-color: #272364;
  color: #fff;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.progress-bar,
.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active {
  background-color: #272364;
}

.page-item.active .page-link, .form-check-input:checked {
  background-color: #272364;
  border-color: #272364;
}

.list-group-item.active {
  background-color: #272364;
  border-color: #272364;
}

.page-link {
  color: #272364;
}

.page-link:hover {
  color: #262261;
}

/* Pagination */
.page-item:not(:first-child) .page-link {
  margin-left: 0.22rem;
}

.page-link {
  border: none;
  border-radius: 0.25rem;
  margin: 0 0.22rem;
  font-size: 16px;
  font-size: 1rem;
}

.page-link:hover {
  background-color: #e9eff0;
}

.rtl .page-item:not(:first-child) .page-link {
  margin-right: 0.22rem;
}

/* Vertical Multilple input group */
.vertical-input-group .input-group:first-child {
  padding-bottom: 0;
}

.vertical-input-group .input-group:first-child * {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vertical-input-group .input-group:last-child {
  padding-top: 0;
}

.vertical-input-group .input-group:last-child * {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vertical-input-group .input-group:not(:last-child):not(:first-child) {
  padding-top: 0;
  padding-bottom: 0;
}

.vertical-input-group .input-group:not(:last-child):not(:first-child) * {
  border-radius: 0;
}

.vertical-input-group .input-group:not(:first-child) * {
  border-top: 0;
}

/* Slider Range (jQuery UI) */
.ui-slider-horizontal {
  height: .2em;
  margin-left: 11px;
  margin-right: 11px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.7em;
  margin-left: -.7em;
  border-radius: 100%;
  background: #fff;
  width: 1.5em;
  height: 1.5em;
}

.ui-slider.ui-widget.ui-widget-content {
  border: none;
  background: #eee;
  margin-bottom: 15px;
}

.ui-slider .ui-widget-header {
  background: #272364;
}

.ui-menu.ui-widget.ui-widget-content {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  border: none;
  overflow: hidden;
  overflow-y: auto;
  max-height: 50vh;
  border-radius: 4px;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 6px .75rem 6px .9rem;
}

.ui-menu.ui-widget-content .ui-state-active {
  background: #272364;
  border-color: #272364;
}

.ui-menu .ui-menu-divider {
  display: none;
}

/* Bootstrap-select */
.bootstrap-select.form-control {
  padding: 0;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #ffffff;
  font-weight: normal;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgdmlld0JveD0iMCAwIDI1NiAyNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNTQuMzA3IDY5LjU0OTFDMjU0LjMwNyA2Ny4wMzEzIDI1My4zNDYgNjQuNTEzNiAyNTEuNDI2IDYyLjU5NDNDMjQ3LjU4OCA1OC43NTMxIDI0MS4zNTggNTguNzUzMSAyMzcuNTIgNjIuNTk0M0wxMjcuODU3IDE3Mi4yNTVMMTguMTk2NCA2Mi41OTQzQzE0LjM1NTEgNTguNzUzMSA4LjEyODEzIDU4Ljc1MzEgNC4yODY4NiA2Mi41OTQzQzAuNDQ4NDA1IDY2LjQzNTYgMC40NDg0MDUgNzIuNjYyNiA0LjI4Njg2IDc2LjUwMzhMMTIwLjkwMiAxOTMuMTE5QzEyNC43NCAxOTYuOTYgMTMwLjk3IDE5Ni45NiAxMzQuODA5IDE5My4xMTlMMjUxLjQyNCA3Ni41MDM4QzI1My4zNDYgNzQuNTg0NiAyNTQuMzA3IDcyLjA2NjggMjU0LjMwNyA2OS41NDkxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #ffffff;
  font-weight: normal;
}

.bootstrap-select .dropdown-item:focus, .bootstrap-select .dropdown-item:hover:not(.dropdown-item.active) {
  background-color: #f5f5f5;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.7) !important;
}

.bootstrap-select > .dropdown-toggle {
  padding: .700rem 1.50rem .700rem .75rem !important;
  box-shadow: none !important;
  font-weight: normal;
}

.bootstrap-select > .dropdown-toggle.form-select:after {
  border: none;
}

.bootstrap-select .dropdown-toggle.form-select .filter-option {
  height: auto;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.bootstrap-select .dropdown-menu li a {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  width: auto;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.rtl .bootstrap-select > .dropdown-toggle {
  padding: .700rem .75rem .700rem 1.50rem !important;
}

.rtl .bootstrap-select .dropdown-menu li small {
  padding-left: 0;
  padding-right: .5em;
}

.currency-flag {
  min-width: 24px;
}

.currency-flag-sm {
  min-width: 16px;
}

.currency-flag-lg {
  min-width: 36px;
}

.input-group select{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgdmlld0JveD0iMCAwIDI1NiAyNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNTQuMzA3IDY5LjU0OTFDMjU0LjMwNyA2Ny4wMzEzIDI1My4zNDYgNjQuNTEzNiAyNTEuNDI2IDYyLjU5NDNDMjQ3LjU4OCA1OC43NTMxIDI0MS4zNTggNTguNzUzMSAyMzcuNTIgNjIuNTk0M0wxMjcuODU3IDE3Mi4yNTVMMTguMTk2NCA2Mi41OTQzQzE0LjM1NTEgNTguNzUzMSA4LjEyODEzIDU4Ljc1MzEgNC4yODY4NiA2Mi41OTQzQzAuNDQ4NDA1IDY2LjQzNTYgMC40NDg0MDUgNzIuNjYyNiA0LjI4Njg2IDc2LjUwMzhMMTIwLjkwMiAxOTMuMTE5QzEyNC43NCAxOTYuOTYgMTMwLjk3IDE5Ni45NiAxMzQuODA5IDE5My4xMTlMMjUxLjQyNCA3Ni41MDM4QzI1My4zNDYgNzQuNTg0NiAyNTQuMzA3IDcyLjA2NjggMjU0LjMwNyA2OS41NDkxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  color: #fff;
}
.input-group select option{
  color: #222222;
}
/*My style*/
.top-header{
  background: #e6f2f1;
  padding: 15px 0;
}
.hero_wrapper{
  max-width: 350px;
}
.img-wrapper{
  width: 350px;
    height: 350px;
    overflow: hidden;
    border-radius: 100%;
}
.hero_wrapper .video-btn {
    top: -20px;
    right: 0;
    margin: 0;
    padding: 0;
    background: #e10f4a;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    display: block;
    text-align: center;
    line-height: 100px;
}
.hero_wrapper .video-btn span{
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.hero-wrap{
  position: relative;
}
.hero-wrap:before {
    content: "";
    background: #e6f2f1;
    height: 30%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;
}
.hero-wrap .hero-bg.why-ime{
  background-attachment: initial;
}
.form-wrap{
  background: #e6f2f1;
}
.form-wrap .input-group{
  flex-wrap: nowrap;
}
.theme-color{
  color: #262261;
}

#promotionalRate, #promotionalRateMobile {
    color: #cecece;
    text-decoration: line-through;
   
}

#promotionalLabel span, #promotionalLabelMobile span {
    background-color: #E8F5E9;
    padding-left: 4px;
    padding-right: 4px;
    padding-left: 2px;
    padding-left: 2px;
}

.receive-type .form-control, 
.receive-type .form-select {
  border-color: #262261;
  font-size: 16px;
  color: #262261;
  line-height: 1.5;
  border-radius: 5rem;
  font-weight: 700;
}
/*FLOTING FORM RESET*/
.form-floating *{
  color: #262261;
}
.form-large .form-floating *{
  font-size: 25px;
}
.form-large .form-floating {
  position: relative;
}
.form-large .form-floating > .form-control,
.form-large .form-floating > .form-select {
  height: calc(4.5rem + 2px);
  line-height: 1.5;
  border-radius: 5rem;
  font-weight: 700;
}
.form-small .form-floating > .form-control,
.form-small .form-floating > .form-select{
  border-radius: 5rem;
  padding: 1rem 2rem;
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-small .input-group .form-floating > .form-control,
.form-small .input-group .form-floating > .form-select,
.form-large .input-group .form-floating > .form-control,
.form-large .input-group .form-floating > .form-select{
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form-large .form-floating > label {
  position: absolute;
  min-width: 250px;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 2rem;
  line-height: 1.8;
  font-weight: 700;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-small .form-floating > label{
  padding: 1rem 2rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-large .form-floating > label {
    transition: none;
  }
}
.form-large .form-floating > .form-control {
  padding: 1rem 2rem;
}
.form-large .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-large .form-floating > .form-control::placeholder {
  color: transparent;
}
.form-large .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-large .form-floating > .form-control:focus, 
.form-large .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-small .form-floating>.form-control:focus, 
.form-small .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-large .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-large .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-small .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-large .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(0.6) translateY(0) translateX(1.15rem);
}
.form-large .form-floating > .form-control:focus ~ label,
.form-large .form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-large .form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.6) translateY(0) translateX(1.15rem);
  font-weight: 400;
}
.form-large .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 1;
  transform: scale(0.6) translateY(0) translateX(1.15rem);
}
.form-small .input-group-text,
.form-large .input-group-text{
  border-radius: 5rem;
}

.btn-theme{
  background-image: linear-gradient(to right, #272364 , #e10f4a);
  padding: 24px;
  font-size: 20px;
  border-radius: 50px;
  border:0;
  text-transform: uppercase;
}
.form-signup{
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 50px);
}
.form-signup::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}

.form-signup::-webkit-scrollbar-track {
  background: #cccccc;
}

.form-signup::-webkit-scrollbar-thumb {
  background: #262261;
}

.form-signup::-webkit-scrollbar-thumb:hover {
  background: #262261;
}

.arrows{
  padding-left: 32px;
}
.arrows i{
  font-size: 32px;
  color: #999999;
}
.arrows span:first-child i{
  color: #272364;
}

/*Banner*/
.bg-1
{
    background-color: #e10f4a;
}
.bg-2
{
    background-color: #e7f2f1;
}
.bg-3
{
    background-color: #272364;
}
.bg-4
{
    background-color: #67c5cd;
}
.bg-5
{
    background-color: $background-bg-5;
}
.banner .banner-small {
  height: 350px;
  border-radius: 8px;
  padding: 50px 20px;
  margin-bottom: 24px;
  position: relative;
}
.banner .banner-small.banner-small-1 {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 60% auto;
  background-size: contain;
}
.banner .banner-small.banner-small-2 {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40% auto;
}
.banner .banner-small.banner-small-3 {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 40% auto;
}
.banner .banner-small.banner-small-4 {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 45% auto;
    background-size: contain;
}
.banner .banner-small.banner-small-5 {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50% auto;
}
.banner .banner-small.banner-laptop {
  background-image: url(../images/b1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}
.banner .banner-small.banner-laptop::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 125px;
  width: 100%;
  background-image: url(../images/b1.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: 1;
  border-top-left-radius: 8px;
}
.banner .banner-small.banner-laptop * {
  z-index: 2;
  position: relative;
}
.banner .banner-small.banner-player {
  background-image: url(../images/b1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
}
.banner .banner-small.banner-apple {
  background-image: url(../images/b1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
}
.banner .banner-small.banner-samsung {
  background-image: url(../imgs/page/homepage2/samsung.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
}
.banner-hero.banner-8 .banner-big {
  height: 518px;
  border-radius: 8px;
  padding: 10px 20px 10px 50px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain !important;
  background-image: url(../imgs/page/homepage8/bg-banner.png);
}

/*STEP*/
.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.steps li {
  color: #2f2f35;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  list-style: none;
}



.steps li:not(:first-child):before {
  content: '';
  position: absolute;
  top: 15px;
  left: -15px;
  right: 0;
  bottom: 0;
  background-color: #e7f2f1;
  height: 30px;
  width: 48%;
}

.steps li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 15px;
    left: auto;
    right: -15px;
    bottom: 0;
    background-color: #e7f2f1;
    height: 30px;
    width: 48%;
}

.steps li span {
  background-color: #272363;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 28px;
  line-height: 60px;
  margin: 0 auto 25px;
  position: relative;
  height: 60px;
  width: 60px;
}

.steps li span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #272363;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    z-index: 1;
}
.steps li span strong{
  position: relative;
  z-index: 2;
}
.steps li p {
  color: #6c6c6f;
  font-weight: 400;
}

.steps.vertical {
  display: block;
}

.steps.vertical li {
  text-align: left;
  padding-left: 67px;
}

.steps.vertical li:before {
  content: none;
}

.steps.vertical li:after {
  border: none;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  top: 41px;
  left: 20px;
  height: 100%;
  width: 5px;
  z-index: 1;
}

.steps.vertical li span {
  margin: 0;
  position: absolute;
  left: 5px;
  top: 5px;
  text-align: center;
}

.faq-tab .nav {
  border: none;
  margin-bottom: 40px;
}

.faq-tab .nav a {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #2f2f35;
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  padding: 30px 10px 20px;
}

.faq-tab .nav a img{
  display: block;
  width: 70px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 767px) {
  .faq-tab .nav a img{
    margin-bottom: 10px;
  }
}

.faq-tab .nav a.active {
  background-color: #272364;
  border-color: #272364;
  color: #fff;
}

.faq-tab .nav a.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/**
 * Contact section
 */
.contact-from-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.contact-from-wrap .sec-heading {
  text-align: left;
  margin-bottom: 32px;
}

.contact-from-wrap .contact-form .form-group {
  margin-bottom: 33px;
}

.contact-from-wrap .contact-form label {
  color: #2f2f35;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.contact-from-wrap .contact-form .form-control {
  border-color: #dadada;
  padding: 15px 20px;
  height: auto;
}

.contact-from-wrap .contact-form .btn {
  max-width: 150px;
  min-width: auto;
  width: 100%;
  float: left;
}

.contact-info-wrap {
  background-color: #272364;
  font-size: 15px;
  padding: 100px 40px;
}

.contact-info-wrap address {
  color: #fff;
  padding-left: 65px;
  margin-bottom: 50px;
  position: relative;
}

.contact-info-wrap address span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
}

.contact-info-wrap address a {
  color: #fff;
  display: block;
}

.contact-info-wrap address i {
  background-color: #fff;
  border-radius: 50%;
  color: #272364;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
}

/*How IT WORKS*/
.iconBox {
  position: relative;
}

@media screen and (max-width: 767px) {
  .iconBox {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .iconBox {
    text-align: center;
  }
}

.iconBox img {
  max-width: 70px;
  margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
  .iconBox img {
    margin: 0 auto 25px;
  }
}

.iconBox .icon {
  color: #256be6;
  font-size: 5em;
  margin-bottom: 20px;
}

.iconBox h5 {
  color: #2f2f35;
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.iconBox h5 a {
  color: #2f2f35;
  display: block;
}

@media screen and (max-width: 991px) {
  .iconBox h5 a {
    font-size: 18px;
  }
}

.iconBox p {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .iconBox p {
    font-size: 14px;
    line-height: 22px;
  }
}

.iconBox .btn {
  background-color: #2dbe61;
  margin-top: 44px;
}

.iconBox .btn:first-of-type {
  margin-top: 25px;
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .iconBox .btn {
    min-width: inherit;
    width: 100%;
  }
}

.boxed {
  padding-top: 0;
  padding-bottom: 0;
}

.boxed-shadow {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 50px 30px;
}

@media screen and (max-width: 991px) {
  .boxed-shadow {
    padding: 35px 15px;
  }
}

.boxed img,
.boxed-shadow img {
  margin: 0 auto 35px;
}

/**
 *  Content Box
 */
@media screen and (max-width: 767px) {
  .content-box, .content-box-fluid {
    margin-bottom: 50px;
  }
}

.content-box h2, .content-box-fluid h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .content-box h2, .content-box-fluid h2 {
    font-size: 27px;
  }
}

.content-box h4, .content-box-fluid h4 {
  color: #262934;
}

.content-box p, .content-box-fluid p {
  margin-bottom: 28px;
}

.content-box .listBox, 
.content-box-fluid .listBox, 
.content-box .listBox-shadow, 
.content-box-fluid .listBox-shadow {
  margin-bottom: 35px;
  padding-left: 80px;
}

.content-box .listBox img, 
.content-box-fluid .listBox img, 
.content-box .listBox-shadow img, 
.content-box-fluid .listBox-shadow img{
  left: 0;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  max-width: 60px;
}

@media screen and (min-width: 992px) {
  .content-box-fluid {
    max-width: 570px;
  }
}

@media screen and (min-width: 1200px) {
  .content-box-fluid.right {
    float: right;
    padding-left: 30px;
  }
}

.content-box-fluid.left {
  float: left;
}

@media screen and (min-width: 1200px) {
  .content-box-fluid.left {
    padding-right: 25px;
  }
}

.flex-nowarp{
  flex-wrap: nowrap;
}


.table tr{
  vertical-align: middle;
}

@media screen and (max-width: 787.50px) {
  .mob-banner.hero-wrap {
    position: relative;
    overflow: hidden;
  }
  .mob-banner.hero-wrap .hero-content:after {
    background: #e7f2f1;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: calc(50% - 100px);
    content: "";
    z-index: 1;
}
  .mob-banner.hero-wrap .container{
    z-index: 2;
  }
  .mob-banner .hero_wrapper{
    display: block!important;
    max-width: 300px;
  }
  .mob-banner.hero-wrap .hero-bg{
    display: none;
  }
  .mob-banner.hero-wrap .hero-mask{
    opacity: 1;
  }
  .mob-banner.hero-wrap .hero-mask.bg-3{
    background-color: #fff;
  }
  .mob-banner .hero-color{
    color: #262261!important;
  }

  .mob-banner .img-wrapper {
    width: 300px;
    height: 300px;
  }
  .mob-banner .hero-content-box{
    margin-bottom: 50px;
  }
}

#img_url {
  background: #ddd;
  width:100px;
  height: 90px;
  display: block;
}

.exchange-flag .currency-flag {
    width: 32px;
    height: 24px;
    color: #000;
}

.send-flag .currency-flag {
    width: 64px;
    height: 43px;
    color: #000;
}



@media (max-width: 768px) {

.registerLi{
    margin-top: 45px;
    margin-left: -96px;
/*    font-size: 9px;*/ 
  }
  .registerLi a{
  
/*    font-size: 9px !important;*/
  }


  .login-signup{
    padding-top: 5px !important;
    padding-bottom: 3px !important;
  }

  .login-btn{
    width: 94px;
  }
  }