@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krub:wght@200;300;400;500&family=Nunito+Sans:wght@200;300;400;600&display=swap');

@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900);
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap');
@import url('font.css');

@font-face {
    font-family: 'Odia Prathama';
    src: url('../fonts/OdiaPrathamaBoldItalic.eot');
    src: url('../fonts/OdiaPrathamaBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OdiaPrathamaBoldItalic.woff2') format('woff2'),
        url('../fonts/OdiaPrathamaBoldItalic.woff') format('woff'),
        url('../fonts/OdiaPrathamaBoldItalic.ttf') format('truetype'),
        url('../fonts/OdiaPrathamaBoldItalic.svg#OdiaPrathamaBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Odia Prathama';
    src: url('../fonts/OdiaPrathamaBold.eot');
    src: url('../fonts/OdiaPrathamaBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OdiaPrathamaBold.woff2') format('woff2'),
        url('../fonts/OdiaPrathamaBold.woff') format('woff'),
        url('../fonts/OdiaPrathamaBold.ttf') format('truetype'),
        url('../fonts/OdiaPrathamaBold.svg#OdiaPrathamaBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Odia Prathama';
    src: url('../fonts/OdiaPrathamaItalic.eot');
    src: url('../fonts/OdiaPrathamaItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OdiaPrathamaItalic.woff2') format('woff2'),
        url('../fonts/OdiaPrathamaItalic.woff') format('woff'),
        url('../fonts/OdiaPrathamaItalic.ttf') format('truetype'),
        url('../fonts/OdiaPrathamaItalic.svg#OdiaPrathamaItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Odia Prathama';
    src: url('../fonts/OdiaPrathamaNormal.eot');
    src: url('../fonts/OdiaPrathamaNormal.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OdiaPrathamaNormal.woff2') format('woff2'),
        url('../fonts/OdiaPrathamaNormal.woff') format('woff'),
        url('../fonts/OdiaPrathamaNormal.ttf') format('truetype'),
        url('../fonts/OdiaPrathamaNormal.svg#OdiaPrathamaNormal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #293240;
  /* background-color: #EFF1F7; */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Open Sans", sans-serif;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* 
html,body{
	
	 background-color:transparent !important;
}
 */
/* body {
 
 
 
   color: #444444;background:url(../img/bnr2.png);
  background-size: 100%;
} */

a {
  color: #3457F6;
  text-decoration: none;
}

a:hover {
  color: #1eb4ff;
  text-decoration: none;
}

.container80,
.container80nom {
  max-width: 82%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.navbar>.container80 {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .container80 {
    max-width: 540px;
  }
}

@media (max-width: 768px) {
  .container80 {
    max-width: 720px;
  }
}

@media (max-width: 992px) {
  .container80 {
    max-width: 960px;
  }
}

@media (max-width: 1200px) {
  .container80 {
    max-width: 1140px;
  }
}


/* .container{
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
 */


/* h1, h2, h3, h4, h5, h6 {
font-family: 'Quicksand', sans-serif;
}
 */




hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.9375rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 80%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}


a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 87.5%;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 2px;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3457F6;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #14b1ff;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}



.hdrbg {


  height: auto;

  /* background:linear-gradient(-125deg,rgba(193,101,221,.9) 0,rgba(17,83,252,.9) 100%), url("../img/b1.jpg");   */
  /* 
background:-ms-linear-gradient(-95deg,rgba(193,101,221,.9) 0,rgba(17,83,252,.9) 100%), url("../img/hero-bg.png");   */

  /* background:-moz-linear-gradient(-125deg,rgba(193,101,221,.9) 0,rgba(17,83,252,.9) 100%), url("../img/b1.jpg");  

background:-webkit-linear-gradient(-125deg,rgba(193,101,221,.9) 0,rgba(17,83,252,.9) 100%), url("../img/b1.jpg");   */

  background: url("../img/top1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;

}


.whitebgtrans {

  padding: 60px 0 20px;
  margin-top: 20px;
  /*background:rgba(0,0,0,0.59);
*/
  -webkit-border-top-left-radius: 60px;
  -webkit-border-top-right-radius: 60px;
  -moz-border-radius-topleft: 60px;
  -moz-border-radius-topright: 60px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;

  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38000000', endColorstr='#00000000', GradientType=0);



  /*background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.) 29%, rgba(0,0,0,0.29) 76%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.49) 29%,rgba(0,0,0,0.49) 76%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.49) 29%,rgba(0,0,0,0.49) 76%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );*/


  /* background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.4));*/
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 102px;

  z-index: 997;
  transition: all 0.5s;
  /* 	background: linear-gradient(140deg, #EC41FF, #0984E3); */
  /* background-image: linear-gradient(-45deg, #621fbe 0%, #5949e7 100%); */

}


#header.header-scrolled {
  background: #6754D7;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

/* .header-section.header-cl-black.active {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(59, 54, 140, 0.3);
  box-shadow: 0 -2px 5px rgba(59, 54, 140, 0.1);
} */
/*#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

*/
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

.wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.headerBG {
  position: absolute;
  width: 100%;
  padding-top: 100%;
  top: 40%;
  left: -40%;
  transform: translateY(-50%);
  z-index: -1;
}

.headerBG::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;



  /*background:  #D4E6F7 url(../img/banner/header-bg.svg); */
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.logo h1 {
  color: #fff;
  line-height: 1.5;
  /*color:#F58220;*/
  font-family: "Krub", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0px 0 0 0;
}

.logo h1 span {
  /*color:#4DB848;	*/
  text-transform: uppercase;
}




.tophead .trt ul {
  list-style: none
}

.tophead {
  height: 22px;
  /*	width: 100%;
	display: table;*/
  vertical-align: middle;
  border-bottom: 1px dotted #888;
  background: #130845;
}

/*.tophead:after, .tophead:before {
	display: table;
	line-height: 0;
	content: ""
}*/
.tophead .tlt {
  float: left;
  margin: 0;
  padding: 0
}

.tophead .trt {
  float: right;
  margin: 0;
  /*	padding: 0 0 0 36px;*/
  width: 100%;
  display: block;
  height: auto;
  padding-top: 3px;
}

a.skip-cont {
  float: left;
  color: #000;
  font-size: 82%
}

a.skip-cont:focus,
a.skip-cont:hover {
  color: #F3C772;
  text-decoration: underline;
  outline: 0;
  border: none
}

.tophead .trt ul {
  padding: 0;
  margin: 0;
  float: right
}

.tophead .trt ul li {
  float: left;
  border-right: 2px solid rgba(255, 255, 255, .3)
}

.tophead .trt ul li:last-child {
  border-right: 0px solid rgba(255, 255, 255, .3)
}

.tophead .trt li li {
  border: none
}

.tophead .trt ul li a {
  font-size: 85%;
  color: #FFF;
  padding: 2px 15px 3px;
  display: block;
  font-weight: 400;
  line-height: 1em
}

.tophead .trt ul li a.loginlinks {
  font-weight: 700
}

.tophead .trt ul li.account-links li:first-child a.loginlinks {
  padding-right: 7px
}

.tophead .trt ul li.account-links li:last-child a.loginlinks {
  padding-left: 7px
}

.tophead .trt ul li.sizechanger li:first-child a {
  padding-right: 0
}

.tophead .trt ul li.sizechanger li:last-child a {
  padding-left: 0
}

.tophead .trt ul li a:focus,
.tophead .trt ul li a:hover,
.tophead .trt ul li.active a {
  outline: 0;
  color: #F3C772;
  text-decoration: none
}

.tophead .trt ul li.colorchanger a {
  line-height: .7;
}

.tophead .trt ul li.colorchanger a.blackbg {
  background: #000;
  color: #fff !important;
  padding: 4px 6px 3px;
  margin: 0px 4px 1px;
}

.tophead .trt ul li.colorchanger a.whitebg {
  background: #fff;
  color: #000 !important;
  padding: 3px 6px 3px;
  margin: 1px 4px 1px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}

@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}

.header-social-links a {
  color: #7b909a;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  padding-left: 10px;
}

.header-social-links a:hover {
  color: #3457F6;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  margin-right: 7px;
}

/* .navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 1.2em;
    color: #ddd;
font-weight: 600;
  white-space: nowrap;
  transition: 0.3s; border-radius: 10px;
} */

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

/* .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff; background-color: #FB9400;
} */

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  /*  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
  padding-bottom: 0;
  margin-right: 0px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #003651;
  border-radius: 0px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
  background-color: #FB9400;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #364146;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 41, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #364146;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3457F6;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3457F6;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


.hero-img img {
  /* max-height:60vh; */
  transform: translateX(50);
  max-width: 89%;
}


a.scrolldown {
  padding-top: 30px;
  z-index: 105;
  text-align: center;

}

/*
a.scrolldown span {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;    
  
  
  

}


*/

a.scrolldown span {
  /* margin-top: 60px; */
  position: absolute;
  bottom: 30px;
  left: 50%;
  /* width: 56px;
  height: 56px; */
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  /*  border-radius: 3px;rgba(251,148,0,.8)  #FB9400  rgba(0,0,0,.2)*/
  box-sizing: border-box;
  /*background:#ffcd85;*/

  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

  border-radius: 50%;
  background: rgba(0, 0, 0, .4);
  /*
-webkit-border-radius: 6px;
	-webkit-border-bottom-right-radius: 19px;
	-webkit-border-bottom-left-radius: 19px;
	-moz-border-radius: 6px;
	-moz-border-radius-bottomright: 19px;
	-moz-border-radius-bottomleft: 19px;
	border-radius: 6px;
	border-bottom-right-radius: 19px;
	border-bottom-left-radius: 19px;
	
	*/
}

a.scrolldown span::after {
  position: absolute;
  bottom: 50%;
  left: 50%;
  content: '';
  width: 12px;
  height: 12px;
  margin: -1px 0 0 -6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;

  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;

}


.wizard_container {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.wizard-header {
  border-bottom: 1px solid #dadada;
  border-radius: 4px 4px 0 0;
  clear: both;
  background-repeat: no-repeat;
  background: -moz-linear-gradient(top, #FFF 0, #f0f0f0 100%);
  background: -webkit-linear-gradient(top, #f0f0f0 0, #f0f0f0 100%);
  background: linear-gradient(to bottom, #FFF 0, #f0f0f0 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f0f0f0', GradientType=0);
}



@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }

  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }

  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}

@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }

  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }

  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

/* 4.1.banner scroll down button css */
a.btn-scroll {
  width: 23px;
  display: block;
  padding-top: 41px;
  position: relative;
  color: #fff;
  margin: 0px auto 30px;
}

a.btn-scroll::before {
  background: #fff;
  width: 1px;
  height: 30px;
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
}

a.btn-scroll span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 23px;
  height: 31px;
  margin-left: -12px;
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius: 6px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-radius: 6px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

a.btn-scroll span::before {
  position: absolute;
  top: 4px;
  left: 50%;
  content: '';
  width: 5px;
  height: 9px;
  margin-left: -2px;
  border: 2px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.button-4 {
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  padding: 15px 45px;
  background: -ms-linear-gradient(-65deg, #c165dd 0, #1153fc 100%);
  background: -moz-linear-gradient(-65deg, #c165dd 0, #1153fc 100%);
  background: -webkit-linear-gradient(-65deg, #c165dd 0, #1153fc 100%)
}

.button-4:hover {
  color: #fff;
  box-shadow: 0 17px 24px 0 rgba(18, 83, 252, .51)
}

.button-4.active {
  background: 0 0;
  border: 1px solid #6e5dc6
}





.button-3 {
  /* background: #FB9400;
	width: 100%;
	max-width: 162px;
	height: 48px;
	line-height: 48px;
	padding: 0 10px 0 10px;
	font-size: 16px;
	display: block;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	-webkit-box-shadow:0 6px 15px 2px rgba(38,70,83,0.20);
	box-shadow:0 6px 15px 2px rgba(38,70,83,0.20);
	font-weight: 400;
	
		-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;



-webkit-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1);	color:#fff; */
  background: #fff;
  width: 100%;
  max-width: 162px;
  height: auto;
  line-height: 48px;
  padding: 0 10px 0 10px;
  font-size: 16px;
  display: block;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  -webkit-box-shadow: 0 6px 15px 2px rgba(38, 70, 83, 0.20);
  box-shadow: 0 6px 15px 2px rgba(38, 70, 83, 0.20);
  font-weight: 400;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #963508;
  border: 3px solid #cecece;
  font-weight: bold;
  margin-top: 20px;
}

.button-3:hover {
  background: #6366F1;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 7px 24px 0 rgba(18, 83, 252, .51);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, 0.1);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, 0.1);

}




.btn4 {
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  padding: 15px 25px;
  background: rgba(255, 255, 255, .2);

  font-size: 1em;
  /*background: -ms-linear-gradient(-65deg, #c165dd 0, #1153fc 100%);
	background: -moz-linear-gradient(-65deg, #c165dd 0, #1153fc 100%);
	background: -webkit-linear-gradient(-65deg, #c165dd 0, #1153fc 100%)*/

  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;





}

.btn4:hover {
  background: -webkit-linear-gradient(-103deg, #ef774c 0, #ed684f 35%, #e84351 76%, #e73351 100%);
  color: #fff;
  box-shadow: 0 17px 24px 0 rgba(18, 83, 252, .51);

  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);


}

.btn4.active {
  background: 0 0;
  border: 1px solid #6e5dc6
}
















.post-item {
  margin: 0 auto 40px;
  overflow: hidden
}

.post-item .post-thumb a {
  display: block
}

.post-item .post-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.post-item .post-content {
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  margin: -30px 4px 0;
  padding: 30px 20px
}

.post-item .post-content .title {
  margin: 0;
  margin-bottom: 20px
}

.post-item .post-content p {
  margin-bottom: 15px
}

.post-item .post-content .read {
  font-size: 16px;
  color: #9d9cab
}

@media (min-width:768px) {
  .post-item .post-content {
    margin: -80px 30px 0;
    padding: 34px 30px
  }

  .post-item .post-content .title {
    font-size: 35px;
    margin-bottom: 25px
  }

  .post-item .post-content p {
    margin-bottom: 30px
  }
}














.carousel-inner h6 {
  font-size: 1.1em;
  line-height: 1.q;
  margin: 15px 0 0;
  /*font-family: "Josefin Sans",sans-serif;*/
  color: #ffb447;
  text-transform: uppercase;
}


.testim-info h5 {
  font-size: 2em;
  line-height: 1.2;
  margin: 15px 0 45px;
  font-family: 'Josefin Sans', sans-serif;
  height: 80px;
  overflow: hidden;
}

.testim-info p {
  font-size: 1.1em;
}

.bg_img {


  background: linear-gradient(-65deg, rgba(193, 101, 221, .9) 0, rgba(17, 83, 252, .9) 100%)
    /*, url("../img/black-thread.png")*/
  ;

  background: -ms-linear-gradient(-65deg, rgba(193, 101, 221, .9) 0, rgba(17, 83, 252, .9) 100%)
    /*, url("../img/black-thread.png")*/
  ;
  background: -moz-linear-gradient(-65deg, rgba(193, 101, 221, .9) 0, rgba(17, 83, 252, .9) 100%)
    /*, url("../img/black-thread.png")*/
  ;
  background: -webkit-linear-gradient(-65deg, rgba(193, 101, 221, .9) 0, rgba(17, 83, 252, .9) 100%)
    /*, url("../img/black-thread.png")*/
  ;


  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-position: center center;
  background-repeat: repeat;
}

.home_bnr {
  margin-bottom: -100px;
  margin-top: -80px;
  animation: scaleh 1s infinite alternate
}

/*.home_bnr {
    margin-bottom: -100px;
    margin-top: -80px;

animation:scaleh 1s infinite alternate
}*/


@media (max-width:1200px) {



  .testim-info h5 {
    font-size: 3vw;
    height: auto;
  }

  .btn4,
  .testim-info h6 {
    font-size: 1.2vw;
  }
}

@media (max-width:991px) {

  .bg_img {
    margin-bottom: 100px;
    margin-top: 80px;
  }

  .carousel-inner {
    text-align: center;
  }

  .carousel-indicators {
    right: 45%;
  }


  .testim-info h5 {
    height: auto;
    overflow: hidden;
    margin: 15px 0 25px;
    font-size: 3vw;
    height: auto;
  }



  .feature-wrapper-bg-20 {
    margin: 0
  }

  .feature-wrapper-bg-20 .feature-content-20 {
    padding: 60px 30px
  }
}

@media (max-width:575px) {
  .feature-wrapper-bg-20 .feature-content-20 {
    padding: 30px 15px
  }

  .testim-info h5 {

    height: auto;
    overflow: hidden;
    font-size: 6vw;
  }

  .btn4,
  .testim-info h6 {
    height: auto;
    font-size: 4vw;
  }

}



.feature-content-20 {
  padding: 30px 15px 10px
}

.feature-content-20 .title {
  margin-bottom: 27px
}

.feature-content-20 .feat-nav a {
  background: rgba(255, 255, 255, .2)
}

.feature-content-20 .feat-nav a.active,
.feature-content-20 .feat-nav a:hover {
  background: -webkit-linear-gradient(-103deg, #ef774c 0, #ed684f 35%, #e84351 76%, #e73351 100%)
}

.feature-content-icon-20 {
  width: 123px
}

.feature-wrapper-bg-20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: 130px;
  margin-bottom: 100px
}

@media (max-width:991px) {
  .feature-wrapper-bg-20 {
    margin: 0
  }

  .feature-wrapper-bg-20 .feature-content-20 {
    padding: 60px 30px
  }
}

@media (max-width:575px) {
  .feature-wrapper-bg-20 .feature-content-20 {
    padding: 30px 15px
  }
}


.sect_services {

  margin: 0px auto 0px;
  padding: 0px 0px 0px;
}


.bnr_grad {
  /* background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%);  */

  padding: 60px 60px 0;
  /*   background: #a18cd1;
  background: -moz-radial-gradient(center, ellipse cover,  #a18cd1 0%, #5a57fb 100%, #e6e5f9 100%);
  background: -webkit-radial-gradient(center, ellipse cover,  #a18cd1 0%,#5a57fb 100%,#e6e5f9 100%);
  background: radial-gradient(ellipse at center,  #a18cd1 0%,#5a57fb 100%,#e6e5f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a18cd1', endColorstr='#e6e5f9',GradientType=1 );
  
   */
  background: #aca3f2;

  /* background: linear-gradient(to right, #f8f3ff 50%, #5a57fb 54%, #5a57fb 100%); */

}

.bnr_grad::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.21) 1%, rgba(255, 255, 255, 0.3) 47%, rgba(90, 87, 251, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.21) 1%, rgba(255, 255, 255, 0.3) 47%, rgba(90, 87, 251, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.21) 1%, rgba(255, 255, 255, 0.3) 47%, rgba(90, 87, 251, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cffffff', endColorstr='#6e5a57fb', GradientType=0);

  clip-path: circle(25% at right)
}


.bnr_grad::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;

  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.21) 1%, rgba(255, 255, 255, 0.3) 47%, rgba(90, 87, 251, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.21) 1%, rgba(255, 255, 255, 0.3) 47%, rgba(90, 87, 251, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.21) 1%, rgba(255, 255, 255, 0.3) 47%, rgba(90, 87, 251, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cffffff', endColorstr='#6e5a57fb', GradientType=0);


  /*  background:rgba(255,255,255,.2); */
  clip-path: circle(30% at 5% 25%)
}








.section-block-grey {
  padding: 90px 0px 90px 0px;
  background-color: #f9f9f9;
}

.serv-section-2 {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
  font-family: 'Krub', sans-serif;
  /* height: 260px;border-top-left-radius: 136px;border-top-right-radius: 136px; */
}

.serv-section-2:before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 0;
  content: " ";
  width: 100%;
  height: 100px;
  background: #f5f5f5;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
  /* position: absolute;
  top: 28px;
  left: 22px; */
  max-width: 100px;
  z-index: 1;
  text-align: center;
  margin-bottom: 25px;
}

.serv-section-2-icon img {
  color: #5f27cd;
  /* font-size: 48px;*/
  width: 70px;
  height: 70px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.serv-section-2 h4 {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  height: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  /*  font-family: "Josefin Sans", sans-serif; */


}

.serv-section-2 h5 {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  margin-top: 0px;
}



/* 15 */
.btn_purple {
  /*  background: #b621fe; */
  /* background: #663dff; */
  background: #963508;
  border: none;
  z-index: 1;
  font-size: 15px;

  color: #fff;
  border-radius: 20px;
  padding: 5px 30px;
  font-weight: 500;

  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;

  outline: none;




}

.btn_purple:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  /* background-color: #b621fe; */
  background-color: #712400;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  transition: all 0.3s ease;
}

.btn_purple:hover {
  color: #fff;
}

.serv-section-2:hover .btn_purple:after,
.serviceBox:hover .btn_purple:after {
  left: 0;
  width: 100%;
}

.btn_purple:active {
  top: 2px;
}








.serv-section-2 p {
  margin-top: 25px;
  padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon img {
  /* filter:contrast(200%); filter:brightness(200%); */

  filter: invert(100%);
}

.serv-section-2:hover:before {
  background: #9b6952;
}

.movrh {
  animation: moverh 1s infinite alternate
}


.movrY {
  animation: moverv 1s infinite alternate
}


@keyframes moverh {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-12px)
  }
}



@keyframes moverv {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-12px)
  }
}


@-webkit-keyframes scaleh {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes scaleh {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 110px 0;
  overflow: hidden;
}

.section-bg {
  /*background-color: #f7f8f9;*/
  background: linear-gradient(30deg, rgba(236, 65, 255, 0.1), rgba(9, 132, 227, 0.1));
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  /* font-family: "Poppins", sans-serif;*/
  color: #627680;
}

.section-title p {
  margin-bottom: 0;
}

.bg_inner {

  background-color: #e8e8e8;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/


ul.steplink {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}


ul.steplink,
ul.steplink li {
  list-style-type: none;
  margin: 0;
  padding: 3px 0;
  line-height: 22px;

}

ul.steplink li:before {
  content: "\f403";
  font-family: "bootstrap-icons";
  /*line-height:22px; padding:18px 6px 0 0;*/
  vertical-align: middle;
  padding-right: 10px;
  color: #6366F1;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  font-size: .9rem;
  margin-top: 5px;


}

.step_box {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  font-family: "Poppins", sans-serif;
}



.step_box .s_title {
  box-sizing: border-box;
  margin: 0;
  margin-right: 0px;
  min-width: 0;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2rem;
  text-align: left;
}

/*
.sect_title {
 box-sizing:border-box;
 margin:0;
 min-width:0;
 text-align:center;
}
@media screen and (min-width:640px) {
 .sect_title {
  text-align:left;
 }
}
*/








.step_box .s_no {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  line-height: 1.55;
  display: block;
  color: #2d3748;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: normal;
  border-radius: 9999px;
  /* background-color:#6366f1; */
  /* background-color: #d95a20; */
  /* background-color: #963508; */
  background-color: #8065a8;
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 0;
}

.step_box .s_line {
  /* box-sizing: border-box;
    margin: 0;
    min-width: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 1px;
    height: calc(100% - 68px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    background-color: #a0aec0; */
}


.step_box .s_content {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
}


.step_box .s_subtitle {
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 0px;
  min-width: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  line-height: 1.55;
  display: block;
  color: #2d3748;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #2d3748;
}


.stepabsimg {
  position: absolute;
  /* height: 600px; */
  width: auto;
}

.lt {
  left: 40px;
  bottom: 50px;
}

.stepabsimglt {
  /* position:relative;
height:400px;
width:auto;	 bottom:-260px;left:30px; */
  align-self: flex-start;
  margin-top: 55px;
  width: 100px;
}

.odia_tool_icon {
  margin-top:50px !important;
  /* margin-top: 50px !important; */
  width: 90px;
}


.rt {
  /* right:40px;	 */
  /* bottom: 50px; */
  bottom: 20px;
}

.stepabsimgrt {
  position: relative;
  height: 490px;
  width: auto;
  bottom: -150px;
  right: -390px;
}



.height600 {
  height: 600px;
  position: relative;
}

.stepabsimg {
  position: absolute;

}



.mtb-1rem {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  min-width: auto;
  border-top-style: solid;
  border-top-color: transparent;
  border-top-width: 2px;
  height: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width:640px) {
  .mtb-1rem {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.mtb-1rem+.mtb-1rem {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.sect_title h4 {
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 0px;
  min-width: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  line-height: 1.55;
  display: block;
  color: #2d3748;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #6366f1;
  /* color: #a855f7; */
  text-align: left;
}

.sect_title h2 {
  box-sizing: border-box;


  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  line-height: 1.55;
  display: block;
  color: #2d3748;
  -webkit-text-decoration: none;
  text-decoration: none;


  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  /* max-width:650px;*/
  margin-left: auto;
  margin-right: auto;


}


.sect_title h2 span {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: #d95a20;
  /* background-color: #d95a20; */
}


@keyframes lt-shineSkeletonCards {
  0% {
    background-position: -620px;
  }

  100% {
    background-position: 620px;
  }
}

@keyframes lt-loadingBar {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(200%);
  }
}

@keyframes lt-pulse {
  0% {
    box-shadow: 0 0 0 2px transparent;
  }

  50% {
    box-shadow: 0 0 0 2px #027CC0;
  }

  100% {
    box-shadow: 0 0 0 2px transparent;
  }
}

@keyframes lt-pulse-fade {
  0% {
    background-color: var(--lt-color-blue-default);
  }

  50% {
    background-color: var(--lt-color-white);
  }

  100% {
    background-color: var(--lt-color-blue-default);
  }
}

@keyframes lt-wave {
  100% {
    transform: translateX(-50%);
  }
}

@keyframes lt-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes lt-appear {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-6px);
  }
}





.clientsbg {
  /* padding: 120px 0 60px;
    border-radius: 20px;*/
  background: #F0F5FC;
  /* background: -webkit-linear-gradient(-90deg, #4050e9 0%, #a12ffe 100%);
    background: -ms-linear-gradient(-90deg, #4050e9 0%, #a12ffe 100%);*/
}


.blocksection {
  /* background: linear-gradient(30deg, #EC41FF, #0984E3);*/
  padding: 50px 0 70px;
  position: relative;

  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(240, 237, 251, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(240, 237, 251, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(240, 237, 251, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f0edfb', GradientType=0);


}


.bg_grad3 {
  background-image: linear-gradient(to top, #fff 0%, rgba(217, 175, 217, .3) 20%, rgba(151, 217, 225, .2) 75%, #fff 100%);

  background-repeat: no-repeat;

  background-size: cover;

}

.bg_grad1 {

  /* background-image: linear-gradient(140deg, rgba(217,175,217,.3) 0%, rgba(151,217,225,.2) 100%); */
  background-image: linear-gradient(140deg, rgb(255, 236, 227) 0%, rgba(151, 217, 225, .2) 100%);

}


.bg_grad4 {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 15%, #f6efff 43%, #f2fcff 65%, #ffffff 82%);
  background: -webkit-linear-gradient(left, #ffffff 15%, #f6efff 43%, #f2fcff 65%, #ffffff 82%);
  background: linear-gradient(to right, #ffffff 15%, #f6efff 43%, #f2fcff 65%, #ffffff 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);



}

.bg_grad2 {


  background: -webkit-linear-gradient(-65deg, rgba(193, 101, 221, .9) 0, rgba(17, 83, 252, .9) 100%)
    /*, url("../img/black-thread.png")*/
  ;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-position: center center;
  background-repeat: repeat;


}

.grad_wh {

  /* max-width: 90%; */
  /*height: 75vh;*/
  display: flex;
  align-content: flex-start;
  justify-content: center;
  height: 550px;
  width: 550px;
  margin: 10px auto;
}



/*.services .service-box:hover img {
   background: #fff; 
}
 */





.serviceBox {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 0 10px;
}

.serviceBox .service-icon {
  color: #fff;
  font-size: 45px;
  line-height: 85px;
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  border-radius: 100px;
  border: 5px solid #ff8d14;
  border-bottom-color: transparent;
  position: relative;
  z-index: 1;
}

/* .serviceBox .service-icon:before,
.serviceBox .service-icon:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 13px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0;
} */
.serviceBox:hover .service-icon:after {
  border-color: #37b0f1 #e6e5e5 #e6e5e5 #37b0f1;
  z-index: 1;
  transform: rotate(-10deg);
  transition: all 0.5s ease 0s;
}

.serviceBox .service-icon:after {
  transform: rotate(350deg);
}

.serviceBox .service-icon img {
  max-width: 100%;
  height: auto;
  max-height: 65px;
}


.serviceBox:hover .service-icon {
  /* -webkit-box-shadow: 0px 0px 15px -6px #212331;
box-shadow: 0px 0px 15px -6px #212331; */
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;

}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
  content: '';
  background: linear-gradient(135deg, #ff8d14, #ffb535);
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
  z-index: -1;
}

.serviceBox .service-icon:after {
  height: 6px;
  width: 6px;
  transform: translateX(-50%);
  right: auto;
  top: auto;
  bottom: -9px;
  left: 50%;


}

.serviceBox .title {
  color: #ff8d14;
  font-size: 16px;
  font-weight: 600;
  /* text-transform: uppercase;*/
  margin: 0 0 20px;

  height: 60px;
}

/* .serviceBox .title:after{
  content: '';
  background: repeating-linear-gradient(to right,#ff8d14,#ff8d14 10px,transparent 10px, transparent 20px);
  height: 2px;
  width: 130px;
  margin: 5px auto 0;
  display: block;
  clear: both;
} */
.serviceBox .description {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  margin: 0;
}

.serviceBox.pink .service-icon {
  border-color: #ec407a;
  border-bottom-color: transparent;
}


.serviceBox .service-icon img {

  filter: brightness(300%);


}

.serviceBox.pink .service-icon {
  position: relative;


  transition: all 0.25s ease;
}

.icon-fill::before {
  transition-duration: 0.5s;
  box-shadow: inset 0 0 0 0px #fff;
}

.serviceBox:hover .icon-fill::before {
  box-shadow: inset 0 0 0 70px rgba(255, 255, 255, .2);
}

.serviceBox.pink .service-icon:before,
.serviceBox.pink .service-icon:after {
  background: linear-gradient(135deg, #f06292, #f06292);
}

.serviceBox.pink .title {
  color: #f8bbd0;
}

/* .serviceBox.pink .title:after{ background: repeating-linear-gradient(to right,#ec407a,#ec407a 1px,transparent 1px, transparent 2px); } */




.serviceBox.orange .service-icon {
  border-color: #ffa726;
  border-bottom-color: transparent;
}

.serviceBox.orange .service-icon:before,
.serviceBox.orange .service-icon:after {
  background: linear-gradient(135deg, #ffa726, #ffa726);
}

.serviceBox.orange .title {
  color: #ffe57f;
}

/* .serviceBox.orange .title:after{ background: repeating-linear-gradient(to right,#ffa726,#ffa726 1px,transparent 1px, transparent 2px); } */


.serviceBox.purple .service-icon {
  border-color: #ab47bc;
  border-bottom-color: transparent;
}

.serviceBox.purple .service-icon:before,
.serviceBox.purple .service-icon:after {
  background: linear-gradient(135deg, #ab47bc, #ab47bc);
}

.serviceBox.purple .title {
  color: #ce93d8;
}

/* .serviceBox.purple .title:after{ background: repeating-linear-gradient(to right,#7e57c2,#7e57c2 1px,transparent 1px, transparent 2px); } */

.serviceBox.red .service-icon {
  border-color: #ef5350;
  border-bottom-color: transparent;
}

.serviceBox.red .service-icon:before,
.serviceBox.red .service-icon:after {
  background: linear-gradient(135deg, #ef5350, #ef5350);
}

.serviceBox.red .title {
  color: #ffcdd2;
}

/* .serviceBox.green .title:after{ background: repeating-linear-gradient(to right,#ff8a65,#ff8a65 1px,transparent 1px, transparent 2px); } */




















.serviceBox.blue .service-icon {
  border-color: #0193bf;
  border-bottom-color: transparent;
}

.serviceBox.blue .service-icon:before,
.serviceBox.blue .service-icon:after {
  background: linear-gradient(135deg, #0193bf, #0DA6F3);
}

.serviceBox.blue .title {
  color: #4dd0e1;
}

.serviceBox.blue .title:after {
  background: repeating-linear-gradient(to right, #0193bf, #0193bf 10px, transparent 10px, transparent 20px);
}

.serviceBox.green .service-icon {
  border-color: #66bb6a;
  border-bottom-color: transparent;
}

.serviceBox.green .service-icon:before,
.serviceBox.green .service-icon:after {
  background: linear-gradient(135deg, #66bb6a, #66bb6a);
}

.serviceBox.green .title {
  color: #b9f6ca;
}

.serviceBox.green .title:after {
  background: repeating-linear-gradient(to right, #66bb6a, #66bb6a 10px, transparent 10px, transparent 20px);
}

@media only screen and (max-width:990px) {
  .serviceBox {
    margin: 0 0 30px;
  }
}




















/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f4f6f7;
  min-height: 40px;
  margin-top: 70px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4c5c63;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background: #f7f8f9;*/
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px;

  /* padding: 100px 0 25px 0;*/
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: transparent !important;
  background-image: url("../img/footer/footer-bg.png")
    /*, linear-gradient(30deg, #EC41FF, #0984E3)*/
  ;
  background-size: auto;
  background-size: cover;
  /*margin:0 3px ;*/
}

#footer a {
  transition: all 0.5s;
  color: #fff;
}

#footer a:hover {
  color: #ee4730;
}


#footer .footer-top {
  /* background: #fff;*/
  padding: 60px 0 30px 0;
  /* border-top: 2px solid #e9ecee;
  ;*/
  border-bottom: 1px solid #49329b;

}



#footer .transbg {
  background-color: rgba(255, 255, 255, 0.102);
  box-shadow: 0px 16px 43px 0px rgba(60, 49, 172, 0.19);
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #576971;
}


ul.footer-links,
ul.footer-links li {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;

}



ul.footer-links li:before {
  content: "\f403";
  font-family: "bootstrap-icons";
  /*line-height:22px; padding:18px 6px 0 0;*/
  vertical-align: middle;
  padding-right: 10px;
  color: #FF597C;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  font-size: .9rem;
  margin-top: 5px;


}


.footer-link {
  justify-content: center;
  line-height: 24px;
}

.footer-link li {
  padding: 5px 10px;
  position: relative;
  display: inline-block;
}

.footer-link li a {
  font-size: 16px;
  color: #fff
}

.footer-link li a:hover {
  color: #ee4730
}

@media (max-width:575px) {
  .footer-link li a {
    font-size: 14px
  }
}

.footer-link li::after {
  width: 2px;
  height: 19px;
  /*background:#5e5bb7;*/
  right: 0;
  top: 11px
}

.footer-link li:last-child::after {
  display: none
}

@media (min-width:992px) {
  .footer-link {
    margin: -5px -10px
  }

  .footer-link li {
    padding: 5px 10px
  }
}



.footer-link li:after {
  content: "|";
  padding-left: 10px;
  position: relative;
  top: -1px;
}

.footer-link li.last-li:after {
  content: " ";
  padding-left: 0;
}

.copyright {
  text-align: center;
  color: #ffffff;
  padding: 12px 0;
  border-top: 1px solid #49329b;
  line-height: 28px;
}

.copyright p {
  margin: 0 !important;
  line-height: 28px;
}

#footer .credits {
  padding-top: 8px;
  text-align: center;
  font-size: 13px;
  color: #364146;
}





/* form elements */

.boxcontent {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}

/*
.page-header {
  background: #fff;
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  position: fixed;
  display: flex;
  align-items: center;
  top: 70px;
  left: 280px;
  right: 0;
  z-index: 1023;
  min-height: 55px;
  padding: 13px 30px;
}

*/






.page-header1 {
  padding: 123px 0 30px;
  /*position: relative;*/
  overflow: hidden;
  /*background-image:url(../img/banner/page-header.png);*/
  /*	  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;*/
  background: rgba(0, 0, 0, .5);
}

/*@media (max-width:767px) {
.page-header { padding: 180px 0 100px }
}
.page-header.single-header {
	height: 599px;
	padding: 0
}
.page-header.single-header::before {
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(0deg, #2102ae 0, #e83a99 100%);
	background: -webkit-linear-gradient(0deg, #2102ae 0, #e83a99 100%);
	background: -ms-linear-gradient(0deg, #2102ae 0, #e83a99 100%);
	opacity: .7
}
.page-header.single-header.blog-single-header { height: 450px }
@media (max-width:991px) {
.page-header.single-header { height: 550px }
.page-header.single-header.blog-single-header { height: 400px }
}
@media (max-width:767px) {
.page-header.single-header { height: 450px }
.page-header.single-header.blog-single-header { height: 300px }
}
.page-header .page-header-content.hide {
	display: none;
	z-index: -9;
	opacity: 0;
	visibility: hidden
}
.page-header-content {
	text-align: center;
	position: relative;
	z-index: 1
}
.page-header-content .pagetitle {
	font-size: 46px;
	line-height: 70px;
	margin: 0; color:#fff;
}
@media (max-width:767px) {
.page-header-content .pagetitle {
	font-size: 48px;
	line-height: 55px
}
}
@media (max-width:575px) {
.page-header-content .pagetitle {
	font-size: 42px;
	line-height: 50px
}
}*/
.breadcrumb {
  justify-content: center;
  background: 0 0;
  padding: 0
}

.breadcrumb li {
  text-transform: capitalize;
  padding: 0 5px;
  color: #333;
  vertical-align: text-top;
  line-height: 22px;
}

.breadcrumb li a {
  align-items: center;
  line-height: 22px;
  vertical-align: text-top;
}

.breadcrumb li a::after {
  font-family: "bootstrap-icons";
  line-height: 22px;
  vertical-align: text-top;
  font-weight: 500;
  margin-left: 10px;
  content: "\f138";
}

.breadcrumb li a:hover {
  color: #05c3de
}

.text-white * {
  color: #fff;
}

/*
.bottom-shape, .top-shape {
	position: absolute;
	z-index: 1;
	width: 102%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.bottom-shape img, .top-shape img { width: 100% }
@media (max-width:1199px) {
.bottom-shape, .top-shape { min-width: 1400px }
.bottom-shape.mw-0, .top-shape.mw-0 { min-width: 0 }
}
.top-shape { top: -3px }
.bottom-shape { bottom: -2px }
*/

.custcard {
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  transition: box-shadow 0.2s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.575rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #293240;
  background-color: #EDF2F7;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  /* box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: block;
  width: 100%;
  appearance: none;
  font-size: inherit;
  line-height: inherit;
  font-family: "Poppins", sans-serif;
  border: medium none;
  background-color: #edf2f7;
  color: #718096;
  outline: 1px solid #718096 ;
  border-radius: 0.5rem;
  padding: 1rem; */
}


.search {
  position: relative;
  padding: 0px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 20px;
  /* box-shadow: 0 0 40px rgba(51, 51, 51, .1)*/
  border: 2px solid #d6d4d4
}

.search input {
  height: 44px;
  text-indent: 20px;
  background-color: #fff;
  border: none;
  font-size: 1.1rem;
  border-radius: 20px;
  width: 380px;
  /* */
}

.search input:focus {
  box-shadow: none;
  /*  border: 2px solid #6366F1 */

  background-color: #fff;
  border-color: #f3f3f3 #f3f3f3 #ff8700;
}

.search .bi-search {
  position: absolute;
  top: 10px;
  left: 16px;
}

.search button {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 40px;
  width: 120px;
  background: #6366F1;
  font-size: 1rem;
  border-radius: 20px;
}

/* wizard */
/*form styles*/

.wrapContent {
  height: auto;
  min-height: 700px;


}


.wrapHdr {
  position: relative;
  background: #F8FAFF;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  height: 20vh;
  z-index: 9;
}

/*
.pageContent{

width: 100%;
padding-top: 0px !important;
transition: .5s;
position: relative;
min-height: 100vh;
padding-bottom: 90px;

 background-image: -webkit-linear-gradient(left, #ffffff 20%, #F8FAFF 80%); 
 background-image:         linear-gradient(left, #ffffff 20%, #F8FAFF 80%); 

}

  .pageContent::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 235px;
    z-index: 9;
    background: #F8FAFF;


    content: '';
}
*/
/*  background: -webkit-linear-gradient(-125deg,rgba(193,101,221,.9) 0,rgba(17,83,252,.9) 100%); */
/*  border-radius: 0 0 10px 10px; */
/*#cfdff5*/


.pageHdr {
  z-index: 25654642;
  padding: 50px 0 1px 0;
  /* color:#fff; */
  position: relative;
}


.pageContent .main_content_iner {
  min-height: 68vh;
  transition: .5s;
  position: relative;
  background: #eee;
  margin: 20px 30px 30px 30px;
  z-index: 25654642;
  border-radius: 10px;
  padding: 40px 30px;
}




.outer-container {
  font-family: "Roboto";
  font-size: 1.6rem;
}

.outer-container {
  padding: 60px;
}

.step-content {
  padding: 40px 0;
}



.forms-wizard {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: table;
  table-layout: fixed;
  border-radius: .25rem;
  border: 0
}

.forms-wizard li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  padding: 1rem 0;
  color: #adb5bd;
  position: relative
}

.forms-wizard li .nav-link {
  display: block;
  padding: 0;
  color: #adb5bd
}

.forms-wizard li .nav-link:focus,
.forms-wizard li .nav-link:active,
.forms-wizard li .nav-link:hover {
  border-color: transparent;
  color: #495057 !important
}

.forms-wizard li::after,
.forms-wizard li::before {
  position: absolute;
  height: 4px;
  top: 50%;
  margin-top: -1rem;
  width: 50%;
  content: '';
  background: #dee2e6;
  z-index: 5;
  transition: all .2s
}

.forms-wizard li::after {
  left: 50%
}

.forms-wizard li::before {
  left: 0
}

.forms-wizard li:first-child::before {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px
}

.forms-wizard li:last-child::after {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px
}

.forms-wizard li em {
  font-style: normal;
  font-size: 1.5rem;
  background: #ced4da;
  color: #fff;
  text-align: center;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  display: block;
  margin: 0 auto 0.5rem;
  position: relative;
  z-index: 7;
  transition: all .2s
}

.forms-wizard li.active .nav-link {
  color: #495057
}

.forms-wizard li.active em {
  background: #3f6ad8;
  color: #fff
}

.forms-wizard li.active::after,
.forms-wizard li.active::before {
  background: #3f6ad8
}

.forms-wizard li.done em {
  font-family: 'Linearicons-Free';
  background: #3ac47d;
  overflow: hidden
}

.forms-wizard li.done em::before {
  width: 42px;
  height: 42px;
  font-size: 1.2rem;
  line-height: 40px;
  text-align: center;
  display: block
}

.forms-wizard li.done::after,
.forms-wizard li.done::before {
  background: #3ac47d
}

.forms-wizard li.done:hover {
  color: #495057 !important
}

.forms-wizard li:hover {
  color: #6c757d
}

.forms-wizard-alt .forms-wizard li {
  font-size: .88rem
}

.forms-wizard-alt .forms-wizard li em {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-indent: -999rem;
  border: #fff solid 2px
}

.forms-wizard-vertical .forms-wizard {
  display: block;
  width: 30%;
  float: left;
  padding: 0 1.5rem 1.5rem 0
}

.forms-wizard-vertical .forms-wizard li {
  display: block;
  margin: 0;
  padding: 0
}

.forms-wizard-vertical .forms-wizard li::before,
.forms-wizard-vertical .forms-wizard li::after {
  display: none
}

.forms-wizard-vertical .forms-wizard li a {
  text-align: left;
  display: flex;
  align-items: center;
  align-content: flex-start;
  padding: .75rem;
  margin-bottom: .5rem;
  border-radius: .3rem;
  transition: all .2s
}

.forms-wizard-vertical .forms-wizard li a em {
  margin: 0 .75rem 0 0
}

.forms-wizard-vertical .forms-wizard li a:active,
.forms-wizard-vertical .forms-wizard li a:focus,
.forms-wizard-vertical .forms-wizard li a:hover {
  background: #e9ecef;
  color: #495057 !important
}

.forms-wizard-vertical .forms-wizard li.active a {
  background: #3f6ad8;
  color: #fff
}

.forms-wizard-vertical .forms-wizard li.active a:active,
.forms-wizard-vertical .forms-wizard li.active a:focus,
.forms-wizard-vertical .forms-wizard li.active a:hover {
  color: #fff !important
}

.forms-wizard-vertical .forms-wizard li.active a em {
  background: rgba(255, 255, 255, 0.2)
}

.forms-wizard-vertical .form-wizard-content {
  width: 70%;
  overflow: auto
}

















/* ==========================================================================
   #FORM
   ========================================================================== */
input {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
}

.input--style-4 {
  line-height: 50px;
  background: #fafafa;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.input--style-4::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666;
}

.input--style-4:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  opacity: 1;
}

.input--style-4::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  opacity: 1;
}

.input--style-4:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

.input--style-4:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

.label {
  font-size: 16px;
  color: #555;
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
}

.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-container input:checked~.checkmark {
  background-color: #e5e5e5;
}

.radio-container input:checked~.checkmark:after {
  display: block;
}

.radio-container .checkmark:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #57b846;
}

.checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.input-group {
  position: relative;
  margin-bottom: 22px;
}

.input-group-icon {
  position: relative;
}

.input-icon {
  position: absolute;
  font-size: 18px;
  color: #999;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

/* ==========================================================================
   #SELECT2
   ========================================================================== */
.select--no-search .select2-search {
  display: none !important;
}

.rs-select2 .select2-container {
  width: 100% !important;
  outline: none;
  background: #fafafa;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.rs-select2 .select2-container .select2-selection--single {
  outline: none;
  border: none;
  height: 50px;
  background: transparent;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 0;
  color: #555;
  font-size: 16px;
  font-family: inherit;
  padding-left: 22px;
  padding-right: 50px;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
  font-family: "Material-Design-Iconic-Font";
  content: '\f2f9';
  font-size: 24px;
  color: #999;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select2-container--open .select2-dropdown--below {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  margin-top: 5px;
  overflow: hidden;
}

.select2-container--default .select2-results__option {
  padding-left: 22px;
}

/* ==========================================================================
   #TITLE
   ========================================================================== */
/*.title {
  font-size: 24px;
  color: #525252;
  font-weight: 400;
  margin-bottom: 40px;
}



*/



/* ==========================================================================
   #FORM
   ========================================================================== */


/* ==========================================================================
   #TITLE
   ========================================================================== */
/*.title {
  font-size: 24px;
  color: #525252;
  font-weight: 400;
  margin-bottom: 40px;
}



*/





#msform {
  text-align: center;
  position: relative;
  margin-top: 20px
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px;
  position: relative;

  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.form-card {
  text-align: left
}

#msform fieldset:not(:first-of-type) {
  display: none
}


/*
#msform input,
#msform textarea {
  border-radius: 0;
  width: 100%;
  padding: 5px 10px;
  border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  height: 35px;
}
*/

.custcard {
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  transition: box-shadow 0.2s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}

#msform label {
  color: #999;
  font-size: 1rem;
  text-align: left !important;
}

#msform .form-control {

  border: 1px solid #ced4da;
  margin-bottom: 20px;
  background-color: #ecebfa
    /* EDF2F7 */
  ;
  padding: 0.575rem 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000;

  /* display: block;
width: 100%;
padding: 0.575rem 1rem;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.5;
color: #293240;
background-color: #EDF2F7;
background-clip: padding-box;
border: 2px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 4px;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/

  /* box-sizing: border-box;
margin: 0px;
min-width: 0px;
display: block;
width: 100%;
appearance: none;
font-size: inherit;
line-height: inherit;
font-family: "Poppins", sans-serif;
border: medium none;
background-color: #edf2f7;
color: #718096;
outline: 1px solid #718096 ;
border-radius: 0.5rem;
padding: 1rem; */
}


/*
#msform input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673AB7;
  outline-width: 0
}

#msform .action-button {
  width: 100px;
  background: #673AB7;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #311B92
}

#msform .action-button-previous,
.next {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000
}
*/
.card {
  z-index: 0;
  border: none;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: #673AB7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}

.purple-text {
  color: #673AB7;
  font-weight: normal
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}

.fieldlabels {
  color: gray;
  text-align: left
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey
}

#progressbar .active {
  color: blueviolet
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
}




#progressbar li strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #464646;

  font-weight: 500;
}

#progressbar li strong small {
  display: block;

  font-size: 11px;
  color: #a8a8a8;
  line-height: 15px;
}






#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #6366F1
}


#progressbar li.active strong,
#progressbar li.active strong small {
  font-weight: bold;
}


#progressbar li.active.txtError:before,
#progressbar li.active.txtError:after {
  background: #ff0015
}

#progressbar li.active.txtSuccess strong,
#progressbar li.active.txtSuccess strong small {
  color: green;
}


.text-red,
#progressbar li.active.txtError strong,
#progressbar li.active.txtError strong small {
  color: red;
}



.progress {
  height: 5px
}

.progress-bar {
  background-color: #FF9F00
}

.fit-image {
  width: 100%;
  object-fit: cover
}


/*
.rms-wizard .rms-multistep-progressbar li.rms-step.rms-current-step::after {
  background-color: #fb6b5b;
  border-color: #fb4532;
}*/




#progressbar #one:before {
  font-family: bootstrap-icons !important;
  content: "\f224";
}



#progressbar #two:before {
  font-family: bootstrap-icons !important;
  content: "\f4cf";
}

#progressbar #three:before {
  font-family: bootstrap-icons !important;
  content: "\f4d5";
}

#progressbar #four:before {
  font-family: bootstrap-icons !important;
  content: "\f26a";
}


#progressbar #five:before {
  font-family: bootstrap-icons !important;
  content: "\f4db";
}



@media (max-width: 991.98px) {

  #progressbar li {
    width: 100%;
    float: none;
    margin: 10px 0 20px;
  }

  #progressbar li::after {
    content: '';
    height: 100%;
    width: 2px;
    background: lightgray;
    position: absolute;
    left: 50%;
    top: 25px;
    z-index: -1;
  }

  #progressbar li strong {
    background: white;
  }

}




/* wizard  */




.navbar-brand img {
  max-height: 40px;
  margin-right: 10px;
}

.section {
  padding: 60px 0;

}

.main-content .section:nth-of-type(odd) {
  background: linear-gradient(to right, #fbf2eeed 15%, #f7e6de 43%, #f7e6de33 65%, #ffffff 82%);
}

.section h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 2.25rem;
}

.section img {
  width: 100%;
  height: 400px;
  min-width: 300px;
}

footer {
  background-color: #f8f9fa;
  padding: 30px 0;
  text-align: center;
}

.header-section .carousel-item {
  width: 100%;
  height: 400px;
  position: relative;
}

.header-section .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-section .carousel-item h6 {
  position: absolute;
  bottom: 60px;
  color: #fff;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
}

.custom_lang_btn {
  background-color: #fff;
  border: 1px solid #963507;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0.602187px 1.80656px -1.25px, rgba(0, 0, 0, 0.063) 0px 2.28853px 6.8656px -2.5px, rgba(0, 0, 0, 0.024) 0px 10px 30px -3.75px;
  padding: 10px;
  color: #963507;
  min-width: 150px;
  cursor: pointer;
}

.product_point_list {
  padding-left: 15px;
  margin-bottom: 40px;
  margin-top: 20px;
  list-style-type: none;
}

.custom_lang_btn:hover {
  opacity: 0.8;
}

.custom_nav_pills_box .nav.nav-pills {
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%), 0px 1px 3px 1px rgb(0 0 0 / 15%);
  margin-top: 40px;
  max-width: 500px;
  margin: 0px auto !important;
}

.custom_nav_pills_box .nav-pills li a {
  padding: 20px;
  font-size: 20px;
  font-weight: 800;
  border-radius: 0px;
}

.custom_nav_pills_box .nav-pills {
  display: flex;
}

.nav-pills li {
  flex: 1;
  text-align: center;
}

.tab-content a {
  color: #141414;
  text-decoration: none;
}

.section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #963507 !important;
}

.section .nav-link {
  color: #111111;
}

/* footer css */

footer {
  padding: 15px 0 5px;
  /* padding: 20px; */
  position: relative;
  /* background: #963508; */
  background: linear-gradient(to bottom, #1b2630 0%,#6f7c91 100%);
  text-align: left;
}

footer h4 {
  font-size: 20px;
  margin: 0px;
  /* margin-bottom: 20px; */
  margin-bottom: 12px;
  font-weight: bold;
  color: #fff;
  /* border-bottom: 2px solid #ddd; */
  border-bottom: 1px solid #ddd;
  line-height: 40px;
}

ul.links-footer {
  padding-left: 5px;
}

ul.links-footer li {
  list-style: none;
  color: #fff;
  text-align: left;
}

.links-footer li a {

  display: inline-block;
  /* width: 100%; */
  padding-left: 5px;
  color: #efefef;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}

footer p {
  color: #efefef;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

.rights {
  background: #f7f7f7;
  /* padding: 10px 0 20px; */
  padding: 1px 0 10px;
}

.rights p {
  margin-bottom: 0px;
  font-size: 14px;
  margin-top: 8px;
  color: #323131;
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

.visitor {
  font-family: 'Anton', sans-serif;
  color: #963508;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #e98c61;
}

.ri-li {
  font-weight: bold;
  color: #e64c04 !important;
  text-decoration: none;
}

footer,
.rights {
  font-family: "Lato", sans-serif;
}

.top-bar {
  height: 35px;
  /* height: 25px; */
  background: #ddd;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  white-space: nowrap;
}

.top-bar .right-sec li {
  border-right: 1px solid #aaa;
  margin-right: 10px;
  margin-top: 4px;
  line-height: 14px;
  padding-right: 10px;
  position: relative;
  /* top: 4px; */
}

.fontIncDec {
  padding: 0 3px;
  border: 1px solid #aaa;
}

.top-bar .right-sec li a {
  font-size: 13px;
  color: #963508;
  text-decoration: none;
}

.top-bar .right-sec ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 5px;
  list-style-type: none;
}

.right-sec ul li:nth-child(2) a {
  color: #fff;
  background: #963508;
  /* padding: 3px 10px; */
  padding: 1px 8px;
}

.right-sec ul li:nth-child(3) a {
  color: #000;
  background: #fff;
  /* padding: 3px 10px; */
  padding: 1px 8px;
}

.left-section ul li a {
  padding-right: 2px;
  color: #963508;
  font-size: 12.5px;
}

.top-bar ul li {

  border-right: 1px solid #aaa;
  margin-right: 2px;
  line-height: 0px;
  margin-top: 0px;
  padding-right: 2px;
  position: relative;
  top: 0px;
}

.navbar.ownmenu {
  border: none;
  margin: 0px;
  position: static;
  padding: 0px;
  border-radius: 0px;
  text-align: center;
  width: 100%;
  float: none;
  /* margin-top: 40px; */
  background: #963508;
  /* border-top: 1px solid #f03809; */
  height: 40px;
}

.navbar.ownmenu li a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  /* padding: 11px 20px; */
  padding: 6px 13px 6px 0px;
  letter-spacing: 0px;
  line-height: 28px;
  text-decoration: none;
}

.section .col-md-6 h5 {
  font-weight: bold;
  font-size: 22px;
  color: #086996;
}

.highlight_text {
  color: #963508;
  padding-right: 10px;
}

.product_point_list li:before {
  content: "\f192";
  /* content: "\f0a4"; */
  font-family: FontAwesome;
  color: #963508;
  /* or whatever color you prefer */
  position: absolute;
  left: -20px;
}

.product_point_list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}

.language_selection_bar {
  display: flex;
  align-content: center;
  justify-content: flex-start;
}

.language_selection_bar span {
  display: block;
  background-color: #fff;
  color: #963508;
  border-radius: 0px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: 0.6s ease-in-out;
}

.language_selection_bar span:hover {
  background-color: #963508 !important;
  color: #fff !important;
}

.language_selection_bar a {
  /* line-height: 0px !important; */
}

.language_selection_bar ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0px;
  max-width: 500px;
  margin: 0 auto;
}

.selected-language {
  background-color: #963508 !important;
  color: #fff !important;
}

.language_selection_bar ul li {
  margin-right: 20px;
  flex: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .top-bar {
    height: auto !important;
  }
}

.feature_text {
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 20px;
}

.svg_icon {
  /* filter: invert(40%) sepia(41%) saturate(2065%) hue-rotate(217deg) brightness(95%) contrast(100%); */
  /* filter: invert(98%) sepia(23%) saturate(5164%) hue-rotate(296deg) brightness(99%) contrast(108%); */
  filter: invert(76%) sepia(39%) saturate(641%) hue-rotate(206deg) brightness(96%) contrast(95%);
}
.home_icon{
  filter: invert(92%) sepia(95%) saturate(22%) hue-rotate(249deg) brightness(107%) contrast(100%);
  width: 22px;
}
.logo_container{
padding: 10px 0px;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (min-width: 1024px) {
  .main_category_block_right{
    padding-left: 40px;
  }
  .main_category_block_left{
    padding-right: 40px;
  }
  .main_category_block_left{
    border-right: 1px solid #878787;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (min-width: 2000px) {
  .container {
    max-width: 1500px !important;
  }
}
@media (max-width: 7680px){
  .custom_container_banner{
    max-width: 80% !important;
  }
  .custom_container_banner_index{
    max-width: 95% !important;
  }
}
.serv-section-2 h4{
  margin-bottom: 10px;
  text-align: center;
  align-self: center;
}
.serv-section-2{
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 767px){
  .grad_wh{
      width: 300px;
      height: 300px;
      display: block;
  }
  .stepabsimg{
    position: relative !important;
    bottom: 50px;
  }
  .rounded-circle a{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
  }
  .stepabsimglt {
    margin-top: -5px !important;
    width: 70px !important;
}
.button-3{
  margin: 0 auto 20px auto;
}
.blocksection{
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
#two .row .col-lg-6:nth-child(1){
  order: 2;
}
#four .row .col-lg-6:nth-child(1){
  order: 2;
}
#six .row .col-lg-6:nth-child(1){
  order: 2;
}
.blocksection .container.pt-5{
  padding: 25px !important;
}
.language_selection_bar span {
  padding: 15px 10px;
  font-size: 16px;
}
.sect_services .py-5{
  padding-top: 0px !important;
}
.sect_services img.mt-5{
  margin-top: 0px !important;
  margin-left: 30px;
}
}


.custom_purple_color{
  color: #8065a8;
}

p.custom_purple_color{
  margin-left: 76px;
}

.custom_purple_color + div{
  padding-left: 70px;
}


.serv-section-desc strong{
  display: block;
}
.text-justify{
  text-align: justify;
}


#meaning {
  font-family: 'Odia Prathama';
  font-size: 30px;
  width: 100%;
  height: 200px;
  background-color: #dbeaf5;
  display: block !important;
}

.dialog-container {
  font-family: 'Odia Prathama';
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.dialog-box {
  font-family: 'Odia Prathama';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  min-width: 600px;
}

#spell-check-text {
  font-family: 'Odia Prathama';
  border: 1px solid #ccc;
  padding: 10px;
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
  font-size: 1.2em;
}

.misspelled {
  font-weight: bold;
  color: red;
  cursor: pointer;
}

.context-menu {
  font-family: 'Odia Prathama';
  display: none;
  position: absolute;
  background-color: #b9d6ff;
  border: 1px solid #ccc;
  padding: 5px;
  z-index: 1000;
  box-shadow: 3px 3px 5px 1px #ddd;
}

.context-menu-item {
  cursor: pointer;
  padding: 5px 10px;
}

.context-menu-item:hover {
  background-color: #f0f0f0;
}

.dialog-footer {}