.base-theme-element {
  --dashboard-background: #232e3c;
}

.max-840 {
  max-width: 840px;
}

.width-200 {
  width: 200px;
}

.font-30 {
  font-size: 30px;
}

.font-24 {
  font-size: 24px;
}

.font-28 {
  font-size: 28px;
}

.font-22 {
  font-size: 22px;
}

.font-18 {
  font-size: 18px;
}

.font-18 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px;
}

.font-50 {
  font-size: 50px;
}

.color-sky-blue {
  color: #2cade6;
}

.color-light-white {
  color: #f6f6f6;
}

.font-36 {
  font-size: 36px;
}

.font-42 {
  font-size: 42px;
  line-height: 42px;
}

.color-light-grey {
  color: #d9dce3;
}

.color-dark-grey {
  color: #4e4e4e;
}

.color-medium-grey {
  color: #6d6c6a;
}

.color-dark {
  color: #343434;
}

.text-transparent {
  color: transparent;
}

.color-yellow {
  color: #f6eb41;
}

.color-red {
  color: #ec1a33;
}

.color-green {
  color: #17ce19;
}

.text-shadow {
  text-shadow: 1px 1px 1px #000;
}



@media (max-width: 1190px) {
  .side-scroll-outer-wrap .scroll-text-heading {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .side-scroll-outer-wrap .scroll-text-heading {
    font-size: 30px;
  }
}

.relation-blue-text {
  color: #adeae3;
}

.relation-yellow-text {
  color: #f4b964;
}

.relation-orange-text {
  color: #f49180;
}

.relation-dark-blue-text {
  color: #6aa2a1;
}

a:hover {
  text-decoration: none;
}


.cls-4{fill:#fff;}

.scroll-top-btn {
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
.scroll-top-btn img {
  display: block;
  max-width: 100%;
}

.basic-button {
  padding: 5px 20px;
  background: transparent;
  border: none;
}
.basic-button.outline {
  border: 1px solid #696969;
  border-radius: 20px;
}
.basic-button.outline.active {
  background: #c4e5df;
  border: 1px solid #c4e5df;
}
.basic-button.outline.bg-transparent {
  background: transparent;
  border: 1px solid #ccc;
}
.basic-button.outline.bg-transparent.active {
  border: 1px solid #111;
}
.basic-button.outline.rectangle {
  border-radius: 0px;
}
.basic-button.outline.green {
  border: 2px solid #c7c7c7;
}
.basic-button.outline.green.active {
  border: 2px solid #c4e5df;
}
.basic-button .btn-in-image {
  max-width: 50px;
}
@media (max-width: 1440px) {
  .basic-button {
    padding: 5px 10px;
    font-size: 13px;
  }
}
@media (max-width: 1190px) {
  .basic-button {
    padding: 5px 8px;
    font-size: 12px;
  }
}

.circle-button {
  padding: 0px 12px;
  margin: 0;
  border: 1px solid #666;
  background: transparent;
}
.circle-button.outline span {
  display: block;
  margin: auto;
}
.circle-button.outline .icon-area {
  border: 0px solid #696969;
  border-radius: 20px;
  display: block;
  width: 0px;
  height: 0px;
  background: transparent;
}
.circle-button.outline .section-title {
  max-width: 110px;
  font-size: 12px;
  line-height: 16px;
  height: 32px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.circle-button.outline.active .icon-area {
  background: #c4e5df;
  border: 0px solid #c4e5df;
}
@media (max-width: 1190px) {
  .circle-button.outline {
    padding: 0 5px;
  }
  .circle-button.outline .section-title {
    max-width: 50px;
  }
  .circle-button.outline .icon-area {
    width: 0px;
    height: 0px;
  }
  .circle-button.outline .icon-area img {
    max-width: 28px;
  }
}

.btn-wrap-left-bottom {
  padding-left: 25px;
  width: 100%;
  margin-top: 15px;
}
.btn-wrap-left-bottom button {
  max-width: 200px;
  width: 80%;
  margin-bottom: 10px;
}
.btn-wrap-left-bottom button:last-child {
  margin-bottom: 0px;
}

header.header-wrapper {
  background: url("../images/header_bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 10px 0px;
}
header.header-wrapper .brand-name {
  color: #5e716d;
  font-size: 16px;
}
header.header-wrapper .brand-name img {
  margin-right: 5px;
  max-width: 50px;
}
header.header-wrapper .menu-nav-wrapper .menu-inner {
  width: 100%;
  float: right;
}
header.header-wrapper .menu-nav-wrapper .menu-inner ul.primary-label {
  margin: 0px;
  padding: 0px;
  float: right;
  display: block;
}
header.header-wrapper .menu-nav-wrapper .menu-inner ul.primary-label > li {
  margin: 0;
  padding: 0;
  display: block;
  margin-right: 5px;
  float: left;
}
header.header-wrapper .menu-nav-wrapper .menu-inner ul.primary-label > li a {
  padding: 3px 10px;
  color: #627375;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
header.header-wrapper .menu-nav-wrapper .menu-inner ul.primary-label > li a:hover {
  text-decoration: none;
  color: #5e716d;
}
@media (max-width: 1190px) {
  header.header-wrapper .menu-nav-wrapper .menu-inner ul.primary-label > li a {
    padding: 3px 5px;
    font-size: 16px;
  }
}
header.header-wrapper .menu-nav-wrapper .menu-inner ul.primary-label > li.active a {
  color: #5e716d;
  font-weight: 700;
}
header.header-wrapper .menu-nav-wrapper .menu-inner ul.primary-label > li:last-child {
  margin-right: 0px;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu {
  position: relative;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label {
  position: absolute;
  padding: 0px 30px;
  margin: 0;
  width: 315px;
  background: #f8f8f8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  z-index: -1;
  max-height: 0px;
  overflow: hidden;
  left: 10px;
  top: 65px;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li {
  display: block;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li.divider-line {
  margin: 10px 0px;
  border-top: 1px solid #8c8889;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li h5 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #4f4e4c;
  text-transform: uppercase;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li a {
  padding: 5px 20px;
  display: block;
  position: relative;
  color: #4f4e4c;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li a::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #254fa3;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 10px;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li a.blue:before {
  background: #254fa3;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li a.yellow:before {
  background: #f5ed42;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li a.red:before {
  background: #ed1c32;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li a:hover {
  color: #000;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label.open-drop {
  max-height: 600px;
  padding: 10px 30px;
  opacity: 1;
  z-index: 1;
  top: 35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label {
    position: relative;
    top: 0;
  }
  header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label.open-drop {
    max-height: 600px;
    opacity: 1;
    z-index: 1;
    top: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media (max-width: 767px) {
  header.header-wrapper .menu-nav-wrapper {
    max-height: 0px;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header.header-wrapper .menu-nav-wrapper.open {
    margin-top: 10px;
    opacity: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header.header-wrapper .menu-nav-wrapper.open .menu-inner ul.primary-label {
    float: none;
  }
  header.header-wrapper .menu-nav-wrapper.open .menu-inner.big ul.primary-label > li {
    display: block;
    float: none;
    margin-right: 0px;
  }
}

.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

footer.footer-wrapper {
  background: url("../images/footer_bg.png") no-repeat;
  background-size: cover;
  padding: 20px 0px;
  background-position: center center;
  border-top: 1px solid #eee;
}
footer.footer-wrapper ul {
  margin: 0;
  padding: 0;
}
footer.footer-wrapper ul li {
  display: block;
}
footer.footer-wrapper ul li a {
  display: block;
  padding: 2px 0px;
  color: #b84a01;
}
footer.footer-wrapper ul li a:hover {
  text-decoration: underline;
}

body {
  font-family: "Mukta", sans-serif;
  background: #fff;
  font-size: 16px;
  color: #333;
  margin: 0;
  padding: 0;
}
body *:focus {
  outline: none;
}

.main-content-area {
  position: relative;
  padding-top: 69px;
}
.main-content-area.full-window-h {
  min-height: calc(100vh);
}
.main-content-area.bg-black {
  background: #231f20;
}
.main-content-area.bg-white {
  background: #fff;
}
.main-content-area.bg-21-light-grey {
  position: relative;
}
.main-content-area.bg-21-light-grey:before {
  content: "";
  background: #4e4e4e;
  width: 21%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.main-content-area .max-h-45vh {
  max-height: 45vh;
}
#reset-anim,#reset-anim1,#reset-anim2{
	border-radius:20px;
	background-color:#c6dfdb;
	padding:5px 10px;
	font-size:18px;
	cursor:pointer;
	border-color:transparent;
}
@media (min-width: 2200px) {
  .main-content-area.bg-21-light-grey:before {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .main-content-area {
    padding-top: 55px;
  }
  .main-content-area.bg-21-light-grey:before {
    display: none;
  }
  .main-content-area.disable-fl-wnd-mob {
    min-height: auto;
  }
}

.custom-scroll-style .simplebar-content-wrapper {
  padding-right: 30px;
}
.custom-scroll-style .simplebar-vertical {
  background: #e0e0e0;
  width: 8px !important;
  border-radius: 8px;
}
.custom-scroll-style .simplebar-vertical .simplebar-scrollbar {
  background: #bdbec0;
  width: 8px;
  right: 0;
  border-radius: 8px;
}
.custom-scroll-style.scroll-theme-2 .simplebar-content-wrapper {
  padding-right: 20px;
}
.custom-scroll-style.scroll-theme-2 .simplebar-vertical .simplebar-scrollbar {
  background: #575654;
}
.custom-scroll-style.scroll-theme-2 .simplebar-vertical {
  background: transparent;
  border: 1px solid #64605f;
}
.custom-scroll-style.scroll-theme-3 .simplebar-content-wrapper {
  padding-right: 20px;
}
.custom-scroll-style.scroll-theme-3 .simplebar-vertical .simplebar-scrollbar {
  background: #c7c7c7;
}
.custom-scroll-style.scroll-theme-3 .simplebar-vertical {
  background: transparent;
  border: 1px solid #989898;
}

.container {
  max-width: 1155px;
}

.cursor-pointer {
  cursor: pointer;
}

.max-height-350 {
  max-height: 350px;
  min-height: 350px;
}

.bg-grey-light {
  background: #4e4e4e;
}

.bg-grey-dark {
  background: #343434;
}

.bg-333 {
  background: #333;
}

.bg-more-dark {
  background: #231f20;
}

.bg-white {
  background: #fff;
}

.bg-yellow {
  background: #f8fea4;
}

.bg-pink {
  background: #f7a4be;
}

.bg-blue {
  background: #5ab9f9;
}

.h-100vh-70 {
  min-height: calc(100vh - 70px);
}
@media (max-width: 767px) {
  .h-100vh-70.disable-h-100vh-70-mob {
    min-height: auto;
  }
}

.h-100vh-280 {
  min-height: calc(100vh - 280px);
}

.h-100vh-470 {
  min-height: calc(100vh - 470px);
}

.max-height-250 {
  max-height: 250px;
}

.max-height-265 {
  max-height: 265px;
}

.max-height-450 {
  max-height: 450px;
}

.max-height-550 {
  max-height: 550px;
}

.min-height-130 {
  min-height: 130px;
}

.mlr-neg-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.box {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transition: 0.3s color, 0.3s border, 0.3s transform, 0.95s opacity;
  background-image: linear-gradient(5deg, #c5e1dc, #e7efed);
}

[class*=loader-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  /*pointer-events: none;*/
}

.loader-33 {
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.loader-33:after, .loader-33:before {
  position: absolute;
  content: "";
}
.loader-33:after {
  height: 0.1em;
  width: 1em;
  background-color: currentcolor;
  border-radius: 0.1em;
  bottom: 0;
  left: 0;
  transform-origin: bottom center;
  animation: loader-33-1 0.8s ease-in-out infinite alternate;
}
.loader-33:before {
  height: 0.2em;
  width: 0.2em;
  background-color: currentcolor;
  border-radius: 50%;
  top: 0;
  left: calc(50% - 0.1em);
  animation: loader-33-2 0.4s ease-in-out infinite alternate;
}

@keyframes loader-33-2 {
  0% {
    height: 0.24em;
    transform: translateY(0px);
  }
  75% {
    height: 0.2em;
    width: 0.2em;
  }
  100% {
    height: 0.1em;
    width: 0.24em;
    transform: translateY(0.8em);
  }
}
@keyframes loader-33-1 {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
body .load-mob-message {
  display: none;
}
@media (max-width: 767px) {
  body #wrapper {
    display: none;
  }
  body .load-mob-message {
    display: block !important;
  }
  body .load-mob-message .msg-text {
    font-size: 16px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.action-screen {
  width: calc(100% - 150px);
  height: 60vh;
  border: 1px solid #b3b3b3;
  position: relative;
}
@media (max-width: 1440px) {
  .action-screen {
    width: calc(100% - 50px);
  }
  .action-screen.visual-feature-action {
    height: 55vh;
  }
}

.overview-section-landing {
  overflow: hidden;
  position: relative;
}

.read-more-scroll-wrap {
  position: absolute;
  right: -270px;
  top: 99px;
  transition: all 0.5s ease;
  background: #ccc;
  padding: 30px;
  color: #333;
  width: 300px;
  height: 60vh;
  max-height: 60vh;
}
.read-more-scroll-wrap .trigger {
  width: 50px;
  position: absolute;
  cursor: pointer;
  color: #696969;
  left: -45px;
  bottom: 50px;
}
.read-more-scroll-wrap .trigger:after {
  width: 20px;
  height: 20px;
  content: "";
  transform: rotate(45deg);
  display: block;
  position: absolute;
  background: #ccc;
  top: 22%;
  right: -10px;
}
.read-more-scroll-wrap .sroll-content-area {
  color: #696969;
}
.read-more-scroll-wrap.open {
  right: 0px;
}

.left-menu {
  padding: 0;
  margin: 0;
  position: relative;
  /*padding-left: 25px;*/
  width: 100%;
}
.left-menu li {
  display: block;  
  margin-bottom: 7px;
}
.left-menu li a {
  border: 1px solid #333;
  border-radius: 6px;
  display: flex;
  width: 100%;
  /*width: 26px;*/
  height: auto;
  line-height: 18px;
  padding: 4px 0px;
  transition: all 0.5s ease;
  font-size: 16px;
  color: #333;
  justify-content: space-between;
  align-items: center;
  background-color:rgba(198,223,219,0.2);
}
.left-menu li a .icon-wrap {
  width: 100%;
  /*width: 36px;*/
  height: 35px;
  display: block;
  background: transparent;
  border-radius: 50px;
  transition: all 0.5s ease;
}
.left-menu li a .icon-wrap img {
  display: block;
  
}
.left-menu li a .icon-name {
  display: block;
  margin-right: 15px;
  margin: 0px 10px;
}
.left-menu li.active > a {
  width: 100%;
  transition: all 0.5s ease;
  background-color:#c6dfdb;
}
.left-menu li.active > a .icon-wrap {
  background: #c4e5df;
  transition: all 0.5s ease;
}
.top-menu-visual .active{
  background: #c4e5df;	
}
.left-menu li.active > a .icon-name {
  display: block;
  margin: 0px 10px;
  /*max-height:25px;*/
  height:auto;
  overflow:hidden;
}
.left-menu li.submenu {
  position: relative;
}
.left-menu li.submenu a {
  position: relative;
}
.left-menu li.submenu a .drop-icon {
  position: absolute;
  top: 0px;
  right: -25px;
  padding: 5px;
}
@media (max-width: 992px) {
  .left-menu li.submenu a .drop-icon {
    top: -5px;
  }
}
.left-menu li.submenu .sub-menu-wrap {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0px; 
  transition: all 0.5s ease;
}
.left-menu li.submenu.open .sub-menu-wrap {
  max-height: 500px;
  opacity: 1;
  overflow: visible;
  margin-top: 7px !important;
}
.left-menu .text-rt {
  position: absolute;
  left: -36px;
  top: 50%;
  transform: rotate(-90deg) translate(0px, -50%);
}
.sub-menu-wrap li{
	margin-left:15px;
}
.center-point {
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 30px;
  display: block;
}

.point-show .range-wrapper {
  position: relative;
}
.point-show .range-wrapper .ranged-bg {
  width: 100%;
  height: 20px;
  border-radius: 20px;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url("../images/point-bg.png");
  background-size: 20px;
  background-repeat: round;
  background-position: center center;
}
.point-show .range-wrapper .ranged-filled {
  width: 0px;
  height: 20px;
  border-radius: 20px;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.point-show .range-wrapper .form-control-range {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  height: 20px;
  width: 500px;
  max-width: 100%;
  z-index: 2;
}
.point-show .range-wrapper .form-control-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #000;
  cursor: pointer;
}
.point-show .range-wrapper .form-control-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #000;
  cursor: pointer;
}

.trigger-thumb-wrap {
  width: 100%;
  max-width: 450px;
  min-height: 64px;
  padding: 10px 20px;
  border: 2px solid #b3b3b3;
  border-radius: 30px;
}
.trigger-thumb-wrap .thumb-icon-wrap {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.trigger-thumb-wrap .thumb-icon-wrap svg {
  width: 100%;
  height: 100%;
  fill: #b3b3b3;
}
.trigger-thumb-wrap .thumb-icon-wrap.active svg {
  fill: #c4e5df;
}
.trigger-thumb-wrap .thumb-icon-wrap img {
  max-width: 100%;
  max-height: 45px;
  margin: auto;
  display: block;
}

.instruction-msg-box {
  padding: 10px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  max-width: 250px;
  position: absolute;
  right: -70px;
  bottom: -125px;
  opacity: 0;
  background: #fff;
  transition: all 0.5s ease;
}
.instruction-msg-box:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  right: 30px;
  top: -10px;
  border: 1px solid #b3b3b3;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  position: absolute;
  border-radius: 0px 5px 0 0;
  background: #fff;
}
.instruction-msg-box.open {
  opacity: 1;
  bottom: -115px;
}
@media (max-width: 992px) {
  .instruction-msg-box {
    right: -45px;
  }
  .instruction-msg-box.open {
    bottom: -55px;
  }
}

.line-show svg {
  fill: #000;
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 300px;
}

.msg-display-box {
  background: #c4e5df;
  border-radius: 20px;
  padding: 5px 10px;
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: none;
}
.msg-display-box p {
  margin-bottom: 0px;
  text-align: center;
}
.msg-display-box.show {
  display: block;
}

.highlight-block {
  position: relative;
}
.highlight-block:after {
  content: "";
  width: 250px;
  height: 250px;
  border-radius: 250px;
  display: block;
  left: 50%;
  margin-left: -125px;
  top: 50%;
  margin-top: -50%;
  margin-top: -125px;
  position: absolute;
  z-index: -1;
  background-image: radial-gradient(#c4e5df 50%, transparent 65%);
}

.plane-show {
  position: relative;
}
.plane-show .highlight-block:after {
  width: 220px;
  height: 220px;
  margin-left: -110px;
  margin-top: -110px;
}
.plane-show .highlight-block.h-triangle:after {
  margin-top: -95px;
}
.plane-show .plane-shape-outer-wrapper .transparent {
  fill: transparent;
}
.plane-show .plane-shape-outer-wrapper > div {
  margin-right: 40px;
}
.plane-show .plane-shape-outer-wrapper > div:last-child {
  margin-right: 0;
}
.plane-show svg {
  max-width: 160px;
  width: 100%;
}
.plane-show svg .rec-1,
.plane-show svg .cir-1,
.plane-show svg .tri-1 {
  stroke: #b3b3b3;
  stroke-width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.plane-show svg .abs-1 {
  stroke: #b3b3b3;
  stroke-width: 12px;
  fill: transparent;
}
.plane-show svg .drop-here.rec-1, .plane-show svg .drop-here.cir-1, .plane-show svg .drop-here.tri-1, .plane-show svg .drop-here.abs-1 {
  stroke: #888;
}
.plane-show svg.drop-here .abs-1 {
  stroke: #888;
}
.plane-show svg.completed .abs-1 {
  fill: #000;
  stroke: #000;
}
.plane-show svg .completed.rec-1, .plane-show svg .completed.cir-1, .plane-show svg .completed.tri-1 {
  stroke: #000;
}
.plane-show svg:last-child {
  margin-right: 0px;
}
.plane-show .shape-done .completed.rec-1, .plane-show .shape-done .completed.cir-1, .plane-show .shape-done .completed.tri-1 {
  stroke: #000;
  fill: #000;
}
.plane-show .shape-done .transparent {
  stroke: #000;
  fill: #000;
}

.volume-show {
  position: relative;
}
.volume-show svg {
  max-width: 160px;
  width: 100%;
}
.volume-show svg .rec-1,
.volume-show svg .cir-1,
.volume-show svg .tri-1 {
  stroke: #b3b3b3;
  stroke-width: 6px;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.volume-show svg .rec-1.drop-here,
.volume-show svg .cir-1.drop-here,
.volume-show svg .tri-1.drop-here {
  stroke: #888;
}
.volume-show svg .rec-1.completed,
.volume-show svg .cir-1.completed,
.volume-show svg .tri-1.completed {
  fill: #000;
}
.volume-show svg .rec-1 {
  stroke-width: 12px;
}
.volume-show .volume-shape-outer-wrapper > div {
  margin-right: 90px;
}
.volume-show .volume-shape-outer-wrapper > div:last-child {
  margin-right: 0px;
}

.main-section-landing {
  position: relative;
  overflow: hidden;
}

.bottom-menu-area-visual {
  width: calc(100% - 150px);
  margin-top: 16px;
}
.bottom-menu-area-visual .trigger-thumb-wrap-visual .from,
.bottom-menu-area-visual .trigger-thumb-wrap-visual .to {
  font-size: 16px;
}
@media (max-width: 1440px) {
  .bottom-menu-area-visual {
    width: calc(100% - 50px);
    margin-top: 10px;
  }
}

.visual-feature-action {
  position: relative;
  overflow: hidden;
}
.visual-feature-action img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 360px;
  transition: all 0.9s ease;
}
.visual-feature-action img.display-visual.visual02, .visual-feature-action img.display-visual.visual03, .visual-feature-action img.display-visual.visual04, .visual-feature-action img.display-visual.visual05, .visual-feature-action img.display-visual.visual06, .visual-feature-action img.display-visual.visual07, .visual-feature-action img.display-visual.visual08, .visual-feature-action img.display-visual.visual09 {
  opacity: 0;
}
.visual-feature-action img.pos1 {
  left: 0;
  top: 0;
  transform: translate(0%, 0%);
  max-width: 120px;
}
.visual-feature-action img.pos2 {
  left: 0;
  top: 100%;
  transform: translate(0%, -100%);
  max-width: 120px;
}
.visual-feature-action img.pos3 {
  left: 100%;
  top: 100%;
  transform: translate(-100%, -100%);
  max-width: 120px;
}
.visual-feature-action img.pos4 {
  left: 100%;
  top: 0;
  transform: translate(-100%, 0%);
  max-width: 120px;
}
.visual-feature-action img.pos5 {
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  max-width: 120px;
}
.visual-feature-action img.pos6 {
  left: 50%;
  top: 100%;
  transform: translate(-50%, -100%);
  max-width: 120px;
}
.visual-feature-action img.pos7 {
  left: 100%;
  top: 50%;
  transform: translate(-100%, -50%);
  max-width: 120px;
}
.visual-feature-action img.pos8 {
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  max-width: 120px;
}
.visual-feature-action img.pos9 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 120px;
}
.visual-feature-action.add-bg {
  background: url("../images/visual-feature/position/add-bg.png") center center, no-repeat;
  background-size: cover;
}
.visual-feature-action.center-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e6e6e6;
  position: absolute;
  bottom: 25%;
  left: 0;
}
@media (max-width: 1440px) {
  .visual-feature-action.center-line:after {
    bottom: 25%;
  }
}
.visual-feature-action.texture img {
  max-width: none;
}
.visual-feature-action.max-width-100 img {
  max-width: 100%;
}

.btn-view-all-wrap {
  position: absolute;
  right: 50px;
  top: 0;
  width: 80px;
}
.btn-view-all-wrap button {
  width: 80px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .btn-view-all-wrap {
    right: -10px;
  }
}

.range-wrapper-default {
  position: relative;
}
.range-wrapper-default .form-control-range {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  background: #ccc;
  height: 8px;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  z-index: 2;
}
.range-wrapper-default .form-control-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #000;
  cursor: pointer;
}
.range-wrapper-default .form-control-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #000;
  cursor: pointer;
}

.transform-radio {
  padding: 10px;
  border-radius: 30px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
}
.transform-radio .custom-control-inline {
  line-height: 20px;
  font-size: 16px;
  text-align: center;
}
.transform-radio .custom-control .custom-control-label {
  cursor: pointer;
}
.transform-radio .custom-control .custom-control-label::before {
  position: relative;
  margin: auto;
  left: auto;
  top: auto;
}
.transform-radio .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #9eb5b1;
  background-color: #c5e1dc;
}

.default-symbol-category-wrap {
  width: 100%;
  max-width: 450px;
  min-height: 35px;
  margin-bottom: 15px;
  padding: 5px 0px;
  border-radius: 30px;
}
.default-symbol-category-wrap .element-catogry {
  width: 40px;
  height: 25px;
  cursor: pointer;
}
.default-symbol-category-wrap .element-catogry svg {
  width: 100%;
  height: 100%;
  fill: #b3b3b3;
}
.default-symbol-category-wrap .element-catogry.active svg {
  fill: #c4e5df;
}
.default-symbol-category-wrap .element-catogry img {
  max-width: 100%;
  max-height: 45px;
  margin: auto;
  display: block;
}
.default-symbol-category-wrap.structural .element-catogry.svg-type {
  height: 40px;
}
.default-symbol-category-wrap.visual-element-postion .element-catogry {
  position: relative;
  border: 2px solid #dcdcdc;
}
.default-symbol-category-wrap.visual-element-postion .element-catogry:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  left: -2px;
  top: -2px;
  border: 2px solid #b3b3b3;
  border-width: 2px 0px 0px 2px;
}
.default-symbol-category-wrap.visual-element-postion .element-catogry.active:after {
  border-color: #c4e5df;
}
.default-symbol-category-wrap.visual-element-postion .element-catogry:nth-child(2):after {
  left: -2px;
  top: auto;
  bottom: -2px;
  border-width: 0px 0px 2px 2px;
}
.default-symbol-category-wrap.visual-element-postion .element-catogry:nth-child(3):after {
  left: auto;
  top: auto;
  bottom: -2px;
  right: -2px;
  border-width: 0px 2px 2px 0px;
}
.default-symbol-category-wrap.visual-element-postion .element-catogry:nth-child(4):after {
  left: auto;
  top: -2px;
  bottom: auto;
  right: -2px;
  border-width: 2px 2px 0px 0px;
}
.default-symbol-category-wrap.visual-element-postion .element-catogry:nth-child(5):after {
  left: -2px;
  top: 0px;
  bottom: auto;
  right: auto;
  border-width: 0px 0px 0px 2px;
}
.default-symbol-category-wrap.visual-element-postion .element-catogry:nth-child(6):after {
  left: 8px;
  top: auto;
  bottom: -2px;
  right: auto;
  border-width: 0px 0px 2px 0px;
}
.default-symbol-category-wrap.visual-element-postion .element-catogry:nth-child(7):after {
  left: auto;
  top: 0px;
  bottom: auto;
  right: -2px;
  border-width: 0px 2px 0px 0px;
}
.default-symbol-category-wrap.visual-element-postion .element-catogry:nth-child(8):after {
  left: 8px;
  top: -2px;
  bottom: auto;
  right: auto;
  border-width: 2px 0px 0px 0px;
}
.default-symbol-category-wrap.visual-element-postion .element-catogry:nth-child(9):after {
  left: 8px;
  top: 10px;
  bottom: auto;
  right: auto;
  border-width: 2px 0px 0px 0px;
}
@media (max-width: 1440px) {
  .default-symbol-category-wrap {
    min-height: 38px;
    padding: 2px 0px;
  }
  .default-symbol-category-wrap .element-catogry {
    width: 40px;
    height: 25px;
    cursor: pointer;
  }
  .default-symbol-category-wrap .element-catogry img {
    max-width: 100%;
    max-height: 45px;
    margin: auto;
    display: block;
  }
}

.color-blend {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 60vh;
}
.color-blend span {
  display: block;
  min-width: 100px;
  margin-bottom: 10px;
}
.color-blend span.color.red {
  background: #eb2027;
}
.color-blend span.color.orange {
  background: #f05a28;
}
.color-blend span.color.yellow {
  background: #f9ec23;
}
.color-blend span.color.green {
  background: #37b34a;
}
.color-blend span.color.blue {
  background: #0d72b9;
}
.color-blend span.color.violet {
  background: #90278e;
}
.color-blend span.color.red-orange {
  background: #f26d24;
}
.color-blend span.color.yellow-orange {
  background: #f3a933;
}
.color-blend span.color.yellow-green {
  background: #ccdb3d;
}
.color-blend span.color.blue-green {
  background: #4fbd96;
}
.color-blend span.color.blue-violet {
  background: #6c50a0;
}
.color-blend span.color.red-violet {
  background: #d71c83;
}
.color-blend span.color.point {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  clip-path: circle(12% at 50% 50%);
}
.color-blend span.color.line {
  width: 100px;
  height: 10px;
}
.color-blend span.color.plane {
  width: 100px;
  height: 100px;
}
.color-blend span.color.triangle {
  width: 100px;
  height: 100px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.color-blend span.color.circle {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
.color-blend .source-area {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}
.color-blend .target-area {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.color-blend .target-area.drop-here span {
  background: #ccc;
}
.color-blend .color-name {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.color-blend .color-name p {
  min-width: 100px;
  text-align: center;
  text-transform: capitalize;
}

.xtra-btn-texture-type button,
.xtra-btn-color-type button,
.rectangle-img-default-btn button {
  margin-right: 10px;
  margin-bottom: 15px;
}
.xtra-btn-texture-type button img,
.xtra-btn-color-type button img,
.rectangle-img-default-btn button img {
  max-width: 50px;
}
.xtra-btn-texture-type button:last-child,
.xtra-btn-color-type button:last-child,
.rectangle-img-default-btn button:last-child {
  margin-right: 0px;
}

.view-all-modal-wrap .modal-close-visual {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.view-all-modal-wrap img {
  max-width: 650px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.annotation-msg-box {
  padding: 10px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  max-width: 250px;
  position: absolute;
  right: 20px;
  top: 125px;
  opacity: 0;
  background: #fff;
  transition: all 0.5s ease;
}
.annotation-msg-box:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  right: 30px;
  top: -10px;
  border: 1px solid #b3b3b3;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  position: absolute;
  border-radius: 0px 5px 0 0;
  background: #fff;
}
.annotation-msg-box.open {
  opacity: 1;
  bottom: auto;
  top: 20px;
}
@media (max-width: 1190px) {
  .annotation-msg-box {
    right: 50px;
    z-index: 9;
  }
  .annotation-msg-box.open {
    top: -55px;
  }
  .annotation-msg-box.open p {
    font-size: 12px;
    line-height: 16px;
  }
}

.category-wrapper,
.category-wrapper-relation {
  margin-bottom: 15px;
  display: flex;
}
.category-wrapper button,
.category-wrapper-relation button {
  margin-right: 15px;
}
.category-wrapper button:last-child,
.category-wrapper-relation button:last-child {
  margin-right: 0px;
}

.sequence-arrange-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sequence-arrange-wrap .image-series {
  display: none;
}
.sequence-arrange-wrap .sequence-arrange {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 490px;
  position: relative;
  text-align: center;
}
.sequence-arrange-wrap .sequence-arrange.width-big {
  width: 730px;
}
.sequence-arrange-wrap .sequence-arrange .drag-arrange {
  width: 110px;
  height: 110px;
  display: inline-block;
  margin: 10px;
  cursor: move;
  border: 2px solid #8b8b8b;
}
.sequence-arrange-wrap .sequence-arrange .drag-arrange:last-child {
  margin-right: 0;
}
.sequence-arrange-wrap .sequence-arrange .drag-arrange.done {
  border: 2px solid #90c7bd;
}
.sequence-arrange-wrap .sequence-arrange img {
  display: block !important;
  opacity: 1 !important;
  max-width: 110px;
  position: relative;
  left: auto;
  top: auto;
  transform: translate(0, 0);
  z-index: -1;
}
@media (max-width: 1190px) {
  .sequence-arrange-wrap .sequence-arrange {
    width: 260px;
  }
  .sequence-arrange-wrap .sequence-arrange.width-big {
    width: 370px;
  }
  .sequence-arrange-wrap .sequence-arrange .drag-arrange {
    width: 50px;
    height: 50px;
  }
  .sequence-arrange-wrap .sequence-arrange img {
    max-width: 50px;
  }
}

.done-msg-display-box {
  background: #c4e5df;
  border-radius: 20px;
  padding: 5px 10px;
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.done-msg-display-box p {
  margin-bottom: 0px;
  text-align: center;
}

.rectangle-btn-list-relation button img {
  max-height: 30px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }
}
@media (max-width: 1190px) {
  .element-head-name,
.element-head-name-visual,
.element-head-name-structure,
.element-head-name-relation {
    font-size: 20px;
  }

  .left-menu {
    padding-left: 20px;
  }
  .left-menu li a {
    font-size: 12px;
  }

  .view-all-image {
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  .left-menu li a {
    width: 18px;
  }
  .left-menu li a .icon-name {
    margin-right: 5px;
  }
  .left-menu li a .icon-wrap {
    width: 16px;
    height: 16px;
  }
  .left-menu li a .icon-wrap img {
    max-width: 16px;
  }
  .left-menu li.active > a {
    width: 95%;
  }

  .btn-wrap-left-bottom {
    padding-left: 5px;
    width: 100%;
  }
}

/*# sourceMappingURL=mainstyle.css.map */
