

/*======= Common =======*/
:root {
  --color-primary: #473bf0;
  --color-primary-2: #0040e5;
  --color-primary-3: #e95e6c;
  --color-primary-4: #3377ff;
  --color-primary-5: #5580ff;
  --color-primary-6: #42a66c;
  --color-primary-7: #ff5d0c;
  --color-secondary: #f4732a;
  --color-secondary-2: #f6b9a7;
  --color-secondary-3: #8208fe;
  --color-secondary-4: #2b354f;
  --color-secondary-5: #343351;
  --color-secondary-6: #fdf5e2;
  --color-secondary-7: #e0fafb;
  --color-heading: #161c2d;
  --color-heading-2: #1a1b1e;
  --color-heading-3: #36234b;
  --color-heading-4: #1f1f1f;
  --color-heading-5: #000002;
  --color-body: #6e727d;
  --color-body-2: #6f667b;
  --color-body-3: #7a7a7a;
  --color-body-4: #656871;
  --color-dark: #1b202f;
  --color-dark-2: #16171b;
  --color-dark-3: #191a1e;
  --color-dark-4: #282a33;
  --color-white: #fff;
  --color-grey: #f5f3f5;
  --color-soft-grey: #f2f5fe;
  --color-soft-grey-2: #f4f7fa;
  --color-offwhite: #e7e8ea;
   }

body {
  color: var(--color-body);
  font-family: roboto, 'sans-serif;';
  font-weight: normal;
  font-size: 17px;
  line-height: 1.8;
  overflow-x: hidden !important; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.slick-slide img {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-heading);
  margin: 0px; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: var(--color-heading); }

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

p {
  margin: 0px; }

a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none; 
}
  a:hover {
    text-decoration: none; }

a,
span {
  display: inline-block; }

/*======= Common Classes =======*/
.border-bottom-primary {
  border-bottom: 1px solid rgba(71, 59, 240, 0.1); }

.border-top-primary {
  border-top: 1px solid rgba(71, 59, 240, 0.1); }

.border-bottom-primary-3 {
  border-bottom: 1px solid rgba(233, 94, 108, 0.12); }

.border-top-primary-3 {
  border-top: 1px solid rgba(233, 94, 108, 0.12); }

.border-bottom-off-white {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1); }

.border-top-off-white {
  border-top: 2px solid rgba(255, 255, 255, 0.1); }

.border-top-secondary {
  border-top: 1px solid rgba(22, 28, 45, 0.1); }

.border-bottom-secondary {
  border-bottom: 1px solid rgba(22, 28, 45, 0.1); }

.section-inner-line {
  height: 1px;
  width: 100%;
  background-color: var(--color-heading-3);
  opacity: 0.1; }

.slick-dots {
  text-align: center;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    line-height: 1;
    height: 12px;
    width: 12px;
    background: #dad8fc;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer; }
    .slick-dots li button {
      width: 100%;
      height: 100%;
      font-size: 0;
      background-color: transparent;
      border: none; }
    .slick-dots li::after {
      position: absolute;
      content: "";
      height: 30px;
      width: 30px;
      background: transparent;
      z-index: -1;
      border-radius: 50%;
      left: -9px;
      top: -9px;
      border: 2px solid var(--color-primary);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      z-index: 1; }
    .slick-dots li.slick-active {
      background-color: var(--color-primary); }
      .slick-dots li.slick-active::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

.text-pullquote {
  position: relative;
  padding-left: 30px;
  font-family: var(--font-cs-medium);
  color: var(--color-heading); }
  .text-pullquote::after {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background-color: var(--color-primary-2);
    height: 90%;
    width: 4px; }
  .text-pullquote.pullquote-secondary-color {
    color: var(--color-heading-2); }
    .text-pullquote.pullquote-secondary-color::after {
      background-color: var(--color-secondary); }

/*======= Custom Container =======*/
.container-1420 {
  max-width: 1450px; }

.container-1430 {
  max-width: 1460px; }

.container-1380 {
  max-width: 1410px; }

.container-1470 {
  max-width: 1500px; }

.container-1570 {
  max-width: 1600px; }

.container-1600 {
  max-width: 1630px; }

.container-1720 {
  max-width: 1750px; }

@media (min-width: 1400px) {
  .container-fluid.fluid-gap-70 {
    padding-left: 70px;
    padding-right: 70px; } }

.fluid-in-container-left {
  padding-left: calc((100% - 1200px) / 2); }

.fluid-in-container-right {
  padding-right: calc((100% - 1200px) / 2); }

.bg-cover-center {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-cover-left {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat; }

/*======= Specific Page Color =======*/
.app-landing-page {
  color: var(--color-body-2); }
  .app-landing-page h1,
  .app-landing-page h2,
  .app-landing-page h3,
  .app-landing-page h4,
  .app-landing-page h5,
  .app-landing-page h6 {
    color: var(--color-heading-3); }
    .app-landing-page h1 a,
    .app-landing-page h2 a,
    .app-landing-page h3 a,
    .app-landing-page h4 a,
    .app-landing-page h5 a,
    .app-landing-page h6 a {
      color: var(--color-heading-3); }

.fintech-landing-page {
  color: var(--color-body-3); }
  .fintech-landing-page h1,
  .fintech-landing-page h2,
  .fintech-landing-page h3,
  .fintech-landing-page h4,
  .fintech-landing-page h5,
  .fintech-landing-page h6 {
    color: var(--color-heading-4); }
    .fintech-landing-page h1 a,
    .fintech-landing-page h2 a,
    .fintech-landing-page h3 a,
    .fintech-landing-page h4 a,
    .fintech-landing-page h5 a,
    .fintech-landing-page h6 a {
      color: var(--color-heading-4); }

.software-landing-page h1,
.software-landing-page h2,
.software-landing-page h3,
.software-landing-page h4,
.software-landing-page h5,
.software-landing-page h6 {
  color: #363539; }

  .software-landing-page h1 a,
  .software-landing-page h2 a,
  .software-landing-page h3 a,
  .software-landing-page h4 a,
  .software-landing-page h5 a,
  .software-landing-page h6 a {
    color: var(--color-heading-4); }

.e-wallet-landing {
  background-color: var(--color-dark-2);
  color: var(--color-body-4); }
  .e-wallet-landing h1,
  .e-wallet-landing h2,
  .e-wallet-landing h3,
  .e-wallet-landing h4,
  .e-wallet-landing h5,
  .e-wallet-landing h6 {
    color: var(--color-white); }
    .e-wallet-landing h1 a,
    .e-wallet-landing h2 a,
    .e-wallet-landing h3 a,
    .e-wallet-landing h4 a,
    .e-wallet-landing h5 a,
    .e-wallet-landing h6 a {
      color: var(--color-white); }



.webinar-landing {
  color: var(--color-body-3); }
  .webinar-landing h1,
  .webinar-landing h2,
  .webinar-landing h3,
  .webinar-landing h4,
  .webinar-landing h5,
  .webinar-landing h6 {
    color: var(--color-heading-5); }
    .webinar-landing h1 a,
    .webinar-landing h2 a,
    .webinar-landing h3 a,
    .webinar-landing h4 a,
    .webinar-landing h5 a,
    .webinar-landing h6 a {
      color: var(--color-heading-5); }

/*======= Background & Colors =======*/
.bg-primary-color {
  background-color: var(--color-primary); }

.bg-primary-color-2 {
  background-color: var(--color-primary-2); }

.bg-primary-color-4 {
  background-color: var(--color-primary-4); }

.bg-secondary-color {
  background-color: var(--color-secondary); }

.bg-secondary-color-3 {
  background-color: var(--color-secondary-2); }

.bg-secondary-color-2 {
  background-color: var(--color-secondary-3); }

.bg-secondary-color-4 {
  background-color: var(--color-secondary-4); }

.bg-secondary-color-5 {
  background-color: var(--color-secondary-5); }

.bg-heading-color {
  background-color: var(--color-heading); }

.bg-heading-color-2 {
  background-color: var(--color-heading-2); }

.bg-heading-color-3 {
  background-color: var(--color-heading-3); }

.bg-grey-color {
  background-color: var(--color-grey); }

.bg-soft-grey-color {
  background-color: var(--color-soft-grey); }

.bg-soft-grey-color-2 {
  background-color: var(--color-soft-grey-2); }

.bg-dark-color {
  background-color: var(--color-dark); }

.bg-dark-color-3 {
  background-color: var(--color-dark-3); }

.color-primary-4 {
  color: #d7172e; }

.color-primary-5 {
  color: var(--color-primary-5); }

.color-primary-6 {
  color: var(--color-primary-6); }

.bg-secondary-color-7 {
  background-color: var(--color-secondary-7); }

.bg-heading-color-5 {
  background-color: var(--color-heading-5); }

.bg-golden-light {
  background: rgba(255, 169, 0, 0.07); }

/*======= Input field =======*/
a:focus,
.slick-initialized .slick-slide:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

input:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

::placeholder {
  color: inherit;
  opacity: 1; }

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input,
select,
textarea,
.nice-select {
  width: 100%;
  height: 65px;
  padding: 0 30px;
  background-color: var(--color-soft-grey);
  border: none;
  color: var(--color-body);
  border-radius: 0;
  font-size: 16px; }

textarea {
  padding-top: 20px;
  height: 200px;
  display: inherit; }

.nice-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .nice-select .list {
    width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--color-soft-grey-2); }
    .nice-select .list .option {
      padding: 5px 30px;
      font-size: 16px;
      height: auto; }
      .nice-select .list .option:hover, .nice-select .list .option.selected {
        background-color: var(--color-soft-grey-2); }
      .nice-select .list .option:hover, .nice-select .list .option.focus, .nice-select .list .option.selected.focus {
        background-color: var(--color-soft-grey-2); }
      .nice-select .list .option.selected {
        font-weight: normal; }
      .nice-select .list .option:not(:last-child) {
        border-bottom: 1px solid var(--color-soft-grey-2); }
  .nice-select::after {
    content: "\f107";
    border: none;
    position: absolute;
    line-height: 1;
    right: 30px;
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-origin: unset;
    -ms-transform-origin: unset;
    transform-origin: unset;
    width: auto;
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    font-family: "Font Awesome 5 Pro"; }
  .nice-select.open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/*======= keyframes & Animation =======*/
@-webkit-keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
@keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }

@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0; }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0; } }

@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0; }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0; } }

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.animate-zoominout {
  -webkit-animation-name: zoomInOut;
  animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.animate-zoom-fade {
  -webkit-animation-name: zoom-fade;
  animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.animate-float-bob {
  -webkit-animation-name: float-bob;
  animation-name: float-bob;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.animate-rotate-me {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.hover-overly-left-to-right {
  position: relative;
  overflow: hidden; }
  .hover-overly-left-to-right::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.3)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
    z-index: 2; }
  .hover-overly-left-to-right:hover:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s; }

.hover-overly-zoom {
  position: relative;
  overflow: hidden; }
  .hover-overly-zoom:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 7px; }
  .hover-overly-zoom:hover:before {
    -webkit-animation-duration: 0.95s;
    animation-duration: 0.95s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: circle;
    animation-name: circle; }

/*=======  Header  =======*/
.template-header {
  position: relative;
  z-index: 999; }
  .template-header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .template-header .header-left,
  .template-header .header-center,
  .template-header .header-right,
  .template-header .header-right .header-extra,
  .template-header .branding-and-language-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    padding-right: 9px;
}
  .template-header .language-selection .nice-select {
    background-color: var(--color-soft-grey-2);
    border: 0;
    width: 160px;
    height: 50px;
    padding: 0 30px 0 50px;
    border-radius: 50px;
    z-index: 1;
    color: var(--color-heading);
    font-size: 18px;
    font-family: var(--font-cs-medium);
    font-weight: 500; }
    .template-header .language-selection .nice-select .list {
      -webkit-box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
      box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08); }
      .template-header .language-selection .nice-select .list .option {
        padding: 3px 10px;
        color: var(--color-body); }
        .template-header .language-selection .nice-select .list .option.selected {
          color: var(--color-primary); }
    .template-header .language-selection .nice-select::before {
      content: "\f0ac";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      left: 25px;
      font-size: 18px;
      color: var(--color-primary); }
  .template-header .language-selection.bg-transparent .nice-select {
    width: 100px;
    background-color: #b3b3b338;
    padding: 0 0 0 25px; }
    .template-header .language-selection.bg-transparent .nice-select::before {
      left: 0; }
    .template-header .language-selection.bg-transparent .nice-select::after {
      right: 0; }
  .template-header .branding-and-language-selection .nice-select {
    margin-left: 50px; }
  .template-header .branding-and-language-selection.branding-border-right .nice-select {
    margin-left: 50px; }
  .template-header .branding-and-language-selection.branding-border-right .language-selection {
    position: relative;
    z-index: 1;
    padding-left: 20px; }
    .template-header .branding-and-language-selection.branding-border-right .language-selection::before {
      content: "";
      position: absolute;
      left: 35px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 2px;
      height: 20px;
      background-color: var(--color-dark-4); }
  .template-header .nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .template-header .nav-menu li {
    line-height:74px;
    margin: 0 10px;
    position: relative; }
    .template-header .nav-menu li a {
      position: static;
      padding: 5px 14px;
      line-height: 1.4;
      color: var(--color-heading);
      font-size: 16px;
      font-family: mulish;
      font-weight: 500; }
      .template-header .nav-menu li a .dd-trigger {
        padding-left: 6px;
        font-size: 15px; }
    
      .template-header .nav-menu li a:hover {
        color: var(--color-primary); }
        .template-header .nav-menu li a:hover::before {
          width: calc(100% - 10px);
          visibility: visible;
          opacity: 1; }
    .template-header .nav-menu li.active > a {
      color: var(--color-primary); }
      .template-header .nav-menu li.active > a::before {
        visibility: visible;
        opacity: 1;
        width: calc(100% - 10px); }
  .template-header .nav-menu .sub-menu {
    display: block;
    position: absolute;
    width: 220px;
    background-color: var(--color-white);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
    box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
    left: 0;
    top: calc(100% + 40px);
    visibility: hidden;
    opacity: 0; }
    .template-header .nav-menu .sub-menu li {
      line-height: 1;
      margin: 0; }
      .template-header .nav-menu .sub-menu li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 29, 35, 0.05); }
      .template-header .nav-menu .sub-menu li::before {
        display: none; }
      .template-header .nav-menu .sub-menu li a {
        font-size: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 12px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        line-height: 1.4; }
        .template-header .nav-menu .sub-menu li a .dd-trigger i {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
        .template-header .nav-menu .sub-menu li a:hover {
          background-color: var(--color-primary);
          color: var(--color-white); }
        .template-header .nav-menu .sub-menu li a::before {
          display: none; }
    .template-header .nav-menu .sub-menu .sub-menu {
      left: 100%;
      top: 50%; }
  .template-header .nav-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%; }
  .template-header .nav-menu .sub-menu li:hover > .sub-menu {
    top: 0; }
  .template-header .search-btn {
    font-size: 18px;
    color: var(--color-heading); }
    .template-header .search-btn.search-border-right {
      margin-right: 40px;
      padding-right: 30px;
      border-right: 2px solid #dcdde0; }
  .template-header .user-login {
    font-size: 18px;
    font-family: var(--font-cs-medium);
    font-weight: 500;
    color: var(--color-heading); }
    .template-header .user-login i {
      margin-right: 5px; }
    .template-header .user-login:hover {
      color: var(--color-primary); }
    .template-header .user-login.user-login-border-right {
      padding-right: 30px;
      border-right: 2px solid var(--color-dark-4); }
  .template-header .header-extra > li {
    line-height: 1; }
    .template-header .header-extra > li:not(:first-child) {
      margin-left: 35px; }
  .template-header .off-canvas-btn {
    width: 50px; }
    .template-header .off-canvas-btn span {
      display: block;
      height: 4px;
      background-color: var(--color-heading);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .template-header .off-canvas-btn span:nth-child(2) {
        margin: 10px 0; }
      .template-header .off-canvas-btn span:nth-child(1) {
        margin-left: 8px; }
      .template-header .off-canvas-btn span:nth-child(3) {
        margin-right: 8px; }
    .template-header .off-canvas-btn:hover span:nth-child(1) {
      margin-left: 0;
      margin-right: 8px; }
    .template-header .off-canvas-btn:hover span:nth-child(3) {
      margin-right: 0;
      margin-left: 8px; }
  .template-header .template-btn {
    padding: 13px 23px; }
  .template-header .navbar-toggler {
   width: 44px;
  padding: 7px;
  font-size: 0;
  border: 1px solid #c0c2c8;
  border-radius: 5px;
   }

    .template-header .navbar-toggler:focus{
      box-shadow: none;

    }



    .template-header .navbar-toggler span {
      display: block;
      height: 3px;
      background-color: #7e8391; }
      .template-header .navbar-toggler span:nth-child(2) {
        margin: 6px 0; }
  .template-header.navbar-right .nav-menu ul > li:last-child {
    margin-right: 0; }
    .template-header.navbar-right .nav-menu ul > li:last-child > a {
      padding-right: 0; }
      .template-header.navbar-right .nav-menu ul > li:last-child > a::before {
        left: auto;
        right: 0; }
  .template-header.navbar-right .header-right .header-extra {
    margin-left: 40px; }
  .template-header.navbar-left .nav-menu > ul > li:first-child {
    margin-left: 0; }
    .template-header.navbar-left .nav-menu > ul > li:first-child > a {
      padding-left: 0; }
      .template-header.navbar-left .nav-menu > ul > li:first-child > a::before {
        left: 0; }
  .template-header.navbar-left .header-left .brand-logo {
    margin-right: 130px; 

  }

   .template-header.navbar-left .header-left .brand-logo a img{
    width: 186px;
   }


  .template-header.logo-center .header-left,
  .template-header.logo-center .header-right {
    max-width: 42%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%; }
  .template-header.logo-center .header-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .template-header.logo-center .header-center {
    max-width: 16%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .template-header.absolute-header {
    /*position: absolute;
    left: 0;
    z-index: 999;
    top: 0;*/
    width: 100%;
    padding: 0px 34px;
    background-color: #fffefe;
    }


  .template-header.bordered-header .header-inner {
    border-bottom: 1px solid var(--color-dark-4); }
  .template-header.bordered-header .nav-menu li a {
    color: var(--color-white); }
    .template-header.bordered-header .nav-menu li a::before {
      background-color: var(--color-primary-6); }
  .template-header.bordered-header .nav-menu li .sub-menu a {
    color: var(--color-heading); }
    .template-header.bordered-header .nav-menu li .sub-menu a:hover {
      background-color: var(--color-primary-6);
      color: var(--color-white); }
  .template-header.bordered-header .user-login i,
  .template-header.bordered-header .nice-select::before {
    color: var(--color-primary-6); }
  .template-header.bordered-header .search-btn,
  .template-header.bordered-header .nice-select,
  .template-header.bordered-header .user-login {
    color: var(--color-white); }
  .template-header.bordered-header .navbar-toggler {
    border-color: var(--color-white); }
    .template-header.bordered-header .navbar-toggler span {
      background-color: var(--color-white); }
  .template-header.nav-white-color:not(.sticky-on) .nav-menu > ul > li > a {
    color: var(--color-white); }
    .template-header.nav-white-color:not(.sticky-on) .nav-menu > ul > li > a::before {
      background-color: var(--color-white); }
  .template-header.nav-white-color:not(.sticky-on) .search-btn,
  .template-header.nav-white-color:not(.sticky-on) .user-login,
  .template-header.nav-white-color:not(.sticky-on) .nice-select,
  .template-header.nav-white-color:not(.sticky-on) .nice-select::before {
    color: var(--color-white); }
  .template-header.nav-white-color:not(.sticky-on) .off-canvas-btn span {
    background-color: var(--color-white); }
  .template-header.nav-white-color:not(.sticky-on) .navbar-toggler {
    border-color: var(--color-white); }
    .template-header.nav-white-color:not(.sticky-on) .navbar-toggler span {
      background-color: var(--color-white); }
  .template-header.nav-primary-3 .nav-menu > ul > li > a {
    color: var(--color-heading); }
    .template-header.nav-primary-3 .nav-menu > ul > li > a::before {
      background-color: var(--color-primary-3); }
  .template-header.nav-primary-3 .nav-menu > ul > li.active > a {
    color: var(--color-primary-3); }
  .template-header.nav-primary-3 .language-selection .nice-select {
    background-color: var(--color-white); }
    .template-header.nav-primary-3 .language-selection .nice-select::before {
      color: var(--color-primary-3); }
  .template-header.nav-primary-5 .nav-menu > ul > li > a {
    color: var(--color-heading); }
    .template-header.nav-primary-5 .nav-menu > ul > li > a::before {
      background-color: var(--color-primary-5); }

  .template-header.nav-primary-5 .nav-menu > ul > li.active > a {
    color:#d7172e;
  }

  .template-header.nav-primary-5 .nav-menu > ul > li a:hover {
    color:#d7172e;
  }

  .template-header.nav-primary-5 .language-selection .nice-select {
    background-color: var(--color-white); }
    .template-header.nav-primary-5 .language-selection .nice-select::before {
      color: var(--color-primary-5); }
  .template-header.submenu-seconday-color .nav-menu li .sub-menu a:hover {
    background-color: var(--color-secondary); }
  .template-header.submenu-seconday-color.sticky-on .nav-menu li a::before {
    background-color: var(--color-secondary); }
  .template-header.submenu-seconday-color.sticky-on .nav-menu li.active > a {
    color: var(--color-secondary); }
  .template-header.submenu-seconday-color.sticky-on .nav-menu > ul > li > a:hover {
    color: var(--color-secondary); }
  .template-header.submenu-primary-3 .nav-menu li .sub-menu a:hover {
    background-color: var(--color-primary-3); }
  .template-header.submenu-primary-4 .nav-menu li .sub-menu a:hover {
    background-color: var(--color-primary-4); }
  .template-header.submenu-primary-4.sticky-on .nav-menu li a::before {
    background-color: var(--color-primary-4); }
  .template-header.submenu-primary-4.sticky-on .nav-menu li.active > a {
    color: var(--color-primary-4); }
  .template-header.submenu-primary-4.sticky-on .nav-menu > ul > li > a:hover {
    color: var(--color-primary-4); }
  .template-header.submenu-primary-5 .nav-menu li .sub-menu a:hover {
    background-color: var(--color-primary-5); }
  .template-header.nav-primary-7 .nav-menu > ul > li > a {
    color: var(--color-heading-5); }
    .template-header.nav-primary-7 .nav-menu > ul > li > a::before {
      background-color: var(--color-primary-7); }
  .template-header.nav-primary-7 .nav-menu > ul > li.active > a {
    color: var(--color-primary-7); }
  .template-header.nav-primary-7 .nav-menu li .sub-menu a:hover {
    background-color: var(--color-primary-7); }
  .template-header.nav-primary-7 .template-btn {
    background-color: var(--color-primary-7);
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 1;
    padding: 18px 30px; }
    .template-header.nav-primary-7 .template-btn:hover {
      background-color: var(--color-heading-5); }
  .template-header.header-ten.nav-border-bottom:not(.sticky-on) {
    padding-top: 50px; }
    @media (max-width: 1199px) {
      .template-header.header-ten.nav-border-bottom:not(.sticky-on) {
        padding-top: 25px; } }
    .template-header.header-ten.nav-border-bottom:not(.sticky-on) .nav-menu li {
      line-height: 1; }
    .template-header.header-ten.nav-border-bottom:not(.sticky-on) .nav-menu > ul > li > a::before {
      height: 2px; }
    .template-header.header-ten.nav-border-bottom:not(.sticky-on) .template-btn {
      color: white;
      border-color: white; }
  .template-header.header-ten .nav-search > a {
    margin: 0;
    padding: 0;
    border: none; }
    .template-header.header-ten .nav-search > a:before {
      display: none; }
  .template-header.header-ten .template-btn {
    padding-top: 14px;
    padding-bottom: 10px; }
  .template-header.header-ten .nav-menu ul ul li a:hover {
    background: #d4156e; }
  .template-header.header-ten.sticky-on .nav-menu > ul > li > a:hover,
  .template-header.header-ten.sticky-on .nav-menu li.active > a {
    color: #d4156e; }
    .template-header.header-ten.sticky-on .nav-menu > ul > li > a:hover:before,
    .template-header.header-ten.sticky-on .nav-menu li.active > a:before {
      background: #d4156e; }
  .template-header.header-ten .navbar-toggler {
    border: none; }
  .template-header.header-eleven .header-center {
    margin-left: 80px;
    margin-right: auto; }
  .template-header.header-eleven .nav-menu li a:before {
    height: 2px; }
  .template-header.header-eleven .nav-search a {
    margin-right: 0;
    border-right: none;
    padding-right: 5px; }
    .template-header.header-eleven .nav-search a:before {
      display: none; }
  @media (min-width: 1200px) {
    .template-header.header-eleven.absolute-header {
      top: 15px; } }
  .template-header.header-eleven.nav-border-bottom.sticky-on .nav-menu li, .template-header.header-eleven.nav-border-bottom:not(.sticky-on) .nav-menu li {
    line-height: 45px; }
  .template-header.header-eleven .navbar-toggler {
    border: none; }
  .template-header.header-twelve .nav-menu li a:hover {
    color: #ffa900; }
  .template-header.header-twelve .nav-menu li a:before {
    height: 2px;
    background-color: #ffa900; }
  .template-header.header-twelve .nav-menu li.active > a {
    color: #ffa900; }
  .template-header.header-twelve .nav-menu .sub-menu li a:hover {
    color: white;
    background-color: #ffa900; }
  .template-header.header-twelve:not(.sticky-on) .header-inner {
    border-bottom: 1px solid #282a33; }
    @media (max-width: 1199px) {
      .template-header.header-twelve:not(.sticky-on) .header-inner {
        padding-bottom: 18px; } }
    .template-header.header-twelve:not(.sticky-on) .header-inner .nav-menu li a:before {
      height: 2px;
      background-color: #ffa900; }
  .template-header.header-twelve .navbar-toggler {
    border: none; }
  .template-header.nav-border-bottom:not(.sticky-on) .nav-menu li {
    line-height: 95px; }
    .template-header.nav-border-bottom:not(.sticky-on) .nav-menu li a::before {
      top: auto;
      bottom: 0; }
  .template-header.nav-border-bottom:not(.sticky-on) .nav-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1; }
  .template-header.nav-border-bottom:not(.sticky-on) .nav-menu .sub-menu li:hover > .sub-menu {
    top: 0; }
  .template-header.sticky-header .sticky-logo {
    display: none; }
  .template-header.sticky-header.sticky-on {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
    -webkit-box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
    background-color: var(--color-white); }
    .template-header.sticky-header.sticky-on .nav-menu ul li {
      line-height:82px; 
    }

    .template-header.sticky-header.sticky-on .sticky-logo {
      display: block; }
    .template-header.sticky-header.sticky-on .main-logo {
      display: none; }
  .template-header.sticky-header.bordered-header.sticky-on {
    background-color: var(--color-dark-3);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid var(--color-dark-4); }
    .template-header.sticky-header.bordered-header.sticky-on .header-inner {
      border-bottom: 0; }


/*=======  Off Canvas And Mobile Slide Panel  =======*/

.mobile-slide-panel {
  position: fixed;
  right: 0;
  top: 0;
  background-color: transparent;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden; }

.off-canvas-wrapper .canvas-inner,
.mobile-slide-panel .panel-inner {
  max-width: 400px;
  height: 100vh;
  background-color: var(--color-white);
  padding: 40px;
  position: relative;
  z-index: 2;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -400px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.off-canvas-wrapper .canvas-overlay,
.mobile-slide-panel .panel-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--color-heading);
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
  visibility: hidden; }

.off-canvas-wrapper .canvas-close,
.mobile-slide-panel .panel-close {
 position: absolute;
  top: 30px;
  right: 63px;
  z-index: 2;
  font-size: 20px;
  line-height: 1;
  color: var(--color-heading);
}

.mobile-slide-panel .panel-inner {
  width: 300px;
  margin-right: -300px;
  padding: 13px 0px;
   }

.mobile-slide-panel .mobile-logo {
  margin-bottom: 15px;
  width: 50%;
}

.mobile-slide-panel .mobile-menu li a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 15px 10px 16px;
  border-bottom: 1px solid #e5e5e5;
  color: var(--color-heading);
  font-size: 15px;
  font-family: var(--font-cs-medium);
  font-weight: 500; }
  .mobile-slide-panel .mobile-menu li a .dd-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    z-index: 2;
    border-left: 1px solid #e5e5e5; }

.mobile-slide-panel .mobile-menu li .sub-menu {
  display: none;
  padding-left: 10px; }

.mobile-slide-panel .mobile-menu li.active > a {
  color: #d7172e; }
  .mobile-slide-panel .mobile-menu li.active > a::before {
    visibility: visible;
    opacity: 1;
    width: calc(100% - 10px); }

.off-canvas-wrapper .canvas-close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 2;
  font-size: 28px;
  line-height: 1;
  color: var(--color-heading); }

.off-canvas-wrapper .canvas-widget-title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #e8e9ec;
  font-weight: 600;
  color: var(--color-heading); }

.off-canvas-wrapper .canvas-logo,
.off-canvas-wrapper .contact-us,
.off-canvas-wrapper .about-us {
  margin-bottom: 40px; }

.off-canvas-wrapper .contact-us li {
  position: relative;
  padding-left: 60px; }
  .off-canvas-wrapper .contact-us li:not(:last-child) {
    margin-bottom: 25px; }
  .off-canvas-wrapper .contact-us li,
  .off-canvas-wrapper .contact-us li a {
    color: var(--color-body); }
  .off-canvas-wrapper .contact-us li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: var(--color-primary);
    border-radius: 50%;
    font-size: 14px;
    border-radius: 50%;
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.off-canvas-wrapper.canvas-on,
.mobile-slide-panel.panel-on {
  opacity: 1;
  visibility: visible; }

.off-canvas-wrapper.canvas-on .canvas-inner,
.mobile-slide-panel.panel-on .panel-inner {
  visibility: visible;
  opacity: 1;
  margin-right: -18px; }

.off-canvas-wrapper.canvas-on .canvas-overlay,
.mobile-slide-panel.panel-on .panel-overlay {
  opacity: 1;
  visibility: visible;
  opacity: 0.4; }



/*======= Template Button =======*/
.template-btn {
  display: inline-block;
  color: var(--color-white);
  padding: 12px 32px;
  font-size: 15px;
  font-family: var(--font-cs-bold);
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  border-radius: 50px;
  background-color: #d7172e;
  border-color: #ac0e21;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  overflow: hidden; }
  .template-btn i {
    margin-left: 10px; }
  .template-btn:hover {
    color: var(--color-white);
    -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
    background-color: var(--color-heading);
    border-color: var(--color-heading); }
 
  .template-btn.primary-bg-5:not(:hover) {
    background-color: #d7172e;
  border-color: #ac0e21;
    -webkit-box-shadow: 0px 3px 19px 0px rgba(36, 37, 38, 0.36);
    box-shadow: 0px 3px 19px 0px rgba(36, 37, 38, 0.36);
  }


  .template-btn.primary-bg-5:hover {
    background-color: var(--color-heading-4); }


  .template-btn.bg-soft-grey-color {
    background-color: var(--color-soft-grey);
    border-color: var(--color-soft-grey);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-heading); }


/*======= Hero Area v7 =======*/
.hero-area-v7 {
 position: relative;
  z-index: 1;
  padding-left: calc((100% - 1254px) / 2);
  padding-top: 38px;
  padding-bottom: 38px;
 }
 
  .hero-area-v7::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg, rgb(249, 249, 249) 0%, rgba(249, 88, 108, 0.15) 80%);
    z-index: -1; }
  .hero-area-v7 .hero-img {
    position: absolute;
    right: 0%;
    top: 103px;
    max-width: 50%;
    max-height: 90%;
   }



    .hero-area-v7 .hero-content .hero-title {
      font-size: 34px;
  line-height: 47px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  font-weight: 500;
  color: rgb(58, 57, 72);
    }

    .hero-area-v7 .hero-content .hero-title i{
      color: #d7172e;
    }

    .hero-area-v7 .hero-content p {
      font-size: 22px;
      margin-bottom: 12px;
      line-height: 34px;
      color: #343444;
      font-weight: 500;
    }
      
    .hero-area-v7 .hero-content .notice {
      margin-top: 35px;
      display: block;
      font-size: 17px; }
      .hero-area-v7 .hero-content .notice img {
        margin-right: 15px; }




/*======= Common Heading =======*/
.common-heading .tagline {
  font-size: 18px;
  font-family: var(--font-cs-medium);
  line-height: 1.4;
  margin-bottom: 15px; }

.common-heading .title {
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a2b2f !important;
  margin-bottom: 6px;
  position: relative;
   }


.abt-hdng .title {
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a2b2f !important;
  margin-bottom: 6px;
  position: relative;
   }

.abt-hdng .title:after{
  content: '';
  display: block;
  background-color: #d7172e;
  width: 65px;
  height: 3px;
  position: absolute;
  top: 23px;
  right: 0px;
  left: 192px;
  border-radius: 0% 134% 0% 0%;
}

.common-heading h5{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #1a223c;
}

.common-heading p{
 font-size: 15px;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: justify;
}


.common-heading.tagline-boxed .tagline {
  background-color: #d3d4f8;
  color: var(--color-primary);
  padding: 4px 18px;
  border-radius: 30px;
  margin-bottom: 25px; }

.common-heading.tagline-boxed-two .tagline {
  background-color: #e5ecfc;
  color: var(--color-primary-2);
  padding: 4px 18px;
  border-radius: 30px;
  margin-bottom: 25px; }

.common-heading.title-line .title span {
  color: var(--color-primary-2);
  position: relative;
  z-index: 1; }
  .common-heading.title-line .title span img {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -25px; }

.common-heading.title-line.line-less-bottom .title span img {
  bottom: -10px; }

.common-heading.title-line-bottom .heading-line {
  margin-top: 10px; }

.common-heading.heading-white .tagline {
  color: var(--color-white); }

.common-heading.heading-white.tagline-boxed .tagline {
  background-color: var(--color-primary); }

.common-heading.heading-white.tagline-boxed-two .tagline {
  background-color: #1a53e8; }

.common-heading.heading-white .title {
  color: var(--color-white); }

.common-heading-2 .tagline {
  font-size: 14px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
  word-spacing: 2px; }

.common-heading-2 .title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1.2; }

.common-heading-2.heading-white .tagline {
  color: var(--color-white); }

.common-heading-2.heading-white .title {
  color: var(--color-white); }



/*======= Preview Gallery v2 =======*/
.preview-galley-v2 {
  position: relative;
  z-index: 1;
  padding:70px 80px 30px 0; }
  .preview-galley-v2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background-color: #f2f1fe;
    background-image: url(../images/preview-2-line.webp);
    z-index: -1; }
  .preview-galley-v2 img {
    border-radius: 10px;
    vertical-align: top; }
  .preview-galley-v2 .image-1,
  .preview-galley-v2 .image-2 {
    margin-bottom: 30px; }
    .preview-galley-v2 .image-1 img,
    .preview-galley-v2 .image-2 img {
      -webkit-box-shadow: 0px 10px 30px 0px rgba(184, 179, 252, 0.49);
      box-shadow: 0px 10px 30px 0px rgba(184, 179, 252, 0.49); }
  .preview-galley-v2 .image-4 img {
    margin-top: -80px; }



/*======= Preview Gallery v7 =======*/
.preview-galley-v7 {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 50px 60px 60px; }
  .preview-galley-v7 .main-img img {
    border-radius: 7px;
    width: 100%; }
  .preview-galley-v7 .preview-image-top,
  .preview-galley-v7 .preview-image-bottom {
    position: absolute;
    z-index: 2; }
  .preview-galley-v7 .preview-image-top {
    right: 0;
    top: 0; }
  .preview-galley-v7 .preview-image-bottom {
    left: -20px;
  bottom: 0px;
  width: 94%;
  }
    .preview-galley-v7 .preview-image-bottom img {
      border-radius: 5px;
      -webkit-box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.15);
      box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.15); }


/*======= Preview Square oval Image =======*/
.preview-square-oval-image {
  position: relative;
  padding-right: 107.5px;
  z-index: 1; }
  .preview-square-oval-image .square-image {
    position: relative;
    overflow: hidden; }
    .preview-square-oval-image .square-image::before {
      position: absolute;
      top: 0;
      left: -100%;
      content: "";
      width: 50%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.3)));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(25deg);
      -ms-transform: skewX(25deg);
      transform: skewX(25deg);
      z-index: 2; }
  .preview-square-oval-image .oval-image {
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    z-index: 3;
    -webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
    box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
    overflow: hidden; }
    .preview-square-oval-image .oval-image img {
      border-radius: 50%;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      border: 10px solid var(--color-white); }
    .preview-square-oval-image .oval-image::before {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      content: "";
      width: 0px;
      height: 0px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%; }
  .preview-square-oval-image.with-counter-box {
    padding-left: 40px; }
  .preview-square-oval-image .counter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
    box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
    border-radius: 12px;
    position: absolute;
    top: 65px;
    left: -30px;
    z-index: 5;
    background-color: var(--color-white);
    padding: 15px 30px; }
    .preview-square-oval-image .counter-item .count-icon {
      margin-right: 15px;
      background-color: var(--color-primary);
      height: 50px;
      width: 50px;
      font-size: 20px;
      border-radius: 50%;
      color: var(--color-white);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .preview-square-oval-image .counter-item .count-details {
      line-height: 1; }
      .preview-square-oval-image .counter-item .count-details .counter {
        font-size: 24px;
        font-weight: 500;
        font-family: var(--font-cs-bold);
        font-line-height: 1;
        color: var(--color-heading);
        margin-bottom: 8px; }
      .preview-square-oval-image .counter-item .count-details p {
        font-size: 17px;
        font-weight: 500;
        font-family: var(--font-cs-medium); }


/*======= Testimonials v1  =======*/
.testimonial-slider-v1 .testimonial-item {
  text-align: center; }
  .testimonial-slider-v1 .testimonial-item .quote-icon {
    color: #5a5a5b78;
    font-size: 90px;
    line-height: 0.5;
    margin-bottom: 20px; }
  .testimonial-slider-v1 .testimonial-item p {
    font-size: 19px;
  color: #272828;
  font-family: var(--font-cs-medium);
  line-height: 30px;
  font-weight: 400; 
  }
  .testimonial-slider-v1 .testimonial-item .author-info {
    margin-top: 25px; }
    .testimonial-slider-v1 .testimonial-item .author-info img {
      width: 80px;
      height: 80px;
      border-radius: 50%; }
    .testimonial-slider-v1 .testimonial-item .author-info .name {
      font-size: 18px;
      color: var(--color-heading);
      margin-top: 20px; }
    .testimonial-slider-v1 .testimonial-item .author-info .title {
      display: block;
      font-size: 15px;
      line-height: 1;
      font-family: var(--font-cs-medium);
      font-weight: 500;
      margin-top: 8px;
      color: var(--color-body); }

.testimonial-slider-v1.testimonial-slider-extra-gap {
  margin-left: -40px;
  margin-right: -40px; }
  .testimonial-slider-v1.testimonial-slider-extra-gap .col,
  .testimonial-slider-v1.testimonial-slider-extra-gap [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px; }

/*======= Testimonials v1 Boxed =======*/
.testimonial-slider-v1.testimonial-v1-boxed .testimonial-item {
  background-color: var(--color-white);
  border-radius: 12px;
  padding: 45px 45px 50px 45px;
  -webkit-box-shadow: -5px -5px 0 0 var(--color-secondary);
  box-shadow: -5px -5px 0 0 var(--color-secondary); }
  .testimonial-slider-v1.testimonial-v1-boxed .testimonial-item .quote-icon {
    color: var(--color-secondary); }
  .testimonial-slider-v1.testimonial-v1-boxed .testimonial-item p {
    font-size: 18px;
    color: var(--color-heading-2); }
  .testimonial-slider-v1.testimonial-v1-boxed .testimonial-item .author-info .name {
    color: var(--color-heading-2); }
  .testimonial-slider-v1.testimonial-v1-boxed .testimonial-item .author-info .title {
    color: var(--color-body-2); }

.testimonial-slider-v1.testimonial-v1-boxed .slick-dots li {
  background: #544466; }
  .testimonial-slider-v1.testimonial-v1-boxed .slick-dots li::after {
    border: 2px solid var(--color-secondary); }
  .testimonial-slider-v1.testimonial-v1-boxed .slick-dots li.slick-active {
    background-color: var(--color-secondary); }

/*======= Testimonials v1 Fancy Boxed =======*/
.testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item {
  background-color: #fdfcfc;
  padding: 28px 55px;
  position: relative;
  z-index: 1;
  margin: 36px 45px 45px;
  border-radius: 12px; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -30px;
    right: -30px;
    top: 95px;
    bottom: 95px;
    background-color: var(--color-white);
    border-radius: 12px; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 12px;
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
    box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1); }

.testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: var(--color-heading);
  border: 2px solid rgba(27, 32, 47, 0.1);
  background-color: var(--color-soft-grey);
  font-size: 15px;
  position: absolute;
  left: -60px;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow.next-arrow {
    left: auto;
    right: -60px; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow.next-arrow, .testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow:hover {
    background-color: #d7172e;
  border-color: #ac0e21;
  color: #fff;
   }

.testimonial-slider-v1.testimonial-v1-fancy-boxed.testimonial-extra-margin {
  margin-right: 75px;
  margin-left: 0; }



/*======= Testimonials Quote Bordered =======*/
.testimonial-slider-v1.quote-left-bordered .testimonial-item {
  padding: 40px 40px 40px 160px;
  text-align: left;
  border: 1px solid var(--color-offwhite);
  position: relative; }
  .testimonial-slider-v1.quote-left-bordered .testimonial-item .quote-icon {
    position: absolute;
    top: 45px;
    left: 40px;
    color: var(--color-primary-5); }
  .testimonial-slider-v1.quote-left-bordered .testimonial-item .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .testimonial-slider-v1.quote-left-bordered .testimonial-item .author-info img {
      margin: 0 20px 0 0;
      width: 70px;
      height: 70px; }
  .testimonial-slider-v1.quote-left-bordered .testimonial-item .name {
    margin-top: 0; }

.testimonial-slider-v1.quote-left-bordered .slick-dots {
  margin-top: 60px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left; }
  .testimonial-slider-v1.quote-left-bordered .slick-dots li {
    background-color: var(--color-offwhite);
    margin: 0 10px; }
    .testimonial-slider-v1.quote-left-bordered .slick-dots li.slick-active {
      background: var(--color-primary-5); }
    .testimonial-slider-v1.quote-left-bordered .slick-dots li::after {
      border-color: var(--color-primary-5); }




/** Pricing Tab **/


.pricing-plan-tab li a {
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  padding: 5px 25px;
  background: #282a2f; }
  .pricing-plan-tab li a.active {
    background-image: -webkit-linear-gradient(45deg, rgba(215, 23, 46) 0%, rgba(166, 19, 37) 100%);
    background-image: -o-linear-gradient(45deg, rgba(215, 23, 46) 0%, rgba(166, 19, 37) 100%);
    background-image: linear-gradient(45deg, rgb(215, 23, 46) 0%, rgb(166, 19, 37) 100%)}

.pricing-plan-tab li:not(:last-child) {
  margin-right: 10px; }



/*======= Brand Items =======*/

.brands-section{
  padding: 50px 0px 50px;
}


.brand-items.brand-effect-one img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
   }

.brand-items .brand-item {
  text-align: center; }

.brand-items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }


/* cc Service Style */
.cc-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  margin-bottom: 30px;
  padding: 30px 30px 35px;
  height: 155px;
  -webkit-box-shadow: 10px 0 60px rgba(219, 219, 219, 0.5);
  box-shadow: 10px 0 60px rgba(219, 219, 219, 0.5); }
  @media (max-width: 424px) {
    .cc-service-item {
      display: block;
      padding-left: 33px;
      padding-right: 33px; } }
  .cc-service-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 22px;
    margin-bottom: 20px; }
  .cc-service-item .content h4 {
    font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
  }
    .cc-service-item .content h4 a:hover {
      color: #ffa900; }


/*======= Footer =======*/
.footer-widgets .widget {
  position: relative;
  margin-bottom: 10px;
  color: var(--color-body); 
}

  .footer-widgets .widget a:not(.template-btn) {
    color: var(--color-body); }
    .footer-widgets .widget a:not(.template-btn):hover {
      color: #df253b; }
  .footer-widgets .widget .copyright-text a {
    color: var(--color-primary); }

.social-links{
 margin: 0px auto 15px;
  text-align: center;
}

 .social-links li {
    display: inline-block; }

   .social-links li a {
      height: 35px;
      width: 35px;
      background: #ecebfd;
      border-radius: 50%;
      font-size: 14px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      margin-right: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: var(--color-heading); }

      .social-links li a:hover {
        background-color: var(--color-primary);
        color: var(--color-white); }

.social-links.primary-color-3 a:hover {
    background-color: var(--color-primary-3);
    color: var(--color-white);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36); }

.social-links.bordered-style li a {
    background-color: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary); }

   .social-links.bordered-style li a:hover {
      background-color: var(--color-primary);
      color: var(--color-white); }
      
  .footer-widgets .widget .download-links {
    margin-top: 20px; }
    .footer-widgets .widget .download-links li {
      display: inline-block;
      margin-right: 15px;
      line-height: 1; }
      .footer-widgets .widget .download-links li a {
        font-size: 24px; }
        .footer-widgets .widget .download-links li a:hover {
          color: var(--color-primary-5); }
  .footer-widgets .widget .widget-title {
    font-size: 22px;
    margin-bottom: 23px;
    font-weight: 500;
    letter-spacing: 0.5px; 
  }

  .footer-widgets .widget.text-block-widget img {
    margin-bottom: 0px;
    width: 200px;
     }
  .footer-widgets .widget.text-block-widget .contact-link {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-heading);
    font-family: var(--font-cs-bold);
    margin-top: 15px; }
    .footer-widgets .widget.text-block-widget .contact-link i {
      color: var(--color-primary); }
  .footer-widgets .widget.nav-widget ul li a {
    padding-left: 20px;
    position: relative; 
    font-size: 16px;
}
    .footer-widgets .widget.nav-widget ul li a::before {
      content: "\f054";
      position: absolute;
      left: 0;
      font-family: "fontawesome";
      font-weight: 800;
      font-size: 13px;
      top: 2px; }
  .footer-widgets .widget.nav-widget ul li:not(:last-child) {
    margin-bottom: 2px;
     }

  .footer-widgets .widget.contact-widget li a {
    position: relative;
    padding-left: 35px; }
    .footer-widgets .widget.contact-widget li a i {
      position: absolute;
      left: 0;
      top: 7px;
      color: var(--color-primary); }
    .footer-widgets .widget.contact-widget li a:hover {
      color: var(--color-primary); }
  .footer-widgets .widget.contact-widget li:not(:last-child) {
    margin-bottom: 10px; }
  .footer-widgets .widget.instagram-feed .instagram-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px; }
    .footer-widgets .widget.instagram-feed .instagram-images .single-img {
      padding: 5px;
      border-radius: 7px;
      position: relative; }
      .footer-widgets .widget.instagram-feed .instagram-images .single-img a {
        display: block; }
      .footer-widgets .widget.instagram-feed .instagram-images .single-img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        border-radius: 7px; }
      .footer-widgets .widget.instagram-feed .instagram-images .single-img::after {
        content: "";
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        z-index: 1;
        background-color: var(--color-primary-4);
        border-radius: 7px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        visibility: hidden; }
      .footer-widgets .widget.instagram-feed .instagram-images .single-img a {
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: var(--color-white);
        font-size: 24px;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        visibility: hidden; }
      .footer-widgets .widget.instagram-feed .instagram-images .single-img:hover::after {
        opacity: 0.75;
        visibility: visible; }
      .footer-widgets .widget.instagram-feed .instagram-images .single-img:hover a {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  .footer-widgets .widget .newsletter-form form {
    position: relative; }
    .footer-widgets .widget .newsletter-form form input {
      height: 70px;
      border: 2px solid var(--color-dark-4);
      background-color: transparent;
      border-radius: 7px;
      padding-right: 80px;
      padding-left: 30px; }
    .footer-widgets .widget .newsletter-form form button {
      position: absolute;
      z-index: 2;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 45px;
      width: 45px;
      border-radius: 50%;
      border: none;
      background-color: var(--color-primary-6);
      color: var(--color-white);
      font-size: 15px; }

.footer-copyright {
  padding: 14px 0; 
}

  .footer-copyright .social-links li {
    display: inline-block; 
  }

    .footer-copyright .social-links li a {
      font-size: 15px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      margin-left: 15px;
      color: var(--color-body-4); }
      .footer-copyright .social-links li a:hover {
        color: var(--color-primary-6); }

.back-to-top {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 999;
  width: 40px;
  height: 40px;
  background-color: var(--color-heading);
  color: var(--color-white);
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }
  .back-to-top:hover {
    color: var(--color-white); }
  .back-to-top.show {
    right: 30px;
    visibility: visible;
    opacity: 1; }


.template-footer.footer-white-color .footer-widgets .widget,
.template-footer.footer-white-color .footer-widgets .widget a {
  color: var(--color-white); }

.template-footer.footer-white-color .footer-widgets .widget a:hover {
  color: var(--color-white); }

.template-footer.footer-white-color .footer-widgets .widget .widget-title {
  color: var(--color-white); }

.template-footer.footer-white-color .footer-widgets .widget.contact-widget li a i {
  color: var(--color-white); }

.template-footer.footer-white-color .footer-widgets .widget .social-links li a {
  background-color: var(--color-white);
  color: var(--color-heading); }
  .template-footer.footer-white-color .footer-widgets .widget .social-links li a:hover {
    background-color: var(--color-heading);
    color: var(--color-white); }

.template-footer.footer-white-color .footer-widgets .widget .social-links.bordered-style li a {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--color-white); }
  .template-footer.footer-white-color .footer-widgets .widget .social-links.bordered-style li a:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-white); }

.template-footer.footer-white-color .footer-copyright,
.template-footer.footer-white-color .footer-copyright a {
  color: var(--color-white); }

.template-footer.footer-secondary-4-bg {
  background-color: var(--color-secondary-4); }
  .template-footer.footer-secondary-4-bg .footer-widgets .widget,
  .template-footer.footer-secondary-4-bg .footer-widgets .widget a {
    color: #8496c6; }
  .template-footer.footer-secondary-4-bg .footer-widgets .widget a:hover {
    color: var(--color-white); }
  .template-footer.footer-secondary-4-bg .footer-widgets .widget .widget-title {
    color: var(--color-white); }
  .template-footer.footer-secondary-4-bg .footer-widgets .widget.contact-widget li a i {
    color: var(--color-primary-4); }
  .template-footer.footer-secondary-4-bg .footer-widgets .widget .social-links li a {
    background-color: #404767;
    color: #8496c6; }
    .template-footer.footer-secondary-4-bg .footer-widgets .widget .social-links li a:hover {
      background-color: var(--color-primary-4);
      color: var(--color-white); }
  .template-footer.footer-secondary-4-bg .footer-copyright {
    border-top: 1px solid #394565; }
    .template-footer.footer-secondary-4-bg .footer-copyright,
    .template-footer.footer-secondary-4-bg .footer-copyright a {
      color: #8496c6; }

.template-footer.footer-bordered .footer-widgets {
  padding-top: 80px;
  padding-bottom: 30px; }
  .template-footer.footer-bordered .footer-widgets .widget,
  .template-footer.footer-bordered .footer-widgets .widget a {
    color: var(--color-body-4); }
  .template-footer.footer-bordered .footer-widgets .widget a:hover {
    color: var(--color-white); }
  .template-footer.footer-bordered .footer-widgets .widget .widget-title {
    color: var(--color-white); }
  .template-footer.footer-bordered .footer-widgets .widget.contact-widget li a i {
    color: var(--color-body-4); }

.template-footer.footer-bordered .footer-copyright {
  border-top: 1px solid var(--color-dark-4);
  padding: 20px 0; }
  .template-footer.footer-bordered .footer-copyright,
  .template-footer.footer-bordered .footer-copyright a {
    color: var(--color-body-4); }

.template-footer.footer-bordered .footer-widget-left {
  padding-right: 80px;
  position: relative; }
  .template-footer.footer-bordered .footer-widget-left::after {
    content: "";
    position: absolute;
    width: 1px;
    top: -80px;
    bottom: -80px;
    right: 20px;
    background-color: var(--color-dark-4); }

.template-footer.webinar-footer .newsletters-title h4 {
  font-size: 45px; }

.template-footer.webinar-footer .newsletters-form form {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .template-footer.webinar-footer .newsletters-form form input {
    height: 55px;
    padding: 0 30px;
    font-size: 17px;
    font-weight: 500; }
  .template-footer.webinar-footer .newsletters-form form button {
    height: 55px;
    padding: 0 35px;
    margin-left: 10px;
    background-color: var(--color-primary-7);
    color: var(--color-white);
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    min-width: 200px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .template-footer.webinar-footer .newsletters-form form button:hover {
      background-color: var(--color-heading-5); }

.template-footer.webinar-footer .copyright-area {
  padding: 30px 0;
  border-top: 1px solid #e0e0e0; }
  .template-footer.webinar-footer .copyright-area .footer-nav li {
    display: inline-block; }
    .template-footer.webinar-footer .copyright-area .footer-nav li:not(:first-child) {
      margin-left: 25px; }
    .template-footer.webinar-footer .copyright-area .footer-nav li a {
      color: var(--color-body);
      font-size: 17px; }
  .template-footer.webinar-footer .copyright-area .copyright-text {
    font-size: 17px; }
    .template-footer.webinar-footer .copyright-area .copyright-text a {
      color: var(--color-primary-7); }
      .template-footer.webinar-footer .copyright-area .copyright-text a i {
        margin-left: 5px; }

.template-footer.footer-h10 {
  z-index: 1;
  color: #a7a6a6;
  position: relative;
  background-color: black; }
  .template-footer.footer-h10 .widget {
    color: #a7a6a6; }
    .template-footer.footer-h10 .widget .widget-title {
      color: white; }
    .template-footer.footer-h10 .widget ul li a {
      color: #a7a6a6; }
      .template-footer.footer-h10 .widget ul li a:hover {
        color: var(--color-primary-3); }
    .template-footer.footer-h10 .widget .social-links a:hover {
      color: white;
      background-image: -webkit-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
      background-image: -o-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
      background-image: linear-gradient(45deg, #6b34fa 0%, #d4156e 100%); }
  .template-footer.footer-h10 .news-widget {
    max-width: 285px; }
    @media (min-width: 768px) {
      .template-footer.footer-h10 .news-widget {
        margin-right: -10px; } }
    .template-footer.footer-h10 .news-widget li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .template-footer.footer-h10 .news-widget li img {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: 80px;
        margin-right: 20px; }
      .template-footer.footer-h10 .news-widget li .content h5 {
        font-size: 18px;
        line-height: 1.5; }
        .template-footer.footer-h10 .news-widget li .content h5 a {
          color: white; }
      .template-footer.footer-h10 .news-widget li:not(:last-child) {
        margin-bottom: 20px; }
  @media (min-width: 768px) {
    .template-footer.footer-h10 .newsletter-widget {
      margin-left: 20px; } }
  .template-footer.footer-h10 .newsletter-widget input {
    height: 55px;
    margin-bottom: 15px; }
    .template-footer.footer-h10 .newsletter-widget input::-webkit-input-placeholder {
      color: black;
      font-weight: 700; }
    .template-footer.footer-h10 .newsletter-widget input:-ms-input-placeholder {
      color: black;
      font-weight: 700; }
    .template-footer.footer-h10 .newsletter-widget input::-ms-input-placeholder {
      color: black;
      font-weight: 700; }
    .template-footer.footer-h10 .newsletter-widget input::placeholder {
      color: black;
      font-weight: 700; }
  .template-footer.footer-h10 .newsletter-widget button {
    padding-top: 17px;
    padding-bottom: 17px; }
  .template-footer.footer-h10 .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.15); }
    .template-footer.footer-h10 .footer-copyright a {
      color: #a7a6a6; }
  .template-footer.footer-h10 .footer-bg {
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0.15;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    -webkit-transform: translate(-66%, -50%);
    -ms-transform: translate(-66%, -50%);
    transform: translate(-66%, -50%); }
  .template-footer.footer-h10.style-two {
    background: #040d1a; }
    .template-footer.footer-h10.style-two .newsletter-widget input {
      border-radius: 50px; }
    .template-footer.footer-h10.style-two .widget {
      color: #abb0bf; }
      .template-footer.footer-h10.style-two .widget ul li > a {
        color: #abb0bf; }
      .template-footer.footer-h10.style-two .widget .social-links a:hover {
        color: #040d1a;
        background: #ffa900; }
    .template-footer.footer-h10.style-two .footer-copyright,
    .template-footer.footer-h10.style-two .footer-copyright a {
      color: #abb0bf; }
    .template-footer.footer-h10.style-two .footer-bg-shape {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      z-index: -1; }

.template-footer.footer-h11 {
  background: #0d0f2c; }
  .template-footer.footer-h11 .footer-top-part {
    z-index: 1;
    position: relative;
    background: #12153a;
    padding: 65px 25px 80px 25px; }
    .template-footer.footer-h11 .footer-top-part .footer-top-content {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .template-footer.footer-h11 .footer-top-part .footer-top-content h2, .template-footer.footer-h11 .footer-top-part .footer-top-content h6 {
        color: white; }
      .template-footer.footer-h11 .footer-top-part .footer-top-content h6 {
        font-size: 18px;
        margin-top: 5px; }
      .template-footer.footer-h11 .footer-top-part .footer-top-content form {
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: white;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 35px; }
        @media (max-width: 575px) {
          .template-footer.footer-h11 .footer-top-part .footer-top-content form {
            display: block; } }
        .template-footer.footer-h11 .footer-top-part .footer-top-content form input {
          height: 50px;
          margin-right: 0;
          font-size: 17px;
          background: transparent; }
          .template-footer.footer-h11 .footer-top-part .footer-top-content form input::-webkit-input-placeholder {
            color: var(--color-heading);
            font-family: var(--font-cs-medium); }
          .template-footer.footer-h11 .footer-top-part .footer-top-content form input:-ms-input-placeholder {
            color: var(--color-heading);
            font-family: var(--font-cs-medium); }
          .template-footer.footer-h11 .footer-top-part .footer-top-content form input::-ms-input-placeholder {
            color: var(--color-heading);
            font-family: var(--font-cs-medium); }
          .template-footer.footer-h11 .footer-top-part .footer-top-content form input::placeholder {
            color: var(--color-heading);
            font-family: var(--font-cs-medium); }
        .template-footer.footer-h11 .footer-top-part .footer-top-content form button {
          -webkit-box-flex: 0;
          -ms-flex: none;
          flex: none;
          padding-top: 13px;
          padding-bottom: 13px; }
          @media (max-width: 575px) {
            .template-footer.footer-h11 .footer-top-part .footer-top-content form button {
              width: 100%; } }
    .template-footer.footer-h11 .footer-top-part .left-image,
    .template-footer.footer-h11 .footer-top-part .right-image {
      bottom: 0;
      z-index: -1;
      position: absolute; }
      @media (max-width: 767px) {
        .template-footer.footer-h11 .footer-top-part .left-image,
        .template-footer.footer-h11 .footer-top-part .right-image {
          display: none; } }
    .template-footer.footer-h11 .footer-top-part .left-image {
      left: 4%;
      max-width: 15%; }
    .template-footer.footer-h11 .footer-top-part .right-image {
      right: 0;
      max-width: 30%; }
  .template-footer.footer-h11 .widget-title {
    color: white; }
  .template-footer.footer-h11 .nav-widget ul li a {
    color: #b6b8da; }
    .template-footer.footer-h11 .nav-widget ul li a:hover {
      color: #d7172e; }

  .template-footer.footer-h11 .social-links li a {
    color: #6e6b8a;
    background: rgba(255, 255, 255, 0.1); }
    .template-footer.footer-h11 .social-links li a:hover {
      color: #fff;
      background: #d7172e;
       }
  .template-footer.footer-h11 .footer-copyright {
    border-top: 1px solid #1d204b; }
    .template-footer.footer-h11 .footer-copyright p {
      color: #b1b1b5;
      font-size: 15px;
      line-height: 22px;
       }
      .template-footer.footer-h11 .footer-copyright p a {
        color: #b1b1b5;
        transition: 0.4s ease;
         }

        .template-footer.footer-h11 .footer-copyright p a:hover {
        color: #d7182f; }

    /*-------------------my-------style-----------wrap------------css--------start---------------*/

    .hero-sm-title{
      font-weight: 400;
      font-size: 19px;
      margin-bottom: 37px;
      background: linear-gradient(279deg, rgba(34,193,195,0.043837517917323154) 0%, rgba(255, 203, 203, 0.58) 100%);
/*      background-color: #f4f4f4;*/
      padding: 15px 7px 8px 39px;
      color: #d7172e !important;
      letter-spacing: 0.5px;
      position: relative;
/*      box-shadow: rgba(155, 155, 162, 0.25) 0px 30px 60px -12px inset, rgba(242, 234, 234, 0.03) 0px 18px 36px -18px inset;*/
    }


    .hero-sm-title:before{
      position: absolute;
      content: '';
      width: 24px;
      height: 2px;
      background-color: #d7172e;
      top: 25px;
      display: block;
      left: 8px;
    }

    .hero-sm-title span{
      color: #252431;
      line-height: 30px;
      font-size: 21px;
      padding-top: 9px;
      padding-bottom: 10px;
    }

    .abt-sctn{
      padding: 60px 0px 60px;
      position: relative;
    }

    .abt-sctn:before {
      content: "";
      position: absolute;
      top: 0px;
      right: -27px;
      height: 100%;
      background-image: url(../images/abt-pttrn.webp);
      width: 50%;
}

.cc-service-item .content p{
  font-size: 15px;
  line-height: 20px;
}


.cc-service-area{
  background-color: #f7f7f7;
  padding: 45px 0px 30px;
}

.cc-service-area .cc-service-item .icon i{
  font-size: 40px;
  color: #d7172e;
  transition: all 1s ease;
}


.cc-service-area .cc-service-item:hover .icon i{
  transform: rotateY(360deg);
}

.foot-abt{
  font-size: 15px;
  line-height: 24px;
  color: #b6b8da;
  width: 82%;

}

.foot-cntct ul li{
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  display: flex;
}

.foot-cntct ul li i{
  color: #b6b8da;
  padding-top: 3px;
  padding-right: 10px;
}

.foot-num a{
  position: relative;
  padding-right: 9px;
}

.foot-num a:last-child:after{
  display: none;
}

.foot-num a:last-child{
  padding-left: 9px;
}


.foot-num a:after{
  content: '';
  position: absolute;
  top: 1px;
  right: 0px;
  background-color:#ffffff4a;
  width: 1px;
  height: 20px;
  display: block;
  }


.testimonials-section{
  padding: 50px 0px 28px;
}

.statices-section{
  padding: 40px 0px;
}

.lead-mnge-list{
  margin-top: 20px;
}

.lead-mnge-list li{
  padding-bottom:7px ;
}

.lead-mnge-list li i{
    color:#d7172e;
}

.statistic-section{
  padding: 25px 0px 25px;
}

.doc-mng-txt-wrp{
  margin-top: 150px;
}



/*================onload-------form-----wrap-------start==================*/

.my-onload-frm{
  max-width: 80%;
}


.my-onload-frm button.close {
  padding: 0;
  background-color: #000 !important;
  border: 0;
  width: 37px;
  height: 35px;
  color: #fff;
  opacity: 1 !important;
  position: absolute;
  right: -5px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 50%;
  top: -4px;
  z-index: 1;
  
}

.onload-enq-frm{
  background-color: #fbfbfb;
  padding: 42px 29px 43px;
  margin: 26px 10px 16px;
  border: 1px solid #dddddd4f;
  border-radius: 5px;
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .25);
  text-align: left;
}

.onload-enq-frm h3{
  font-size: 22px;
  color:#403f3f;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}

.onload-enq-frm h3:after{
  display: block;
  content: '';
  width: 26px;
  height: 2px;
  background-color: #d7172e;
}




.onload-enq-frm .form-group label{
  color: #36314a;
  margin-bottom: 1px;
  font-size: 14px;

}


.onload-enq-frm .form-group{
  margin-bottom: 0px;
  position: relative;
}


.onload-enq-frm .form-group input{
  width: 100%;
  height: 40px;
  padding: 2px 6px 2px 47px;
  background-color: #fff;
  border: 1px solid #dadde3;
  border-radius: 3px;
  font-size: 14px;
}

.onload-enq-frm .form-group select{
  width: 100%;
  height: 40px;
  padding: 2px 6px 2px 47px;
  background-color: #fff;
  border: 1px solid #dadde3;
  border-radius: 3px;
}


.onload-enq-frm .form-group select::after {
  right: 7px;
}


.onload-enq-frm .form-group textarea{
 width: 100%;
  height: 100px;
  padding: 2px 9px;
  background-color: #fff;
  border: 1px solid #dadde3;
  border-radius: 2px;
  resize: none;
  margin-bottom: 20px;
}

.enq-frm-icn{
  position: absolute;
  width: 40px;
  height: 38px;
  background-color: #f7f7f7;
  top: 32px;
  border-radius: 2px 0px 0px 2px;
  text-align: center;
  line-height: 40px;
  left: 1px;
  color: #3d394d;
  font-size: 14px;
}

.frm-img-bx{
  margin-top: 26px;
  padding: 11px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(68, 64, 64, 0.1) 0px 18px 36px -18px inset;
  border-radius: 5px;
}


.frm-cont-dtl{
  background-color: #fbfbfb;
  padding: 11px 7px 11px 19px;
  border-radius: 5px;
  margin-top: 23px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.frm-cont-dtl h5{
  font-size: 23px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 18px;
  position: relative;
}

.frm-cont-dtl h5:after{
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #d7172e;
  position: absolute;
  left: 121px;
  bottom: 11px;
}


.frm-cont-dtl p i{
  padding-right: 11px;
  color: #d7172e;
}


.frm-cont-dtl p{
  text-align: left;
  line-height: 20px;
  font-size: 15px;
  padding-bottom: 11px;
  display: flex;
}


.social-box2 {
  position: relative;
  padding: 7px 0px 0px;
  display: flex;
}

.social-box2 li {
  position: relative;
  padding: 7px 0px 0px;
  margin-top: 12px;
  text-align: left;
  margin-right: 8px;
}


.social-box2 li a {
  display: block;
  overflow: hidden;
  z-index: 1;
  position: relative;
  color: rgb(61, 57, 77);
  font-size: 14px;
  background-color: #bbbabb2b;
  width: 32px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #ced4e1;
  
}


.social-box2 li a .icon {
  position: relative;
  transition: .5s;
  z-index: 3;
}


.social-box2 li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d7172e;
  transition: .5s;
  z-index: 2;
}


.social-box2 li a:hover::before {
  top: 0;
}

.social-box2 li a:hover .icon {
  color: #fff;
  }


  /*----------------------------pricing----------------wrap-------------start--------------*/


.pricing-plan-tab{
  border-bottom:2px solid #d32134;
  width: 100%;
  position: relative;
  margin-top: 40px;
}


 
.hide {
  display: none;
}

.pricebtn {
  font-size: 19px;
  font-weight: 600;
  color: #3d3b3c;
  cursor: pointer;
  background-color: #f0f0f0;
  padding:3px 0px 3px 0px;
  border-radius: 21px;
  height: 40px;
  width: 40px;
  line-height: 34px;
  margin: 0px 4px;
  box-shadow: 2px 1px 4px 2px #ddd;

}


/* Style the active class, and buttons on mouse-over */
.active1, .pricebtn:hover {
  background-color: #32ad48;
  color: white;
}


.rupee {
    position: absolute;
    top: -10px;
    z-index: 9;
    right: 18px;
}


.rupee .pricebtn:focus{
  box-shadow: none;
 
}


.pricing-wrp .container-fluid{
 padding-bottom: 10px;
 padding-top: 10px;
}

.pricing-wrp{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 35px;
}

.pricing-bx-wrp{
  display: flex;
}

.pricing-bx-wrp .inr-price-bx{
  background-color: #fff;
  box-shadow: 1px 2px 5px 2px #ddd;
  margin: 23px 15px;
  padding:0px 3px;
  width: 235px;
  border: 1px solid #d32134;
}

.pricing-bx-wrp .web-price-bx{
  width: 295px;
  margin: 23px 19px;
}

.inr-price-bx ul{
  margin: auto auto 21px 17px;
}

.inr-price-bx ul li i{
  margin-right: 7px;
  margin-top: 4px;
}


.inr-price-bx ul li .fa-check{
 
  color: #109f29
}


.inr-price-bx ul li .fa-xmark{
   color: #fa2e44;
}

.inr-price-bx ul li{
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 11px;
  display: flex;
}

.inr-price-bx h3{
   font-size: 16px;
font-weight:500;
  letter-spacing: 0.5px;
  padding-top: 9px;
  color: #454343;
  margin-bottom: 0px;
}

.inr-price-bx h4{
   font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-top: 9px;
  color: #454343;
  margin-bottom:12px;
}

.inr-price-bx h6{
  font-size: 15px;
  color: #d12033;
  letter-spacing: 0.2px;
  margin-bottom: 9px;
}

.inr-price-bx p{
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}


.green-price-lbl h6{
  color: #fff;
  font-size: 11px;
  background-color: #32ad48;
  padding: 4px 5px;
  border-radius: 3px;
  margin-bottom: 7px;
  font-weight: 400;
}

.grey-price-lbl h5{
  font-size: 11px;
  background-color: #3c3a3a;
  letter-spacing: 0.1px;
  padding: 4px 1px;
  color: #fff;
  font-weight: 400;
}

.yllw-price-lbl{
  background-color: #faecc7;
}

.yllw-price-lbl p{
  font-size: 14px;
  line-height: 20px;
  padding: 5px 2px;
}

.combo-img-hdng{
  position: relative;
  font-size: 13px;
  background-color: #d32134;
  color: #fff !important;
  padding:4px 0px 4px 11px;
  letter-spacing: 0.2px;
  top: -15px;
  margin-bottom: -3px;
  font-weight: 400;
}

.combo-img-hdng span{
  position: absolute;
  top: -2px;
  left: -13px;
}

.combo-img-hdng span img{
  width:70px;
}


.inr-price-bx .shpe {
  position: relative;
  background-color: #d32134;
  width: 100%;
  display: block;
  height: 20px;
  text-align: center;
  clip-path: polygon(-3% 0, 106% 0, 47% 92%);
}


/*----------------pricing----------------wrap--------------end---------------------*/

/*------whatsapp------wrap---start--------*/

.btn-whatsapp-pulse:hover{
    color: #fff;
}

.btn-whatsapp-pulse {
  position: fixed;
  bottom: 0;
  right: 4%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  background-color: #1c9b13;
  color: #fff;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  font-size: 33px;
  z-index: 99;
}

.btn-whatsapp-pulse::after, .btn-whatsapp-pulse::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  background: #1c9b13;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: grow 1.3s ease-in-out infinite;
          animation: grow 1.3s ease-in-out infinite;
}

.btn-whatsapp-pulse::after {
  background: rgba(30, 172, 45, 0.4);
}


@-webkit-keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}


/*--------------whatsapp----wrap------end----*/


/*----------form--------validation----------wrap-----------start----------*/

i.form-control-feedback.fa-regular.fa-times {
    position: absolute;
  top: 45px;
  right: 16px;
  color: #f70a0a;
  font-size: 12px;
}
i.form-control-feedback.fa-regular.fa-check {
    position: absolute;
    top: 45px;
    right: 16px;
    color: green;
    font-size: 12px;
    display: none;
}
i.form-control-feedback.fa-regular.fa-refresh {
    position: absolute;
    top: 45px;
    right: 16px;
    color: yellow;
    font-size: 12px;

}
small.help-block {
    color: #f70a0a;
    font-size: 13px;
    top: 0px;
  position: relative;
}



.loading {

    height: 0;

    width: 0;

    padding: 15px;

    border: 6px solid #ccc;

    border-right-color: #d8102a;

    border-radius: 22px;

    -webkit-animation: rotate 1s infinite linear;

    position: absolute;

    left: 50%;

    top: 50%;

    z-index: 99999;

}



@-webkit-keyframes rotate {

  /* 100% keyframe for  clockwise. 

     use 0% instead for anticlockwise */

  100% {

    -webkit-transform: rotate(360deg);

  }

}



#loaderBody {

    background: #212529a1;

    position: fixed;

    z-index: 999999;

    width: 100%;

    height: 100%;

    display: none;

}


.foot-cont-dtl{
  text-align: center;
  padding: 25px 0px 19px;
}

.foot-cont-dtl li{
  display: inline-block;
  padding-right: 15px;
}

.foot-cont-dtl li a{
  color: #fff;
}


  
    
.enquery-form{
  max-width: 430px;
  margin: 0px -54px 0px auto;
  padding: 17px 33px 30px;
  background-color: #fff;
  border-top: 3px solid #b11616;
}

.enquery-form h3{
  font-size: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.4px;
  text-align: center;
}


.enquery-form .inpt-btm-spc{
  margin-bottom: 12px;
}


.enquery-form .form-group {
  position: relative;
  margin-bottom: 33px;
}

.enquery-form small.help-block {
  top: 35px;
  position: absolute;
  left: 0px;
}


.frm-inpt-icn {
 position: absolute;
  top: 1px;
  left: 1px;
  background-color: #e8eef0;
  width: 37px;
  height: 36px;
  border-radius: 4px 0px 0px 4px;
  text-align: center;
  line-height: 37px;
  color: #707086;
  font-size: 15px;
}



.enquery-form select,
.enquery-form input{
  font-size: 12px;
  color: #555;
  height: 38px;
  border: 1px solid #e1e2e3;
  background-color: #fff;
  padding-left: 42px;
  border-radius: 4px;
}

.enquery-form input:focus,
.enquery-form select:focus{
  box-shadow: none !important;
  border-color: #ff8a8a;
}

.enquery-form textarea{
  height: 70px;
  font-size: 14px;
  color: #555;
  border: 1px solid #ced4da;
  background-color: #fff;
  padding-top: 3px;
  padding-left: 10px;
  border-radius: 4px;
  resize: none;
}

.enquery-form .input-group.select-demo{
  flex-wrap: nowrap;
}

.enquery-form .input-group.select-demo select{
  padding-left: 10px;
}

.enquery-form .input-group-text{
  border-right: none;
  background-color: #eef1f7;
  font-size: 14px;
  color: #494a59;
}




.enquery-form button{
  font-size: 15px;
  padding: 7px 18px;
}

.enquery-form button:focus{
  box-shadow: none;
}


.hero-cont-card{
  margin-top: 60px;
}




.top-header{
  width: 100%;
  padding: 6px 52px;
  background-color: #0e1f36;
}

.top-info-list{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
 
}

.top-info-list li {
  position: relative;
}

/*.top-info-list li::after{
  content: '';
  width: 1px;
  height: 21px;
  background-color: #eeeeee70;
  position: absolute;
  top: 6px;
  right: 0px;
  z-index: 1;
}*/


.top-info-list li a:after{
 content: '';
  width: 1px;
  height: 23px;
  display: block;
  background-color: #eeeeee70;
  position: absolute;
  top: 0px;
  right: 0px;
}

.top-info-list li:last-child a:last-child:after{
  display: none;
}




/*.top-info-list li:last-child::after{
   width: 0px;
}*/

.top-info-list li a{
  font-size: 14px;
  color: var(--color-white);
  text-decoration: none;
  position: relative;
  padding-right: 10px;
  margin-right: 9px;
}

.top-info-list li a:hover{
  color: #f9e1e4;  
}

.top-header .social-links{
  margin-bottom: 0px;
  display: flex;
  justify-content: end;
  column-gap: 4px;
}


.top-header .social-links li a{
  height: 30px;
  width: 30px;
  color: #fff;
  background-color: #2c3e55;
  text-decoration: none;
}

.top-header .social-links li a:hover{
  background-color: #d7172e;
  border-color: #d7172e;
}

.top-header .social-links li:last-child{
  border: none;
}

.social-links{
  margin: 0px auto 15px;
   text-align: center;
 }
 
  .social-links li {
     display: inline-block;
   }
 
  .social-links li a {
      height: 35px;
      width: 35px;
      background: #ecebfd;
      border-radius: 50%;
      font-size: 13px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      margin-right: 2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: var(--color-heading); 
  }
 
  .social-links li a:hover {
    background-color: var(--color-primary);
    color: var(--color-white); 
  }
 
 .social-links.primary-color-3 a:hover {
     background-color: var(--color-primary-3);
     color: var(--color-white);
     -webkit-box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36);
     box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36);
  }
 
 .social-links.bordered-style li a {
     background-color: transparent;
     border: 2px solid var(--color-primary);
     color: var(--color-primary);
  }
 
    .social-links.bordered-style li a:hover {
       background-color: var(--color-primary);
       color: var(--color-white); 
    }


/*============ Counter Css ===========*/

.counter-wrapper{
  background: #333;
   background-image:url('../images/count-bg.webp');
  background: cover;
  background-position: center center;
  position: relative;
}
.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgb(32 45 62 / 88%);
}
.counter-inner{
  position:relative;
  z-index:2;
}

.count-icon{
  font-size: 48px;
}


.counter-inner .count span{
   font-size: 40px;
}

.counter-inner i{
  font-size: 45px;
}

.counter-inner p{
  font-size: 13px;
  color: #fff;
  line-height: 21px;
  max-width: 194px;
  margin: 0px auto;
}

.counter-card{
  position: relative;
}

.counter-card::after{
  content: '';
  width: 1px;
  height: 120px;
  background-color: #787c87;
  position: absolute;
  top: 72px;
  right: 0px;
  z-index: -1;
}

.counter-card.lastct::after{
  display: none;
}